@charset "UTF-8";

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.bubble.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer:coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: .4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: .83em;
}
.ql-bubble .ql-editor h6 {
  font-size: .67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* node_modules/@windmillcode/quill-emoji/quill-emoji.css */
#emoji-palette {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
  position: absolute;
  z-index: 999;
}
.bem {
  display: inline-block;
  font-size: 2.2641509434em;
}
.bem,
.emoji-tab {
  cursor: pointer;
  text-align: center;
}
.emoji-tab {
  display: inline-table;
  height: 100%;
  min-height: 30px;
  width: 30px;
}
#tab-toolbar {
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 4px 4px 0;
}
#tab-toolbar ul {
  margin: 0;
  padding: 0;
}
#tab-toolbar .active {
  border-bottom: 3px solid #2ab27b;
}
#tab-panel {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 220px;
  overflow-y: scroll;
  padding: .9433962264em;
}
.textarea-emoji-control {
  height: 25px;
  right: 4px;
  top: 10px;
  width: 25px;
}
#textarea-emoji {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
  left: 0;
  top: 0;
}
.i-activity {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%3E%3Cg%20transform%3D%22translate%287.500000%2C%207.500000%29%22%3E%3Cpath%20stroke%3D%22%236F6D70%22%20d%3D%22M18.02%201.36c5.92%203.02%208.28%2010.26%205.26%2016.18-2.12%204.17-6.35%206.57-10.73%206.57-1.83%200-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97%202.5%208.2.1%2012.57.1c1.84%200%203.7.42%205.45%201.3zm4.7%2011.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4%200-.8.02-1.2.06L8.9%204.74l-3.74.43c-.63.68-1.16%201.45-1.6%202.28-.42.84-.72%201.72-.9%202.63l1.84%203.3-.74%203.68c.3.56.66%201.08%201.1%201.58.76.94%201.7%201.7%202.8%202.32l3.7-.74%203.26%201.84c1.13-.23%202.23-.65%203.24-1.26.6-.35%201.2-.77%201.7-1.24l.44-3.74%202.78-2.55.05-.47z%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpolygon%20points%3D%2210.6158689%208.50666885%208.42649168%2012.8046921%2011.836847%2016.2129328%2016.1342124%2014.0235556%2015.3793892%209.26144504%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-activity,
.i-flags {
  content: "";
  height: 25px;
  margin: auto;
  width: 25px;
}
.i-flags {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20transform%3D%22translate%289.500000%2C%208.000000%29%22%3E%3Cpath%20d%3D%22M.5%203.13V23.5c0%20.83.68%201.5%201.5%201.5.84%200%201.5-.67%201.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82%200-1.5.67-1.5%201.5z%22%2F%3E%3Cpath%20d%3D%22M3.5%2011.54c.7-.16%201.44-.22%202.25-.17%201.38.07%202.48.3%205.23%201.04l.55.2c3.02.8%204.77%201%205.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1%201.15%205.7%201.3%206.98.44%201-.66%202.33.05%202.33%201.25v11c0%20.5-.3%201-.7%201.26-2.2%201.4-4.6%201.2-9.1%200l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9%201.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24%205.75-.1%2011.2%201.4z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-food {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M9.57%2028.2c0%20.28.22.5.5.5h19.2c.27%200%20.5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0%201.95-1.57%203.5-3.5%203.5h-19.2c-1.93%200-3.5-1.55-3.5-3.5V25c.46.15.96.24%201.47.24h23.78c.33%200%20.64-.04.94-.1z%22%2F%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M6.57%2018.2v-3.45c0-3.56%202.9-6.45%206.45-6.45h13.3c3.55%200%206.44%202.9%206.44%206.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83%201.3.83.56%200%201.06-.33%201.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9%200-3.45%201.55-3.45%203.45v1.62z%22%2F%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M13.23%2016.37l.4.86c.24.5.74.83%201.3.83.57%200%201.07-.33%201.3-.83l.4-.86H31.9c2.44%200%204.43%201.98%204.43%204.43%200%202.45-1.98%204.44-4.44%204.44H8.1c-2.44%200-4.43-2-4.43-4.44%200-2.45%201.98-4.43%204.44-4.43h5.14zm-5.12%203c-.8%200-1.42.64-1.42%201.43%200%20.8.64%201.44%201.44%201.44h23.8c.8%200%201.43-.64%201.43-1.44%200-.8-.64-1.43-1.44-1.43H18.4c-.83%201.04-2.1%201.7-3.5%201.7-1.37%200-2.65-.66-3.47-1.7H8.1z%22%2F%3E%3Ccircle%20cx%3D%2214.6682646%22%20cy%3D%2213.75%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2224.6682646%22%20cy%3D%2213.75%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2219.6682646%22%20cy%3D%2213.75%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-food,
.i-nature {
  content: "";
  height: 25px;
  margin: auto;
  width: 25px;
}
.i-nature {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M15.96%2018.26L30.86%2032c.5.46%201.3.43%201.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5%201.3%200%201.76z%22%2F%3E%3Cpath%20d%3D%22M18.17%2021.28c-.7-.06-1.3.45-1.35%201.14-.06.7.45%201.3%201.13%201.35l4.96.43c.9.07%201.5-.66%201.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1%201.5l.7%204-3.32-.3z%22%2F%3E%3Cpath%20d%3D%22M28.48%2028.95c-.38.17-1%20.4-1.85.64-2.92.7-6%20.9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4%201.38-.2c14.45-2.08%2023.4%207.4%2021.33%2019.85l-1.9-.3.63%201.43zM10.24%2010.77C11.12%2020.14%2014.2%2025%2018.7%2026.6c2.27.83%204.76.74%207.14.1.4-.12.76-.23%201.07-.35%201.2-9.6-5.4-16.57-16.6-15.58z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-objects {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M11.04%2016.7c0-4.85%204.02-8.76%208.96-8.76%204.94%200%208.96%203.9%208.96%208.76%200%202.54-1.12%204.9-3%206.54v1.87c0%201.28-1.02%202.27-2.26%202.27h-7.37c-1.23%200-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9%205.82c0-.48.24-.93.63-1.22%201.5-1.08%202.4-2.77%202.4-4.6%200-3.17-2.67-5.76-5.97-5.76s-5.96%202.6-5.96%205.76c0%201.84.9%203.54%202.42%204.62.4.28.62.74.62%201.22v1.8h5.87V22.5z%22%2F%3E%3Cpath%20d%3D%22M21.76%2028.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24%200-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83%200-1.5.67-1.5%201.5v4.1c0%20.68.44%201.27%201.1%201.45l.38.1.94.23c.3.1.6.15.87.2.62.1%201.16.17%201.6.17.47%200%201.03-.1%201.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2%201.08-.76%201.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82%200-1.5.67-1.5%201.5v2.9c-.03%200-.07%200-.1.02z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-objects,
.i-people {
  content: "";
  height: 25px;
  margin: auto;
  width: 25px;
}
.i-people {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M20%2034c-7.73%200-14-6.27-14-14S12.27%206%2020%206s14%206.27%2014%2014-6.27%2014-14%2014zm0-3c6.08%200%2011-4.92%2011-11S26.08%209%2020%209%209%2013.92%209%2020s4.92%2011%2011%2011z%22%2F%3E%3Ccircle%20cx%3D%2215.3474348%22%20cy%3D%2216.7705459%22%20r%3D%222.34743481%22%2F%3E%3Ccircle%20cx%3D%2224.4703784%22%20cy%3D%2216.7705459%22%20r%3D%222.34743481%22%2F%3E%3Cpath%20d%3D%22M20%2027.9c2.7%200%204.88-2.18%204.88-4.88%200-2.7-9.76-2.7-9.76%200S17.3%2027.9%2020%2027.9z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-symbols {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M15.37%207.95c-4.48%200-8.06%203.9-8.06%208.64%200%203.5%202.2%206.9%205.8%2010.3%201.2%201.1%202.5%202.2%203.9%203.1.84.6%201.5%201%201.98%201.3l.27.15.8.5%201.1-.6c.5-.27%201.18-.7%202-1.25%201.34-.9%202.66-1.9%203.9-3%203.57-3.28%205.75-6.8%205.75-10.6%200-4.74-3.6-8.65-8.1-8.65v3.3c2.6%200%204.76%202.4%204.76%205.35%200%202.65-1.72%205.43-4.7%208.13-1.1%201-2.27%201.9-3.5%202.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9%200-2.98%202.2-5.35%204.78-5.35%201.3%200%202.5.6%203.4%201.6L20%2014.3l1.25-1.43c.9-1.03%202.1-1.6%203.38-1.6v-3.3c-1.68%200-3.3.56-4.63%201.57-1.34-1-2.95-1.57-4.63-1.57z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.i-symbols,
.i-travel {
  content: "";
  height: 25px;
  margin: auto;
  width: 25px;
}
.i-travel {
  background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%236F6D70%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M25.46%2011.2s-2.67%202.58-3.94%203.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8%201.6c-.07.13%200%20.3.12.37l7.75%203.88L13.4%2024c-.5-.16-1.1-.33-1.66-.3-.3%200-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2%203.23c.3.23.7.34%201%20.34.4%200%20.7-.13.9-.37.2-.23.24-.53.25-.84%200-.6-.15-1.2-.3-1.7l4.97-4.3%203.9%207.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28%203.95-3.95%203.96-3.96.86-.88%201.4-1.93%201.4-2.87%200-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95%200-2%20.52-2.88%201.4zm2.87-4.4c1.28%200%202.54.44%203.5%201.4.93.93%201.38%202.2%201.38%203.47%200%201.8-.8%203.54-2.2%204.94-.4.5-1.7%201.8-2.8%202.9l1.8%209c.3%201.5-.4%202.9-1.7%203.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20%2027.1l-.7.6v.62c-.03.92-.28%201.8-.92%202.6-.8%201-1.98%201.5-3.22%201.5-1.03%200-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3%200-1.24.5-2.43%201.48-3.22.8-.6%201.68-.9%202.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3%202.14-2.02%203.57-1.73l9%201.8%201.36-1.33%201.5-1.48c1.42-1.4%203.17-2.27%204.97-2.27z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.ql-emojiblot {
  display: inline-block;
  vertical-align: text-top;
}
.ap {
  background-repeat: no-repeat;
  background-size: 820px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.8867924528em;
  line-height: 1;
  margin-top: -3px;
  overflow: hidden;
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.small,
small {
  font-size: .875em;
  font-weight: 400;
}
.mark,
mark {
  padding: .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: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: .3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  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 > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
  opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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 .2rem rgba(38, 143, 255, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  transition: opacity .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 .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .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;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}
.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  opacity: 0;
  border-radius: .25rem;
}
.toast:not(:last-child) {
  margin-bottom: .75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.toast-body {
  padding: .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: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .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: .5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .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;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: .2rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .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: -.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}
.m-n2 {
  margin: -.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -.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: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: -.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.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: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .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: -.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .m-md-n2 {
    margin: -.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: -.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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: -.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/* node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* src/styles.scss */
@keyframes skeleton {
  to {
    background-position: -100%;
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #979797;
  --gray-dark: #232a2b;
  --primary: #13100D;
  --secondary: #615A54;
  --success: #21b254;
  --info: #DFA700;
  --warning: #ed7021;
  --danger: #CB1B19;
  --light: #fff;
  --dark: #645D57;
  --primary-disabled-bg: #d6d1c6;
  --primary-disabled-color: #968f87;
  --secondary-disabled-color: #968F87;
  --container-grey: #090807;
  --darkest-eastern-blue: #126c89;
  --darker-eastern-blue: #1587ad;
  --link-hover-yellow: #B78900;
  --eastern-blue: #18a2b6;
  --aqua: #13100D;
  --cerulean: #00a7d8;
  --light-blue: #bde4ea;
  --lighter-blue: #cce8f0;
  --lightest-blue: #eef7f9;
  --outer-space: #27383c;
  --play-pause: #02d5b5;
  --stop: #e55c5a;
  --save: #b84a99;
  --error-red: #CB1B19;
  --error-pink: #f4d9dc;
  --field-validation: #fbf0f1;
  --notifications-pink: #f45d5d;
  --notifications-grey: #979797;
  --notifications-yellow: #DFA700;
  --notifications-yellow-dark: #CB9700;
  --warning-amber: #ed7021;
  --warning-light-orange: #fdefe7;
  --success-green: #21b254;
  --check-in: #008453;
  --success-light-green: #e9f7ee;
  --info-yellow: #DFA700;
  --info-light-yellow: #fcf8ec;
  --sticker-green: #58ea71;
  --sticker-blue: #509dff;
  --sticker-purple: #a150e6;
  --sticker-pink: #f037a9;
  --sticker-yellow: #f7df00;
  --sticker-orange: #f3b203;
  --category-designs: #5f1d75;
  --category-samples: #21b254;
  --category-products: #e75a13;
  --category-orders: #3091d3;
  --category-quality-control: #e84ca0;
  --category-account: #fca313;
  --category-sales: #2fbaa3;
  --tag-background: #f8eefe;
  --tag-border: #bd9ad1;
  --off-white: #fafafa;
  --lightest-grey: #F6F5F3;
  --light-grey: #c6c6c6;
  --grey: #e8e8e8;
  --mid-grey: #c6c6c6;
  --darkest-mid-grey: #979797;
  --dark-grey: #645D57;
  --darkest-grey: #232a2b;
  --editable-cell: #f5f7ff;
  --dark-aubergine: #3b2e41;
  --version-highlight: #fcf299;
  --pending-blue: #007AB2;
  --datepicker-header-border-color: #2A2523;
  --primary-outline-background: transparent;
  --primary-outline-border: rgba(0, 0, 0, 0.16);
  --primary-outline-hover-background: rgba(29, 25, 23, 0.05);
  --primary-outline-hover-border: rgba(0, 0, 0, 0.24);
  --primary-outline-active-background: rgba(121, 115, 108, 0.15);
  --primary-outline-active-border: rgba(0, 0, 0, 0.32);
  --primary-outline-background-disabled: transparent;
  --primary-outline-border-disabled: #D6D1C6;
  --primary-outline-color-disabled: #B5B0A6;
  --primary-outline-color-disabled-dark: #6a6660;
  --primary-black-background: #1E1B19;
  --primary-black-background-dark: #F6F5F3;
  --primary-black-hover-background: #35302D;
  --primary-black-hover-background-dark: #E4E0D7;
  --primary-black-active-background: #4B4440;
  --primary-black-active-background-dark: #D6D1C6;
  --primary-black-disabled-background: #D6D1C6;
  --primary-black-disabled-background-dark: #D6D1C6;
  --primary-black-disabled-border: #D6D1C6;
  --primary-black-disabled-border-dark: #D6D1C6;
  --primary-black-disabled-color: #968F87;
  --primary-black-disabled-color-dark: #968F87;
  --thead-background: #35302d;
  --tbody-tr-active-background: #E4E0D7;
  --toggle-background: #D6D1C6;
  --toggle-checked-background: #1d1917;
  --dark-background-content: #191614;
  --dark-border-content: #5b5653;
  --dark-color-content: #908c89;
  --dark-background: #211E1B;
  --dark-side-navigation-color: #D6D5D2;
  --dark-side-navigation-color-hover: #F9F8F7;
  --dark-side-navigation-icon-color: #908C89;
  --dark-side-navigation-icon-color-active: #C8C6C3;
  --dark-border-color: #5B5653;
  --dark-badge-color: #141210;
  --dark-kebab-active-background: #37322F;
  --dark-filters-background: #110F0E;
  --dark-toggle-background: #4E4946;
  --dark-toggle-after-background: #9D9A97;
  --dark-toggle-disabled-background: #4f4a47;
  --dark-toggle-disabled-after-background: #686460;
  --dark-toggle-checked-after-background: #211e1b;
  --dark-datepicker-background: #37322f;
  --dark-datepicker-box-shadow-color: #34302C;
  --dark-datepicker-head-button-color: #f9f8f7;
  --dark-datepicker-body-color: #aba8a5;
  --dark-datepicker-body-td-selected: #c8c6c3;
  --numbers-table-background-color: #EEECE7;
  --circle-border-color: #e4e0d7;
  --circle-title-color: #615a54;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1330px;
  --breakpoint-xxxl: 1680px;
  --font-family-sans-serif: "Brown-regular", sans-serif;
  --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: "Brown-regular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4615384615;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
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: #B78900;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #B78900;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem 0.75rem calc(0.5rem - 1px);
  padding-bottom: 0.5rem 0.75rem calc(0.5rem - 1px);
  color: #979797;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 3.0961538475rem;
}
h2,
.h2 {
  font-size: 2.0192307713rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.3125rem;
}
h5,
.h5 {
  font-size: 1.2115384575rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.09375rem;
  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: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #c6c6c6;
}
small,
.small {
  font-size: 0.875em;
  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.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #979797;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #979797;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1c2222;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #1c2222;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 921px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1648px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxxl,
.col-xxxl-auto,
.col-xxxl-12,
.col-xxxl-11,
.col-xxxl-10,
.col-xxxl-9,
.col-xxxl-8,
.col-xxxl-7,
.col-xxxl-6,
.col-xxxl-5,
.col-xxxl-4,
.col-xxxl-3,
.col-xxxl-2,
.col-xxxl-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1330px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1680px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.table th,
.table td {
  padding: 0.5rem 0.75rem calc(0.5rem - 1px);
  vertical-align: top;
  border-top: 1px solid #090807;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #090807;
}
.table tbody + tbody {
  border-top: 2px solid #090807;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #090807;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #090807;
}
.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: #000;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdbcbb;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #848381;
}
.table-hover .table-primary:hover {
  background-color: #b0afae;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0afae;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d3d1cf;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ada9a6;
}
.table-hover .table-secondary:hover {
  background-color: #c7c4c2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c7c4c2;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1e9cf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8cd7a6;
}
.table-hover .table-success:hover {
  background-color: #aee2c0;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aee2c0;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #f6e6b8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #eed17a;
}
.table-hover .table-info:hover {
  background-color: #f3dea1;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #f3dea1;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fad7c1;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f6b58c;
}
.table-hover .table-warning:hover {
  background-color: #f8c8a9;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f8c8a9;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0bfbf;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e48887;
}
.table-hover .table-danger:hover {
  background-color: #ebaaaa;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebaaaa;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d4d2d0;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #aeaba8;
}
.table-hover .table-dark:hover {
  background-color: #c8c5c3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c8c5c3;
}
.table-primary-disabled-bg,
.table-primary-disabled-bg > th,
.table-primary-disabled-bg > td {
  background-color: #f4f2ef;
}
.table-primary-disabled-bg th,
.table-primary-disabled-bg td,
.table-primary-disabled-bg thead th,
.table-primary-disabled-bg tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-disabled-bg:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-disabled-bg:hover > td,
.table-hover .table-primary-disabled-bg:hover > th {
  background-color: #eae6e0;
}
.table-primary-disabled-color,
.table-primary-disabled-color > th,
.table-primary-disabled-color > td {
  background-color: #e2e0dd;
}
.table-primary-disabled-color th,
.table-primary-disabled-color td,
.table-primary-disabled-color thead th,
.table-primary-disabled-color tbody + tbody {
  border-color: #c8c5c1;
}
.table-hover .table-primary-disabled-color:hover {
  background-color: #d6d3cf;
}
.table-hover .table-primary-disabled-color:hover > td,
.table-hover .table-primary-disabled-color:hover > th {
  background-color: #d6d3cf;
}
.table-secondary-disabled-color,
.table-secondary-disabled-color > th,
.table-secondary-disabled-color > td {
  background-color: #e2e0dd;
}
.table-secondary-disabled-color th,
.table-secondary-disabled-color td,
.table-secondary-disabled-color thead th,
.table-secondary-disabled-color tbody + tbody {
  border-color: #c8c5c1;
}
.table-hover .table-secondary-disabled-color:hover {
  background-color: #d6d3cf;
}
.table-hover .table-secondary-disabled-color:hover > td,
.table-hover .table-secondary-disabled-color:hover > th {
  background-color: #d6d3cf;
}
.table-container-grey,
.table-container-grey > th,
.table-container-grey > td {
  background-color: #bababa;
}
.table-container-grey th,
.table-container-grey td,
.table-container-grey thead th,
.table-container-grey tbody + tbody {
  border-color: #7f7f7e;
}
.table-hover .table-container-grey:hover {
  background-color: #adadad;
}
.table-hover .table-container-grey:hover > td,
.table-hover .table-container-grey:hover > th {
  background-color: #adadad;
}
.table-darkest-eastern-blue,
.table-darkest-eastern-blue > th,
.table-darkest-eastern-blue > td {
  background-color: #bdd6de;
}
.table-darkest-eastern-blue th,
.table-darkest-eastern-blue td,
.table-darkest-eastern-blue thead th,
.table-darkest-eastern-blue tbody + tbody {
  border-color: #84b3c2;
}
.table-hover .table-darkest-eastern-blue:hover {
  background-color: #accbd6;
}
.table-hover .table-darkest-eastern-blue:hover > td,
.table-hover .table-darkest-eastern-blue:hover > th {
  background-color: #accbd6;
}
.table-darker-eastern-blue,
.table-darker-eastern-blue > th,
.table-darker-eastern-blue > td {
  background-color: #bddde8;
}
.table-darker-eastern-blue th,
.table-darker-eastern-blue td,
.table-darker-eastern-blue thead th,
.table-darker-eastern-blue tbody + tbody {
  border-color: #85c1d4;
}
.table-hover .table-darker-eastern-blue:hover {
  background-color: #aad3e1;
}
.table-hover .table-darker-eastern-blue:hover > td,
.table-hover .table-darker-eastern-blue:hover > th {
  background-color: #aad3e1;
}
.table-link-hover-yellow,
.table-link-hover-yellow > th,
.table-link-hover-yellow > td {
  background-color: #ebdeb8;
}
.table-link-hover-yellow th,
.table-link-hover-yellow td,
.table-link-hover-yellow thead th,
.table-link-hover-yellow tbody + tbody {
  border-color: #dac27a;
}
.table-hover .table-link-hover-yellow:hover {
  background-color: #e5d5a4;
}
.table-hover .table-link-hover-yellow:hover > td,
.table-hover .table-link-hover-yellow:hover > th {
  background-color: #e5d5a4;
}
.table-eastern-blue,
.table-eastern-blue > th,
.table-eastern-blue > td {
  background-color: #bee5eb;
}
.table-eastern-blue th,
.table-eastern-blue td,
.table-eastern-blue thead th,
.table-eastern-blue tbody + tbody {
  border-color: #87cfd9;
}
.table-hover .table-eastern-blue:hover {
  background-color: #abdde5;
}
.table-hover .table-eastern-blue:hover > td,
.table-hover .table-eastern-blue:hover > th {
  background-color: #abdde5;
}
.table-aqua,
.table-aqua > th,
.table-aqua > td {
  background-color: #bdbcbb;
}
.table-aqua th,
.table-aqua td,
.table-aqua thead th,
.table-aqua tbody + tbody {
  border-color: #848381;
}
.table-hover .table-aqua:hover {
  background-color: #b0afae;
}
.table-hover .table-aqua:hover > td,
.table-hover .table-aqua:hover > th {
  background-color: #b0afae;
}
.table-cerulean,
.table-cerulean > th,
.table-cerulean > td {
  background-color: #b8e6f4;
}
.table-cerulean th,
.table-cerulean td,
.table-cerulean thead th,
.table-cerulean tbody + tbody {
  border-color: #7ad1eb;
}
.table-hover .table-cerulean:hover {
  background-color: #a2def1;
}
.table-hover .table-cerulean:hover > td,
.table-hover .table-cerulean:hover > th {
  background-color: #a2def1;
}
.table-light-blue,
.table-light-blue > th,
.table-light-blue > td {
  background-color: #edf7f9;
}
.table-light-blue th,
.table-light-blue td,
.table-light-blue thead th,
.table-light-blue tbody + tbody {
  border-color: #ddf1f4;
}
.table-hover .table-light-blue:hover {
  background-color: #daeff3;
}
.table-hover .table-light-blue:hover > td,
.table-hover .table-light-blue:hover > th {
  background-color: #daeff3;
}
.table-lighter-blue,
.table-lighter-blue > th,
.table-lighter-blue > td {
  background-color: #f1f9fb;
}
.table-lighter-blue th,
.table-lighter-blue td,
.table-lighter-blue thead th,
.table-lighter-blue tbody + tbody {
  border-color: #e4f3f7;
}
.table-hover .table-lighter-blue:hover {
  background-color: #ddf1f5;
}
.table-hover .table-lighter-blue:hover > td,
.table-hover .table-lighter-blue:hover > th {
  background-color: #ddf1f5;
}
.table-lightest-blue,
.table-lightest-blue > th,
.table-lightest-blue > td {
  background-color: #fafdfd;
}
.table-lightest-blue th,
.table-lightest-blue td,
.table-lightest-blue thead th,
.table-lightest-blue tbody + tbody {
  border-color: #f6fbfc;
}
.table-hover .table-lightest-blue:hover {
  background-color: #e8f6f6;
}
.table-hover .table-lightest-blue:hover > td,
.table-hover .table-lightest-blue:hover > th {
  background-color: #e8f6f6;
}
.table-outer-space,
.table-outer-space > th,
.table-outer-space > td {
  background-color: #c3c7c8;
}
.table-outer-space th,
.table-outer-space td,
.table-outer-space thead th,
.table-outer-space tbody + tbody {
  border-color: #8f989a;
}
.table-hover .table-outer-space:hover {
  background-color: #b6bbbc;
}
.table-hover .table-outer-space:hover > td,
.table-hover .table-outer-space:hover > th {
  background-color: #b6bbbc;
}
.table-play-pause,
.table-play-pause > th,
.table-play-pause > td {
  background-color: #b8f3ea;
}
.table-play-pause th,
.table-play-pause td,
.table-play-pause thead th,
.table-play-pause tbody + tbody {
  border-color: #7be9d9;
}
.table-hover .table-play-pause:hover {
  background-color: #a2efe4;
}
.table-hover .table-play-pause:hover > td,
.table-hover .table-play-pause:hover > th {
  background-color: #a2efe4;
}
.table-stop,
.table-stop > th,
.table-stop > td {
  background-color: #f8d1d1;
}
.table-stop th,
.table-stop td,
.table-stop thead th,
.table-stop tbody + tbody {
  border-color: #f1aaa9;
}
.table-hover .table-stop:hover {
  background-color: #f5bbbb;
}
.table-hover .table-stop:hover > td,
.table-hover .table-stop:hover > th {
  background-color: #f5bbbb;
}
.table-save,
.table-save > th,
.table-save > td {
  background-color: #ebcce2;
}
.table-save th,
.table-save td,
.table-save thead th,
.table-save tbody + tbody {
  border-color: #daa1ca;
}
.table-hover .table-save:hover {
  background-color: #e4bad8;
}
.table-hover .table-save:hover > td,
.table-hover .table-save:hover > th {
  background-color: #e4bad8;
}
.table-error-red,
.table-error-red > th,
.table-error-red > td {
  background-color: #f0bfbf;
}
.table-error-red th,
.table-error-red td,
.table-error-red thead th,
.table-error-red tbody + tbody {
  border-color: #e48887;
}
.table-hover .table-error-red:hover {
  background-color: #ebaaaa;
}
.table-hover .table-error-red:hover > td,
.table-hover .table-error-red:hover > th {
  background-color: #ebaaaa;
}
.table-error-pink,
.table-error-pink > th,
.table-error-pink > td {
  background-color: #fcf4f5;
}
.table-error-pink th,
.table-error-pink td,
.table-error-pink thead th,
.table-error-pink tbody + tbody {
  border-color: #f9ebed;
}
.table-hover .table-error-pink:hover {
  background-color: #f7e0e3;
}
.table-hover .table-error-pink:hover > td,
.table-hover .table-error-pink:hover > th {
  background-color: #f7e0e3;
}
.table-field-validation,
.table-field-validation > th,
.table-field-validation > td {
  background-color: #fefbfb;
}
.table-field-validation th,
.table-field-validation td,
.table-field-validation thead th,
.table-field-validation tbody + tbody {
  border-color: #fdf7f8;
}
.table-hover .table-field-validation:hover {
  background-color: #f9e7e7;
}
.table-hover .table-field-validation:hover > td,
.table-hover .table-field-validation:hover > th {
  background-color: #f9e7e7;
}
.table-notifications-pink,
.table-notifications-pink > th,
.table-notifications-pink > td {
  background-color: #fcd2d2;
}
.table-notifications-pink th,
.table-notifications-pink td,
.table-notifications-pink thead th,
.table-notifications-pink tbody + tbody {
  border-color: #f9abab;
}
.table-hover .table-notifications-pink:hover {
  background-color: #fababa;
}
.table-hover .table-notifications-pink:hover > td,
.table-hover .table-notifications-pink:hover > th {
  background-color: #fababa;
}
.table-notifications-grey,
.table-notifications-grey > th,
.table-notifications-grey > td {
  background-color: #e2e2e2;
}
.table-notifications-grey th,
.table-notifications-grey td,
.table-notifications-grey thead th,
.table-notifications-grey tbody + tbody {
  border-color: #c9c9c9;
}
.table-hover .table-notifications-grey:hover {
  background-color: #d5d5d5;
}
.table-hover .table-notifications-grey:hover > td,
.table-hover .table-notifications-grey:hover > th {
  background-color: #d5d5d5;
}
.table-notifications-yellow,
.table-notifications-yellow > th,
.table-notifications-yellow > td {
  background-color: #f6e6b8;
}
.table-notifications-yellow th,
.table-notifications-yellow td,
.table-notifications-yellow thead th,
.table-notifications-yellow tbody + tbody {
  border-color: #eed17a;
}
.table-hover .table-notifications-yellow:hover {
  background-color: #f3dea1;
}
.table-hover .table-notifications-yellow:hover > td,
.table-hover .table-notifications-yellow:hover > th {
  background-color: #f3dea1;
}
.table-notifications-yellow-dark,
.table-notifications-yellow-dark > th,
.table-notifications-yellow-dark > td {
  background-color: #f0e2b8;
}
.table-notifications-yellow-dark th,
.table-notifications-yellow-dark td,
.table-notifications-yellow-dark thead th,
.table-notifications-yellow-dark tbody + tbody {
  border-color: #e4c97a;
}
.table-hover .table-notifications-yellow-dark:hover {
  background-color: #ecd9a3;
}
.table-hover .table-notifications-yellow-dark:hover > td,
.table-hover .table-notifications-yellow-dark:hover > th {
  background-color: #ecd9a3;
}
.table-warning-amber,
.table-warning-amber > th,
.table-warning-amber > td {
  background-color: #fad7c1;
}
.table-warning-amber th,
.table-warning-amber td,
.table-warning-amber thead th,
.table-warning-amber tbody + tbody {
  border-color: #f6b58c;
}
.table-hover .table-warning-amber:hover {
  background-color: #f8c8a9;
}
.table-hover .table-warning-amber:hover > td,
.table-hover .table-warning-amber:hover > th {
  background-color: #f8c8a9;
}
.table-warning-light-orange,
.table-warning-light-orange > th,
.table-warning-light-orange > td {
  background-color: #fefbf8;
}
.table-warning-light-orange th,
.table-warning-light-orange td,
.table-warning-light-orange thead th,
.table-warning-light-orange tbody + tbody {
  border-color: #fef7f3;
}
.table-hover .table-warning-light-orange:hover {
  background-color: #fbeee2;
}
.table-hover .table-warning-light-orange:hover > td,
.table-hover .table-warning-light-orange:hover > th {
  background-color: #fbeee2;
}
.table-success-green,
.table-success-green > th,
.table-success-green > td {
  background-color: #c1e9cf;
}
.table-success-green th,
.table-success-green td,
.table-success-green thead th,
.table-success-green tbody + tbody {
  border-color: #8cd7a6;
}
.table-hover .table-success-green:hover {
  background-color: #aee2c0;
}
.table-hover .table-success-green:hover > td,
.table-hover .table-success-green:hover > th {
  background-color: #aee2c0;
}
.table-check-in,
.table-check-in > th,
.table-check-in > td {
  background-color: #b8ddcf;
}
.table-check-in th,
.table-check-in td,
.table-check-in thead th,
.table-check-in tbody + tbody {
  border-color: #7abfa6;
}
.table-hover .table-check-in:hover {
  background-color: #a7d5c3;
}
.table-hover .table-check-in:hover > td,
.table-hover .table-check-in:hover > th {
  background-color: #a7d5c3;
}
.table-success-light-green,
.table-success-light-green > th,
.table-success-light-green > td {
  background-color: #f9fdfa;
}
.table-success-light-green th,
.table-success-light-green td,
.table-success-light-green thead th,
.table-success-light-green tbody + tbody {
  border-color: #f4fbf6;
}
.table-hover .table-success-light-green:hover {
  background-color: #e6f7ea;
}
.table-hover .table-success-light-green:hover > td,
.table-hover .table-success-light-green:hover > th {
  background-color: #e6f7ea;
}
.table-info-yellow,
.table-info-yellow > th,
.table-info-yellow > td {
  background-color: #f6e6b8;
}
.table-info-yellow th,
.table-info-yellow td,
.table-info-yellow thead th,
.table-info-yellow tbody + tbody {
  border-color: #eed17a;
}
.table-hover .table-info-yellow:hover {
  background-color: #f3dea1;
}
.table-hover .table-info-yellow:hover > td,
.table-hover .table-info-yellow:hover > th {
  background-color: #f3dea1;
}
.table-info-light-yellow,
.table-info-light-yellow > th,
.table-info-light-yellow > td {
  background-color: #fefdfa;
}
.table-info-light-yellow th,
.table-info-light-yellow td,
.table-info-light-yellow thead th,
.table-info-light-yellow tbody + tbody {
  border-color: #fdfbf5;
}
.table-hover .table-info-light-yellow:hover {
  background-color: #faf5e5;
}
.table-hover .table-info-light-yellow:hover > td,
.table-hover .table-info-light-yellow:hover > th {
  background-color: #faf5e5;
}
.table-sticker-green,
.table-sticker-green > th,
.table-sticker-green > td {
  background-color: #d0f9d7;
}
.table-sticker-green th,
.table-sticker-green td,
.table-sticker-green thead th,
.table-sticker-green tbody + tbody {
  border-color: #a8f4b5;
}
.table-hover .table-sticker-green:hover {
  background-color: #b9f6c4;
}
.table-hover .table-sticker-green:hover > td,
.table-hover .table-sticker-green:hover > th {
  background-color: #b9f6c4;
}
.table-sticker-blue,
.table-sticker-blue > th,
.table-sticker-blue > td {
  background-color: #cee4ff;
}
.table-sticker-blue th,
.table-sticker-blue td,
.table-sticker-blue thead th,
.table-sticker-blue tbody + tbody {
  border-color: #a4ccff;
}
.table-hover .table-sticker-blue:hover {
  background-color: #b5d6ff;
}
.table-hover .table-sticker-blue:hover > td,
.table-hover .table-sticker-blue:hover > th {
  background-color: #b5d6ff;
}
.table-sticker-purple,
.table-sticker-purple > th,
.table-sticker-purple > td {
  background-color: #e5cef8;
}
.table-sticker-purple th,
.table-sticker-purple td,
.table-sticker-purple thead th,
.table-sticker-purple tbody + tbody {
  border-color: #cea4f2;
}
.table-hover .table-sticker-purple:hover {
  background-color: #d9b8f5;
}
.table-hover .table-sticker-purple:hover > td,
.table-hover .table-sticker-purple:hover > th {
  background-color: #d9b8f5;
}
.table-sticker-pink,
.table-sticker-pink > th,
.table-sticker-pink > td {
  background-color: #fbc7e7;
}
.table-sticker-pink th,
.table-sticker-pink td,
.table-sticker-pink thead th,
.table-sticker-pink tbody + tbody {
  border-color: #f797d2;
}
.table-hover .table-sticker-pink:hover {
  background-color: #f9afdd;
}
.table-hover .table-sticker-pink:hover > td,
.table-hover .table-sticker-pink:hover > th {
  background-color: #f9afdd;
}
.table-sticker-yellow,
.table-sticker-yellow > th,
.table-sticker-yellow > td {
  background-color: #fdf6b8;
}
.table-sticker-yellow th,
.table-sticker-yellow td,
.table-sticker-yellow thead th,
.table-sticker-yellow tbody + tbody {
  border-color: #fbee7a;
}
.table-hover .table-sticker-yellow:hover {
  background-color: #fcf39f;
}
.table-hover .table-sticker-yellow:hover > td,
.table-hover .table-sticker-yellow:hover > th {
  background-color: #fcf39f;
}
.table-sticker-orange,
.table-sticker-orange > th,
.table-sticker-orange > td {
  background-color: #fce9b8;
}
.table-sticker-orange th,
.table-sticker-orange td,
.table-sticker-orange thead th,
.table-sticker-orange tbody + tbody {
  border-color: #f9d77c;
}
.table-hover .table-sticker-orange:hover {
  background-color: #fbe1a0;
}
.table-hover .table-sticker-orange:hover > td,
.table-hover .table-sticker-orange:hover > th {
  background-color: #fbe1a0;
}
.table-category-designs,
.table-category-designs > th,
.table-category-designs > td {
  background-color: #d2c0d8;
}
.table-category-designs th,
.table-category-designs td,
.table-category-designs thead th,
.table-category-designs tbody + tbody {
  border-color: #ac89b7;
}
.table-hover .table-category-designs:hover {
  background-color: #c7b0ce;
}
.table-hover .table-category-designs:hover > td,
.table-hover .table-category-designs:hover > th {
  background-color: #c7b0ce;
}
.table-category-samples,
.table-category-samples > th,
.table-category-samples > td {
  background-color: #c1e9cf;
}
.table-category-samples th,
.table-category-samples td,
.table-category-samples thead th,
.table-category-samples tbody + tbody {
  border-color: #8cd7a6;
}
.table-hover .table-category-samples:hover {
  background-color: #aee2c0;
}
.table-hover .table-category-samples:hover > td,
.table-hover .table-category-samples:hover > th {
  background-color: #aee2c0;
}
.table-category-products,
.table-category-products > th,
.table-category-products > td {
  background-color: #f8d1bd;
}
.table-category-products th,
.table-category-products td,
.table-category-products thead th,
.table-category-products tbody + tbody {
  border-color: #f3a984;
}
.table-hover .table-category-products:hover {
  background-color: #f6c1a6;
}
.table-hover .table-category-products:hover > td,
.table-hover .table-category-products:hover > th {
  background-color: #f6c1a6;
}
.table-category-orders,
.table-category-orders > th,
.table-category-orders > td {
  background-color: #c5e0f3;
}
.table-category-orders th,
.table-category-orders td,
.table-category-orders thead th,
.table-category-orders tbody + tbody {
  border-color: #93c6e8;
}
.table-hover .table-category-orders:hover {
  background-color: #b0d5ef;
}
.table-hover .table-category-orders:hover > td,
.table-hover .table-category-orders:hover > th {
  background-color: #b0d5ef;
}
.table-category-quality-control,
.table-category-quality-control > th,
.table-category-quality-control > td {
  background-color: #f9cde4;
}
.table-category-quality-control th,
.table-category-quality-control td,
.table-category-quality-control thead th,
.table-category-quality-control tbody + tbody {
  border-color: #f3a2ce;
}
.table-hover .table-category-quality-control:hover {
  background-color: #f6b6d8;
}
.table-hover .table-category-quality-control:hover > td,
.table-hover .table-category-quality-control:hover > th {
  background-color: #f6b6d8;
}
.table-category-account,
.table-category-account > th,
.table-category-account > td {
  background-color: #fee5bd;
}
.table-category-account th,
.table-category-account td,
.table-category-account thead th,
.table-category-account tbody + tbody {
  border-color: #fdcf84;
}
.table-hover .table-category-account:hover {
  background-color: #fedba4;
}
.table-hover .table-category-account:hover > td,
.table-hover .table-category-account:hover > th {
  background-color: #fedba4;
}
.table-category-sales,
.table-category-sales > th,
.table-category-sales > td {
  background-color: #c5ece5;
}
.table-category-sales th,
.table-category-sales td,
.table-category-sales thead th,
.table-category-sales tbody + tbody {
  border-color: #93dbcf;
}
.table-hover .table-category-sales:hover {
  background-color: #b2e6dc;
}
.table-hover .table-category-sales:hover > td,
.table-hover .table-category-sales:hover > th {
  background-color: #b2e6dc;
}
.table-tag-background,
.table-tag-background > th,
.table-tag-background > td {
  background-color: #fdfaff;
}
.table-tag-background th,
.table-tag-background td,
.table-tag-background thead th,
.table-tag-background tbody + tbody {
  border-color: #fbf6fe;
}
.table-hover .table-tag-background:hover {
  background-color: #f3e1ff;
}
.table-hover .table-tag-background:hover > td,
.table-hover .table-tag-background:hover > th {
  background-color: #f3e1ff;
}
.table-tag-border,
.table-tag-border > th,
.table-tag-border > td {
  background-color: #ede3f2;
}
.table-tag-border th,
.table-tag-border td,
.table-tag-border thead th,
.table-tag-border tbody + tbody {
  border-color: #ddcae7;
}
.table-hover .table-tag-border:hover {
  background-color: #e2d2ea;
}
.table-hover .table-tag-border:hover > td,
.table-hover .table-tag-border:hover > th {
  background-color: #e2d2ea;
}
.table-off-white,
.table-off-white > th,
.table-off-white > td {
  background-color: #fefefe;
}
.table-off-white th,
.table-off-white td,
.table-off-white thead th,
.table-off-white tbody + tbody {
  border-color: #fcfcfc;
}
.table-hover .table-off-white:hover {
  background-color: #f1f1f1;
}
.table-hover .table-off-white:hover > td,
.table-hover .table-off-white:hover > th {
  background-color: #f1f1f1;
}
.table-lightest-grey,
.table-lightest-grey > th,
.table-lightest-grey > td {
  background-color: #fcfcfc;
}
.table-lightest-grey th,
.table-lightest-grey td,
.table-lightest-grey thead th,
.table-lightest-grey tbody + tbody {
  border-color: #fafaf9;
}
.table-hover .table-lightest-grey:hover {
  background-color: #efefef;
}
.table-hover .table-lightest-grey:hover > td,
.table-hover .table-lightest-grey:hover > th {
  background-color: #efefef;
}
.table-light-grey,
.table-light-grey > th,
.table-light-grey > td {
  background-color: #efefef;
}
.table-light-grey th,
.table-light-grey td,
.table-light-grey thead th,
.table-light-grey tbody + tbody {
  border-color: #e1e1e1;
}
.table-hover .table-light-grey:hover {
  background-color: #e2e2e2;
}
.table-hover .table-light-grey:hover > td,
.table-hover .table-light-grey:hover > th {
  background-color: #e2e2e2;
}
.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #f9f9f9;
}
.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #f3f3f3;
}
.table-hover .table-grey:hover {
  background-color: #ececec;
}
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #ececec;
}
.table-mid-grey,
.table-mid-grey > th,
.table-mid-grey > td {
  background-color: #efefef;
}
.table-mid-grey th,
.table-mid-grey td,
.table-mid-grey thead th,
.table-mid-grey tbody + tbody {
  border-color: #e1e1e1;
}
.table-hover .table-mid-grey:hover {
  background-color: #e2e2e2;
}
.table-hover .table-mid-grey:hover > td,
.table-hover .table-mid-grey:hover > th {
  background-color: #e2e2e2;
}
.table-darkest-mid-grey,
.table-darkest-mid-grey > th,
.table-darkest-mid-grey > td {
  background-color: #e2e2e2;
}
.table-darkest-mid-grey th,
.table-darkest-mid-grey td,
.table-darkest-mid-grey thead th,
.table-darkest-mid-grey tbody + tbody {
  border-color: #c9c9c9;
}
.table-hover .table-darkest-mid-grey:hover {
  background-color: #d5d5d5;
}
.table-hover .table-darkest-mid-grey:hover > td,
.table-hover .table-darkest-mid-grey:hover > th {
  background-color: #d5d5d5;
}
.table-dark-grey,
.table-dark-grey > th,
.table-dark-grey > td {
  background-color: #d4d2d0;
}
.table-dark-grey th,
.table-dark-grey td,
.table-dark-grey thead th,
.table-dark-grey tbody + tbody {
  border-color: #aeaba8;
}
.table-hover .table-dark-grey:hover {
  background-color: #c8c5c3;
}
.table-hover .table-dark-grey:hover > td,
.table-hover .table-dark-grey:hover > th {
  background-color: #c8c5c3;
}
.table-darkest-grey,
.table-darkest-grey > th,
.table-darkest-grey > td {
  background-color: #c1c3c4;
}
.table-darkest-grey th,
.table-darkest-grey td,
.table-darkest-grey thead th,
.table-darkest-grey tbody + tbody {
  border-color: #8d9091;
}
.table-hover .table-darkest-grey:hover {
  background-color: #b4b6b8;
}
.table-hover .table-darkest-grey:hover > td,
.table-hover .table-darkest-grey:hover > th {
  background-color: #b4b6b8;
}
.table-editable-cell,
.table-editable-cell > th,
.table-editable-cell > td {
  background-color: #fcfdff;
}
.table-editable-cell th,
.table-editable-cell td,
.table-editable-cell thead th,
.table-editable-cell tbody + tbody {
  border-color: #fafbff;
}
.table-hover .table-editable-cell:hover {
  background-color: #e3ecff;
}
.table-hover .table-editable-cell:hover > td,
.table-hover .table-editable-cell:hover > th {
  background-color: #e3ecff;
}
.table-dark-aubergine,
.table-dark-aubergine > th,
.table-dark-aubergine > td {
  background-color: #c8c4ca;
}
.table-dark-aubergine th,
.table-dark-aubergine td,
.table-dark-aubergine thead th,
.table-dark-aubergine tbody + tbody {
  border-color: #99929c;
}
.table-hover .table-dark-aubergine:hover {
  background-color: #bbb7be;
}
.table-hover .table-dark-aubergine:hover > td,
.table-hover .table-dark-aubergine:hover > th {
  background-color: #bbb7be;
}
.table-version-highlight,
.table-version-highlight > th,
.table-version-highlight > td {
  background-color: #fefbe2;
}
.table-version-highlight th,
.table-version-highlight td,
.table-version-highlight thead th,
.table-version-highlight tbody + tbody {
  border-color: #fdf8ca;
}
.table-hover .table-version-highlight:hover {
  background-color: #fdf8c9;
}
.table-hover .table-version-highlight:hover > td,
.table-hover .table-version-highlight:hover > th {
  background-color: #fdf8c9;
}
.table-pending-blue,
.table-pending-blue > th,
.table-pending-blue > td {
  background-color: #b8dae9;
}
.table-pending-blue th,
.table-pending-blue td,
.table-pending-blue thead th,
.table-pending-blue tbody + tbody {
  border-color: #7abad7;
}
.table-hover .table-pending-blue:hover {
  background-color: #a5d0e3;
}
.table-hover .table-pending-blue:hover > td,
.table-hover .table-pending-blue:hover > th {
  background-color: #a5d0e3;
}
.table-datepicker-header-border-color,
.table-datepicker-header-border-color > th,
.table-datepicker-header-border-color > td {
  background-color: #c3c2c1;
}
.table-datepicker-header-border-color th,
.table-datepicker-header-border-color td,
.table-datepicker-header-border-color thead th,
.table-datepicker-header-border-color tbody + tbody {
  border-color: #908e8d;
}
.table-hover .table-datepicker-header-border-color:hover {
  background-color: #b6b5b4;
}
.table-hover .table-datepicker-header-border-color:hover > td,
.table-hover .table-datepicker-header-border-color:hover > th {
  background-color: #b6b5b4;
}
.table-primary-outline-background,
.table-primary-outline-background > th,
.table-primary-outline-background > td {
  background-color: rgba(255, 255, 255, 0.72);
}
.table-primary-outline-background th,
.table-primary-outline-background td,
.table-primary-outline-background thead th,
.table-primary-outline-background tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48);
}
.table-hover .table-primary-outline-background:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-hover .table-primary-outline-background:hover > td,
.table-hover .table-primary-outline-background:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-primary-outline-border,
.table-primary-outline-border > th,
.table-primary-outline-border > td {
  background-color: rgba(247, 247, 247, 0.7648);
}
.table-primary-outline-border th,
.table-primary-outline-border td,
.table-primary-outline-border thead th,
.table-primary-outline-border tbody + tbody {
  border-color: rgba(233, 233, 233, 0.5632);
}
.table-hover .table-primary-outline-border:hover {
  background-color: rgba(234, 234, 234, 0.7648);
}
.table-hover .table-primary-outline-border:hover > td,
.table-hover .table-primary-outline-border:hover > th {
  background-color: rgba(234, 234, 234, 0.7648);
}
.table-primary-outline-hover-background,
.table-primary-outline-hover-background > th,
.table-primary-outline-hover-background > td {
  background-color: rgba(253, 253, 253, 0.734);
}
.table-primary-outline-hover-background th,
.table-primary-outline-hover-background td,
.table-primary-outline-hover-background thead th,
.table-primary-outline-hover-background tbody + tbody {
  border-color: rgba(249, 249, 249, 0.506);
}
.table-hover .table-primary-outline-hover-background:hover {
  background-color: rgba(240, 240, 240, 0.734);
}
.table-hover .table-primary-outline-hover-background:hover > td,
.table-hover .table-primary-outline-hover-background:hover > th {
  background-color: rgba(240, 240, 240, 0.734);
}
.table-primary-outline-hover-border,
.table-primary-outline-hover-border > th,
.table-primary-outline-hover-border > td {
  background-color: rgba(242, 242, 242, 0.7872);
}
.table-primary-outline-hover-border th,
.table-primary-outline-hover-border td,
.table-primary-outline-hover-border thead th,
.table-primary-outline-hover-border tbody + tbody {
  border-color: rgba(222, 222, 222, 0.6048);
}
.table-hover .table-primary-outline-hover-border:hover {
  background-color: rgba(229, 229, 229, 0.7872);
}
.table-hover .table-primary-outline-hover-border:hover > td,
.table-hover .table-primary-outline-hover-border:hover > th {
  background-color: rgba(229, 229, 229, 0.7872);
}
.table-primary-outline-active-background,
.table-primary-outline-active-background > th,
.table-primary-outline-active-background > td {
  background-color: rgba(251, 251, 251, 0.762);
}
.table-primary-outline-active-background th,
.table-primary-outline-active-background td,
.table-primary-outline-active-background thead th,
.table-primary-outline-active-background tbody + tbody {
  border-color: rgba(244, 244, 243, 0.558);
}
.table-hover .table-primary-outline-active-background:hover {
  background-color: rgba(238, 238, 238, 0.762);
}
.table-hover .table-primary-outline-active-background:hover > td,
.table-hover .table-primary-outline-active-background:hover > th {
  background-color: rgba(238, 238, 238, 0.762);
}
.table-primary-outline-active-border,
.table-primary-outline-active-border > th,
.table-primary-outline-active-border > td {
  background-color: rgba(237, 237, 237, 0.8096);
}
.table-primary-outline-active-border th,
.table-primary-outline-active-border td,
.table-primary-outline-active-border thead th,
.table-primary-outline-active-border tbody + tbody {
  border-color: rgba(211, 211, 211, 0.6464);
}
.table-hover .table-primary-outline-active-border:hover {
  background-color: rgba(224, 224, 224, 0.8096);
}
.table-hover .table-primary-outline-active-border:hover > td,
.table-hover .table-primary-outline-active-border:hover > th {
  background-color: rgba(224, 224, 224, 0.8096);
}
.table-primary-outline-background-disabled,
.table-primary-outline-background-disabled > th,
.table-primary-outline-background-disabled > td {
  background-color: rgba(255, 255, 255, 0.72);
}
.table-primary-outline-background-disabled th,
.table-primary-outline-background-disabled td,
.table-primary-outline-background-disabled thead th,
.table-primary-outline-background-disabled tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48);
}
.table-hover .table-primary-outline-background-disabled:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-hover .table-primary-outline-background-disabled:hover > td,
.table-hover .table-primary-outline-background-disabled:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-primary-outline-border-disabled,
.table-primary-outline-border-disabled > th,
.table-primary-outline-border-disabled > td {
  background-color: #f4f2ef;
}
.table-primary-outline-border-disabled th,
.table-primary-outline-border-disabled td,
.table-primary-outline-border-disabled thead th,
.table-primary-outline-border-disabled tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-outline-border-disabled:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-outline-border-disabled:hover > td,
.table-hover .table-primary-outline-border-disabled:hover > th {
  background-color: #eae6e0;
}
.table-primary-outline-color-disabled,
.table-primary-outline-color-disabled > th,
.table-primary-outline-color-disabled > td {
  background-color: #eae9e6;
}
.table-primary-outline-color-disabled th,
.table-primary-outline-color-disabled td,
.table-primary-outline-color-disabled thead th,
.table-primary-outline-color-disabled tbody + tbody {
  border-color: #d9d6d1;
}
.table-hover .table-primary-outline-color-disabled:hover {
  background-color: #deddd8;
}
.table-hover .table-primary-outline-color-disabled:hover > td,
.table-hover .table-primary-outline-color-disabled:hover > th {
  background-color: #deddd8;
}
.table-primary-outline-color-disabled-dark,
.table-primary-outline-color-disabled-dark > th,
.table-primary-outline-color-disabled-dark > td {
  background-color: #d5d4d2;
}
.table-primary-outline-color-disabled-dark th,
.table-primary-outline-color-disabled-dark td,
.table-primary-outline-color-disabled-dark thead th,
.table-primary-outline-color-disabled-dark tbody + tbody {
  border-color: #b2afac;
}
.table-hover .table-primary-outline-color-disabled-dark:hover {
  background-color: #c9c7c5;
}
.table-hover .table-primary-outline-color-disabled-dark:hover > td,
.table-hover .table-primary-outline-color-disabled-dark:hover > th {
  background-color: #c9c7c5;
}
.table-primary-black-background,
.table-primary-black-background > th,
.table-primary-black-background > td {
  background-color: #c0bfbf;
}
.table-primary-black-background th,
.table-primary-black-background td,
.table-primary-black-background thead th,
.table-primary-black-background tbody + tbody {
  border-color: #8a8887;
}
.table-hover .table-primary-black-background:hover {
  background-color: #b3b2b2;
}
.table-hover .table-primary-black-background:hover > td,
.table-hover .table-primary-black-background:hover > th {
  background-color: #b3b2b2;
}
.table-primary-black-background-dark,
.table-primary-black-background-dark > th,
.table-primary-black-background-dark > td {
  background-color: #fcfcfc;
}
.table-primary-black-background-dark th,
.table-primary-black-background-dark td,
.table-primary-black-background-dark thead th,
.table-primary-black-background-dark tbody + tbody {
  border-color: #fafaf9;
}
.table-hover .table-primary-black-background-dark:hover {
  background-color: #efefef;
}
.table-hover .table-primary-black-background-dark:hover > td,
.table-hover .table-primary-black-background-dark:hover > th {
  background-color: #efefef;
}
.table-primary-black-hover-background,
.table-primary-black-hover-background > th,
.table-primary-black-hover-background > td {
  background-color: #c6c5c4;
}
.table-primary-black-hover-background th,
.table-primary-black-hover-background td,
.table-primary-black-hover-background thead th,
.table-primary-black-hover-background tbody + tbody {
  border-color: #969392;
}
.table-hover .table-primary-black-hover-background:hover {
  background-color: #b9b8b7;
}
.table-hover .table-primary-black-hover-background:hover > td,
.table-hover .table-primary-black-hover-background:hover > th {
  background-color: #b9b8b7;
}
.table-primary-black-hover-background-dark,
.table-primary-black-hover-background-dark > th,
.table-primary-black-hover-background-dark > td {
  background-color: #f7f6f4;
}
.table-primary-black-hover-background-dark th,
.table-primary-black-hover-background-dark td,
.table-primary-black-hover-background-dark thead th,
.table-primary-black-hover-background-dark tbody + tbody {
  border-color: #f1efea;
}
.table-hover .table-primary-black-hover-background-dark:hover {
  background-color: #eceae5;
}
.table-hover .table-primary-black-hover-background-dark:hover > td,
.table-hover .table-primary-black-hover-background-dark:hover > th {
  background-color: #eceae5;
}
.table-primary-black-active-background,
.table-primary-black-active-background > th,
.table-primary-black-active-background > td {
  background-color: #cdcbca;
}
.table-primary-black-active-background th,
.table-primary-black-active-background td,
.table-primary-black-active-background thead th,
.table-primary-black-active-background tbody + tbody {
  border-color: #a19e9c;
}
.table-hover .table-primary-black-active-background:hover {
  background-color: #c1bebd;
}
.table-hover .table-primary-black-active-background:hover > td,
.table-hover .table-primary-black-active-background:hover > th {
  background-color: #c1bebd;
}
.table-primary-black-active-background-dark,
.table-primary-black-active-background-dark > th,
.table-primary-black-active-background-dark > td {
  background-color: #f4f2ef;
}
.table-primary-black-active-background-dark th,
.table-primary-black-active-background-dark td,
.table-primary-black-active-background-dark thead th,
.table-primary-black-active-background-dark tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-black-active-background-dark:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-black-active-background-dark:hover > td,
.table-hover .table-primary-black-active-background-dark:hover > th {
  background-color: #eae6e0;
}
.table-primary-black-disabled-background,
.table-primary-black-disabled-background > th,
.table-primary-black-disabled-background > td {
  background-color: #f4f2ef;
}
.table-primary-black-disabled-background th,
.table-primary-black-disabled-background td,
.table-primary-black-disabled-background thead th,
.table-primary-black-disabled-background tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-black-disabled-background:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-black-disabled-background:hover > td,
.table-hover .table-primary-black-disabled-background:hover > th {
  background-color: #eae6e0;
}
.table-primary-black-disabled-background-dark,
.table-primary-black-disabled-background-dark > th,
.table-primary-black-disabled-background-dark > td {
  background-color: #f4f2ef;
}
.table-primary-black-disabled-background-dark th,
.table-primary-black-disabled-background-dark td,
.table-primary-black-disabled-background-dark thead th,
.table-primary-black-disabled-background-dark tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-black-disabled-background-dark:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-black-disabled-background-dark:hover > td,
.table-hover .table-primary-black-disabled-background-dark:hover > th {
  background-color: #eae6e0;
}
.table-primary-black-disabled-border,
.table-primary-black-disabled-border > th,
.table-primary-black-disabled-border > td {
  background-color: #f4f2ef;
}
.table-primary-black-disabled-border th,
.table-primary-black-disabled-border td,
.table-primary-black-disabled-border thead th,
.table-primary-black-disabled-border tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-black-disabled-border:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-black-disabled-border:hover > td,
.table-hover .table-primary-black-disabled-border:hover > th {
  background-color: #eae6e0;
}
.table-primary-black-disabled-border-dark,
.table-primary-black-disabled-border-dark > th,
.table-primary-black-disabled-border-dark > td {
  background-color: #f4f2ef;
}
.table-primary-black-disabled-border-dark th,
.table-primary-black-disabled-border-dark td,
.table-primary-black-disabled-border-dark thead th,
.table-primary-black-disabled-border-dark tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-primary-black-disabled-border-dark:hover {
  background-color: #eae6e0;
}
.table-hover .table-primary-black-disabled-border-dark:hover > td,
.table-hover .table-primary-black-disabled-border-dark:hover > th {
  background-color: #eae6e0;
}
.table-primary-black-disabled-color,
.table-primary-black-disabled-color > th,
.table-primary-black-disabled-color > td {
  background-color: #e2e0dd;
}
.table-primary-black-disabled-color th,
.table-primary-black-disabled-color td,
.table-primary-black-disabled-color thead th,
.table-primary-black-disabled-color tbody + tbody {
  border-color: #c8c5c1;
}
.table-hover .table-primary-black-disabled-color:hover {
  background-color: #d6d3cf;
}
.table-hover .table-primary-black-disabled-color:hover > td,
.table-hover .table-primary-black-disabled-color:hover > th {
  background-color: #d6d3cf;
}
.table-primary-black-disabled-color-dark,
.table-primary-black-disabled-color-dark > th,
.table-primary-black-disabled-color-dark > td {
  background-color: #e2e0dd;
}
.table-primary-black-disabled-color-dark th,
.table-primary-black-disabled-color-dark td,
.table-primary-black-disabled-color-dark thead th,
.table-primary-black-disabled-color-dark tbody + tbody {
  border-color: #c8c5c1;
}
.table-hover .table-primary-black-disabled-color-dark:hover {
  background-color: #d6d3cf;
}
.table-hover .table-primary-black-disabled-color-dark:hover > td,
.table-hover .table-primary-black-disabled-color-dark:hover > th {
  background-color: #d6d3cf;
}
.table-thead-background,
.table-thead-background > th,
.table-thead-background > td {
  background-color: #c6c5c4;
}
.table-thead-background th,
.table-thead-background td,
.table-thead-background thead th,
.table-thead-background tbody + tbody {
  border-color: #969392;
}
.table-hover .table-thead-background:hover {
  background-color: #b9b8b7;
}
.table-hover .table-thead-background:hover > td,
.table-hover .table-thead-background:hover > th {
  background-color: #b9b8b7;
}
.table-tbody-tr-active-background,
.table-tbody-tr-active-background > th,
.table-tbody-tr-active-background > td {
  background-color: #f7f6f4;
}
.table-tbody-tr-active-background th,
.table-tbody-tr-active-background td,
.table-tbody-tr-active-background thead th,
.table-tbody-tr-active-background tbody + tbody {
  border-color: #f1efea;
}
.table-hover .table-tbody-tr-active-background:hover {
  background-color: #eceae5;
}
.table-hover .table-tbody-tr-active-background:hover > td,
.table-hover .table-tbody-tr-active-background:hover > th {
  background-color: #eceae5;
}
.table-toggle-background,
.table-toggle-background > th,
.table-toggle-background > td {
  background-color: #f4f2ef;
}
.table-toggle-background th,
.table-toggle-background td,
.table-toggle-background thead th,
.table-toggle-background tbody + tbody {
  border-color: #eae7e1;
}
.table-hover .table-toggle-background:hover {
  background-color: #eae6e0;
}
.table-hover .table-toggle-background:hover > td,
.table-hover .table-toggle-background:hover > th {
  background-color: #eae6e0;
}
.table-toggle-checked-background,
.table-toggle-checked-background > th,
.table-toggle-checked-background > td {
  background-color: #c0bfbe;
}
.table-toggle-checked-background th,
.table-toggle-checked-background td,
.table-toggle-checked-background thead th,
.table-toggle-checked-background tbody + tbody {
  border-color: #898786;
}
.table-hover .table-toggle-checked-background:hover {
  background-color: #b3b2b1;
}
.table-hover .table-toggle-checked-background:hover > td,
.table-hover .table-toggle-checked-background:hover > th {
  background-color: #b3b2b1;
}
.table-dark-background-content,
.table-dark-background-content > th,
.table-dark-background-content > td {
  background-color: #bfbebd;
}
.table-dark-background-content th,
.table-dark-background-content td,
.table-dark-background-content thead th,
.table-dark-background-content tbody + tbody {
  border-color: #878685;
}
.table-hover .table-dark-background-content:hover {
  background-color: #b2b1b0;
}
.table-hover .table-dark-background-content:hover > td,
.table-hover .table-dark-background-content:hover > th {
  background-color: #b2b1b0;
}
.table-dark-border-content,
.table-dark-border-content > th,
.table-dark-border-content > td {
  background-color: #d1d0cf;
}
.table-dark-border-content th,
.table-dark-border-content td,
.table-dark-border-content thead th,
.table-dark-border-content tbody + tbody {
  border-color: #aaa7a6;
}
.table-hover .table-dark-border-content:hover {
  background-color: #c5c3c2;
}
.table-hover .table-dark-border-content:hover > td,
.table-hover .table-dark-border-content:hover > th {
  background-color: #c5c3c2;
}
.table-dark-color-content,
.table-dark-color-content > th,
.table-dark-color-content > td {
  background-color: #e0dfde;
}
.table-dark-color-content th,
.table-dark-color-content td,
.table-dark-color-content thead th,
.table-dark-color-content tbody + tbody {
  border-color: #c5c3c2;
}
.table-hover .table-dark-color-content:hover {
  background-color: #d4d2d1;
}
.table-hover .table-dark-color-content:hover > td,
.table-hover .table-dark-color-content:hover > th {
  background-color: #d4d2d1;
}
.table-dark-background,
.table-dark-background > th,
.table-dark-background > td {
  background-color: #c1c0bf;
}
.table-dark-background th,
.table-dark-background td,
.table-dark-background thead th,
.table-dark-background tbody + tbody {
  border-color: #8c8a88;
}
.table-hover .table-dark-background:hover {
  background-color: #b4b3b2;
}
.table-hover .table-dark-background:hover > td,
.table-hover .table-dark-background:hover > th {
  background-color: #b4b3b2;
}
.table-dark-side-navigation-color,
.table-dark-side-navigation-color > th,
.table-dark-side-navigation-color > td {
  background-color: #f4f3f2;
}
.table-dark-side-navigation-color th,
.table-dark-side-navigation-color td,
.table-dark-side-navigation-color thead th,
.table-dark-side-navigation-color tbody + tbody {
  border-color: #eae9e8;
}
.table-hover .table-dark-side-navigation-color:hover {
  background-color: #e8e6e4;
}
.table-hover .table-dark-side-navigation-color:hover > td,
.table-hover .table-dark-side-navigation-color:hover > th {
  background-color: #e8e6e4;
}
.table-dark-side-navigation-color-hover,
.table-dark-side-navigation-color-hover > th,
.table-dark-side-navigation-color-hover > td {
  background-color: #fdfdfd;
}
.table-dark-side-navigation-color-hover th,
.table-dark-side-navigation-color-hover td,
.table-dark-side-navigation-color-hover thead th,
.table-dark-side-navigation-color-hover tbody + tbody {
  border-color: #fcfbfb;
}
.table-hover .table-dark-side-navigation-color-hover:hover {
  background-color: #f0f0f0;
}
.table-hover .table-dark-side-navigation-color-hover:hover > td,
.table-hover .table-dark-side-navigation-color-hover:hover > th {
  background-color: #f0f0f0;
}
.table-dark-side-navigation-icon-color,
.table-dark-side-navigation-icon-color > th,
.table-dark-side-navigation-icon-color > td {
  background-color: #e0dfde;
}
.table-dark-side-navigation-icon-color th,
.table-dark-side-navigation-icon-color td,
.table-dark-side-navigation-icon-color thead th,
.table-dark-side-navigation-icon-color tbody + tbody {
  border-color: #c5c3c2;
}
.table-hover .table-dark-side-navigation-icon-color:hover {
  background-color: #d4d2d1;
}
.table-hover .table-dark-side-navigation-icon-color:hover > td,
.table-hover .table-dark-side-navigation-icon-color:hover > th {
  background-color: #d4d2d1;
}
.table-dark-side-navigation-icon-color-active,
.table-dark-side-navigation-icon-color-active > th,
.table-dark-side-navigation-icon-color-active > td {
  background-color: #f0efee;
}
.table-dark-side-navigation-icon-color-active th,
.table-dark-side-navigation-icon-color-active td,
.table-dark-side-navigation-icon-color-active thead th,
.table-dark-side-navigation-icon-color-active tbody + tbody {
  border-color: #e2e1e0;
}
.table-hover .table-dark-side-navigation-icon-color-active:hover {
  background-color: #e4e2e0;
}
.table-hover .table-dark-side-navigation-icon-color-active:hover > td,
.table-hover .table-dark-side-navigation-icon-color-active:hover > th {
  background-color: #e4e2e0;
}
.table-dark-border-color,
.table-dark-border-color > th,
.table-dark-border-color > td {
  background-color: #d1d0cf;
}
.table-dark-border-color th,
.table-dark-border-color td,
.table-dark-border-color thead th,
.table-dark-border-color tbody + tbody {
  border-color: #aaa7a6;
}
.table-hover .table-dark-border-color:hover {
  background-color: #c5c3c2;
}
.table-hover .table-dark-border-color:hover > td,
.table-hover .table-dark-border-color:hover > th {
  background-color: #c5c3c2;
}
.table-dark-badge-color,
.table-dark-badge-color > th,
.table-dark-badge-color > td {
  background-color: #bdbdbc;
}
.table-dark-badge-color th,
.table-dark-badge-color td,
.table-dark-badge-color thead th,
.table-dark-badge-color tbody + tbody {
  border-color: #858483;
}
.table-hover .table-dark-badge-color:hover {
  background-color: #b0b0af;
}
.table-hover .table-dark-badge-color:hover > td,
.table-hover .table-dark-badge-color:hover > th {
  background-color: #b0b0af;
}
.table-dark-kebab-active-background,
.table-dark-kebab-active-background > th,
.table-dark-kebab-active-background > td {
  background-color: #c7c6c5;
}
.table-dark-kebab-active-background th,
.table-dark-kebab-active-background td,
.table-dark-kebab-active-background thead th,
.table-dark-kebab-active-background tbody + tbody {
  border-color: #979493;
}
.table-hover .table-dark-kebab-active-background:hover {
  background-color: #bab9b8;
}
.table-hover .table-dark-kebab-active-background:hover > td,
.table-hover .table-dark-kebab-active-background:hover > th {
  background-color: #bab9b8;
}
.table-dark-filters-background,
.table-dark-filters-background > th,
.table-dark-filters-background > td {
  background-color: #bcbcbc;
}
.table-dark-filters-background th,
.table-dark-filters-background td,
.table-dark-filters-background thead th,
.table-dark-filters-background tbody + tbody {
  border-color: #838282;
}
.table-hover .table-dark-filters-background:hover {
  background-color: #afafaf;
}
.table-hover .table-dark-filters-background:hover > td,
.table-hover .table-dark-filters-background:hover > th {
  background-color: #afafaf;
}
.table-dark-toggle-background,
.table-dark-toggle-background > th,
.table-dark-toggle-background > td {
  background-color: #cdcccb;
}
.table-dark-toggle-background th,
.table-dark-toggle-background td,
.table-dark-toggle-background thead th,
.table-dark-toggle-background tbody + tbody {
  border-color: #a3a09f;
}
.table-hover .table-dark-toggle-background:hover {
  background-color: #c1bfbe;
}
.table-hover .table-dark-toggle-background:hover > td,
.table-hover .table-dark-toggle-background:hover > th {
  background-color: #c1bfbe;
}
.table-dark-toggle-after-background,
.table-dark-toggle-after-background > th,
.table-dark-toggle-after-background > td {
  background-color: #e4e3e2;
}
.table-dark-toggle-after-background th,
.table-dark-toggle-after-background td,
.table-dark-toggle-after-background thead th,
.table-dark-toggle-after-background tbody + tbody {
  border-color: #cccac9;
}
.table-hover .table-dark-toggle-after-background:hover {
  background-color: #d8d6d5;
}
.table-hover .table-dark-toggle-after-background:hover > td,
.table-hover .table-dark-toggle-after-background:hover > th {
  background-color: #d8d6d5;
}
.table-dark-toggle-disabled-background,
.table-dark-toggle-disabled-background > th,
.table-dark-toggle-disabled-background > td {
  background-color: #cecccb;
}
.table-dark-toggle-disabled-background th,
.table-dark-toggle-disabled-background td,
.table-dark-toggle-disabled-background thead th,
.table-dark-toggle-disabled-background tbody + tbody {
  border-color: #a3a19f;
}
.table-hover .table-dark-toggle-disabled-background:hover {
  background-color: #c2bfbe;
}
.table-hover .table-dark-toggle-disabled-background:hover > td,
.table-hover .table-dark-toggle-disabled-background:hover > th {
  background-color: #c2bfbe;
}
.table-dark-toggle-disabled-after-background,
.table-dark-toggle-disabled-after-background > th,
.table-dark-toggle-disabled-after-background > td {
  background-color: #d5d4d2;
}
.table-dark-toggle-disabled-after-background th,
.table-dark-toggle-disabled-after-background td,
.table-dark-toggle-disabled-after-background thead th,
.table-dark-toggle-disabled-after-background tbody + tbody {
  border-color: #b0aeac;
}
.table-hover .table-dark-toggle-disabled-after-background:hover {
  background-color: #c9c7c5;
}
.table-hover .table-dark-toggle-disabled-after-background:hover > td,
.table-hover .table-dark-toggle-disabled-after-background:hover > th {
  background-color: #c9c7c5;
}
.table-dark-toggle-checked-after-background,
.table-dark-toggle-checked-after-background > th,
.table-dark-toggle-checked-after-background > td {
  background-color: #c1c0bf;
}
.table-dark-toggle-checked-after-background th,
.table-dark-toggle-checked-after-background td,
.table-dark-toggle-checked-after-background thead th,
.table-dark-toggle-checked-after-background tbody + tbody {
  border-color: #8c8a88;
}
.table-hover .table-dark-toggle-checked-after-background:hover {
  background-color: #b4b3b2;
}
.table-hover .table-dark-toggle-checked-after-background:hover > td,
.table-hover .table-dark-toggle-checked-after-background:hover > th {
  background-color: #b4b3b2;
}
.table-dark-datepicker-background,
.table-dark-datepicker-background > th,
.table-dark-datepicker-background > td {
  background-color: #c7c6c5;
}
.table-dark-datepicker-background th,
.table-dark-datepicker-background td,
.table-dark-datepicker-background thead th,
.table-dark-datepicker-background tbody + tbody {
  border-color: #979493;
}
.table-hover .table-dark-datepicker-background:hover {
  background-color: #bab9b8;
}
.table-hover .table-dark-datepicker-background:hover > td,
.table-hover .table-dark-datepicker-background:hover > th {
  background-color: #bab9b8;
}
.table-dark-datepicker-box-shadow-color,
.table-dark-datepicker-box-shadow-color > th,
.table-dark-datepicker-box-shadow-color > td {
  background-color: #c6c5c4;
}
.table-dark-datepicker-box-shadow-color th,
.table-dark-datepicker-box-shadow-color td,
.table-dark-datepicker-box-shadow-color thead th,
.table-dark-datepicker-box-shadow-color tbody + tbody {
  border-color: #959391;
}
.table-hover .table-dark-datepicker-box-shadow-color:hover {
  background-color: #b9b8b7;
}
.table-hover .table-dark-datepicker-box-shadow-color:hover > td,
.table-hover .table-dark-datepicker-box-shadow-color:hover > th {
  background-color: #b9b8b7;
}
.table-dark-datepicker-head-button-color,
.table-dark-datepicker-head-button-color > th,
.table-dark-datepicker-head-button-color > td {
  background-color: #fdfdfd;
}
.table-dark-datepicker-head-button-color th,
.table-dark-datepicker-head-button-color td,
.table-dark-datepicker-head-button-color thead th,
.table-dark-datepicker-head-button-color tbody + tbody {
  border-color: #fcfbfb;
}
.table-hover .table-dark-datepicker-head-button-color:hover {
  background-color: #f0f0f0;
}
.table-hover .table-dark-datepicker-head-button-color:hover > td,
.table-hover .table-dark-datepicker-head-button-color:hover > th {
  background-color: #f0f0f0;
}
.table-dark-datepicker-body-color,
.table-dark-datepicker-body-color > th,
.table-dark-datepicker-body-color > td {
  background-color: #e7e7e6;
}
.table-dark-datepicker-body-color th,
.table-dark-datepicker-body-color td,
.table-dark-datepicker-body-color thead th,
.table-dark-datepicker-body-color tbody + tbody {
  border-color: #d3d2d0;
}
.table-hover .table-dark-datepicker-body-color:hover {
  background-color: #dbdbd9;
}
.table-hover .table-dark-datepicker-body-color:hover > td,
.table-hover .table-dark-datepicker-body-color:hover > th {
  background-color: #dbdbd9;
}
.table-dark-datepicker-body-td-selected,
.table-dark-datepicker-body-td-selected > th,
.table-dark-datepicker-body-td-selected > td {
  background-color: #f0efee;
}
.table-dark-datepicker-body-td-selected th,
.table-dark-datepicker-body-td-selected td,
.table-dark-datepicker-body-td-selected thead th,
.table-dark-datepicker-body-td-selected tbody + tbody {
  border-color: #e2e1e0;
}
.table-hover .table-dark-datepicker-body-td-selected:hover {
  background-color: #e4e2e0;
}
.table-hover .table-dark-datepicker-body-td-selected:hover > td,
.table-hover .table-dark-datepicker-body-td-selected:hover > th {
  background-color: #e4e2e0;
}
.table-numbers-table-background-color,
.table-numbers-table-background-color > th,
.table-numbers-table-background-color > td {
  background-color: #fafaf8;
}
.table-numbers-table-background-color th,
.table-numbers-table-background-color td,
.table-numbers-table-background-color thead th,
.table-numbers-table-background-color tbody + tbody {
  border-color: #f6f5f3;
}
.table-hover .table-numbers-table-background-color:hover {
  background-color: #efefe9;
}
.table-hover .table-numbers-table-background-color:hover > td,
.table-hover .table-numbers-table-background-color:hover > th {
  background-color: #efefe9;
}
.table-circle-border-color,
.table-circle-border-color > th,
.table-circle-border-color > td {
  background-color: #f7f6f4;
}
.table-circle-border-color th,
.table-circle-border-color td,
.table-circle-border-color thead th,
.table-circle-border-color tbody + tbody {
  border-color: #f1efea;
}
.table-hover .table-circle-border-color:hover {
  background-color: #eceae5;
}
.table-hover .table-circle-border-color:hover > td,
.table-hover .table-circle-border-color:hover > th {
  background-color: #eceae5;
}
.table-circle-title-color,
.table-circle-title-color > th,
.table-circle-title-color > td {
  background-color: #d3d1cf;
}
.table-circle-title-color th,
.table-circle-title-color td,
.table-circle-title-color thead th,
.table-circle-title-color tbody + tbody {
  border-color: #ada9a6;
}
.table-hover .table-circle-title-color:hover {
  background-color: #c7c4c2;
}
.table-hover .table-circle-title-color:hover > td,
.table-hover .table-circle-title-color:hover > th {
  background-color: #c7c4c2;
}
.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: #232a2b;
  border-color: #343f40;
}
.table .thead-light th {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #090807;
}
.table-dark {
  color: #fff;
  background-color: #232a2b;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #343f40;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1329.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .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(1em + 1.5625rem + 2px);
  padding: 0.78125rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #645D57;
  background-color: #F6F5F3;
  background-clip: padding-box;
  border: 1px solid #878079;
  border-radius: 0;
  box-shadow: 0 0 0;
  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: #645D57;
  background-color: #F6F5F3;
  border-color: #878079;
  outline: 0;
  box-shadow: 0 0 0, 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.form-control::placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #F6F5F3;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #645D57;
}
select.form-control:focus::-ms-value {
  color: #645D57;
  background-color: #F6F5F3;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.78125rem + 1px);
  padding-bottom: calc(0.78125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.2115384575rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.65625rem + 1px);
  padding-bottom: calc(0.65625rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.78125rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #000;
  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 + 1.3125rem + 2px);
  padding: 0.65625rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.2115384575rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #979797;
}
.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: 0.875rem;
  color: #21b254;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 2.4615384615;
  color: #fff;
  background-color: rgba(33, 178, 84, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #21b254;
  padding-right: calc(1em + 1.5625rem) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16A8 8 0 108 0a8 8 0 000 16z' fill='%2321b254'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.588 3.858a1 1 0 01.22 1.397l-5.333 7.333a1 1 0 01-1.515.12L3.293 10.04a1 1 0 011.414-1.414l1.84 1.84 4.644-6.387a1 1 0 011.397-.221z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.390625rem) center;
  background-size: calc(0.5em + 0.78125rem) calc(0.5em + 0.78125rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #21b254;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1em + 1.5625rem);
  background-position: top calc(0.25em + 0.390625rem) right calc(0.25em + 0.390625rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #21b254;
  padding-right: calc(0.75em + 3.171875rem) !important;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%231D1917'/%3E%3C/svg%3E%0A") right 1rem center/12px 8px no-repeat, #F6F5F3 url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16A8 8 0 108 0a8 8 0 000 16z' fill='%2321b254'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.588 3.858a1 1 0 01.22 1.397l-5.333 7.333a1 1 0 01-1.515.12L3.293 10.04a1 1 0 011.414-1.414l1.84 1.84 4.644-6.387a1 1 0 011.397-.221z' fill='%23fff'/%3E%3C/svg%3E") center right 2rem/calc(0.5em + 0.78125rem) calc(0.5em + 0.78125rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #21b254;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #21b254;
}
.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: #21b254;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #21b254;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ed86a;
  background-color: #2ed86a;
}
.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.1875rem rgba(33, 178, 84, 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: #21b254;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #21b254;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #21b254;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #CB1B19;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 2.4615384615;
  color: #fff;
  background-color: rgba(203, 27, 25, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #CB1B19;
  padding-right: calc(1em + 1.5625rem) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16A8 8 0 108 0a8 8 0 000 16z' fill='%23CB1B19'/%3E%3Cpath d='M9.455 12.055c0 .8-.655 1.454-1.455 1.454s-1.454-.654-1.454-1.454c0-.8.654-1.455 1.454-1.455.8 0 1.455.655 1.455 1.455zm-1.71-2.49h.51c.363 0 .545-.365.6-.71.4-3.182.581-4.891.545-5.091a.687.687 0 00-.709-.527H7.327a.687.687 0 00-.709.527c-.036.2.146 1.91.546 5.091.036.345.218.69.582.709z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.390625rem) center;
  background-size: calc(0.5em + 0.78125rem) calc(0.5em + 0.78125rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #CB1B19;
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1em + 1.5625rem);
  background-position: top calc(0.25em + 0.390625rem) right calc(0.25em + 0.390625rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #CB1B19;
  padding-right: calc(0.75em + 3.171875rem) !important;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%231D1917'/%3E%3C/svg%3E%0A") right 1rem center/12px 8px no-repeat, #F6F5F3 url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16A8 8 0 108 0a8 8 0 000 16z' fill='%23CB1B19'/%3E%3Cpath d='M9.455 12.055c0 .8-.655 1.454-1.455 1.454s-1.454-.654-1.454-1.454c0-.8.654-1.455 1.454-1.455.8 0 1.455.655 1.455 1.455zm-1.71-2.49h.51c.363 0 .545-.365.6-.71.4-3.182.581-4.891.545-5.091a.687.687 0 00-.709-.527H7.327a.687.687 0 00-.709.527c-.036.2.146 1.91.546 5.091.036.345.218.69.582.709z' fill='%23fff'/%3E%3C/svg%3E") center right 2rem/calc(0.5em + 0.78125rem) calc(0.5em + 0.78125rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #CB1B19;
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #CB1B19;
}
.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: #CB1B19;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #CB1B19;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e63331;
  background-color: #e63331;
}
.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.1875rem rgba(203, 27, 25, 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: #CB1B19;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #CB1B19;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #CB1B19;
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 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,
.btn-group .btn:not(.btn-link):not(.btn-icon) {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 999px;
  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,
  .btn-group .btn:not(.btn-link):not(.btn-icon) {
    transition: none;
  }
}
.btn:hover,
.btn-group .btn:hover:not(.btn-link):not(.btn-icon) {
  color: #000;
  text-decoration: none;
}
.btn:focus,
.btn-group .btn:focus:not(.btn-link):not(.btn-icon),
.btn.focus,
.btn-group .focus.btn:not(.btn-link):not(.btn-icon) {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.btn.disabled,
.btn-group .disabled.btn:not(.btn-link):not(.btn-icon),
.btn:disabled,
.btn-group .btn:disabled:not(.btn-link):not(.btn-icon) {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled),
.btn-group .btn:not(:disabled):not(.disabled):not(.btn-link):not(.btn-icon) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
a.btn.disabled,
.btn-group a.disabled.btn:not(.btn-link):not(.btn-icon),
fieldset:disabled a.btn,
fieldset:disabled .btn-group a.btn:not(.btn-link):not(.btn-icon),
.btn-group fieldset:disabled a.btn:not(.btn-link):not(.btn-icon) {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(54, 52, 49, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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.1875rem rgba(54, 52, 49, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #615A54;
  border-color: #615A54;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #4d4742;
  border-color: #46413c;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #4d4742;
  border-color: #46413c;
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 110, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #615A54;
  border-color: #615A54;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #46413c;
  border-color: #3f3a36;
}
.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.1875rem rgba(121, 115, 110, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
  box-shadow: 0 0 0 0.1875rem rgba(66, 190, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #198740;
  border-color: #177c3b;
}
.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.1875rem rgba(66, 190, 110, 0.5);
}
.btn-info {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #ac8100;
  border-color: #9f7700;
}
.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.1875rem rgba(205, 156, 13, 0.5);
}
.btn-warning {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
  box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d65e11;
  border-color: #cb5910;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d65e11;
  border-color: #cb5910;
  box-shadow: 0 0 0 0.1875rem rgba(240, 133, 66, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cb5910;
  border-color: #bf530f;
}
.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.1875rem rgba(240, 133, 66, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a91615;
  border-color: #9e1513;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a91615;
  border-color: #9e1513;
  box-shadow: 0 0 0 0.1875rem rgba(211, 61, 60, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9e1513;
  border-color: #921312;
}
.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.1875rem rgba(211, 61, 60, 0.5);
}
.btn-light {
  color: #645D57;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-light:hover {
  color: #645D57;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus,
.btn-light.focus {
  color: #645D57;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.1875rem rgba(232, 231, 230, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #645D57;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #645D57;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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.1875rem rgba(232, 231, 230, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #504a45;
  border-color: #49443f;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #504a45;
  border-color: #49443f;
  box-shadow: 0 0 0 0.1875rem rgba(123, 117, 112, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #49443f;
  border-color: #423d39;
}
.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.1875rem rgba(123, 117, 112, 0.5);
}
.btn-primary-disabled-bg {
  color: #645D57;
  background-color: #d6d1c6;
  border-color: #d6d1c6;
  box-shadow: none;
}
.btn-primary-disabled-bg:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-disabled-bg:focus,
.btn-primary-disabled-bg.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-disabled-bg.disabled,
.btn-primary-disabled-bg:disabled {
  color: #645D57;
  background-color: #d6d1c6;
  border-color: #d6d1c6;
}
.btn-primary-disabled-bg:not(:disabled):not(.disabled):active,
.btn-primary-disabled-bg:not(:disabled):not(.disabled).active,
.show > .btn-primary-disabled-bg.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-disabled-bg:not(:disabled):not(.disabled):active:focus,
.btn-primary-disabled-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-disabled-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-disabled-color {
  color: #fff;
  background-color: #968f87;
  border-color: #968f87;
  box-shadow: none;
}
.btn-primary-disabled-color:hover {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
}
.btn-primary-disabled-color:focus,
.btn-primary-disabled-color.focus {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-primary-disabled-color.disabled,
.btn-primary-disabled-color:disabled {
  color: #fff;
  background-color: #968f87;
  border-color: #968f87;
}
.btn-primary-disabled-color:not(:disabled):not(.disabled):active,
.btn-primary-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-primary-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #7d766d;
  border-color: #766f67;
}
.btn-primary-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-primary-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-secondary-disabled-color {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
  box-shadow: none;
}
.btn-secondary-disabled-color:hover {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
}
.btn-secondary-disabled-color:focus,
.btn-secondary-disabled-color.focus {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-secondary-disabled-color.disabled,
.btn-secondary-disabled-color:disabled {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-secondary-disabled-color:not(:disabled):not(.disabled):active,
.btn-secondary-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-secondary-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #7d766d;
  border-color: #766f67;
}
.btn-secondary-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-secondary-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-container-grey {
  color: #fff;
  background-color: #090807;
  border-color: #090807;
  box-shadow: none;
}
.btn-container-grey:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-container-grey:focus,
.btn-container-grey.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(46, 45, 44, 0.5);
}
.btn-container-grey.disabled,
.btn-container-grey:disabled {
  color: #fff;
  background-color: #090807;
  border-color: #090807;
}
.btn-container-grey:not(:disabled):not(.disabled):active,
.btn-container-grey:not(:disabled):not(.disabled).active,
.show > .btn-container-grey.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-container-grey:not(:disabled):not(.disabled):active:focus,
.btn-container-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-container-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(46, 45, 44, 0.5);
}
.btn-darkest-eastern-blue {
  color: #fff;
  background-color: #126c89;
  border-color: #126c89;
  box-shadow: none;
}
.btn-darkest-eastern-blue:hover {
  color: #fff;
  background-color: #0e5167;
  border-color: #0c485c;
}
.btn-darkest-eastern-blue:focus,
.btn-darkest-eastern-blue.focus {
  color: #fff;
  background-color: #0e5167;
  border-color: #0c485c;
  box-shadow: 0 0 0 0.1875rem rgba(54, 130, 155, 0.5);
}
.btn-darkest-eastern-blue.disabled,
.btn-darkest-eastern-blue:disabled {
  color: #fff;
  background-color: #126c89;
  border-color: #126c89;
}
.btn-darkest-eastern-blue:not(:disabled):not(.disabled):active,
.btn-darkest-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-darkest-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #0c485c;
  border-color: #0b4051;
}
.btn-darkest-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-darkest-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkest-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(54, 130, 155, 0.5);
}
.btn-darker-eastern-blue {
  color: #fff;
  background-color: #1587ad;
  border-color: #1587ad;
  box-shadow: none;
}
.btn-darker-eastern-blue:hover {
  color: #fff;
  background-color: #116c8b;
  border-color: #0f6480;
}
.btn-darker-eastern-blue:focus,
.btn-darker-eastern-blue.focus {
  color: #fff;
  background-color: #116c8b;
  border-color: #0f6480;
  box-shadow: 0 0 0 0.1875rem rgba(56, 153, 185, 0.5);
}
.btn-darker-eastern-blue.disabled,
.btn-darker-eastern-blue:disabled {
  color: #fff;
  background-color: #1587ad;
  border-color: #1587ad;
}
.btn-darker-eastern-blue:not(:disabled):not(.disabled):active,
.btn-darker-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-darker-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #0f6480;
  border-color: #0e5b74;
}
.btn-darker-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-darker-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(56, 153, 185, 0.5);
}
.btn-link-hover-yellow {
  color: #fff;
  background-color: #B78900;
  border-color: #B78900;
  box-shadow: none;
}
.btn-link-hover-yellow:hover {
  color: #fff;
  background-color: #916c00;
  border-color: #846300;
}
.btn-link-hover-yellow:focus,
.btn-link-hover-yellow.focus {
  color: #fff;
  background-color: #916c00;
  border-color: #846300;
  box-shadow: 0 0 0 0.1875rem rgba(194, 155, 38, 0.5);
}
.btn-link-hover-yellow.disabled,
.btn-link-hover-yellow:disabled {
  color: #fff;
  background-color: #B78900;
  border-color: #B78900;
}
.btn-link-hover-yellow:not(:disabled):not(.disabled):active,
.btn-link-hover-yellow:not(:disabled):not(.disabled).active,
.show > .btn-link-hover-yellow.dropdown-toggle {
  color: #fff;
  background-color: #846300;
  border-color: #775900;
}
.btn-link-hover-yellow:not(:disabled):not(.disabled):active:focus,
.btn-link-hover-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-link-hover-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(194, 155, 38, 0.5);
}
.btn-eastern-blue {
  color: #fff;
  background-color: #18a2b6;
  border-color: #18a2b6;
  box-shadow: none;
}
.btn-eastern-blue:hover {
  color: #fff;
  background-color: #148494;
  border-color: #127a89;
}
.btn-eastern-blue:focus,
.btn-eastern-blue.focus {
  color: #fff;
  background-color: #148494;
  border-color: #127a89;
  box-shadow: 0 0 0 0.1875rem rgba(59, 176, 193, 0.5);
}
.btn-eastern-blue.disabled,
.btn-eastern-blue:disabled {
  color: #fff;
  background-color: #18a2b6;
  border-color: #18a2b6;
}
.btn-eastern-blue:not(:disabled):not(.disabled):active,
.btn-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #127a89;
  border-color: #11707e;
}
.btn-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(59, 176, 193, 0.5);
}
.btn-aqua {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
  box-shadow: none;
}
.btn-aqua:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-aqua:focus,
.btn-aqua.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(54, 52, 49, 0.5);
}
.btn-aqua.disabled,
.btn-aqua:disabled {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.btn-aqua:not(:disabled):not(.disabled):active,
.btn-aqua:not(:disabled):not(.disabled).active,
.show > .btn-aqua.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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.1875rem rgba(54, 52, 49, 0.5);
}
.btn-cerulean {
  color: #fff;
  background-color: #00a7d8;
  border-color: #00a7d8;
  box-shadow: none;
}
.btn-cerulean:hover {
  color: #fff;
  background-color: #0089b2;
  border-color: #0080a5;
}
.btn-cerulean:focus,
.btn-cerulean.focus {
  color: #fff;
  background-color: #0089b2;
  border-color: #0080a5;
  box-shadow: 0 0 0 0.1875rem rgba(38, 180, 222, 0.5);
}
.btn-cerulean.disabled,
.btn-cerulean:disabled {
  color: #fff;
  background-color: #00a7d8;
  border-color: #00a7d8;
}
.btn-cerulean:not(:disabled):not(.disabled):active,
.btn-cerulean:not(:disabled):not(.disabled).active,
.show > .btn-cerulean.dropdown-toggle {
  color: #fff;
  background-color: #0080a5;
  border-color: #007698;
}
.btn-cerulean:not(:disabled):not(.disabled):active:focus,
.btn-cerulean:not(:disabled):not(.disabled).active:focus,
.show > .btn-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(38, 180, 222, 0.5);
}
.btn-light-blue {
  color: #645D57;
  background-color: #bde4ea;
  border-color: #bde4ea;
  box-shadow: none;
}
.btn-light-blue:hover {
  color: #645D57;
  background-color: #a0d8e1;
  border-color: #96d4de;
}
.btn-light-blue:focus,
.btn-light-blue.focus {
  color: #645D57;
  background-color: #a0d8e1;
  border-color: #96d4de;
  box-shadow: 0 0 0 0.1875rem rgba(176, 208, 212, 0.5);
}
.btn-light-blue.disabled,
.btn-light-blue:disabled {
  color: #645D57;
  background-color: #bde4ea;
  border-color: #bde4ea;
}
.btn-light-blue:not(:disabled):not(.disabled):active,
.btn-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-light-blue.dropdown-toggle {
  color: #645D57;
  background-color: #96d4de;
  border-color: #8dd0db;
}
.btn-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-light-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(176, 208, 212, 0.5);
}
.btn-lighter-blue {
  color: #645D57;
  background-color: #cce8f0;
  border-color: #cce8f0;
  box-shadow: none;
}
.btn-lighter-blue:hover {
  color: #645D57;
  background-color: #aedbe7;
  border-color: #a5d6e4;
}
.btn-lighter-blue:focus,
.btn-lighter-blue.focus {
  color: #645D57;
  background-color: #aedbe7;
  border-color: #a5d6e4;
  box-shadow: 0 0 0 0.1875rem rgba(188, 211, 217, 0.5);
}
.btn-lighter-blue.disabled,
.btn-lighter-blue:disabled {
  color: #645D57;
  background-color: #cce8f0;
  border-color: #cce8f0;
}
.btn-lighter-blue:not(:disabled):not(.disabled):active,
.btn-lighter-blue:not(:disabled):not(.disabled).active,
.show > .btn-lighter-blue.dropdown-toggle {
  color: #645D57;
  background-color: #a5d6e4;
  border-color: #9bd2e2;
}
.btn-lighter-blue:not(:disabled):not(.disabled):active:focus,
.btn-lighter-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(188, 211, 217, 0.5);
}
.btn-lightest-blue {
  color: #645D57;
  background-color: #eef7f9;
  border-color: #eef7f9;
  box-shadow: none;
}
.btn-lightest-blue:hover {
  color: #645D57;
  background-color: #d2eaef;
  border-color: #c8e5ec;
}
.btn-lightest-blue:focus,
.btn-lightest-blue.focus {
  color: #645D57;
  background-color: #d2eaef;
  border-color: #c8e5ec;
  box-shadow: 0 0 0 0.1875rem rgba(217, 224, 225, 0.5);
}
.btn-lightest-blue.disabled,
.btn-lightest-blue:disabled {
  color: #645D57;
  background-color: #eef7f9;
  border-color: #eef7f9;
}
.btn-lightest-blue:not(:disabled):not(.disabled):active,
.btn-lightest-blue:not(:disabled):not(.disabled).active,
.show > .btn-lightest-blue.dropdown-toggle {
  color: #645D57;
  background-color: #c8e5ec;
  border-color: #bfe1e8;
}
.btn-lightest-blue:not(:disabled):not(.disabled):active:focus,
.btn-lightest-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightest-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 224, 225, 0.5);
}
.btn-outer-space {
  color: #fff;
  background-color: #27383c;
  border-color: #27383c;
  box-shadow: none;
}
.btn-outer-space:hover {
  color: #fff;
  background-color: #182225;
  border-color: #131b1d;
}
.btn-outer-space:focus,
.btn-outer-space.focus {
  color: #fff;
  background-color: #182225;
  border-color: #131b1d;
  box-shadow: 0 0 0 0.1875rem rgba(71, 86, 89, 0.5);
}
.btn-outer-space.disabled,
.btn-outer-space:disabled {
  color: #fff;
  background-color: #27383c;
  border-color: #27383c;
}
.btn-outer-space:not(:disabled):not(.disabled):active,
.btn-outer-space:not(:disabled):not(.disabled).active,
.show > .btn-outer-space.dropdown-toggle {
  color: #fff;
  background-color: #131b1d;
  border-color: #0e1415;
}
.btn-outer-space:not(:disabled):not(.disabled):active:focus,
.btn-outer-space:not(:disabled):not(.disabled).active:focus,
.show > .btn-outer-space.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(71, 86, 89, 0.5);
}
.btn-play-pause {
  color: #fff;
  background-color: #02d5b5;
  border-color: #02d5b5;
  box-shadow: none;
}
.btn-play-pause:hover {
  color: #fff;
  background-color: #02af95;
  border-color: #02a28a;
}
.btn-play-pause:focus,
.btn-play-pause.focus {
  color: #fff;
  background-color: #02af95;
  border-color: #02a28a;
  box-shadow: 0 0 0 0.1875rem rgba(40, 219, 192, 0.5);
}
.btn-play-pause.disabled,
.btn-play-pause:disabled {
  color: #fff;
  background-color: #02d5b5;
  border-color: #02d5b5;
}
.btn-play-pause:not(:disabled):not(.disabled):active,
.btn-play-pause:not(:disabled):not(.disabled).active,
.show > .btn-play-pause.dropdown-toggle {
  color: #fff;
  background-color: #02a28a;
  border-color: #01967f;
}
.btn-play-pause:not(:disabled):not(.disabled):active:focus,
.btn-play-pause:not(:disabled):not(.disabled).active:focus,
.show > .btn-play-pause.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 219, 192, 0.5);
}
.btn-stop {
  color: #fff;
  background-color: #e55c5a;
  border-color: #e55c5a;
  box-shadow: none;
}
.btn-stop:hover {
  color: #fff;
  background-color: #e03b39;
  border-color: #de302e;
}
.btn-stop:focus,
.btn-stop.focus {
  color: #fff;
  background-color: #e03b39;
  border-color: #de302e;
  box-shadow: 0 0 0 0.1875rem rgba(233, 116, 115, 0.5);
}
.btn-stop.disabled,
.btn-stop:disabled {
  color: #fff;
  background-color: #e55c5a;
  border-color: #e55c5a;
}
.btn-stop:not(:disabled):not(.disabled):active,
.btn-stop:not(:disabled):not(.disabled).active,
.show > .btn-stop.dropdown-toggle {
  color: #fff;
  background-color: #de302e;
  border-color: #dc2623;
}
.btn-stop:not(:disabled):not(.disabled):active:focus,
.btn-stop:not(:disabled):not(.disabled).active:focus,
.show > .btn-stop.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(233, 116, 115, 0.5);
}
.btn-save {
  color: #fff;
  background-color: #b84a99;
  border-color: #b84a99;
  box-shadow: none;
}
.btn-save:hover {
  color: #fff;
  background-color: #9e3e83;
  border-color: #953a7b;
}
.btn-save:focus,
.btn-save.focus {
  color: #fff;
  background-color: #9e3e83;
  border-color: #953a7b;
  box-shadow: 0 0 0 0.1875rem rgba(195, 101, 168, 0.5);
}
.btn-save.disabled,
.btn-save:disabled {
  color: #fff;
  background-color: #b84a99;
  border-color: #b84a99;
}
.btn-save:not(:disabled):not(.disabled):active,
.btn-save:not(:disabled):not(.disabled).active,
.show > .btn-save.dropdown-toggle {
  color: #fff;
  background-color: #953a7b;
  border-color: #8c3774;
}
.btn-save:not(:disabled):not(.disabled):active:focus,
.btn-save:not(:disabled):not(.disabled).active:focus,
.show > .btn-save.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(195, 101, 168, 0.5);
}
.btn-error-red {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
  box-shadow: none;
}
.btn-error-red:hover {
  color: #fff;
  background-color: #a91615;
  border-color: #9e1513;
}
.btn-error-red:focus,
.btn-error-red.focus {
  color: #fff;
  background-color: #a91615;
  border-color: #9e1513;
  box-shadow: 0 0 0 0.1875rem rgba(211, 61, 60, 0.5);
}
.btn-error-red.disabled,
.btn-error-red:disabled {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
}
.btn-error-red:not(:disabled):not(.disabled):active,
.btn-error-red:not(:disabled):not(.disabled).active,
.show > .btn-error-red.dropdown-toggle {
  color: #fff;
  background-color: #9e1513;
  border-color: #921312;
}
.btn-error-red:not(:disabled):not(.disabled):active:focus,
.btn-error-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-error-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(211, 61, 60, 0.5);
}
.btn-error-pink {
  color: #645D57;
  background-color: #f4d9dc;
  border-color: #f4d9dc;
  box-shadow: none;
}
.btn-error-pink:hover {
  color: #645D57;
  background-color: #ebbbc1;
  border-color: #e9b1b8;
}
.btn-error-pink:focus,
.btn-error-pink.focus {
  color: #645D57;
  background-color: #ebbbc1;
  border-color: #e9b1b8;
  box-shadow: 0 0 0 0.1875rem rgba(222, 198, 200, 0.5);
}
.btn-error-pink.disabled,
.btn-error-pink:disabled {
  color: #645D57;
  background-color: #f4d9dc;
  border-color: #f4d9dc;
}
.btn-error-pink:not(:disabled):not(.disabled):active,
.btn-error-pink:not(:disabled):not(.disabled).active,
.show > .btn-error-pink.dropdown-toggle {
  color: #645D57;
  background-color: #e9b1b8;
  border-color: #e6a8ae;
}
.btn-error-pink:not(:disabled):not(.disabled):active:focus,
.btn-error-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-error-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(222, 198, 200, 0.5);
}
.btn-field-validation {
  color: #645D57;
  background-color: #fbf0f1;
  border-color: #fbf0f1;
  box-shadow: none;
}
.btn-field-validation:hover {
  color: #645D57;
  background-color: #f3d2d5;
  border-color: #f0c8cb;
}
.btn-field-validation:focus,
.btn-field-validation.focus {
  color: #645D57;
  background-color: #f3d2d5;
  border-color: #f0c8cb;
  box-shadow: 0 0 0 0.1875rem rgba(228, 218, 218, 0.5);
}
.btn-field-validation.disabled,
.btn-field-validation:disabled {
  color: #645D57;
  background-color: #fbf0f1;
  border-color: #fbf0f1;
}
.btn-field-validation:not(:disabled):not(.disabled):active,
.btn-field-validation:not(:disabled):not(.disabled).active,
.show > .btn-field-validation.dropdown-toggle {
  color: #645D57;
  background-color: #f0c8cb;
  border-color: #eebec2;
}
.btn-field-validation:not(:disabled):not(.disabled):active:focus,
.btn-field-validation:not(:disabled):not(.disabled).active:focus,
.show > .btn-field-validation.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 218, 218, 0.5);
}
.btn-notifications-pink {
  color: #fff;
  background-color: #f45d5d;
  border-color: #f45d5d;
  box-shadow: none;
}
.btn-notifications-pink:hover {
  color: #fff;
  background-color: #f23939;
  border-color: #f12d2d;
}
.btn-notifications-pink:focus,
.btn-notifications-pink.focus {
  color: #fff;
  background-color: #f23939;
  border-color: #f12d2d;
  box-shadow: 0 0 0 0.1875rem rgba(246, 117, 117, 0.5);
}
.btn-notifications-pink.disabled,
.btn-notifications-pink:disabled {
  color: #fff;
  background-color: #f45d5d;
  border-color: #f45d5d;
}
.btn-notifications-pink:not(:disabled):not(.disabled):active,
.btn-notifications-pink:not(:disabled):not(.disabled).active,
.show > .btn-notifications-pink.dropdown-toggle {
  color: #fff;
  background-color: #f12d2d;
  border-color: #f02121;
}
.btn-notifications-pink:not(:disabled):not(.disabled):active:focus,
.btn-notifications-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-notifications-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 117, 117, 0.5);
}
.btn-notifications-grey {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
  box-shadow: none;
}
.btn-notifications-grey:hover {
  color: #fff;
  background-color: #848484;
  border-color: #7e7e7e;
}
.btn-notifications-grey:focus,
.btn-notifications-grey.focus {
  color: #fff;
  background-color: #848484;
  border-color: #7e7e7e;
  box-shadow: 0 0 0 0.1875rem rgba(143, 142, 141, 0.5);
}
.btn-notifications-grey.disabled,
.btn-notifications-grey:disabled {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-notifications-grey:not(:disabled):not(.disabled):active,
.btn-notifications-grey:not(:disabled):not(.disabled).active,
.show > .btn-notifications-grey.dropdown-toggle {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #777777;
}
.btn-notifications-grey:not(:disabled):not(.disabled):active:focus,
.btn-notifications-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-notifications-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(143, 142, 141, 0.5);
}
.btn-notifications-yellow {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
  box-shadow: none;
}
.btn-notifications-yellow:hover {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
}
.btn-notifications-yellow:focus,
.btn-notifications-yellow.focus {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn-notifications-yellow.disabled,
.btn-notifications-yellow:disabled {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-notifications-yellow:not(:disabled):not(.disabled):active,
.btn-notifications-yellow:not(:disabled):not(.disabled).active,
.show > .btn-notifications-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ac8100;
  border-color: #9f7700;
}
.btn-notifications-yellow:not(:disabled):not(.disabled):active:focus,
.btn-notifications-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-notifications-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn-notifications-yellow-dark {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
  box-shadow: none;
}
.btn-notifications-yellow-dark:hover {
  color: #fff;
  background-color: #a57b00;
  border-color: #987100;
}
.btn-notifications-yellow-dark:focus,
.btn-notifications-yellow-dark.focus {
  color: #fff;
  background-color: #a57b00;
  border-color: #987100;
  box-shadow: 0 0 0 0.1875rem rgba(211, 167, 38, 0.5);
}
.btn-notifications-yellow-dark.disabled,
.btn-notifications-yellow-dark:disabled {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
}
.btn-notifications-yellow-dark:not(:disabled):not(.disabled):active,
.btn-notifications-yellow-dark:not(:disabled):not(.disabled).active,
.show > .btn-notifications-yellow-dark.dropdown-toggle {
  color: #fff;
  background-color: #987100;
  border-color: #8b6800;
}
.btn-notifications-yellow-dark:not(:disabled):not(.disabled):active:focus,
.btn-notifications-yellow-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-notifications-yellow-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(211, 167, 38, 0.5);
}
.btn-warning-amber {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
  box-shadow: none;
}
.btn-warning-amber:hover {
  color: #fff;
  background-color: #d65e11;
  border-color: #cb5910;
}
.btn-warning-amber:focus,
.btn-warning-amber.focus {
  color: #fff;
  background-color: #d65e11;
  border-color: #cb5910;
  box-shadow: 0 0 0 0.1875rem rgba(240, 133, 66, 0.5);
}
.btn-warning-amber.disabled,
.btn-warning-amber:disabled {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
}
.btn-warning-amber:not(:disabled):not(.disabled):active,
.btn-warning-amber:not(:disabled):not(.disabled).active,
.show > .btn-warning-amber.dropdown-toggle {
  color: #fff;
  background-color: #cb5910;
  border-color: #bf530f;
}
.btn-warning-amber:not(:disabled):not(.disabled):active:focus,
.btn-warning-amber:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-amber.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(240, 133, 66, 0.5);
}
.btn-warning-light-orange {
  color: #645D57;
  background-color: #fdefe7;
  border-color: #fdefe7;
  box-shadow: none;
}
.btn-warning-light-orange:hover {
  color: #645D57;
  background-color: #fad7c4;
  border-color: #f9d0b8;
}
.btn-warning-light-orange:focus,
.btn-warning-light-orange.focus {
  color: #645D57;
  background-color: #fad7c4;
  border-color: #f9d0b8;
  box-shadow: 0 0 0 0.1875rem rgba(230, 217, 209, 0.5);
}
.btn-warning-light-orange.disabled,
.btn-warning-light-orange:disabled {
  color: #645D57;
  background-color: #fdefe7;
  border-color: #fdefe7;
}
.btn-warning-light-orange:not(:disabled):not(.disabled):active,
.btn-warning-light-orange:not(:disabled):not(.disabled).active,
.show > .btn-warning-light-orange.dropdown-toggle {
  color: #645D57;
  background-color: #f9d0b8;
  border-color: #f8c8ac;
}
.btn-warning-light-orange:not(:disabled):not(.disabled):active:focus,
.btn-warning-light-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(230, 217, 209, 0.5);
}
.btn-success-green {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
  box-shadow: none;
}
.btn-success-green:hover {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
}
.btn-success-green:focus,
.btn-success-green.focus {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
  box-shadow: 0 0 0 0.1875rem rgba(66, 190, 110, 0.5);
}
.btn-success-green.disabled,
.btn-success-green:disabled {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-success-green:not(:disabled):not(.disabled):active,
.btn-success-green:not(:disabled):not(.disabled).active,
.show > .btn-success-green.dropdown-toggle {
  color: #fff;
  background-color: #198740;
  border-color: #177c3b;
}
.btn-success-green:not(:disabled):not(.disabled):active:focus,
.btn-success-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(66, 190, 110, 0.5);
}
.btn-check-in {
  color: #fff;
  background-color: #008453;
  border-color: #008453;
  box-shadow: none;
}
.btn-check-in:hover {
  color: #fff;
  background-color: #005e3b;
  border-color: #005133;
}
.btn-check-in:focus,
.btn-check-in.focus {
  color: #fff;
  background-color: #005e3b;
  border-color: #005133;
  box-shadow: 0 0 0 0.1875rem rgba(38, 150, 109, 0.5);
}
.btn-check-in.disabled,
.btn-check-in:disabled {
  color: #fff;
  background-color: #008453;
  border-color: #008453;
}
.btn-check-in:not(:disabled):not(.disabled):active,
.btn-check-in:not(:disabled):not(.disabled).active,
.show > .btn-check-in.dropdown-toggle {
  color: #fff;
  background-color: #005133;
  border-color: #00442b;
}
.btn-check-in:not(:disabled):not(.disabled):active:focus,
.btn-check-in:not(:disabled):not(.disabled).active:focus,
.show > .btn-check-in.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(38, 150, 109, 0.5);
}
.btn-success-light-green {
  color: #645D57;
  background-color: #e9f7ee;
  border-color: #e9f7ee;
  box-shadow: none;
}
.btn-success-light-green:hover {
  color: #645D57;
  background-color: #cdedd8;
  border-color: #c4e9d1;
}
.btn-success-light-green:focus,
.btn-success-light-green.focus {
  color: #645D57;
  background-color: #cdedd8;
  border-color: #c4e9d1;
  box-shadow: 0 0 0 0.1875rem rgba(213, 224, 215, 0.5);
}
.btn-success-light-green.disabled,
.btn-success-light-green:disabled {
  color: #645D57;
  background-color: #e9f7ee;
  border-color: #e9f7ee;
}
.btn-success-light-green:not(:disabled):not(.disabled):active,
.btn-success-light-green:not(:disabled):not(.disabled).active,
.show > .btn-success-light-green.dropdown-toggle {
  color: #645D57;
  background-color: #c4e9d1;
  border-color: #bae6ca;
}
.btn-success-light-green:not(:disabled):not(.disabled):active:focus,
.btn-success-light-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(213, 224, 215, 0.5);
}
.btn-info-yellow {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
  box-shadow: none;
}
.btn-info-yellow:hover {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
}
.btn-info-yellow:focus,
.btn-info-yellow.focus {
  color: #fff;
  background-color: #b98a00;
  border-color: #ac8100;
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn-info-yellow.disabled,
.btn-info-yellow:disabled {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-info-yellow:not(:disabled):not(.disabled):active,
.btn-info-yellow:not(:disabled):not(.disabled).active,
.show > .btn-info-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ac8100;
  border-color: #9f7700;
}
.btn-info-yellow:not(:disabled):not(.disabled):active:focus,
.btn-info-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn-info-light-yellow {
  color: #645D57;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
  box-shadow: none;
}
.btn-info-light-yellow:hover {
  color: #645D57;
  background-color: #f7eccb;
  border-color: #f5e8c0;
}
.btn-info-light-yellow:focus,
.btn-info-light-yellow.focus {
  color: #645D57;
  background-color: #f7eccb;
  border-color: #f5e8c0;
  box-shadow: 0 0 0 0.1875rem rgba(229, 225, 214, 0.5);
}
.btn-info-light-yellow.disabled,
.btn-info-light-yellow:disabled {
  color: #645D57;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
}
.btn-info-light-yellow:not(:disabled):not(.disabled):active,
.btn-info-light-yellow:not(:disabled):not(.disabled).active,
.show > .btn-info-light-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #f5e8c0;
  border-color: #f3e4b5;
}
.btn-info-light-yellow:not(:disabled):not(.disabled):active:focus,
.btn-info-light-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 225, 214, 0.5);
}
.btn-sticker-green {
  color: #645D57;
  background-color: #58ea71;
  border-color: #58ea71;
  box-shadow: none;
}
.btn-sticker-green:hover {
  color: #645D57;
  background-color: #36e654;
  border-color: #2be44a;
}
.btn-sticker-green:focus,
.btn-sticker-green.focus {
  color: #645D57;
  background-color: #36e654;
  border-color: #2be44a;
  box-shadow: 0 0 0 0.1875rem rgba(90, 213, 109, 0.5);
}
.btn-sticker-green.disabled,
.btn-sticker-green:disabled {
  color: #645D57;
  background-color: #58ea71;
  border-color: #58ea71;
}
.btn-sticker-green:not(:disabled):not(.disabled):active,
.btn-sticker-green:not(:disabled):not(.disabled).active,
.show > .btn-sticker-green.dropdown-toggle {
  color: #645D57;
  background-color: #2be44a;
  border-color: #1fe341;
}
.btn-sticker-green:not(:disabled):not(.disabled):active:focus,
.btn-sticker-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(90, 213, 109, 0.5);
}
.btn-sticker-blue {
  color: #fff;
  background-color: #509dff;
  border-color: #509dff;
  box-shadow: none;
}
.btn-sticker-blue:hover {
  color: #fff;
  background-color: #2a88ff;
  border-color: #1d80ff;
}
.btn-sticker-blue:focus,
.btn-sticker-blue.focus {
  color: #fff;
  background-color: #2a88ff;
  border-color: #1d80ff;
  box-shadow: 0 0 0 0.1875rem rgba(106, 172, 255, 0.5);
}
.btn-sticker-blue.disabled,
.btn-sticker-blue:disabled {
  color: #fff;
  background-color: #509dff;
  border-color: #509dff;
}
.btn-sticker-blue:not(:disabled):not(.disabled):active,
.btn-sticker-blue:not(:disabled):not(.disabled).active,
.show > .btn-sticker-blue.dropdown-toggle {
  color: #fff;
  background-color: #1d80ff;
  border-color: #1079ff;
}
.btn-sticker-blue:not(:disabled):not(.disabled):active:focus,
.btn-sticker-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(106, 172, 255, 0.5);
}
.btn-sticker-purple {
  color: #fff;
  background-color: #a150e6;
  border-color: #a150e6;
  box-shadow: none;
}
.btn-sticker-purple:hover {
  color: #fff;
  background-color: #8f2fe1;
  border-color: #8923e0;
}
.btn-sticker-purple:focus,
.btn-sticker-purple.focus {
  color: #fff;
  background-color: #8f2fe1;
  border-color: #8923e0;
  box-shadow: 0 0 0 0.1875rem rgba(175, 106, 234, 0.5);
}
.btn-sticker-purple.disabled,
.btn-sticker-purple:disabled {
  color: #fff;
  background-color: #a150e6;
  border-color: #a150e6;
}
.btn-sticker-purple:not(:disabled):not(.disabled):active,
.btn-sticker-purple:not(:disabled):not(.disabled).active,
.show > .btn-sticker-purple.dropdown-toggle {
  color: #fff;
  background-color: #8923e0;
  border-color: #831fd7;
}
.btn-sticker-purple:not(:disabled):not(.disabled):active:focus,
.btn-sticker-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(175, 106, 234, 0.5);
}
.btn-sticker-pink {
  color: #fff;
  background-color: #f037a9;
  border-color: #f037a9;
  box-shadow: none;
}
.btn-sticker-pink:hover {
  color: #fff;
  background-color: #ed139a;
  border-color: #e31192;
}
.btn-sticker-pink:focus,
.btn-sticker-pink.focus {
  color: #fff;
  background-color: #ed139a;
  border-color: #e31192;
  box-shadow: 0 0 0 0.1875rem rgba(242, 85, 182, 0.5);
}
.btn-sticker-pink.disabled,
.btn-sticker-pink:disabled {
  color: #fff;
  background-color: #f037a9;
  border-color: #f037a9;
}
.btn-sticker-pink:not(:disabled):not(.disabled):active,
.btn-sticker-pink:not(:disabled):not(.disabled).active,
.show > .btn-sticker-pink.dropdown-toggle {
  color: #fff;
  background-color: #e31192;
  border-color: #d7108b;
}
.btn-sticker-pink:not(:disabled):not(.disabled):active:focus,
.btn-sticker-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(242, 85, 182, 0.5);
}
.btn-sticker-yellow {
  color: #645D57;
  background-color: #f7df00;
  border-color: #f7df00;
  box-shadow: none;
}
.btn-sticker-yellow:hover {
  color: #645D57;
  background-color: #d1bc00;
  border-color: #c4b100;
}
.btn-sticker-yellow:focus,
.btn-sticker-yellow.focus {
  color: #645D57;
  background-color: #d1bc00;
  border-color: #c4b100;
  box-shadow: 0 0 0 0.1875rem rgba(225, 204, 13, 0.5);
}
.btn-sticker-yellow.disabled,
.btn-sticker-yellow:disabled {
  color: #645D57;
  background-color: #f7df00;
  border-color: #f7df00;
}
.btn-sticker-yellow:not(:disabled):not(.disabled):active,
.btn-sticker-yellow:not(:disabled):not(.disabled).active,
.show > .btn-sticker-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #c4b100;
  border-color: #b7a500;
}
.btn-sticker-yellow:not(:disabled):not(.disabled):active:focus,
.btn-sticker-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(225, 204, 13, 0.5);
}
.btn-sticker-orange {
  color: #645D57;
  background-color: #f3b203;
  border-color: #f3b203;
  box-shadow: none;
}
.btn-sticker-orange:hover {
  color: #fff;
  background-color: #cd9603;
  border-color: #c18d02;
}
.btn-sticker-orange:focus,
.btn-sticker-orange.focus {
  color: #fff;
  background-color: #cd9603;
  border-color: #c18d02;
  box-shadow: 0 0 0 0.1875rem rgba(222, 165, 16, 0.5);
}
.btn-sticker-orange.disabled,
.btn-sticker-orange:disabled {
  color: #645D57;
  background-color: #f3b203;
  border-color: #f3b203;
}
.btn-sticker-orange:not(:disabled):not(.disabled):active,
.btn-sticker-orange:not(:disabled):not(.disabled).active,
.show > .btn-sticker-orange.dropdown-toggle {
  color: #fff;
  background-color: #c18d02;
  border-color: #b48402;
}
.btn-sticker-orange:not(:disabled):not(.disabled):active:focus,
.btn-sticker-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-sticker-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(222, 165, 16, 0.5);
}
.btn-category-designs {
  color: #fff;
  background-color: #5f1d75;
  border-color: #5f1d75;
  box-shadow: none;
}
.btn-category-designs:hover {
  color: #fff;
  background-color: #461556;
  border-color: #3e134c;
}
.btn-category-designs:focus,
.btn-category-designs.focus {
  color: #fff;
  background-color: #461556;
  border-color: #3e134c;
  box-shadow: 0 0 0 0.1875rem rgba(119, 63, 138, 0.5);
}
.btn-category-designs.disabled,
.btn-category-designs:disabled {
  color: #fff;
  background-color: #5f1d75;
  border-color: #5f1d75;
}
.btn-category-designs:not(:disabled):not(.disabled):active,
.btn-category-designs:not(:disabled):not(.disabled).active,
.show > .btn-category-designs.dropdown-toggle {
  color: #fff;
  background-color: #3e134c;
  border-color: #361042;
}
.btn-category-designs:not(:disabled):not(.disabled):active:focus,
.btn-category-designs:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-designs.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(119, 63, 138, 0.5);
}
.btn-category-samples {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
  box-shadow: none;
}
.btn-category-samples:hover {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
}
.btn-category-samples:focus,
.btn-category-samples.focus {
  color: #fff;
  background-color: #1b9245;
  border-color: #198740;
  box-shadow: 0 0 0 0.1875rem rgba(66, 190, 110, 0.5);
}
.btn-category-samples.disabled,
.btn-category-samples:disabled {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-category-samples:not(:disabled):not(.disabled):active,
.btn-category-samples:not(:disabled):not(.disabled).active,
.show > .btn-category-samples.dropdown-toggle {
  color: #fff;
  background-color: #198740;
  border-color: #177c3b;
}
.btn-category-samples:not(:disabled):not(.disabled):active:focus,
.btn-category-samples:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-samples.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(66, 190, 110, 0.5);
}
.btn-category-products {
  color: #fff;
  background-color: #e75a13;
  border-color: #e75a13;
  box-shadow: none;
}
.btn-category-products:hover {
  color: #fff;
  background-color: #c44c10;
  border-color: #b8480f;
}
.btn-category-products:focus,
.btn-category-products.focus {
  color: #fff;
  background-color: #c44c10;
  border-color: #b8480f;
  box-shadow: 0 0 0 0.1875rem rgba(235, 115, 54, 0.5);
}
.btn-category-products.disabled,
.btn-category-products:disabled {
  color: #fff;
  background-color: #e75a13;
  border-color: #e75a13;
}
.btn-category-products:not(:disabled):not(.disabled):active,
.btn-category-products:not(:disabled):not(.disabled).active,
.show > .btn-category-products.dropdown-toggle {
  color: #fff;
  background-color: #b8480f;
  border-color: #ac430e;
}
.btn-category-products:not(:disabled):not(.disabled):active:focus,
.btn-category-products:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-products.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(235, 115, 54, 0.5);
}
.btn-category-orders {
  color: #fff;
  background-color: #3091d3;
  border-color: #3091d3;
  box-shadow: none;
}
.btn-category-orders:hover {
  color: #fff;
  background-color: #277cb6;
  border-color: #2475ac;
}
.btn-category-orders:focus,
.btn-category-orders.focus {
  color: #fff;
  background-color: #277cb6;
  border-color: #2475ac;
  box-shadow: 0 0 0 0.1875rem rgba(79, 162, 218, 0.5);
}
.btn-category-orders.disabled,
.btn-category-orders:disabled {
  color: #fff;
  background-color: #3091d3;
  border-color: #3091d3;
}
.btn-category-orders:not(:disabled):not(.disabled):active,
.btn-category-orders:not(:disabled):not(.disabled).active,
.show > .btn-category-orders.dropdown-toggle {
  color: #fff;
  background-color: #2475ac;
  border-color: #226ea1;
}
.btn-category-orders:not(:disabled):not(.disabled):active:focus,
.btn-category-orders:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-orders.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(79, 162, 218, 0.5);
}
.btn-category-quality-control {
  color: #fff;
  background-color: #e84ca0;
  border-color: #e84ca0;
  box-shadow: none;
}
.btn-category-quality-control:hover {
  color: #fff;
  background-color: #e42a8e;
  border-color: #e21f88;
}
.btn-category-quality-control:focus,
.btn-category-quality-control.focus {
  color: #fff;
  background-color: #e42a8e;
  border-color: #e21f88;
  box-shadow: 0 0 0 0.1875rem rgba(235, 103, 174, 0.5);
}
.btn-category-quality-control.disabled,
.btn-category-quality-control:disabled {
  color: #fff;
  background-color: #e84ca0;
  border-color: #e84ca0;
}
.btn-category-quality-control:not(:disabled):not(.disabled):active,
.btn-category-quality-control:not(:disabled):not(.disabled).active,
.show > .btn-category-quality-control.dropdown-toggle {
  color: #fff;
  background-color: #e21f88;
  border-color: #d81c81;
}
.btn-category-quality-control:not(:disabled):not(.disabled):active:focus,
.btn-category-quality-control:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-quality-control.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(235, 103, 174, 0.5);
}
.btn-category-account {
  color: #645D57;
  background-color: #fca313;
  border-color: #fca313;
  box-shadow: none;
}
.btn-category-account:hover {
  color: #645D57;
  background-color: #e68f03;
  border-color: #d98703;
}
.btn-category-account:focus,
.btn-category-account.focus {
  color: #645D57;
  background-color: #e68f03;
  border-color: #d98703;
  box-shadow: 0 0 0 0.1875rem rgba(229, 153, 29, 0.5);
}
.btn-category-account.disabled,
.btn-category-account:disabled {
  color: #645D57;
  background-color: #fca313;
  border-color: #fca313;
}
.btn-category-account:not(:disabled):not(.disabled):active,
.btn-category-account:not(:disabled):not(.disabled).active,
.show > .btn-category-account.dropdown-toggle {
  color: #fff;
  background-color: #d98703;
  border-color: #cd7f03;
}
.btn-category-account:not(:disabled):not(.disabled):active:focus,
.btn-category-account:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-account.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 153, 29, 0.5);
}
.btn-category-sales {
  color: #fff;
  background-color: #2fbaa3;
  border-color: #2fbaa3;
  box-shadow: none;
}
.btn-category-sales:hover {
  color: #fff;
  background-color: #279b88;
  border-color: #25917f;
}
.btn-category-sales:focus,
.btn-category-sales.focus {
  color: #fff;
  background-color: #279b88;
  border-color: #25917f;
  box-shadow: 0 0 0 0.1875rem rgba(78, 196, 177, 0.5);
}
.btn-category-sales.disabled,
.btn-category-sales:disabled {
  color: #fff;
  background-color: #2fbaa3;
  border-color: #2fbaa3;
}
.btn-category-sales:not(:disabled):not(.disabled):active,
.btn-category-sales:not(:disabled):not(.disabled).active,
.show > .btn-category-sales.dropdown-toggle {
  color: #fff;
  background-color: #25917f;
  border-color: #228776;
}
.btn-category-sales:not(:disabled):not(.disabled):active:focus,
.btn-category-sales:not(:disabled):not(.disabled).active:focus,
.show > .btn-category-sales.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(78, 196, 177, 0.5);
}
.btn-tag-background {
  color: #645D57;
  background-color: #f8eefe;
  border-color: #f8eefe;
  box-shadow: none;
}
.btn-tag-background:hover {
  color: #645D57;
  background-color: #e9cafc;
  border-color: #e4befb;
}
.btn-tag-background:focus,
.btn-tag-background.focus {
  color: #645D57;
  background-color: #e9cafc;
  border-color: #e4befb;
  box-shadow: 0 0 0 0.1875rem rgba(226, 216, 229, 0.5);
}
.btn-tag-background.disabled,
.btn-tag-background:disabled {
  color: #645D57;
  background-color: #f8eefe;
  border-color: #f8eefe;
}
.btn-tag-background:not(:disabled):not(.disabled):active,
.btn-tag-background:not(:disabled):not(.disabled).active,
.show > .btn-tag-background.dropdown-toggle {
  color: #645D57;
  background-color: #e4befb;
  border-color: #dfb2fa;
}
.btn-tag-background:not(:disabled):not(.disabled):active:focus,
.btn-tag-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-tag-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(226, 216, 229, 0.5);
}
.btn-tag-border {
  color: #645D57;
  background-color: #bd9ad1;
  border-color: #bd9ad1;
  box-shadow: none;
}
.btn-tag-border:hover {
  color: #fff;
  background-color: #ac80c5;
  border-color: #a677c1;
}
.btn-tag-border:focus,
.btn-tag-border.focus {
  color: #fff;
  background-color: #ac80c5;
  border-color: #a677c1;
  box-shadow: 0 0 0 0.1875rem rgba(176, 145, 191, 0.5);
}
.btn-tag-border.disabled,
.btn-tag-border:disabled {
  color: #645D57;
  background-color: #bd9ad1;
  border-color: #bd9ad1;
}
.btn-tag-border:not(:disabled):not(.disabled):active,
.btn-tag-border:not(:disabled):not(.disabled).active,
.show > .btn-tag-border.dropdown-toggle {
  color: #fff;
  background-color: #a677c1;
  border-color: #a06ebd;
}
.btn-tag-border:not(:disabled):not(.disabled):active:focus,
.btn-tag-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-tag-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(176, 145, 191, 0.5);
}
.btn-off-white {
  color: #645D57;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: none;
}
.btn-off-white:hover {
  color: #645D57;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-off-white:focus,
.btn-off-white.focus {
  color: #645D57;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.1875rem rgba(228, 226, 226, 0.5);
}
.btn-off-white.disabled,
.btn-off-white:disabled {
  color: #645D57;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-off-white:not(:disabled):not(.disabled):active,
.btn-off-white:not(:disabled):not(.disabled).active,
.show > .btn-off-white.dropdown-toggle {
  color: #645D57;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-off-white:not(:disabled):not(.disabled):active:focus,
.btn-off-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-off-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 226, 226, 0.5);
}
.btn-lightest-grey {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
  box-shadow: none;
}
.btn-lightest-grey:hover {
  color: #645D57;
  background-color: #e6e3dd;
  border-color: #e0ddd6;
}
.btn-lightest-grey:focus,
.btn-lightest-grey.focus {
  color: #645D57;
  background-color: #e6e3dd;
  border-color: #e0ddd6;
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
.btn-lightest-grey.disabled,
.btn-lightest-grey:disabled {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-lightest-grey:not(:disabled):not(.disabled):active,
.btn-lightest-grey:not(:disabled):not(.disabled).active,
.show > .btn-lightest-grey.dropdown-toggle {
  color: #645D57;
  background-color: #e0ddd6;
  border-color: #dbd7cf;
}
.btn-lightest-grey:not(:disabled):not(.disabled):active:focus,
.btn-lightest-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightest-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
.btn-light-grey {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  box-shadow: none;
}
.btn-light-grey:hover {
  color: #645D57;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.btn-light-grey:focus,
.btn-light-grey.focus {
  color: #645D57;
  background-color: #b3b3b3;
  border-color: #adadad;
  box-shadow: 0 0 0 0.1875rem rgba(183, 182, 181, 0.5);
}
.btn-light-grey.disabled,
.btn-light-grey:disabled {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-light-grey:not(:disabled):not(.disabled):active,
.btn-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-light-grey.dropdown-toggle {
  color: #645D57;
  background-color: #adadad;
  border-color: #a6a6a6;
}
.btn-light-grey:not(:disabled):not(.disabled):active:focus,
.btn-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(183, 182, 181, 0.5);
}
.btn-grey {
  color: #645D57;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  box-shadow: none;
}
.btn-grey:hover {
  color: #645D57;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #645D57;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
  box-shadow: 0 0 0 0.1875rem rgba(212, 211, 210, 0.5);
}
.btn-grey.disabled,
.btn-grey:disabled {
  color: #645D57;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #645D57;
  background-color: #cfcfcf;
  border-color: #c8c8c8;
}
.btn-grey:not(:disabled):not(.disabled):active:focus,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(212, 211, 210, 0.5);
}
.btn-mid-grey {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  box-shadow: none;
}
.btn-mid-grey:hover {
  color: #645D57;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.btn-mid-grey:focus,
.btn-mid-grey.focus {
  color: #645D57;
  background-color: #b3b3b3;
  border-color: #adadad;
  box-shadow: 0 0 0 0.1875rem rgba(183, 182, 181, 0.5);
}
.btn-mid-grey.disabled,
.btn-mid-grey:disabled {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-mid-grey:not(:disabled):not(.disabled):active,
.btn-mid-grey:not(:disabled):not(.disabled).active,
.show > .btn-mid-grey.dropdown-toggle {
  color: #645D57;
  background-color: #adadad;
  border-color: #a6a6a6;
}
.btn-mid-grey:not(:disabled):not(.disabled):active:focus,
.btn-mid-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-mid-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(183, 182, 181, 0.5);
}
.btn-darkest-mid-grey {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
  box-shadow: none;
}
.btn-darkest-mid-grey:hover {
  color: #fff;
  background-color: #848484;
  border-color: #7e7e7e;
}
.btn-darkest-mid-grey:focus,
.btn-darkest-mid-grey.focus {
  color: #fff;
  background-color: #848484;
  border-color: #7e7e7e;
  box-shadow: 0 0 0 0.1875rem rgba(143, 142, 141, 0.5);
}
.btn-darkest-mid-grey.disabled,
.btn-darkest-mid-grey:disabled {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-darkest-mid-grey:not(:disabled):not(.disabled):active,
.btn-darkest-mid-grey:not(:disabled):not(.disabled).active,
.show > .btn-darkest-mid-grey.dropdown-toggle {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #777777;
}
.btn-darkest-mid-grey:not(:disabled):not(.disabled):active:focus,
.btn-darkest-mid-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkest-mid-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(143, 142, 141, 0.5);
}
.btn-dark-grey {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
  box-shadow: none;
}
.btn-dark-grey:hover {
  color: #fff;
  background-color: #504a45;
  border-color: #49443f;
}
.btn-dark-grey:focus,
.btn-dark-grey.focus {
  color: #fff;
  background-color: #504a45;
  border-color: #49443f;
  box-shadow: 0 0 0 0.1875rem rgba(123, 117, 112, 0.5);
}
.btn-dark-grey.disabled,
.btn-dark-grey:disabled {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
}
.btn-dark-grey:not(:disabled):not(.disabled):active,
.btn-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #49443f;
  border-color: #423d39;
}
.btn-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(123, 117, 112, 0.5);
}
.btn-darkest-grey {
  color: #fff;
  background-color: #232a2b;
  border-color: #232a2b;
  box-shadow: none;
}
.btn-darkest-grey:hover {
  color: #fff;
  background-color: #121516;
  border-color: #0c0f0f;
}
.btn-darkest-grey:focus,
.btn-darkest-grey.focus {
  color: #fff;
  background-color: #121516;
  border-color: #0c0f0f;
  box-shadow: 0 0 0 0.1875rem rgba(68, 74, 75, 0.5);
}
.btn-darkest-grey.disabled,
.btn-darkest-grey:disabled {
  color: #fff;
  background-color: #232a2b;
  border-color: #232a2b;
}
.btn-darkest-grey:not(:disabled):not(.disabled):active,
.btn-darkest-grey:not(:disabled):not(.disabled).active,
.show > .btn-darkest-grey.dropdown-toggle {
  color: #fff;
  background-color: #0c0f0f;
  border-color: #060808;
}
.btn-darkest-grey:not(:disabled):not(.disabled):active:focus,
.btn-darkest-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkest-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(68, 74, 75, 0.5);
}
.btn-editable-cell {
  color: #645D57;
  background-color: #f5f7ff;
  border-color: #f5f7ff;
  box-shadow: none;
}
.btn-editable-cell:hover {
  color: #645D57;
  background-color: #cfd8ff;
  border-color: #c2ceff;
}
.btn-editable-cell:focus,
.btn-editable-cell.focus {
  color: #645D57;
  background-color: #cfd8ff;
  border-color: #c2ceff;
  box-shadow: 0 0 0 0.1875rem rgba(223, 224, 230, 0.5);
}
.btn-editable-cell.disabled,
.btn-editable-cell:disabled {
  color: #645D57;
  background-color: #f5f7ff;
  border-color: #f5f7ff;
}
.btn-editable-cell:not(:disabled):not(.disabled):active,
.btn-editable-cell:not(:disabled):not(.disabled).active,
.show > .btn-editable-cell.dropdown-toggle {
  color: #645D57;
  background-color: #c2ceff;
  border-color: #b5c4ff;
}
.btn-editable-cell:not(:disabled):not(.disabled):active:focus,
.btn-editable-cell:not(:disabled):not(.disabled).active:focus,
.show > .btn-editable-cell.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 224, 230, 0.5);
}
.btn-dark-aubergine {
  color: #fff;
  background-color: #3b2e41;
  border-color: #3b2e41;
  box-shadow: none;
}
.btn-dark-aubergine:hover {
  color: #fff;
  background-color: #271e2b;
  border-color: #201923;
}
.btn-dark-aubergine:focus,
.btn-dark-aubergine.focus {
  color: #fff;
  background-color: #271e2b;
  border-color: #201923;
  box-shadow: 0 0 0 0.1875rem rgba(88, 77, 94, 0.5);
}
.btn-dark-aubergine.disabled,
.btn-dark-aubergine:disabled {
  color: #fff;
  background-color: #3b2e41;
  border-color: #3b2e41;
}
.btn-dark-aubergine:not(:disabled):not(.disabled):active,
.btn-dark-aubergine:not(:disabled):not(.disabled).active,
.show > .btn-dark-aubergine.dropdown-toggle {
  color: #fff;
  background-color: #201923;
  border-color: #19141c;
}
.btn-dark-aubergine:not(:disabled):not(.disabled):active:focus,
.btn-dark-aubergine:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-aubergine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(88, 77, 94, 0.5);
}
.btn-version-highlight {
  color: #645D57;
  background-color: #fcf299;
  border-color: #fcf299;
  box-shadow: none;
}
.btn-version-highlight:hover {
  color: #645D57;
  background-color: #fbed74;
  border-color: #fbec67;
}
.btn-version-highlight:focus,
.btn-version-highlight.focus {
  color: #645D57;
  background-color: #fbed74;
  border-color: #fbec67;
  box-shadow: 0 0 0 0.1875rem rgba(229, 220, 143, 0.5);
}
.btn-version-highlight.disabled,
.btn-version-highlight:disabled {
  color: #645D57;
  background-color: #fcf299;
  border-color: #fcf299;
}
.btn-version-highlight:not(:disabled):not(.disabled):active,
.btn-version-highlight:not(:disabled):not(.disabled).active,
.show > .btn-version-highlight.dropdown-toggle {
  color: #645D57;
  background-color: #fbec67;
  border-color: #faea5b;
}
.btn-version-highlight:not(:disabled):not(.disabled):active:focus,
.btn-version-highlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-version-highlight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 220, 143, 0.5);
}
.btn-pending-blue {
  color: #fff;
  background-color: #007AB2;
  border-color: #007AB2;
  box-shadow: none;
}
.btn-pending-blue:hover {
  color: #fff;
  background-color: #00608c;
  border-color: #00577f;
}
.btn-pending-blue:focus,
.btn-pending-blue.focus {
  color: #fff;
  background-color: #00608c;
  border-color: #00577f;
  box-shadow: 0 0 0 0.1875rem rgba(38, 142, 190, 0.5);
}
.btn-pending-blue.disabled,
.btn-pending-blue:disabled {
  color: #fff;
  background-color: #007AB2;
  border-color: #007AB2;
}
.btn-pending-blue:not(:disabled):not(.disabled):active,
.btn-pending-blue:not(:disabled):not(.disabled).active,
.show > .btn-pending-blue.dropdown-toggle {
  color: #fff;
  background-color: #00577f;
  border-color: #004e72;
}
.btn-pending-blue:not(:disabled):not(.disabled):active:focus,
.btn-pending-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-pending-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(38, 142, 190, 0.5);
}
.btn-datepicker-header-border-color {
  color: #fff;
  background-color: #2A2523;
  border-color: #2A2523;
  box-shadow: none;
}
.btn-datepicker-header-border-color:hover {
  color: #fff;
  background-color: #151312;
  border-color: #0e0c0c;
}
.btn-datepicker-header-border-color:focus,
.btn-datepicker-header-border-color.focus {
  color: #fff;
  background-color: #151312;
  border-color: #0e0c0c;
  box-shadow: 0 0 0 0.1875rem rgba(74, 70, 68, 0.5);
}
.btn-datepicker-header-border-color.disabled,
.btn-datepicker-header-border-color:disabled {
  color: #fff;
  background-color: #2A2523;
  border-color: #2A2523;
}
.btn-datepicker-header-border-color:not(:disabled):not(.disabled):active,
.btn-datepicker-header-border-color:not(:disabled):not(.disabled).active,
.show > .btn-datepicker-header-border-color.dropdown-toggle {
  color: #fff;
  background-color: #0e0c0c;
  border-color: #070606;
}
.btn-datepicker-header-border-color:not(:disabled):not(.disabled):active:focus,
.btn-datepicker-header-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-datepicker-header-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(74, 70, 68, 0.5);
}
.btn-primary-outline-background {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary-outline-background:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-outline-background:focus,
.btn-primary-outline-background.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn-primary-outline-background.disabled,
.btn-primary-outline-background:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary-outline-background:not(:disabled):not(.disabled):active,
.btn-primary-outline-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-background.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-outline-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn-primary-outline-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: none;
}
.btn-primary-outline-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-primary-outline-border:focus,
.btn-primary-outline-border.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0.1875rem rgba(171, 171, 171, 0.5);
}
.btn-primary-outline-border.disabled,
.btn-primary-outline-border:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-primary-outline-border:not(:disabled):not(.disabled):active,
.btn-primary-outline-border:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-primary-outline-border:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(171, 171, 171, 0.5);
}
.btn-primary-outline-hover-background {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(29, 25, 23, 0.05);
  box-shadow: none;
}
.btn-primary-outline-hover-background:hover {
  color: #fff;
  background-color: rgba(8, 7, 6, 0.05);
  border-color: rgba(1, 0, 0, 0.05);
}
.btn-primary-outline-hover-background:focus,
.btn-primary-outline-hover-background.focus {
  color: #fff;
  background-color: rgba(8, 7, 6, 0.05);
  border-color: rgba(1, 0, 0, 0.05);
  box-shadow: 0 0 0 0.1875rem rgba(226, 226, 226, 0.5);
}
.btn-primary-outline-hover-background.disabled,
.btn-primary-outline-hover-background:disabled {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(29, 25, 23, 0.05);
}
.btn-primary-outline-hover-background:not(:disabled):not(.disabled):active,
.btn-primary-outline-hover-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-hover-background.dropdown-toggle {
  color: #fff;
  background-color: rgba(1, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-primary-outline-hover-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-hover-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-hover-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(226, 226, 226, 0.5);
}
.btn-primary-outline-hover-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: none;
}
.btn-primary-outline-hover-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-primary-outline-hover-border:focus,
.btn-primary-outline-hover-border.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0 0.1875rem rgba(144, 144, 144, 0.5);
}
.btn-primary-outline-hover-border.disabled,
.btn-primary-outline-hover-border:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-primary-outline-hover-border:not(:disabled):not(.disabled):active,
.btn-primary-outline-hover-border:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-hover-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-primary-outline-hover-border:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-hover-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-hover-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 144, 144, 0.5);
}
.btn-primary-outline-active-background {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
  border-color: rgba(121, 115, 108, 0.15);
  box-shadow: none;
}
.btn-primary-outline-active-background:hover {
  color: #fff;
  background-color: rgba(101, 96, 90, 0.15);
  border-color: rgba(94, 89, 84, 0.15);
}
.btn-primary-outline-active-background:focus,
.btn-primary-outline-active-background.focus {
  color: #fff;
  background-color: rgba(101, 96, 90, 0.15);
  border-color: rgba(94, 89, 84, 0.15);
  box-shadow: 0 0 0 0.1875rem rgba(213, 211, 209, 0.5);
}
.btn-primary-outline-active-background.disabled,
.btn-primary-outline-active-background:disabled {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
  border-color: rgba(121, 115, 108, 0.15);
}
.btn-primary-outline-active-background:not(:disabled):not(.disabled):active,
.btn-primary-outline-active-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-active-background.dropdown-toggle {
  color: #fff;
  background-color: rgba(94, 89, 84, 0.15);
  border-color: rgba(87, 83, 78, 0.15);
}
.btn-primary-outline-active-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(213, 211, 209, 0.5);
}
.btn-primary-outline-active-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: none;
}
.btn-primary-outline-active-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-primary-outline-active-border:focus,
.btn-primary-outline-active-border.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 0 0.1875rem rgba(123, 123, 123, 0.5);
}
.btn-primary-outline-active-border.disabled,
.btn-primary-outline-active-border:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-primary-outline-active-border:not(:disabled):not(.disabled):active,
.btn-primary-outline-active-border:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-active-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-primary-outline-active-border:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-active-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-active-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(123, 123, 123, 0.5);
}
.btn-primary-outline-background-disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary-outline-background-disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-outline-background-disabled:focus,
.btn-primary-outline-background-disabled.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn-primary-outline-background-disabled.disabled,
.btn-primary-outline-background-disabled:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary-outline-background-disabled:not(:disabled):not(.disabled):active,
.btn-primary-outline-background-disabled:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-background-disabled.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-outline-background-disabled:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-background-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-background-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn-primary-outline-border-disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-outline-border-disabled:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-outline-border-disabled:focus,
.btn-primary-outline-border-disabled.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-outline-border-disabled.disabled,
.btn-primary-outline-border-disabled:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-outline-border-disabled:not(:disabled):not(.disabled):active,
.btn-primary-outline-border-disabled:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-border-disabled.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-outline-border-disabled:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-border-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-border-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-outline-color-disabled {
  color: #645D57;
  background-color: #B5B0A6;
  border-color: #B5B0A6;
  box-shadow: none;
}
.btn-primary-outline-color-disabled:hover {
  color: #645D57;
  background-color: #a49d91;
  border-color: #9e978a;
}
.btn-primary-outline-color-disabled:focus,
.btn-primary-outline-color-disabled.focus {
  color: #645D57;
  background-color: #a49d91;
  border-color: #9e978a;
  box-shadow: 0 0 0 0.1875rem rgba(169, 164, 154, 0.5);
}
.btn-primary-outline-color-disabled.disabled,
.btn-primary-outline-color-disabled:disabled {
  color: #645D57;
  background-color: #B5B0A6;
  border-color: #B5B0A6;
}
.btn-primary-outline-color-disabled:not(:disabled):not(.disabled):active,
.btn-primary-outline-color-disabled:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-color-disabled.dropdown-toggle {
  color: #645D57;
  background-color: #9e978a;
  border-color: #989183;
}
.btn-primary-outline-color-disabled:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-color-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-color-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(169, 164, 154, 0.5);
}
.btn-primary-outline-color-disabled-dark {
  color: #fff;
  background-color: #6a6660;
  border-color: #6a6660;
  box-shadow: none;
}
.btn-primary-outline-color-disabled-dark:hover {
  color: #fff;
  background-color: #56534e;
  border-color: #4f4c48;
}
.btn-primary-outline-color-disabled-dark:focus,
.btn-primary-outline-color-disabled-dark.focus {
  color: #fff;
  background-color: #56534e;
  border-color: #4f4c48;
  box-shadow: 0 0 0 0.1875rem rgba(128, 125, 120, 0.5);
}
.btn-primary-outline-color-disabled-dark.disabled,
.btn-primary-outline-color-disabled-dark:disabled {
  color: #fff;
  background-color: #6a6660;
  border-color: #6a6660;
}
.btn-primary-outline-color-disabled-dark:not(:disabled):not(.disabled):active,
.btn-primary-outline-color-disabled-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline-color-disabled-dark.dropdown-toggle {
  color: #fff;
  background-color: #4f4c48;
  border-color: #494642;
}
.btn-primary-outline-color-disabled-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline-color-disabled-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline-color-disabled-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(128, 125, 120, 0.5);
}
.btn-primary-black-background {
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
  box-shadow: none;
}
.btn-primary-black-background:hover {
  color: #fff;
  background-color: #090808;
  border-color: #020202;
}
.btn-primary-black-background:focus,
.btn-primary-black-background.focus {
  color: #fff;
  background-color: #090808;
  border-color: #020202;
  box-shadow: 0 0 0 0.1875rem rgba(64, 61, 60, 0.5);
}
.btn-primary-black-background.disabled,
.btn-primary-black-background:disabled {
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
}
.btn-primary-black-background:not(:disabled):not(.disabled):active,
.btn-primary-black-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-background.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: black;
}
.btn-primary-black-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(64, 61, 60, 0.5);
}
.btn-primary-black-background-dark {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
  box-shadow: none;
}
.btn-primary-black-background-dark:hover {
  color: #645D57;
  background-color: #e6e3dd;
  border-color: #e0ddd6;
}
.btn-primary-black-background-dark:focus,
.btn-primary-black-background-dark.focus {
  color: #645D57;
  background-color: #e6e3dd;
  border-color: #e0ddd6;
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
.btn-primary-black-background-dark.disabled,
.btn-primary-black-background-dark:disabled {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-primary-black-background-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #e0ddd6;
  border-color: #dbd7cf;
}
.btn-primary-black-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
.btn-primary-black-hover-background {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
  box-shadow: none;
}
.btn-primary-black-hover-background:hover {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
}
.btn-primary-black-hover-background:focus,
.btn-primary-black-hover-background.focus {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
  box-shadow: 0 0 0 0.1875rem rgba(83, 79, 77, 0.5);
}
.btn-primary-black-hover-background.disabled,
.btn-primary-black-hover-background:disabled {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}
.btn-primary-black-hover-background:not(:disabled):not(.disabled):active,
.btn-primary-black-hover-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-hover-background.dropdown-toggle {
  color: #fff;
  background-color: #191716;
  border-color: #131110;
}
.btn-primary-black-hover-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-hover-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-hover-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(83, 79, 77, 0.5);
}
.btn-primary-black-hover-background-dark {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
  box-shadow: none;
}
.btn-primary-black-hover-background-dark:hover {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
}
.btn-primary-black-hover-background-dark:focus,
.btn-primary-black-hover-background-dark.focus {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-primary-black-hover-background-dark.disabled,
.btn-primary-black-hover-background-dark:disabled {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-primary-black-hover-background-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-hover-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-hover-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #cfc8b9;
  border-color: #cac3b1;
}
.btn-primary-black-hover-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-hover-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-hover-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-primary-black-active-background {
  color: #fff;
  background-color: #4B4440;
  border-color: #4B4440;
  box-shadow: none;
}
.btn-primary-black-active-background:hover {
  color: #fff;
  background-color: #36312e;
  border-color: #2f2b29;
}
.btn-primary-black-active-background:focus,
.btn-primary-black-active-background.focus {
  color: #fff;
  background-color: #36312e;
  border-color: #2f2b29;
  box-shadow: 0 0 0 0.1875rem rgba(102, 96, 93, 0.5);
}
.btn-primary-black-active-background.disabled,
.btn-primary-black-active-background:disabled {
  color: #fff;
  background-color: #4B4440;
  border-color: #4B4440;
}
.btn-primary-black-active-background:not(:disabled):not(.disabled):active,
.btn-primary-black-active-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-active-background.dropdown-toggle {
  color: #fff;
  background-color: #2f2b29;
  border-color: #292523;
}
.btn-primary-black-active-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(102, 96, 93, 0.5);
}
.btn-primary-black-active-background-dark {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-black-active-background-dark:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-black-active-background-dark:focus,
.btn-primary-black-active-background-dark.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-active-background-dark.disabled,
.btn-primary-black-active-background-dark:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-black-active-background-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-active-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-active-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-black-active-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-active-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-active-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-background {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-black-disabled-background:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-black-disabled-background:focus,
.btn-primary-black-disabled-background.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-background.disabled,
.btn-primary-black-disabled-background:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-black-disabled-background:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-background:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-background.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-black-disabled-background:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-background-dark {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-black-disabled-background-dark:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-black-disabled-background-dark:focus,
.btn-primary-black-disabled-background-dark.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-background-dark.disabled,
.btn-primary-black-disabled-background-dark:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-black-disabled-background-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-black-disabled-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-border {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-black-disabled-border:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-black-disabled-border:focus,
.btn-primary-black-disabled-border.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-border.disabled,
.btn-primary-black-disabled-border:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-black-disabled-border:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-border:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-border.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-black-disabled-border:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-border-dark {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-primary-black-disabled-border-dark:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-primary-black-disabled-border-dark:focus,
.btn-primary-black-disabled-border-dark.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-border-dark.disabled,
.btn-primary-black-disabled-border-dark:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-primary-black-disabled-border-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-border-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-border-dark.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-primary-black-disabled-border-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-border-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-border-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-primary-black-disabled-color {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
  box-shadow: none;
}
.btn-primary-black-disabled-color:hover {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
}
.btn-primary-black-disabled-color:focus,
.btn-primary-black-disabled-color.focus {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-primary-black-disabled-color.disabled,
.btn-primary-black-disabled-color:disabled {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-primary-black-disabled-color:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #7d766d;
  border-color: #766f67;
}
.btn-primary-black-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-primary-black-disabled-color-dark {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
  box-shadow: none;
}
.btn-primary-black-disabled-color-dark:hover {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
}
.btn-primary-black-disabled-color-dark:focus,
.btn-primary-black-disabled-color-dark.focus {
  color: #fff;
  background-color: #847c73;
  border-color: #7d766d;
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-primary-black-disabled-color-dark.disabled,
.btn-primary-black-disabled-color-dark:disabled {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-primary-black-disabled-color-dark:not(:disabled):not(.disabled):active,
.btn-primary-black-disabled-color-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-black-disabled-color-dark.dropdown-toggle {
  color: #fff;
  background-color: #7d766d;
  border-color: #766f67;
}
.btn-primary-black-disabled-color-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-black-disabled-color-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black-disabled-color-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(166, 160, 153, 0.5);
}
.btn-thead-background {
  color: #fff;
  background-color: #35302d;
  border-color: #35302d;
  box-shadow: none;
}
.btn-thead-background:hover {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
}
.btn-thead-background:focus,
.btn-thead-background.focus {
  color: #fff;
  background-color: #201d1b;
  border-color: #191716;
  box-shadow: 0 0 0 0.1875rem rgba(83, 79, 77, 0.5);
}
.btn-thead-background.disabled,
.btn-thead-background:disabled {
  color: #fff;
  background-color: #35302d;
  border-color: #35302d;
}
.btn-thead-background:not(:disabled):not(.disabled):active,
.btn-thead-background:not(:disabled):not(.disabled).active,
.show > .btn-thead-background.dropdown-toggle {
  color: #fff;
  background-color: #191716;
  border-color: #131110;
}
.btn-thead-background:not(:disabled):not(.disabled):active:focus,
.btn-thead-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-thead-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(83, 79, 77, 0.5);
}
.btn-tbody-tr-active-background {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
  box-shadow: none;
}
.btn-tbody-tr-active-background:hover {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
}
.btn-tbody-tr-active-background:focus,
.btn-tbody-tr-active-background.focus {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-tbody-tr-active-background.disabled,
.btn-tbody-tr-active-background:disabled {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-tbody-tr-active-background:not(:disabled):not(.disabled):active,
.btn-tbody-tr-active-background:not(:disabled):not(.disabled).active,
.show > .btn-tbody-tr-active-background.dropdown-toggle {
  color: #645D57;
  background-color: #cfc8b9;
  border-color: #cac3b1;
}
.btn-tbody-tr-active-background:not(:disabled):not(.disabled):active:focus,
.btn-tbody-tr-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-tbody-tr-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-toggle-background {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
  box-shadow: none;
}
.btn-toggle-background:hover {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
}
.btn-toggle-background:focus,
.btn-toggle-background.focus {
  color: #645D57;
  background-color: #c6bfb0;
  border-color: #c1b9a8;
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-toggle-background.disabled,
.btn-toggle-background:disabled {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-toggle-background:not(:disabled):not(.disabled):active,
.btn-toggle-background:not(:disabled):not(.disabled).active,
.show > .btn-toggle-background.dropdown-toggle {
  color: #645D57;
  background-color: #c1b9a8;
  border-color: #bbb3a1;
}
.btn-toggle-background:not(:disabled):not(.disabled):active:focus,
.btn-toggle-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-toggle-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 192, 181, 0.5);
}
.btn-toggle-checked-background {
  color: #fff;
  background-color: #1d1917;
  border-color: #1d1917;
  box-shadow: none;
}
.btn-toggle-checked-background:hover {
  color: #fff;
  background-color: #080706;
  border-color: #010000;
}
.btn-toggle-checked-background:focus,
.btn-toggle-checked-background.focus {
  color: #fff;
  background-color: #080706;
  border-color: #010000;
  box-shadow: 0 0 0 0.1875rem rgba(63, 60, 58, 0.5);
}
.btn-toggle-checked-background.disabled,
.btn-toggle-checked-background:disabled {
  color: #fff;
  background-color: #1d1917;
  border-color: #1d1917;
}
.btn-toggle-checked-background:not(:disabled):not(.disabled):active,
.btn-toggle-checked-background:not(:disabled):not(.disabled).active,
.show > .btn-toggle-checked-background.dropdown-toggle {
  color: #fff;
  background-color: #010000;
  border-color: black;
}
.btn-toggle-checked-background:not(:disabled):not(.disabled):active:focus,
.btn-toggle-checked-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-toggle-checked-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(63, 60, 58, 0.5);
}
.btn-dark-background-content {
  color: #fff;
  background-color: #191614;
  border-color: #191614;
  box-shadow: none;
}
.btn-dark-background-content:hover {
  color: #fff;
  background-color: #040303;
  border-color: black;
}
.btn-dark-background-content:focus,
.btn-dark-background-content.focus {
  color: #fff;
  background-color: #040303;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(60, 57, 55, 0.5);
}
.btn-dark-background-content.disabled,
.btn-dark-background-content:disabled {
  color: #fff;
  background-color: #191614;
  border-color: #191614;
}
.btn-dark-background-content:not(:disabled):not(.disabled):active,
.btn-dark-background-content:not(:disabled):not(.disabled).active,
.show > .btn-dark-background-content.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-background-content:not(:disabled):not(.disabled):active:focus,
.btn-dark-background-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-background-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(60, 57, 55, 0.5);
}
.btn-dark-border-content {
  color: #fff;
  background-color: #5b5653;
  border-color: #5b5653;
  box-shadow: none;
}
.btn-dark-border-content:hover {
  color: #fff;
  background-color: #474341;
  border-color: #403d3b;
}
.btn-dark-border-content:focus,
.btn-dark-border-content.focus {
  color: #fff;
  background-color: #474341;
  border-color: #403d3b;
  box-shadow: 0 0 0 0.1875rem rgba(116, 111, 109, 0.5);
}
.btn-dark-border-content.disabled,
.btn-dark-border-content:disabled {
  color: #fff;
  background-color: #5b5653;
  border-color: #5b5653;
}
.btn-dark-border-content:not(:disabled):not(.disabled):active,
.btn-dark-border-content:not(:disabled):not(.disabled).active,
.show > .btn-dark-border-content.dropdown-toggle {
  color: #fff;
  background-color: #403d3b;
  border-color: #3a3635;
}
.btn-dark-border-content:not(:disabled):not(.disabled):active:focus,
.btn-dark-border-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-border-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(116, 111, 109, 0.5);
}
.btn-dark-color-content {
  color: #fff;
  background-color: #908c89;
  border-color: #908c89;
  box-shadow: none;
}
.btn-dark-color-content:hover {
  color: #fff;
  background-color: #7d7976;
  border-color: #77726f;
}
.btn-dark-color-content:focus,
.btn-dark-color-content.focus {
  color: #fff;
  background-color: #7d7976;
  border-color: #77726f;
  box-shadow: 0 0 0 0.1875rem rgba(161, 157, 155, 0.5);
}
.btn-dark-color-content.disabled,
.btn-dark-color-content:disabled {
  color: #fff;
  background-color: #908c89;
  border-color: #908c89;
}
.btn-dark-color-content:not(:disabled):not(.disabled):active,
.btn-dark-color-content:not(:disabled):not(.disabled).active,
.show > .btn-dark-color-content.dropdown-toggle {
  color: #fff;
  background-color: #77726f;
  border-color: #706c69;
}
.btn-dark-color-content:not(:disabled):not(.disabled):active:focus,
.btn-dark-color-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-color-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(161, 157, 155, 0.5);
}
.btn-dark-background {
  color: #fff;
  background-color: #211E1B;
  border-color: #211E1B;
  box-shadow: none;
}
.btn-dark-background:hover {
  color: #fff;
  background-color: #0c0b0a;
  border-color: #050504;
}
.btn-dark-background:focus,
.btn-dark-background.focus {
  color: #fff;
  background-color: #0c0b0a;
  border-color: #050504;
  box-shadow: 0 0 0 0.1875rem rgba(66, 64, 61, 0.5);
}
.btn-dark-background.disabled,
.btn-dark-background:disabled {
  color: #fff;
  background-color: #211E1B;
  border-color: #211E1B;
}
.btn-dark-background:not(:disabled):not(.disabled):active,
.btn-dark-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-background.dropdown-toggle {
  color: #fff;
  background-color: #050504;
  border-color: black;
}
.btn-dark-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(66, 64, 61, 0.5);
}
.btn-dark-side-navigation-color {
  color: #645D57;
  background-color: #D6D5D2;
  border-color: #D6D5D2;
  box-shadow: none;
}
.btn-dark-side-navigation-color:hover {
  color: #645D57;
  background-color: #c4c2be;
  border-color: #bebcb7;
}
.btn-dark-side-navigation-color:focus,
.btn-dark-side-navigation-color.focus {
  color: #645D57;
  background-color: #c4c2be;
  border-color: #bebcb7;
  box-shadow: 0 0 0 0.1875rem rgba(197, 195, 192, 0.5);
}
.btn-dark-side-navigation-color.disabled,
.btn-dark-side-navigation-color:disabled {
  color: #645D57;
  background-color: #D6D5D2;
  border-color: #D6D5D2;
}
.btn-dark-side-navigation-color:not(:disabled):not(.disabled):active,
.btn-dark-side-navigation-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-side-navigation-color.dropdown-toggle {
  color: #645D57;
  background-color: #bebcb7;
  border-color: #b8b6b1;
}
.btn-dark-side-navigation-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-side-navigation-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-side-navigation-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(197, 195, 192, 0.5);
}
.btn-dark-side-navigation-color-hover {
  color: #645D57;
  background-color: #F9F8F7;
  border-color: #F9F8F7;
  box-shadow: none;
}
.btn-dark-side-navigation-color-hover:hover {
  color: #645D57;
  background-color: #e9e5e1;
  border-color: #e3dfda;
}
.btn-dark-side-navigation-color-hover:focus,
.btn-dark-side-navigation-color-hover.focus {
  color: #645D57;
  background-color: #e9e5e1;
  border-color: #e3dfda;
  box-shadow: 0 0 0 0.1875rem rgba(227, 225, 223, 0.5);
}
.btn-dark-side-navigation-color-hover.disabled,
.btn-dark-side-navigation-color-hover:disabled {
  color: #645D57;
  background-color: #F9F8F7;
  border-color: #F9F8F7;
}
.btn-dark-side-navigation-color-hover:not(:disabled):not(.disabled):active,
.btn-dark-side-navigation-color-hover:not(:disabled):not(.disabled).active,
.show > .btn-dark-side-navigation-color-hover.dropdown-toggle {
  color: #645D57;
  background-color: #e3dfda;
  border-color: #ded8d3;
}
.btn-dark-side-navigation-color-hover:not(:disabled):not(.disabled):active:focus,
.btn-dark-side-navigation-color-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-side-navigation-color-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(227, 225, 223, 0.5);
}
.btn-dark-side-navigation-icon-color {
  color: #fff;
  background-color: #908C89;
  border-color: #908C89;
  box-shadow: none;
}
.btn-dark-side-navigation-icon-color:hover {
  color: #fff;
  background-color: #7d7976;
  border-color: #77726f;
}
.btn-dark-side-navigation-icon-color:focus,
.btn-dark-side-navigation-icon-color.focus {
  color: #fff;
  background-color: #7d7976;
  border-color: #77726f;
  box-shadow: 0 0 0 0.1875rem rgba(161, 157, 155, 0.5);
}
.btn-dark-side-navigation-icon-color.disabled,
.btn-dark-side-navigation-icon-color:disabled {
  color: #fff;
  background-color: #908C89;
  border-color: #908C89;
}
.btn-dark-side-navigation-icon-color:not(:disabled):not(.disabled):active,
.btn-dark-side-navigation-icon-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-side-navigation-icon-color.dropdown-toggle {
  color: #fff;
  background-color: #77726f;
  border-color: #706c69;
}
.btn-dark-side-navigation-icon-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-side-navigation-icon-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-side-navigation-icon-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(161, 157, 155, 0.5);
}
.btn-dark-side-navigation-icon-color-active {
  color: #645D57;
  background-color: #C8C6C3;
  border-color: #C8C6C3;
  box-shadow: none;
}
.btn-dark-side-navigation-icon-color-active:hover {
  color: #645D57;
  background-color: #b6b3af;
  border-color: #b0ada8;
}
.btn-dark-side-navigation-icon-color-active:focus,
.btn-dark-side-navigation-icon-color-active.focus {
  color: #645D57;
  background-color: #b6b3af;
  border-color: #b0ada8;
  box-shadow: 0 0 0 0.1875rem rgba(185, 182, 179, 0.5);
}
.btn-dark-side-navigation-icon-color-active.disabled,
.btn-dark-side-navigation-icon-color-active:disabled {
  color: #645D57;
  background-color: #C8C6C3;
  border-color: #C8C6C3;
}
.btn-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled):active,
.btn-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled).active,
.show > .btn-dark-side-navigation-icon-color-active.dropdown-toggle {
  color: #645D57;
  background-color: #b0ada8;
  border-color: #aaa6a2;
}
.btn-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled):active:focus,
.btn-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-side-navigation-icon-color-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(185, 182, 179, 0.5);
}
.btn-dark-border-color {
  color: #fff;
  background-color: #5B5653;
  border-color: #5B5653;
  box-shadow: none;
}
.btn-dark-border-color:hover {
  color: #fff;
  background-color: #474341;
  border-color: #403d3b;
}
.btn-dark-border-color:focus,
.btn-dark-border-color.focus {
  color: #fff;
  background-color: #474341;
  border-color: #403d3b;
  box-shadow: 0 0 0 0.1875rem rgba(116, 111, 109, 0.5);
}
.btn-dark-border-color.disabled,
.btn-dark-border-color:disabled {
  color: #fff;
  background-color: #5B5653;
  border-color: #5B5653;
}
.btn-dark-border-color:not(:disabled):not(.disabled):active,
.btn-dark-border-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-border-color.dropdown-toggle {
  color: #fff;
  background-color: #403d3b;
  border-color: #3a3635;
}
.btn-dark-border-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(116, 111, 109, 0.5);
}
.btn-dark-badge-color {
  color: #fff;
  background-color: #141210;
  border-color: #141210;
  box-shadow: none;
}
.btn-dark-badge-color:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-badge-color:focus,
.btn-dark-badge-color.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(55, 54, 52, 0.5);
}
.btn-dark-badge-color.disabled,
.btn-dark-badge-color:disabled {
  color: #fff;
  background-color: #141210;
  border-color: #141210;
}
.btn-dark-badge-color:not(:disabled):not(.disabled):active,
.btn-dark-badge-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-badge-color.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-badge-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-badge-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-badge-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 54, 52, 0.5);
}
.btn-dark-kebab-active-background {
  color: #fff;
  background-color: #37322F;
  border-color: #37322F;
  box-shadow: none;
}
.btn-dark-kebab-active-background:hover {
  color: #fff;
  background-color: #221f1d;
  border-color: #1c1918;
}
.btn-dark-kebab-active-background:focus,
.btn-dark-kebab-active-background.focus {
  color: #fff;
  background-color: #221f1d;
  border-color: #1c1918;
  box-shadow: 0 0 0 0.1875rem rgba(85, 81, 78, 0.5);
}
.btn-dark-kebab-active-background.disabled,
.btn-dark-kebab-active-background:disabled {
  color: #fff;
  background-color: #37322F;
  border-color: #37322F;
}
.btn-dark-kebab-active-background:not(:disabled):not(.disabled):active,
.btn-dark-kebab-active-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-kebab-active-background.dropdown-toggle {
  color: #fff;
  background-color: #1c1918;
  border-color: #151312;
}
.btn-dark-kebab-active-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-kebab-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-kebab-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(85, 81, 78, 0.5);
}
.btn-dark-filters-background {
  color: #fff;
  background-color: #110F0E;
  border-color: #110F0E;
  box-shadow: none;
}
.btn-dark-filters-background:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-filters-background:focus,
.btn-dark-filters-background.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1875rem rgba(53, 51, 50, 0.5);
}
.btn-dark-filters-background.disabled,
.btn-dark-filters-background:disabled {
  color: #fff;
  background-color: #110F0E;
  border-color: #110F0E;
}
.btn-dark-filters-background:not(:disabled):not(.disabled):active,
.btn-dark-filters-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-filters-background.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark-filters-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-filters-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-filters-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 51, 50, 0.5);
}
.btn-dark-toggle-background {
  color: #fff;
  background-color: #4E4946;
  border-color: #4E4946;
  box-shadow: none;
}
.btn-dark-toggle-background:hover {
  color: #fff;
  background-color: #3a3634;
  border-color: #33302e;
}
.btn-dark-toggle-background:focus,
.btn-dark-toggle-background.focus {
  color: #fff;
  background-color: #3a3634;
  border-color: #33302e;
  box-shadow: 0 0 0 0.1875rem rgba(105, 100, 98, 0.5);
}
.btn-dark-toggle-background.disabled,
.btn-dark-toggle-background:disabled {
  color: #fff;
  background-color: #4E4946;
  border-color: #4E4946;
}
.btn-dark-toggle-background:not(:disabled):not(.disabled):active,
.btn-dark-toggle-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-toggle-background.dropdown-toggle {
  color: #fff;
  background-color: #33302e;
  border-color: #2c2a28;
}
.btn-dark-toggle-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-toggle-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-toggle-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(105, 100, 98, 0.5);
}
.btn-dark-toggle-after-background {
  color: #645D57;
  background-color: #9D9A97;
  border-color: #9D9A97;
  box-shadow: none;
}
.btn-dark-toggle-after-background:hover {
  color: #fff;
  background-color: #8a8783;
  border-color: #84817d;
}
.btn-dark-toggle-after-background:focus,
.btn-dark-toggle-after-background.focus {
  color: #fff;
  background-color: #8a8783;
  border-color: #84817d;
  box-shadow: 0 0 0 0.1875rem rgba(148, 145, 141, 0.5);
}
.btn-dark-toggle-after-background.disabled,
.btn-dark-toggle-after-background:disabled {
  color: #645D57;
  background-color: #9D9A97;
  border-color: #9D9A97;
}
.btn-dark-toggle-after-background:not(:disabled):not(.disabled):active,
.btn-dark-toggle-after-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-toggle-after-background.dropdown-toggle {
  color: #fff;
  background-color: #84817d;
  border-color: #7e7a76;
}
.btn-dark-toggle-after-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-toggle-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-toggle-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(148, 145, 141, 0.5);
}
.btn-dark-toggle-disabled-background {
  color: #fff;
  background-color: #4f4a47;
  border-color: #4f4a47;
  box-shadow: none;
}
.btn-dark-toggle-disabled-background:hover {
  color: #fff;
  background-color: #3b3735;
  border-color: #34312f;
}
.btn-dark-toggle-disabled-background:focus,
.btn-dark-toggle-disabled-background.focus {
  color: #fff;
  background-color: #3b3735;
  border-color: #34312f;
  box-shadow: 0 0 0 0.1875rem rgba(105, 101, 99, 0.5);
}
.btn-dark-toggle-disabled-background.disabled,
.btn-dark-toggle-disabled-background:disabled {
  color: #fff;
  background-color: #4f4a47;
  border-color: #4f4a47;
}
.btn-dark-toggle-disabled-background:not(:disabled):not(.disabled):active,
.btn-dark-toggle-disabled-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-toggle-disabled-background.dropdown-toggle {
  color: #fff;
  background-color: #34312f;
  border-color: #2d2b29;
}
.btn-dark-toggle-disabled-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-toggle-disabled-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-toggle-disabled-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(105, 101, 99, 0.5);
}
.btn-dark-toggle-disabled-after-background {
  color: #fff;
  background-color: #686460;
  border-color: #686460;
  box-shadow: none;
}
.btn-dark-toggle-disabled-after-background:hover {
  color: #fff;
  background-color: #54514e;
  border-color: #4d4b48;
}
.btn-dark-toggle-disabled-after-background:focus,
.btn-dark-toggle-disabled-after-background.focus {
  color: #fff;
  background-color: #54514e;
  border-color: #4d4b48;
  box-shadow: 0 0 0 0.1875rem rgba(127, 123, 120, 0.5);
}
.btn-dark-toggle-disabled-after-background.disabled,
.btn-dark-toggle-disabled-after-background:disabled {
  color: #fff;
  background-color: #686460;
  border-color: #686460;
}
.btn-dark-toggle-disabled-after-background:not(:disabled):not(.disabled):active,
.btn-dark-toggle-disabled-after-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-toggle-disabled-after-background.dropdown-toggle {
  color: #fff;
  background-color: #4d4b48;
  border-color: #474441;
}
.btn-dark-toggle-disabled-after-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-toggle-disabled-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-toggle-disabled-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(127, 123, 120, 0.5);
}
.btn-dark-toggle-checked-after-background {
  color: #fff;
  background-color: #211e1b;
  border-color: #211e1b;
  box-shadow: none;
}
.btn-dark-toggle-checked-after-background:hover {
  color: #fff;
  background-color: #0c0b0a;
  border-color: #050504;
}
.btn-dark-toggle-checked-after-background:focus,
.btn-dark-toggle-checked-after-background.focus {
  color: #fff;
  background-color: #0c0b0a;
  border-color: #050504;
  box-shadow: 0 0 0 0.1875rem rgba(66, 64, 61, 0.5);
}
.btn-dark-toggle-checked-after-background.disabled,
.btn-dark-toggle-checked-after-background:disabled {
  color: #fff;
  background-color: #211e1b;
  border-color: #211e1b;
}
.btn-dark-toggle-checked-after-background:not(:disabled):not(.disabled):active,
.btn-dark-toggle-checked-after-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-toggle-checked-after-background.dropdown-toggle {
  color: #fff;
  background-color: #050504;
  border-color: black;
}
.btn-dark-toggle-checked-after-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-toggle-checked-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-toggle-checked-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(66, 64, 61, 0.5);
}
.btn-dark-datepicker-background {
  color: #fff;
  background-color: #37322f;
  border-color: #37322f;
  box-shadow: none;
}
.btn-dark-datepicker-background:hover {
  color: #fff;
  background-color: #221f1d;
  border-color: #1c1918;
}
.btn-dark-datepicker-background:focus,
.btn-dark-datepicker-background.focus {
  color: #fff;
  background-color: #221f1d;
  border-color: #1c1918;
  box-shadow: 0 0 0 0.1875rem rgba(85, 81, 78, 0.5);
}
.btn-dark-datepicker-background.disabled,
.btn-dark-datepicker-background:disabled {
  color: #fff;
  background-color: #37322f;
  border-color: #37322f;
}
.btn-dark-datepicker-background:not(:disabled):not(.disabled):active,
.btn-dark-datepicker-background:not(:disabled):not(.disabled).active,
.show > .btn-dark-datepicker-background.dropdown-toggle {
  color: #fff;
  background-color: #1c1918;
  border-color: #151312;
}
.btn-dark-datepicker-background:not(:disabled):not(.disabled):active:focus,
.btn-dark-datepicker-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-datepicker-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(85, 81, 78, 0.5);
}
.btn-dark-datepicker-box-shadow-color {
  color: #fff;
  background-color: #34302C;
  border-color: #34302C;
  box-shadow: none;
}
.btn-dark-datepicker-box-shadow-color:hover {
  color: #fff;
  background-color: #1f1d1a;
  border-color: #181715;
}
.btn-dark-datepicker-box-shadow-color:focus,
.btn-dark-datepicker-box-shadow-color.focus {
  color: #fff;
  background-color: #1f1d1a;
  border-color: #181715;
  box-shadow: 0 0 0 0.1875rem rgba(82, 79, 76, 0.5);
}
.btn-dark-datepicker-box-shadow-color.disabled,
.btn-dark-datepicker-box-shadow-color:disabled {
  color: #fff;
  background-color: #34302C;
  border-color: #34302C;
}
.btn-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled):active,
.btn-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-datepicker-box-shadow-color.dropdown-toggle {
  color: #fff;
  background-color: #181715;
  border-color: #11100f;
}
.btn-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-datepicker-box-shadow-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(82, 79, 76, 0.5);
}
.btn-dark-datepicker-head-button-color {
  color: #645D57;
  background-color: #f9f8f7;
  border-color: #f9f8f7;
  box-shadow: none;
}
.btn-dark-datepicker-head-button-color:hover {
  color: #645D57;
  background-color: #e9e5e1;
  border-color: #e3dfda;
}
.btn-dark-datepicker-head-button-color:focus,
.btn-dark-datepicker-head-button-color.focus {
  color: #645D57;
  background-color: #e9e5e1;
  border-color: #e3dfda;
  box-shadow: 0 0 0 0.1875rem rgba(227, 225, 223, 0.5);
}
.btn-dark-datepicker-head-button-color.disabled,
.btn-dark-datepicker-head-button-color:disabled {
  color: #645D57;
  background-color: #f9f8f7;
  border-color: #f9f8f7;
}
.btn-dark-datepicker-head-button-color:not(:disabled):not(.disabled):active,
.btn-dark-datepicker-head-button-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-datepicker-head-button-color.dropdown-toggle {
  color: #645D57;
  background-color: #e3dfda;
  border-color: #ded8d3;
}
.btn-dark-datepicker-head-button-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-datepicker-head-button-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-datepicker-head-button-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(227, 225, 223, 0.5);
}
.btn-dark-datepicker-body-color {
  color: #645D57;
  background-color: #aba8a5;
  border-color: #aba8a5;
  box-shadow: none;
}
.btn-dark-datepicker-body-color:hover {
  color: #fff;
  background-color: #999591;
  border-color: #928f8b;
}
.btn-dark-datepicker-body-color:focus,
.btn-dark-datepicker-body-color.focus {
  color: #fff;
  background-color: #999591;
  border-color: #928f8b;
  box-shadow: 0 0 0 0.1875rem rgba(160, 157, 153, 0.5);
}
.btn-dark-datepicker-body-color.disabled,
.btn-dark-datepicker-body-color:disabled {
  color: #645D57;
  background-color: #aba8a5;
  border-color: #aba8a5;
}
.btn-dark-datepicker-body-color:not(:disabled):not(.disabled):active,
.btn-dark-datepicker-body-color:not(:disabled):not(.disabled).active,
.show > .btn-dark-datepicker-body-color.dropdown-toggle {
  color: #fff;
  background-color: #928f8b;
  border-color: #8c8884;
}
.btn-dark-datepicker-body-color:not(:disabled):not(.disabled):active:focus,
.btn-dark-datepicker-body-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-datepicker-body-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(160, 157, 153, 0.5);
}
.btn-dark-datepicker-body-td-selected {
  color: #645D57;
  background-color: #c8c6c3;
  border-color: #c8c6c3;
  box-shadow: none;
}
.btn-dark-datepicker-body-td-selected:hover {
  color: #645D57;
  background-color: #b6b3af;
  border-color: #b0ada8;
}
.btn-dark-datepicker-body-td-selected:focus,
.btn-dark-datepicker-body-td-selected.focus {
  color: #645D57;
  background-color: #b6b3af;
  border-color: #b0ada8;
  box-shadow: 0 0 0 0.1875rem rgba(185, 182, 179, 0.5);
}
.btn-dark-datepicker-body-td-selected.disabled,
.btn-dark-datepicker-body-td-selected:disabled {
  color: #645D57;
  background-color: #c8c6c3;
  border-color: #c8c6c3;
}
.btn-dark-datepicker-body-td-selected:not(:disabled):not(.disabled):active,
.btn-dark-datepicker-body-td-selected:not(:disabled):not(.disabled).active,
.show > .btn-dark-datepicker-body-td-selected.dropdown-toggle {
  color: #645D57;
  background-color: #b0ada8;
  border-color: #aaa6a2;
}
.btn-dark-datepicker-body-td-selected:not(:disabled):not(.disabled):active:focus,
.btn-dark-datepicker-body-td-selected:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-datepicker-body-td-selected.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(185, 182, 179, 0.5);
}
.btn-numbers-table-background-color {
  color: #645D57;
  background-color: #EEECE7;
  border-color: #EEECE7;
  box-shadow: none;
}
.btn-numbers-table-background-color:hover {
  color: #645D57;
  background-color: #dedad1;
  border-color: #d9d4c9;
}
.btn-numbers-table-background-color:focus,
.btn-numbers-table-background-color.focus {
  color: #645D57;
  background-color: #dedad1;
  border-color: #d9d4c9;
  box-shadow: 0 0 0 0.1875rem rgba(217, 215, 209, 0.5);
}
.btn-numbers-table-background-color.disabled,
.btn-numbers-table-background-color:disabled {
  color: #645D57;
  background-color: #EEECE7;
  border-color: #EEECE7;
}
.btn-numbers-table-background-color:not(:disabled):not(.disabled):active,
.btn-numbers-table-background-color:not(:disabled):not(.disabled).active,
.show > .btn-numbers-table-background-color.dropdown-toggle {
  color: #645D57;
  background-color: #d9d4c9;
  border-color: #d4cec2;
}
.btn-numbers-table-background-color:not(:disabled):not(.disabled):active:focus,
.btn-numbers-table-background-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-numbers-table-background-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 215, 209, 0.5);
}
.btn-circle-border-color {
  color: #645D57;
  background-color: #e4e0d7;
  border-color: #e4e0d7;
  box-shadow: none;
}
.btn-circle-border-color:hover {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
}
.btn-circle-border-color:focus,
.btn-circle-border-color.focus {
  color: #645D57;
  background-color: #d5cec0;
  border-color: #cfc8b9;
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-circle-border-color.disabled,
.btn-circle-border-color:disabled {
  color: #645D57;
  background-color: #e4e0d7;
  border-color: #e4e0d7;
}
.btn-circle-border-color:not(:disabled):not(.disabled):active,
.btn-circle-border-color:not(:disabled):not(.disabled).active,
.show > .btn-circle-border-color.dropdown-toggle {
  color: #645D57;
  background-color: #cfc8b9;
  border-color: #cac3b1;
}
.btn-circle-border-color:not(:disabled):not(.disabled):active:focus,
.btn-circle-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-circle-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(209, 204, 196, 0.5);
}
.btn-circle-title-color {
  color: #fff;
  background-color: #615a54;
  border-color: #615a54;
  box-shadow: none;
}
.btn-circle-title-color:hover {
  color: #fff;
  background-color: #4d4742;
  border-color: #46413c;
}
.btn-circle-title-color:focus,
.btn-circle-title-color.focus {
  color: #fff;
  background-color: #4d4742;
  border-color: #46413c;
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 110, 0.5);
}
.btn-circle-title-color.disabled,
.btn-circle-title-color:disabled {
  color: #fff;
  background-color: #615a54;
  border-color: #615a54;
}
.btn-circle-title-color:not(:disabled):not(.disabled):active,
.btn-circle-title-color:not(:disabled):not(.disabled).active,
.show > .btn-circle-title-color.dropdown-toggle {
  color: #fff;
  background-color: #46413c;
  border-color: #3f3a36;
}
.btn-circle-title-color:not(:disabled):not(.disabled):active:focus,
.btn-circle-title-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-circle-title-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 110, 0.5);
}
.btn-outline-primary {
  color: #13100D;
  border-color: #13100D;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #13100D;
  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: #13100D;
  border-color: #13100D;
}
.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.1875rem rgba(19, 16, 13, 0.5);
}
.btn-outline-secondary {
  color: #615A54;
  border-color: #615A54;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #615A54;
  border-color: #615A54;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #615A54;
  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: #615A54;
  border-color: #615A54;
}
.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.1875rem rgba(97, 90, 84, 0.5);
}
.btn-outline-success {
  color: #21b254;
  border-color: #21b254;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #21b254;
  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: #21b254;
  border-color: #21b254;
}
.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.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-info {
  color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-info:hover {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #DFA700;
  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: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.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.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-warning {
  color: #ed7021;
  border-color: #ed7021;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ed7021;
  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: #ed7021;
  border-color: #ed7021;
}
.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.1875rem rgba(237, 112, 33, 0.5);
}
.btn-outline-danger {
  color: #CB1B19;
  border-color: #CB1B19;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #CB1B19;
  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: #CB1B19;
  border-color: #CB1B19;
}
.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.1875rem rgba(203, 27, 25, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #645D57;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  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: #645D57;
  background-color: #fff;
  border-color: #fff;
}
.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.1875rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #645D57;
  border-color: #645D57;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #645D57;
  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: #645D57;
  border-color: #645D57;
}
.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.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-primary-disabled-bg {
  color: #d6d1c6;
  border-color: #d6d1c6;
}
.btn-outline-primary-disabled-bg:hover {
  color: #645D57;
  background-color: #d6d1c6;
  border-color: #d6d1c6;
}
.btn-outline-primary-disabled-bg:focus,
.btn-outline-primary-disabled-bg.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-disabled-bg.disabled,
.btn-outline-primary-disabled-bg:disabled {
  color: #d6d1c6;
  background-color: transparent;
}
.btn-outline-primary-disabled-bg:not(:disabled):not(.disabled):active,
.btn-outline-primary-disabled-bg:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-disabled-bg.dropdown-toggle {
  color: #645D57;
  background-color: #d6d1c6;
  border-color: #d6d1c6;
}
.btn-outline-primary-disabled-bg:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-disabled-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-disabled-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-disabled-color {
  color: #968f87;
  border-color: #968f87;
}
.btn-outline-primary-disabled-color:hover {
  color: #fff;
  background-color: #968f87;
  border-color: #968f87;
}
.btn-outline-primary-disabled-color:focus,
.btn-outline-primary-disabled-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-primary-disabled-color.disabled,
.btn-outline-primary-disabled-color:disabled {
  color: #968f87;
  background-color: transparent;
}
.btn-outline-primary-disabled-color:not(:disabled):not(.disabled):active,
.btn-outline-primary-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #968f87;
  border-color: #968f87;
}
.btn-outline-primary-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-secondary-disabled-color {
  color: #968F87;
  border-color: #968F87;
}
.btn-outline-secondary-disabled-color:hover {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-secondary-disabled-color:focus,
.btn-outline-secondary-disabled-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-secondary-disabled-color.disabled,
.btn-outline-secondary-disabled-color:disabled {
  color: #968F87;
  background-color: transparent;
}
.btn-outline-secondary-disabled-color:not(:disabled):not(.disabled):active,
.btn-outline-secondary-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-secondary-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-container-grey {
  color: #090807;
  border-color: #090807;
}
.btn-outline-container-grey:hover {
  color: #fff;
  background-color: #090807;
  border-color: #090807;
}
.btn-outline-container-grey:focus,
.btn-outline-container-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(9, 8, 7, 0.5);
}
.btn-outline-container-grey.disabled,
.btn-outline-container-grey:disabled {
  color: #090807;
  background-color: transparent;
}
.btn-outline-container-grey:not(:disabled):not(.disabled):active,
.btn-outline-container-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-container-grey.dropdown-toggle {
  color: #fff;
  background-color: #090807;
  border-color: #090807;
}
.btn-outline-container-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-container-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-container-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(9, 8, 7, 0.5);
}
.btn-outline-darkest-eastern-blue {
  color: #126c89;
  border-color: #126c89;
}
.btn-outline-darkest-eastern-blue:hover {
  color: #fff;
  background-color: #126c89;
  border-color: #126c89;
}
.btn-outline-darkest-eastern-blue:focus,
.btn-outline-darkest-eastern-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(18, 108, 137, 0.5);
}
.btn-outline-darkest-eastern-blue.disabled,
.btn-outline-darkest-eastern-blue:disabled {
  color: #126c89;
  background-color: transparent;
}
.btn-outline-darkest-eastern-blue:not(:disabled):not(.disabled):active,
.btn-outline-darkest-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkest-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #126c89;
  border-color: #126c89;
}
.btn-outline-darkest-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkest-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkest-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(18, 108, 137, 0.5);
}
.btn-outline-darker-eastern-blue {
  color: #1587ad;
  border-color: #1587ad;
}
.btn-outline-darker-eastern-blue:hover {
  color: #fff;
  background-color: #1587ad;
  border-color: #1587ad;
}
.btn-outline-darker-eastern-blue:focus,
.btn-outline-darker-eastern-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(21, 135, 173, 0.5);
}
.btn-outline-darker-eastern-blue.disabled,
.btn-outline-darker-eastern-blue:disabled {
  color: #1587ad;
  background-color: transparent;
}
.btn-outline-darker-eastern-blue:not(:disabled):not(.disabled):active,
.btn-outline-darker-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #1587ad;
  border-color: #1587ad;
}
.btn-outline-darker-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(21, 135, 173, 0.5);
}
.btn-outline-link-hover-yellow {
  color: #B78900;
  border-color: #B78900;
}
.btn-outline-link-hover-yellow:hover {
  color: #fff;
  background-color: #B78900;
  border-color: #B78900;
}
.btn-outline-link-hover-yellow:focus,
.btn-outline-link-hover-yellow.focus {
  box-shadow: 0 0 0 0.1875rem rgba(183, 137, 0, 0.5);
}
.btn-outline-link-hover-yellow.disabled,
.btn-outline-link-hover-yellow:disabled {
  color: #B78900;
  background-color: transparent;
}
.btn-outline-link-hover-yellow:not(:disabled):not(.disabled):active,
.btn-outline-link-hover-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-link-hover-yellow.dropdown-toggle {
  color: #fff;
  background-color: #B78900;
  border-color: #B78900;
}
.btn-outline-link-hover-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-link-hover-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-link-hover-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(183, 137, 0, 0.5);
}
.btn-outline-eastern-blue {
  color: #18a2b6;
  border-color: #18a2b6;
}
.btn-outline-eastern-blue:hover {
  color: #fff;
  background-color: #18a2b6;
  border-color: #18a2b6;
}
.btn-outline-eastern-blue:focus,
.btn-outline-eastern-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(24, 162, 182, 0.5);
}
.btn-outline-eastern-blue.disabled,
.btn-outline-eastern-blue:disabled {
  color: #18a2b6;
  background-color: transparent;
}
.btn-outline-eastern-blue:not(:disabled):not(.disabled):active,
.btn-outline-eastern-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-eastern-blue.dropdown-toggle {
  color: #fff;
  background-color: #18a2b6;
  border-color: #18a2b6;
}
.btn-outline-eastern-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-eastern-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-eastern-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(24, 162, 182, 0.5);
}
.btn-outline-aqua {
  color: #13100D;
  border-color: #13100D;
}
.btn-outline-aqua:hover {
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.btn-outline-aqua:focus,
.btn-outline-aqua.focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.5);
}
.btn-outline-aqua.disabled,
.btn-outline-aqua:disabled {
  color: #13100D;
  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: #13100D;
  border-color: #13100D;
}
.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.1875rem rgba(19, 16, 13, 0.5);
}
.btn-outline-cerulean {
  color: #00a7d8;
  border-color: #00a7d8;
}
.btn-outline-cerulean:hover {
  color: #fff;
  background-color: #00a7d8;
  border-color: #00a7d8;
}
.btn-outline-cerulean:focus,
.btn-outline-cerulean.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 167, 216, 0.5);
}
.btn-outline-cerulean.disabled,
.btn-outline-cerulean:disabled {
  color: #00a7d8;
  background-color: transparent;
}
.btn-outline-cerulean:not(:disabled):not(.disabled):active,
.btn-outline-cerulean:not(:disabled):not(.disabled).active,
.show > .btn-outline-cerulean.dropdown-toggle {
  color: #fff;
  background-color: #00a7d8;
  border-color: #00a7d8;
}
.btn-outline-cerulean:not(:disabled):not(.disabled):active:focus,
.btn-outline-cerulean:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cerulean.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 167, 216, 0.5);
}
.btn-outline-light-blue {
  color: #bde4ea;
  border-color: #bde4ea;
}
.btn-outline-light-blue:hover {
  color: #645D57;
  background-color: #bde4ea;
  border-color: #bde4ea;
}
.btn-outline-light-blue:focus,
.btn-outline-light-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 228, 234, 0.5);
}
.btn-outline-light-blue.disabled,
.btn-outline-light-blue:disabled {
  color: #bde4ea;
  background-color: transparent;
}
.btn-outline-light-blue:not(:disabled):not(.disabled):active,
.btn-outline-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-blue.dropdown-toggle {
  color: #645D57;
  background-color: #bde4ea;
  border-color: #bde4ea;
}
.btn-outline-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 228, 234, 0.5);
}
.btn-outline-lighter-blue {
  color: #cce8f0;
  border-color: #cce8f0;
}
.btn-outline-lighter-blue:hover {
  color: #645D57;
  background-color: #cce8f0;
  border-color: #cce8f0;
}
.btn-outline-lighter-blue:focus,
.btn-outline-lighter-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(204, 232, 240, 0.5);
}
.btn-outline-lighter-blue.disabled,
.btn-outline-lighter-blue:disabled {
  color: #cce8f0;
  background-color: transparent;
}
.btn-outline-lighter-blue:not(:disabled):not(.disabled):active,
.btn-outline-lighter-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter-blue.dropdown-toggle {
  color: #645D57;
  background-color: #cce8f0;
  border-color: #cce8f0;
}
.btn-outline-lighter-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(204, 232, 240, 0.5);
}
.btn-outline-lightest-blue {
  color: #eef7f9;
  border-color: #eef7f9;
}
.btn-outline-lightest-blue:hover {
  color: #645D57;
  background-color: #eef7f9;
  border-color: #eef7f9;
}
.btn-outline-lightest-blue:focus,
.btn-outline-lightest-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 247, 249, 0.5);
}
.btn-outline-lightest-blue.disabled,
.btn-outline-lightest-blue:disabled {
  color: #eef7f9;
  background-color: transparent;
}
.btn-outline-lightest-blue:not(:disabled):not(.disabled):active,
.btn-outline-lightest-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightest-blue.dropdown-toggle {
  color: #645D57;
  background-color: #eef7f9;
  border-color: #eef7f9;
}
.btn-outline-lightest-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightest-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightest-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 247, 249, 0.5);
}
.btn-outline-outer-space {
  color: #27383c;
  border-color: #27383c;
}
.btn-outline-outer-space:hover {
  color: #fff;
  background-color: #27383c;
  border-color: #27383c;
}
.btn-outline-outer-space:focus,
.btn-outline-outer-space.focus {
  box-shadow: 0 0 0 0.1875rem rgba(39, 56, 60, 0.5);
}
.btn-outline-outer-space.disabled,
.btn-outline-outer-space:disabled {
  color: #27383c;
  background-color: transparent;
}
.btn-outline-outer-space:not(:disabled):not(.disabled):active,
.btn-outline-outer-space:not(:disabled):not(.disabled).active,
.show > .btn-outline-outer-space.dropdown-toggle {
  color: #fff;
  background-color: #27383c;
  border-color: #27383c;
}
.btn-outline-outer-space:not(:disabled):not(.disabled):active:focus,
.btn-outline-outer-space:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-outer-space.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(39, 56, 60, 0.5);
}
.btn-outline-play-pause {
  color: #02d5b5;
  border-color: #02d5b5;
}
.btn-outline-play-pause:hover {
  color: #fff;
  background-color: #02d5b5;
  border-color: #02d5b5;
}
.btn-outline-play-pause:focus,
.btn-outline-play-pause.focus {
  box-shadow: 0 0 0 0.1875rem rgba(2, 213, 181, 0.5);
}
.btn-outline-play-pause.disabled,
.btn-outline-play-pause:disabled {
  color: #02d5b5;
  background-color: transparent;
}
.btn-outline-play-pause:not(:disabled):not(.disabled):active,
.btn-outline-play-pause:not(:disabled):not(.disabled).active,
.show > .btn-outline-play-pause.dropdown-toggle {
  color: #fff;
  background-color: #02d5b5;
  border-color: #02d5b5;
}
.btn-outline-play-pause:not(:disabled):not(.disabled):active:focus,
.btn-outline-play-pause:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-play-pause.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(2, 213, 181, 0.5);
}
.btn-outline-stop {
  color: #e55c5a;
  border-color: #e55c5a;
}
.btn-outline-stop:hover {
  color: #fff;
  background-color: #e55c5a;
  border-color: #e55c5a;
}
.btn-outline-stop:focus,
.btn-outline-stop.focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 92, 90, 0.5);
}
.btn-outline-stop.disabled,
.btn-outline-stop:disabled {
  color: #e55c5a;
  background-color: transparent;
}
.btn-outline-stop:not(:disabled):not(.disabled):active,
.btn-outline-stop:not(:disabled):not(.disabled).active,
.show > .btn-outline-stop.dropdown-toggle {
  color: #fff;
  background-color: #e55c5a;
  border-color: #e55c5a;
}
.btn-outline-stop:not(:disabled):not(.disabled):active:focus,
.btn-outline-stop:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-stop.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 92, 90, 0.5);
}
.btn-outline-save {
  color: #b84a99;
  border-color: #b84a99;
}
.btn-outline-save:hover {
  color: #fff;
  background-color: #b84a99;
  border-color: #b84a99;
}
.btn-outline-save:focus,
.btn-outline-save.focus {
  box-shadow: 0 0 0 0.1875rem rgba(184, 74, 153, 0.5);
}
.btn-outline-save.disabled,
.btn-outline-save:disabled {
  color: #b84a99;
  background-color: transparent;
}
.btn-outline-save:not(:disabled):not(.disabled):active,
.btn-outline-save:not(:disabled):not(.disabled).active,
.show > .btn-outline-save.dropdown-toggle {
  color: #fff;
  background-color: #b84a99;
  border-color: #b84a99;
}
.btn-outline-save:not(:disabled):not(.disabled):active:focus,
.btn-outline-save:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-save.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(184, 74, 153, 0.5);
}
.btn-outline-error-red {
  color: #CB1B19;
  border-color: #CB1B19;
}
.btn-outline-error-red:hover {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
}
.btn-outline-error-red:focus,
.btn-outline-error-red.focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.5);
}
.btn-outline-error-red.disabled,
.btn-outline-error-red:disabled {
  color: #CB1B19;
  background-color: transparent;
}
.btn-outline-error-red:not(:disabled):not(.disabled):active,
.btn-outline-error-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-error-red.dropdown-toggle {
  color: #fff;
  background-color: #CB1B19;
  border-color: #CB1B19;
}
.btn-outline-error-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-error-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-error-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.5);
}
.btn-outline-error-pink {
  color: #f4d9dc;
  border-color: #f4d9dc;
}
.btn-outline-error-pink:hover {
  color: #645D57;
  background-color: #f4d9dc;
  border-color: #f4d9dc;
}
.btn-outline-error-pink:focus,
.btn-outline-error-pink.focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 217, 220, 0.5);
}
.btn-outline-error-pink.disabled,
.btn-outline-error-pink:disabled {
  color: #f4d9dc;
  background-color: transparent;
}
.btn-outline-error-pink:not(:disabled):not(.disabled):active,
.btn-outline-error-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-error-pink.dropdown-toggle {
  color: #645D57;
  background-color: #f4d9dc;
  border-color: #f4d9dc;
}
.btn-outline-error-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-error-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-error-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 217, 220, 0.5);
}
.btn-outline-field-validation {
  color: #fbf0f1;
  border-color: #fbf0f1;
}
.btn-outline-field-validation:hover {
  color: #645D57;
  background-color: #fbf0f1;
  border-color: #fbf0f1;
}
.btn-outline-field-validation:focus,
.btn-outline-field-validation.focus {
  box-shadow: 0 0 0 0.1875rem rgba(251, 240, 241, 0.5);
}
.btn-outline-field-validation.disabled,
.btn-outline-field-validation:disabled {
  color: #fbf0f1;
  background-color: transparent;
}
.btn-outline-field-validation:not(:disabled):not(.disabled):active,
.btn-outline-field-validation:not(:disabled):not(.disabled).active,
.show > .btn-outline-field-validation.dropdown-toggle {
  color: #645D57;
  background-color: #fbf0f1;
  border-color: #fbf0f1;
}
.btn-outline-field-validation:not(:disabled):not(.disabled):active:focus,
.btn-outline-field-validation:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-field-validation.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(251, 240, 241, 0.5);
}
.btn-outline-notifications-pink {
  color: #f45d5d;
  border-color: #f45d5d;
}
.btn-outline-notifications-pink:hover {
  color: #fff;
  background-color: #f45d5d;
  border-color: #f45d5d;
}
.btn-outline-notifications-pink:focus,
.btn-outline-notifications-pink.focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 93, 93, 0.5);
}
.btn-outline-notifications-pink.disabled,
.btn-outline-notifications-pink:disabled {
  color: #f45d5d;
  background-color: transparent;
}
.btn-outline-notifications-pink:not(:disabled):not(.disabled):active,
.btn-outline-notifications-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-notifications-pink.dropdown-toggle {
  color: #fff;
  background-color: #f45d5d;
  border-color: #f45d5d;
}
.btn-outline-notifications-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-notifications-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-notifications-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 93, 93, 0.5);
}
.btn-outline-notifications-grey {
  color: #979797;
  border-color: #979797;
}
.btn-outline-notifications-grey:hover {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-notifications-grey:focus,
.btn-outline-notifications-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.btn-outline-notifications-grey.disabled,
.btn-outline-notifications-grey:disabled {
  color: #979797;
  background-color: transparent;
}
.btn-outline-notifications-grey:not(:disabled):not(.disabled):active,
.btn-outline-notifications-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-notifications-grey.dropdown-toggle {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-notifications-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-notifications-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-notifications-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.btn-outline-notifications-yellow {
  color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-notifications-yellow:hover {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-notifications-yellow:focus,
.btn-outline-notifications-yellow.focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-notifications-yellow.disabled,
.btn-outline-notifications-yellow:disabled {
  color: #DFA700;
  background-color: transparent;
}
.btn-outline-notifications-yellow:not(:disabled):not(.disabled):active,
.btn-outline-notifications-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-notifications-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-notifications-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-notifications-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-notifications-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-notifications-yellow-dark {
  color: #CB9700;
  border-color: #CB9700;
}
.btn-outline-notifications-yellow-dark:hover {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
}
.btn-outline-notifications-yellow-dark:focus,
.btn-outline-notifications-yellow-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 151, 0, 0.5);
}
.btn-outline-notifications-yellow-dark.disabled,
.btn-outline-notifications-yellow-dark:disabled {
  color: #CB9700;
  background-color: transparent;
}
.btn-outline-notifications-yellow-dark:not(:disabled):not(.disabled):active,
.btn-outline-notifications-yellow-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-notifications-yellow-dark.dropdown-toggle {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
}
.btn-outline-notifications-yellow-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-notifications-yellow-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-notifications-yellow-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 151, 0, 0.5);
}
.btn-outline-warning-amber {
  color: #ed7021;
  border-color: #ed7021;
}
.btn-outline-warning-amber:hover {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
}
.btn-outline-warning-amber:focus,
.btn-outline-warning-amber.focus {
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.5);
}
.btn-outline-warning-amber.disabled,
.btn-outline-warning-amber:disabled {
  color: #ed7021;
  background-color: transparent;
}
.btn-outline-warning-amber:not(:disabled):not(.disabled):active,
.btn-outline-warning-amber:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning-amber.dropdown-toggle {
  color: #fff;
  background-color: #ed7021;
  border-color: #ed7021;
}
.btn-outline-warning-amber:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning-amber:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning-amber.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.5);
}
.btn-outline-warning-light-orange {
  color: #fdefe7;
  border-color: #fdefe7;
}
.btn-outline-warning-light-orange:hover {
  color: #645D57;
  background-color: #fdefe7;
  border-color: #fdefe7;
}
.btn-outline-warning-light-orange:focus,
.btn-outline-warning-light-orange.focus {
  box-shadow: 0 0 0 0.1875rem rgba(253, 239, 231, 0.5);
}
.btn-outline-warning-light-orange.disabled,
.btn-outline-warning-light-orange:disabled {
  color: #fdefe7;
  background-color: transparent;
}
.btn-outline-warning-light-orange:not(:disabled):not(.disabled):active,
.btn-outline-warning-light-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning-light-orange.dropdown-toggle {
  color: #645D57;
  background-color: #fdefe7;
  border-color: #fdefe7;
}
.btn-outline-warning-light-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning-light-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(253, 239, 231, 0.5);
}
.btn-outline-success-green {
  color: #21b254;
  border-color: #21b254;
}
.btn-outline-success-green:hover {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-outline-success-green:focus,
.btn-outline-success-green.focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-success-green.disabled,
.btn-outline-success-green:disabled {
  color: #21b254;
  background-color: transparent;
}
.btn-outline-success-green:not(:disabled):not(.disabled):active,
.btn-outline-success-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-green.dropdown-toggle {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-outline-success-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-success-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-check-in {
  color: #008453;
  border-color: #008453;
}
.btn-outline-check-in:hover {
  color: #fff;
  background-color: #008453;
  border-color: #008453;
}
.btn-outline-check-in:focus,
.btn-outline-check-in.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 132, 83, 0.5);
}
.btn-outline-check-in.disabled,
.btn-outline-check-in:disabled {
  color: #008453;
  background-color: transparent;
}
.btn-outline-check-in:not(:disabled):not(.disabled):active,
.btn-outline-check-in:not(:disabled):not(.disabled).active,
.show > .btn-outline-check-in.dropdown-toggle {
  color: #fff;
  background-color: #008453;
  border-color: #008453;
}
.btn-outline-check-in:not(:disabled):not(.disabled):active:focus,
.btn-outline-check-in:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-check-in.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 132, 83, 0.5);
}
.btn-outline-success-light-green {
  color: #e9f7ee;
  border-color: #e9f7ee;
}
.btn-outline-success-light-green:hover {
  color: #645D57;
  background-color: #e9f7ee;
  border-color: #e9f7ee;
}
.btn-outline-success-light-green:focus,
.btn-outline-success-light-green.focus {
  box-shadow: 0 0 0 0.1875rem rgba(233, 247, 238, 0.5);
}
.btn-outline-success-light-green.disabled,
.btn-outline-success-light-green:disabled {
  color: #e9f7ee;
  background-color: transparent;
}
.btn-outline-success-light-green:not(:disabled):not(.disabled):active,
.btn-outline-success-light-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-light-green.dropdown-toggle {
  color: #645D57;
  background-color: #e9f7ee;
  border-color: #e9f7ee;
}
.btn-outline-success-light-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-success-light-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(233, 247, 238, 0.5);
}
.btn-outline-info-yellow {
  color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-info-yellow:hover {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-info-yellow:focus,
.btn-outline-info-yellow.focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-info-yellow.disabled,
.btn-outline-info-yellow:disabled {
  color: #DFA700;
  background-color: transparent;
}
.btn-outline-info-yellow:not(:disabled):not(.disabled):active,
.btn-outline-info-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-info-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn-outline-info-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-info-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.btn-outline-info-light-yellow {
  color: #fcf8ec;
  border-color: #fcf8ec;
}
.btn-outline-info-light-yellow:hover {
  color: #645D57;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
}
.btn-outline-info-light-yellow:focus,
.btn-outline-info-light-yellow.focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 248, 236, 0.5);
}
.btn-outline-info-light-yellow.disabled,
.btn-outline-info-light-yellow:disabled {
  color: #fcf8ec;
  background-color: transparent;
}
.btn-outline-info-light-yellow:not(:disabled):not(.disabled):active,
.btn-outline-info-light-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-info-light-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
}
.btn-outline-info-light-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-info-light-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info-light-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 248, 236, 0.5);
}
.btn-outline-sticker-green {
  color: #58ea71;
  border-color: #58ea71;
}
.btn-outline-sticker-green:hover {
  color: #645D57;
  background-color: #58ea71;
  border-color: #58ea71;
}
.btn-outline-sticker-green:focus,
.btn-outline-sticker-green.focus {
  box-shadow: 0 0 0 0.1875rem rgba(88, 234, 113, 0.5);
}
.btn-outline-sticker-green.disabled,
.btn-outline-sticker-green:disabled {
  color: #58ea71;
  background-color: transparent;
}
.btn-outline-sticker-green:not(:disabled):not(.disabled):active,
.btn-outline-sticker-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-green.dropdown-toggle {
  color: #645D57;
  background-color: #58ea71;
  border-color: #58ea71;
}
.btn-outline-sticker-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(88, 234, 113, 0.5);
}
.btn-outline-sticker-blue {
  color: #509dff;
  border-color: #509dff;
}
.btn-outline-sticker-blue:hover {
  color: #fff;
  background-color: #509dff;
  border-color: #509dff;
}
.btn-outline-sticker-blue:focus,
.btn-outline-sticker-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(80, 157, 255, 0.5);
}
.btn-outline-sticker-blue.disabled,
.btn-outline-sticker-blue:disabled {
  color: #509dff;
  background-color: transparent;
}
.btn-outline-sticker-blue:not(:disabled):not(.disabled):active,
.btn-outline-sticker-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-blue.dropdown-toggle {
  color: #fff;
  background-color: #509dff;
  border-color: #509dff;
}
.btn-outline-sticker-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(80, 157, 255, 0.5);
}
.btn-outline-sticker-purple {
  color: #a150e6;
  border-color: #a150e6;
}
.btn-outline-sticker-purple:hover {
  color: #fff;
  background-color: #a150e6;
  border-color: #a150e6;
}
.btn-outline-sticker-purple:focus,
.btn-outline-sticker-purple.focus {
  box-shadow: 0 0 0 0.1875rem rgba(161, 80, 230, 0.5);
}
.btn-outline-sticker-purple.disabled,
.btn-outline-sticker-purple:disabled {
  color: #a150e6;
  background-color: transparent;
}
.btn-outline-sticker-purple:not(:disabled):not(.disabled):active,
.btn-outline-sticker-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-purple.dropdown-toggle {
  color: #fff;
  background-color: #a150e6;
  border-color: #a150e6;
}
.btn-outline-sticker-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(161, 80, 230, 0.5);
}
.btn-outline-sticker-pink {
  color: #f037a9;
  border-color: #f037a9;
}
.btn-outline-sticker-pink:hover {
  color: #fff;
  background-color: #f037a9;
  border-color: #f037a9;
}
.btn-outline-sticker-pink:focus,
.btn-outline-sticker-pink.focus {
  box-shadow: 0 0 0 0.1875rem rgba(240, 55, 169, 0.5);
}
.btn-outline-sticker-pink.disabled,
.btn-outline-sticker-pink:disabled {
  color: #f037a9;
  background-color: transparent;
}
.btn-outline-sticker-pink:not(:disabled):not(.disabled):active,
.btn-outline-sticker-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-pink.dropdown-toggle {
  color: #fff;
  background-color: #f037a9;
  border-color: #f037a9;
}
.btn-outline-sticker-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(240, 55, 169, 0.5);
}
.btn-outline-sticker-yellow {
  color: #f7df00;
  border-color: #f7df00;
}
.btn-outline-sticker-yellow:hover {
  color: #645D57;
  background-color: #f7df00;
  border-color: #f7df00;
}
.btn-outline-sticker-yellow:focus,
.btn-outline-sticker-yellow.focus {
  box-shadow: 0 0 0 0.1875rem rgba(247, 223, 0, 0.5);
}
.btn-outline-sticker-yellow.disabled,
.btn-outline-sticker-yellow:disabled {
  color: #f7df00;
  background-color: transparent;
}
.btn-outline-sticker-yellow:not(:disabled):not(.disabled):active,
.btn-outline-sticker-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-yellow.dropdown-toggle {
  color: #645D57;
  background-color: #f7df00;
  border-color: #f7df00;
}
.btn-outline-sticker-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(247, 223, 0, 0.5);
}
.btn-outline-sticker-orange {
  color: #f3b203;
  border-color: #f3b203;
}
.btn-outline-sticker-orange:hover {
  color: #645D57;
  background-color: #f3b203;
  border-color: #f3b203;
}
.btn-outline-sticker-orange:focus,
.btn-outline-sticker-orange.focus {
  box-shadow: 0 0 0 0.1875rem rgba(243, 178, 3, 0.5);
}
.btn-outline-sticker-orange.disabled,
.btn-outline-sticker-orange:disabled {
  color: #f3b203;
  background-color: transparent;
}
.btn-outline-sticker-orange:not(:disabled):not(.disabled):active,
.btn-outline-sticker-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-sticker-orange.dropdown-toggle {
  color: #645D57;
  background-color: #f3b203;
  border-color: #f3b203;
}
.btn-outline-sticker-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-sticker-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sticker-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(243, 178, 3, 0.5);
}
.btn-outline-category-designs {
  color: #5f1d75;
  border-color: #5f1d75;
}
.btn-outline-category-designs:hover {
  color: #fff;
  background-color: #5f1d75;
  border-color: #5f1d75;
}
.btn-outline-category-designs:focus,
.btn-outline-category-designs.focus {
  box-shadow: 0 0 0 0.1875rem rgba(95, 29, 117, 0.5);
}
.btn-outline-category-designs.disabled,
.btn-outline-category-designs:disabled {
  color: #5f1d75;
  background-color: transparent;
}
.btn-outline-category-designs:not(:disabled):not(.disabled):active,
.btn-outline-category-designs:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-designs.dropdown-toggle {
  color: #fff;
  background-color: #5f1d75;
  border-color: #5f1d75;
}
.btn-outline-category-designs:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-designs:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-designs.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(95, 29, 117, 0.5);
}
.btn-outline-category-samples {
  color: #21b254;
  border-color: #21b254;
}
.btn-outline-category-samples:hover {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-outline-category-samples:focus,
.btn-outline-category-samples.focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-category-samples.disabled,
.btn-outline-category-samples:disabled {
  color: #21b254;
  background-color: transparent;
}
.btn-outline-category-samples:not(:disabled):not(.disabled):active,
.btn-outline-category-samples:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-samples.dropdown-toggle {
  color: #fff;
  background-color: #21b254;
  border-color: #21b254;
}
.btn-outline-category-samples:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-samples:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-samples.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.btn-outline-category-products {
  color: #e75a13;
  border-color: #e75a13;
}
.btn-outline-category-products:hover {
  color: #fff;
  background-color: #e75a13;
  border-color: #e75a13;
}
.btn-outline-category-products:focus,
.btn-outline-category-products.focus {
  box-shadow: 0 0 0 0.1875rem rgba(231, 90, 19, 0.5);
}
.btn-outline-category-products.disabled,
.btn-outline-category-products:disabled {
  color: #e75a13;
  background-color: transparent;
}
.btn-outline-category-products:not(:disabled):not(.disabled):active,
.btn-outline-category-products:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-products.dropdown-toggle {
  color: #fff;
  background-color: #e75a13;
  border-color: #e75a13;
}
.btn-outline-category-products:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-products:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-products.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(231, 90, 19, 0.5);
}
.btn-outline-category-orders {
  color: #3091d3;
  border-color: #3091d3;
}
.btn-outline-category-orders:hover {
  color: #fff;
  background-color: #3091d3;
  border-color: #3091d3;
}
.btn-outline-category-orders:focus,
.btn-outline-category-orders.focus {
  box-shadow: 0 0 0 0.1875rem rgba(48, 145, 211, 0.5);
}
.btn-outline-category-orders.disabled,
.btn-outline-category-orders:disabled {
  color: #3091d3;
  background-color: transparent;
}
.btn-outline-category-orders:not(:disabled):not(.disabled):active,
.btn-outline-category-orders:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-orders.dropdown-toggle {
  color: #fff;
  background-color: #3091d3;
  border-color: #3091d3;
}
.btn-outline-category-orders:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-orders:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-orders.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(48, 145, 211, 0.5);
}
.btn-outline-category-quality-control {
  color: #e84ca0;
  border-color: #e84ca0;
}
.btn-outline-category-quality-control:hover {
  color: #fff;
  background-color: #e84ca0;
  border-color: #e84ca0;
}
.btn-outline-category-quality-control:focus,
.btn-outline-category-quality-control.focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 76, 160, 0.5);
}
.btn-outline-category-quality-control.disabled,
.btn-outline-category-quality-control:disabled {
  color: #e84ca0;
  background-color: transparent;
}
.btn-outline-category-quality-control:not(:disabled):not(.disabled):active,
.btn-outline-category-quality-control:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-quality-control.dropdown-toggle {
  color: #fff;
  background-color: #e84ca0;
  border-color: #e84ca0;
}
.btn-outline-category-quality-control:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-quality-control:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-quality-control.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 76, 160, 0.5);
}
.btn-outline-category-account {
  color: #fca313;
  border-color: #fca313;
}
.btn-outline-category-account:hover {
  color: #645D57;
  background-color: #fca313;
  border-color: #fca313;
}
.btn-outline-category-account:focus,
.btn-outline-category-account.focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 163, 19, 0.5);
}
.btn-outline-category-account.disabled,
.btn-outline-category-account:disabled {
  color: #fca313;
  background-color: transparent;
}
.btn-outline-category-account:not(:disabled):not(.disabled):active,
.btn-outline-category-account:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-account.dropdown-toggle {
  color: #645D57;
  background-color: #fca313;
  border-color: #fca313;
}
.btn-outline-category-account:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-account:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-account.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 163, 19, 0.5);
}
.btn-outline-category-sales {
  color: #2fbaa3;
  border-color: #2fbaa3;
}
.btn-outline-category-sales:hover {
  color: #fff;
  background-color: #2fbaa3;
  border-color: #2fbaa3;
}
.btn-outline-category-sales:focus,
.btn-outline-category-sales.focus {
  box-shadow: 0 0 0 0.1875rem rgba(47, 186, 163, 0.5);
}
.btn-outline-category-sales.disabled,
.btn-outline-category-sales:disabled {
  color: #2fbaa3;
  background-color: transparent;
}
.btn-outline-category-sales:not(:disabled):not(.disabled):active,
.btn-outline-category-sales:not(:disabled):not(.disabled).active,
.show > .btn-outline-category-sales.dropdown-toggle {
  color: #fff;
  background-color: #2fbaa3;
  border-color: #2fbaa3;
}
.btn-outline-category-sales:not(:disabled):not(.disabled):active:focus,
.btn-outline-category-sales:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-category-sales.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(47, 186, 163, 0.5);
}
.btn-outline-tag-background {
  color: #f8eefe;
  border-color: #f8eefe;
}
.btn-outline-tag-background:hover {
  color: #645D57;
  background-color: #f8eefe;
  border-color: #f8eefe;
}
.btn-outline-tag-background:focus,
.btn-outline-tag-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(248, 238, 254, 0.5);
}
.btn-outline-tag-background.disabled,
.btn-outline-tag-background:disabled {
  color: #f8eefe;
  background-color: transparent;
}
.btn-outline-tag-background:not(:disabled):not(.disabled):active,
.btn-outline-tag-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-tag-background.dropdown-toggle {
  color: #645D57;
  background-color: #f8eefe;
  border-color: #f8eefe;
}
.btn-outline-tag-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-tag-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tag-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(248, 238, 254, 0.5);
}
.btn-outline-tag-border {
  color: #bd9ad1;
  border-color: #bd9ad1;
}
.btn-outline-tag-border:hover {
  color: #645D57;
  background-color: #bd9ad1;
  border-color: #bd9ad1;
}
.btn-outline-tag-border:focus,
.btn-outline-tag-border.focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 154, 209, 0.5);
}
.btn-outline-tag-border.disabled,
.btn-outline-tag-border:disabled {
  color: #bd9ad1;
  background-color: transparent;
}
.btn-outline-tag-border:not(:disabled):not(.disabled):active,
.btn-outline-tag-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-tag-border.dropdown-toggle {
  color: #645D57;
  background-color: #bd9ad1;
  border-color: #bd9ad1;
}
.btn-outline-tag-border:not(:disabled):not(.disabled):active:focus,
.btn-outline-tag-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tag-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 154, 209, 0.5);
}
.btn-outline-off-white {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-off-white:hover {
  color: #645D57;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-off-white:focus,
.btn-outline-off-white.focus {
  box-shadow: 0 0 0 0.1875rem rgba(250, 250, 250, 0.5);
}
.btn-outline-off-white.disabled,
.btn-outline-off-white:disabled {
  color: #fafafa;
  background-color: transparent;
}
.btn-outline-off-white:not(:disabled):not(.disabled):active,
.btn-outline-off-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-off-white.dropdown-toggle {
  color: #645D57;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-off-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-off-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-off-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(250, 250, 250, 0.5);
}
.btn-outline-lightest-grey {
  color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-lightest-grey:hover {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-lightest-grey:focus,
.btn-outline-lightest-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.btn-outline-lightest-grey.disabled,
.btn-outline-lightest-grey:disabled {
  color: #F6F5F3;
  background-color: transparent;
}
.btn-outline-lightest-grey:not(:disabled):not(.disabled):active,
.btn-outline-lightest-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightest-grey.dropdown-toggle {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-lightest-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightest-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightest-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.btn-outline-light-grey {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-light-grey:hover {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-light-grey:focus,
.btn-outline-light-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.btn-outline-light-grey.disabled,
.btn-outline-light-grey:disabled {
  color: #c6c6c6;
  background-color: transparent;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active,
.btn-outline-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-grey.dropdown-toggle {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.btn-outline-grey {
  color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-grey:hover {
  color: #645D57;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-grey:focus,
.btn-outline-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 232, 232, 0.5);
}
.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  color: #e8e8e8;
  background-color: transparent;
}
.btn-outline-grey:not(:disabled):not(.disabled):active,
.btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #645D57;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 232, 232, 0.5);
}
.btn-outline-mid-grey {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-mid-grey:hover {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-mid-grey:focus,
.btn-outline-mid-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.btn-outline-mid-grey.disabled,
.btn-outline-mid-grey:disabled {
  color: #c6c6c6;
  background-color: transparent;
}
.btn-outline-mid-grey:not(:disabled):not(.disabled):active,
.btn-outline-mid-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-mid-grey.dropdown-toggle {
  color: #645D57;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.btn-outline-mid-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-mid-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-mid-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.btn-outline-darkest-mid-grey {
  color: #979797;
  border-color: #979797;
}
.btn-outline-darkest-mid-grey:hover {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-darkest-mid-grey:focus,
.btn-outline-darkest-mid-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.btn-outline-darkest-mid-grey.disabled,
.btn-outline-darkest-mid-grey:disabled {
  color: #979797;
  background-color: transparent;
}
.btn-outline-darkest-mid-grey:not(:disabled):not(.disabled):active,
.btn-outline-darkest-mid-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkest-mid-grey.dropdown-toggle {
  color: #645D57;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-darkest-mid-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkest-mid-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkest-mid-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.btn-outline-dark-grey {
  color: #645D57;
  border-color: #645D57;
}
.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
}
.btn-outline-dark-grey:focus,
.btn-outline-dark-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-dark-grey.disabled,
.btn-outline-dark-grey:disabled {
  color: #645D57;
  background-color: transparent;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active,
.btn-outline-dark-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #645D57;
  border-color: #645D57;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-darkest-grey {
  color: #232a2b;
  border-color: #232a2b;
}
.btn-outline-darkest-grey:hover {
  color: #fff;
  background-color: #232a2b;
  border-color: #232a2b;
}
.btn-outline-darkest-grey:focus,
.btn-outline-darkest-grey.focus {
  box-shadow: 0 0 0 0.1875rem rgba(35, 42, 43, 0.5);
}
.btn-outline-darkest-grey.disabled,
.btn-outline-darkest-grey:disabled {
  color: #232a2b;
  background-color: transparent;
}
.btn-outline-darkest-grey:not(:disabled):not(.disabled):active,
.btn-outline-darkest-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkest-grey.dropdown-toggle {
  color: #fff;
  background-color: #232a2b;
  border-color: #232a2b;
}
.btn-outline-darkest-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkest-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkest-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(35, 42, 43, 0.5);
}
.btn-outline-editable-cell {
  color: #f5f7ff;
  border-color: #f5f7ff;
}
.btn-outline-editable-cell:hover {
  color: #645D57;
  background-color: #f5f7ff;
  border-color: #f5f7ff;
}
.btn-outline-editable-cell:focus,
.btn-outline-editable-cell.focus {
  box-shadow: 0 0 0 0.1875rem rgba(245, 247, 255, 0.5);
}
.btn-outline-editable-cell.disabled,
.btn-outline-editable-cell:disabled {
  color: #f5f7ff;
  background-color: transparent;
}
.btn-outline-editable-cell:not(:disabled):not(.disabled):active,
.btn-outline-editable-cell:not(:disabled):not(.disabled).active,
.show > .btn-outline-editable-cell.dropdown-toggle {
  color: #645D57;
  background-color: #f5f7ff;
  border-color: #f5f7ff;
}
.btn-outline-editable-cell:not(:disabled):not(.disabled):active:focus,
.btn-outline-editable-cell:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-editable-cell.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(245, 247, 255, 0.5);
}
.btn-outline-dark-aubergine {
  color: #3b2e41;
  border-color: #3b2e41;
}
.btn-outline-dark-aubergine:hover {
  color: #fff;
  background-color: #3b2e41;
  border-color: #3b2e41;
}
.btn-outline-dark-aubergine:focus,
.btn-outline-dark-aubergine.focus {
  box-shadow: 0 0 0 0.1875rem rgba(59, 46, 65, 0.5);
}
.btn-outline-dark-aubergine.disabled,
.btn-outline-dark-aubergine:disabled {
  color: #3b2e41;
  background-color: transparent;
}
.btn-outline-dark-aubergine:not(:disabled):not(.disabled):active,
.btn-outline-dark-aubergine:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-aubergine.dropdown-toggle {
  color: #fff;
  background-color: #3b2e41;
  border-color: #3b2e41;
}
.btn-outline-dark-aubergine:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-aubergine:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-aubergine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(59, 46, 65, 0.5);
}
.btn-outline-version-highlight {
  color: #fcf299;
  border-color: #fcf299;
}
.btn-outline-version-highlight:hover {
  color: #645D57;
  background-color: #fcf299;
  border-color: #fcf299;
}
.btn-outline-version-highlight:focus,
.btn-outline-version-highlight.focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 242, 153, 0.5);
}
.btn-outline-version-highlight.disabled,
.btn-outline-version-highlight:disabled {
  color: #fcf299;
  background-color: transparent;
}
.btn-outline-version-highlight:not(:disabled):not(.disabled):active,
.btn-outline-version-highlight:not(:disabled):not(.disabled).active,
.show > .btn-outline-version-highlight.dropdown-toggle {
  color: #645D57;
  background-color: #fcf299;
  border-color: #fcf299;
}
.btn-outline-version-highlight:not(:disabled):not(.disabled):active:focus,
.btn-outline-version-highlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-version-highlight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 242, 153, 0.5);
}
.btn-outline-pending-blue {
  color: #007AB2;
  border-color: #007AB2;
}
.btn-outline-pending-blue:hover {
  color: #fff;
  background-color: #007AB2;
  border-color: #007AB2;
}
.btn-outline-pending-blue:focus,
.btn-outline-pending-blue.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 178, 0.5);
}
.btn-outline-pending-blue.disabled,
.btn-outline-pending-blue:disabled {
  color: #007AB2;
  background-color: transparent;
}
.btn-outline-pending-blue:not(:disabled):not(.disabled):active,
.btn-outline-pending-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-pending-blue.dropdown-toggle {
  color: #fff;
  background-color: #007AB2;
  border-color: #007AB2;
}
.btn-outline-pending-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-pending-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pending-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 178, 0.5);
}
.btn-outline-datepicker-header-border-color {
  color: #2A2523;
  border-color: #2A2523;
}
.btn-outline-datepicker-header-border-color:hover {
  color: #fff;
  background-color: #2A2523;
  border-color: #2A2523;
}
.btn-outline-datepicker-header-border-color:focus,
.btn-outline-datepicker-header-border-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(42, 37, 35, 0.5);
}
.btn-outline-datepicker-header-border-color.disabled,
.btn-outline-datepicker-header-border-color:disabled {
  color: #2A2523;
  background-color: transparent;
}
.btn-outline-datepicker-header-border-color:not(:disabled):not(.disabled):active,
.btn-outline-datepicker-header-border-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-datepicker-header-border-color.dropdown-toggle {
  color: #fff;
  background-color: #2A2523;
  border-color: #2A2523;
}
.btn-outline-datepicker-header-border-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-datepicker-header-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-datepicker-header-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(42, 37, 35, 0.5);
}
.btn-outline-primary-outline-background {
  color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background:focus,
.btn-outline-primary-outline-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-background.disabled,
.btn-outline-primary-outline-background:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-primary-outline-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-background.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-border {
  color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-outline-primary-outline-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-outline-primary-outline-border:focus,
.btn-outline-primary-outline-border.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-border.disabled,
.btn-outline-primary-outline-border:disabled {
  color: rgba(0, 0, 0, 0.16);
  background-color: transparent;
}
.btn-outline-primary-outline-border:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  border-color: rgba(0, 0, 0, 0.16);
}
.btn-outline-primary-outline-border:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-hover-background {
  color: rgba(29, 25, 23, 0.05);
  border-color: rgba(29, 25, 23, 0.05);
}
.btn-outline-primary-outline-hover-background:hover {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(29, 25, 23, 0.05);
}
.btn-outline-primary-outline-hover-background:focus,
.btn-outline-primary-outline-hover-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.btn-outline-primary-outline-hover-background.disabled,
.btn-outline-primary-outline-hover-background:disabled {
  color: rgba(29, 25, 23, 0.05);
  background-color: transparent;
}
.btn-outline-primary-outline-hover-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-hover-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-hover-background.dropdown-toggle {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(29, 25, 23, 0.05);
}
.btn-outline-primary-outline-hover-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-hover-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-hover-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.btn-outline-primary-outline-hover-border {
  color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-outline-primary-outline-hover-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-outline-primary-outline-hover-border:focus,
.btn-outline-primary-outline-hover-border.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-hover-border.disabled,
.btn-outline-primary-outline-hover-border:disabled {
  color: rgba(0, 0, 0, 0.24);
  background-color: transparent;
}
.btn-outline-primary-outline-hover-border:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-hover-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-hover-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn-outline-primary-outline-hover-border:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-hover-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-hover-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-active-background {
  color: rgba(121, 115, 108, 0.15);
  border-color: rgba(121, 115, 108, 0.15);
}
.btn-outline-primary-outline-active-background:hover {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
  border-color: rgba(121, 115, 108, 0.15);
}
.btn-outline-primary-outline-active-background:focus,
.btn-outline-primary-outline-active-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 108, 0.5);
}
.btn-outline-primary-outline-active-background.disabled,
.btn-outline-primary-outline-active-background:disabled {
  color: rgba(121, 115, 108, 0.15);
  background-color: transparent;
}
.btn-outline-primary-outline-active-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-active-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-active-background.dropdown-toggle {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
  border-color: rgba(121, 115, 108, 0.15);
}
.btn-outline-primary-outline-active-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 108, 0.5);
}
.btn-outline-primary-outline-active-border {
  color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-outline-primary-outline-active-border:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-outline-primary-outline-active-border:focus,
.btn-outline-primary-outline-active-border.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-active-border.disabled,
.btn-outline-primary-outline-active-border:disabled {
  color: rgba(0, 0, 0, 0.32);
  background-color: transparent;
}
.btn-outline-primary-outline-active-border:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-active-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-active-border.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn-outline-primary-outline-active-border:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-active-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-active-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-background-disabled {
  color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background-disabled:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background-disabled:focus,
.btn-outline-primary-outline-background-disabled.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-background-disabled.disabled,
.btn-outline-primary-outline-background-disabled:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-primary-outline-background-disabled:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-background-disabled:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-background-disabled.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-primary-outline-background-disabled:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-background-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-background-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-outline-border-disabled {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-outline-border-disabled:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-outline-border-disabled:focus,
.btn-outline-primary-outline-border-disabled.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-outline-border-disabled.disabled,
.btn-outline-primary-outline-border-disabled:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-outline-border-disabled:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-border-disabled:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-border-disabled.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-outline-border-disabled:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-border-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-border-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-outline-color-disabled {
  color: #B5B0A6;
  border-color: #B5B0A6;
}
.btn-outline-primary-outline-color-disabled:hover {
  color: #645D57;
  background-color: #B5B0A6;
  border-color: #B5B0A6;
}
.btn-outline-primary-outline-color-disabled:focus,
.btn-outline-primary-outline-color-disabled.focus {
  box-shadow: 0 0 0 0.1875rem rgba(181, 176, 166, 0.5);
}
.btn-outline-primary-outline-color-disabled.disabled,
.btn-outline-primary-outline-color-disabled:disabled {
  color: #B5B0A6;
  background-color: transparent;
}
.btn-outline-primary-outline-color-disabled:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-color-disabled:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-color-disabled.dropdown-toggle {
  color: #645D57;
  background-color: #B5B0A6;
  border-color: #B5B0A6;
}
.btn-outline-primary-outline-color-disabled:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-color-disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-color-disabled.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(181, 176, 166, 0.5);
}
.btn-outline-primary-outline-color-disabled-dark {
  color: #6a6660;
  border-color: #6a6660;
}
.btn-outline-primary-outline-color-disabled-dark:hover {
  color: #fff;
  background-color: #6a6660;
  border-color: #6a6660;
}
.btn-outline-primary-outline-color-disabled-dark:focus,
.btn-outline-primary-outline-color-disabled-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(106, 102, 96, 0.5);
}
.btn-outline-primary-outline-color-disabled-dark.disabled,
.btn-outline-primary-outline-color-disabled-dark:disabled {
  color: #6a6660;
  background-color: transparent;
}
.btn-outline-primary-outline-color-disabled-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-outline-color-disabled-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-outline-color-disabled-dark.dropdown-toggle {
  color: #fff;
  background-color: #6a6660;
  border-color: #6a6660;
}
.btn-outline-primary-outline-color-disabled-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-outline-color-disabled-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-outline-color-disabled-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(106, 102, 96, 0.5);
}
.btn-outline-primary-black-background {
  color: #1E1B19;
  border-color: #1E1B19;
}
.btn-outline-primary-black-background:hover {
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
}
.btn-outline-primary-black-background:focus,
.btn-outline-primary-black-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(30, 27, 25, 0.5);
}
.btn-outline-primary-black-background.disabled,
.btn-outline-primary-black-background:disabled {
  color: #1E1B19;
  background-color: transparent;
}
.btn-outline-primary-black-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-background.dropdown-toggle {
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
}
.btn-outline-primary-black-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(30, 27, 25, 0.5);
}
.btn-outline-primary-black-background-dark {
  color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-primary-black-background-dark:hover {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-primary-black-background-dark:focus,
.btn-outline-primary-black-background-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.btn-outline-primary-black-background-dark.disabled,
.btn-outline-primary-black-background-dark:disabled {
  color: #F6F5F3;
  background-color: transparent;
}
.btn-outline-primary-black-background-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
.btn-outline-primary-black-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.btn-outline-primary-black-hover-background {
  color: #35302D;
  border-color: #35302D;
}
.btn-outline-primary-black-hover-background:hover {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}
.btn-outline-primary-black-hover-background:focus,
.btn-outline-primary-black-hover-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.btn-outline-primary-black-hover-background.disabled,
.btn-outline-primary-black-hover-background:disabled {
  color: #35302D;
  background-color: transparent;
}
.btn-outline-primary-black-hover-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-hover-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-hover-background.dropdown-toggle {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}
.btn-outline-primary-black-hover-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-hover-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-hover-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.btn-outline-primary-black-hover-background-dark {
  color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-primary-black-hover-background-dark:hover {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-primary-black-hover-background-dark:focus,
.btn-outline-primary-black-hover-background-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-primary-black-hover-background-dark.disabled,
.btn-outline-primary-black-hover-background-dark:disabled {
  color: #E4E0D7;
  background-color: transparent;
}
.btn-outline-primary-black-hover-background-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-hover-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-hover-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-primary-black-hover-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-hover-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-hover-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-primary-black-active-background {
  color: #4B4440;
  border-color: #4B4440;
}
.btn-outline-primary-black-active-background:hover {
  color: #fff;
  background-color: #4B4440;
  border-color: #4B4440;
}
.btn-outline-primary-black-active-background:focus,
.btn-outline-primary-black-active-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(75, 68, 64, 0.5);
}
.btn-outline-primary-black-active-background.disabled,
.btn-outline-primary-black-active-background:disabled {
  color: #4B4440;
  background-color: transparent;
}
.btn-outline-primary-black-active-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-active-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-active-background.dropdown-toggle {
  color: #fff;
  background-color: #4B4440;
  border-color: #4B4440;
}
.btn-outline-primary-black-active-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(75, 68, 64, 0.5);
}
.btn-outline-primary-black-active-background-dark {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-active-background-dark:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-active-background-dark:focus,
.btn-outline-primary-black-active-background-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-active-background-dark.disabled,
.btn-outline-primary-black-active-background-dark:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-black-active-background-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-active-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-active-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-active-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-active-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-active-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-background {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background:focus,
.btn-outline-primary-black-disabled-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-background.disabled,
.btn-outline-primary-black-disabled-background:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-background:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-background.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-background-dark {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background-dark:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background-dark:focus,
.btn-outline-primary-black-disabled-background-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-background-dark.disabled,
.btn-outline-primary-black-disabled-background-dark:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-background-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-background-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-background-dark.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-background-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-background-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-background-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-border {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border:focus,
.btn-outline-primary-black-disabled-border.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-border.disabled,
.btn-outline-primary-black-disabled-border:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-border:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-border.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-border-dark {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border-dark:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border-dark:focus,
.btn-outline-primary-black-disabled-border-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-border-dark.disabled,
.btn-outline-primary-black-disabled-border-dark:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-border-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-border-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-border-dark.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-primary-black-disabled-border-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-border-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-border-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-primary-black-disabled-color {
  color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color:hover {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color:focus,
.btn-outline-primary-black-disabled-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-primary-black-disabled-color.disabled,
.btn-outline-primary-black-disabled-color:disabled {
  color: #968F87;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-color:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-color.dropdown-toggle {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-primary-black-disabled-color-dark {
  color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color-dark:hover {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color-dark:focus,
.btn-outline-primary-black-disabled-color-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-primary-black-disabled-color-dark.disabled,
.btn-outline-primary-black-disabled-color-dark:disabled {
  color: #968F87;
  background-color: transparent;
}
.btn-outline-primary-black-disabled-color-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-black-disabled-color-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-black-disabled-color-dark.dropdown-toggle {
  color: #fff;
  background-color: #968F87;
  border-color: #968F87;
}
.btn-outline-primary-black-disabled-color-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-black-disabled-color-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-black-disabled-color-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.btn-outline-thead-background {
  color: #35302d;
  border-color: #35302d;
}
.btn-outline-thead-background:hover {
  color: #fff;
  background-color: #35302d;
  border-color: #35302d;
}
.btn-outline-thead-background:focus,
.btn-outline-thead-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.btn-outline-thead-background.disabled,
.btn-outline-thead-background:disabled {
  color: #35302d;
  background-color: transparent;
}
.btn-outline-thead-background:not(:disabled):not(.disabled):active,
.btn-outline-thead-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-thead-background.dropdown-toggle {
  color: #fff;
  background-color: #35302d;
  border-color: #35302d;
}
.btn-outline-thead-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-thead-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-thead-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.btn-outline-tbody-tr-active-background {
  color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-tbody-tr-active-background:hover {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-tbody-tr-active-background:focus,
.btn-outline-tbody-tr-active-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-tbody-tr-active-background.disabled,
.btn-outline-tbody-tr-active-background:disabled {
  color: #E4E0D7;
  background-color: transparent;
}
.btn-outline-tbody-tr-active-background:not(:disabled):not(.disabled):active,
.btn-outline-tbody-tr-active-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-tbody-tr-active-background.dropdown-toggle {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
.btn-outline-tbody-tr-active-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-tbody-tr-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tbody-tr-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-toggle-background {
  color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-toggle-background:hover {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-toggle-background:focus,
.btn-outline-toggle-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-toggle-background.disabled,
.btn-outline-toggle-background:disabled {
  color: #D6D1C6;
  background-color: transparent;
}
.btn-outline-toggle-background:not(:disabled):not(.disabled):active,
.btn-outline-toggle-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-toggle-background.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
.btn-outline-toggle-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-toggle-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-toggle-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.btn-outline-toggle-checked-background {
  color: #1d1917;
  border-color: #1d1917;
}
.btn-outline-toggle-checked-background:hover {
  color: #fff;
  background-color: #1d1917;
  border-color: #1d1917;
}
.btn-outline-toggle-checked-background:focus,
.btn-outline-toggle-checked-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.btn-outline-toggle-checked-background.disabled,
.btn-outline-toggle-checked-background:disabled {
  color: #1d1917;
  background-color: transparent;
}
.btn-outline-toggle-checked-background:not(:disabled):not(.disabled):active,
.btn-outline-toggle-checked-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-toggle-checked-background.dropdown-toggle {
  color: #fff;
  background-color: #1d1917;
  border-color: #1d1917;
}
.btn-outline-toggle-checked-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-toggle-checked-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-toggle-checked-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.btn-outline-dark-background-content {
  color: #191614;
  border-color: #191614;
}
.btn-outline-dark-background-content:hover {
  color: #fff;
  background-color: #191614;
  border-color: #191614;
}
.btn-outline-dark-background-content:focus,
.btn-outline-dark-background-content.focus {
  box-shadow: 0 0 0 0.1875rem rgba(25, 22, 20, 0.5);
}
.btn-outline-dark-background-content.disabled,
.btn-outline-dark-background-content:disabled {
  color: #191614;
  background-color: transparent;
}
.btn-outline-dark-background-content:not(:disabled):not(.disabled):active,
.btn-outline-dark-background-content:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-background-content.dropdown-toggle {
  color: #fff;
  background-color: #191614;
  border-color: #191614;
}
.btn-outline-dark-background-content:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-background-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-background-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(25, 22, 20, 0.5);
}
.btn-outline-dark-border-content {
  color: #5b5653;
  border-color: #5b5653;
}
.btn-outline-dark-border-content:hover {
  color: #fff;
  background-color: #5b5653;
  border-color: #5b5653;
}
.btn-outline-dark-border-content:focus,
.btn-outline-dark-border-content.focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.btn-outline-dark-border-content.disabled,
.btn-outline-dark-border-content:disabled {
  color: #5b5653;
  background-color: transparent;
}
.btn-outline-dark-border-content:not(:disabled):not(.disabled):active,
.btn-outline-dark-border-content:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-border-content.dropdown-toggle {
  color: #fff;
  background-color: #5b5653;
  border-color: #5b5653;
}
.btn-outline-dark-border-content:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-border-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-border-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.btn-outline-dark-color-content {
  color: #908c89;
  border-color: #908c89;
}
.btn-outline-dark-color-content:hover {
  color: #fff;
  background-color: #908c89;
  border-color: #908c89;
}
.btn-outline-dark-color-content:focus,
.btn-outline-dark-color-content.focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.btn-outline-dark-color-content.disabled,
.btn-outline-dark-color-content:disabled {
  color: #908c89;
  background-color: transparent;
}
.btn-outline-dark-color-content:not(:disabled):not(.disabled):active,
.btn-outline-dark-color-content:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-color-content.dropdown-toggle {
  color: #fff;
  background-color: #908c89;
  border-color: #908c89;
}
.btn-outline-dark-color-content:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-color-content:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-color-content.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.btn-outline-dark-background {
  color: #211E1B;
  border-color: #211E1B;
}
.btn-outline-dark-background:hover {
  color: #fff;
  background-color: #211E1B;
  border-color: #211E1B;
}
.btn-outline-dark-background:focus,
.btn-outline-dark-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.btn-outline-dark-background.disabled,
.btn-outline-dark-background:disabled {
  color: #211E1B;
  background-color: transparent;
}
.btn-outline-dark-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-background.dropdown-toggle {
  color: #fff;
  background-color: #211E1B;
  border-color: #211E1B;
}
.btn-outline-dark-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.btn-outline-dark-side-navigation-color {
  color: #D6D5D2;
  border-color: #D6D5D2;
}
.btn-outline-dark-side-navigation-color:hover {
  color: #645D57;
  background-color: #D6D5D2;
  border-color: #D6D5D2;
}
.btn-outline-dark-side-navigation-color:focus,
.btn-outline-dark-side-navigation-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 213, 210, 0.5);
}
.btn-outline-dark-side-navigation-color.disabled,
.btn-outline-dark-side-navigation-color:disabled {
  color: #D6D5D2;
  background-color: transparent;
}
.btn-outline-dark-side-navigation-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-side-navigation-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-side-navigation-color.dropdown-toggle {
  color: #645D57;
  background-color: #D6D5D2;
  border-color: #D6D5D2;
}
.btn-outline-dark-side-navigation-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-side-navigation-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-side-navigation-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 213, 210, 0.5);
}
.btn-outline-dark-side-navigation-color-hover {
  color: #F9F8F7;
  border-color: #F9F8F7;
}
.btn-outline-dark-side-navigation-color-hover:hover {
  color: #645D57;
  background-color: #F9F8F7;
  border-color: #F9F8F7;
}
.btn-outline-dark-side-navigation-color-hover:focus,
.btn-outline-dark-side-navigation-color-hover.focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.btn-outline-dark-side-navigation-color-hover.disabled,
.btn-outline-dark-side-navigation-color-hover:disabled {
  color: #F9F8F7;
  background-color: transparent;
}
.btn-outline-dark-side-navigation-color-hover:not(:disabled):not(.disabled):active,
.btn-outline-dark-side-navigation-color-hover:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-side-navigation-color-hover.dropdown-toggle {
  color: #645D57;
  background-color: #F9F8F7;
  border-color: #F9F8F7;
}
.btn-outline-dark-side-navigation-color-hover:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-side-navigation-color-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-side-navigation-color-hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.btn-outline-dark-side-navigation-icon-color {
  color: #908C89;
  border-color: #908C89;
}
.btn-outline-dark-side-navigation-icon-color:hover {
  color: #fff;
  background-color: #908C89;
  border-color: #908C89;
}
.btn-outline-dark-side-navigation-icon-color:focus,
.btn-outline-dark-side-navigation-icon-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.btn-outline-dark-side-navigation-icon-color.disabled,
.btn-outline-dark-side-navigation-icon-color:disabled {
  color: #908C89;
  background-color: transparent;
}
.btn-outline-dark-side-navigation-icon-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-side-navigation-icon-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-side-navigation-icon-color.dropdown-toggle {
  color: #fff;
  background-color: #908C89;
  border-color: #908C89;
}
.btn-outline-dark-side-navigation-icon-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-side-navigation-icon-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-side-navigation-icon-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.btn-outline-dark-side-navigation-icon-color-active {
  color: #C8C6C3;
  border-color: #C8C6C3;
}
.btn-outline-dark-side-navigation-icon-color-active:hover {
  color: #645D57;
  background-color: #C8C6C3;
  border-color: #C8C6C3;
}
.btn-outline-dark-side-navigation-icon-color-active:focus,
.btn-outline-dark-side-navigation-icon-color-active.focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.btn-outline-dark-side-navigation-icon-color-active.disabled,
.btn-outline-dark-side-navigation-icon-color-active:disabled {
  color: #C8C6C3;
  background-color: transparent;
}
.btn-outline-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled):active,
.btn-outline-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-side-navigation-icon-color-active.dropdown-toggle {
  color: #645D57;
  background-color: #C8C6C3;
  border-color: #C8C6C3;
}
.btn-outline-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-side-navigation-icon-color-active:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-side-navigation-icon-color-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.btn-outline-dark-border-color {
  color: #5B5653;
  border-color: #5B5653;
}
.btn-outline-dark-border-color:hover {
  color: #fff;
  background-color: #5B5653;
  border-color: #5B5653;
}
.btn-outline-dark-border-color:focus,
.btn-outline-dark-border-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.btn-outline-dark-border-color.disabled,
.btn-outline-dark-border-color:disabled {
  color: #5B5653;
  background-color: transparent;
}
.btn-outline-dark-border-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-border-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-border-color.dropdown-toggle {
  color: #fff;
  background-color: #5B5653;
  border-color: #5B5653;
}
.btn-outline-dark-border-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.btn-outline-dark-badge-color {
  color: #141210;
  border-color: #141210;
}
.btn-outline-dark-badge-color:hover {
  color: #fff;
  background-color: #141210;
  border-color: #141210;
}
.btn-outline-dark-badge-color:focus,
.btn-outline-dark-badge-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(20, 18, 16, 0.5);
}
.btn-outline-dark-badge-color.disabled,
.btn-outline-dark-badge-color:disabled {
  color: #141210;
  background-color: transparent;
}
.btn-outline-dark-badge-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-badge-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-badge-color.dropdown-toggle {
  color: #fff;
  background-color: #141210;
  border-color: #141210;
}
.btn-outline-dark-badge-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-badge-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-badge-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(20, 18, 16, 0.5);
}
.btn-outline-dark-kebab-active-background {
  color: #37322F;
  border-color: #37322F;
}
.btn-outline-dark-kebab-active-background:hover {
  color: #fff;
  background-color: #37322F;
  border-color: #37322F;
}
.btn-outline-dark-kebab-active-background:focus,
.btn-outline-dark-kebab-active-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.btn-outline-dark-kebab-active-background.disabled,
.btn-outline-dark-kebab-active-background:disabled {
  color: #37322F;
  background-color: transparent;
}
.btn-outline-dark-kebab-active-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-kebab-active-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-kebab-active-background.dropdown-toggle {
  color: #fff;
  background-color: #37322F;
  border-color: #37322F;
}
.btn-outline-dark-kebab-active-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-kebab-active-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-kebab-active-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.btn-outline-dark-filters-background {
  color: #110F0E;
  border-color: #110F0E;
}
.btn-outline-dark-filters-background:hover {
  color: #fff;
  background-color: #110F0E;
  border-color: #110F0E;
}
.btn-outline-dark-filters-background:focus,
.btn-outline-dark-filters-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 15, 14, 0.5);
}
.btn-outline-dark-filters-background.disabled,
.btn-outline-dark-filters-background:disabled {
  color: #110F0E;
  background-color: transparent;
}
.btn-outline-dark-filters-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-filters-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-filters-background.dropdown-toggle {
  color: #fff;
  background-color: #110F0E;
  border-color: #110F0E;
}
.btn-outline-dark-filters-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-filters-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-filters-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 15, 14, 0.5);
}
.btn-outline-dark-toggle-background {
  color: #4E4946;
  border-color: #4E4946;
}
.btn-outline-dark-toggle-background:hover {
  color: #fff;
  background-color: #4E4946;
  border-color: #4E4946;
}
.btn-outline-dark-toggle-background:focus,
.btn-outline-dark-toggle-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(78, 73, 70, 0.5);
}
.btn-outline-dark-toggle-background.disabled,
.btn-outline-dark-toggle-background:disabled {
  color: #4E4946;
  background-color: transparent;
}
.btn-outline-dark-toggle-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-toggle-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-toggle-background.dropdown-toggle {
  color: #fff;
  background-color: #4E4946;
  border-color: #4E4946;
}
.btn-outline-dark-toggle-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-toggle-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-toggle-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(78, 73, 70, 0.5);
}
.btn-outline-dark-toggle-after-background {
  color: #9D9A97;
  border-color: #9D9A97;
}
.btn-outline-dark-toggle-after-background:hover {
  color: #645D57;
  background-color: #9D9A97;
  border-color: #9D9A97;
}
.btn-outline-dark-toggle-after-background:focus,
.btn-outline-dark-toggle-after-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(157, 154, 151, 0.5);
}
.btn-outline-dark-toggle-after-background.disabled,
.btn-outline-dark-toggle-after-background:disabled {
  color: #9D9A97;
  background-color: transparent;
}
.btn-outline-dark-toggle-after-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-toggle-after-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-toggle-after-background.dropdown-toggle {
  color: #645D57;
  background-color: #9D9A97;
  border-color: #9D9A97;
}
.btn-outline-dark-toggle-after-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-toggle-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-toggle-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(157, 154, 151, 0.5);
}
.btn-outline-dark-toggle-disabled-background {
  color: #4f4a47;
  border-color: #4f4a47;
}
.btn-outline-dark-toggle-disabled-background:hover {
  color: #fff;
  background-color: #4f4a47;
  border-color: #4f4a47;
}
.btn-outline-dark-toggle-disabled-background:focus,
.btn-outline-dark-toggle-disabled-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(79, 74, 71, 0.5);
}
.btn-outline-dark-toggle-disabled-background.disabled,
.btn-outline-dark-toggle-disabled-background:disabled {
  color: #4f4a47;
  background-color: transparent;
}
.btn-outline-dark-toggle-disabled-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-toggle-disabled-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-toggle-disabled-background.dropdown-toggle {
  color: #fff;
  background-color: #4f4a47;
  border-color: #4f4a47;
}
.btn-outline-dark-toggle-disabled-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-toggle-disabled-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-toggle-disabled-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(79, 74, 71, 0.5);
}
.btn-outline-dark-toggle-disabled-after-background {
  color: #686460;
  border-color: #686460;
}
.btn-outline-dark-toggle-disabled-after-background:hover {
  color: #fff;
  background-color: #686460;
  border-color: #686460;
}
.btn-outline-dark-toggle-disabled-after-background:focus,
.btn-outline-dark-toggle-disabled-after-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(104, 100, 96, 0.5);
}
.btn-outline-dark-toggle-disabled-after-background.disabled,
.btn-outline-dark-toggle-disabled-after-background:disabled {
  color: #686460;
  background-color: transparent;
}
.btn-outline-dark-toggle-disabled-after-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-toggle-disabled-after-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-toggle-disabled-after-background.dropdown-toggle {
  color: #fff;
  background-color: #686460;
  border-color: #686460;
}
.btn-outline-dark-toggle-disabled-after-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-toggle-disabled-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-toggle-disabled-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(104, 100, 96, 0.5);
}
.btn-outline-dark-toggle-checked-after-background {
  color: #211e1b;
  border-color: #211e1b;
}
.btn-outline-dark-toggle-checked-after-background:hover {
  color: #fff;
  background-color: #211e1b;
  border-color: #211e1b;
}
.btn-outline-dark-toggle-checked-after-background:focus,
.btn-outline-dark-toggle-checked-after-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.btn-outline-dark-toggle-checked-after-background.disabled,
.btn-outline-dark-toggle-checked-after-background:disabled {
  color: #211e1b;
  background-color: transparent;
}
.btn-outline-dark-toggle-checked-after-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-toggle-checked-after-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-toggle-checked-after-background.dropdown-toggle {
  color: #fff;
  background-color: #211e1b;
  border-color: #211e1b;
}
.btn-outline-dark-toggle-checked-after-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-toggle-checked-after-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-toggle-checked-after-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.btn-outline-dark-datepicker-background {
  color: #37322f;
  border-color: #37322f;
}
.btn-outline-dark-datepicker-background:hover {
  color: #fff;
  background-color: #37322f;
  border-color: #37322f;
}
.btn-outline-dark-datepicker-background:focus,
.btn-outline-dark-datepicker-background.focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.btn-outline-dark-datepicker-background.disabled,
.btn-outline-dark-datepicker-background:disabled {
  color: #37322f;
  background-color: transparent;
}
.btn-outline-dark-datepicker-background:not(:disabled):not(.disabled):active,
.btn-outline-dark-datepicker-background:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-datepicker-background.dropdown-toggle {
  color: #fff;
  background-color: #37322f;
  border-color: #37322f;
}
.btn-outline-dark-datepicker-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-datepicker-background:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-datepicker-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.btn-outline-dark-datepicker-box-shadow-color {
  color: #34302C;
  border-color: #34302C;
}
.btn-outline-dark-datepicker-box-shadow-color:hover {
  color: #fff;
  background-color: #34302C;
  border-color: #34302C;
}
.btn-outline-dark-datepicker-box-shadow-color:focus,
.btn-outline-dark-datepicker-box-shadow-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(52, 48, 44, 0.5);
}
.btn-outline-dark-datepicker-box-shadow-color.disabled,
.btn-outline-dark-datepicker-box-shadow-color:disabled {
  color: #34302C;
  background-color: transparent;
}
.btn-outline-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-datepicker-box-shadow-color.dropdown-toggle {
  color: #fff;
  background-color: #34302C;
  border-color: #34302C;
}
.btn-outline-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-datepicker-box-shadow-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-datepicker-box-shadow-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(52, 48, 44, 0.5);
}
.btn-outline-dark-datepicker-head-button-color {
  color: #f9f8f7;
  border-color: #f9f8f7;
}
.btn-outline-dark-datepicker-head-button-color:hover {
  color: #645D57;
  background-color: #f9f8f7;
  border-color: #f9f8f7;
}
.btn-outline-dark-datepicker-head-button-color:focus,
.btn-outline-dark-datepicker-head-button-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.btn-outline-dark-datepicker-head-button-color.disabled,
.btn-outline-dark-datepicker-head-button-color:disabled {
  color: #f9f8f7;
  background-color: transparent;
}
.btn-outline-dark-datepicker-head-button-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-datepicker-head-button-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-datepicker-head-button-color.dropdown-toggle {
  color: #645D57;
  background-color: #f9f8f7;
  border-color: #f9f8f7;
}
.btn-outline-dark-datepicker-head-button-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-datepicker-head-button-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-datepicker-head-button-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.btn-outline-dark-datepicker-body-color {
  color: #aba8a5;
  border-color: #aba8a5;
}
.btn-outline-dark-datepicker-body-color:hover {
  color: #645D57;
  background-color: #aba8a5;
  border-color: #aba8a5;
}
.btn-outline-dark-datepicker-body-color:focus,
.btn-outline-dark-datepicker-body-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(171, 168, 165, 0.5);
}
.btn-outline-dark-datepicker-body-color.disabled,
.btn-outline-dark-datepicker-body-color:disabled {
  color: #aba8a5;
  background-color: transparent;
}
.btn-outline-dark-datepicker-body-color:not(:disabled):not(.disabled):active,
.btn-outline-dark-datepicker-body-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-datepicker-body-color.dropdown-toggle {
  color: #645D57;
  background-color: #aba8a5;
  border-color: #aba8a5;
}
.btn-outline-dark-datepicker-body-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-datepicker-body-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-datepicker-body-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(171, 168, 165, 0.5);
}
.btn-outline-dark-datepicker-body-td-selected {
  color: #c8c6c3;
  border-color: #c8c6c3;
}
.btn-outline-dark-datepicker-body-td-selected:hover {
  color: #645D57;
  background-color: #c8c6c3;
  border-color: #c8c6c3;
}
.btn-outline-dark-datepicker-body-td-selected:focus,
.btn-outline-dark-datepicker-body-td-selected.focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.btn-outline-dark-datepicker-body-td-selected.disabled,
.btn-outline-dark-datepicker-body-td-selected:disabled {
  color: #c8c6c3;
  background-color: transparent;
}
.btn-outline-dark-datepicker-body-td-selected:not(:disabled):not(.disabled):active,
.btn-outline-dark-datepicker-body-td-selected:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-datepicker-body-td-selected.dropdown-toggle {
  color: #645D57;
  background-color: #c8c6c3;
  border-color: #c8c6c3;
}
.btn-outline-dark-datepicker-body-td-selected:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-datepicker-body-td-selected:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark-datepicker-body-td-selected.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.btn-outline-numbers-table-background-color {
  color: #EEECE7;
  border-color: #EEECE7;
}
.btn-outline-numbers-table-background-color:hover {
  color: #645D57;
  background-color: #EEECE7;
  border-color: #EEECE7;
}
.btn-outline-numbers-table-background-color:focus,
.btn-outline-numbers-table-background-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 236, 231, 0.5);
}
.btn-outline-numbers-table-background-color.disabled,
.btn-outline-numbers-table-background-color:disabled {
  color: #EEECE7;
  background-color: transparent;
}
.btn-outline-numbers-table-background-color:not(:disabled):not(.disabled):active,
.btn-outline-numbers-table-background-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-numbers-table-background-color.dropdown-toggle {
  color: #645D57;
  background-color: #EEECE7;
  border-color: #EEECE7;
}
.btn-outline-numbers-table-background-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-numbers-table-background-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-numbers-table-background-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 236, 231, 0.5);
}
.btn-outline-circle-border-color {
  color: #e4e0d7;
  border-color: #e4e0d7;
}
.btn-outline-circle-border-color:hover {
  color: #645D57;
  background-color: #e4e0d7;
  border-color: #e4e0d7;
}
.btn-outline-circle-border-color:focus,
.btn-outline-circle-border-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-circle-border-color.disabled,
.btn-outline-circle-border-color:disabled {
  color: #e4e0d7;
  background-color: transparent;
}
.btn-outline-circle-border-color:not(:disabled):not(.disabled):active,
.btn-outline-circle-border-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-circle-border-color.dropdown-toggle {
  color: #645D57;
  background-color: #e4e0d7;
  border-color: #e4e0d7;
}
.btn-outline-circle-border-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-circle-border-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-circle-border-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.btn-outline-circle-title-color {
  color: #615a54;
  border-color: #615a54;
}
.btn-outline-circle-title-color:hover {
  color: #fff;
  background-color: #615a54;
  border-color: #615a54;
}
.btn-outline-circle-title-color:focus,
.btn-outline-circle-title-color.focus {
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.5);
}
.btn-outline-circle-title-color.disabled,
.btn-outline-circle-title-color:disabled {
  color: #615a54;
  background-color: transparent;
}
.btn-outline-circle-title-color:not(:disabled):not(.disabled):active,
.btn-outline-circle-title-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-circle-title-color.dropdown-toggle {
  color: #fff;
  background-color: #615a54;
  border-color: #615a54;
}
.btn-outline-circle-title-color:not(:disabled):not(.disabled):active:focus,
.btn-outline-circle-title-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-circle-title-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #B78900;
  text-decoration: none;
}
.btn-link:hover {
  color: #B78900;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #c6c6c6;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group .btn-group-lg > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.9375rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1.25rem;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group .btn-group-sm > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.4375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1.25rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0.28125rem solid;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0;
  border-left: 0.28125rem 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 0;
  margin: 0 0 0;
  font-size: 0.6730769229rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #13100D;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1330px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0.28125rem solid;
  border-left: 0.28125rem 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;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0.28125rem solid transparent;
  border-right: 0;
  border-bottom: 0.28125rem solid transparent;
  border-left: 0.28125rem 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;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0.28125rem solid transparent;
  border-right: 0.28125rem solid;
  border-bottom: 0.28125rem 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 #F6F5F3;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1587ad;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #eef7f9;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #c6c6c6;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #979797;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .btn:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn,
.btn-group .btn-group-vertical > .btn:not(.btn-link):not(.btn-icon) {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group > .btn:hover:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn:hover,
.btn-group .btn-group-vertical > .btn:hover:not(.btn-link):not(.btn-icon) {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:focus:not(.btn-link):not(.btn-icon),
.btn-group > .btn:active,
.btn-group > .btn:active:not(.btn-link):not(.btn-icon),
.btn-group > .btn.active,
.btn-group > .active.btn:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn:focus,
.btn-group .btn-group-vertical > .btn:focus:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn:active,
.btn-group .btn-group-vertical > .btn:active:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn.active,
.btn-group .btn-group-vertical > .active.btn:not(.btn-link):not(.btn-icon) {
  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:not(:first-child):not(.btn-link):not(.btn-icon),
.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:not(:first-child):not(.btn-link):not(.btn-icon),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.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,
.btn-group .btn-group-sm > .btn:not(.btn-link):not(.btn-icon) + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group .btn-group-lg > .btn:not(.btn-link):not(.btn-icon) + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group .btn-group-vertical > .btn:not(.btn-link):not(.btn-icon),
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group .btn-group-vertical > .btn:not(:first-child):not(.btn-link):not(.btn-icon),
.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 .btn-group-vertical > .btn:not(:first-child):not(.btn-link):not(.btn-icon),
.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 .btn-group-toggle > .btn:not(.btn-link):not(.btn-icon),
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn:not(.btn-link):not(.btn-icon) {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group .btn-group-toggle > .btn:not(.btn-link):not(.btn-icon) input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group .btn-group-toggle > .btn:not(.btn-link):not(.btn-icon) input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-prepend .btn-group .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-prepend .btn:not(.btn-link):not(.btn-icon),
.input-group-append .btn,
.input-group-append .btn-group .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-append .btn:not(.btn-link):not(.btn-icon) {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-prepend .btn-group .btn:focus:not(.btn-link):not(.btn-icon),
.btn-group .input-group-prepend .btn:focus:not(.btn-link):not(.btn-icon),
.input-group-append .btn:focus,
.input-group-append .btn-group .btn:focus:not(.btn-link):not(.btn-icon),
.btn-group .input-group-append .btn:focus:not(.btn-link):not(.btn-icon) {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn-group .btn:not(.btn-link):not(.btn-icon) + .btn,
.btn-group .input-group-prepend .btn:not(.btn-link):not(.btn-icon) + .btn,
.input-group-prepend .btn-group .btn + .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-prepend .btn + .btn:not(.btn-link):not(.btn-icon),
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn-group .btn:not(.btn-link):not(.btn-icon) + .input-group-text,
.btn-group .input-group-prepend .btn:not(.btn-link):not(.btn-icon) + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .btn-group .input-group-text + .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-prepend .input-group-text + .btn:not(.btn-link):not(.btn-icon),
.input-group-append .btn + .btn,
.input-group-append .btn-group .btn:not(.btn-link):not(.btn-icon) + .btn,
.btn-group .input-group-append .btn:not(.btn-link):not(.btn-icon) + .btn,
.input-group-append .btn-group .btn + .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-append .btn + .btn:not(.btn-link):not(.btn-icon),
.input-group-append .btn + .input-group-text,
.input-group-append .btn-group .btn:not(.btn-link):not(.btn-icon) + .input-group-text,
.btn-group .input-group-append .btn:not(.btn-link):not(.btn-icon) + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .btn-group .input-group-text + .btn:not(.btn-link):not(.btn-icon),
.btn-group .input-group-append .input-group-text + .btn:not(.btn-link):not(.btn-icon) {
  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.78125rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #645D57;
  text-align: center;
  white-space: nowrap;
  background-color: #F6F5F3;
  border: 1px solid #878079;
  border-radius: 0;
}
.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,
.btn-group .input-group-lg > .input-group-prepend > .btn:not(.btn-link):not(.btn-icon),
.input-group-lg > .input-group-append > .btn,
.btn-group .input-group-lg > .input-group-append > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.5rem 1rem;
  font-size: 1.2115384575rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.3125rem + 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,
.btn-group .input-group-sm > .input-group-prepend > .btn:not(.btn-link):not(.btn-icon),
.input-group-sm > .input-group-append > .btn,
.btn-group .input-group-sm > .input-group-append > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.65625rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.btn-group .input-group > .input-group-prepend > .btn:not(.btn-link):not(.btn-icon),
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.btn-group .input-group > .input-group-append > .btn:not(.btn-link):not(.btn-icon),
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.1538461538rem;
  padding-left: 2rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.5769230769rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #645D57;
  border-color: #13100D;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0, 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #878079;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7d6956;
  border-color: #7d6956;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #979797;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F6F5F3;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.5769230769rem;
  left: -2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #645D57;
  box-shadow: 0 0 0;
}
.custom-control-label::after {
  position: absolute;
  top: 0.5769230769rem;
  left: -2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/12px 10px no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.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 12 10'%3e%3cpath fill='%23645D57' d='M4.05078 10C3.85597 10 3.67887 9.92974 3.53719 9.8068L0.243172 6.856C-0.0401847 6.57498 -0.0578946 6.11831 0.207752 5.81971C0.473399 5.52112 0.933853 5.48599 1.25263 5.73189L3.9091 8.12063L9.73562 0.304547C9.895 0.0937761 10.1607 -0.0291736 10.4263 0.00595487C10.6919 0.0410833 10.9222 0.199161 11.0284 0.445061C11.1347 0.69096 11.0993 0.971987 10.9399 1.20032L4.65291 9.70141C4.52894 9.87705 4.33413 9.98244 4.12161 10H4.05078Z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #13100D;
  background-color: #13100D;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23645D57' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #eef7f9;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #eef7f9;
}
.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: #eef7f9;
}
.custom-switch {
  padding-left: 3.875rem;
}
.custom-switch .custom-control-label::before {
  left: -3.875rem;
  width: 2.875rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.5769230769rem + 2px);
  left: calc(-3.875rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #645D57;
  border-radius: 0.75rem;
  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(1.875rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #eef7f9;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.5625rem + 2px);
  padding: 0.78125rem 2rem 0.78125rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #645D57;
  vertical-align: middle;
  background: #F6F5F3 url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%231D1917'/%3E%3C/svg%3E%0A") right 1rem center/12px 8px no-repeat;
  border: 1px solid #878079;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #878079;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-select:focus::-ms-value {
  color: #645D57;
  background-color: #F6F5F3;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #979797;
  background-color: #F6F5F3;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #645D57;
}
.custom-select-sm {
  height: calc(1.5em + 1.3125rem + 2px);
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.2115384575rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 1.5625rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 1.5625rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #878079;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #F6F5F3;
}
.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(1em + 1.5625rem + 2px);
  padding: 0.78125rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #645D57;
  background-color: #F6F5F3;
  border: 1px solid #878079;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 1.5625rem);
  padding: 0.78125rem 1rem;
  line-height: 1;
  color: #645D57;
  content: "Browse";
  background-color: #F6F5F3;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: 1.375rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #13100D;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #7d6956;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #13100D;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #7d6956;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  background-color: #13100D;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #7d6956;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #f2f2f2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f2f2f2;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #c6c6c6;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #c6c6c6;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #c6c6c6;
}
.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: #979797;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgba(42, 37, 35, 0.2);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #1D1917;
}
.nav-tabs .nav-link.disabled {
  color: #979797;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1D1917;
  background-color: #fff;
  border-color: #1D1917;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #13100D;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.0857988215rem;
  padding-bottom: 0.0857988215rem;
  margin-right: 1rem;
  font-size: 1.2115384575rem;
  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.2115384575rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1329.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1330px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1679.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 2rem;
}
.card-subtitle {
  margin-top: -1rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 2rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 2rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -2rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.card-group > .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F6F5F3;
  border-radius: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #79736c;
  content: " / ";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #979797;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #B78900;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.page-link:hover {
  z-index: 2;
  color: #B78900;
  text-decoration: none;
  background-color: #F6F5F3;
  border-color: #f2f2f2;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.page-item.disabled .page-link {
  color: #979797;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #f2f2f2;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.2115384575rem;
  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.75rem;
  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.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  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,
.btn-group .btn:not(.btn-link):not(.btn-icon) .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #13100D;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #615A54;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #46413c;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #21b254;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #198740;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.badge-info {
  color: #645D57;
  background-color: #DFA700;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #645D57;
  background-color: #ac8100;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.badge-warning {
  color: #fff;
  background-color: #ed7021;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: #cb5910;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #CB1B19;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #9e1513;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.5);
}
.badge-light {
  color: #645D57;
  background-color: #fff;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #645D57;
  background-color: #e6e6e6;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #645D57;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #49443f;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.badge-primary-disabled-bg {
  color: #645D57;
  background-color: #d6d1c6;
}
a.badge-primary-disabled-bg:hover,
a.badge-primary-disabled-bg:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-disabled-bg:focus,
a.badge-primary-disabled-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-disabled-color {
  color: #fff;
  background-color: #968f87;
}
a.badge-primary-disabled-color:hover,
a.badge-primary-disabled-color:focus {
  color: #fff;
  background-color: #7d766d;
}
a.badge-primary-disabled-color:focus,
a.badge-primary-disabled-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.badge-secondary-disabled-color {
  color: #fff;
  background-color: #968F87;
}
a.badge-secondary-disabled-color:hover,
a.badge-secondary-disabled-color:focus {
  color: #fff;
  background-color: #7d766d;
}
a.badge-secondary-disabled-color:focus,
a.badge-secondary-disabled-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.badge-container-grey {
  color: #fff;
  background-color: #090807;
}
a.badge-container-grey:hover,
a.badge-container-grey:focus {
  color: #fff;
  background-color: black;
}
a.badge-container-grey:focus,
a.badge-container-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(9, 8, 7, 0.5);
}
.badge-darkest-eastern-blue {
  color: #fff;
  background-color: #126c89;
}
a.badge-darkest-eastern-blue:hover,
a.badge-darkest-eastern-blue:focus {
  color: #fff;
  background-color: #0c485c;
}
a.badge-darkest-eastern-blue:focus,
a.badge-darkest-eastern-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(18, 108, 137, 0.5);
}
.badge-darker-eastern-blue {
  color: #fff;
  background-color: #1587ad;
}
a.badge-darker-eastern-blue:hover,
a.badge-darker-eastern-blue:focus {
  color: #fff;
  background-color: #0f6480;
}
a.badge-darker-eastern-blue:focus,
a.badge-darker-eastern-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(21, 135, 173, 0.5);
}
.badge-link-hover-yellow {
  color: #fff;
  background-color: #B78900;
}
a.badge-link-hover-yellow:hover,
a.badge-link-hover-yellow:focus {
  color: #fff;
  background-color: #846300;
}
a.badge-link-hover-yellow:focus,
a.badge-link-hover-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(183, 137, 0, 0.5);
}
.badge-eastern-blue {
  color: #fff;
  background-color: #18a2b6;
}
a.badge-eastern-blue:hover,
a.badge-eastern-blue:focus {
  color: #fff;
  background-color: #127a89;
}
a.badge-eastern-blue:focus,
a.badge-eastern-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(24, 162, 182, 0.5);
}
.badge-aqua {
  color: #fff;
  background-color: #13100D;
}
a.badge-aqua:hover,
a.badge-aqua:focus {
  color: #fff;
  background-color: black;
}
a.badge-aqua:focus,
a.badge-aqua.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.5);
}
.badge-cerulean {
  color: #fff;
  background-color: #00a7d8;
}
a.badge-cerulean:hover,
a.badge-cerulean:focus {
  color: #fff;
  background-color: #0080a5;
}
a.badge-cerulean:focus,
a.badge-cerulean.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 167, 216, 0.5);
}
.badge-light-blue {
  color: #645D57;
  background-color: #bde4ea;
}
a.badge-light-blue:hover,
a.badge-light-blue:focus {
  color: #645D57;
  background-color: #96d4de;
}
a.badge-light-blue:focus,
a.badge-light-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(189, 228, 234, 0.5);
}
.badge-lighter-blue {
  color: #645D57;
  background-color: #cce8f0;
}
a.badge-lighter-blue:hover,
a.badge-lighter-blue:focus {
  color: #645D57;
  background-color: #a5d6e4;
}
a.badge-lighter-blue:focus,
a.badge-lighter-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(204, 232, 240, 0.5);
}
.badge-lightest-blue {
  color: #645D57;
  background-color: #eef7f9;
}
a.badge-lightest-blue:hover,
a.badge-lightest-blue:focus {
  color: #645D57;
  background-color: #c8e5ec;
}
a.badge-lightest-blue:focus,
a.badge-lightest-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(238, 247, 249, 0.5);
}
.badge-outer-space {
  color: #fff;
  background-color: #27383c;
}
a.badge-outer-space:hover,
a.badge-outer-space:focus {
  color: #fff;
  background-color: #131b1d;
}
a.badge-outer-space:focus,
a.badge-outer-space.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(39, 56, 60, 0.5);
}
.badge-play-pause {
  color: #fff;
  background-color: #02d5b5;
}
a.badge-play-pause:hover,
a.badge-play-pause:focus {
  color: #fff;
  background-color: #02a28a;
}
a.badge-play-pause:focus,
a.badge-play-pause.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(2, 213, 181, 0.5);
}
.badge-stop {
  color: #fff;
  background-color: #e55c5a;
}
a.badge-stop:hover,
a.badge-stop:focus {
  color: #fff;
  background-color: #de302e;
}
a.badge-stop:focus,
a.badge-stop.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(229, 92, 90, 0.5);
}
.badge-save {
  color: #fff;
  background-color: #b84a99;
}
a.badge-save:hover,
a.badge-save:focus {
  color: #fff;
  background-color: #953a7b;
}
a.badge-save:focus,
a.badge-save.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(184, 74, 153, 0.5);
}
.badge-error-red {
  color: #fff;
  background-color: #CB1B19;
}
a.badge-error-red:hover,
a.badge-error-red:focus {
  color: #fff;
  background-color: #9e1513;
}
a.badge-error-red:focus,
a.badge-error-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.5);
}
.badge-error-pink {
  color: #645D57;
  background-color: #f4d9dc;
}
a.badge-error-pink:hover,
a.badge-error-pink:focus {
  color: #645D57;
  background-color: #e9b1b8;
}
a.badge-error-pink:focus,
a.badge-error-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(244, 217, 220, 0.5);
}
.badge-field-validation {
  color: #645D57;
  background-color: #fbf0f1;
}
a.badge-field-validation:hover,
a.badge-field-validation:focus {
  color: #645D57;
  background-color: #f0c8cb;
}
a.badge-field-validation:focus,
a.badge-field-validation.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(251, 240, 241, 0.5);
}
.badge-notifications-pink {
  color: #fff;
  background-color: #f45d5d;
}
a.badge-notifications-pink:hover,
a.badge-notifications-pink:focus {
  color: #fff;
  background-color: #f12d2d;
}
a.badge-notifications-pink:focus,
a.badge-notifications-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(244, 93, 93, 0.5);
}
.badge-notifications-grey {
  color: #645D57;
  background-color: #979797;
}
a.badge-notifications-grey:hover,
a.badge-notifications-grey:focus {
  color: #645D57;
  background-color: #7e7e7e;
}
a.badge-notifications-grey:focus,
a.badge-notifications-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.badge-notifications-yellow {
  color: #645D57;
  background-color: #DFA700;
}
a.badge-notifications-yellow:hover,
a.badge-notifications-yellow:focus {
  color: #645D57;
  background-color: #ac8100;
}
a.badge-notifications-yellow:focus,
a.badge-notifications-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.badge-notifications-yellow-dark {
  color: #fff;
  background-color: #CB9700;
}
a.badge-notifications-yellow-dark:hover,
a.badge-notifications-yellow-dark:focus {
  color: #fff;
  background-color: #987100;
}
a.badge-notifications-yellow-dark:focus,
a.badge-notifications-yellow-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(203, 151, 0, 0.5);
}
.badge-warning-amber {
  color: #fff;
  background-color: #ed7021;
}
a.badge-warning-amber:hover,
a.badge-warning-amber:focus {
  color: #fff;
  background-color: #cb5910;
}
a.badge-warning-amber:focus,
a.badge-warning-amber.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.5);
}
.badge-warning-light-orange {
  color: #645D57;
  background-color: #fdefe7;
}
a.badge-warning-light-orange:hover,
a.badge-warning-light-orange:focus {
  color: #645D57;
  background-color: #f9d0b8;
}
a.badge-warning-light-orange:focus,
a.badge-warning-light-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(253, 239, 231, 0.5);
}
.badge-success-green {
  color: #fff;
  background-color: #21b254;
}
a.badge-success-green:hover,
a.badge-success-green:focus {
  color: #fff;
  background-color: #198740;
}
a.badge-success-green:focus,
a.badge-success-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.badge-check-in {
  color: #fff;
  background-color: #008453;
}
a.badge-check-in:hover,
a.badge-check-in:focus {
  color: #fff;
  background-color: #005133;
}
a.badge-check-in:focus,
a.badge-check-in.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 132, 83, 0.5);
}
.badge-success-light-green {
  color: #645D57;
  background-color: #e9f7ee;
}
a.badge-success-light-green:hover,
a.badge-success-light-green:focus {
  color: #645D57;
  background-color: #c4e9d1;
}
a.badge-success-light-green:focus,
a.badge-success-light-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(233, 247, 238, 0.5);
}
.badge-info-yellow {
  color: #645D57;
  background-color: #DFA700;
}
a.badge-info-yellow:hover,
a.badge-info-yellow:focus {
  color: #645D57;
  background-color: #ac8100;
}
a.badge-info-yellow:focus,
a.badge-info-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.badge-info-light-yellow {
  color: #645D57;
  background-color: #fcf8ec;
}
a.badge-info-light-yellow:hover,
a.badge-info-light-yellow:focus {
  color: #645D57;
  background-color: #f5e8c0;
}
a.badge-info-light-yellow:focus,
a.badge-info-light-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(252, 248, 236, 0.5);
}
.badge-sticker-green {
  color: #645D57;
  background-color: #58ea71;
}
a.badge-sticker-green:hover,
a.badge-sticker-green:focus {
  color: #645D57;
  background-color: #2be44a;
}
a.badge-sticker-green:focus,
a.badge-sticker-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(88, 234, 113, 0.5);
}
.badge-sticker-blue {
  color: #fff;
  background-color: #509dff;
}
a.badge-sticker-blue:hover,
a.badge-sticker-blue:focus {
  color: #fff;
  background-color: #1d80ff;
}
a.badge-sticker-blue:focus,
a.badge-sticker-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(80, 157, 255, 0.5);
}
.badge-sticker-purple {
  color: #fff;
  background-color: #a150e6;
}
a.badge-sticker-purple:hover,
a.badge-sticker-purple:focus {
  color: #fff;
  background-color: #8923e0;
}
a.badge-sticker-purple:focus,
a.badge-sticker-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(161, 80, 230, 0.5);
}
.badge-sticker-pink {
  color: #fff;
  background-color: #f037a9;
}
a.badge-sticker-pink:hover,
a.badge-sticker-pink:focus {
  color: #fff;
  background-color: #e31192;
}
a.badge-sticker-pink:focus,
a.badge-sticker-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(240, 55, 169, 0.5);
}
.badge-sticker-yellow {
  color: #645D57;
  background-color: #f7df00;
}
a.badge-sticker-yellow:hover,
a.badge-sticker-yellow:focus {
  color: #645D57;
  background-color: #c4b100;
}
a.badge-sticker-yellow:focus,
a.badge-sticker-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(247, 223, 0, 0.5);
}
.badge-sticker-orange {
  color: #645D57;
  background-color: #f3b203;
}
a.badge-sticker-orange:hover,
a.badge-sticker-orange:focus {
  color: #645D57;
  background-color: #c18d02;
}
a.badge-sticker-orange:focus,
a.badge-sticker-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(243, 178, 3, 0.5);
}
.badge-category-designs {
  color: #fff;
  background-color: #5f1d75;
}
a.badge-category-designs:hover,
a.badge-category-designs:focus {
  color: #fff;
  background-color: #3e134c;
}
a.badge-category-designs:focus,
a.badge-category-designs.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(95, 29, 117, 0.5);
}
.badge-category-samples {
  color: #fff;
  background-color: #21b254;
}
a.badge-category-samples:hover,
a.badge-category-samples:focus {
  color: #fff;
  background-color: #198740;
}
a.badge-category-samples:focus,
a.badge-category-samples.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.5);
}
.badge-category-products {
  color: #fff;
  background-color: #e75a13;
}
a.badge-category-products:hover,
a.badge-category-products:focus {
  color: #fff;
  background-color: #b8480f;
}
a.badge-category-products:focus,
a.badge-category-products.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(231, 90, 19, 0.5);
}
.badge-category-orders {
  color: #fff;
  background-color: #3091d3;
}
a.badge-category-orders:hover,
a.badge-category-orders:focus {
  color: #fff;
  background-color: #2475ac;
}
a.badge-category-orders:focus,
a.badge-category-orders.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(48, 145, 211, 0.5);
}
.badge-category-quality-control {
  color: #fff;
  background-color: #e84ca0;
}
a.badge-category-quality-control:hover,
a.badge-category-quality-control:focus {
  color: #fff;
  background-color: #e21f88;
}
a.badge-category-quality-control:focus,
a.badge-category-quality-control.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(232, 76, 160, 0.5);
}
.badge-category-account {
  color: #645D57;
  background-color: #fca313;
}
a.badge-category-account:hover,
a.badge-category-account:focus {
  color: #645D57;
  background-color: #d98703;
}
a.badge-category-account:focus,
a.badge-category-account.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(252, 163, 19, 0.5);
}
.badge-category-sales {
  color: #fff;
  background-color: #2fbaa3;
}
a.badge-category-sales:hover,
a.badge-category-sales:focus {
  color: #fff;
  background-color: #25917f;
}
a.badge-category-sales:focus,
a.badge-category-sales.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(47, 186, 163, 0.5);
}
.badge-tag-background {
  color: #645D57;
  background-color: #f8eefe;
}
a.badge-tag-background:hover,
a.badge-tag-background:focus {
  color: #645D57;
  background-color: #e4befb;
}
a.badge-tag-background:focus,
a.badge-tag-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(248, 238, 254, 0.5);
}
.badge-tag-border {
  color: #645D57;
  background-color: #bd9ad1;
}
a.badge-tag-border:hover,
a.badge-tag-border:focus {
  color: #645D57;
  background-color: #a677c1;
}
a.badge-tag-border:focus,
a.badge-tag-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(189, 154, 209, 0.5);
}
.badge-off-white {
  color: #645D57;
  background-color: #fafafa;
}
a.badge-off-white:hover,
a.badge-off-white:focus {
  color: #645D57;
  background-color: #e1e1e1;
}
a.badge-off-white:focus,
a.badge-off-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(250, 250, 250, 0.5);
}
.badge-lightest-grey {
  color: #645D57;
  background-color: #F6F5F3;
}
a.badge-lightest-grey:hover,
a.badge-lightest-grey:focus {
  color: #645D57;
  background-color: #e0ddd6;
}
a.badge-lightest-grey:focus,
a.badge-lightest-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.badge-light-grey {
  color: #645D57;
  background-color: #c6c6c6;
}
a.badge-light-grey:hover,
a.badge-light-grey:focus {
  color: #645D57;
  background-color: #adadad;
}
a.badge-light-grey:focus,
a.badge-light-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.badge-grey {
  color: #645D57;
  background-color: #e8e8e8;
}
a.badge-grey:hover,
a.badge-grey:focus {
  color: #645D57;
  background-color: #cfcfcf;
}
a.badge-grey:focus,
a.badge-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(232, 232, 232, 0.5);
}
.badge-mid-grey {
  color: #645D57;
  background-color: #c6c6c6;
}
a.badge-mid-grey:hover,
a.badge-mid-grey:focus {
  color: #645D57;
  background-color: #adadad;
}
a.badge-mid-grey:focus,
a.badge-mid-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.5);
}
.badge-darkest-mid-grey {
  color: #645D57;
  background-color: #979797;
}
a.badge-darkest-mid-grey:hover,
a.badge-darkest-mid-grey:focus {
  color: #645D57;
  background-color: #7e7e7e;
}
a.badge-darkest-mid-grey:focus,
a.badge-darkest-mid-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.5);
}
.badge-dark-grey {
  color: #fff;
  background-color: #645D57;
}
a.badge-dark-grey:hover,
a.badge-dark-grey:focus {
  color: #fff;
  background-color: #49443f;
}
a.badge-dark-grey:focus,
a.badge-dark-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.badge-darkest-grey {
  color: #fff;
  background-color: #232a2b;
}
a.badge-darkest-grey:hover,
a.badge-darkest-grey:focus {
  color: #fff;
  background-color: #0c0f0f;
}
a.badge-darkest-grey:focus,
a.badge-darkest-grey.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(35, 42, 43, 0.5);
}
.badge-editable-cell {
  color: #645D57;
  background-color: #f5f7ff;
}
a.badge-editable-cell:hover,
a.badge-editable-cell:focus {
  color: #645D57;
  background-color: #c2ceff;
}
a.badge-editable-cell:focus,
a.badge-editable-cell.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(245, 247, 255, 0.5);
}
.badge-dark-aubergine {
  color: #fff;
  background-color: #3b2e41;
}
a.badge-dark-aubergine:hover,
a.badge-dark-aubergine:focus {
  color: #fff;
  background-color: #201923;
}
a.badge-dark-aubergine:focus,
a.badge-dark-aubergine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(59, 46, 65, 0.5);
}
.badge-version-highlight {
  color: #645D57;
  background-color: #fcf299;
}
a.badge-version-highlight:hover,
a.badge-version-highlight:focus {
  color: #645D57;
  background-color: #fbec67;
}
a.badge-version-highlight:focus,
a.badge-version-highlight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(252, 242, 153, 0.5);
}
.badge-pending-blue {
  color: #fff;
  background-color: #007AB2;
}
a.badge-pending-blue:hover,
a.badge-pending-blue:focus {
  color: #fff;
  background-color: #00577f;
}
a.badge-pending-blue:focus,
a.badge-pending-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 178, 0.5);
}
.badge-datepicker-header-border-color {
  color: #fff;
  background-color: #2A2523;
}
a.badge-datepicker-header-border-color:hover,
a.badge-datepicker-header-border-color:focus {
  color: #fff;
  background-color: #0e0c0c;
}
a.badge-datepicker-header-border-color:focus,
a.badge-datepicker-header-border-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(42, 37, 35, 0.5);
}
.badge-primary-outline-background {
  color: #fff;
  background-color: transparent;
}
a.badge-primary-outline-background:hover,
a.badge-primary-outline-background:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
a.badge-primary-outline-background:focus,
a.badge-primary-outline-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.badge-primary-outline-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
}
a.badge-primary-outline-border:hover,
a.badge-primary-outline-border:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
}
a.badge-primary-outline-border:focus,
a.badge-primary-outline-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.badge-primary-outline-hover-background {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
}
a.badge-primary-outline-hover-background:hover,
a.badge-primary-outline-hover-background:focus {
  color: #fff;
  background-color: rgba(1, 0, 0, 0.05);
}
a.badge-primary-outline-hover-background:focus,
a.badge-primary-outline-hover-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.badge-primary-outline-hover-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
a.badge-primary-outline-hover-border:hover,
a.badge-primary-outline-hover-border:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
a.badge-primary-outline-hover-border:focus,
a.badge-primary-outline-hover-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.badge-primary-outline-active-background {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
}
a.badge-primary-outline-active-background:hover,
a.badge-primary-outline-active-background:focus {
  color: #fff;
  background-color: rgba(94, 89, 84, 0.15);
}
a.badge-primary-outline-active-background:focus,
a.badge-primary-outline-active-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 108, 0.5);
}
.badge-primary-outline-active-border {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
}
a.badge-primary-outline-active-border:hover,
a.badge-primary-outline-active-border:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.32);
}
a.badge-primary-outline-active-border:focus,
a.badge-primary-outline-active-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.badge-primary-outline-background-disabled {
  color: #fff;
  background-color: transparent;
}
a.badge-primary-outline-background-disabled:hover,
a.badge-primary-outline-background-disabled:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
a.badge-primary-outline-background-disabled:focus,
a.badge-primary-outline-background-disabled.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.5);
}
.badge-primary-outline-border-disabled {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-outline-border-disabled:hover,
a.badge-primary-outline-border-disabled:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-outline-border-disabled:focus,
a.badge-primary-outline-border-disabled.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-outline-color-disabled {
  color: #645D57;
  background-color: #B5B0A6;
}
a.badge-primary-outline-color-disabled:hover,
a.badge-primary-outline-color-disabled:focus {
  color: #645D57;
  background-color: #9e978a;
}
a.badge-primary-outline-color-disabled:focus,
a.badge-primary-outline-color-disabled.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(181, 176, 166, 0.5);
}
.badge-primary-outline-color-disabled-dark {
  color: #fff;
  background-color: #6a6660;
}
a.badge-primary-outline-color-disabled-dark:hover,
a.badge-primary-outline-color-disabled-dark:focus {
  color: #fff;
  background-color: #4f4c48;
}
a.badge-primary-outline-color-disabled-dark:focus,
a.badge-primary-outline-color-disabled-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(106, 102, 96, 0.5);
}
.badge-primary-black-background {
  color: #fff;
  background-color: #1E1B19;
}
a.badge-primary-black-background:hover,
a.badge-primary-black-background:focus {
  color: #fff;
  background-color: #020202;
}
a.badge-primary-black-background:focus,
a.badge-primary-black-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(30, 27, 25, 0.5);
}
.badge-primary-black-background-dark {
  color: #645D57;
  background-color: #F6F5F3;
}
a.badge-primary-black-background-dark:hover,
a.badge-primary-black-background-dark:focus {
  color: #645D57;
  background-color: #e0ddd6;
}
a.badge-primary-black-background-dark:focus,
a.badge-primary-black-background-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.5);
}
.badge-primary-black-hover-background {
  color: #fff;
  background-color: #35302D;
}
a.badge-primary-black-hover-background:hover,
a.badge-primary-black-hover-background:focus {
  color: #fff;
  background-color: #191716;
}
a.badge-primary-black-hover-background:focus,
a.badge-primary-black-hover-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.badge-primary-black-hover-background-dark {
  color: #645D57;
  background-color: #E4E0D7;
}
a.badge-primary-black-hover-background-dark:hover,
a.badge-primary-black-hover-background-dark:focus {
  color: #645D57;
  background-color: #cfc8b9;
}
a.badge-primary-black-hover-background-dark:focus,
a.badge-primary-black-hover-background-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.badge-primary-black-active-background {
  color: #fff;
  background-color: #4B4440;
}
a.badge-primary-black-active-background:hover,
a.badge-primary-black-active-background:focus {
  color: #fff;
  background-color: #2f2b29;
}
a.badge-primary-black-active-background:focus,
a.badge-primary-black-active-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(75, 68, 64, 0.5);
}
.badge-primary-black-active-background-dark {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-black-active-background-dark:hover,
a.badge-primary-black-active-background-dark:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-black-active-background-dark:focus,
a.badge-primary-black-active-background-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-black-disabled-background {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-black-disabled-background:hover,
a.badge-primary-black-disabled-background:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-black-disabled-background:focus,
a.badge-primary-black-disabled-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-black-disabled-background-dark {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-black-disabled-background-dark:hover,
a.badge-primary-black-disabled-background-dark:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-black-disabled-background-dark:focus,
a.badge-primary-black-disabled-background-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-black-disabled-border {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-black-disabled-border:hover,
a.badge-primary-black-disabled-border:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-black-disabled-border:focus,
a.badge-primary-black-disabled-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-black-disabled-border-dark {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-primary-black-disabled-border-dark:hover,
a.badge-primary-black-disabled-border-dark:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-primary-black-disabled-border-dark:focus,
a.badge-primary-black-disabled-border-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-primary-black-disabled-color {
  color: #fff;
  background-color: #968F87;
}
a.badge-primary-black-disabled-color:hover,
a.badge-primary-black-disabled-color:focus {
  color: #fff;
  background-color: #7d766d;
}
a.badge-primary-black-disabled-color:focus,
a.badge-primary-black-disabled-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.badge-primary-black-disabled-color-dark {
  color: #fff;
  background-color: #968F87;
}
a.badge-primary-black-disabled-color-dark:hover,
a.badge-primary-black-disabled-color-dark:focus {
  color: #fff;
  background-color: #7d766d;
}
a.badge-primary-black-disabled-color-dark:focus,
a.badge-primary-black-disabled-color-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.5);
}
.badge-thead-background {
  color: #fff;
  background-color: #35302d;
}
a.badge-thead-background:hover,
a.badge-thead-background:focus {
  color: #fff;
  background-color: #191716;
}
a.badge-thead-background:focus,
a.badge-thead-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.5);
}
.badge-tbody-tr-active-background {
  color: #645D57;
  background-color: #E4E0D7;
}
a.badge-tbody-tr-active-background:hover,
a.badge-tbody-tr-active-background:focus {
  color: #645D57;
  background-color: #cfc8b9;
}
a.badge-tbody-tr-active-background:focus,
a.badge-tbody-tr-active-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.badge-toggle-background {
  color: #645D57;
  background-color: #D6D1C6;
}
a.badge-toggle-background:hover,
a.badge-toggle-background:focus {
  color: #645D57;
  background-color: #c1b9a8;
}
a.badge-toggle-background:focus,
a.badge-toggle-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.5);
}
.badge-toggle-checked-background {
  color: #fff;
  background-color: #1d1917;
}
a.badge-toggle-checked-background:hover,
a.badge-toggle-checked-background:focus {
  color: #fff;
  background-color: #010000;
}
a.badge-toggle-checked-background:focus,
a.badge-toggle-checked-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.badge-dark-background-content {
  color: #fff;
  background-color: #191614;
}
a.badge-dark-background-content:hover,
a.badge-dark-background-content:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark-background-content:focus,
a.badge-dark-background-content.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(25, 22, 20, 0.5);
}
.badge-dark-border-content {
  color: #fff;
  background-color: #5b5653;
}
a.badge-dark-border-content:hover,
a.badge-dark-border-content:focus {
  color: #fff;
  background-color: #403d3b;
}
a.badge-dark-border-content:focus,
a.badge-dark-border-content.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.badge-dark-color-content {
  color: #fff;
  background-color: #908c89;
}
a.badge-dark-color-content:hover,
a.badge-dark-color-content:focus {
  color: #fff;
  background-color: #77726f;
}
a.badge-dark-color-content:focus,
a.badge-dark-color-content.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.badge-dark-background {
  color: #fff;
  background-color: #211E1B;
}
a.badge-dark-background:hover,
a.badge-dark-background:focus {
  color: #fff;
  background-color: #050504;
}
a.badge-dark-background:focus,
a.badge-dark-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.badge-dark-side-navigation-color {
  color: #645D57;
  background-color: #D6D5D2;
}
a.badge-dark-side-navigation-color:hover,
a.badge-dark-side-navigation-color:focus {
  color: #645D57;
  background-color: #bebcb7;
}
a.badge-dark-side-navigation-color:focus,
a.badge-dark-side-navigation-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(214, 213, 210, 0.5);
}
.badge-dark-side-navigation-color-hover {
  color: #645D57;
  background-color: #F9F8F7;
}
a.badge-dark-side-navigation-color-hover:hover,
a.badge-dark-side-navigation-color-hover:focus {
  color: #645D57;
  background-color: #e3dfda;
}
a.badge-dark-side-navigation-color-hover:focus,
a.badge-dark-side-navigation-color-hover.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.badge-dark-side-navigation-icon-color {
  color: #fff;
  background-color: #908C89;
}
a.badge-dark-side-navigation-icon-color:hover,
a.badge-dark-side-navigation-icon-color:focus {
  color: #fff;
  background-color: #77726f;
}
a.badge-dark-side-navigation-icon-color:focus,
a.badge-dark-side-navigation-icon-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.5);
}
.badge-dark-side-navigation-icon-color-active {
  color: #645D57;
  background-color: #C8C6C3;
}
a.badge-dark-side-navigation-icon-color-active:hover,
a.badge-dark-side-navigation-icon-color-active:focus {
  color: #645D57;
  background-color: #b0ada8;
}
a.badge-dark-side-navigation-icon-color-active:focus,
a.badge-dark-side-navigation-icon-color-active.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.badge-dark-border-color {
  color: #fff;
  background-color: #5B5653;
}
a.badge-dark-border-color:hover,
a.badge-dark-border-color:focus {
  color: #fff;
  background-color: #403d3b;
}
a.badge-dark-border-color:focus,
a.badge-dark-border-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.5);
}
.badge-dark-badge-color {
  color: #fff;
  background-color: #141210;
}
a.badge-dark-badge-color:hover,
a.badge-dark-badge-color:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark-badge-color:focus,
a.badge-dark-badge-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(20, 18, 16, 0.5);
}
.badge-dark-kebab-active-background {
  color: #fff;
  background-color: #37322F;
}
a.badge-dark-kebab-active-background:hover,
a.badge-dark-kebab-active-background:focus {
  color: #fff;
  background-color: #1c1918;
}
a.badge-dark-kebab-active-background:focus,
a.badge-dark-kebab-active-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.badge-dark-filters-background {
  color: #fff;
  background-color: #110F0E;
}
a.badge-dark-filters-background:hover,
a.badge-dark-filters-background:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark-filters-background:focus,
a.badge-dark-filters-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(17, 15, 14, 0.5);
}
.badge-dark-toggle-background {
  color: #fff;
  background-color: #4E4946;
}
a.badge-dark-toggle-background:hover,
a.badge-dark-toggle-background:focus {
  color: #fff;
  background-color: #33302e;
}
a.badge-dark-toggle-background:focus,
a.badge-dark-toggle-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(78, 73, 70, 0.5);
}
.badge-dark-toggle-after-background {
  color: #645D57;
  background-color: #9D9A97;
}
a.badge-dark-toggle-after-background:hover,
a.badge-dark-toggle-after-background:focus {
  color: #645D57;
  background-color: #84817d;
}
a.badge-dark-toggle-after-background:focus,
a.badge-dark-toggle-after-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(157, 154, 151, 0.5);
}
.badge-dark-toggle-disabled-background {
  color: #fff;
  background-color: #4f4a47;
}
a.badge-dark-toggle-disabled-background:hover,
a.badge-dark-toggle-disabled-background:focus {
  color: #fff;
  background-color: #34312f;
}
a.badge-dark-toggle-disabled-background:focus,
a.badge-dark-toggle-disabled-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(79, 74, 71, 0.5);
}
.badge-dark-toggle-disabled-after-background {
  color: #fff;
  background-color: #686460;
}
a.badge-dark-toggle-disabled-after-background:hover,
a.badge-dark-toggle-disabled-after-background:focus {
  color: #fff;
  background-color: #4d4b48;
}
a.badge-dark-toggle-disabled-after-background:focus,
a.badge-dark-toggle-disabled-after-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(104, 100, 96, 0.5);
}
.badge-dark-toggle-checked-after-background {
  color: #fff;
  background-color: #211e1b;
}
a.badge-dark-toggle-checked-after-background:hover,
a.badge-dark-toggle-checked-after-background:focus {
  color: #fff;
  background-color: #050504;
}
a.badge-dark-toggle-checked-after-background:focus,
a.badge-dark-toggle-checked-after-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.5);
}
.badge-dark-datepicker-background {
  color: #fff;
  background-color: #37322f;
}
a.badge-dark-datepicker-background:hover,
a.badge-dark-datepicker-background:focus {
  color: #fff;
  background-color: #1c1918;
}
a.badge-dark-datepicker-background:focus,
a.badge-dark-datepicker-background.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.5);
}
.badge-dark-datepicker-box-shadow-color {
  color: #fff;
  background-color: #34302C;
}
a.badge-dark-datepicker-box-shadow-color:hover,
a.badge-dark-datepicker-box-shadow-color:focus {
  color: #fff;
  background-color: #181715;
}
a.badge-dark-datepicker-box-shadow-color:focus,
a.badge-dark-datepicker-box-shadow-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(52, 48, 44, 0.5);
}
.badge-dark-datepicker-head-button-color {
  color: #645D57;
  background-color: #f9f8f7;
}
a.badge-dark-datepicker-head-button-color:hover,
a.badge-dark-datepicker-head-button-color:focus {
  color: #645D57;
  background-color: #e3dfda;
}
a.badge-dark-datepicker-head-button-color:focus,
a.badge-dark-datepicker-head-button-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.5);
}
.badge-dark-datepicker-body-color {
  color: #645D57;
  background-color: #aba8a5;
}
a.badge-dark-datepicker-body-color:hover,
a.badge-dark-datepicker-body-color:focus {
  color: #645D57;
  background-color: #928f8b;
}
a.badge-dark-datepicker-body-color:focus,
a.badge-dark-datepicker-body-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(171, 168, 165, 0.5);
}
.badge-dark-datepicker-body-td-selected {
  color: #645D57;
  background-color: #c8c6c3;
}
a.badge-dark-datepicker-body-td-selected:hover,
a.badge-dark-datepicker-body-td-selected:focus {
  color: #645D57;
  background-color: #b0ada8;
}
a.badge-dark-datepicker-body-td-selected:focus,
a.badge-dark-datepicker-body-td-selected.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.5);
}
.badge-numbers-table-background-color {
  color: #645D57;
  background-color: #EEECE7;
}
a.badge-numbers-table-background-color:hover,
a.badge-numbers-table-background-color:focus {
  color: #645D57;
  background-color: #d9d4c9;
}
a.badge-numbers-table-background-color:focus,
a.badge-numbers-table-background-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(238, 236, 231, 0.5);
}
.badge-circle-border-color {
  color: #645D57;
  background-color: #e4e0d7;
}
a.badge-circle-border-color:hover,
a.badge-circle-border-color:focus {
  color: #645D57;
  background-color: #cfc8b9;
}
a.badge-circle-border-color:focus,
a.badge-circle-border-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.5);
}
.badge-circle-title-color {
  color: #fff;
  background-color: #615a54;
}
a.badge-circle-title-color:hover,
a.badge-circle-title-color:focus {
  color: #fff;
  background-color: #46413c;
}
a.badge-circle-title-color:focus,
a.badge-circle-title-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F6F5F3;
  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: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-dismissible {
  padding-right: 4.3125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.5rem;
  color: inherit;
}
.alert-primary {
  color: #0a0807;
  background-color: #d0cfcf;
  border-color: #13100d;
}
.alert-primary hr {
  border-top-color: #040303;
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: #322f2c;
  background-color: #dfdedd;
  border-color: #615a54;
}
.alert-secondary hr {
  border-top-color: #534d48;
}
.alert-secondary .alert-link {
  color: #171614;
}
.alert-success {
  color: #115d2c;
  background-color: #d3f0dd;
  border-color: #21b254;
}
.alert-success hr {
  border-top-color: #1d9c4a;
}
.alert-success .alert-link {
  color: #093218;
}
.alert-info {
  color: #745700;
  background-color: #f9edcc;
  border-color: #dfa700;
}
.alert-info hr {
  border-top-color: #c69400;
}
.alert-info .alert-link {
  color: #413100;
}
.alert-warning {
  color: #7b3a11;
  background-color: #fbe2d3;
  border-color: #ed7021;
}
.alert-warning hr {
  border-top-color: #e26312;
}
.alert-warning .alert-link {
  color: #4e250b;
}
.alert-danger {
  color: #6a0e0d;
  background-color: #f5d1d1;
  border-color: #cb1b19;
}
.alert-danger hr {
  border-top-color: #b41816;
}
.alert-danger .alert-link {
  color: #3d0807;
}
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}
.alert-dark {
  color: #34302d;
  background-color: #e0dfdd;
  border-color: #645d57;
}
.alert-dark hr {
  border-top-color: #56504b;
}
.alert-dark .alert-link {
  color: #191715;
}
.alert-primary-disabled-bg {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-disabled-bg hr {
  border-top-color: #cbc5b7;
}
.alert-primary-disabled-bg .alert-link {
  color: #55534e;
}
.alert-primary-disabled-color {
  color: #4e4a46;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-primary-disabled-color .alert-link {
  color: #33312e;
}
.alert-secondary-disabled-color {
  color: #4e4a46;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-secondary-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-secondary-disabled-color .alert-link {
  color: #33312e;
}
.alert-container-grey {
  color: #050404;
  background-color: #cececd;
  border-color: #090807;
}
.alert-container-grey hr {
  border-top-color: black;
}
.alert-container-grey .alert-link {
  color: black;
}
.alert-darkest-eastern-blue {
  color: #093847;
  background-color: #d0e2e7;
  border-color: #126c89;
}
.alert-darkest-eastern-blue hr {
  border-top-color: #0f5a72;
}
.alert-darkest-eastern-blue .alert-link {
  color: #03141a;
}
.alert-darker-eastern-blue {
  color: #0b465a;
  background-color: #d0e7ef;
  border-color: #1587ad;
}
.alert-darker-eastern-blue hr {
  border-top-color: #127596;
}
.alert-darker-eastern-blue .alert-link {
  color: #05232d;
}
.alert-link-hover-yellow {
  color: #5f4700;
  background-color: #f1e7cc;
  border-color: #b78900;
}
.alert-link-hover-yellow hr {
  border-top-color: #9e7600;
}
.alert-link-hover-yellow .alert-link {
  color: #2c2100;
}
.alert-eastern-blue {
  color: #0c545f;
  background-color: #d1ecf0;
  border-color: #18a2b6;
}
.alert-eastern-blue hr {
  border-top-color: #158e9f;
}
.alert-eastern-blue .alert-link {
  color: #062c32;
}
.alert-aqua {
  color: #0a0807;
  background-color: #d0cfcf;
  border-color: #13100d;
}
.alert-aqua hr {
  border-top-color: #040303;
}
.alert-aqua .alert-link {
  color: black;
}
.alert-cerulean {
  color: #005770;
  background-color: #ccedf7;
  border-color: #00a7d8;
}
.alert-cerulean hr {
  border-top-color: #0093bf;
}
.alert-cerulean .alert-link {
  color: #002f3d;
}
.alert-light-blue {
  color: #62777a;
  background-color: #f2fafb;
  border-color: #bde4ea;
}
.alert-light-blue hr {
  border-top-color: #aadce4;
}
.alert-light-blue .alert-link {
  color: #4b5b5e;
}
.alert-lighter-blue {
  color: #6a797d;
  background-color: #f5fafc;
  border-color: #cce8f0;
}
.alert-lighter-blue hr {
  border-top-color: #b8dfea;
}
.alert-lighter-blue .alert-link {
  color: #535e61;
}
.alert-lightest-blue {
  color: #7c8081;
  background-color: #fcfdfe;
  border-color: #eef7f9;
}
.alert-lightest-blue hr {
  border-top-color: #dbeef2;
}
.alert-lightest-blue .alert-link {
  color: #636667;
}
.alert-outer-space {
  color: #141d1f;
  background-color: #d4d7d8;
  border-color: #27383c;
}
.alert-outer-space hr {
  border-top-color: #1d2a2d;
}
.alert-outer-space .alert-link {
  color: black;
}
.alert-play-pause {
  color: #016f5e;
  background-color: #ccf7f0;
  border-color: #02d5b5;
}
.alert-play-pause hr {
  border-top-color: #02bca0;
}
.alert-play-pause .alert-link {
  color: #013c33;
}
.alert-stop {
  color: #77302f;
  background-color: #fadede;
  border-color: #e55c5a;
}
.alert-stop hr {
  border-top-color: #e24644;
}
.alert-stop .alert-link {
  color: #522121;
}
.alert-save {
  color: #602650;
  background-color: #f1dbeb;
  border-color: #b84a99;
}
.alert-save hr {
  border-top-color: #a7428a;
}
.alert-save .alert-link {
  color: #3b1832;
}
.alert-error-red {
  color: #6a0e0d;
  background-color: #f5d1d1;
  border-color: #cb1b19;
}
.alert-error-red hr {
  border-top-color: #b41816;
}
.alert-error-red .alert-link {
  color: #3d0807;
}
.alert-error-pink {
  color: #7f7172;
  background-color: #fdf7f8;
  border-color: #f4d9dc;
}
.alert-error-pink hr {
  border-top-color: #eec5ca;
}
.alert-error-pink .alert-link {
  color: #64595a;
}
.alert-field-validation {
  color: #837d7d;
  background-color: #fefcfc;
  border-color: #fbf0f1;
}
.alert-field-validation hr {
  border-top-color: #f6dcde;
}
.alert-field-validation .alert-link {
  color: #696464;
}
.alert-notifications-pink {
  color: #7f3030;
  background-color: #fddfdf;
  border-color: #f45d5d;
}
.alert-notifications-pink hr {
  border-top-color: #f24545;
}
.alert-notifications-pink .alert-link {
  color: #5a2222;
}
.alert-notifications-grey {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #979797;
}
.alert-notifications-grey hr {
  border-top-color: #8a8a8a;
}
.alert-notifications-grey .alert-link {
  color: #363636;
}
.alert-notifications-yellow {
  color: #745700;
  background-color: #f9edcc;
  border-color: #dfa700;
}
.alert-notifications-yellow hr {
  border-top-color: #c69400;
}
.alert-notifications-yellow .alert-link {
  color: #413100;
}
.alert-notifications-yellow-dark {
  color: #6a4f00;
  background-color: #f5eacc;
  border-color: #cb9700;
}
.alert-notifications-yellow-dark hr {
  border-top-color: #b28400;
}
.alert-notifications-yellow-dark .alert-link {
  color: #372900;
}
.alert-warning-amber {
  color: #7b3a11;
  background-color: #fbe2d3;
  border-color: #ed7021;
}
.alert-warning-amber hr {
  border-top-color: #e26312;
}
.alert-warning-amber .alert-link {
  color: #4e250b;
}
.alert-warning-light-orange {
  color: #847c78;
  background-color: #fffcfa;
  border-color: #fdefe7;
}
.alert-warning-light-orange hr {
  border-top-color: #fbdfcf;
}
.alert-warning-light-orange .alert-link {
  color: #696360;
}
.alert-success-green {
  color: #115d2c;
  background-color: #d3f0dd;
  border-color: #21b254;
}
.alert-success-green hr {
  border-top-color: #1d9c4a;
}
.alert-success-green .alert-link {
  color: #093218;
}
.alert-check-in {
  color: #00452b;
  background-color: #cce6dd;
  border-color: #008453;
}
.alert-check-in hr {
  border-top-color: #006b43;
}
.alert-check-in .alert-link {
  color: #00120b;
}
.alert-success-light-green {
  color: #79807c;
  background-color: #fbfdfc;
  border-color: #e9f7ee;
}
.alert-success-light-green hr {
  border-top-color: #d6f0e0;
}
.alert-success-light-green .alert-link {
  color: #606663;
}
.alert-info-yellow {
  color: #745700;
  background-color: #f9edcc;
  border-color: #dfa700;
}
.alert-info-yellow hr {
  border-top-color: #c69400;
}
.alert-info-yellow .alert-link {
  color: #413100;
}
.alert-info-light-yellow {
  color: #83817b;
  background-color: #fefefb;
  border-color: #fcf8ec;
}
.alert-info-light-yellow hr {
  border-top-color: #f9f0d6;
}
.alert-info-light-yellow .alert-link {
  color: #696762;
}
.alert-sticker-green {
  color: #2e7a3b;
  background-color: #defbe3;
  border-color: #58ea71;
}
.alert-sticker-green hr {
  border-top-color: #41e75e;
}
.alert-sticker-green .alert-link {
  color: #205529;
}
.alert-sticker-blue {
  color: #2a5285;
  background-color: #dcebff;
  border-color: #509dff;
}
.alert-sticker-blue hr {
  border-top-color: #378fff;
}
.alert-sticker-blue .alert-link {
  color: #1e3a5e;
}
.alert-sticker-purple {
  color: #542a78;
  background-color: #ecdcfa;
  border-color: #a150e6;
}
.alert-sticker-purple hr {
  border-top-color: #953ae3;
}
.alert-sticker-purple .alert-link {
  color: #3a1d52;
}
.alert-sticker-pink {
  color: #7d1d58;
  background-color: #fcd7ee;
  border-color: #f037a9;
}
.alert-sticker-pink hr {
  border-top-color: #ee1f9f;
}
.alert-sticker-pink .alert-link {
  color: #54133b;
}
.alert-sticker-yellow {
  color: #807400;
  background-color: #fdf9cc;
  border-color: #f7df00;
}
.alert-sticker-yellow hr {
  border-top-color: #dec800;
}
.alert-sticker-yellow .alert-link {
  color: #4d4600;
}
.alert-sticker-orange {
  color: #7e5d02;
  background-color: #fdf0cd;
  border-color: #f3b203;
}
.alert-sticker-orange hr {
  border-top-color: #daa003;
}
.alert-sticker-orange .alert-link {
  color: #4c3801;
}
.alert-category-designs {
  color: #310f3d;
  background-color: #dfd2e3;
  border-color: #5f1d75;
}
.alert-category-designs hr {
  border-top-color: #4e1861;
}
.alert-category-designs .alert-link {
  color: #100514;
}
.alert-category-samples {
  color: #115d2c;
  background-color: #d3f0dd;
  border-color: #21b254;
}
.alert-category-samples hr {
  border-top-color: #1d9c4a;
}
.alert-category-samples .alert-link {
  color: #093218;
}
.alert-category-products {
  color: #782f0a;
  background-color: #faded0;
  border-color: #e75a13;
}
.alert-category-products hr {
  border-top-color: #cf5111;
}
.alert-category-products .alert-link {
  color: #491d06;
}
.alert-category-orders {
  color: #194b6e;
  background-color: #d6e9f6;
  border-color: #3091d3;
}
.alert-category-orders hr {
  border-top-color: #2983c1;
}
.alert-category-orders .alert-link {
  color: #102f44;
}
.alert-category-quality-control {
  color: #792853;
  background-color: #fadbec;
  border-color: #e84ca0;
}
.alert-category-quality-control hr {
  border-top-color: #e53594;
}
.alert-category-quality-control .alert-link {
  color: #531b39;
}
.alert-category-account {
  color: #83550a;
  background-color: #feedd0;
  border-color: #fca313;
}
.alert-category-account hr {
  border-top-color: #f29703;
}
.alert-category-account .alert-link {
  color: #543606;
}
.alert-category-sales {
  color: #186155;
  background-color: #d5f1ed;
  border-color: #2fbaa3;
}
.alert-category-sales hr {
  border-top-color: #2aa691;
}
.alert-category-sales .alert-link {
  color: #0e3831;
}
.alert-tag-background {
  color: #817c84;
  background-color: #fefcff;
  border-color: #f8eefe;
}
.alert-tag-background hr {
  border-top-color: #eed6fd;
}
.alert-tag-background .alert-link {
  color: #67636a;
}
.alert-tag-border {
  color: #62506d;
  background-color: #f2ebf6;
  border-color: #bd9ad1;
}
.alert-tag-border hr {
  border-top-color: #b288c9;
}
.alert-tag-border .alert-link {
  color: #483a50;
}
.alert-off-white {
  color: #828282;
  background-color: #fefefe;
  border-color: #fafafa;
}
.alert-off-white hr {
  border-top-color: #ededed;
}
.alert-off-white .alert-link {
  color: dimgray;
}
.alert-lightest-grey {
  color: #807f7e;
  background-color: #fdfdfd;
  border-color: #f6f5f3;
}
.alert-lightest-grey hr {
  border-top-color: #ebe9e4;
}
.alert-lightest-grey .alert-link {
  color: #666665;
}
.alert-light-grey {
  color: #676767;
  background-color: #f4f4f4;
  border-color: #c6c6c6;
}
.alert-light-grey hr {
  border-top-color: #b9b9b9;
}
.alert-light-grey .alert-link {
  color: #4e4e4e;
}
.alert-grey {
  color: #797979;
  background-color: #fafafa;
  border-color: #e8e8e8;
}
.alert-grey hr {
  border-top-color: #dbdbdb;
}
.alert-grey .alert-link {
  color: #606060;
}
.alert-mid-grey {
  color: #676767;
  background-color: #f4f4f4;
  border-color: #c6c6c6;
}
.alert-mid-grey hr {
  border-top-color: #b9b9b9;
}
.alert-mid-grey .alert-link {
  color: #4e4e4e;
}
.alert-darkest-mid-grey {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #979797;
}
.alert-darkest-mid-grey hr {
  border-top-color: #8a8a8a;
}
.alert-darkest-mid-grey .alert-link {
  color: #363636;
}
.alert-dark-grey {
  color: #34302d;
  background-color: #e0dfdd;
  border-color: #645d57;
}
.alert-dark-grey hr {
  border-top-color: #56504b;
}
.alert-dark-grey .alert-link {
  color: #191715;
}
.alert-darkest-grey {
  color: #121616;
  background-color: #d3d4d5;
  border-color: #232a2b;
}
.alert-darkest-grey hr {
  border-top-color: #181c1d;
}
.alert-darkest-grey .alert-link {
  color: black;
}
.alert-editable-cell {
  color: #7f8085;
  background-color: #fdfdff;
  border-color: #f5f7ff;
}
.alert-editable-cell hr {
  border-top-color: #dce3ff;
}
.alert-editable-cell .alert-link {
  color: #66676b;
}
.alert-dark-aubergine {
  color: #1f1822;
  background-color: #d8d5d9;
  border-color: #3b2e41;
}
.alert-dark-aubergine hr {
  border-top-color: #2d2332;
}
.alert-dark-aubergine .alert-link {
  color: #040304;
}
.alert-version-highlight {
  color: #837e50;
  background-color: #fefceb;
  border-color: #fcf299;
}
.alert-version-highlight hr {
  border-top-color: #fbef80;
}
.alert-version-highlight .alert-link {
  color: #63603d;
}
.alert-pending-blue {
  color: #003f5d;
  background-color: #cce4f0;
  border-color: #007ab2;
}
.alert-pending-blue hr {
  border-top-color: #006999;
}
.alert-pending-blue .alert-link {
  color: #001c2a;
}
.alert-datepicker-header-border-color {
  color: #161312;
  background-color: #d4d3d3;
  border-color: #2a2523;
}
.alert-datepicker-header-border-color hr {
  border-top-color: #1c1917;
}
.alert-datepicker-header-border-color .alert-link {
  color: black;
}
.alert-primary-outline-background {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background .alert-link {
  color: rgba(0, 0, 0, 0.48);
}
.alert-primary-outline-border {
  color: rgba(0, 0, 0, 0.5632);
  background-color: rgba(250, 250, 250, 0.832);
  border-color: rgba(0, 0, 0, 0.16);
}
.alert-primary-outline-border hr {
  border-top-color: rgba(0, 0, 0, 0.16);
}
.alert-primary-outline-border .alert-link {
  color: rgba(0, 0, 0, 0.5632);
}
.alert-primary-outline-hover-background {
  color: rgba(1, 1, 1, 0.506);
  background-color: rgba(254, 254, 254, 0.81);
  border-color: rgba(29, 25, 23, 0.05);
}
.alert-primary-outline-hover-background hr {
  border-top-color: rgba(15, 13, 12, 0.05);
}
.alert-primary-outline-hover-background .alert-link {
  color: rgba(0, 0, 0, 0.506);
}
.alert-primary-outline-hover-border {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(247, 247, 247, 0.848);
  border-color: rgba(0, 0, 0, 0.24);
}
.alert-primary-outline-hover-border hr {
  border-top-color: rgba(0, 0, 0, 0.24);
}
.alert-primary-outline-hover-border .alert-link {
  color: rgba(0, 0, 0, 0.6048);
}
.alert-primary-outline-active-background {
  color: rgba(10, 9, 9, 0.558);
  background-color: rgba(252, 252, 252, 0.83);
  border-color: rgba(121, 115, 108, 0.15);
}
.alert-primary-outline-active-background hr {
  border-top-color: rgba(108, 102, 96, 0.15);
}
.alert-primary-outline-active-background .alert-link {
  color: rgba(0, 0, 0, 0.558);
}
.alert-primary-outline-active-border {
  color: rgba(0, 0, 0, 0.6464);
  background-color: rgba(243, 243, 243, 0.864);
  border-color: rgba(0, 0, 0, 0.32);
}
.alert-primary-outline-active-border hr {
  border-top-color: rgba(0, 0, 0, 0.32);
}
.alert-primary-outline-active-border .alert-link {
  color: rgba(0, 0, 0, 0.6464);
}
.alert-primary-outline-background-disabled {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background-disabled hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background-disabled .alert-link {
  color: rgba(0, 0, 0, 0.48);
}
.alert-primary-outline-border-disabled {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-outline-border-disabled hr {
  border-top-color: #cbc5b7;
}
.alert-primary-outline-border-disabled .alert-link {
  color: #55534e;
}
.alert-primary-outline-color-disabled {
  color: #5e5c56;
  background-color: #f0efed;
  border-color: #b5b0a6;
}
.alert-primary-outline-color-disabled hr {
  border-top-color: #a9a498;
}
.alert-primary-outline-color-disabled .alert-link {
  color: #43423e;
}
.alert-primary-outline-color-disabled-dark {
  color: #373532;
  background-color: #e1e0df;
  border-color: #6a6660;
}
.alert-primary-outline-color-disabled-dark hr {
  border-top-color: #5d5954;
}
.alert-primary-outline-color-disabled-dark .alert-link {
  color: #1c1b1a;
}
.alert-primary-black-background {
  color: #100e0d;
  background-color: #d2d1d1;
  border-color: #1e1b19;
}
.alert-primary-black-background hr {
  border-top-color: #100e0d;
}
.alert-primary-black-background .alert-link {
  color: black;
}
.alert-primary-black-background-dark {
  color: #807f7e;
  background-color: #fdfdfd;
  border-color: #f6f5f3;
}
.alert-primary-black-background-dark hr {
  border-top-color: #ebe9e4;
}
.alert-primary-black-background-dark .alert-link {
  color: #666665;
}
.alert-primary-black-hover-background {
  color: #1c1917;
  background-color: #d7d6d5;
  border-color: #35302d;
}
.alert-primary-black-hover-background hr {
  border-top-color: #272421;
}
.alert-primary-black-hover-background .alert-link {
  color: black;
}
.alert-primary-black-hover-background-dark {
  color: #777470;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-primary-black-hover-background-dark hr {
  border-top-color: #dad4c8;
}
.alert-primary-black-hover-background-dark .alert-link {
  color: #5d5a57;
}
.alert-primary-black-active-background {
  color: #272321;
  background-color: #dbdad9;
  border-color: #4b4440;
}
.alert-primary-black-active-background hr {
  border-top-color: #3d3834;
}
.alert-primary-black-active-background .alert-link {
  color: #0b0a0a;
}
.alert-primary-black-active-background-dark {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-active-background-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-active-background-dark .alert-link {
  color: #55534e;
}
.alert-primary-black-disabled-background {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-background hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-background .alert-link {
  color: #55534e;
}
.alert-primary-black-disabled-background-dark {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-background-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-background-dark .alert-link {
  color: #55534e;
}
.alert-primary-black-disabled-border {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-border hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-border .alert-link {
  color: #55534e;
}
.alert-primary-black-disabled-border-dark {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-border-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-border-dark .alert-link {
  color: #55534e;
}
.alert-primary-black-disabled-color {
  color: #4e4a46;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-black-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-primary-black-disabled-color .alert-link {
  color: #33312e;
}
.alert-primary-black-disabled-color-dark {
  color: #4e4a46;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-black-disabled-color-dark hr {
  border-top-color: #8a8279;
}
.alert-primary-black-disabled-color-dark .alert-link {
  color: #33312e;
}
.alert-thead-background {
  color: #1c1917;
  background-color: #d7d6d5;
  border-color: #35302d;
}
.alert-thead-background hr {
  border-top-color: #272421;
}
.alert-thead-background .alert-link {
  color: black;
}
.alert-tbody-tr-active-background {
  color: #777470;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-tbody-tr-active-background hr {
  border-top-color: #dad4c8;
}
.alert-tbody-tr-active-background .alert-link {
  color: #5d5a57;
}
.alert-toggle-background {
  color: #6f6d67;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-toggle-background hr {
  border-top-color: #cbc5b7;
}
.alert-toggle-background .alert-link {
  color: #55534e;
}
.alert-toggle-checked-background {
  color: #0f0d0c;
  background-color: #d2d1d1;
  border-color: #1d1917;
}
.alert-toggle-checked-background hr {
  border-top-color: #0f0d0c;
}
.alert-toggle-checked-background .alert-link {
  color: black;
}
.alert-dark-background-content {
  color: #0d0b0a;
  background-color: #d1d0d0;
  border-color: #191614;
}
.alert-dark-background-content hr {
  border-top-color: #0b0a09;
}
.alert-dark-background-content .alert-link {
  color: black;
}
.alert-dark-border-content {
  color: #2f2d2b;
  background-color: #dedddd;
  border-color: #5b5653;
}
.alert-dark-border-content hr {
  border-top-color: #4e4947;
}
.alert-dark-border-content .alert-link {
  color: #141413;
}
.alert-dark-color-content {
  color: #4b4947;
  background-color: #e9e8e7;
  border-color: #908c89;
}
.alert-dark-color-content hr {
  border-top-color: #847f7c;
}
.alert-dark-color-content .alert-link {
  color: #31302e;
}
.alert-dark-background {
  color: #11100e;
  background-color: #d3d2d1;
  border-color: #211e1b;
}
.alert-dark-background hr {
  border-top-color: #131110;
}
.alert-dark-background .alert-link {
  color: black;
}
.alert-dark-side-navigation-color {
  color: #6f6f6d;
  background-color: #f7f7f6;
  border-color: #d6d5d2;
}
.alert-dark-side-navigation-color hr {
  border-top-color: #cac9c5;
}
.alert-dark-side-navigation-color .alert-link {
  color: #555554;
}
.alert-dark-side-navigation-color-hover {
  color: #818180;
  background-color: #fefefd;
  border-color: #f9f8f7;
}
.alert-dark-side-navigation-color-hover hr {
  border-top-color: #eeebe8;
}
.alert-dark-side-navigation-color-hover .alert-link {
  color: #676767;
}
.alert-dark-side-navigation-icon-color {
  color: #4b4947;
  background-color: #e9e8e7;
  border-color: #908c89;
}
.alert-dark-side-navigation-icon-color hr {
  border-top-color: #847f7c;
}
.alert-dark-side-navigation-icon-color .alert-link {
  color: #31302e;
}
.alert-dark-side-navigation-icon-color-active {
  color: #686765;
  background-color: #f4f4f3;
  border-color: #c8c6c3;
}
.alert-dark-side-navigation-icon-color-active hr {
  border-top-color: #bcb9b6;
}
.alert-dark-side-navigation-icon-color-active .alert-link {
  color: #4e4d4c;
}
.alert-dark-border-color {
  color: #2f2d2b;
  background-color: #dedddd;
  border-color: #5b5653;
}
.alert-dark-border-color hr {
  border-top-color: #4e4947;
}
.alert-dark-border-color .alert-link {
  color: #141413;
}
.alert-dark-badge-color {
  color: #0a0908;
  background-color: #d0d0cf;
  border-color: #141210;
}
.alert-dark-badge-color hr {
  border-top-color: #060505;
}
.alert-dark-badge-color .alert-link {
  color: black;
}
.alert-dark-kebab-active-background {
  color: #1d1a18;
  background-color: #d7d6d5;
  border-color: #37322f;
}
.alert-dark-kebab-active-background hr {
  border-top-color: #292623;
}
.alert-dark-kebab-active-background .alert-link {
  color: #010101;
}
.alert-dark-filters-background {
  color: #090807;
  background-color: #cfcfcf;
  border-color: #110f0e;
}
.alert-dark-filters-background hr {
  border-top-color: #030302;
}
.alert-dark-filters-background .alert-link {
  color: black;
}
.alert-dark-toggle-background {
  color: #292624;
  background-color: #dcdbda;
  border-color: #4e4946;
}
.alert-dark-toggle-background hr {
  border-top-color: #413c3a;
}
.alert-dark-toggle-background .alert-link {
  color: #0e0d0c;
}
.alert-dark-toggle-after-background {
  color: #52504f;
  background-color: #ebebea;
  border-color: #9d9a97;
}
.alert-dark-toggle-after-background hr {
  border-top-color: #918d8a;
}
.alert-dark-toggle-after-background .alert-link {
  color: #383736;
}
.alert-dark-toggle-disabled-background {
  color: #292625;
  background-color: #dcdbda;
  border-color: #4f4a47;
}
.alert-dark-toggle-disabled-background hr {
  border-top-color: #423d3b;
}
.alert-dark-toggle-disabled-background .alert-link {
  color: #0e0d0d;
}
.alert-dark-toggle-disabled-after-background {
  color: #363432;
  background-color: #e1e0df;
  border-color: #686460;
}
.alert-dark-toggle-disabled-after-background hr {
  border-top-color: #5b5754;
}
.alert-dark-toggle-disabled-after-background .alert-link {
  color: #1c1b19;
}
.alert-dark-toggle-checked-after-background {
  color: #11100e;
  background-color: #d3d2d1;
  border-color: #211e1b;
}
.alert-dark-toggle-checked-after-background hr {
  border-top-color: #131110;
}
.alert-dark-toggle-checked-after-background .alert-link {
  color: black;
}
.alert-dark-datepicker-background {
  color: #1d1a18;
  background-color: #d7d6d5;
  border-color: #37322f;
}
.alert-dark-datepicker-background hr {
  border-top-color: #292623;
}
.alert-dark-datepicker-background .alert-link {
  color: #010101;
}
.alert-dark-datepicker-box-shadow-color {
  color: #1b1917;
  background-color: #d6d6d5;
  border-color: #34302c;
}
.alert-dark-datepicker-box-shadow-color hr {
  border-top-color: #262320;
}
.alert-dark-datepicker-box-shadow-color .alert-link {
  color: black;
}
.alert-dark-datepicker-head-button-color {
  color: #818180;
  background-color: #fefefd;
  border-color: #f9f8f7;
}
.alert-dark-datepicker-head-button-color hr {
  border-top-color: #eeebe8;
}
.alert-dark-datepicker-head-button-color .alert-link {
  color: #676767;
}
.alert-dark-datepicker-body-color {
  color: #595756;
  background-color: #eeeeed;
  border-color: #aba8a5;
}
.alert-dark-datepicker-body-color hr {
  border-top-color: #9f9b98;
}
.alert-dark-datepicker-body-color .alert-link {
  color: #3f3e3d;
}
.alert-dark-datepicker-body-td-selected {
  color: #686765;
  background-color: #f4f4f3;
  border-color: #c8c6c3;
}
.alert-dark-datepicker-body-td-selected hr {
  border-top-color: #bcb9b6;
}
.alert-dark-datepicker-body-td-selected .alert-link {
  color: #4e4d4c;
}
.alert-numbers-table-background-color {
  color: #7c7b78;
  background-color: #fcfbfa;
  border-color: #eeece7;
}
.alert-numbers-table-background-color hr {
  border-top-color: #e3e0d8;
}
.alert-numbers-table-background-color .alert-link {
  color: #62615f;
}
.alert-circle-border-color {
  color: #777470;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-circle-border-color hr {
  border-top-color: #dad4c8;
}
.alert-circle-border-color .alert-link {
  color: #5d5a57;
}
.alert-circle-title-color {
  color: #322f2c;
  background-color: #dfdedd;
  border-color: #615a54;
}
.alert-circle-title-color hr {
  border-top-color: #534d48;
}
.alert-circle-title-color .alert-link {
  color: #171614;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #F6F5F3;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #13100D;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}
.list-group-item-action {
  width: 100%;
  color: #645D57;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #645D57;
  text-decoration: none;
  background-color: #fafafa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #F6F5F3;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #979797;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #13100D;
  border-color: #13100D;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1330px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #0a0807;
  background-color: #bdbcbb;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0a0807;
  background-color: #b0afae;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a0807;
  border-color: #0a0807;
}
.list-group-item-secondary {
  color: #322f2c;
  background-color: #d3d1cf;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #322f2c;
  background-color: #c7c4c2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #322f2c;
  border-color: #322f2c;
}
.list-group-item-success {
  color: #115d2c;
  background-color: #c1e9cf;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #115d2c;
  background-color: #aee2c0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #115d2c;
  border-color: #115d2c;
}
.list-group-item-info {
  color: #745700;
  background-color: #f6e6b8;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #745700;
  background-color: #f3dea1;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #745700;
  border-color: #745700;
}
.list-group-item-warning {
  color: #7b3a11;
  background-color: #fad7c1;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7b3a11;
  background-color: #f8c8a9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7b3a11;
  border-color: #7b3a11;
}
.list-group-item-danger {
  color: #6a0e0d;
  background-color: #f0bfbf;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6a0e0d;
  background-color: #ebaaaa;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0e0d;
  border-color: #6a0e0d;
}
.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-dark {
  color: #34302d;
  background-color: #d4d2d0;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #34302d;
  background-color: #c8c5c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #34302d;
  border-color: #34302d;
}
.list-group-item-primary-disabled-bg {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-disabled-bg.list-group-item-action:hover,
.list-group-item-primary-disabled-bg.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-disabled-bg.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-disabled-color {
  color: #4e4a46;
  background-color: #e2e0dd;
}
.list-group-item-primary-disabled-color.list-group-item-action:hover,
.list-group-item-primary-disabled-color.list-group-item-action:focus {
  color: #4e4a46;
  background-color: #d6d3cf;
}
.list-group-item-primary-disabled-color.list-group-item-action.active {
  color: #fff;
  background-color: #4e4a46;
  border-color: #4e4a46;
}
.list-group-item-secondary-disabled-color {
  color: #4e4a46;
  background-color: #e2e0dd;
}
.list-group-item-secondary-disabled-color.list-group-item-action:hover,
.list-group-item-secondary-disabled-color.list-group-item-action:focus {
  color: #4e4a46;
  background-color: #d6d3cf;
}
.list-group-item-secondary-disabled-color.list-group-item-action.active {
  color: #fff;
  background-color: #4e4a46;
  border-color: #4e4a46;
}
.list-group-item-container-grey {
  color: #050404;
  background-color: #bababa;
}
.list-group-item-container-grey.list-group-item-action:hover,
.list-group-item-container-grey.list-group-item-action:focus {
  color: #050404;
  background-color: #adadad;
}
.list-group-item-container-grey.list-group-item-action.active {
  color: #fff;
  background-color: #050404;
  border-color: #050404;
}
.list-group-item-darkest-eastern-blue {
  color: #093847;
  background-color: #bdd6de;
}
.list-group-item-darkest-eastern-blue.list-group-item-action:hover,
.list-group-item-darkest-eastern-blue.list-group-item-action:focus {
  color: #093847;
  background-color: #accbd6;
}
.list-group-item-darkest-eastern-blue.list-group-item-action.active {
  color: #fff;
  background-color: #093847;
  border-color: #093847;
}
.list-group-item-darker-eastern-blue {
  color: #0b465a;
  background-color: #bddde8;
}
.list-group-item-darker-eastern-blue.list-group-item-action:hover,
.list-group-item-darker-eastern-blue.list-group-item-action:focus {
  color: #0b465a;
  background-color: #aad3e1;
}
.list-group-item-darker-eastern-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0b465a;
  border-color: #0b465a;
}
.list-group-item-link-hover-yellow {
  color: #5f4700;
  background-color: #ebdeb8;
}
.list-group-item-link-hover-yellow.list-group-item-action:hover,
.list-group-item-link-hover-yellow.list-group-item-action:focus {
  color: #5f4700;
  background-color: #e5d5a4;
}
.list-group-item-link-hover-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #5f4700;
  border-color: #5f4700;
}
.list-group-item-eastern-blue {
  color: #0c545f;
  background-color: #bee5eb;
}
.list-group-item-eastern-blue.list-group-item-action:hover,
.list-group-item-eastern-blue.list-group-item-action:focus {
  color: #0c545f;
  background-color: #abdde5;
}
.list-group-item-eastern-blue.list-group-item-action.active {
  color: #fff;
  background-color: #0c545f;
  border-color: #0c545f;
}
.list-group-item-aqua {
  color: #0a0807;
  background-color: #bdbcbb;
}
.list-group-item-aqua.list-group-item-action:hover,
.list-group-item-aqua.list-group-item-action:focus {
  color: #0a0807;
  background-color: #b0afae;
}
.list-group-item-aqua.list-group-item-action.active {
  color: #fff;
  background-color: #0a0807;
  border-color: #0a0807;
}
.list-group-item-cerulean {
  color: #005770;
  background-color: #b8e6f4;
}
.list-group-item-cerulean.list-group-item-action:hover,
.list-group-item-cerulean.list-group-item-action:focus {
  color: #005770;
  background-color: #a2def1;
}
.list-group-item-cerulean.list-group-item-action.active {
  color: #fff;
  background-color: #005770;
  border-color: #005770;
}
.list-group-item-light-blue {
  color: #62777a;
  background-color: #edf7f9;
}
.list-group-item-light-blue.list-group-item-action:hover,
.list-group-item-light-blue.list-group-item-action:focus {
  color: #62777a;
  background-color: #daeff3;
}
.list-group-item-light-blue.list-group-item-action.active {
  color: #fff;
  background-color: #62777a;
  border-color: #62777a;
}
.list-group-item-lighter-blue {
  color: #6a797d;
  background-color: #f1f9fb;
}
.list-group-item-lighter-blue.list-group-item-action:hover,
.list-group-item-lighter-blue.list-group-item-action:focus {
  color: #6a797d;
  background-color: #ddf1f5;
}
.list-group-item-lighter-blue.list-group-item-action.active {
  color: #fff;
  background-color: #6a797d;
  border-color: #6a797d;
}
.list-group-item-lightest-blue {
  color: #7c8081;
  background-color: #fafdfd;
}
.list-group-item-lightest-blue.list-group-item-action:hover,
.list-group-item-lightest-blue.list-group-item-action:focus {
  color: #7c8081;
  background-color: #e8f6f6;
}
.list-group-item-lightest-blue.list-group-item-action.active {
  color: #fff;
  background-color: #7c8081;
  border-color: #7c8081;
}
.list-group-item-outer-space {
  color: #141d1f;
  background-color: #c3c7c8;
}
.list-group-item-outer-space.list-group-item-action:hover,
.list-group-item-outer-space.list-group-item-action:focus {
  color: #141d1f;
  background-color: #b6bbbc;
}
.list-group-item-outer-space.list-group-item-action.active {
  color: #fff;
  background-color: #141d1f;
  border-color: #141d1f;
}
.list-group-item-play-pause {
  color: #016f5e;
  background-color: #b8f3ea;
}
.list-group-item-play-pause.list-group-item-action:hover,
.list-group-item-play-pause.list-group-item-action:focus {
  color: #016f5e;
  background-color: #a2efe4;
}
.list-group-item-play-pause.list-group-item-action.active {
  color: #fff;
  background-color: #016f5e;
  border-color: #016f5e;
}
.list-group-item-stop {
  color: #77302f;
  background-color: #f8d1d1;
}
.list-group-item-stop.list-group-item-action:hover,
.list-group-item-stop.list-group-item-action:focus {
  color: #77302f;
  background-color: #f5bbbb;
}
.list-group-item-stop.list-group-item-action.active {
  color: #fff;
  background-color: #77302f;
  border-color: #77302f;
}
.list-group-item-save {
  color: #602650;
  background-color: #ebcce2;
}
.list-group-item-save.list-group-item-action:hover,
.list-group-item-save.list-group-item-action:focus {
  color: #602650;
  background-color: #e4bad8;
}
.list-group-item-save.list-group-item-action.active {
  color: #fff;
  background-color: #602650;
  border-color: #602650;
}
.list-group-item-error-red {
  color: #6a0e0d;
  background-color: #f0bfbf;
}
.list-group-item-error-red.list-group-item-action:hover,
.list-group-item-error-red.list-group-item-action:focus {
  color: #6a0e0d;
  background-color: #ebaaaa;
}
.list-group-item-error-red.list-group-item-action.active {
  color: #fff;
  background-color: #6a0e0d;
  border-color: #6a0e0d;
}
.list-group-item-error-pink {
  color: #7f7172;
  background-color: #fcf4f5;
}
.list-group-item-error-pink.list-group-item-action:hover,
.list-group-item-error-pink.list-group-item-action:focus {
  color: #7f7172;
  background-color: #f7e0e3;
}
.list-group-item-error-pink.list-group-item-action.active {
  color: #fff;
  background-color: #7f7172;
  border-color: #7f7172;
}
.list-group-item-field-validation {
  color: #837d7d;
  background-color: #fefbfb;
}
.list-group-item-field-validation.list-group-item-action:hover,
.list-group-item-field-validation.list-group-item-action:focus {
  color: #837d7d;
  background-color: #f9e7e7;
}
.list-group-item-field-validation.list-group-item-action.active {
  color: #fff;
  background-color: #837d7d;
  border-color: #837d7d;
}
.list-group-item-notifications-pink {
  color: #7f3030;
  background-color: #fcd2d2;
}
.list-group-item-notifications-pink.list-group-item-action:hover,
.list-group-item-notifications-pink.list-group-item-action:focus {
  color: #7f3030;
  background-color: #fababa;
}
.list-group-item-notifications-pink.list-group-item-action.active {
  color: #fff;
  background-color: #7f3030;
  border-color: #7f3030;
}
.list-group-item-notifications-grey {
  color: #4f4f4f;
  background-color: #e2e2e2;
}
.list-group-item-notifications-grey.list-group-item-action:hover,
.list-group-item-notifications-grey.list-group-item-action:focus {
  color: #4f4f4f;
  background-color: #d5d5d5;
}
.list-group-item-notifications-grey.list-group-item-action.active {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.list-group-item-notifications-yellow {
  color: #745700;
  background-color: #f6e6b8;
}
.list-group-item-notifications-yellow.list-group-item-action:hover,
.list-group-item-notifications-yellow.list-group-item-action:focus {
  color: #745700;
  background-color: #f3dea1;
}
.list-group-item-notifications-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #745700;
  border-color: #745700;
}
.list-group-item-notifications-yellow-dark {
  color: #6a4f00;
  background-color: #f0e2b8;
}
.list-group-item-notifications-yellow-dark.list-group-item-action:hover,
.list-group-item-notifications-yellow-dark.list-group-item-action:focus {
  color: #6a4f00;
  background-color: #ecd9a3;
}
.list-group-item-notifications-yellow-dark.list-group-item-action.active {
  color: #fff;
  background-color: #6a4f00;
  border-color: #6a4f00;
}
.list-group-item-warning-amber {
  color: #7b3a11;
  background-color: #fad7c1;
}
.list-group-item-warning-amber.list-group-item-action:hover,
.list-group-item-warning-amber.list-group-item-action:focus {
  color: #7b3a11;
  background-color: #f8c8a9;
}
.list-group-item-warning-amber.list-group-item-action.active {
  color: #fff;
  background-color: #7b3a11;
  border-color: #7b3a11;
}
.list-group-item-warning-light-orange {
  color: #847c78;
  background-color: #fefbf8;
}
.list-group-item-warning-light-orange.list-group-item-action:hover,
.list-group-item-warning-light-orange.list-group-item-action:focus {
  color: #847c78;
  background-color: #fbeee2;
}
.list-group-item-warning-light-orange.list-group-item-action.active {
  color: #fff;
  background-color: #847c78;
  border-color: #847c78;
}
.list-group-item-success-green {
  color: #115d2c;
  background-color: #c1e9cf;
}
.list-group-item-success-green.list-group-item-action:hover,
.list-group-item-success-green.list-group-item-action:focus {
  color: #115d2c;
  background-color: #aee2c0;
}
.list-group-item-success-green.list-group-item-action.active {
  color: #fff;
  background-color: #115d2c;
  border-color: #115d2c;
}
.list-group-item-check-in {
  color: #00452b;
  background-color: #b8ddcf;
}
.list-group-item-check-in.list-group-item-action:hover,
.list-group-item-check-in.list-group-item-action:focus {
  color: #00452b;
  background-color: #a7d5c3;
}
.list-group-item-check-in.list-group-item-action.active {
  color: #fff;
  background-color: #00452b;
  border-color: #00452b;
}
.list-group-item-success-light-green {
  color: #79807c;
  background-color: #f9fdfa;
}
.list-group-item-success-light-green.list-group-item-action:hover,
.list-group-item-success-light-green.list-group-item-action:focus {
  color: #79807c;
  background-color: #e6f7ea;
}
.list-group-item-success-light-green.list-group-item-action.active {
  color: #fff;
  background-color: #79807c;
  border-color: #79807c;
}
.list-group-item-info-yellow {
  color: #745700;
  background-color: #f6e6b8;
}
.list-group-item-info-yellow.list-group-item-action:hover,
.list-group-item-info-yellow.list-group-item-action:focus {
  color: #745700;
  background-color: #f3dea1;
}
.list-group-item-info-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #745700;
  border-color: #745700;
}
.list-group-item-info-light-yellow {
  color: #83817b;
  background-color: #fefdfa;
}
.list-group-item-info-light-yellow.list-group-item-action:hover,
.list-group-item-info-light-yellow.list-group-item-action:focus {
  color: #83817b;
  background-color: #faf5e5;
}
.list-group-item-info-light-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #83817b;
  border-color: #83817b;
}
.list-group-item-sticker-green {
  color: #2e7a3b;
  background-color: #d0f9d7;
}
.list-group-item-sticker-green.list-group-item-action:hover,
.list-group-item-sticker-green.list-group-item-action:focus {
  color: #2e7a3b;
  background-color: #b9f6c4;
}
.list-group-item-sticker-green.list-group-item-action.active {
  color: #fff;
  background-color: #2e7a3b;
  border-color: #2e7a3b;
}
.list-group-item-sticker-blue {
  color: #2a5285;
  background-color: #cee4ff;
}
.list-group-item-sticker-blue.list-group-item-action:hover,
.list-group-item-sticker-blue.list-group-item-action:focus {
  color: #2a5285;
  background-color: #b5d6ff;
}
.list-group-item-sticker-blue.list-group-item-action.active {
  color: #fff;
  background-color: #2a5285;
  border-color: #2a5285;
}
.list-group-item-sticker-purple {
  color: #542a78;
  background-color: #e5cef8;
}
.list-group-item-sticker-purple.list-group-item-action:hover,
.list-group-item-sticker-purple.list-group-item-action:focus {
  color: #542a78;
  background-color: #d9b8f5;
}
.list-group-item-sticker-purple.list-group-item-action.active {
  color: #fff;
  background-color: #542a78;
  border-color: #542a78;
}
.list-group-item-sticker-pink {
  color: #7d1d58;
  background-color: #fbc7e7;
}
.list-group-item-sticker-pink.list-group-item-action:hover,
.list-group-item-sticker-pink.list-group-item-action:focus {
  color: #7d1d58;
  background-color: #f9afdd;
}
.list-group-item-sticker-pink.list-group-item-action.active {
  color: #fff;
  background-color: #7d1d58;
  border-color: #7d1d58;
}
.list-group-item-sticker-yellow {
  color: #807400;
  background-color: #fdf6b8;
}
.list-group-item-sticker-yellow.list-group-item-action:hover,
.list-group-item-sticker-yellow.list-group-item-action:focus {
  color: #807400;
  background-color: #fcf39f;
}
.list-group-item-sticker-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #807400;
  border-color: #807400;
}
.list-group-item-sticker-orange {
  color: #7e5d02;
  background-color: #fce9b8;
}
.list-group-item-sticker-orange.list-group-item-action:hover,
.list-group-item-sticker-orange.list-group-item-action:focus {
  color: #7e5d02;
  background-color: #fbe1a0;
}
.list-group-item-sticker-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7e5d02;
  border-color: #7e5d02;
}
.list-group-item-category-designs {
  color: #310f3d;
  background-color: #d2c0d8;
}
.list-group-item-category-designs.list-group-item-action:hover,
.list-group-item-category-designs.list-group-item-action:focus {
  color: #310f3d;
  background-color: #c7b0ce;
}
.list-group-item-category-designs.list-group-item-action.active {
  color: #fff;
  background-color: #310f3d;
  border-color: #310f3d;
}
.list-group-item-category-samples {
  color: #115d2c;
  background-color: #c1e9cf;
}
.list-group-item-category-samples.list-group-item-action:hover,
.list-group-item-category-samples.list-group-item-action:focus {
  color: #115d2c;
  background-color: #aee2c0;
}
.list-group-item-category-samples.list-group-item-action.active {
  color: #fff;
  background-color: #115d2c;
  border-color: #115d2c;
}
.list-group-item-category-products {
  color: #782f0a;
  background-color: #f8d1bd;
}
.list-group-item-category-products.list-group-item-action:hover,
.list-group-item-category-products.list-group-item-action:focus {
  color: #782f0a;
  background-color: #f6c1a6;
}
.list-group-item-category-products.list-group-item-action.active {
  color: #fff;
  background-color: #782f0a;
  border-color: #782f0a;
}
.list-group-item-category-orders {
  color: #194b6e;
  background-color: #c5e0f3;
}
.list-group-item-category-orders.list-group-item-action:hover,
.list-group-item-category-orders.list-group-item-action:focus {
  color: #194b6e;
  background-color: #b0d5ef;
}
.list-group-item-category-orders.list-group-item-action.active {
  color: #fff;
  background-color: #194b6e;
  border-color: #194b6e;
}
.list-group-item-category-quality-control {
  color: #792853;
  background-color: #f9cde4;
}
.list-group-item-category-quality-control.list-group-item-action:hover,
.list-group-item-category-quality-control.list-group-item-action:focus {
  color: #792853;
  background-color: #f6b6d8;
}
.list-group-item-category-quality-control.list-group-item-action.active {
  color: #fff;
  background-color: #792853;
  border-color: #792853;
}
.list-group-item-category-account {
  color: #83550a;
  background-color: #fee5bd;
}
.list-group-item-category-account.list-group-item-action:hover,
.list-group-item-category-account.list-group-item-action:focus {
  color: #83550a;
  background-color: #fedba4;
}
.list-group-item-category-account.list-group-item-action.active {
  color: #fff;
  background-color: #83550a;
  border-color: #83550a;
}
.list-group-item-category-sales {
  color: #186155;
  background-color: #c5ece5;
}
.list-group-item-category-sales.list-group-item-action:hover,
.list-group-item-category-sales.list-group-item-action:focus {
  color: #186155;
  background-color: #b2e6dc;
}
.list-group-item-category-sales.list-group-item-action.active {
  color: #fff;
  background-color: #186155;
  border-color: #186155;
}
.list-group-item-tag-background {
  color: #817c84;
  background-color: #fdfaff;
}
.list-group-item-tag-background.list-group-item-action:hover,
.list-group-item-tag-background.list-group-item-action:focus {
  color: #817c84;
  background-color: #f3e1ff;
}
.list-group-item-tag-background.list-group-item-action.active {
  color: #fff;
  background-color: #817c84;
  border-color: #817c84;
}
.list-group-item-tag-border {
  color: #62506d;
  background-color: #ede3f2;
}
.list-group-item-tag-border.list-group-item-action:hover,
.list-group-item-tag-border.list-group-item-action:focus {
  color: #62506d;
  background-color: #e2d2ea;
}
.list-group-item-tag-border.list-group-item-action.active {
  color: #fff;
  background-color: #62506d;
  border-color: #62506d;
}
.list-group-item-off-white {
  color: #828282;
  background-color: #fefefe;
}
.list-group-item-off-white.list-group-item-action:hover,
.list-group-item-off-white.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}
.list-group-item-off-white.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}
.list-group-item-lightest-grey {
  color: #807f7e;
  background-color: #fcfcfc;
}
.list-group-item-lightest-grey.list-group-item-action:hover,
.list-group-item-lightest-grey.list-group-item-action:focus {
  color: #807f7e;
  background-color: #efefef;
}
.list-group-item-lightest-grey.list-group-item-action.active {
  color: #fff;
  background-color: #807f7e;
  border-color: #807f7e;
}
.list-group-item-light-grey {
  color: #676767;
  background-color: #efefef;
}
.list-group-item-light-grey.list-group-item-action:hover,
.list-group-item-light-grey.list-group-item-action:focus {
  color: #676767;
  background-color: #e2e2e2;
}
.list-group-item-light-grey.list-group-item-action.active {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}
.list-group-item-grey {
  color: #797979;
  background-color: #f9f9f9;
}
.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
  color: #797979;
  background-color: #ececec;
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #797979;
  border-color: #797979;
}
.list-group-item-mid-grey {
  color: #676767;
  background-color: #efefef;
}
.list-group-item-mid-grey.list-group-item-action:hover,
.list-group-item-mid-grey.list-group-item-action:focus {
  color: #676767;
  background-color: #e2e2e2;
}
.list-group-item-mid-grey.list-group-item-action.active {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}
.list-group-item-darkest-mid-grey {
  color: #4f4f4f;
  background-color: #e2e2e2;
}
.list-group-item-darkest-mid-grey.list-group-item-action:hover,
.list-group-item-darkest-mid-grey.list-group-item-action:focus {
  color: #4f4f4f;
  background-color: #d5d5d5;
}
.list-group-item-darkest-mid-grey.list-group-item-action.active {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.list-group-item-dark-grey {
  color: #34302d;
  background-color: #d4d2d0;
}
.list-group-item-dark-grey.list-group-item-action:hover,
.list-group-item-dark-grey.list-group-item-action:focus {
  color: #34302d;
  background-color: #c8c5c3;
}
.list-group-item-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #34302d;
  border-color: #34302d;
}
.list-group-item-darkest-grey {
  color: #121616;
  background-color: #c1c3c4;
}
.list-group-item-darkest-grey.list-group-item-action:hover,
.list-group-item-darkest-grey.list-group-item-action:focus {
  color: #121616;
  background-color: #b4b6b8;
}
.list-group-item-darkest-grey.list-group-item-action.active {
  color: #fff;
  background-color: #121616;
  border-color: #121616;
}
.list-group-item-editable-cell {
  color: #7f8085;
  background-color: #fcfdff;
}
.list-group-item-editable-cell.list-group-item-action:hover,
.list-group-item-editable-cell.list-group-item-action:focus {
  color: #7f8085;
  background-color: #e3ecff;
}
.list-group-item-editable-cell.list-group-item-action.active {
  color: #fff;
  background-color: #7f8085;
  border-color: #7f8085;
}
.list-group-item-dark-aubergine {
  color: #1f1822;
  background-color: #c8c4ca;
}
.list-group-item-dark-aubergine.list-group-item-action:hover,
.list-group-item-dark-aubergine.list-group-item-action:focus {
  color: #1f1822;
  background-color: #bbb7be;
}
.list-group-item-dark-aubergine.list-group-item-action.active {
  color: #fff;
  background-color: #1f1822;
  border-color: #1f1822;
}
.list-group-item-version-highlight {
  color: #837e50;
  background-color: #fefbe2;
}
.list-group-item-version-highlight.list-group-item-action:hover,
.list-group-item-version-highlight.list-group-item-action:focus {
  color: #837e50;
  background-color: #fdf8c9;
}
.list-group-item-version-highlight.list-group-item-action.active {
  color: #fff;
  background-color: #837e50;
  border-color: #837e50;
}
.list-group-item-pending-blue {
  color: #003f5d;
  background-color: #b8dae9;
}
.list-group-item-pending-blue.list-group-item-action:hover,
.list-group-item-pending-blue.list-group-item-action:focus {
  color: #003f5d;
  background-color: #a5d0e3;
}
.list-group-item-pending-blue.list-group-item-action.active {
  color: #fff;
  background-color: #003f5d;
  border-color: #003f5d;
}
.list-group-item-datepicker-header-border-color {
  color: #161312;
  background-color: #c3c2c1;
}
.list-group-item-datepicker-header-border-color.list-group-item-action:hover,
.list-group-item-datepicker-header-border-color.list-group-item-action:focus {
  color: #161312;
  background-color: #b6b5b4;
}
.list-group-item-datepicker-header-border-color.list-group-item-action.active {
  color: #fff;
  background-color: #161312;
  border-color: #161312;
}
.list-group-item-primary-outline-background {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
.list-group-item-primary-outline-background.list-group-item-action:hover,
.list-group-item-primary-outline-background.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242, 242, 242, 0.72);
}
.list-group-item-primary-outline-background.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}
.list-group-item-primary-outline-border {
  color: rgba(0, 0, 0, 0.5632);
  background-color: rgba(247, 247, 247, 0.7648);
}
.list-group-item-primary-outline-border.list-group-item-action:hover,
.list-group-item-primary-outline-border.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.5632);
  background-color: rgba(234, 234, 234, 0.7648);
}
.list-group-item-primary-outline-border.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5632);
  border-color: rgba(0, 0, 0, 0.5632);
}
.list-group-item-primary-outline-hover-background {
  color: rgba(1, 1, 1, 0.506);
  background-color: rgba(253, 253, 253, 0.734);
}
.list-group-item-primary-outline-hover-background.list-group-item-action:hover,
.list-group-item-primary-outline-hover-background.list-group-item-action:focus {
  color: rgba(1, 1, 1, 0.506);
  background-color: rgba(240, 240, 240, 0.734);
}
.list-group-item-primary-outline-hover-background.list-group-item-action.active {
  color: #fff;
  background-color: rgba(1, 1, 1, 0.506);
  border-color: rgba(1, 1, 1, 0.506);
}
.list-group-item-primary-outline-hover-border {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(242, 242, 242, 0.7872);
}
.list-group-item-primary-outline-hover-border.list-group-item-action:hover,
.list-group-item-primary-outline-hover-border.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.6048);
  background-color: rgba(229, 229, 229, 0.7872);
}
.list-group-item-primary-outline-hover-border.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6048);
  border-color: rgba(0, 0, 0, 0.6048);
}
.list-group-item-primary-outline-active-background {
  color: rgba(10, 9, 9, 0.558);
  background-color: rgba(251, 251, 251, 0.762);
}
.list-group-item-primary-outline-active-background.list-group-item-action:hover,
.list-group-item-primary-outline-active-background.list-group-item-action:focus {
  color: rgba(10, 9, 9, 0.558);
  background-color: rgba(238, 238, 238, 0.762);
}
.list-group-item-primary-outline-active-background.list-group-item-action.active {
  color: #fff;
  background-color: rgba(10, 9, 9, 0.558);
  border-color: rgba(10, 9, 9, 0.558);
}
.list-group-item-primary-outline-active-border {
  color: rgba(0, 0, 0, 0.6464);
  background-color: rgba(237, 237, 237, 0.8096);
}
.list-group-item-primary-outline-active-border.list-group-item-action:hover,
.list-group-item-primary-outline-active-border.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.6464);
  background-color: rgba(224, 224, 224, 0.8096);
}
.list-group-item-primary-outline-active-border.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6464);
  border-color: rgba(0, 0, 0, 0.6464);
}
.list-group-item-primary-outline-background-disabled {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
.list-group-item-primary-outline-background-disabled.list-group-item-action:hover,
.list-group-item-primary-outline-background-disabled.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242, 242, 242, 0.72);
}
.list-group-item-primary-outline-background-disabled.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}
.list-group-item-primary-outline-border-disabled {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-outline-border-disabled.list-group-item-action:hover,
.list-group-item-primary-outline-border-disabled.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-outline-border-disabled.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-outline-color-disabled {
  color: #5e5c56;
  background-color: #eae9e6;
}
.list-group-item-primary-outline-color-disabled.list-group-item-action:hover,
.list-group-item-primary-outline-color-disabled.list-group-item-action:focus {
  color: #5e5c56;
  background-color: #deddd8;
}
.list-group-item-primary-outline-color-disabled.list-group-item-action.active {
  color: #fff;
  background-color: #5e5c56;
  border-color: #5e5c56;
}
.list-group-item-primary-outline-color-disabled-dark {
  color: #373532;
  background-color: #d5d4d2;
}
.list-group-item-primary-outline-color-disabled-dark.list-group-item-action:hover,
.list-group-item-primary-outline-color-disabled-dark.list-group-item-action:focus {
  color: #373532;
  background-color: #c9c7c5;
}
.list-group-item-primary-outline-color-disabled-dark.list-group-item-action.active {
  color: #fff;
  background-color: #373532;
  border-color: #373532;
}
.list-group-item-primary-black-background {
  color: #100e0d;
  background-color: #c0bfbf;
}
.list-group-item-primary-black-background.list-group-item-action:hover,
.list-group-item-primary-black-background.list-group-item-action:focus {
  color: #100e0d;
  background-color: #b3b2b2;
}
.list-group-item-primary-black-background.list-group-item-action.active {
  color: #fff;
  background-color: #100e0d;
  border-color: #100e0d;
}
.list-group-item-primary-black-background-dark {
  color: #807f7e;
  background-color: #fcfcfc;
}
.list-group-item-primary-black-background-dark.list-group-item-action:hover,
.list-group-item-primary-black-background-dark.list-group-item-action:focus {
  color: #807f7e;
  background-color: #efefef;
}
.list-group-item-primary-black-background-dark.list-group-item-action.active {
  color: #fff;
  background-color: #807f7e;
  border-color: #807f7e;
}
.list-group-item-primary-black-hover-background {
  color: #1c1917;
  background-color: #c6c5c4;
}
.list-group-item-primary-black-hover-background.list-group-item-action:hover,
.list-group-item-primary-black-hover-background.list-group-item-action:focus {
  color: #1c1917;
  background-color: #b9b8b7;
}
.list-group-item-primary-black-hover-background.list-group-item-action.active {
  color: #fff;
  background-color: #1c1917;
  border-color: #1c1917;
}
.list-group-item-primary-black-hover-background-dark {
  color: #777470;
  background-color: #f7f6f4;
}
.list-group-item-primary-black-hover-background-dark.list-group-item-action:hover,
.list-group-item-primary-black-hover-background-dark.list-group-item-action:focus {
  color: #777470;
  background-color: #eceae5;
}
.list-group-item-primary-black-hover-background-dark.list-group-item-action.active {
  color: #fff;
  background-color: #777470;
  border-color: #777470;
}
.list-group-item-primary-black-active-background {
  color: #272321;
  background-color: #cdcbca;
}
.list-group-item-primary-black-active-background.list-group-item-action:hover,
.list-group-item-primary-black-active-background.list-group-item-action:focus {
  color: #272321;
  background-color: #c1bebd;
}
.list-group-item-primary-black-active-background.list-group-item-action.active {
  color: #fff;
  background-color: #272321;
  border-color: #272321;
}
.list-group-item-primary-black-active-background-dark {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-black-active-background-dark.list-group-item-action:hover,
.list-group-item-primary-black-active-background-dark.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-black-active-background-dark.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-black-disabled-background {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-black-disabled-background.list-group-item-action:hover,
.list-group-item-primary-black-disabled-background.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-black-disabled-background.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-black-disabled-background-dark {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-black-disabled-background-dark.list-group-item-action:hover,
.list-group-item-primary-black-disabled-background-dark.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-black-disabled-background-dark.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-black-disabled-border {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-black-disabled-border.list-group-item-action:hover,
.list-group-item-primary-black-disabled-border.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-black-disabled-border.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-black-disabled-border-dark {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-primary-black-disabled-border-dark.list-group-item-action:hover,
.list-group-item-primary-black-disabled-border-dark.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-primary-black-disabled-border-dark.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-primary-black-disabled-color {
  color: #4e4a46;
  background-color: #e2e0dd;
}
.list-group-item-primary-black-disabled-color.list-group-item-action:hover,
.list-group-item-primary-black-disabled-color.list-group-item-action:focus {
  color: #4e4a46;
  background-color: #d6d3cf;
}
.list-group-item-primary-black-disabled-color.list-group-item-action.active {
  color: #fff;
  background-color: #4e4a46;
  border-color: #4e4a46;
}
.list-group-item-primary-black-disabled-color-dark {
  color: #4e4a46;
  background-color: #e2e0dd;
}
.list-group-item-primary-black-disabled-color-dark.list-group-item-action:hover,
.list-group-item-primary-black-disabled-color-dark.list-group-item-action:focus {
  color: #4e4a46;
  background-color: #d6d3cf;
}
.list-group-item-primary-black-disabled-color-dark.list-group-item-action.active {
  color: #fff;
  background-color: #4e4a46;
  border-color: #4e4a46;
}
.list-group-item-thead-background {
  color: #1c1917;
  background-color: #c6c5c4;
}
.list-group-item-thead-background.list-group-item-action:hover,
.list-group-item-thead-background.list-group-item-action:focus {
  color: #1c1917;
  background-color: #b9b8b7;
}
.list-group-item-thead-background.list-group-item-action.active {
  color: #fff;
  background-color: #1c1917;
  border-color: #1c1917;
}
.list-group-item-tbody-tr-active-background {
  color: #777470;
  background-color: #f7f6f4;
}
.list-group-item-tbody-tr-active-background.list-group-item-action:hover,
.list-group-item-tbody-tr-active-background.list-group-item-action:focus {
  color: #777470;
  background-color: #eceae5;
}
.list-group-item-tbody-tr-active-background.list-group-item-action.active {
  color: #fff;
  background-color: #777470;
  border-color: #777470;
}
.list-group-item-toggle-background {
  color: #6f6d67;
  background-color: #f4f2ef;
}
.list-group-item-toggle-background.list-group-item-action:hover,
.list-group-item-toggle-background.list-group-item-action:focus {
  color: #6f6d67;
  background-color: #eae6e0;
}
.list-group-item-toggle-background.list-group-item-action.active {
  color: #fff;
  background-color: #6f6d67;
  border-color: #6f6d67;
}
.list-group-item-toggle-checked-background {
  color: #0f0d0c;
  background-color: #c0bfbe;
}
.list-group-item-toggle-checked-background.list-group-item-action:hover,
.list-group-item-toggle-checked-background.list-group-item-action:focus {
  color: #0f0d0c;
  background-color: #b3b2b1;
}
.list-group-item-toggle-checked-background.list-group-item-action.active {
  color: #fff;
  background-color: #0f0d0c;
  border-color: #0f0d0c;
}
.list-group-item-dark-background-content {
  color: #0d0b0a;
  background-color: #bfbebd;
}
.list-group-item-dark-background-content.list-group-item-action:hover,
.list-group-item-dark-background-content.list-group-item-action:focus {
  color: #0d0b0a;
  background-color: #b2b1b0;
}
.list-group-item-dark-background-content.list-group-item-action.active {
  color: #fff;
  background-color: #0d0b0a;
  border-color: #0d0b0a;
}
.list-group-item-dark-border-content {
  color: #2f2d2b;
  background-color: #d1d0cf;
}
.list-group-item-dark-border-content.list-group-item-action:hover,
.list-group-item-dark-border-content.list-group-item-action:focus {
  color: #2f2d2b;
  background-color: #c5c3c2;
}
.list-group-item-dark-border-content.list-group-item-action.active {
  color: #fff;
  background-color: #2f2d2b;
  border-color: #2f2d2b;
}
.list-group-item-dark-color-content {
  color: #4b4947;
  background-color: #e0dfde;
}
.list-group-item-dark-color-content.list-group-item-action:hover,
.list-group-item-dark-color-content.list-group-item-action:focus {
  color: #4b4947;
  background-color: #d4d2d1;
}
.list-group-item-dark-color-content.list-group-item-action.active {
  color: #fff;
  background-color: #4b4947;
  border-color: #4b4947;
}
.list-group-item-dark-background {
  color: #11100e;
  background-color: #c1c0bf;
}
.list-group-item-dark-background.list-group-item-action:hover,
.list-group-item-dark-background.list-group-item-action:focus {
  color: #11100e;
  background-color: #b4b3b2;
}
.list-group-item-dark-background.list-group-item-action.active {
  color: #fff;
  background-color: #11100e;
  border-color: #11100e;
}
.list-group-item-dark-side-navigation-color {
  color: #6f6f6d;
  background-color: #f4f3f2;
}
.list-group-item-dark-side-navigation-color.list-group-item-action:hover,
.list-group-item-dark-side-navigation-color.list-group-item-action:focus {
  color: #6f6f6d;
  background-color: #e8e6e4;
}
.list-group-item-dark-side-navigation-color.list-group-item-action.active {
  color: #fff;
  background-color: #6f6f6d;
  border-color: #6f6f6d;
}
.list-group-item-dark-side-navigation-color-hover {
  color: #818180;
  background-color: #fdfdfd;
}
.list-group-item-dark-side-navigation-color-hover.list-group-item-action:hover,
.list-group-item-dark-side-navigation-color-hover.list-group-item-action:focus {
  color: #818180;
  background-color: #f0f0f0;
}
.list-group-item-dark-side-navigation-color-hover.list-group-item-action.active {
  color: #fff;
  background-color: #818180;
  border-color: #818180;
}
.list-group-item-dark-side-navigation-icon-color {
  color: #4b4947;
  background-color: #e0dfde;
}
.list-group-item-dark-side-navigation-icon-color.list-group-item-action:hover,
.list-group-item-dark-side-navigation-icon-color.list-group-item-action:focus {
  color: #4b4947;
  background-color: #d4d2d1;
}
.list-group-item-dark-side-navigation-icon-color.list-group-item-action.active {
  color: #fff;
  background-color: #4b4947;
  border-color: #4b4947;
}
.list-group-item-dark-side-navigation-icon-color-active {
  color: #686765;
  background-color: #f0efee;
}
.list-group-item-dark-side-navigation-icon-color-active.list-group-item-action:hover,
.list-group-item-dark-side-navigation-icon-color-active.list-group-item-action:focus {
  color: #686765;
  background-color: #e4e2e0;
}
.list-group-item-dark-side-navigation-icon-color-active.list-group-item-action.active {
  color: #fff;
  background-color: #686765;
  border-color: #686765;
}
.list-group-item-dark-border-color {
  color: #2f2d2b;
  background-color: #d1d0cf;
}
.list-group-item-dark-border-color.list-group-item-action:hover,
.list-group-item-dark-border-color.list-group-item-action:focus {
  color: #2f2d2b;
  background-color: #c5c3c2;
}
.list-group-item-dark-border-color.list-group-item-action.active {
  color: #fff;
  background-color: #2f2d2b;
  border-color: #2f2d2b;
}
.list-group-item-dark-badge-color {
  color: #0a0908;
  background-color: #bdbdbc;
}
.list-group-item-dark-badge-color.list-group-item-action:hover,
.list-group-item-dark-badge-color.list-group-item-action:focus {
  color: #0a0908;
  background-color: #b0b0af;
}
.list-group-item-dark-badge-color.list-group-item-action.active {
  color: #fff;
  background-color: #0a0908;
  border-color: #0a0908;
}
.list-group-item-dark-kebab-active-background {
  color: #1d1a18;
  background-color: #c7c6c5;
}
.list-group-item-dark-kebab-active-background.list-group-item-action:hover,
.list-group-item-dark-kebab-active-background.list-group-item-action:focus {
  color: #1d1a18;
  background-color: #bab9b8;
}
.list-group-item-dark-kebab-active-background.list-group-item-action.active {
  color: #fff;
  background-color: #1d1a18;
  border-color: #1d1a18;
}
.list-group-item-dark-filters-background {
  color: #090807;
  background-color: #bcbcbc;
}
.list-group-item-dark-filters-background.list-group-item-action:hover,
.list-group-item-dark-filters-background.list-group-item-action:focus {
  color: #090807;
  background-color: #afafaf;
}
.list-group-item-dark-filters-background.list-group-item-action.active {
  color: #fff;
  background-color: #090807;
  border-color: #090807;
}
.list-group-item-dark-toggle-background {
  color: #292624;
  background-color: #cdcccb;
}
.list-group-item-dark-toggle-background.list-group-item-action:hover,
.list-group-item-dark-toggle-background.list-group-item-action:focus {
  color: #292624;
  background-color: #c1bfbe;
}
.list-group-item-dark-toggle-background.list-group-item-action.active {
  color: #fff;
  background-color: #292624;
  border-color: #292624;
}
.list-group-item-dark-toggle-after-background {
  color: #52504f;
  background-color: #e4e3e2;
}
.list-group-item-dark-toggle-after-background.list-group-item-action:hover,
.list-group-item-dark-toggle-after-background.list-group-item-action:focus {
  color: #52504f;
  background-color: #d8d6d5;
}
.list-group-item-dark-toggle-after-background.list-group-item-action.active {
  color: #fff;
  background-color: #52504f;
  border-color: #52504f;
}
.list-group-item-dark-toggle-disabled-background {
  color: #292625;
  background-color: #cecccb;
}
.list-group-item-dark-toggle-disabled-background.list-group-item-action:hover,
.list-group-item-dark-toggle-disabled-background.list-group-item-action:focus {
  color: #292625;
  background-color: #c2bfbe;
}
.list-group-item-dark-toggle-disabled-background.list-group-item-action.active {
  color: #fff;
  background-color: #292625;
  border-color: #292625;
}
.list-group-item-dark-toggle-disabled-after-background {
  color: #363432;
  background-color: #d5d4d2;
}
.list-group-item-dark-toggle-disabled-after-background.list-group-item-action:hover,
.list-group-item-dark-toggle-disabled-after-background.list-group-item-action:focus {
  color: #363432;
  background-color: #c9c7c5;
}
.list-group-item-dark-toggle-disabled-after-background.list-group-item-action.active {
  color: #fff;
  background-color: #363432;
  border-color: #363432;
}
.list-group-item-dark-toggle-checked-after-background {
  color: #11100e;
  background-color: #c1c0bf;
}
.list-group-item-dark-toggle-checked-after-background.list-group-item-action:hover,
.list-group-item-dark-toggle-checked-after-background.list-group-item-action:focus {
  color: #11100e;
  background-color: #b4b3b2;
}
.list-group-item-dark-toggle-checked-after-background.list-group-item-action.active {
  color: #fff;
  background-color: #11100e;
  border-color: #11100e;
}
.list-group-item-dark-datepicker-background {
  color: #1d1a18;
  background-color: #c7c6c5;
}
.list-group-item-dark-datepicker-background.list-group-item-action:hover,
.list-group-item-dark-datepicker-background.list-group-item-action:focus {
  color: #1d1a18;
  background-color: #bab9b8;
}
.list-group-item-dark-datepicker-background.list-group-item-action.active {
  color: #fff;
  background-color: #1d1a18;
  border-color: #1d1a18;
}
.list-group-item-dark-datepicker-box-shadow-color {
  color: #1b1917;
  background-color: #c6c5c4;
}
.list-group-item-dark-datepicker-box-shadow-color.list-group-item-action:hover,
.list-group-item-dark-datepicker-box-shadow-color.list-group-item-action:focus {
  color: #1b1917;
  background-color: #b9b8b7;
}
.list-group-item-dark-datepicker-box-shadow-color.list-group-item-action.active {
  color: #fff;
  background-color: #1b1917;
  border-color: #1b1917;
}
.list-group-item-dark-datepicker-head-button-color {
  color: #818180;
  background-color: #fdfdfd;
}
.list-group-item-dark-datepicker-head-button-color.list-group-item-action:hover,
.list-group-item-dark-datepicker-head-button-color.list-group-item-action:focus {
  color: #818180;
  background-color: #f0f0f0;
}
.list-group-item-dark-datepicker-head-button-color.list-group-item-action.active {
  color: #fff;
  background-color: #818180;
  border-color: #818180;
}
.list-group-item-dark-datepicker-body-color {
  color: #595756;
  background-color: #e7e7e6;
}
.list-group-item-dark-datepicker-body-color.list-group-item-action:hover,
.list-group-item-dark-datepicker-body-color.list-group-item-action:focus {
  color: #595756;
  background-color: #dbdbd9;
}
.list-group-item-dark-datepicker-body-color.list-group-item-action.active {
  color: #fff;
  background-color: #595756;
  border-color: #595756;
}
.list-group-item-dark-datepicker-body-td-selected {
  color: #686765;
  background-color: #f0efee;
}
.list-group-item-dark-datepicker-body-td-selected.list-group-item-action:hover,
.list-group-item-dark-datepicker-body-td-selected.list-group-item-action:focus {
  color: #686765;
  background-color: #e4e2e0;
}
.list-group-item-dark-datepicker-body-td-selected.list-group-item-action.active {
  color: #fff;
  background-color: #686765;
  border-color: #686765;
}
.list-group-item-numbers-table-background-color {
  color: #7c7b78;
  background-color: #fafaf8;
}
.list-group-item-numbers-table-background-color.list-group-item-action:hover,
.list-group-item-numbers-table-background-color.list-group-item-action:focus {
  color: #7c7b78;
  background-color: #efefe9;
}
.list-group-item-numbers-table-background-color.list-group-item-action.active {
  color: #fff;
  background-color: #7c7b78;
  border-color: #7c7b78;
}
.list-group-item-circle-border-color {
  color: #777470;
  background-color: #f7f6f4;
}
.list-group-item-circle-border-color.list-group-item-action:hover,
.list-group-item-circle-border-color.list-group-item-action:focus {
  color: #777470;
  background-color: #eceae5;
}
.list-group-item-circle-border-color.list-group-item-action.active {
  color: #fff;
  background-color: #777470;
  border-color: #777470;
}
.list-group-item-circle-title-color {
  color: #322f2c;
  background-color: #d3d1cf;
}
.list-group-item-circle-title-color.list-group-item-action:hover,
.list-group-item-circle-title-color.list-group-item-action:focus {
  color: #322f2c;
  background-color: #c7c4c2;
}
.list-group-item-circle-title-color.list-group-item-action.active {
  color: #fff;
  background-color: #322f2c;
  border-color: #322f2c;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #979797;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1070;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #13100D;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.75;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.5rem 3rem 0;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 2.5rem 3rem 0;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 2rem;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 3rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 3rem-0.25rem;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 3rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 6rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 6rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 6rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 6rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Brown-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4615384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  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.5rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 408px;
  font-family: "Brown-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4615384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fcf8ec;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0 0.125rem;
}
.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;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -1px;
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0 0 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 0 0;
  border-top-color: #fcf8ec;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: -1px;
  width: 0;
  height: 0;
  margin: 0.125rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0 0 0 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 0 0 0;
  border-right-color: #fcf8ec;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -1px;
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0 0 0;
  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 0 0;
  border-bottom-color: #fcf8ec;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  margin-left: 0;
  content: "";
  border-bottom: 1px solid #faf3df;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: -1px;
  width: 0;
  height: 0;
  margin: 0.125rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0 0 0 0;
  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 0 0 0;
  border-left-color: #fcf8ec;
}
.popover-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #faf3df;
  border-bottom: 1px solid #f6ebc9;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1.25rem 1.5rem;
  color: #645D57;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #13100D !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}
.bg-secondary {
  background-color: #615A54 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #46413c !important;
}
.bg-success {
  background-color: #21b254 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #198740 !important;
}
.bg-info {
  background-color: #DFA700 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #ac8100 !important;
}
.bg-warning {
  background-color: #ed7021 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cb5910 !important;
}
.bg-danger {
  background-color: #CB1B19 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9e1513 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #645D57 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #49443f !important;
}
.bg-primary-disabled-bg {
  background-color: #d6d1c6 !important;
}
a.bg-primary-disabled-bg:hover,
a.bg-primary-disabled-bg:focus,
button.bg-primary-disabled-bg:hover,
button.bg-primary-disabled-bg:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-disabled-color {
  background-color: #968f87 !important;
}
a.bg-primary-disabled-color:hover,
a.bg-primary-disabled-color:focus,
button.bg-primary-disabled-color:hover,
button.bg-primary-disabled-color:focus {
  background-color: #7d766d !important;
}
.bg-secondary-disabled-color {
  background-color: #968F87 !important;
}
a.bg-secondary-disabled-color:hover,
a.bg-secondary-disabled-color:focus,
button.bg-secondary-disabled-color:hover,
button.bg-secondary-disabled-color:focus {
  background-color: #7d766d !important;
}
.bg-container-grey {
  background-color: #090807 !important;
}
a.bg-container-grey:hover,
a.bg-container-grey:focus,
button.bg-container-grey:hover,
button.bg-container-grey:focus {
  background-color: black !important;
}
.bg-darkest-eastern-blue {
  background-color: #126c89 !important;
}
a.bg-darkest-eastern-blue:hover,
a.bg-darkest-eastern-blue:focus,
button.bg-darkest-eastern-blue:hover,
button.bg-darkest-eastern-blue:focus {
  background-color: #0c485c !important;
}
.bg-darker-eastern-blue {
  background-color: #1587ad !important;
}
a.bg-darker-eastern-blue:hover,
a.bg-darker-eastern-blue:focus,
button.bg-darker-eastern-blue:hover,
button.bg-darker-eastern-blue:focus {
  background-color: #0f6480 !important;
}
.bg-link-hover-yellow {
  background-color: #B78900 !important;
}
a.bg-link-hover-yellow:hover,
a.bg-link-hover-yellow:focus,
button.bg-link-hover-yellow:hover,
button.bg-link-hover-yellow:focus {
  background-color: #846300 !important;
}
.bg-eastern-blue {
  background-color: #18a2b6 !important;
}
a.bg-eastern-blue:hover,
a.bg-eastern-blue:focus,
button.bg-eastern-blue:hover,
button.bg-eastern-blue:focus {
  background-color: #127a89 !important;
}
.bg-aqua {
  background-color: #13100D !important;
}
a.bg-aqua:hover,
a.bg-aqua:focus,
button.bg-aqua:hover,
button.bg-aqua:focus {
  background-color: black !important;
}
.bg-cerulean {
  background-color: #00a7d8 !important;
}
a.bg-cerulean:hover,
a.bg-cerulean:focus,
button.bg-cerulean:hover,
button.bg-cerulean:focus {
  background-color: #0080a5 !important;
}
.bg-light-blue {
  background-color: #bde4ea !important;
}
a.bg-light-blue:hover,
a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #96d4de !important;
}
.bg-lighter-blue {
  background-color: #cce8f0 !important;
}
a.bg-lighter-blue:hover,
a.bg-lighter-blue:focus,
button.bg-lighter-blue:hover,
button.bg-lighter-blue:focus {
  background-color: #a5d6e4 !important;
}
.bg-lightest-blue {
  background-color: #eef7f9 !important;
}
a.bg-lightest-blue:hover,
a.bg-lightest-blue:focus,
button.bg-lightest-blue:hover,
button.bg-lightest-blue:focus {
  background-color: #c8e5ec !important;
}
.bg-outer-space {
  background-color: #27383c !important;
}
a.bg-outer-space:hover,
a.bg-outer-space:focus,
button.bg-outer-space:hover,
button.bg-outer-space:focus {
  background-color: #131b1d !important;
}
.bg-play-pause {
  background-color: #02d5b5 !important;
}
a.bg-play-pause:hover,
a.bg-play-pause:focus,
button.bg-play-pause:hover,
button.bg-play-pause:focus {
  background-color: #02a28a !important;
}
.bg-stop {
  background-color: #e55c5a !important;
}
a.bg-stop:hover,
a.bg-stop:focus,
button.bg-stop:hover,
button.bg-stop:focus {
  background-color: #de302e !important;
}
.bg-save {
  background-color: #b84a99 !important;
}
a.bg-save:hover,
a.bg-save:focus,
button.bg-save:hover,
button.bg-save:focus {
  background-color: #953a7b !important;
}
.bg-error-red {
  background-color: #CB1B19 !important;
}
a.bg-error-red:hover,
a.bg-error-red:focus,
button.bg-error-red:hover,
button.bg-error-red:focus {
  background-color: #9e1513 !important;
}
.bg-error-pink {
  background-color: #f4d9dc !important;
}
a.bg-error-pink:hover,
a.bg-error-pink:focus,
button.bg-error-pink:hover,
button.bg-error-pink:focus {
  background-color: #e9b1b8 !important;
}
.bg-field-validation {
  background-color: #fbf0f1 !important;
}
a.bg-field-validation:hover,
a.bg-field-validation:focus,
button.bg-field-validation:hover,
button.bg-field-validation:focus {
  background-color: #f0c8cb !important;
}
.bg-notifications-pink {
  background-color: #f45d5d !important;
}
a.bg-notifications-pink:hover,
a.bg-notifications-pink:focus,
button.bg-notifications-pink:hover,
button.bg-notifications-pink:focus {
  background-color: #f12d2d !important;
}
.bg-notifications-grey {
  background-color: #979797 !important;
}
a.bg-notifications-grey:hover,
a.bg-notifications-grey:focus,
button.bg-notifications-grey:hover,
button.bg-notifications-grey:focus {
  background-color: #7e7e7e !important;
}
.bg-notifications-yellow {
  background-color: #DFA700 !important;
}
a.bg-notifications-yellow:hover,
a.bg-notifications-yellow:focus,
button.bg-notifications-yellow:hover,
button.bg-notifications-yellow:focus {
  background-color: #ac8100 !important;
}
.bg-notifications-yellow-dark {
  background-color: #CB9700 !important;
}
a.bg-notifications-yellow-dark:hover,
a.bg-notifications-yellow-dark:focus,
button.bg-notifications-yellow-dark:hover,
button.bg-notifications-yellow-dark:focus {
  background-color: #987100 !important;
}
.bg-warning-amber {
  background-color: #ed7021 !important;
}
a.bg-warning-amber:hover,
a.bg-warning-amber:focus,
button.bg-warning-amber:hover,
button.bg-warning-amber:focus {
  background-color: #cb5910 !important;
}
.bg-warning-light-orange {
  background-color: #fdefe7 !important;
}
a.bg-warning-light-orange:hover,
a.bg-warning-light-orange:focus,
button.bg-warning-light-orange:hover,
button.bg-warning-light-orange:focus {
  background-color: #f9d0b8 !important;
}
.bg-success-green {
  background-color: #21b254 !important;
}
a.bg-success-green:hover,
a.bg-success-green:focus,
button.bg-success-green:hover,
button.bg-success-green:focus {
  background-color: #198740 !important;
}
.bg-check-in {
  background-color: #008453 !important;
}
a.bg-check-in:hover,
a.bg-check-in:focus,
button.bg-check-in:hover,
button.bg-check-in:focus {
  background-color: #005133 !important;
}
.bg-success-light-green {
  background-color: #e9f7ee !important;
}
a.bg-success-light-green:hover,
a.bg-success-light-green:focus,
button.bg-success-light-green:hover,
button.bg-success-light-green:focus {
  background-color: #c4e9d1 !important;
}
.bg-info-yellow {
  background-color: #DFA700 !important;
}
a.bg-info-yellow:hover,
a.bg-info-yellow:focus,
button.bg-info-yellow:hover,
button.bg-info-yellow:focus {
  background-color: #ac8100 !important;
}
.bg-info-light-yellow {
  background-color: #fcf8ec !important;
}
a.bg-info-light-yellow:hover,
a.bg-info-light-yellow:focus,
button.bg-info-light-yellow:hover,
button.bg-info-light-yellow:focus {
  background-color: #f5e8c0 !important;
}
.bg-sticker-green {
  background-color: #58ea71 !important;
}
a.bg-sticker-green:hover,
a.bg-sticker-green:focus,
button.bg-sticker-green:hover,
button.bg-sticker-green:focus {
  background-color: #2be44a !important;
}
.bg-sticker-blue {
  background-color: #509dff !important;
}
a.bg-sticker-blue:hover,
a.bg-sticker-blue:focus,
button.bg-sticker-blue:hover,
button.bg-sticker-blue:focus {
  background-color: #1d80ff !important;
}
.bg-sticker-purple {
  background-color: #a150e6 !important;
}
a.bg-sticker-purple:hover,
a.bg-sticker-purple:focus,
button.bg-sticker-purple:hover,
button.bg-sticker-purple:focus {
  background-color: #8923e0 !important;
}
.bg-sticker-pink {
  background-color: #f037a9 !important;
}
a.bg-sticker-pink:hover,
a.bg-sticker-pink:focus,
button.bg-sticker-pink:hover,
button.bg-sticker-pink:focus {
  background-color: #e31192 !important;
}
.bg-sticker-yellow {
  background-color: #f7df00 !important;
}
a.bg-sticker-yellow:hover,
a.bg-sticker-yellow:focus,
button.bg-sticker-yellow:hover,
button.bg-sticker-yellow:focus {
  background-color: #c4b100 !important;
}
.bg-sticker-orange {
  background-color: #f3b203 !important;
}
a.bg-sticker-orange:hover,
a.bg-sticker-orange:focus,
button.bg-sticker-orange:hover,
button.bg-sticker-orange:focus {
  background-color: #c18d02 !important;
}
.bg-category-designs {
  background-color: #5f1d75 !important;
}
a.bg-category-designs:hover,
a.bg-category-designs:focus,
button.bg-category-designs:hover,
button.bg-category-designs:focus {
  background-color: #3e134c !important;
}
.bg-category-samples {
  background-color: #21b254 !important;
}
a.bg-category-samples:hover,
a.bg-category-samples:focus,
button.bg-category-samples:hover,
button.bg-category-samples:focus {
  background-color: #198740 !important;
}
.bg-category-products {
  background-color: #e75a13 !important;
}
a.bg-category-products:hover,
a.bg-category-products:focus,
button.bg-category-products:hover,
button.bg-category-products:focus {
  background-color: #b8480f !important;
}
.bg-category-orders {
  background-color: #3091d3 !important;
}
a.bg-category-orders:hover,
a.bg-category-orders:focus,
button.bg-category-orders:hover,
button.bg-category-orders:focus {
  background-color: #2475ac !important;
}
.bg-category-quality-control {
  background-color: #e84ca0 !important;
}
a.bg-category-quality-control:hover,
a.bg-category-quality-control:focus,
button.bg-category-quality-control:hover,
button.bg-category-quality-control:focus {
  background-color: #e21f88 !important;
}
.bg-category-account {
  background-color: #fca313 !important;
}
a.bg-category-account:hover,
a.bg-category-account:focus,
button.bg-category-account:hover,
button.bg-category-account:focus {
  background-color: #d98703 !important;
}
.bg-category-sales {
  background-color: #2fbaa3 !important;
}
a.bg-category-sales:hover,
a.bg-category-sales:focus,
button.bg-category-sales:hover,
button.bg-category-sales:focus {
  background-color: #25917f !important;
}
.bg-tag-background {
  background-color: #f8eefe !important;
}
a.bg-tag-background:hover,
a.bg-tag-background:focus,
button.bg-tag-background:hover,
button.bg-tag-background:focus {
  background-color: #e4befb !important;
}
.bg-tag-border {
  background-color: #bd9ad1 !important;
}
a.bg-tag-border:hover,
a.bg-tag-border:focus,
button.bg-tag-border:hover,
button.bg-tag-border:focus {
  background-color: #a677c1 !important;
}
.bg-off-white {
  background-color: #fafafa !important;
}
a.bg-off-white:hover,
a.bg-off-white:focus,
button.bg-off-white:hover,
button.bg-off-white:focus {
  background-color: #e1e1e1 !important;
}
.bg-lightest-grey {
  background-color: #F6F5F3 !important;
}
a.bg-lightest-grey:hover,
a.bg-lightest-grey:focus,
button.bg-lightest-grey:hover,
button.bg-lightest-grey:focus {
  background-color: #e0ddd6 !important;
}
.bg-light-grey {
  background-color: #c6c6c6 !important;
}
a.bg-light-grey:hover,
a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #adadad !important;
}
.bg-grey {
  background-color: #e8e8e8 !important;
}
a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #cfcfcf !important;
}
.bg-mid-grey {
  background-color: #c6c6c6 !important;
}
a.bg-mid-grey:hover,
a.bg-mid-grey:focus,
button.bg-mid-grey:hover,
button.bg-mid-grey:focus {
  background-color: #adadad !important;
}
.bg-darkest-mid-grey {
  background-color: #979797 !important;
}
a.bg-darkest-mid-grey:hover,
a.bg-darkest-mid-grey:focus,
button.bg-darkest-mid-grey:hover,
button.bg-darkest-mid-grey:focus {
  background-color: #7e7e7e !important;
}
.bg-dark-grey {
  background-color: #645D57 !important;
}
a.bg-dark-grey:hover,
a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #49443f !important;
}
.bg-darkest-grey {
  background-color: #232a2b !important;
}
a.bg-darkest-grey:hover,
a.bg-darkest-grey:focus,
button.bg-darkest-grey:hover,
button.bg-darkest-grey:focus {
  background-color: #0c0f0f !important;
}
.bg-editable-cell {
  background-color: #f5f7ff !important;
}
a.bg-editable-cell:hover,
a.bg-editable-cell:focus,
button.bg-editable-cell:hover,
button.bg-editable-cell:focus {
  background-color: #c2ceff !important;
}
.bg-dark-aubergine {
  background-color: #3b2e41 !important;
}
a.bg-dark-aubergine:hover,
a.bg-dark-aubergine:focus,
button.bg-dark-aubergine:hover,
button.bg-dark-aubergine:focus {
  background-color: #201923 !important;
}
.bg-version-highlight {
  background-color: #fcf299 !important;
}
a.bg-version-highlight:hover,
a.bg-version-highlight:focus,
button.bg-version-highlight:hover,
button.bg-version-highlight:focus {
  background-color: #fbec67 !important;
}
.bg-pending-blue {
  background-color: #007AB2 !important;
}
a.bg-pending-blue:hover,
a.bg-pending-blue:focus,
button.bg-pending-blue:hover,
button.bg-pending-blue:focus {
  background-color: #00577f !important;
}
.bg-datepicker-header-border-color {
  background-color: #2A2523 !important;
}
a.bg-datepicker-header-border-color:hover,
a.bg-datepicker-header-border-color:focus,
button.bg-datepicker-header-border-color:hover,
button.bg-datepicker-header-border-color:focus {
  background-color: #0e0c0c !important;
}
.bg-primary-outline-background {
  background-color: transparent !important;
}
a.bg-primary-outline-background:hover,
a.bg-primary-outline-background:focus,
button.bg-primary-outline-background:hover,
button.bg-primary-outline-background:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-primary-outline-border {
  background-color: rgba(0, 0, 0, 0.16) !important;
}
a.bg-primary-outline-border:hover,
a.bg-primary-outline-border:focus,
button.bg-primary-outline-border:hover,
button.bg-primary-outline-border:focus {
  background-color: rgba(0, 0, 0, 0.16) !important;
}
.bg-primary-outline-hover-background {
  background-color: rgba(29, 25, 23, 0.05) !important;
}
a.bg-primary-outline-hover-background:hover,
a.bg-primary-outline-hover-background:focus,
button.bg-primary-outline-hover-background:hover,
button.bg-primary-outline-hover-background:focus {
  background-color: rgba(1, 0, 0, 0.05) !important;
}
.bg-primary-outline-hover-border {
  background-color: rgba(0, 0, 0, 0.24) !important;
}
a.bg-primary-outline-hover-border:hover,
a.bg-primary-outline-hover-border:focus,
button.bg-primary-outline-hover-border:hover,
button.bg-primary-outline-hover-border:focus {
  background-color: rgba(0, 0, 0, 0.24) !important;
}
.bg-primary-outline-active-background {
  background-color: rgba(121, 115, 108, 0.15) !important;
}
a.bg-primary-outline-active-background:hover,
a.bg-primary-outline-active-background:focus,
button.bg-primary-outline-active-background:hover,
button.bg-primary-outline-active-background:focus {
  background-color: rgba(94, 89, 84, 0.15) !important;
}
.bg-primary-outline-active-border {
  background-color: rgba(0, 0, 0, 0.32) !important;
}
a.bg-primary-outline-active-border:hover,
a.bg-primary-outline-active-border:focus,
button.bg-primary-outline-active-border:hover,
button.bg-primary-outline-active-border:focus {
  background-color: rgba(0, 0, 0, 0.32) !important;
}
.bg-primary-outline-background-disabled {
  background-color: transparent !important;
}
a.bg-primary-outline-background-disabled:hover,
a.bg-primary-outline-background-disabled:focus,
button.bg-primary-outline-background-disabled:hover,
button.bg-primary-outline-background-disabled:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-primary-outline-border-disabled {
  background-color: #D6D1C6 !important;
}
a.bg-primary-outline-border-disabled:hover,
a.bg-primary-outline-border-disabled:focus,
button.bg-primary-outline-border-disabled:hover,
button.bg-primary-outline-border-disabled:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-outline-color-disabled {
  background-color: #B5B0A6 !important;
}
a.bg-primary-outline-color-disabled:hover,
a.bg-primary-outline-color-disabled:focus,
button.bg-primary-outline-color-disabled:hover,
button.bg-primary-outline-color-disabled:focus {
  background-color: #9e978a !important;
}
.bg-primary-outline-color-disabled-dark {
  background-color: #6a6660 !important;
}
a.bg-primary-outline-color-disabled-dark:hover,
a.bg-primary-outline-color-disabled-dark:focus,
button.bg-primary-outline-color-disabled-dark:hover,
button.bg-primary-outline-color-disabled-dark:focus {
  background-color: #4f4c48 !important;
}
.bg-primary-black-background {
  background-color: #1E1B19 !important;
}
a.bg-primary-black-background:hover,
a.bg-primary-black-background:focus,
button.bg-primary-black-background:hover,
button.bg-primary-black-background:focus {
  background-color: #020202 !important;
}
.bg-primary-black-background-dark {
  background-color: #F6F5F3 !important;
}
a.bg-primary-black-background-dark:hover,
a.bg-primary-black-background-dark:focus,
button.bg-primary-black-background-dark:hover,
button.bg-primary-black-background-dark:focus {
  background-color: #e0ddd6 !important;
}
.bg-primary-black-hover-background {
  background-color: #35302D !important;
}
a.bg-primary-black-hover-background:hover,
a.bg-primary-black-hover-background:focus,
button.bg-primary-black-hover-background:hover,
button.bg-primary-black-hover-background:focus {
  background-color: #191716 !important;
}
.bg-primary-black-hover-background-dark {
  background-color: #E4E0D7 !important;
}
a.bg-primary-black-hover-background-dark:hover,
a.bg-primary-black-hover-background-dark:focus,
button.bg-primary-black-hover-background-dark:hover,
button.bg-primary-black-hover-background-dark:focus {
  background-color: #cfc8b9 !important;
}
.bg-primary-black-active-background {
  background-color: #4B4440 !important;
}
a.bg-primary-black-active-background:hover,
a.bg-primary-black-active-background:focus,
button.bg-primary-black-active-background:hover,
button.bg-primary-black-active-background:focus {
  background-color: #2f2b29 !important;
}
.bg-primary-black-active-background-dark {
  background-color: #D6D1C6 !important;
}
a.bg-primary-black-active-background-dark:hover,
a.bg-primary-black-active-background-dark:focus,
button.bg-primary-black-active-background-dark:hover,
button.bg-primary-black-active-background-dark:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-black-disabled-background {
  background-color: #D6D1C6 !important;
}
a.bg-primary-black-disabled-background:hover,
a.bg-primary-black-disabled-background:focus,
button.bg-primary-black-disabled-background:hover,
button.bg-primary-black-disabled-background:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-black-disabled-background-dark {
  background-color: #D6D1C6 !important;
}
a.bg-primary-black-disabled-background-dark:hover,
a.bg-primary-black-disabled-background-dark:focus,
button.bg-primary-black-disabled-background-dark:hover,
button.bg-primary-black-disabled-background-dark:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-black-disabled-border {
  background-color: #D6D1C6 !important;
}
a.bg-primary-black-disabled-border:hover,
a.bg-primary-black-disabled-border:focus,
button.bg-primary-black-disabled-border:hover,
button.bg-primary-black-disabled-border:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-black-disabled-border-dark {
  background-color: #D6D1C6 !important;
}
a.bg-primary-black-disabled-border-dark:hover,
a.bg-primary-black-disabled-border-dark:focus,
button.bg-primary-black-disabled-border-dark:hover,
button.bg-primary-black-disabled-border-dark:focus {
  background-color: #c1b9a8 !important;
}
.bg-primary-black-disabled-color {
  background-color: #968F87 !important;
}
a.bg-primary-black-disabled-color:hover,
a.bg-primary-black-disabled-color:focus,
button.bg-primary-black-disabled-color:hover,
button.bg-primary-black-disabled-color:focus {
  background-color: #7d766d !important;
}
.bg-primary-black-disabled-color-dark {
  background-color: #968F87 !important;
}
a.bg-primary-black-disabled-color-dark:hover,
a.bg-primary-black-disabled-color-dark:focus,
button.bg-primary-black-disabled-color-dark:hover,
button.bg-primary-black-disabled-color-dark:focus {
  background-color: #7d766d !important;
}
.bg-thead-background {
  background-color: #35302d !important;
}
a.bg-thead-background:hover,
a.bg-thead-background:focus,
button.bg-thead-background:hover,
button.bg-thead-background:focus {
  background-color: #191716 !important;
}
.bg-tbody-tr-active-background {
  background-color: #E4E0D7 !important;
}
a.bg-tbody-tr-active-background:hover,
a.bg-tbody-tr-active-background:focus,
button.bg-tbody-tr-active-background:hover,
button.bg-tbody-tr-active-background:focus {
  background-color: #cfc8b9 !important;
}
.bg-toggle-background {
  background-color: #D6D1C6 !important;
}
a.bg-toggle-background:hover,
a.bg-toggle-background:focus,
button.bg-toggle-background:hover,
button.bg-toggle-background:focus {
  background-color: #c1b9a8 !important;
}
.bg-toggle-checked-background {
  background-color: #1d1917 !important;
}
a.bg-toggle-checked-background:hover,
a.bg-toggle-checked-background:focus,
button.bg-toggle-checked-background:hover,
button.bg-toggle-checked-background:focus {
  background-color: #010000 !important;
}
.bg-dark-background-content {
  background-color: #191614 !important;
}
a.bg-dark-background-content:hover,
a.bg-dark-background-content:focus,
button.bg-dark-background-content:hover,
button.bg-dark-background-content:focus {
  background-color: black !important;
}
.bg-dark-border-content {
  background-color: #5b5653 !important;
}
a.bg-dark-border-content:hover,
a.bg-dark-border-content:focus,
button.bg-dark-border-content:hover,
button.bg-dark-border-content:focus {
  background-color: #403d3b !important;
}
.bg-dark-color-content {
  background-color: #908c89 !important;
}
a.bg-dark-color-content:hover,
a.bg-dark-color-content:focus,
button.bg-dark-color-content:hover,
button.bg-dark-color-content:focus {
  background-color: #77726f !important;
}
.bg-dark-background {
  background-color: #211E1B !important;
}
a.bg-dark-background:hover,
a.bg-dark-background:focus,
button.bg-dark-background:hover,
button.bg-dark-background:focus {
  background-color: #050504 !important;
}
.bg-dark-side-navigation-color {
  background-color: #D6D5D2 !important;
}
a.bg-dark-side-navigation-color:hover,
a.bg-dark-side-navigation-color:focus,
button.bg-dark-side-navigation-color:hover,
button.bg-dark-side-navigation-color:focus {
  background-color: #bebcb7 !important;
}
.bg-dark-side-navigation-color-hover {
  background-color: #F9F8F7 !important;
}
a.bg-dark-side-navigation-color-hover:hover,
a.bg-dark-side-navigation-color-hover:focus,
button.bg-dark-side-navigation-color-hover:hover,
button.bg-dark-side-navigation-color-hover:focus {
  background-color: #e3dfda !important;
}
.bg-dark-side-navigation-icon-color {
  background-color: #908C89 !important;
}
a.bg-dark-side-navigation-icon-color:hover,
a.bg-dark-side-navigation-icon-color:focus,
button.bg-dark-side-navigation-icon-color:hover,
button.bg-dark-side-navigation-icon-color:focus {
  background-color: #77726f !important;
}
.bg-dark-side-navigation-icon-color-active {
  background-color: #C8C6C3 !important;
}
a.bg-dark-side-navigation-icon-color-active:hover,
a.bg-dark-side-navigation-icon-color-active:focus,
button.bg-dark-side-navigation-icon-color-active:hover,
button.bg-dark-side-navigation-icon-color-active:focus {
  background-color: #b0ada8 !important;
}
.bg-dark-border-color {
  background-color: #5B5653 !important;
}
a.bg-dark-border-color:hover,
a.bg-dark-border-color:focus,
button.bg-dark-border-color:hover,
button.bg-dark-border-color:focus {
  background-color: #403d3b !important;
}
.bg-dark-badge-color {
  background-color: #141210 !important;
}
a.bg-dark-badge-color:hover,
a.bg-dark-badge-color:focus,
button.bg-dark-badge-color:hover,
button.bg-dark-badge-color:focus {
  background-color: black !important;
}
.bg-dark-kebab-active-background {
  background-color: #37322F !important;
}
a.bg-dark-kebab-active-background:hover,
a.bg-dark-kebab-active-background:focus,
button.bg-dark-kebab-active-background:hover,
button.bg-dark-kebab-active-background:focus {
  background-color: #1c1918 !important;
}
.bg-dark-filters-background {
  background-color: #110F0E !important;
}
a.bg-dark-filters-background:hover,
a.bg-dark-filters-background:focus,
button.bg-dark-filters-background:hover,
button.bg-dark-filters-background:focus {
  background-color: black !important;
}
.bg-dark-toggle-background {
  background-color: #4E4946 !important;
}
a.bg-dark-toggle-background:hover,
a.bg-dark-toggle-background:focus,
button.bg-dark-toggle-background:hover,
button.bg-dark-toggle-background:focus {
  background-color: #33302e !important;
}
.bg-dark-toggle-after-background {
  background-color: #9D9A97 !important;
}
a.bg-dark-toggle-after-background:hover,
a.bg-dark-toggle-after-background:focus,
button.bg-dark-toggle-after-background:hover,
button.bg-dark-toggle-after-background:focus {
  background-color: #84817d !important;
}
.bg-dark-toggle-disabled-background {
  background-color: #4f4a47 !important;
}
a.bg-dark-toggle-disabled-background:hover,
a.bg-dark-toggle-disabled-background:focus,
button.bg-dark-toggle-disabled-background:hover,
button.bg-dark-toggle-disabled-background:focus {
  background-color: #34312f !important;
}
.bg-dark-toggle-disabled-after-background {
  background-color: #686460 !important;
}
a.bg-dark-toggle-disabled-after-background:hover,
a.bg-dark-toggle-disabled-after-background:focus,
button.bg-dark-toggle-disabled-after-background:hover,
button.bg-dark-toggle-disabled-after-background:focus {
  background-color: #4d4b48 !important;
}
.bg-dark-toggle-checked-after-background {
  background-color: #211e1b !important;
}
a.bg-dark-toggle-checked-after-background:hover,
a.bg-dark-toggle-checked-after-background:focus,
button.bg-dark-toggle-checked-after-background:hover,
button.bg-dark-toggle-checked-after-background:focus {
  background-color: #050504 !important;
}
.bg-dark-datepicker-background {
  background-color: #37322f !important;
}
a.bg-dark-datepicker-background:hover,
a.bg-dark-datepicker-background:focus,
button.bg-dark-datepicker-background:hover,
button.bg-dark-datepicker-background:focus {
  background-color: #1c1918 !important;
}
.bg-dark-datepicker-box-shadow-color {
  background-color: #34302C !important;
}
a.bg-dark-datepicker-box-shadow-color:hover,
a.bg-dark-datepicker-box-shadow-color:focus,
button.bg-dark-datepicker-box-shadow-color:hover,
button.bg-dark-datepicker-box-shadow-color:focus {
  background-color: #181715 !important;
}
.bg-dark-datepicker-head-button-color {
  background-color: #f9f8f7 !important;
}
a.bg-dark-datepicker-head-button-color:hover,
a.bg-dark-datepicker-head-button-color:focus,
button.bg-dark-datepicker-head-button-color:hover,
button.bg-dark-datepicker-head-button-color:focus {
  background-color: #e3dfda !important;
}
.bg-dark-datepicker-body-color {
  background-color: #aba8a5 !important;
}
a.bg-dark-datepicker-body-color:hover,
a.bg-dark-datepicker-body-color:focus,
button.bg-dark-datepicker-body-color:hover,
button.bg-dark-datepicker-body-color:focus {
  background-color: #928f8b !important;
}
.bg-dark-datepicker-body-td-selected {
  background-color: #c8c6c3 !important;
}
a.bg-dark-datepicker-body-td-selected:hover,
a.bg-dark-datepicker-body-td-selected:focus,
button.bg-dark-datepicker-body-td-selected:hover,
button.bg-dark-datepicker-body-td-selected:focus {
  background-color: #b0ada8 !important;
}
.bg-numbers-table-background-color {
  background-color: #EEECE7 !important;
}
a.bg-numbers-table-background-color:hover,
a.bg-numbers-table-background-color:focus,
button.bg-numbers-table-background-color:hover,
button.bg-numbers-table-background-color:focus {
  background-color: #d9d4c9 !important;
}
.bg-circle-border-color {
  background-color: #e4e0d7 !important;
}
a.bg-circle-border-color:hover,
a.bg-circle-border-color:focus,
button.bg-circle-border-color:hover,
button.bg-circle-border-color:focus {
  background-color: #cfc8b9 !important;
}
.bg-circle-title-color {
  background-color: #615a54 !important;
}
a.bg-circle-title-color:hover,
a.bg-circle-title-color:focus,
button.bg-circle-title-color:hover,
button.bg-circle-title-color:focus {
  background-color: #46413c !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #090807 !important;
}
.border-top {
  border-top: 1px solid #090807 !important;
}
.border-right {
  border-right: 1px solid #090807 !important;
}
.border-bottom {
  border-bottom: 1px solid #090807 !important;
}
.border-left {
  border-left: 1px solid #090807 !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: #13100D !important;
}
.border-secondary {
  border-color: #615A54 !important;
}
.border-success {
  border-color: #21b254 !important;
}
.border-info {
  border-color: #DFA700 !important;
}
.border-warning {
  border-color: #ed7021 !important;
}
.border-danger {
  border-color: #CB1B19 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #645D57 !important;
}
.border-primary-disabled-bg {
  border-color: #d6d1c6 !important;
}
.border-primary-disabled-color {
  border-color: #968f87 !important;
}
.border-secondary-disabled-color {
  border-color: #968F87 !important;
}
.border-container-grey {
  border-color: #090807 !important;
}
.border-darkest-eastern-blue {
  border-color: #126c89 !important;
}
.border-darker-eastern-blue {
  border-color: #1587ad !important;
}
.border-link-hover-yellow {
  border-color: #B78900 !important;
}
.border-eastern-blue {
  border-color: #18a2b6 !important;
}
.border-aqua {
  border-color: #13100D !important;
}
.border-cerulean {
  border-color: #00a7d8 !important;
}
.border-light-blue {
  border-color: #bde4ea !important;
}
.border-lighter-blue {
  border-color: #cce8f0 !important;
}
.border-lightest-blue {
  border-color: #eef7f9 !important;
}
.border-outer-space {
  border-color: #27383c !important;
}
.border-play-pause {
  border-color: #02d5b5 !important;
}
.border-stop {
  border-color: #e55c5a !important;
}
.border-save {
  border-color: #b84a99 !important;
}
.border-error-red {
  border-color: #CB1B19 !important;
}
.border-error-pink {
  border-color: #f4d9dc !important;
}
.border-field-validation {
  border-color: #fbf0f1 !important;
}
.border-notifications-pink {
  border-color: #f45d5d !important;
}
.border-notifications-grey {
  border-color: #979797 !important;
}
.border-notifications-yellow {
  border-color: #DFA700 !important;
}
.border-notifications-yellow-dark {
  border-color: #CB9700 !important;
}
.border-warning-amber {
  border-color: #ed7021 !important;
}
.border-warning-light-orange {
  border-color: #fdefe7 !important;
}
.border-success-green {
  border-color: #21b254 !important;
}
.border-check-in {
  border-color: #008453 !important;
}
.border-success-light-green {
  border-color: #e9f7ee !important;
}
.border-info-yellow {
  border-color: #DFA700 !important;
}
.border-info-light-yellow {
  border-color: #fcf8ec !important;
}
.border-sticker-green {
  border-color: #58ea71 !important;
}
.border-sticker-blue {
  border-color: #509dff !important;
}
.border-sticker-purple {
  border-color: #a150e6 !important;
}
.border-sticker-pink {
  border-color: #f037a9 !important;
}
.border-sticker-yellow {
  border-color: #f7df00 !important;
}
.border-sticker-orange {
  border-color: #f3b203 !important;
}
.border-category-designs {
  border-color: #5f1d75 !important;
}
.border-category-samples {
  border-color: #21b254 !important;
}
.border-category-products {
  border-color: #e75a13 !important;
}
.border-category-orders {
  border-color: #3091d3 !important;
}
.border-category-quality-control {
  border-color: #e84ca0 !important;
}
.border-category-account {
  border-color: #fca313 !important;
}
.border-category-sales {
  border-color: #2fbaa3 !important;
}
.border-tag-background {
  border-color: #f8eefe !important;
}
.border-tag-border {
  border-color: #bd9ad1 !important;
}
.border-off-white {
  border-color: #fafafa !important;
}
.border-lightest-grey {
  border-color: #F6F5F3 !important;
}
.border-light-grey {
  border-color: #c6c6c6 !important;
}
.border-grey {
  border-color: #e8e8e8 !important;
}
.border-mid-grey {
  border-color: #c6c6c6 !important;
}
.border-darkest-mid-grey {
  border-color: #979797 !important;
}
.border-dark-grey {
  border-color: #645D57 !important;
}
.border-darkest-grey {
  border-color: #232a2b !important;
}
.border-editable-cell {
  border-color: #f5f7ff !important;
}
.border-dark-aubergine {
  border-color: #3b2e41 !important;
}
.border-version-highlight {
  border-color: #fcf299 !important;
}
.border-pending-blue {
  border-color: #007AB2 !important;
}
.border-datepicker-header-border-color {
  border-color: #2A2523 !important;
}
.border-primary-outline-background {
  border-color: transparent !important;
}
.border-primary-outline-border {
  border-color: rgba(0, 0, 0, 0.16) !important;
}
.border-primary-outline-hover-background {
  border-color: rgba(29, 25, 23, 0.05) !important;
}
.border-primary-outline-hover-border {
  border-color: rgba(0, 0, 0, 0.24) !important;
}
.border-primary-outline-active-background {
  border-color: rgba(121, 115, 108, 0.15) !important;
}
.border-primary-outline-active-border {
  border-color: rgba(0, 0, 0, 0.32) !important;
}
.border-primary-outline-background-disabled {
  border-color: transparent !important;
}
.border-primary-outline-border-disabled {
  border-color: #D6D1C6 !important;
}
.border-primary-outline-color-disabled {
  border-color: #B5B0A6 !important;
}
.border-primary-outline-color-disabled-dark {
  border-color: #6a6660 !important;
}
.border-primary-black-background {
  border-color: #1E1B19 !important;
}
.border-primary-black-background-dark {
  border-color: #F6F5F3 !important;
}
.border-primary-black-hover-background {
  border-color: #35302D !important;
}
.border-primary-black-hover-background-dark {
  border-color: #E4E0D7 !important;
}
.border-primary-black-active-background {
  border-color: #4B4440 !important;
}
.border-primary-black-active-background-dark {
  border-color: #D6D1C6 !important;
}
.border-primary-black-disabled-background {
  border-color: #D6D1C6 !important;
}
.border-primary-black-disabled-background-dark {
  border-color: #D6D1C6 !important;
}
.border-primary-black-disabled-border {
  border-color: #D6D1C6 !important;
}
.border-primary-black-disabled-border-dark {
  border-color: #D6D1C6 !important;
}
.border-primary-black-disabled-color {
  border-color: #968F87 !important;
}
.border-primary-black-disabled-color-dark {
  border-color: #968F87 !important;
}
.border-thead-background {
  border-color: #35302d !important;
}
.border-tbody-tr-active-background {
  border-color: #E4E0D7 !important;
}
.border-toggle-background {
  border-color: #D6D1C6 !important;
}
.border-toggle-checked-background {
  border-color: #1d1917 !important;
}
.border-dark-background-content {
  border-color: #191614 !important;
}
.border-dark-border-content {
  border-color: #5b5653 !important;
}
.border-dark-color-content {
  border-color: #908c89 !important;
}
.border-dark-background {
  border-color: #211E1B !important;
}
.border-dark-side-navigation-color {
  border-color: #D6D5D2 !important;
}
.border-dark-side-navigation-color-hover {
  border-color: #F9F8F7 !important;
}
.border-dark-side-navigation-icon-color {
  border-color: #908C89 !important;
}
.border-dark-side-navigation-icon-color-active {
  border-color: #C8C6C3 !important;
}
.border-dark-border-color {
  border-color: #5B5653 !important;
}
.border-dark-badge-color {
  border-color: #141210 !important;
}
.border-dark-kebab-active-background {
  border-color: #37322F !important;
}
.border-dark-filters-background {
  border-color: #110F0E !important;
}
.border-dark-toggle-background {
  border-color: #4E4946 !important;
}
.border-dark-toggle-after-background {
  border-color: #9D9A97 !important;
}
.border-dark-toggle-disabled-background {
  border-color: #4f4a47 !important;
}
.border-dark-toggle-disabled-after-background {
  border-color: #686460 !important;
}
.border-dark-toggle-checked-after-background {
  border-color: #211e1b !important;
}
.border-dark-datepicker-background {
  border-color: #37322f !important;
}
.border-dark-datepicker-box-shadow-color {
  border-color: #34302C !important;
}
.border-dark-datepicker-head-button-color {
  border-color: #f9f8f7 !important;
}
.border-dark-datepicker-body-color {
  border-color: #aba8a5 !important;
}
.border-dark-datepicker-body-td-selected {
  border-color: #c8c6c3 !important;
}
.border-numbers-table-background-color {
  border-color: #EEECE7 !important;
}
.border-circle-border-color {
  border-color: #e4e0d7 !important;
}
.border-circle-title-color {
  border-color: #615a54 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.5rem !important;
}
.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1330px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1330px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1330px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1061;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1061;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2,
.my-2 {
  margin-top: 1rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.mt-4,
.my-4 {
  margin-top: 2rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}
.m-xxxs {
  margin: 0.25rem !important;
}
.mt-xxxs,
.my-xxxs {
  margin-top: 0.25rem !important;
}
.mr-xxxs,
.mx-xxxs {
  margin-right: 0.25rem !important;
}
.mb-xxxs,
.my-xxxs {
  margin-bottom: 0.25rem !important;
}
.ml-xxxs,
.mx-xxxs {
  margin-left: 0.25rem !important;
}
.m-xxs {
  margin: 0.5rem !important;
}
.mt-xxs,
.my-xxs {
  margin-top: 0.5rem !important;
}
.mr-xxs,
.mx-xxs {
  margin-right: 0.5rem !important;
}
.mb-xxs,
.my-xxs {
  margin-bottom: 0.5rem !important;
}
.ml-xxs,
.mx-xxs {
  margin-left: 0.5rem !important;
}
.m-xs {
  margin: 1rem !important;
}
.mt-xs,
.my-xs {
  margin-top: 1rem !important;
}
.mr-xs,
.mx-xs {
  margin-right: 1rem !important;
}
.mb-xs,
.my-xs {
  margin-bottom: 1rem !important;
}
.ml-xs,
.mx-xs {
  margin-left: 1rem !important;
}
.m-sm {
  margin: 1.5rem !important;
}
.mt-sm,
.my-sm {
  margin-top: 1.5rem !important;
}
.mr-sm,
.mx-sm {
  margin-right: 1.5rem !important;
}
.mb-sm,
.my-sm {
  margin-bottom: 1.5rem !important;
}
.ml-sm,
.mx-sm {
  margin-left: 1.5rem !important;
}
.m-md {
  margin: 2rem !important;
}
.mt-md,
.my-md {
  margin-top: 2rem !important;
}
.mr-md,
.mx-md {
  margin-right: 2rem !important;
}
.mb-md,
.my-md {
  margin-bottom: 2rem !important;
}
.ml-md,
.mx-md {
  margin-left: 2rem !important;
}
.m-lg {
  margin: 2.5rem !important;
}
.mt-lg,
.my-lg {
  margin-top: 2.5rem !important;
}
.mr-lg,
.mx-lg {
  margin-right: 2.5rem !important;
}
.mb-lg,
.my-lg {
  margin-bottom: 2.5rem !important;
}
.ml-lg,
.mx-lg {
  margin-left: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6,
.my-6 {
  margin-top: 3rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}
.m-xl {
  margin: 3rem !important;
}
.mt-xl,
.my-xl {
  margin-top: 3rem !important;
}
.mr-xl,
.mx-xl {
  margin-right: 3rem !important;
}
.mb-xl,
.my-xl {
  margin-bottom: 3rem !important;
}
.ml-xl,
.mx-xl {
  margin-left: 3rem !important;
}
.m-xxl {
  margin: 3.5rem !important;
}
.mt-xxl,
.my-xxl {
  margin-top: 3.5rem !important;
}
.mr-xxl,
.mx-xxl {
  margin-right: 3.5rem !important;
}
.mb-xxl,
.my-xxl {
  margin-bottom: 3.5rem !important;
}
.ml-xxl,
.mx-xxl {
  margin-left: 3.5rem !important;
}
.m-xxxl {
  margin: 4rem !important;
}
.mt-xxxl,
.my-xxxl {
  margin-top: 4rem !important;
}
.mr-xxxl,
.mx-xxxl {
  margin-right: 4rem !important;
}
.mb-xxxl,
.my-xxxl {
  margin-bottom: 4rem !important;
}
.ml-xxxl,
.mx-xxxl {
  margin-left: 4rem !important;
}
.m-xxxxl {
  margin: 4.5rem !important;
}
.mt-xxxxl,
.my-xxxxl {
  margin-top: 4.5rem !important;
}
.mr-xxxxl,
.mx-xxxxl {
  margin-right: 4.5rem !important;
}
.mb-xxxxl,
.my-xxxxl {
  margin-bottom: 4.5rem !important;
}
.ml-xxxxl,
.mx-xxxxl {
  margin-left: 4.5rem !important;
}
.m-xxxxxl {
  margin: 9rem !important;
}
.mt-xxxxxl,
.my-xxxxxl {
  margin-top: 9rem !important;
}
.mr-xxxxxl,
.mx-xxxxxl {
  margin-right: 9rem !important;
}
.mb-xxxxxl,
.my-xxxxxl {
  margin-bottom: 9rem !important;
}
.ml-xxxxxl,
.mx-xxxxxl {
  margin-left: 9rem !important;
}
.m-xxxxxxl {
  margin: 10rem !important;
}
.mt-xxxxxxl,
.my-xxxxxxl {
  margin-top: 10rem !important;
}
.mr-xxxxxxl,
.mx-xxxxxxl {
  margin-right: 10rem !important;
}
.mb-xxxxxxl,
.my-xxxxxxl {
  margin-bottom: 10rem !important;
}
.ml-xxxxxxl,
.mx-xxxxxxl {
  margin-left: 10rem !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.5rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.pt-2,
.py-2 {
  padding-top: 1rem !important;
}
.pr-2,
.px-2 {
  padding-right: 1rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}
.pl-2,
.px-2 {
  padding-left: 1rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.pt-4,
.py-4 {
  padding-top: 2rem !important;
}
.pr-4,
.px-4 {
  padding-right: 2rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}
.pl-4,
.px-4 {
  padding-left: 2rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}
.p-xxxs {
  padding: 0.25rem !important;
}
.pt-xxxs,
.py-xxxs {
  padding-top: 0.25rem !important;
}
.pr-xxxs,
.px-xxxs {
  padding-right: 0.25rem !important;
}
.pb-xxxs,
.py-xxxs {
  padding-bottom: 0.25rem !important;
}
.pl-xxxs,
.px-xxxs {
  padding-left: 0.25rem !important;
}
.p-xxs {
  padding: 0.5rem !important;
}
.pt-xxs,
.py-xxs {
  padding-top: 0.5rem !important;
}
.pr-xxs,
.px-xxs {
  padding-right: 0.5rem !important;
}
.pb-xxs,
.py-xxs {
  padding-bottom: 0.5rem !important;
}
.pl-xxs,
.px-xxs {
  padding-left: 0.5rem !important;
}
.p-xs {
  padding: 1rem !important;
}
.pt-xs,
.py-xs {
  padding-top: 1rem !important;
}
.pr-xs,
.px-xs {
  padding-right: 1rem !important;
}
.pb-xs,
.py-xs {
  padding-bottom: 1rem !important;
}
.pl-xs,
.px-xs {
  padding-left: 1rem !important;
}
.p-sm {
  padding: 1.5rem !important;
}
.pt-sm,
.py-sm {
  padding-top: 1.5rem !important;
}
.pr-sm,
.px-sm {
  padding-right: 1.5rem !important;
}
.pb-sm,
.py-sm {
  padding-bottom: 1.5rem !important;
}
.pl-sm,
.px-sm {
  padding-left: 1.5rem !important;
}
.p-md {
  padding: 2rem !important;
}
.pt-md,
.py-md {
  padding-top: 2rem !important;
}
.pr-md,
.px-md {
  padding-right: 2rem !important;
}
.pb-md,
.py-md {
  padding-bottom: 2rem !important;
}
.pl-md,
.px-md {
  padding-left: 2rem !important;
}
.p-lg {
  padding: 2.5rem !important;
}
.pt-lg,
.py-lg {
  padding-top: 2.5rem !important;
}
.pr-lg,
.px-lg {
  padding-right: 2.5rem !important;
}
.pb-lg,
.py-lg {
  padding-bottom: 2.5rem !important;
}
.pl-lg,
.px-lg {
  padding-left: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6,
.py-6 {
  padding-top: 3rem !important;
}
.pr-6,
.px-6 {
  padding-right: 3rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}
.pl-6,
.px-6 {
  padding-left: 3rem !important;
}
.p-xl {
  padding: 3rem !important;
}
.pt-xl,
.py-xl {
  padding-top: 3rem !important;
}
.pr-xl,
.px-xl {
  padding-right: 3rem !important;
}
.pb-xl,
.py-xl {
  padding-bottom: 3rem !important;
}
.pl-xl,
.px-xl {
  padding-left: 3rem !important;
}
.p-xxl {
  padding: 3.5rem !important;
}
.pt-xxl,
.py-xxl {
  padding-top: 3.5rem !important;
}
.pr-xxl,
.px-xxl {
  padding-right: 3.5rem !important;
}
.pb-xxl,
.py-xxl {
  padding-bottom: 3.5rem !important;
}
.pl-xxl,
.px-xxl {
  padding-left: 3.5rem !important;
}
.p-xxxl {
  padding: 4rem !important;
}
.pt-xxxl,
.py-xxxl {
  padding-top: 4rem !important;
}
.pr-xxxl,
.px-xxxl {
  padding-right: 4rem !important;
}
.pb-xxxl,
.py-xxxl {
  padding-bottom: 4rem !important;
}
.pl-xxxl,
.px-xxxl {
  padding-left: 4rem !important;
}
.p-xxxxl {
  padding: 4.5rem !important;
}
.pt-xxxxl,
.py-xxxxl {
  padding-top: 4.5rem !important;
}
.pr-xxxxl,
.px-xxxxl {
  padding-right: 4.5rem !important;
}
.pb-xxxxl,
.py-xxxxl {
  padding-bottom: 4.5rem !important;
}
.pl-xxxxl,
.px-xxxxl {
  padding-left: 4.5rem !important;
}
.p-xxxxxl {
  padding: 9rem !important;
}
.pt-xxxxxl,
.py-xxxxxl {
  padding-top: 9rem !important;
}
.pr-xxxxxl,
.px-xxxxxl {
  padding-right: 9rem !important;
}
.pb-xxxxxl,
.py-xxxxxl {
  padding-bottom: 9rem !important;
}
.pl-xxxxxl,
.px-xxxxxl {
  padding-left: 9rem !important;
}
.p-xxxxxxl {
  padding: 10rem !important;
}
.pt-xxxxxxl,
.py-xxxxxxl {
  padding-top: 10rem !important;
}
.pr-xxxxxxl,
.px-xxxxxxl {
  padding-right: 10rem !important;
}
.pb-xxxxxxl,
.py-xxxxxxl {
  padding-bottom: 10rem !important;
}
.pl-xxxxxxl,
.px-xxxxxxl {
  padding-left: 10rem !important;
}
.m-n1 {
  margin: -0.5rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}
.m-n2 {
  margin: -1rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}
.m-n3 {
  margin: -1.5rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}
.m-n4 {
  margin: -2rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}
.m-n5 {
  margin: -2.5rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !important;
}
.m-nxxxs {
  margin: -0.25rem !important;
}
.mt-nxxxs,
.my-nxxxs {
  margin-top: -0.25rem !important;
}
.mr-nxxxs,
.mx-nxxxs {
  margin-right: -0.25rem !important;
}
.mb-nxxxs,
.my-nxxxs {
  margin-bottom: -0.25rem !important;
}
.ml-nxxxs,
.mx-nxxxs {
  margin-left: -0.25rem !important;
}
.m-nxxs {
  margin: -0.5rem !important;
}
.mt-nxxs,
.my-nxxs {
  margin-top: -0.5rem !important;
}
.mr-nxxs,
.mx-nxxs {
  margin-right: -0.5rem !important;
}
.mb-nxxs,
.my-nxxs {
  margin-bottom: -0.5rem !important;
}
.ml-nxxs,
.mx-nxxs {
  margin-left: -0.5rem !important;
}
.m-nxs {
  margin: -1rem !important;
}
.mt-nxs,
.my-nxs {
  margin-top: -1rem !important;
}
.mr-nxs,
.mx-nxs {
  margin-right: -1rem !important;
}
.mb-nxs,
.my-nxs {
  margin-bottom: -1rem !important;
}
.ml-nxs,
.mx-nxs {
  margin-left: -1rem !important;
}
.m-nsm {
  margin: -1.5rem !important;
}
.mt-nsm,
.my-nsm {
  margin-top: -1.5rem !important;
}
.mr-nsm,
.mx-nsm {
  margin-right: -1.5rem !important;
}
.mb-nsm,
.my-nsm {
  margin-bottom: -1.5rem !important;
}
.ml-nsm,
.mx-nsm {
  margin-left: -1.5rem !important;
}
.m-nmd {
  margin: -2rem !important;
}
.mt-nmd,
.my-nmd {
  margin-top: -2rem !important;
}
.mr-nmd,
.mx-nmd {
  margin-right: -2rem !important;
}
.mb-nmd,
.my-nmd {
  margin-bottom: -2rem !important;
}
.ml-nmd,
.mx-nmd {
  margin-left: -2rem !important;
}
.m-nlg {
  margin: -2.5rem !important;
}
.mt-nlg,
.my-nlg {
  margin-top: -2.5rem !important;
}
.mr-nlg,
.mx-nlg {
  margin-right: -2.5rem !important;
}
.mb-nlg,
.my-nlg {
  margin-bottom: -2.5rem !important;
}
.ml-nlg,
.mx-nlg {
  margin-left: -2.5rem !important;
}
.m-n6 {
  margin: -3rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}
.m-nxl {
  margin: -3rem !important;
}
.mt-nxl,
.my-nxl {
  margin-top: -3rem !important;
}
.mr-nxl,
.mx-nxl {
  margin-right: -3rem !important;
}
.mb-nxl,
.my-nxl {
  margin-bottom: -3rem !important;
}
.ml-nxl,
.mx-nxl {
  margin-left: -3rem !important;
}
.m-nxxl {
  margin: -3.5rem !important;
}
.mt-nxxl,
.my-nxxl {
  margin-top: -3.5rem !important;
}
.mr-nxxl,
.mx-nxxl {
  margin-right: -3.5rem !important;
}
.mb-nxxl,
.my-nxxl {
  margin-bottom: -3.5rem !important;
}
.ml-nxxl,
.mx-nxxl {
  margin-left: -3.5rem !important;
}
.m-nxxxl {
  margin: -4rem !important;
}
.mt-nxxxl,
.my-nxxxl {
  margin-top: -4rem !important;
}
.mr-nxxxl,
.mx-nxxxl {
  margin-right: -4rem !important;
}
.mb-nxxxl,
.my-nxxxl {
  margin-bottom: -4rem !important;
}
.ml-nxxxl,
.mx-nxxxl {
  margin-left: -4rem !important;
}
.m-nxxxxl {
  margin: -4.5rem !important;
}
.mt-nxxxxl,
.my-nxxxxl {
  margin-top: -4.5rem !important;
}
.mr-nxxxxl,
.mx-nxxxxl {
  margin-right: -4.5rem !important;
}
.mb-nxxxxl,
.my-nxxxxl {
  margin-bottom: -4.5rem !important;
}
.ml-nxxxxl,
.mx-nxxxxl {
  margin-left: -4.5rem !important;
}
.m-nxxxxxl {
  margin: -9rem !important;
}
.mt-nxxxxxl,
.my-nxxxxxl {
  margin-top: -9rem !important;
}
.mr-nxxxxxl,
.mx-nxxxxxl {
  margin-right: -9rem !important;
}
.mb-nxxxxxl,
.my-nxxxxxl {
  margin-bottom: -9rem !important;
}
.ml-nxxxxxl,
.mx-nxxxxxl {
  margin-left: -9rem !important;
}
.m-nxxxxxxl {
  margin: -10rem !important;
}
.mt-nxxxxxxl,
.my-nxxxxxxl {
  margin-top: -10rem !important;
}
.mr-nxxxxxxl,
.mx-nxxxxxxl {
  margin-right: -10rem !important;
}
.mb-nxxxxxxl,
.my-nxxxxxxl {
  margin-bottom: -10rem !important;
}
.ml-nxxxxxxl,
.mx-nxxxxxxl {
  margin-left: -10rem !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.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .m-sm-xxxs {
    margin: 0.25rem !important;
  }
  .mt-sm-xxxs,
  .my-sm-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-sm-xxxs,
  .mx-sm-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-sm-xxxs,
  .my-sm-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-xxxs,
  .mx-sm-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-sm-xxs {
    margin: 0.5rem !important;
  }
  .mt-sm-xxs,
  .my-sm-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-sm-xxs,
  .mx-sm-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-sm-xxs,
  .my-sm-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-xxs,
  .mx-sm-xxs {
    margin-left: 0.5rem !important;
  }
  .m-sm-xs {
    margin: 1rem !important;
  }
  .mt-sm-xs,
  .my-sm-xs {
    margin-top: 1rem !important;
  }
  .mr-sm-xs,
  .mx-sm-xs {
    margin-right: 1rem !important;
  }
  .mb-sm-xs,
  .my-sm-xs {
    margin-bottom: 1rem !important;
  }
  .ml-sm-xs,
  .mx-sm-xs {
    margin-left: 1rem !important;
  }
  .m-sm-sm {
    margin: 1.5rem !important;
  }
  .mt-sm-sm,
  .my-sm-sm {
    margin-top: 1.5rem !important;
  }
  .mr-sm-sm,
  .mx-sm-sm {
    margin-right: 1.5rem !important;
  }
  .mb-sm-sm,
  .my-sm-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-sm,
  .mx-sm-sm {
    margin-left: 1.5rem !important;
  }
  .m-sm-md {
    margin: 2rem !important;
  }
  .mt-sm-md,
  .my-sm-md {
    margin-top: 2rem !important;
  }
  .mr-sm-md,
  .mx-sm-md {
    margin-right: 2rem !important;
  }
  .mb-sm-md,
  .my-sm-md {
    margin-bottom: 2rem !important;
  }
  .ml-sm-md,
  .mx-sm-md {
    margin-left: 2rem !important;
  }
  .m-sm-lg {
    margin: 2.5rem !important;
  }
  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 2.5rem !important;
  }
  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 2.5rem !important;
  }
  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-xl {
    margin: 3rem !important;
  }
  .mt-sm-xl,
  .my-sm-xl {
    margin-top: 3rem !important;
  }
  .mr-sm-xl,
  .mx-sm-xl {
    margin-right: 3rem !important;
  }
  .mb-sm-xl,
  .my-sm-xl {
    margin-bottom: 3rem !important;
  }
  .ml-sm-xl,
  .mx-sm-xl {
    margin-left: 3rem !important;
  }
  .m-sm-xxl {
    margin: 3.5rem !important;
  }
  .mt-sm-xxl,
  .my-sm-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-sm-xxl,
  .mx-sm-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-sm-xxl,
  .my-sm-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-xxl,
  .mx-sm-xxl {
    margin-left: 3.5rem !important;
  }
  .m-sm-xxxl {
    margin: 4rem !important;
  }
  .mt-sm-xxxl,
  .my-sm-xxxl {
    margin-top: 4rem !important;
  }
  .mr-sm-xxxl,
  .mx-sm-xxxl {
    margin-right: 4rem !important;
  }
  .mb-sm-xxxl,
  .my-sm-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-sm-xxxl,
  .mx-sm-xxxl {
    margin-left: 4rem !important;
  }
  .m-sm-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-sm-xxxxl,
  .my-sm-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-sm-xxxxl,
  .mx-sm-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-sm-xxxxl,
  .my-sm-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-xxxxl,
  .mx-sm-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-sm-xxxxxl {
    margin: 9rem !important;
  }
  .mt-sm-xxxxxl,
  .my-sm-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-sm-xxxxxl,
  .mx-sm-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-sm-xxxxxl,
  .my-sm-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-sm-xxxxxl,
  .mx-sm-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-sm-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-sm-xxxxxxl,
  .my-sm-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-sm-xxxxxxl,
  .mx-sm-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-sm-xxxxxxl,
  .my-sm-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-sm-xxxxxxl,
  .mx-sm-xxxxxxl {
    margin-left: 10rem !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.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .p-sm-xxxs {
    padding: 0.25rem !important;
  }
  .pt-sm-xxxs,
  .py-sm-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-sm-xxxs,
  .px-sm-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-sm-xxxs,
  .py-sm-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-xxxs,
  .px-sm-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-sm-xxs {
    padding: 0.5rem !important;
  }
  .pt-sm-xxs,
  .py-sm-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-sm-xxs,
  .px-sm-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-sm-xxs,
  .py-sm-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-xxs,
  .px-sm-xxs {
    padding-left: 0.5rem !important;
  }
  .p-sm-xs {
    padding: 1rem !important;
  }
  .pt-sm-xs,
  .py-sm-xs {
    padding-top: 1rem !important;
  }
  .pr-sm-xs,
  .px-sm-xs {
    padding-right: 1rem !important;
  }
  .pb-sm-xs,
  .py-sm-xs {
    padding-bottom: 1rem !important;
  }
  .pl-sm-xs,
  .px-sm-xs {
    padding-left: 1rem !important;
  }
  .p-sm-sm {
    padding: 1.5rem !important;
  }
  .pt-sm-sm,
  .py-sm-sm {
    padding-top: 1.5rem !important;
  }
  .pr-sm-sm,
  .px-sm-sm {
    padding-right: 1.5rem !important;
  }
  .pb-sm-sm,
  .py-sm-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-sm,
  .px-sm-sm {
    padding-left: 1.5rem !important;
  }
  .p-sm-md {
    padding: 2rem !important;
  }
  .pt-sm-md,
  .py-sm-md {
    padding-top: 2rem !important;
  }
  .pr-sm-md,
  .px-sm-md {
    padding-right: 2rem !important;
  }
  .pb-sm-md,
  .py-sm-md {
    padding-bottom: 2rem !important;
  }
  .pl-sm-md,
  .px-sm-md {
    padding-left: 2rem !important;
  }
  .p-sm-lg {
    padding: 2.5rem !important;
  }
  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 2.5rem !important;
  }
  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 2.5rem !important;
  }
  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-xl {
    padding: 3rem !important;
  }
  .pt-sm-xl,
  .py-sm-xl {
    padding-top: 3rem !important;
  }
  .pr-sm-xl,
  .px-sm-xl {
    padding-right: 3rem !important;
  }
  .pb-sm-xl,
  .py-sm-xl {
    padding-bottom: 3rem !important;
  }
  .pl-sm-xl,
  .px-sm-xl {
    padding-left: 3rem !important;
  }
  .p-sm-xxl {
    padding: 3.5rem !important;
  }
  .pt-sm-xxl,
  .py-sm-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-sm-xxl,
  .px-sm-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-sm-xxl,
  .py-sm-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-xxl,
  .px-sm-xxl {
    padding-left: 3.5rem !important;
  }
  .p-sm-xxxl {
    padding: 4rem !important;
  }
  .pt-sm-xxxl,
  .py-sm-xxxl {
    padding-top: 4rem !important;
  }
  .pr-sm-xxxl,
  .px-sm-xxxl {
    padding-right: 4rem !important;
  }
  .pb-sm-xxxl,
  .py-sm-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-sm-xxxl,
  .px-sm-xxxl {
    padding-left: 4rem !important;
  }
  .p-sm-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-sm-xxxxl,
  .py-sm-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-sm-xxxxl,
  .px-sm-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-sm-xxxxl,
  .py-sm-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-xxxxl,
  .px-sm-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-sm-xxxxxl {
    padding: 9rem !important;
  }
  .pt-sm-xxxxxl,
  .py-sm-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-sm-xxxxxl,
  .px-sm-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-sm-xxxxxl,
  .py-sm-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-sm-xxxxxl,
  .px-sm-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-sm-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-sm-xxxxxxl,
  .py-sm-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-sm-xxxxxxl,
  .px-sm-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-sm-xxxxxxl,
  .py-sm-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-sm-xxxxxxl,
  .px-sm-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -2.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !important;
  }
  .m-sm-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-sm-nxxxs,
  .my-sm-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-sm-nxxxs,
  .mx-sm-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-sm-nxxxs,
  .my-sm-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-nxxxs,
  .mx-sm-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-sm-nxxs {
    margin: -0.5rem !important;
  }
  .mt-sm-nxxs,
  .my-sm-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-sm-nxxs,
  .mx-sm-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-sm-nxxs,
  .my-sm-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-nxxs,
  .mx-sm-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-sm-nxs {
    margin: -1rem !important;
  }
  .mt-sm-nxs,
  .my-sm-nxs {
    margin-top: -1rem !important;
  }
  .mr-sm-nxs,
  .mx-sm-nxs {
    margin-right: -1rem !important;
  }
  .mb-sm-nxs,
  .my-sm-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-sm-nxs,
  .mx-sm-nxs {
    margin-left: -1rem !important;
  }
  .m-sm-nsm {
    margin: -1.5rem !important;
  }
  .mt-sm-nsm,
  .my-sm-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-sm-nsm,
  .mx-sm-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-sm-nsm,
  .my-sm-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-nsm,
  .mx-sm-nsm {
    margin-left: -1.5rem !important;
  }
  .m-sm-nmd {
    margin: -2rem !important;
  }
  .mt-sm-nmd,
  .my-sm-nmd {
    margin-top: -2rem !important;
  }
  .mr-sm-nmd,
  .mx-sm-nmd {
    margin-right: -2rem !important;
  }
  .mb-sm-nmd,
  .my-sm-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-sm-nmd,
  .mx-sm-nmd {
    margin-left: -2rem !important;
  }
  .m-sm-nlg {
    margin: -2.5rem !important;
  }
  .mt-sm-nlg,
  .my-sm-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-sm-nlg,
  .mx-sm-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-sm-nlg,
  .my-sm-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-nlg,
  .mx-sm-nlg {
    margin-left: -2.5rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important;
  }
  .m-sm-nxl {
    margin: -3rem !important;
  }
  .mt-sm-nxl,
  .my-sm-nxl {
    margin-top: -3rem !important;
  }
  .mr-sm-nxl,
  .mx-sm-nxl {
    margin-right: -3rem !important;
  }
  .mb-sm-nxl,
  .my-sm-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-sm-nxl,
  .mx-sm-nxl {
    margin-left: -3rem !important;
  }
  .m-sm-nxxl {
    margin: -3.5rem !important;
  }
  .mt-sm-nxxl,
  .my-sm-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-sm-nxxl,
  .mx-sm-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-sm-nxxl,
  .my-sm-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-nxxl,
  .mx-sm-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-sm-nxxxl {
    margin: -4rem !important;
  }
  .mt-sm-nxxxl,
  .my-sm-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-sm-nxxxl,
  .mx-sm-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-sm-nxxxl,
  .my-sm-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-sm-nxxxl,
  .mx-sm-nxxxl {
    margin-left: -4rem !important;
  }
  .m-sm-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-sm-nxxxxl,
  .my-sm-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-sm-nxxxxl,
  .mx-sm-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-sm-nxxxxl,
  .my-sm-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-nxxxxl,
  .mx-sm-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-sm-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-sm-nxxxxxl,
  .my-sm-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-sm-nxxxxxl,
  .mx-sm-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-sm-nxxxxxl,
  .my-sm-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-sm-nxxxxxl,
  .mx-sm-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-sm-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-sm-nxxxxxxl,
  .my-sm-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-sm-nxxxxxxl,
  .mx-sm-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-sm-nxxxxxxl,
  .my-sm-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-sm-nxxxxxxl,
  .mx-sm-nxxxxxxl {
    margin-left: -10rem !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.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .m-md-xxxs {
    margin: 0.25rem !important;
  }
  .mt-md-xxxs,
  .my-md-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-md-xxxs,
  .mx-md-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-md-xxxs,
  .my-md-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-xxxs,
  .mx-md-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-md-xxs {
    margin: 0.5rem !important;
  }
  .mt-md-xxs,
  .my-md-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-md-xxs,
  .mx-md-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-md-xxs,
  .my-md-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-xxs,
  .mx-md-xxs {
    margin-left: 0.5rem !important;
  }
  .m-md-xs {
    margin: 1rem !important;
  }
  .mt-md-xs,
  .my-md-xs {
    margin-top: 1rem !important;
  }
  .mr-md-xs,
  .mx-md-xs {
    margin-right: 1rem !important;
  }
  .mb-md-xs,
  .my-md-xs {
    margin-bottom: 1rem !important;
  }
  .ml-md-xs,
  .mx-md-xs {
    margin-left: 1rem !important;
  }
  .m-md-sm {
    margin: 1.5rem !important;
  }
  .mt-md-sm,
  .my-md-sm {
    margin-top: 1.5rem !important;
  }
  .mr-md-sm,
  .mx-md-sm {
    margin-right: 1.5rem !important;
  }
  .mb-md-sm,
  .my-md-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-sm,
  .mx-md-sm {
    margin-left: 1.5rem !important;
  }
  .m-md-md {
    margin: 2rem !important;
  }
  .mt-md-md,
  .my-md-md {
    margin-top: 2rem !important;
  }
  .mr-md-md,
  .mx-md-md {
    margin-right: 2rem !important;
  }
  .mb-md-md,
  .my-md-md {
    margin-bottom: 2rem !important;
  }
  .ml-md-md,
  .mx-md-md {
    margin-left: 2rem !important;
  }
  .m-md-lg {
    margin: 2.5rem !important;
  }
  .mt-md-lg,
  .my-md-lg {
    margin-top: 2.5rem !important;
  }
  .mr-md-lg,
  .mx-md-lg {
    margin-right: 2.5rem !important;
  }
  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-lg,
  .mx-md-lg {
    margin-left: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-xl {
    margin: 3rem !important;
  }
  .mt-md-xl,
  .my-md-xl {
    margin-top: 3rem !important;
  }
  .mr-md-xl,
  .mx-md-xl {
    margin-right: 3rem !important;
  }
  .mb-md-xl,
  .my-md-xl {
    margin-bottom: 3rem !important;
  }
  .ml-md-xl,
  .mx-md-xl {
    margin-left: 3rem !important;
  }
  .m-md-xxl {
    margin: 3.5rem !important;
  }
  .mt-md-xxl,
  .my-md-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-md-xxl,
  .mx-md-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-md-xxl,
  .my-md-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-xxl,
  .mx-md-xxl {
    margin-left: 3.5rem !important;
  }
  .m-md-xxxl {
    margin: 4rem !important;
  }
  .mt-md-xxxl,
  .my-md-xxxl {
    margin-top: 4rem !important;
  }
  .mr-md-xxxl,
  .mx-md-xxxl {
    margin-right: 4rem !important;
  }
  .mb-md-xxxl,
  .my-md-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-md-xxxl,
  .mx-md-xxxl {
    margin-left: 4rem !important;
  }
  .m-md-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-md-xxxxl,
  .my-md-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-md-xxxxl,
  .mx-md-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-md-xxxxl,
  .my-md-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-xxxxl,
  .mx-md-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-md-xxxxxl {
    margin: 9rem !important;
  }
  .mt-md-xxxxxl,
  .my-md-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-md-xxxxxl,
  .mx-md-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-md-xxxxxl,
  .my-md-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-md-xxxxxl,
  .mx-md-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-md-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-md-xxxxxxl,
  .my-md-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-md-xxxxxxl,
  .mx-md-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-md-xxxxxxl,
  .my-md-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-md-xxxxxxl,
  .mx-md-xxxxxxl {
    margin-left: 10rem !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.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }
  .p-md-xxxs {
    padding: 0.25rem !important;
  }
  .pt-md-xxxs,
  .py-md-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-md-xxxs,
  .px-md-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-md-xxxs,
  .py-md-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-xxxs,
  .px-md-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-md-xxs {
    padding: 0.5rem !important;
  }
  .pt-md-xxs,
  .py-md-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-md-xxs,
  .px-md-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-md-xxs,
  .py-md-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-xxs,
  .px-md-xxs {
    padding-left: 0.5rem !important;
  }
  .p-md-xs {
    padding: 1rem !important;
  }
  .pt-md-xs,
  .py-md-xs {
    padding-top: 1rem !important;
  }
  .pr-md-xs,
  .px-md-xs {
    padding-right: 1rem !important;
  }
  .pb-md-xs,
  .py-md-xs {
    padding-bottom: 1rem !important;
  }
  .pl-md-xs,
  .px-md-xs {
    padding-left: 1rem !important;
  }
  .p-md-sm {
    padding: 1.5rem !important;
  }
  .pt-md-sm,
  .py-md-sm {
    padding-top: 1.5rem !important;
  }
  .pr-md-sm,
  .px-md-sm {
    padding-right: 1.5rem !important;
  }
  .pb-md-sm,
  .py-md-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-sm,
  .px-md-sm {
    padding-left: 1.5rem !important;
  }
  .p-md-md {
    padding: 2rem !important;
  }
  .pt-md-md,
  .py-md-md {
    padding-top: 2rem !important;
  }
  .pr-md-md,
  .px-md-md {
    padding-right: 2rem !important;
  }
  .pb-md-md,
  .py-md-md {
    padding-bottom: 2rem !important;
  }
  .pl-md-md,
  .px-md-md {
    padding-left: 2rem !important;
  }
  .p-md-lg {
    padding: 2.5rem !important;
  }
  .pt-md-lg,
  .py-md-lg {
    padding-top: 2.5rem !important;
  }
  .pr-md-lg,
  .px-md-lg {
    padding-right: 2.5rem !important;
  }
  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-lg,
  .px-md-lg {
    padding-left: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-xl {
    padding: 3rem !important;
  }
  .pt-md-xl,
  .py-md-xl {
    padding-top: 3rem !important;
  }
  .pr-md-xl,
  .px-md-xl {
    padding-right: 3rem !important;
  }
  .pb-md-xl,
  .py-md-xl {
    padding-bottom: 3rem !important;
  }
  .pl-md-xl,
  .px-md-xl {
    padding-left: 3rem !important;
  }
  .p-md-xxl {
    padding: 3.5rem !important;
  }
  .pt-md-xxl,
  .py-md-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-md-xxl,
  .px-md-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-md-xxl,
  .py-md-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-xxl,
  .px-md-xxl {
    padding-left: 3.5rem !important;
  }
  .p-md-xxxl {
    padding: 4rem !important;
  }
  .pt-md-xxxl,
  .py-md-xxxl {
    padding-top: 4rem !important;
  }
  .pr-md-xxxl,
  .px-md-xxxl {
    padding-right: 4rem !important;
  }
  .pb-md-xxxl,
  .py-md-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-md-xxxl,
  .px-md-xxxl {
    padding-left: 4rem !important;
  }
  .p-md-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-md-xxxxl,
  .py-md-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-md-xxxxl,
  .px-md-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-md-xxxxl,
  .py-md-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-xxxxl,
  .px-md-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-md-xxxxxl {
    padding: 9rem !important;
  }
  .pt-md-xxxxxl,
  .py-md-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-md-xxxxxl,
  .px-md-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-md-xxxxxl,
  .py-md-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-md-xxxxxl,
  .px-md-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-md-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-md-xxxxxxl,
  .py-md-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-md-xxxxxxl,
  .px-md-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-md-xxxxxxl,
  .py-md-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-md-xxxxxxl,
  .px-md-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -2.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !important;
  }
  .m-md-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-md-nxxxs,
  .my-md-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-md-nxxxs,
  .mx-md-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-md-nxxxs,
  .my-md-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-nxxxs,
  .mx-md-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-md-nxxs {
    margin: -0.5rem !important;
  }
  .mt-md-nxxs,
  .my-md-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-md-nxxs,
  .mx-md-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-md-nxxs,
  .my-md-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-nxxs,
  .mx-md-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-md-nxs {
    margin: -1rem !important;
  }
  .mt-md-nxs,
  .my-md-nxs {
    margin-top: -1rem !important;
  }
  .mr-md-nxs,
  .mx-md-nxs {
    margin-right: -1rem !important;
  }
  .mb-md-nxs,
  .my-md-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-md-nxs,
  .mx-md-nxs {
    margin-left: -1rem !important;
  }
  .m-md-nsm {
    margin: -1.5rem !important;
  }
  .mt-md-nsm,
  .my-md-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-md-nsm,
  .mx-md-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-md-nsm,
  .my-md-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-nsm,
  .mx-md-nsm {
    margin-left: -1.5rem !important;
  }
  .m-md-nmd {
    margin: -2rem !important;
  }
  .mt-md-nmd,
  .my-md-nmd {
    margin-top: -2rem !important;
  }
  .mr-md-nmd,
  .mx-md-nmd {
    margin-right: -2rem !important;
  }
  .mb-md-nmd,
  .my-md-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-md-nmd,
  .mx-md-nmd {
    margin-left: -2rem !important;
  }
  .m-md-nlg {
    margin: -2.5rem !important;
  }
  .mt-md-nlg,
  .my-md-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-md-nlg,
  .mx-md-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-md-nlg,
  .my-md-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-nlg,
  .mx-md-nlg {
    margin-left: -2.5rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important;
  }
  .m-md-nxl {
    margin: -3rem !important;
  }
  .mt-md-nxl,
  .my-md-nxl {
    margin-top: -3rem !important;
  }
  .mr-md-nxl,
  .mx-md-nxl {
    margin-right: -3rem !important;
  }
  .mb-md-nxl,
  .my-md-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-md-nxl,
  .mx-md-nxl {
    margin-left: -3rem !important;
  }
  .m-md-nxxl {
    margin: -3.5rem !important;
  }
  .mt-md-nxxl,
  .my-md-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-md-nxxl,
  .mx-md-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-md-nxxl,
  .my-md-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-nxxl,
  .mx-md-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-md-nxxxl {
    margin: -4rem !important;
  }
  .mt-md-nxxxl,
  .my-md-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-md-nxxxl,
  .mx-md-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-md-nxxxl,
  .my-md-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-md-nxxxl,
  .mx-md-nxxxl {
    margin-left: -4rem !important;
  }
  .m-md-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-md-nxxxxl,
  .my-md-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-md-nxxxxl,
  .mx-md-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-md-nxxxxl,
  .my-md-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-nxxxxl,
  .mx-md-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-md-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-md-nxxxxxl,
  .my-md-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-md-nxxxxxl,
  .mx-md-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-md-nxxxxxl,
  .my-md-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-md-nxxxxxl,
  .mx-md-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-md-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-md-nxxxxxxl,
  .my-md-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-md-nxxxxxxl,
  .mx-md-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-md-nxxxxxxl,
  .my-md-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-md-nxxxxxxl,
  .mx-md-nxxxxxxl {
    margin-left: -10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .m-lg-xxxs {
    margin: 0.25rem !important;
  }
  .mt-lg-xxxs,
  .my-lg-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-lg-xxxs,
  .mx-lg-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-lg-xxxs,
  .my-lg-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-xxxs,
  .mx-lg-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-lg-xxs {
    margin: 0.5rem !important;
  }
  .mt-lg-xxs,
  .my-lg-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-lg-xxs,
  .mx-lg-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-lg-xxs,
  .my-lg-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-xxs,
  .mx-lg-xxs {
    margin-left: 0.5rem !important;
  }
  .m-lg-xs {
    margin: 1rem !important;
  }
  .mt-lg-xs,
  .my-lg-xs {
    margin-top: 1rem !important;
  }
  .mr-lg-xs,
  .mx-lg-xs {
    margin-right: 1rem !important;
  }
  .mb-lg-xs,
  .my-lg-xs {
    margin-bottom: 1rem !important;
  }
  .ml-lg-xs,
  .mx-lg-xs {
    margin-left: 1rem !important;
  }
  .m-lg-sm {
    margin: 1.5rem !important;
  }
  .mt-lg-sm,
  .my-lg-sm {
    margin-top: 1.5rem !important;
  }
  .mr-lg-sm,
  .mx-lg-sm {
    margin-right: 1.5rem !important;
  }
  .mb-lg-sm,
  .my-lg-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-sm,
  .mx-lg-sm {
    margin-left: 1.5rem !important;
  }
  .m-lg-md {
    margin: 2rem !important;
  }
  .mt-lg-md,
  .my-lg-md {
    margin-top: 2rem !important;
  }
  .mr-lg-md,
  .mx-lg-md {
    margin-right: 2rem !important;
  }
  .mb-lg-md,
  .my-lg-md {
    margin-bottom: 2rem !important;
  }
  .ml-lg-md,
  .mx-lg-md {
    margin-left: 2rem !important;
  }
  .m-lg-lg {
    margin: 2.5rem !important;
  }
  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 2.5rem !important;
  }
  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 2.5rem !important;
  }
  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-xl {
    margin: 3rem !important;
  }
  .mt-lg-xl,
  .my-lg-xl {
    margin-top: 3rem !important;
  }
  .mr-lg-xl,
  .mx-lg-xl {
    margin-right: 3rem !important;
  }
  .mb-lg-xl,
  .my-lg-xl {
    margin-bottom: 3rem !important;
  }
  .ml-lg-xl,
  .mx-lg-xl {
    margin-left: 3rem !important;
  }
  .m-lg-xxl {
    margin: 3.5rem !important;
  }
  .mt-lg-xxl,
  .my-lg-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-lg-xxl,
  .mx-lg-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-lg-xxl,
  .my-lg-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-xxl,
  .mx-lg-xxl {
    margin-left: 3.5rem !important;
  }
  .m-lg-xxxl {
    margin: 4rem !important;
  }
  .mt-lg-xxxl,
  .my-lg-xxxl {
    margin-top: 4rem !important;
  }
  .mr-lg-xxxl,
  .mx-lg-xxxl {
    margin-right: 4rem !important;
  }
  .mb-lg-xxxl,
  .my-lg-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-lg-xxxl,
  .mx-lg-xxxl {
    margin-left: 4rem !important;
  }
  .m-lg-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-lg-xxxxl,
  .my-lg-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-lg-xxxxl,
  .mx-lg-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-lg-xxxxl,
  .my-lg-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-xxxxl,
  .mx-lg-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-lg-xxxxxl {
    margin: 9rem !important;
  }
  .mt-lg-xxxxxl,
  .my-lg-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-lg-xxxxxl,
  .mx-lg-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-lg-xxxxxl,
  .my-lg-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-lg-xxxxxl,
  .mx-lg-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-lg-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-lg-xxxxxxl,
  .my-lg-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-lg-xxxxxxl,
  .mx-lg-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-lg-xxxxxxl,
  .my-lg-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-lg-xxxxxxl,
  .mx-lg-xxxxxxl {
    margin-left: 10rem !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.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .p-lg-xxxs {
    padding: 0.25rem !important;
  }
  .pt-lg-xxxs,
  .py-lg-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-lg-xxxs,
  .px-lg-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-lg-xxxs,
  .py-lg-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-xxxs,
  .px-lg-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-lg-xxs {
    padding: 0.5rem !important;
  }
  .pt-lg-xxs,
  .py-lg-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-lg-xxs,
  .px-lg-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-lg-xxs,
  .py-lg-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-xxs,
  .px-lg-xxs {
    padding-left: 0.5rem !important;
  }
  .p-lg-xs {
    padding: 1rem !important;
  }
  .pt-lg-xs,
  .py-lg-xs {
    padding-top: 1rem !important;
  }
  .pr-lg-xs,
  .px-lg-xs {
    padding-right: 1rem !important;
  }
  .pb-lg-xs,
  .py-lg-xs {
    padding-bottom: 1rem !important;
  }
  .pl-lg-xs,
  .px-lg-xs {
    padding-left: 1rem !important;
  }
  .p-lg-sm {
    padding: 1.5rem !important;
  }
  .pt-lg-sm,
  .py-lg-sm {
    padding-top: 1.5rem !important;
  }
  .pr-lg-sm,
  .px-lg-sm {
    padding-right: 1.5rem !important;
  }
  .pb-lg-sm,
  .py-lg-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-sm,
  .px-lg-sm {
    padding-left: 1.5rem !important;
  }
  .p-lg-md {
    padding: 2rem !important;
  }
  .pt-lg-md,
  .py-lg-md {
    padding-top: 2rem !important;
  }
  .pr-lg-md,
  .px-lg-md {
    padding-right: 2rem !important;
  }
  .pb-lg-md,
  .py-lg-md {
    padding-bottom: 2rem !important;
  }
  .pl-lg-md,
  .px-lg-md {
    padding-left: 2rem !important;
  }
  .p-lg-lg {
    padding: 2.5rem !important;
  }
  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 2.5rem !important;
  }
  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 2.5rem !important;
  }
  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-xl {
    padding: 3rem !important;
  }
  .pt-lg-xl,
  .py-lg-xl {
    padding-top: 3rem !important;
  }
  .pr-lg-xl,
  .px-lg-xl {
    padding-right: 3rem !important;
  }
  .pb-lg-xl,
  .py-lg-xl {
    padding-bottom: 3rem !important;
  }
  .pl-lg-xl,
  .px-lg-xl {
    padding-left: 3rem !important;
  }
  .p-lg-xxl {
    padding: 3.5rem !important;
  }
  .pt-lg-xxl,
  .py-lg-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-lg-xxl,
  .px-lg-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-lg-xxl,
  .py-lg-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-xxl,
  .px-lg-xxl {
    padding-left: 3.5rem !important;
  }
  .p-lg-xxxl {
    padding: 4rem !important;
  }
  .pt-lg-xxxl,
  .py-lg-xxxl {
    padding-top: 4rem !important;
  }
  .pr-lg-xxxl,
  .px-lg-xxxl {
    padding-right: 4rem !important;
  }
  .pb-lg-xxxl,
  .py-lg-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-lg-xxxl,
  .px-lg-xxxl {
    padding-left: 4rem !important;
  }
  .p-lg-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-lg-xxxxl,
  .py-lg-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-lg-xxxxl,
  .px-lg-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-lg-xxxxl,
  .py-lg-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-xxxxl,
  .px-lg-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-lg-xxxxxl {
    padding: 9rem !important;
  }
  .pt-lg-xxxxxl,
  .py-lg-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-lg-xxxxxl,
  .px-lg-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-lg-xxxxxl,
  .py-lg-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-lg-xxxxxl,
  .px-lg-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-lg-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-lg-xxxxxxl,
  .py-lg-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-lg-xxxxxxl,
  .px-lg-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-lg-xxxxxxl,
  .py-lg-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-lg-xxxxxxl,
  .px-lg-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -2.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important;
  }
  .m-lg-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-lg-nxxxs,
  .my-lg-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-lg-nxxxs,
  .mx-lg-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-lg-nxxxs,
  .my-lg-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-nxxxs,
  .mx-lg-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-lg-nxxs {
    margin: -0.5rem !important;
  }
  .mt-lg-nxxs,
  .my-lg-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-lg-nxxs,
  .mx-lg-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-lg-nxxs,
  .my-lg-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-nxxs,
  .mx-lg-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-lg-nxs {
    margin: -1rem !important;
  }
  .mt-lg-nxs,
  .my-lg-nxs {
    margin-top: -1rem !important;
  }
  .mr-lg-nxs,
  .mx-lg-nxs {
    margin-right: -1rem !important;
  }
  .mb-lg-nxs,
  .my-lg-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-lg-nxs,
  .mx-lg-nxs {
    margin-left: -1rem !important;
  }
  .m-lg-nsm {
    margin: -1.5rem !important;
  }
  .mt-lg-nsm,
  .my-lg-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-lg-nsm,
  .mx-lg-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-lg-nsm,
  .my-lg-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-nsm,
  .mx-lg-nsm {
    margin-left: -1.5rem !important;
  }
  .m-lg-nmd {
    margin: -2rem !important;
  }
  .mt-lg-nmd,
  .my-lg-nmd {
    margin-top: -2rem !important;
  }
  .mr-lg-nmd,
  .mx-lg-nmd {
    margin-right: -2rem !important;
  }
  .mb-lg-nmd,
  .my-lg-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-lg-nmd,
  .mx-lg-nmd {
    margin-left: -2rem !important;
  }
  .m-lg-nlg {
    margin: -2.5rem !important;
  }
  .mt-lg-nlg,
  .my-lg-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-lg-nlg,
  .mx-lg-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-lg-nlg,
  .my-lg-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-nlg,
  .mx-lg-nlg {
    margin-left: -2.5rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important;
  }
  .m-lg-nxl {
    margin: -3rem !important;
  }
  .mt-lg-nxl,
  .my-lg-nxl {
    margin-top: -3rem !important;
  }
  .mr-lg-nxl,
  .mx-lg-nxl {
    margin-right: -3rem !important;
  }
  .mb-lg-nxl,
  .my-lg-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-lg-nxl,
  .mx-lg-nxl {
    margin-left: -3rem !important;
  }
  .m-lg-nxxl {
    margin: -3.5rem !important;
  }
  .mt-lg-nxxl,
  .my-lg-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-lg-nxxl,
  .mx-lg-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-lg-nxxl,
  .my-lg-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-nxxl,
  .mx-lg-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-lg-nxxxl {
    margin: -4rem !important;
  }
  .mt-lg-nxxxl,
  .my-lg-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-lg-nxxxl,
  .mx-lg-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-lg-nxxxl,
  .my-lg-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-lg-nxxxl,
  .mx-lg-nxxxl {
    margin-left: -4rem !important;
  }
  .m-lg-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-lg-nxxxxl,
  .my-lg-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-lg-nxxxxl,
  .mx-lg-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-lg-nxxxxl,
  .my-lg-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-nxxxxl,
  .mx-lg-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-lg-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-lg-nxxxxxl,
  .my-lg-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-lg-nxxxxxl,
  .mx-lg-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-lg-nxxxxxl,
  .my-lg-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-lg-nxxxxxl,
  .mx-lg-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-lg-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-lg-nxxxxxxl,
  .my-lg-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-lg-nxxxxxxl,
  .mx-lg-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-lg-nxxxxxxl,
  .my-lg-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-lg-nxxxxxxl,
  .mx-lg-nxxxxxxl {
    margin-left: -10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .m-xl-xxxs {
    margin: 0.25rem !important;
  }
  .mt-xl-xxxs,
  .my-xl-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-xl-xxxs,
  .mx-xl-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-xl-xxxs,
  .my-xl-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-xxxs,
  .mx-xl-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-xl-xxs {
    margin: 0.5rem !important;
  }
  .mt-xl-xxs,
  .my-xl-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-xl-xxs,
  .mx-xl-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-xl-xxs,
  .my-xl-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-xxs,
  .mx-xl-xxs {
    margin-left: 0.5rem !important;
  }
  .m-xl-xs {
    margin: 1rem !important;
  }
  .mt-xl-xs,
  .my-xl-xs {
    margin-top: 1rem !important;
  }
  .mr-xl-xs,
  .mx-xl-xs {
    margin-right: 1rem !important;
  }
  .mb-xl-xs,
  .my-xl-xs {
    margin-bottom: 1rem !important;
  }
  .ml-xl-xs,
  .mx-xl-xs {
    margin-left: 1rem !important;
  }
  .m-xl-sm {
    margin: 1.5rem !important;
  }
  .mt-xl-sm,
  .my-xl-sm {
    margin-top: 1.5rem !important;
  }
  .mr-xl-sm,
  .mx-xl-sm {
    margin-right: 1.5rem !important;
  }
  .mb-xl-sm,
  .my-xl-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-sm,
  .mx-xl-sm {
    margin-left: 1.5rem !important;
  }
  .m-xl-md {
    margin: 2rem !important;
  }
  .mt-xl-md,
  .my-xl-md {
    margin-top: 2rem !important;
  }
  .mr-xl-md,
  .mx-xl-md {
    margin-right: 2rem !important;
  }
  .mb-xl-md,
  .my-xl-md {
    margin-bottom: 2rem !important;
  }
  .ml-xl-md,
  .mx-xl-md {
    margin-left: 2rem !important;
  }
  .m-xl-lg {
    margin: 2.5rem !important;
  }
  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 2.5rem !important;
  }
  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 2.5rem !important;
  }
  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-xl {
    margin: 3rem !important;
  }
  .mt-xl-xl,
  .my-xl-xl {
    margin-top: 3rem !important;
  }
  .mr-xl-xl,
  .mx-xl-xl {
    margin-right: 3rem !important;
  }
  .mb-xl-xl,
  .my-xl-xl {
    margin-bottom: 3rem !important;
  }
  .ml-xl-xl,
  .mx-xl-xl {
    margin-left: 3rem !important;
  }
  .m-xl-xxl {
    margin: 3.5rem !important;
  }
  .mt-xl-xxl,
  .my-xl-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-xl-xxl,
  .mx-xl-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-xl-xxl,
  .my-xl-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-xxl,
  .mx-xl-xxl {
    margin-left: 3.5rem !important;
  }
  .m-xl-xxxl {
    margin: 4rem !important;
  }
  .mt-xl-xxxl,
  .my-xl-xxxl {
    margin-top: 4rem !important;
  }
  .mr-xl-xxxl,
  .mx-xl-xxxl {
    margin-right: 4rem !important;
  }
  .mb-xl-xxxl,
  .my-xl-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-xl-xxxl,
  .mx-xl-xxxl {
    margin-left: 4rem !important;
  }
  .m-xl-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-xl-xxxxl,
  .my-xl-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-xl-xxxxl,
  .mx-xl-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-xl-xxxxl,
  .my-xl-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-xxxxl,
  .mx-xl-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-xl-xxxxxl {
    margin: 9rem !important;
  }
  .mt-xl-xxxxxl,
  .my-xl-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-xl-xxxxxl,
  .mx-xl-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-xl-xxxxxl,
  .my-xl-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-xl-xxxxxl,
  .mx-xl-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-xl-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-xl-xxxxxxl,
  .my-xl-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-xl-xxxxxxl,
  .mx-xl-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-xl-xxxxxxl,
  .my-xl-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-xl-xxxxxxl,
  .mx-xl-xxxxxxl {
    margin-left: 10rem !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.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .p-xl-xxxs {
    padding: 0.25rem !important;
  }
  .pt-xl-xxxs,
  .py-xl-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-xl-xxxs,
  .px-xl-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-xl-xxxs,
  .py-xl-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-xxxs,
  .px-xl-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-xl-xxs {
    padding: 0.5rem !important;
  }
  .pt-xl-xxs,
  .py-xl-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-xl-xxs,
  .px-xl-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-xl-xxs,
  .py-xl-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-xxs,
  .px-xl-xxs {
    padding-left: 0.5rem !important;
  }
  .p-xl-xs {
    padding: 1rem !important;
  }
  .pt-xl-xs,
  .py-xl-xs {
    padding-top: 1rem !important;
  }
  .pr-xl-xs,
  .px-xl-xs {
    padding-right: 1rem !important;
  }
  .pb-xl-xs,
  .py-xl-xs {
    padding-bottom: 1rem !important;
  }
  .pl-xl-xs,
  .px-xl-xs {
    padding-left: 1rem !important;
  }
  .p-xl-sm {
    padding: 1.5rem !important;
  }
  .pt-xl-sm,
  .py-xl-sm {
    padding-top: 1.5rem !important;
  }
  .pr-xl-sm,
  .px-xl-sm {
    padding-right: 1.5rem !important;
  }
  .pb-xl-sm,
  .py-xl-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-sm,
  .px-xl-sm {
    padding-left: 1.5rem !important;
  }
  .p-xl-md {
    padding: 2rem !important;
  }
  .pt-xl-md,
  .py-xl-md {
    padding-top: 2rem !important;
  }
  .pr-xl-md,
  .px-xl-md {
    padding-right: 2rem !important;
  }
  .pb-xl-md,
  .py-xl-md {
    padding-bottom: 2rem !important;
  }
  .pl-xl-md,
  .px-xl-md {
    padding-left: 2rem !important;
  }
  .p-xl-lg {
    padding: 2.5rem !important;
  }
  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 2.5rem !important;
  }
  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 2.5rem !important;
  }
  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-xl {
    padding: 3rem !important;
  }
  .pt-xl-xl,
  .py-xl-xl {
    padding-top: 3rem !important;
  }
  .pr-xl-xl,
  .px-xl-xl {
    padding-right: 3rem !important;
  }
  .pb-xl-xl,
  .py-xl-xl {
    padding-bottom: 3rem !important;
  }
  .pl-xl-xl,
  .px-xl-xl {
    padding-left: 3rem !important;
  }
  .p-xl-xxl {
    padding: 3.5rem !important;
  }
  .pt-xl-xxl,
  .py-xl-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-xl-xxl,
  .px-xl-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-xl-xxl,
  .py-xl-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-xxl,
  .px-xl-xxl {
    padding-left: 3.5rem !important;
  }
  .p-xl-xxxl {
    padding: 4rem !important;
  }
  .pt-xl-xxxl,
  .py-xl-xxxl {
    padding-top: 4rem !important;
  }
  .pr-xl-xxxl,
  .px-xl-xxxl {
    padding-right: 4rem !important;
  }
  .pb-xl-xxxl,
  .py-xl-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-xl-xxxl,
  .px-xl-xxxl {
    padding-left: 4rem !important;
  }
  .p-xl-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-xl-xxxxl,
  .py-xl-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-xl-xxxxl,
  .px-xl-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-xl-xxxxl,
  .py-xl-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-xxxxl,
  .px-xl-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-xl-xxxxxl {
    padding: 9rem !important;
  }
  .pt-xl-xxxxxl,
  .py-xl-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-xl-xxxxxl,
  .px-xl-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-xl-xxxxxl,
  .py-xl-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-xl-xxxxxl,
  .px-xl-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-xl-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-xl-xxxxxxl,
  .py-xl-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-xl-xxxxxxl,
  .px-xl-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-xl-xxxxxxl,
  .py-xl-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-xl-xxxxxxl,
  .px-xl-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -2.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important;
  }
  .m-xl-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-xl-nxxxs,
  .my-xl-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-xl-nxxxs,
  .mx-xl-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-xl-nxxxs,
  .my-xl-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-nxxxs,
  .mx-xl-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-xl-nxxs {
    margin: -0.5rem !important;
  }
  .mt-xl-nxxs,
  .my-xl-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-xl-nxxs,
  .mx-xl-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-xl-nxxs,
  .my-xl-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-nxxs,
  .mx-xl-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-xl-nxs {
    margin: -1rem !important;
  }
  .mt-xl-nxs,
  .my-xl-nxs {
    margin-top: -1rem !important;
  }
  .mr-xl-nxs,
  .mx-xl-nxs {
    margin-right: -1rem !important;
  }
  .mb-xl-nxs,
  .my-xl-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-xl-nxs,
  .mx-xl-nxs {
    margin-left: -1rem !important;
  }
  .m-xl-nsm {
    margin: -1.5rem !important;
  }
  .mt-xl-nsm,
  .my-xl-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-xl-nsm,
  .mx-xl-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-xl-nsm,
  .my-xl-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-nsm,
  .mx-xl-nsm {
    margin-left: -1.5rem !important;
  }
  .m-xl-nmd {
    margin: -2rem !important;
  }
  .mt-xl-nmd,
  .my-xl-nmd {
    margin-top: -2rem !important;
  }
  .mr-xl-nmd,
  .mx-xl-nmd {
    margin-right: -2rem !important;
  }
  .mb-xl-nmd,
  .my-xl-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-xl-nmd,
  .mx-xl-nmd {
    margin-left: -2rem !important;
  }
  .m-xl-nlg {
    margin: -2.5rem !important;
  }
  .mt-xl-nlg,
  .my-xl-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-xl-nlg,
  .mx-xl-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-xl-nlg,
  .my-xl-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-nlg,
  .mx-xl-nlg {
    margin-left: -2.5rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important;
  }
  .m-xl-nxl {
    margin: -3rem !important;
  }
  .mt-xl-nxl,
  .my-xl-nxl {
    margin-top: -3rem !important;
  }
  .mr-xl-nxl,
  .mx-xl-nxl {
    margin-right: -3rem !important;
  }
  .mb-xl-nxl,
  .my-xl-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-xl-nxl,
  .mx-xl-nxl {
    margin-left: -3rem !important;
  }
  .m-xl-nxxl {
    margin: -3.5rem !important;
  }
  .mt-xl-nxxl,
  .my-xl-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-xl-nxxl,
  .mx-xl-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-xl-nxxl,
  .my-xl-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-nxxl,
  .mx-xl-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-xl-nxxxl {
    margin: -4rem !important;
  }
  .mt-xl-nxxxl,
  .my-xl-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-xl-nxxxl,
  .mx-xl-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-xl-nxxxl,
  .my-xl-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-xl-nxxxl,
  .mx-xl-nxxxl {
    margin-left: -4rem !important;
  }
  .m-xl-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-xl-nxxxxl,
  .my-xl-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-xl-nxxxxl,
  .mx-xl-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-xl-nxxxxl,
  .my-xl-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-nxxxxl,
  .mx-xl-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-xl-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-xl-nxxxxxl,
  .my-xl-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-xl-nxxxxxl,
  .mx-xl-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-xl-nxxxxxl,
  .my-xl-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-xl-nxxxxxl,
  .mx-xl-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-xl-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-xl-nxxxxxxl,
  .my-xl-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-xl-nxxxxxxl,
  .mx-xl-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-xl-nxxxxxxl,
  .my-xl-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-xl-nxxxxxxl,
  .mx-xl-nxxxxxxl {
    margin-left: -10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1330px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2rem !important;
  }
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-xxxs {
    margin: 0.25rem !important;
  }
  .mt-xxl-xxxs,
  .my-xxl-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-xxxs,
  .mx-xxl-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-xxxs,
  .my-xxl-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-xxxs,
  .mx-xxl-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-xxl-xxs {
    margin: 0.5rem !important;
  }
  .mt-xxl-xxs,
  .my-xxl-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-xxs,
  .mx-xxl-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-xxs,
  .my-xxl-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-xxs,
  .mx-xxl-xxs {
    margin-left: 0.5rem !important;
  }
  .m-xxl-xs {
    margin: 1rem !important;
  }
  .mt-xxl-xs,
  .my-xxl-xs {
    margin-top: 1rem !important;
  }
  .mr-xxl-xs,
  .mx-xxl-xs {
    margin-right: 1rem !important;
  }
  .mb-xxl-xs,
  .my-xxl-xs {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-xs,
  .mx-xxl-xs {
    margin-left: 1rem !important;
  }
  .m-xxl-sm {
    margin: 1.5rem !important;
  }
  .mt-xxl-sm,
  .my-xxl-sm {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-sm,
  .mx-xxl-sm {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-sm,
  .my-xxl-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-sm,
  .mx-xxl-sm {
    margin-left: 1.5rem !important;
  }
  .m-xxl-md {
    margin: 2rem !important;
  }
  .mt-xxl-md,
  .my-xxl-md {
    margin-top: 2rem !important;
  }
  .mr-xxl-md,
  .mx-xxl-md {
    margin-right: 2rem !important;
  }
  .mb-xxl-md,
  .my-xxl-md {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-md,
  .mx-xxl-md {
    margin-left: 2rem !important;
  }
  .m-xxl-lg {
    margin: 2.5rem !important;
  }
  .mt-xxl-lg,
  .my-xxl-lg {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-lg,
  .mx-xxl-lg {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-lg,
  .my-xxl-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-lg,
  .mx-xxl-lg {
    margin-left: 2.5rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3rem !important;
  }
  .m-xxl-xl {
    margin: 3rem !important;
  }
  .mt-xxl-xl,
  .my-xxl-xl {
    margin-top: 3rem !important;
  }
  .mr-xxl-xl,
  .mx-xxl-xl {
    margin-right: 3rem !important;
  }
  .mb-xxl-xl,
  .my-xxl-xl {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-xl,
  .mx-xxl-xl {
    margin-left: 3rem !important;
  }
  .m-xxl-xxl {
    margin: 3.5rem !important;
  }
  .mt-xxl-xxl,
  .my-xxl-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-xxl,
  .mx-xxl-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-xxl,
  .my-xxl-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-xxl,
  .mx-xxl-xxl {
    margin-left: 3.5rem !important;
  }
  .m-xxl-xxxl {
    margin: 4rem !important;
  }
  .mt-xxl-xxxl,
  .my-xxl-xxxl {
    margin-top: 4rem !important;
  }
  .mr-xxl-xxxl,
  .mx-xxl-xxxl {
    margin-right: 4rem !important;
  }
  .mb-xxl-xxxl,
  .my-xxl-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-xxxl,
  .mx-xxl-xxxl {
    margin-left: 4rem !important;
  }
  .m-xxl-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-xxl-xxxxl,
  .my-xxl-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-xxxxl,
  .mx-xxl-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-xxxxl,
  .my-xxl-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-xxxxl,
  .mx-xxl-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-xxl-xxxxxl {
    margin: 9rem !important;
  }
  .mt-xxl-xxxxxl,
  .my-xxl-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-xxl-xxxxxl,
  .mx-xxl-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-xxl-xxxxxl,
  .my-xxl-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-xxxxxl,
  .mx-xxl-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-xxl-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-xxl-xxxxxxl,
  .my-xxl-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-xxl-xxxxxxl,
  .mx-xxl-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-xxl-xxxxxxl,
  .my-xxl-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-xxxxxxl,
  .mx-xxl-xxxxxxl {
    margin-left: 10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-xxxs {
    padding: 0.25rem !important;
  }
  .pt-xxl-xxxs,
  .py-xxl-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-xxxs,
  .px-xxl-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-xxxs,
  .py-xxl-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-xxxs,
  .px-xxl-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-xxl-xxs {
    padding: 0.5rem !important;
  }
  .pt-xxl-xxs,
  .py-xxl-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-xxs,
  .px-xxl-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-xxs,
  .py-xxl-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-xxs,
  .px-xxl-xxs {
    padding-left: 0.5rem !important;
  }
  .p-xxl-xs {
    padding: 1rem !important;
  }
  .pt-xxl-xs,
  .py-xxl-xs {
    padding-top: 1rem !important;
  }
  .pr-xxl-xs,
  .px-xxl-xs {
    padding-right: 1rem !important;
  }
  .pb-xxl-xs,
  .py-xxl-xs {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-xs,
  .px-xxl-xs {
    padding-left: 1rem !important;
  }
  .p-xxl-sm {
    padding: 1.5rem !important;
  }
  .pt-xxl-sm,
  .py-xxl-sm {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-sm,
  .px-xxl-sm {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-sm,
  .py-xxl-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-sm,
  .px-xxl-sm {
    padding-left: 1.5rem !important;
  }
  .p-xxl-md {
    padding: 2rem !important;
  }
  .pt-xxl-md,
  .py-xxl-md {
    padding-top: 2rem !important;
  }
  .pr-xxl-md,
  .px-xxl-md {
    padding-right: 2rem !important;
  }
  .pb-xxl-md,
  .py-xxl-md {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-md,
  .px-xxl-md {
    padding-left: 2rem !important;
  }
  .p-xxl-lg {
    padding: 2.5rem !important;
  }
  .pt-xxl-lg,
  .py-xxl-lg {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-lg,
  .px-xxl-lg {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-lg,
  .py-xxl-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-lg,
  .px-xxl-lg {
    padding-left: 2.5rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3rem !important;
  }
  .p-xxl-xl {
    padding: 3rem !important;
  }
  .pt-xxl-xl,
  .py-xxl-xl {
    padding-top: 3rem !important;
  }
  .pr-xxl-xl,
  .px-xxl-xl {
    padding-right: 3rem !important;
  }
  .pb-xxl-xl,
  .py-xxl-xl {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-xl,
  .px-xxl-xl {
    padding-left: 3rem !important;
  }
  .p-xxl-xxl {
    padding: 3.5rem !important;
  }
  .pt-xxl-xxl,
  .py-xxl-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-xxl,
  .px-xxl-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-xxl,
  .py-xxl-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-xxl,
  .px-xxl-xxl {
    padding-left: 3.5rem !important;
  }
  .p-xxl-xxxl {
    padding: 4rem !important;
  }
  .pt-xxl-xxxl,
  .py-xxl-xxxl {
    padding-top: 4rem !important;
  }
  .pr-xxl-xxxl,
  .px-xxl-xxxl {
    padding-right: 4rem !important;
  }
  .pb-xxl-xxxl,
  .py-xxl-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-xxxl,
  .px-xxl-xxxl {
    padding-left: 4rem !important;
  }
  .p-xxl-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-xxl-xxxxl,
  .py-xxl-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-xxxxl,
  .px-xxl-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-xxxxl,
  .py-xxl-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-xxxxl,
  .px-xxl-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-xxl-xxxxxl {
    padding: 9rem !important;
  }
  .pt-xxl-xxxxxl,
  .py-xxl-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-xxl-xxxxxl,
  .px-xxl-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-xxl-xxxxxl,
  .py-xxl-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-xxxxxl,
  .px-xxl-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-xxl-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-xxl-xxxxxxl,
  .py-xxl-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-xxl-xxxxxxl,
  .px-xxl-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-xxl-xxxxxxl,
  .py-xxl-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-xxxxxxl,
  .px-xxl-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-xxl-nxxxs,
  .my-xxl-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-nxxxs,
  .mx-xxl-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-nxxxs,
  .my-xxl-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-nxxxs,
  .mx-xxl-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-xxl-nxxs {
    margin: -0.5rem !important;
  }
  .mt-xxl-nxxs,
  .my-xxl-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-nxxs,
  .mx-xxl-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-nxxs,
  .my-xxl-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-nxxs,
  .mx-xxl-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-xxl-nxs {
    margin: -1rem !important;
  }
  .mt-xxl-nxs,
  .my-xxl-nxs {
    margin-top: -1rem !important;
  }
  .mr-xxl-nxs,
  .mx-xxl-nxs {
    margin-right: -1rem !important;
  }
  .mb-xxl-nxs,
  .my-xxl-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-nxs,
  .mx-xxl-nxs {
    margin-left: -1rem !important;
  }
  .m-xxl-nsm {
    margin: -1.5rem !important;
  }
  .mt-xxl-nsm,
  .my-xxl-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-nsm,
  .mx-xxl-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-nsm,
  .my-xxl-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-nsm,
  .mx-xxl-nsm {
    margin-left: -1.5rem !important;
  }
  .m-xxl-nmd {
    margin: -2rem !important;
  }
  .mt-xxl-nmd,
  .my-xxl-nmd {
    margin-top: -2rem !important;
  }
  .mr-xxl-nmd,
  .mx-xxl-nmd {
    margin-right: -2rem !important;
  }
  .mb-xxl-nmd,
  .my-xxl-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-nmd,
  .mx-xxl-nmd {
    margin-left: -2rem !important;
  }
  .m-xxl-nlg {
    margin: -2.5rem !important;
  }
  .mt-xxl-nlg,
  .my-xxl-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-nlg,
  .mx-xxl-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-nlg,
  .my-xxl-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-nlg,
  .mx-xxl-nlg {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n6 {
    margin: -3rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3rem !important;
  }
  .m-xxl-nxl {
    margin: -3rem !important;
  }
  .mt-xxl-nxl,
  .my-xxl-nxl {
    margin-top: -3rem !important;
  }
  .mr-xxl-nxl,
  .mx-xxl-nxl {
    margin-right: -3rem !important;
  }
  .mb-xxl-nxl,
  .my-xxl-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-nxl,
  .mx-xxl-nxl {
    margin-left: -3rem !important;
  }
  .m-xxl-nxxl {
    margin: -3.5rem !important;
  }
  .mt-xxl-nxxl,
  .my-xxl-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-nxxl,
  .mx-xxl-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-nxxl,
  .my-xxl-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-nxxl,
  .mx-xxl-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-xxl-nxxxl {
    margin: -4rem !important;
  }
  .mt-xxl-nxxxl,
  .my-xxl-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-xxl-nxxxl,
  .mx-xxl-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-xxl-nxxxl,
  .my-xxl-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-nxxxl,
  .mx-xxl-nxxxl {
    margin-left: -4rem !important;
  }
  .m-xxl-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-xxl-nxxxxl,
  .my-xxl-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-nxxxxl,
  .mx-xxl-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-nxxxxl,
  .my-xxl-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-nxxxxl,
  .mx-xxl-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-xxl-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-xxl-nxxxxxl,
  .my-xxl-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-xxl-nxxxxxl,
  .mx-xxl-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-xxl-nxxxxxl,
  .my-xxl-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-nxxxxxl,
  .mx-xxl-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-xxl-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-xxl-nxxxxxxl,
  .my-xxl-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-xxl-nxxxxxxl,
  .mx-xxl-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-xxl-nxxxxxxl,
  .my-xxl-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-nxxxxxxl,
  .mx-xxl-nxxxxxxl {
    margin-left: -10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-2 {
    margin: 1rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 1rem !important;
  }
  .m-xxxl-3 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-4 {
    margin: 2rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 2rem !important;
  }
  .m-xxxl-5 {
    margin: 2.5rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-xxxs {
    margin: 0.25rem !important;
  }
  .mt-xxxl-xxxs,
  .my-xxxl-xxxs {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-xxxs,
  .mx-xxxl-xxxs {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-xxxs,
  .my-xxxl-xxxs {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-xxxs,
  .mx-xxxl-xxxs {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-xxs {
    margin: 0.5rem !important;
  }
  .mt-xxxl-xxs,
  .my-xxxl-xxs {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-xxs,
  .mx-xxxl-xxs {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-xxs,
  .my-xxxl-xxs {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-xxs,
  .mx-xxxl-xxs {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-xs {
    margin: 1rem !important;
  }
  .mt-xxxl-xs,
  .my-xxxl-xs {
    margin-top: 1rem !important;
  }
  .mr-xxxl-xs,
  .mx-xxxl-xs {
    margin-right: 1rem !important;
  }
  .mb-xxxl-xs,
  .my-xxxl-xs {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-xs,
  .mx-xxxl-xs {
    margin-left: 1rem !important;
  }
  .m-xxxl-sm {
    margin: 1.5rem !important;
  }
  .mt-xxxl-sm,
  .my-xxxl-sm {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-sm,
  .mx-xxxl-sm {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-sm,
  .my-xxxl-sm {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-sm,
  .mx-xxxl-sm {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-md {
    margin: 2rem !important;
  }
  .mt-xxxl-md,
  .my-xxxl-md {
    margin-top: 2rem !important;
  }
  .mr-xxxl-md,
  .mx-xxxl-md {
    margin-right: 2rem !important;
  }
  .mb-xxxl-md,
  .my-xxxl-md {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-md,
  .mx-xxxl-md {
    margin-left: 2rem !important;
  }
  .m-xxxl-lg {
    margin: 2.5rem !important;
  }
  .mt-xxxl-lg,
  .my-xxxl-lg {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-lg,
  .mx-xxxl-lg {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-lg,
  .my-xxxl-lg {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-lg,
  .mx-xxxl-lg {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-6 {
    margin: 3rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 3rem !important;
  }
  .m-xxxl-xl {
    margin: 3rem !important;
  }
  .mt-xxxl-xl,
  .my-xxxl-xl {
    margin-top: 3rem !important;
  }
  .mr-xxxl-xl,
  .mx-xxxl-xl {
    margin-right: 3rem !important;
  }
  .mb-xxxl-xl,
  .my-xxxl-xl {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-xl,
  .mx-xxxl-xl {
    margin-left: 3rem !important;
  }
  .m-xxxl-xxl {
    margin: 3.5rem !important;
  }
  .mt-xxxl-xxl,
  .my-xxxl-xxl {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-xxl,
  .mx-xxxl-xxl {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-xxl,
  .my-xxxl-xxl {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-xxl,
  .mx-xxxl-xxl {
    margin-left: 3.5rem !important;
  }
  .m-xxxl-xxxl {
    margin: 4rem !important;
  }
  .mt-xxxl-xxxl,
  .my-xxxl-xxxl {
    margin-top: 4rem !important;
  }
  .mr-xxxl-xxxl,
  .mx-xxxl-xxxl {
    margin-right: 4rem !important;
  }
  .mb-xxxl-xxxl,
  .my-xxxl-xxxl {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-xxxl,
  .mx-xxxl-xxxl {
    margin-left: 4rem !important;
  }
  .m-xxxl-xxxxl {
    margin: 4.5rem !important;
  }
  .mt-xxxl-xxxxl,
  .my-xxxl-xxxxl {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-xxxxl,
  .mx-xxxl-xxxxl {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-xxxxl,
  .my-xxxl-xxxxl {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-xxxxl,
  .mx-xxxl-xxxxl {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-xxxxxl {
    margin: 9rem !important;
  }
  .mt-xxxl-xxxxxl,
  .my-xxxl-xxxxxl {
    margin-top: 9rem !important;
  }
  .mr-xxxl-xxxxxl,
  .mx-xxxl-xxxxxl {
    margin-right: 9rem !important;
  }
  .mb-xxxl-xxxxxl,
  .my-xxxl-xxxxxl {
    margin-bottom: 9rem !important;
  }
  .ml-xxxl-xxxxxl,
  .mx-xxxl-xxxxxl {
    margin-left: 9rem !important;
  }
  .m-xxxl-xxxxxxl {
    margin: 10rem !important;
  }
  .mt-xxxl-xxxxxxl,
  .my-xxxl-xxxxxxl {
    margin-top: 10rem !important;
  }
  .mr-xxxl-xxxxxxl,
  .mx-xxxl-xxxxxxl {
    margin-right: 10rem !important;
  }
  .mb-xxxl-xxxxxxl,
  .my-xxxl-xxxxxxl {
    margin-bottom: 10rem !important;
  }
  .ml-xxxl-xxxxxxl,
  .mx-xxxl-xxxxxxl {
    margin-left: 10rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-2 {
    padding: 1rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 1rem !important;
  }
  .p-xxxl-3 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-4 {
    padding: 2rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 2rem !important;
  }
  .p-xxxl-5 {
    padding: 2.5rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-xxxs {
    padding: 0.25rem !important;
  }
  .pt-xxxl-xxxs,
  .py-xxxl-xxxs {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-xxxs,
  .px-xxxl-xxxs {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-xxxs,
  .py-xxxl-xxxs {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-xxxs,
  .px-xxxl-xxxs {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-xxs {
    padding: 0.5rem !important;
  }
  .pt-xxxl-xxs,
  .py-xxxl-xxs {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-xxs,
  .px-xxxl-xxs {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-xxs,
  .py-xxxl-xxs {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-xxs,
  .px-xxxl-xxs {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-xs {
    padding: 1rem !important;
  }
  .pt-xxxl-xs,
  .py-xxxl-xs {
    padding-top: 1rem !important;
  }
  .pr-xxxl-xs,
  .px-xxxl-xs {
    padding-right: 1rem !important;
  }
  .pb-xxxl-xs,
  .py-xxxl-xs {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-xs,
  .px-xxxl-xs {
    padding-left: 1rem !important;
  }
  .p-xxxl-sm {
    padding: 1.5rem !important;
  }
  .pt-xxxl-sm,
  .py-xxxl-sm {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-sm,
  .px-xxxl-sm {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-sm,
  .py-xxxl-sm {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-sm,
  .px-xxxl-sm {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-md {
    padding: 2rem !important;
  }
  .pt-xxxl-md,
  .py-xxxl-md {
    padding-top: 2rem !important;
  }
  .pr-xxxl-md,
  .px-xxxl-md {
    padding-right: 2rem !important;
  }
  .pb-xxxl-md,
  .py-xxxl-md {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-md,
  .px-xxxl-md {
    padding-left: 2rem !important;
  }
  .p-xxxl-lg {
    padding: 2.5rem !important;
  }
  .pt-xxxl-lg,
  .py-xxxl-lg {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-lg,
  .px-xxxl-lg {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-lg,
  .py-xxxl-lg {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-lg,
  .px-xxxl-lg {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-6 {
    padding: 3rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 3rem !important;
  }
  .p-xxxl-xl {
    padding: 3rem !important;
  }
  .pt-xxxl-xl,
  .py-xxxl-xl {
    padding-top: 3rem !important;
  }
  .pr-xxxl-xl,
  .px-xxxl-xl {
    padding-right: 3rem !important;
  }
  .pb-xxxl-xl,
  .py-xxxl-xl {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-xl,
  .px-xxxl-xl {
    padding-left: 3rem !important;
  }
  .p-xxxl-xxl {
    padding: 3.5rem !important;
  }
  .pt-xxxl-xxl,
  .py-xxxl-xxl {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-xxl,
  .px-xxxl-xxl {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-xxl,
  .py-xxxl-xxl {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-xxl,
  .px-xxxl-xxl {
    padding-left: 3.5rem !important;
  }
  .p-xxxl-xxxl {
    padding: 4rem !important;
  }
  .pt-xxxl-xxxl,
  .py-xxxl-xxxl {
    padding-top: 4rem !important;
  }
  .pr-xxxl-xxxl,
  .px-xxxl-xxxl {
    padding-right: 4rem !important;
  }
  .pb-xxxl-xxxl,
  .py-xxxl-xxxl {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-xxxl,
  .px-xxxl-xxxl {
    padding-left: 4rem !important;
  }
  .p-xxxl-xxxxl {
    padding: 4.5rem !important;
  }
  .pt-xxxl-xxxxl,
  .py-xxxl-xxxxl {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-xxxxl,
  .px-xxxl-xxxxl {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-xxxxl,
  .py-xxxl-xxxxl {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-xxxxl,
  .px-xxxl-xxxxl {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-xxxxxl {
    padding: 9rem !important;
  }
  .pt-xxxl-xxxxxl,
  .py-xxxl-xxxxxl {
    padding-top: 9rem !important;
  }
  .pr-xxxl-xxxxxl,
  .px-xxxl-xxxxxl {
    padding-right: 9rem !important;
  }
  .pb-xxxl-xxxxxl,
  .py-xxxl-xxxxxl {
    padding-bottom: 9rem !important;
  }
  .pl-xxxl-xxxxxl,
  .px-xxxl-xxxxxl {
    padding-left: 9rem !important;
  }
  .p-xxxl-xxxxxxl {
    padding: 10rem !important;
  }
  .pt-xxxl-xxxxxxl,
  .py-xxxl-xxxxxxl {
    padding-top: 10rem !important;
  }
  .pr-xxxl-xxxxxxl,
  .px-xxxl-xxxxxxl {
    padding-right: 10rem !important;
  }
  .pb-xxxl-xxxxxxl,
  .py-xxxl-xxxxxxl {
    padding-bottom: 10rem !important;
  }
  .pl-xxxl-xxxxxxl,
  .px-xxxl-xxxxxxl {
    padding-left: 10rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n2 {
    margin: -1rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n4 {
    margin: -2rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -2rem !important;
  }
  .m-xxxl-n5 {
    margin: -2.5rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-nxxxs {
    margin: -0.25rem !important;
  }
  .mt-xxxl-nxxxs,
  .my-xxxl-nxxxs {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-nxxxs,
  .mx-xxxl-nxxxs {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-nxxxs,
  .my-xxxl-nxxxs {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-nxxxs,
  .mx-xxxl-nxxxs {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-nxxs {
    margin: -0.5rem !important;
  }
  .mt-xxxl-nxxs,
  .my-xxxl-nxxs {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-nxxs,
  .mx-xxxl-nxxs {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-nxxs,
  .my-xxxl-nxxs {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-nxxs,
  .mx-xxxl-nxxs {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-nxs {
    margin: -1rem !important;
  }
  .mt-xxxl-nxs,
  .my-xxxl-nxs {
    margin-top: -1rem !important;
  }
  .mr-xxxl-nxs,
  .mx-xxxl-nxs {
    margin-right: -1rem !important;
  }
  .mb-xxxl-nxs,
  .my-xxxl-nxs {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-nxs,
  .mx-xxxl-nxs {
    margin-left: -1rem !important;
  }
  .m-xxxl-nsm {
    margin: -1.5rem !important;
  }
  .mt-xxxl-nsm,
  .my-xxxl-nsm {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-nsm,
  .mx-xxxl-nsm {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-nsm,
  .my-xxxl-nsm {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-nsm,
  .mx-xxxl-nsm {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-nmd {
    margin: -2rem !important;
  }
  .mt-xxxl-nmd,
  .my-xxxl-nmd {
    margin-top: -2rem !important;
  }
  .mr-xxxl-nmd,
  .mx-xxxl-nmd {
    margin-right: -2rem !important;
  }
  .mb-xxxl-nmd,
  .my-xxxl-nmd {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-nmd,
  .mx-xxxl-nmd {
    margin-left: -2rem !important;
  }
  .m-xxxl-nlg {
    margin: -2.5rem !important;
  }
  .mt-xxxl-nlg,
  .my-xxxl-nlg {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-nlg,
  .mx-xxxl-nlg {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-nlg,
  .my-xxxl-nlg {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-nlg,
  .mx-xxxl-nlg {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-n6 {
    margin: -3rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -3rem !important;
  }
  .m-xxxl-nxl {
    margin: -3rem !important;
  }
  .mt-xxxl-nxl,
  .my-xxxl-nxl {
    margin-top: -3rem !important;
  }
  .mr-xxxl-nxl,
  .mx-xxxl-nxl {
    margin-right: -3rem !important;
  }
  .mb-xxxl-nxl,
  .my-xxxl-nxl {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-nxl,
  .mx-xxxl-nxl {
    margin-left: -3rem !important;
  }
  .m-xxxl-nxxl {
    margin: -3.5rem !important;
  }
  .mt-xxxl-nxxl,
  .my-xxxl-nxxl {
    margin-top: -3.5rem !important;
  }
  .mr-xxxl-nxxl,
  .mx-xxxl-nxxl {
    margin-right: -3.5rem !important;
  }
  .mb-xxxl-nxxl,
  .my-xxxl-nxxl {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxl-nxxl,
  .mx-xxxl-nxxl {
    margin-left: -3.5rem !important;
  }
  .m-xxxl-nxxxl {
    margin: -4rem !important;
  }
  .mt-xxxl-nxxxl,
  .my-xxxl-nxxxl {
    margin-top: -4rem !important;
  }
  .mr-xxxl-nxxxl,
  .mx-xxxl-nxxxl {
    margin-right: -4rem !important;
  }
  .mb-xxxl-nxxxl,
  .my-xxxl-nxxxl {
    margin-bottom: -4rem !important;
  }
  .ml-xxxl-nxxxl,
  .mx-xxxl-nxxxl {
    margin-left: -4rem !important;
  }
  .m-xxxl-nxxxxl {
    margin: -4.5rem !important;
  }
  .mt-xxxl-nxxxxl,
  .my-xxxl-nxxxxl {
    margin-top: -4.5rem !important;
  }
  .mr-xxxl-nxxxxl,
  .mx-xxxl-nxxxxl {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-nxxxxl,
  .my-xxxl-nxxxxl {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxl-nxxxxl,
  .mx-xxxl-nxxxxl {
    margin-left: -4.5rem !important;
  }
  .m-xxxl-nxxxxxl {
    margin: -9rem !important;
  }
  .mt-xxxl-nxxxxxl,
  .my-xxxl-nxxxxxl {
    margin-top: -9rem !important;
  }
  .mr-xxxl-nxxxxxl,
  .mx-xxxl-nxxxxxl {
    margin-right: -9rem !important;
  }
  .mb-xxxl-nxxxxxl,
  .my-xxxl-nxxxxxl {
    margin-bottom: -9rem !important;
  }
  .ml-xxxl-nxxxxxl,
  .mx-xxxl-nxxxxxl {
    margin-left: -9rem !important;
  }
  .m-xxxl-nxxxxxxl {
    margin: -10rem !important;
  }
  .mt-xxxl-nxxxxxxl,
  .my-xxxl-nxxxxxxl {
    margin-top: -10rem !important;
  }
  .mr-xxxl-nxxxxxxl,
  .mx-xxxl-nxxxxxxl {
    margin-right: -10rem !important;
  }
  .mb-xxxl-nxxxxxxl,
  .my-xxxl-nxxxxxxl {
    margin-bottom: -10rem !important;
  }
  .ml-xxxl-nxxxxxxl,
  .mx-xxxl-nxxxxxxl {
    margin-left: -10rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1330px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #13100D !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: black !important;
}
.text-secondary {
  color: #615A54 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #383430 !important;
}
.text-success {
  color: #21b254 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #157136 !important;
}
.text-info {
  color: #DFA700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #936e00 !important;
}
.text-warning {
  color: #ed7021 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b34e0f !important;
}
.text-danger {
  color: #CB1B19 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #871211 !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #645D57 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #3b3733 !important;
}
.text-primary-disabled-bg {
  color: #d6d1c6 !important;
}
a.text-primary-disabled-bg:hover,
a.text-primary-disabled-bg:focus {
  color: #b6ad9a !important;
}
.text-primary-disabled-color {
  color: #968f87 !important;
}
a.text-primary-disabled-color:hover,
a.text-primary-disabled-color:focus {
  color: #6f6961 !important;
}
.text-secondary-disabled-color {
  color: #968F87 !important;
}
a.text-secondary-disabled-color:hover,
a.text-secondary-disabled-color:focus {
  color: #6f6961 !important;
}
.text-container-grey {
  color: #090807 !important;
}
a.text-container-grey:hover,
a.text-container-grey:focus {
  color: black !important;
}
.text-darkest-eastern-blue {
  color: #126c89 !important;
}
a.text-darkest-eastern-blue:hover,
a.text-darkest-eastern-blue:focus {
  color: #093745 !important;
}
.text-darker-eastern-blue {
  color: #1587ad !important;
}
a.text-darker-eastern-blue:hover,
a.text-darker-eastern-blue:focus {
  color: #0d5269 !important;
}
.text-link-hover-yellow {
  color: #B78900 !important;
}
a.text-link-hover-yellow:hover,
a.text-link-hover-yellow:focus {
  color: #6b5000 !important;
}
.text-eastern-blue {
  color: #18a2b6 !important;
}
a.text-eastern-blue:hover,
a.text-eastern-blue:focus {
  color: #0f6672 !important;
}
.text-aqua {
  color: #13100D !important;
}
a.text-aqua:hover,
a.text-aqua:focus {
  color: black !important;
}
.text-cerulean {
  color: #00a7d8 !important;
}
a.text-cerulean:hover,
a.text-cerulean:focus {
  color: #006c8c !important;
}
.text-light-blue {
  color: #bde4ea !important;
}
a.text-light-blue:hover,
a.text-light-blue:focus {
  color: #83ccd8 !important;
}
.text-lighter-blue {
  color: #cce8f0 !important;
}
a.text-lighter-blue:hover,
a.text-lighter-blue:focus {
  color: #91cddf !important;
}
.text-lightest-blue {
  color: #eef7f9 !important;
}
a.text-lightest-blue:hover,
a.text-lightest-blue:focus {
  color: #b5dce5 !important;
}
.text-outer-space {
  color: #27383c !important;
}
a.text-outer-space:hover,
a.text-outer-space:focus {
  color: #090d0e !important;
}
.text-play-pause {
  color: #02d5b5 !important;
}
a.text-play-pause:hover,
a.text-play-pause:focus {
  color: #018975 !important;
}
.text-stop {
  color: #e55c5a !important;
}
a.text-stop:hover,
a.text-stop:focus {
  color: #d12421 !important;
}
.text-save {
  color: #b84a99 !important;
}
a.text-save:hover,
a.text-save:focus {
  color: #82336c !important;
}
.text-error-red {
  color: #CB1B19 !important;
}
a.text-error-red:hover,
a.text-error-red:focus {
  color: #871211 !important;
}
.text-error-pink {
  color: #f4d9dc !important;
}
a.text-error-pink:hover,
a.text-error-pink:focus {
  color: #e39ea5 !important;
}
.text-field-validation {
  color: #fbf0f1 !important;
}
a.text-field-validation:hover,
a.text-field-validation:focus {
  color: #ebb4b9 !important;
}
.text-notifications-pink {
  color: #f45d5d !important;
}
a.text-notifications-pink:hover,
a.text-notifications-pink:focus {
  color: #ef1515 !important;
}
.text-notifications-grey {
  color: #979797 !important;
}
a.text-notifications-grey:hover,
a.text-notifications-grey:focus {
  color: #717171 !important;
}
.text-notifications-yellow {
  color: #DFA700 !important;
}
a.text-notifications-yellow:hover,
a.text-notifications-yellow:focus {
  color: #936e00 !important;
}
.text-notifications-yellow-dark {
  color: #CB9700 !important;
}
a.text-notifications-yellow-dark:hover,
a.text-notifications-yellow-dark:focus {
  color: #7f5e00 !important;
}
.text-warning-amber {
  color: #ed7021 !important;
}
a.text-warning-amber:hover,
a.text-warning-amber:focus {
  color: #b34e0f !important;
}
.text-warning-light-orange {
  color: #fdefe7 !important;
}
a.text-warning-light-orange:hover,
a.text-warning-light-orange:focus {
  color: #f7c0a0 !important;
}
.text-success-green {
  color: #21b254 !important;
}
a.text-success-green:hover,
a.text-success-green:focus {
  color: #157136 !important;
}
.text-check-in {
  color: #008453 !important;
}
a.text-check-in:hover,
a.text-check-in:focus {
  color: #003823 !important;
}
.text-success-light-green {
  color: #e9f7ee !important;
}
a.text-success-light-green:hover,
a.text-success-light-green:focus {
  color: #b1e3c3 !important;
}
.text-info-yellow {
  color: #DFA700 !important;
}
a.text-info-yellow:hover,
a.text-info-yellow:focus {
  color: #936e00 !important;
}
.text-info-light-yellow {
  color: #fcf8ec !important;
}
a.text-info-light-yellow:hover,
a.text-info-light-yellow:focus {
  color: #f2e0aa !important;
}
.text-sticker-green {
  color: #58ea71 !important;
}
a.text-sticker-green:hover,
a.text-sticker-green:focus {
  color: #1bda3c !important;
}
.text-sticker-blue {
  color: #509dff !important;
}
a.text-sticker-blue:hover,
a.text-sticker-blue:focus {
  color: #0472ff !important;
}
.text-sticker-purple {
  color: #a150e6 !important;
}
a.text-sticker-purple:hover,
a.text-sticker-purple:focus {
  color: #7c1dcc !important;
}
.text-sticker-pink {
  color: #f037a9 !important;
}
a.text-sticker-pink:hover,
a.text-sticker-pink:focus {
  color: #cb0f83 !important;
}
.text-sticker-yellow {
  color: #f7df00 !important;
}
a.text-sticker-yellow:hover,
a.text-sticker-yellow:focus {
  color: #ab9a00 !important;
}
.text-sticker-orange {
  color: #f3b203 !important;
}
a.text-sticker-orange:hover,
a.text-sticker-orange:focus {
  color: #a77b02 !important;
}
.text-category-designs {
  color: #5f1d75 !important;
}
a.text-category-designs:hover,
a.text-category-designs:focus {
  color: #2d0e38 !important;
}
.text-category-samples {
  color: #21b254 !important;
}
a.text-category-samples:hover,
a.text-category-samples:focus {
  color: #157136 !important;
}
.text-category-products {
  color: #e75a13 !important;
}
a.text-category-products:hover,
a.text-category-products:focus {
  color: #a03e0d !important;
}
.text-category-orders {
  color: #3091d3 !important;
}
a.text-category-orders:hover,
a.text-category-orders:focus {
  color: #206797 !important;
}
.text-category-quality-control {
  color: #e84ca0 !important;
}
a.text-category-quality-control:hover,
a.text-category-quality-control:focus {
  color: #cd1a7b !important;
}
.text-category-account {
  color: #fca313 !important;
}
a.text-category-account:hover,
a.text-category-account:focus {
  color: #c07802 !important;
}
.text-category-sales {
  color: #2fbaa3 !important;
}
a.text-category-sales:hover,
a.text-category-sales:focus {
  color: #207d6d !important;
}
.text-tag-background {
  color: #f8eefe !important;
}
a.text-tag-background:hover,
a.text-tag-background:focus {
  color: #daa6fa !important;
}
.text-tag-border {
  color: #bd9ad1 !important;
}
a.text-tag-border:hover,
a.text-tag-border:focus {
  color: #9b65b9 !important;
}
.text-off-white {
  color: #fafafa !important;
}
a.text-off-white:hover,
a.text-off-white:focus {
  color: #d4d4d4 !important;
}
.text-lightest-grey {
  color: #F6F5F3 !important;
}
a.text-lightest-grey:hover,
a.text-lightest-grey:focus {
  color: #d5d1c7 !important;
}
.text-light-grey {
  color: #c6c6c6 !important;
}
a.text-light-grey:hover,
a.text-light-grey:focus {
  color: #a0a0a0 !important;
}
.text-grey {
  color: #e8e8e8 !important;
}
a.text-grey:hover,
a.text-grey:focus {
  color: #c2c2c2 !important;
}
.text-mid-grey {
  color: #c6c6c6 !important;
}
a.text-mid-grey:hover,
a.text-mid-grey:focus {
  color: #a0a0a0 !important;
}
.text-darkest-mid-grey {
  color: #979797 !important;
}
a.text-darkest-mid-grey:hover,
a.text-darkest-mid-grey:focus {
  color: #717171 !important;
}
.text-dark-grey {
  color: #645D57 !important;
}
a.text-dark-grey:hover,
a.text-dark-grey:focus {
  color: #3b3733 !important;
}
.text-darkest-grey {
  color: #232a2b !important;
}
a.text-darkest-grey:hover,
a.text-darkest-grey:focus {
  color: #010101 !important;
}
.text-editable-cell {
  color: #f5f7ff !important;
}
a.text-editable-cell:hover,
a.text-editable-cell:focus {
  color: #a9baff !important;
}
.text-dark-aubergine {
  color: #3b2e41 !important;
}
a.text-dark-aubergine:hover,
a.text-dark-aubergine:focus {
  color: #120e14 !important;
}
.text-version-highlight {
  color: #fcf299 !important;
}
a.text-version-highlight:hover,
a.text-version-highlight:focus {
  color: #fae94f !important;
}
.text-pending-blue {
  color: #007AB2 !important;
}
a.text-pending-blue:hover,
a.text-pending-blue:focus {
  color: #004666 !important;
}
.text-datepicker-header-border-color {
  color: #2A2523 !important;
}
a.text-datepicker-header-border-color:hover,
a.text-datepicker-header-border-color:focus {
  color: black !important;
}
.text-primary-outline-background {
  color: transparent !important;
}
a.text-primary-outline-background:hover,
a.text-primary-outline-background:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.text-primary-outline-border {
  color: rgba(0, 0, 0, 0.16) !important;
}
a.text-primary-outline-border:hover,
a.text-primary-outline-border:focus {
  color: rgba(0, 0, 0, 0.16) !important;
}
.text-primary-outline-hover-background {
  color: rgba(29, 25, 23, 0.05) !important;
}
a.text-primary-outline-hover-background:hover,
a.text-primary-outline-hover-background:focus {
  color: rgba(0, 0, 0, 0.05) !important;
}
.text-primary-outline-hover-border {
  color: rgba(0, 0, 0, 0.24) !important;
}
a.text-primary-outline-hover-border:hover,
a.text-primary-outline-hover-border:focus {
  color: rgba(0, 0, 0, 0.24) !important;
}
.text-primary-outline-active-background {
  color: rgba(121, 115, 108, 0.15) !important;
}
a.text-primary-outline-active-background:hover,
a.text-primary-outline-active-background:focus {
  color: rgba(81, 77, 72, 0.15) !important;
}
.text-primary-outline-active-border {
  color: rgba(0, 0, 0, 0.32) !important;
}
a.text-primary-outline-active-border:hover,
a.text-primary-outline-active-border:focus {
  color: rgba(0, 0, 0, 0.32) !important;
}
.text-primary-outline-background-disabled {
  color: transparent !important;
}
a.text-primary-outline-background-disabled:hover,
a.text-primary-outline-background-disabled:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.text-primary-outline-border-disabled {
  color: #D6D1C6 !important;
}
a.text-primary-outline-border-disabled:hover,
a.text-primary-outline-border-disabled:focus {
  color: #b6ad9a !important;
}
.text-primary-outline-color-disabled {
  color: #B5B0A6 !important;
}
a.text-primary-outline-color-disabled:hover,
a.text-primary-outline-color-disabled:focus {
  color: #928b7c !important;
}
.text-primary-outline-color-disabled-dark {
  color: #6a6660 !important;
}
a.text-primary-outline-color-disabled-dark:hover,
a.text-primary-outline-color-disabled-dark:focus {
  color: #423f3c !important;
}
.text-primary-black-background {
  color: #1E1B19 !important;
}
a.text-primary-black-background:hover,
a.text-primary-black-background:focus {
  color: black !important;
}
.text-primary-black-background-dark {
  color: #F6F5F3 !important;
}
a.text-primary-black-background-dark:hover,
a.text-primary-black-background-dark:focus {
  color: #d5d1c7 !important;
}
.text-primary-black-hover-background {
  color: #35302D !important;
}
a.text-primary-black-hover-background:hover,
a.text-primary-black-hover-background:focus {
  color: #0c0b0a !important;
}
.text-primary-black-hover-background-dark {
  color: #E4E0D7 !important;
}
a.text-primary-black-hover-background-dark:hover,
a.text-primary-black-hover-background-dark:focus {
  color: #c5bda9 !important;
}
.text-primary-black-active-background {
  color: #4B4440 !important;
}
a.text-primary-black-active-background:hover,
a.text-primary-black-active-background:focus {
  color: #221f1d !important;
}
.text-primary-black-active-background-dark {
  color: #D6D1C6 !important;
}
a.text-primary-black-active-background-dark:hover,
a.text-primary-black-active-background-dark:focus {
  color: #b6ad9a !important;
}
.text-primary-black-disabled-background {
  color: #D6D1C6 !important;
}
a.text-primary-black-disabled-background:hover,
a.text-primary-black-disabled-background:focus {
  color: #b6ad9a !important;
}
.text-primary-black-disabled-background-dark {
  color: #D6D1C6 !important;
}
a.text-primary-black-disabled-background-dark:hover,
a.text-primary-black-disabled-background-dark:focus {
  color: #b6ad9a !important;
}
.text-primary-black-disabled-border {
  color: #D6D1C6 !important;
}
a.text-primary-black-disabled-border:hover,
a.text-primary-black-disabled-border:focus {
  color: #b6ad9a !important;
}
.text-primary-black-disabled-border-dark {
  color: #D6D1C6 !important;
}
a.text-primary-black-disabled-border-dark:hover,
a.text-primary-black-disabled-border-dark:focus {
  color: #b6ad9a !important;
}
.text-primary-black-disabled-color {
  color: #968F87 !important;
}
a.text-primary-black-disabled-color:hover,
a.text-primary-black-disabled-color:focus {
  color: #6f6961 !important;
}
.text-primary-black-disabled-color-dark {
  color: #968F87 !important;
}
a.text-primary-black-disabled-color-dark:hover,
a.text-primary-black-disabled-color-dark:focus {
  color: #6f6961 !important;
}
.text-thead-background {
  color: #35302d !important;
}
a.text-thead-background:hover,
a.text-thead-background:focus {
  color: #0c0b0a !important;
}
.text-tbody-tr-active-background {
  color: #E4E0D7 !important;
}
a.text-tbody-tr-active-background:hover,
a.text-tbody-tr-active-background:focus {
  color: #c5bda9 !important;
}
.text-toggle-background {
  color: #D6D1C6 !important;
}
a.text-toggle-background:hover,
a.text-toggle-background:focus {
  color: #b6ad9a !important;
}
.text-toggle-checked-background {
  color: #1d1917 !important;
}
a.text-toggle-checked-background:hover,
a.text-toggle-checked-background:focus {
  color: black !important;
}
.text-dark-background-content {
  color: #191614 !important;
}
a.text-dark-background-content:hover,
a.text-dark-background-content:focus {
  color: black !important;
}
.text-dark-border-content {
  color: #5b5653 !important;
}
a.text-dark-border-content:hover,
a.text-dark-border-content:focus {
  color: #33302f !important;
}
.text-dark-color-content {
  color: #908c89 !important;
}
a.text-dark-color-content:hover,
a.text-dark-color-content:focus {
  color: #696663 !important;
}
.text-dark-background {
  color: #211E1B !important;
}
a.text-dark-background:hover,
a.text-dark-background:focus {
  color: black !important;
}
.text-dark-side-navigation-color {
  color: #D6D5D2 !important;
}
a.text-dark-side-navigation-color:hover,
a.text-dark-side-navigation-color:focus {
  color: #b2b0aa !important;
}
.text-dark-side-navigation-color-hover {
  color: #F9F8F7 !important;
}
a.text-dark-side-navigation-color-hover:hover,
a.text-dark-side-navigation-color-hover:focus {
  color: #d8d2cb !important;
}
.text-dark-side-navigation-icon-color {
  color: #908C89 !important;
}
a.text-dark-side-navigation-icon-color:hover,
a.text-dark-side-navigation-icon-color:focus {
  color: #696663 !important;
}
.text-dark-side-navigation-icon-color-active {
  color: #C8C6C3 !important;
}
a.text-dark-side-navigation-icon-color-active:hover,
a.text-dark-side-navigation-icon-color-active:focus {
  color: #a3a09b !important;
}
.text-dark-border-color {
  color: #5B5653 !important;
}
a.text-dark-border-color:hover,
a.text-dark-border-color:focus {
  color: #33302f !important;
}
.text-dark-badge-color {
  color: #141210 !important;
}
a.text-dark-badge-color:hover,
a.text-dark-badge-color:focus {
  color: black !important;
}
.text-dark-kebab-active-background {
  color: #37322F !important;
}
a.text-dark-kebab-active-background:hover,
a.text-dark-kebab-active-background:focus {
  color: #0e0d0c !important;
}
.text-dark-filters-background {
  color: #110F0E !important;
}
a.text-dark-filters-background:hover,
a.text-dark-filters-background:focus {
  color: black !important;
}
.text-dark-toggle-background {
  color: #4E4946 !important;
}
a.text-dark-toggle-background:hover,
a.text-dark-toggle-background:focus {
  color: #262322 !important;
}
.text-dark-toggle-after-background {
  color: #9D9A97 !important;
}
a.text-dark-toggle-after-background:hover,
a.text-dark-toggle-after-background:focus {
  color: #777470 !important;
}
.text-dark-toggle-disabled-background {
  color: #4f4a47 !important;
}
a.text-dark-toggle-disabled-background:hover,
a.text-dark-toggle-disabled-background:focus {
  color: #272423 !important;
}
.text-dark-toggle-disabled-after-background {
  color: #686460 !important;
}
a.text-dark-toggle-disabled-after-background:hover,
a.text-dark-toggle-disabled-after-background:focus {
  color: #403e3b !important;
}
.text-dark-toggle-checked-after-background {
  color: #211e1b !important;
}
a.text-dark-toggle-checked-after-background:hover,
a.text-dark-toggle-checked-after-background:focus {
  color: black !important;
}
.text-dark-datepicker-background {
  color: #37322f !important;
}
a.text-dark-datepicker-background:hover,
a.text-dark-datepicker-background:focus {
  color: #0e0d0c !important;
}
.text-dark-datepicker-box-shadow-color {
  color: #34302C !important;
}
a.text-dark-datepicker-box-shadow-color:hover,
a.text-dark-datepicker-box-shadow-color:focus {
  color: #0b0a09 !important;
}
.text-dark-datepicker-head-button-color {
  color: #f9f8f7 !important;
}
a.text-dark-datepicker-head-button-color:hover,
a.text-dark-datepicker-head-button-color:focus {
  color: #d8d2cb !important;
}
.text-dark-datepicker-body-color {
  color: #aba8a5 !important;
}
a.text-dark-datepicker-body-color:hover,
a.text-dark-datepicker-body-color:focus {
  color: #86827d !important;
}
.text-dark-datepicker-body-td-selected {
  color: #c8c6c3 !important;
}
a.text-dark-datepicker-body-td-selected:hover,
a.text-dark-datepicker-body-td-selected:focus {
  color: #a3a09b !important;
}
.text-numbers-table-background-color {
  color: #EEECE7 !important;
}
a.text-numbers-table-background-color:hover,
a.text-numbers-table-background-color:focus {
  color: #cec9ba !important;
}
.text-circle-border-color {
  color: #e4e0d7 !important;
}
a.text-circle-border-color:hover,
a.text-circle-border-color:focus {
  color: #c5bda9 !important;
}
.text-circle-title-color {
  color: #615a54 !important;
}
a.text-circle-title-color:hover,
a.text-circle-title-color:focus {
  color: #383430 !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #979797 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #c6c6c6;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f2f2f2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #090807;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #090807;
  }
}
@font-face {
  font-family: "Brown-regular";
  src: url(/assets/fonts/Brown-Regular.eot);
  src:
    url(/assets/fonts/Brown-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Brown-Regular.woff) format("woff"),
    url(/assets/fonts/Brown-Regular.woff2) format("woff2"),
    url(/assets/fonts/Brown-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown-light";
  src: url(/assets/fonts/Brown-Light.eot);
  src:
    url(/assets/fonts/Brown-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Brown-Light.woff) format("woff"),
    url(/assets/fonts/Brown-Light.woff2) format("woff2"),
    url(/assets/fonts/Brown-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown-italic";
  src: url(/assets/fonts/BrownItalic.eot);
  src:
    url(/assets/fonts/BrownItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BrownItalic.woff) format("woff"),
    url(/assets/fonts/BrownItalic.woff2) format("woff2"),
    url(/assets/fonts/BrownItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown-medium";
  src: url(/assets/fonts/BrownMedium.eot);
  src:
    url(/assets/fonts/BrownMedium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BrownMedium.woff) format("woff"),
    url(/assets/fonts/BrownMedium.woff2) format("woff2"),
    url(/assets/fonts/BrownMedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown-bold";
  src: url(/assets/fonts/BrownBold.eot);
  src:
    url(/assets/fonts/BrownBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BrownBold.woff) format("woff"),
    url(/assets/fonts/BrownBold.woff2) format("woff2"),
    url(/assets/fonts/BrownBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neom Icons";
  src: url(/assets/fonts/neom-icons.eot);
  src:
    url(/assets/fonts/neom-icons.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/neom-icons.woff) format("woff"),
    url(/assets/fonts/neom-icons.ttf) format("truetype"),
    url(/assets/fonts/neom-icons.svg#neom-icons) format("svg");
  font-weight: "normal";
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Icons";
  src: url(/assets/fonts/icons.eot);
  src:
    url(/assets/fonts/icons.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/icons.woff) format("woff"),
    url(/assets/fonts/icons.ttf) format("truetype"),
    url(/assets/fonts/icons.svg#icons) format("svg");
  font-weight: "normal";
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atelier Icons";
  src: url(/assets/fonts/atelier-icons.eot);
  src:
    url(/assets/fonts/atelier-icons.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/atelier-icons.woff) format("woff"),
    url(/assets/fonts/atelier-icons.ttf) format("truetype"),
    url(/assets/fonts/atelier-icons.svg#atelier-icons) format("svg");
  font-weight: "normal";
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family:
    "Neom Icons",
    "General Icons",
    "Atelier Icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family:
    "Neom Icons",
    "General Icons",
    "Atelier Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrows-back:before {
  content: "a";
}
.icon-arrows-chevron-thick-down:before {
  content: "b";
}
.icon-arrows-chevron-thick-left:before {
  content: "c";
}
.icon-arrows-chevron-thick-right:before {
  content: "d";
}
.icon-arrows-chevron-thick-up:before {
  content: "e";
}
.icon-arrows-chevron-thin-down:before {
  content: "f";
}
.icon-arrows-chevron-thin-left:before {
  content: "g";
}
.icon-arrows-chevron-thin-right:before {
  content: "h";
}
.icon-arrows-chevron-thin-up:before {
  content: "i";
}
.icon-arrows-next:before {
  content: "j";
}
.icon-arrows-triangle-down:before {
  content: "k";
}
.icon-arrows-triangle-left:before {
  content: "l";
}
.icon-arrows-triangle-right:before {
  content: "m";
}
.icon-arrows-triangle-up:before {
  content: "n";
}
.icon-buttons-add:before {
  content: "o";
}
.icon-buttons-cancel:before {
  content: "p";
}
.icon-buttons-expand:before {
  content: "q";
}
.icon-buttons-info-tool-tip:before {
  content: "r";
}
.icon-buttons-recording:before {
  content: "s";
}
.icon-buttons-send:before {
  content: "t";
}
.icon-buttons-watch-video:before {
  content: "u";
}
.icon-general-activity:before {
  content: "$";
}
.icon-general-add-image:before {
  content: "&";
}
.icon-general-add:before {
  content: "%";
}
.icon-general-calendar:before {
  content: "'";
}
.icon-general-cog:before {
  content: ")";
}
.icon-general-copy:before {
  content: "*";
}
.icon-general-crop:before {
  content: "+";
}
.icon-general-customer-view:before {
  content: ",";
}
.icon-general-download-generic:before {
  content: "-";
}
.icon-general-download-pdf:before {
  content: ".";
}
.icon-general-download-xls:before {
  content: "/";
}
.icon-general-draft:before {
  content: ":";
}
.icon-general-duplicate:before {
  content: ";";
}
.icon-general-edit:before {
  content: "<";
}
.icon-general-enterprise:before {
  content: "=";
}
.icon-general-exclamation:before {
  content: ">";
}
.icon-general-exclusivity-exclusive:before {
  content: "?";
}
.icon-general-exclusivity-partial:before {
  content: "@";
}
.icon-general-filter-fill:before {
  content: "]";
}
.icon-general-filter:before {
  content: "[";
}
.icon-general-glasses:before {
  content: "^";
}
.icon-general-hide:before {
  content: "_";
}
.icon-general-idea:before {
  content: "`";
}
.icon-general-image:before {
  content: "{";
}
.icon-general-key:before {
  content: "|";
}
.icon-general-metal:before {
  content: "}";
}
.icon-general-note:before {
  content: "~";
}
.icon-general-notes-stroke:before {
  content: "\e000";
}
.icon-general-notes:before {
  content: "\\";
}
.icon-general-paste:before {
  content: "\e001";
}
.icon-general-people:before {
  content: "\e002";
}
.icon-general-quotations-view-notes:before {
  content: "\e003";
}
.icon-general-refresh:before {
  content: "\e004";
}
.icon-general-search:before {
  content: "\e005";
}
.icon-general-shortlist:before {
  content: "\e006";
}
.icon-general-sort:before {
  content: "\e007";
}
.icon-general-text-link:before {
  content: "\e008";
}
.icon-general-tick-large:before {
  content: "\e00a";
}
.icon-general-tick:before {
  content: "\e009";
}
.icon-general-trash-fill:before {
  content: "\e00b";
}
.icon-general-upload:before {
  content: "\e00c";
}
.icon-general-valid:before {
  content: "\e00d";
}
.icon-general-view:before {
  content: "\e00e";
}
.icon-general-warning-triangle:before {
  content: "\e03a";
}
.icon-general-warning:before {
  content: "\e00f";
}
.icon-general-cancel:before {
  content: "\e900";
}
.icon-navigation-actions-fill:before {
  content: "\e901";
}
.icon-navigation-actions:before {
  content: "\e902";
}
.icon-navigation-dashboard-fill:before {
  content: "\e903";
}
.icon-navigation-dashboard:before {
  content: "\e904";
}
.icon-navigation-logout:before {
  content: "\e905";
}
.icon-navigation-personal-space-fill:before {
  content: "\e906";
}
.icon-navigation-personal-space:before {
  content: "\e907";
}
.icon-navigation-requests-fill:before {
  content: "\e908";
}
.icon-navigation-requests:before {
  content: "\e909";
}
.icon-navigation-services-fill:before {
  content: "\e90a";
}
.icon-navigation-services:before {
  content: "\e90b";
}
.icon-navigation-support-fill:before {
  content: "\e90c";
}
.icon-navigation-support:before {
  content: "\e90d";
}
.icon-navigation-user-guidelines:before {
  content: "\e90f";
}
.icon-navigation-user-guidelines-fill:before {
  content: "\e90e";
}
.icon-warning:before {
  content: "\e91a";
}
.icon-pending:before {
  content: "\e91b";
}
.icon-valid:before {
  content: "\e91c";
}
.icon-arrow-left:before {
  content: "\e91d";
}
.icon-close:before {
  content: "\e91e";
}
.icon-warning-fill:before {
  content: "\e91f";
}
.icon-check-in:before {
  content: "\e92a";
}
.icon-check-out:before {
  content: "\e92b";
}
.icon-pagination-arrow-left:before {
  content: "\e92c";
}
.icon-pagination-arrow-right:before {
  content: "\e92d";
}
.icon-arrow-right:before {
  content: "\e92e";
}
.icon-multiple-select-tick:before {
  content: "\e92f";
}
.icon-upload:before {
  content: "\e93a";
}
.icon-add:before {
  content: "\e93b";
}
.icon-filter:before {
  content: "\e93c";
}
.icon-digital-id:before {
  content: "\e93d";
}
.icon-1:before {
  content: "\e93d";
}
.icon-8:before {
  content: "\e93d";
}
.icon-journey:before {
  content: "\e93e";
}
.icon-2:before {
  content: "\e93e";
}
.icon-10:before {
  content: "\e93e";
}
.icon-office:before {
  content: "\e93f";
}
.icon-3:before {
  content: "\e93f";
}
.icon-vehicle:before {
  content: "\e931";
}
.icon-13:before {
  content: "\e931";
}
.icon-14:before {
  content: "\e931";
}
.icon-15:before {
  content: "\e91f";
}
.icon-16:before {
  content: "\e93d";
}
.icon-violation:before {
  content: "\e932";
}
.icon-4:before {
  content: "\e932";
}
.icon-visit:before {
  content: "\e933";
}
.icon-5:before {
  content: "\e933";
}
.icon-9:before {
  content: "\e933";
}
.icon-6:before {
  content: "\e93d";
}
.icon-7:before {
  content: "\e93d";
}
.icon-17:before {
  content: "\e93d";
}
.icon-close-circle:before {
  content: "\e934";
}
.icon-waiting-review:before {
  content: "\e98e";
}
.icon-copy:before {
  content: "\e936";
}
.icon-delegators:before {
  content: "\e937";
}
.icon-edit-pencil:before {
  content: "\e938";
}
.icon-user-personal-information:before {
  content: "\e939";
}
.icon-business-card:before {
  content: "\e940";
}
.icon-trash-icon:before {
  content: "\e941";
}
.icon-add-cross-thin:before {
  content: "\e942";
}
.icon-calendar:before {
  content: "\e943";
}
.icon-photo-preview:before {
  content: "\e944";
}
.icon-external-link-fill:before {
  content: "\e945";
}
.icon-alarm-warning:before {
  content: "\e950";
}
.icon-repeat-request:before {
  content: "\e951";
}
.icon-question-line:before {
  content: "\e952";
}
.icon-upload-cloud:before {
  content: "\e953";
}
.icon-car-icon:before {
  content: "\e954";
}
.icon-paint-fill:before {
  content: "\e955";
}
.icon-accep-activate:before {
  content: "\e956";
}
.icon-download:before {
  content: "\e957";
}
.icon-file:before {
  content: "\e958";
}
.icon-support:before {
  content: "\e959";
}
.icon-flag:before {
  content: "\e960";
}
.icon-service-line:before {
  content: "\e961";
}
.icon-valid-fill:before {
  content: "\e962";
}
.icon-profile:before {
  content: "\e923";
}
hr {
  margin: 0.5rem 0 calc(0.5rem - 1px);
}
address {
  line-height: 1.5rem;
  margin: 0.25rem 0 0.75rem;
}
b,
strong {
  font-weight: 500;
}
small {
  font-size: 0.75rem;
}
a,
a.text-link:not([href]) {
  color: #B78900;
  text-decoration: none;
}
a:hover,
a.text-link:not([href]):hover {
  color: #B78900;
  text-decoration: underline;
}
a.text-link:not([href]) {
  cursor: pointer;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
label {
  font-weight: 500;
}
.cursor-default {
  cursor: default !important;
}
h1,
.h1 {
  line-height: 2.375rem;
  font-size: 1.75rem;
  font-weight: 400;
}
h2,
.h2 {
  line-height: 1.6;
}
h3,
.h3 {
  line-height: 2rem;
  font-weight: 400;
}
h4,
.h4 {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
h5,
.h5 {
  font-family: "Brown-light", sans-serif;
  line-height: 1.5rem;
  font-size: 1.125rem;
}
h5.regular,
.h5.regular {
  font-family: "Brown-regular", sans-serif;
}
h6,
.h6 {
  line-height: 2.4615384615;
}
.small {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
p {
  line-height: 1.5rem;
}
hr {
  border-top: 1px solid #c6c6c6;
}
.font-family-primary {
  font-family: "Brown-regular", sans-serif !important;
}
.font-family-secondary {
  font-family: "Brown-light", sans-serif !important;
}
html.dark-theme hr {
  border-top: solid 1px rgba(246, 245, 243, 0.1);
}
html.dark-theme h3,
html.dark-theme p:not(.error-p) {
  color: #F9F8F7;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 2.5rem 3rem;
}
.container,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  margin-left: 0;
  margin-right: 0;
  min-width: 906px;
}
.table:not(.table--inner) {
  font-family: "Brown-light";
  font-weight: 300;
  margin: 0;
}
.table:not(.table--inner) th,
.table:not(.table--inner) td {
  border-collapse: collapse;
  margin-top: 1rem;
  border-bottom: 0;
  border-top: 0;
  box-sizing: content-box;
  font-size: 0.875rem;
  vertical-align: middle;
  font-weight: 300;
}
.table:not(.table--inner) th:not(.line-height-0),
.table:not(.table--inner) td:not(.line-height-0) {
  line-height: 1.25rem;
}
.table:not(.table--inner) th:first-child,
.table:not(.table--inner) td:first-child {
  padding-left: 0.5rem;
}
.table:not(.table--inner) th:last-child,
.table:not(.table--inner) td:last-child {
  padding-right: 0.5rem;
}
.table:not(.table--inner) th.col-1,
.table:not(.table--inner) td.col-1 {
  width: 8.33333333%;
}
.table:not(.table--inner) th.col-2,
.table:not(.table--inner) td.col-2 {
  width: 16.66666667%;
}
.table:not(.table--inner) th.col-3,
.table:not(.table--inner) td.col-3 {
  width: 25%;
}
.table:not(.table--inner) th.col-4,
.table:not(.table--inner) td.col-4 {
  width: 33.33333333%;
}
.table:not(.table--inner) th.col-5,
.table:not(.table--inner) td.col-5 {
  width: 41.66666667%;
}
.table:not(.table--inner) th.col-6,
.table:not(.table--inner) td.col-6 {
  width: 50%;
}
.table:not(.table--inner) th.col-7,
.table:not(.table--inner) td.col-7 {
  width: 58.33333333%;
}
.table:not(.table--inner) th.col-8,
.table:not(.table--inner) td.col-8 {
  width: 66.66666667%;
}
.table:not(.table--inner) th.col-9,
.table:not(.table--inner) td.col-9 {
  width: 75%;
}
.table:not(.table--inner) th.col-10,
.table:not(.table--inner) td.col-10 {
  width: 83.33333333%;
}
.table:not(.table--inner) th.col-11,
.table:not(.table--inner) td.col-11 {
  width: 91.66666667%;
}
.table:not(.table--inner) th.col-12,
.table:not(.table--inner) td.col-12 {
  width: 100%;
}
.table:not(.table--inner) th .table,
.table:not(.table--inner) td .table {
  background-color: #F6F5F3;
  margin-bottom: 0;
}
.table:not(.table--inner) th .table th:first-child,
.table:not(.table--inner) th .table td:first-child,
.table:not(.table--inner) td .table th:first-child,
.table:not(.table--inner) td .table td:first-child {
  padding-left: 1.5rem;
}
.table:not(.table--inner) th .table th:last-child,
.table:not(.table--inner) th .table td:last-child,
.table:not(.table--inner) td .table th:last-child,
.table:not(.table--inner) td .table td:last-child {
  padding-right: 1.5rem;
}
.table:not(.table--inner) th .table tfoot td,
.table:not(.table--inner) td .table tfoot td {
  border-bottom: 0;
}
@media print {
  .table:not(.table--inner) th.col-1,
  .table:not(.table--inner) th.col-2,
  .table:not(.table--inner) th.col-3,
  .table:not(.table--inner) th.col-4,
  .table:not(.table--inner) th.col-5,
  .table:not(.table--inner) th.col-6,
  .table:not(.table--inner) th.col-7,
  .table:not(.table--inner) th.col-8,
  .table:not(.table--inner) th.col-9,
  .table:not(.table--inner) th.col-10,
  .table:not(.table--inner) th.col-11,
  .table:not(.table--inner) th.col-12,
  .table:not(.table--inner) td.col-1,
  .table:not(.table--inner) td.col-2,
  .table:not(.table--inner) td.col-3,
  .table:not(.table--inner) td.col-4,
  .table:not(.table--inner) td.col-5,
  .table:not(.table--inner) td.col-6,
  .table:not(.table--inner) td.col-7,
  .table:not(.table--inner) td.col-8,
  .table:not(.table--inner) td.col-9,
  .table:not(.table--inner) td.col-10,
  .table:not(.table--inner) td.col-11,
  .table:not(.table--inner) td.col-12 {
    max-width: unset !important;
    min-width: unset !important;
    width: auto !important;
  }
}
.table:not(.table--inner) thead th {
  border-bottom: 1px solid #090807;
  font-weight: 500;
  padding-bottom: calc(0.75rem - 1px);
  padding-top: 0.75rem;
}
.table:not(.table--inner) tbody th {
  font-weight: 500;
}
.table:not(.table--inner) tbody tr.is-highlighted {
  background-color: #fcf8ec;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-disabled-bg,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-disabled-bg:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-disabled-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-disabled-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 136, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-secondary-disabled-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-secondary-disabled-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 136, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-container-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-container-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-darkest-eastern-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-darkest-eastern-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 193, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-darker-eastern-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-darker-eastern-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 191, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-link-hover-yellow,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-link-hover-yellow:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 191, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-eastern-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-eastern-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 223, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-aqua,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-aqua:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-cerulean,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-cerulean:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 197, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-light-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-light-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 221, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-lighter-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-lighter-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 198, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-lightest-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-lightest-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 209, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-outer-space,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-outer-space:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 206, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-play-pause,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-play-pause:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 216, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-stop,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-stop:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 4, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-save,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-save:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 183, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-error-red,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-error-red:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 3, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-error-pink,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-error-pink:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 28, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-field-validation,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-field-validation:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 23, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-notifications-pink,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-notifications-pink:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-notifications-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-notifications-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-notifications-yellow,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-notifications-yellow:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 191, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-notifications-yellow-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-notifications-yellow-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 190, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-warning-amber,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-warning-amber:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 99, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-warning-light-orange,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-warning-light-orange:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 93, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-success-green,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-success-green:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 90, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-check-in,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-check-in:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 160, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-success-light-green,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-success-light-green:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 91, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-info-yellow,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-info-yellow:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 191, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-info-light-yellow,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-info-light-yellow:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 191, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-green,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-green:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 44, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 112, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-purple,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-purple:not(:focus):not(.is-invalid) {
  background-color: rgba(138, 0, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-pink,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-pink:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 157, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-yellow,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-yellow:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 230, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-sticker-orange,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-sticker-orange:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 186, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-designs,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-designs:not(:focus):not(.is-invalid) {
  background-color: rgba(191, 0, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-samples,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-samples:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 90, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-products,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-products:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 85, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-orders,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-orders:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 152, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-quality-control,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-quality-control:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 137, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-account,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-account:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 158, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-category-sales,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-category-sales:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 255, 213, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-tag-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-tag-background:not(:focus):not(.is-invalid) {
  background-color: rgba(159, 0, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-tag-border,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-tag-border:not(:focus):not(.is-invalid) {
  background-color: rgba(162, 0, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-off-white,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-off-white:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-lightest-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-lightest-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 170, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-light-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-light-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-mid-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-mid-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-darkest-mid-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-darkest-mid-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 118, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-darkest-grey,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-darkest-grey:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 223, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-light,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-light:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 118, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-editable-cell,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-editable-cell:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 51, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-aubergine,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-aubergine:not(:focus):not(.is-invalid) {
  background-color: rgba(174, 0, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-version-highlight,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-version-highlight:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 229, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-pending-blue,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-pending-blue:not(:focus):not(.is-invalid) {
  background-color: rgba(0, 175, 255, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-datepicker-header-border-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-datepicker-header-border-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 73, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-border,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-border:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-hover-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-hover-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 85, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-hover-border,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-hover-border:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-active-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-active-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 137, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-active-border,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-active-border:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-background-disabled,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-background-disabled:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 0, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-border-disabled,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-border-disabled:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-color-disabled,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-color-disabled:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 170, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-outline-color-disabled-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-outline-color-disabled-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 153, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 102, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-background-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-background-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 170, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-hover-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-hover-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-hover-background-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-hover-background-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 177, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-active-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-active-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 93, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-active-background-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-active-background-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-background-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-background-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-border,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-border:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-border-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-border-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 136, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-primary-black-disabled-color-dark,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-primary-black-disabled-color-dark:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 136, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-thead-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-thead-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-tbody-tr-active-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-tbody-tr-active-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 177, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-toggle-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-toggle-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 175, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-toggle-checked-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-toggle-checked-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 85, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-background-content,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-background-content:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 102, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-border-content,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-border-content:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-color-content,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-color-content:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 109, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-side-navigation-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-side-navigation-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 191, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-side-navigation-color-hover,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-side-navigation-color-hover:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-side-navigation-icon-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-side-navigation-icon-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 109, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-side-navigation-icon-color-active,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-side-navigation-icon-color-active:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 153, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-border-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-border-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-badge-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-badge-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-kebab-active-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-kebab-active-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-filters-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-filters-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 85, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-toggle-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-toggle-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-toggle-after-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-toggle-after-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-toggle-disabled-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-toggle-disabled-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-toggle-disabled-after-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-toggle-disabled-after-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-toggle-checked-after-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-toggle-checked-after-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-datepicker-background,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-datepicker-background:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 96, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-datepicker-box-shadow-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-datepicker-box-shadow-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-datepicker-head-button-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-datepicker-head-button-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-datepicker-body-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-datepicker-body-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 128, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-dark-datepicker-body-td-selected,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-dark-datepicker-body-td-selected:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 153, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-numbers-table-background-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-numbers-table-background-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 182, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-circle-border-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-circle-border-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 177, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td.bg-circle-title-color,
.table:not(.table--inner) tbody tr.is-highlighted .form-control--editable-cell.bg-circle-title-color:not(:focus):not(.is-invalid) {
  background-color: rgba(255, 118, 0, 0.04) !important;
}
.table:not(.table--inner) tbody tr.is-highlighted td:first-child {
  border-left: 8px solid #DFA700;
  padding-left: calc(1.5rem - 4px);
}
.table:not(.table--inner) tfoot th {
  font-weight: 500;
}
.table:not(.table--inner) tbody + tbody {
  border-top: 1px solid #090807;
}
.table:not(.table--inner) tbody:first-of-type .has-accordion th::after,
.table:not(.table--inner) tbody:first-of-type .has-accordion td::after {
  top: -1px;
}
.table:not(.table--inner) .has-accordion th,
.table:not(.table--inner) .has-accordion td {
  position: relative;
}
.table:not(.table--inner) .has-accordion th::after,
.table:not(.table--inner) .has-accordion td::after {
  border-top: 1px solid #bde4ea;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2px;
  transition: opacity 300ms ease-in-out;
  width: 100%;
}
.table:not(.table--inner) .has-accordion .icon-arrows-chevron-thin-down::before {
  display: inline-block;
  transition: transform 300ms ease-in-out;
  width: 0.75rem;
}
.table:not(.table--inner) .has-accordion--is-expanded th::after,
.table:not(.table--inner) .has-accordion--is-expanded td::after {
  opacity: 1;
}
.table:not(.table--inner) .has-accordion--is-expanded .icon-arrows-chevron-thin-down::before {
  transform: rotate(-180deg);
}
.table:not(.table--inner) .accordion > td {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 300ms ease-in-out;
}
.table:not(.table--inner) .accordion--is-expanded > td {
  border-bottom-color: #bde4ea;
}
.table--fixed {
  table-layout: fixed;
}
.table--inner {
  font-family: "Brown-light";
  border-radius: 0.5rem;
  box-shadow: 0px 8px 16px 0px rgba(52, 48, 44, 0.03);
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1rem;
}
.table--inner th.col-1,
.table--inner td.col-1 {
  width: 8.33333333%;
}
.table--inner th.col-2,
.table--inner td.col-2 {
  width: 16.66666667%;
}
.table--inner th.col-3,
.table--inner td.col-3 {
  width: 25%;
}
.table--inner th.col-4,
.table--inner td.col-4 {
  width: 33.33333333%;
}
.table--inner th.col-5,
.table--inner td.col-5 {
  width: 41.66666667%;
}
.table--inner th.col-6,
.table--inner td.col-6 {
  width: 50%;
}
.table--inner th.col-7,
.table--inner td.col-7 {
  width: 58.33333333%;
}
.table--inner th.col-8,
.table--inner td.col-8 {
  width: 66.66666667%;
}
.table--inner th.col-9,
.table--inner td.col-9 {
  width: 75%;
}
.table--inner th.col-10,
.table--inner td.col-10 {
  width: 83.33333333%;
}
.table--inner th.col-11,
.table--inner td.col-11 {
  width: 91.66666667%;
}
.table--inner th.col-12,
.table--inner td.col-12 {
  width: 100%;
}
.table--inner thead {
  background-color: #35302d;
  color: #fff;
  line-height: 1.75rem;
  font-weight: 400;
}
.table--inner thead tr th {
  padding: 0.5rem;
  border: none;
}
.table--inner thead tr th:first-child {
  padding-left: 1.5rem;
}
.table--inner thead tr th:last-child {
  padding-right: 1.5rem;
}
.table--inner tbody {
  border-radius: 0 0 0.5rem 0.5rem;
}
.table--inner tbody tr.active {
  background-color: #E4E0D7;
}
.table--inner tbody tr td {
  padding: 0.5rem;
  border-collapse: collapse;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(9, 8, 7, 0.1);
  border-top: 0;
  box-sizing: content-box;
  vertical-align: middle;
  font-weight: 300;
}
.table--inner tbody tr td:not(.line-height-0) {
  line-height: 1.75rem;
}
.table--inner tbody tr td:first-child {
  padding-left: 1.5rem;
}
.table--inner tbody tr td:last-child {
  padding-right: 1.5rem;
}
.table--inner tbody tr td strong {
  font-family: "Brown-regular";
}
.table--inner tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-hover tbody tr:is(.active):hover {
  background: #E4E0D7;
}
.table-sm th,
.table-sm td {
  font-size: 0.75rem;
  padding: 0.3rem;
}
.table-sm th:first-child,
.table-sm td:first-child {
  padding-left: 0;
}
.table-sm th:last-child,
.table-sm td:last-child {
  padding-right: 0;
}
.table-sm th thead th,
.table-sm td thead th {
  border-bottom: 1px solid #090807;
}
table caption {
  display: none;
}
table.table-hover tbody tr:hover {
  background-color: #fafafa;
  cursor: pointer;
}
table.table-hover tbody tr:hover td {
  background-color: inherit;
}
table tbody th {
  font-weight: 500;
}
html.dark-theme .table:not(.table--inner) {
  color: #F9F8F7;
}
html.dark-theme .table--inner {
  background-color: #211E1B;
}
html.dark-theme .table--inner thead {
  background-color: #35302D;
}
html.dark-theme .table--inner tbody {
  color: #F9F8F7;
}
html.dark-theme .table--inner tbody tr.active {
  background-color: #35302D;
}
html.dark-theme .table.table-hover tbody tr:is(.active):hover {
  background: #35302D;
  color: #F9F8F7;
}
html.dark-theme .table.table-hover tbody tr:not(.active):hover {
  background-color: #191614;
  color: #F9F8F7;
}
html.dark-theme .container-table {
  background-color: #211E1B !important;
  border: solid 1px rgba(246, 245, 243, 0.1) !important;
}
html.dark-theme .container-table h4,
html.dark-theme .container-table h5 {
  color: #F9F8F7 !important;
}
html.dark-theme .container-services .block,
html.dark-theme .container-services-external .block {
  background-color: #211E1B !important;
  border: solid 1px rgba(246, 245, 243, 0.1) !important;
}
html.dark-theme .container-services .block span.new-badge,
html.dark-theme .container-services-external .block span.new-badge {
  background: #D6D5D2 !important;
  color: #141210 !important;
}
html.dark-theme .container-services .block:hover,
html.dark-theme .container-services-external .block:hover {
  background-color: #191614 !important;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.form-control {
  padding: 0.75rem;
  border: solid 1px #878079;
  border-radius: 0.25rem;
  background-color: #f6f5f3;
  color: #1D1917;
  font-family: "Brown-light", sans-serif;
}
.form-control:disabled,
.form-control:read-only,
.form-control[readonly] {
  cursor: not-allowed;
}
.form-control[size] {
  width: auto;
}
.form-control[size="0"],
.form-control[size=""] {
  width: 100%;
}
.form-control::placeholder {
  color: #79736c;
  line-height: 1.25rem;
  font-weight: 300;
  font-family: "Brown-light", sans-serif;
  text-transform: normal;
}
.form-control.calendar {
  background: url("./media/calendar-icon.svg") right 16px center no-repeat;
}
.form-control:focus {
  box-shadow: none;
  background-color: #f6f5f3;
}
.form-control:not(.ng-invalid.ng-touched):focus {
  background-color: #f6f5f3;
  border: solid 0px transparent;
  box-shadow: 0 0 0 2px #dfa700;
}
.form-control.dark-placeholder::placeholder {
  color: #645D57;
}
.form-control.default-placeholder::placeholder {
  text-transform: none;
}
.form-control--password {
  padding-right: 3rem;
  text-overflow: ellipsis;
}
.form-control--password ~ .btn.btn-icon.password__toggle-visibility {
  font-size: 1rem;
  height: 2.5rem;
  padding: 0.78125rem 1rem 0.78125rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
}
.form-control--password ~ .btn.btn-icon.password__toggle-visibility i {
  width: 1rem;
}
label:not(.custom-control-label),
.form-label {
  display: block;
  color: #1d1917;
  line-height: 1.25rem;
}
.form-label__optional-indicator {
  color: #c6c6c6;
  font-weight: 400;
}
.form-label__required-indicator {
  color: #CB1B19;
}
.form-label--inline {
  height: 2.5rem;
  line-height: calc(2.5rem + 1px);
}
.form-control.ng-valid,
.form-control.ng-invalid {
  background-size: 1rem;
}
.form-control.ng-invalid.ng-touched {
  box-shadow: 0 0 0 2px #CB1B19;
  border: solid 0px transparent;
}
.form-control.ng-invalid.ng-touched:disabled,
.form-control.ng-invalid.ng-touched:read-only,
.form-control.ng-invalid.ng-touched[readonly] {
  background-color: #F6F5F3;
  border-color: #878079;
}
.form-control--password.is-valid,
.form-control--password.is-invalid {
  background-position: right 2.5rem center;
  padding-right: 4rem;
}
.form-control--table-editable,
.form-control--inline-editable {
  background-color: transparent;
  border-color: transparent;
  font-size: inherit;
  height: 1rem;
  padding: 0;
}
.form-control--table-editable:disabled,
.form-control--table-editable:read-only,
.form-control--inline-editable:disabled,
.form-control--inline-editable:read-only {
  background-color: transparent;
}
.form-control--table-editable:read-only,
.form-control--inline-editable:read-only {
  cursor: default;
}
.form-control--table-editable:read-only:focus,
.form-control--table-editable:read-only.is-invalid,
.form-control--inline-editable:read-only:focus,
.form-control--inline-editable:read-only.is-invalid {
  border-color: transparent;
  box-shadow: none;
}
.form-control--table-editable.is-invalid,
.form-control--inline-editable.is-invalid {
  background-image: none;
  padding-right: 0;
}
.form-control--inline-editable:focus {
  border-color: transparent;
  box-shadow: none;
}
.form-control--transparent-text {
  color: transparent;
}
.form-control--transparent-text::placeholder {
  color: transparent;
}
.valid-feedback,
.invalid-feedback {
  line-height: 1rem;
}
.valid-feedback:empty,
.invalid-feedback:empty {
  margin-top: 0;
}
textarea.form-control {
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  resize: none;
  background: transparent;
  min-height: 7.75rem;
}
textarea.form-control.form-textarea-sm {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
input[type=radio].form-control:checked,
input[type=radio].form-control:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type=radio].form-control:checked + label,
input[type=radio].form-control:not(:checked) + label {
  position: relative;
  padding-left: 2.25rem;
  cursor: pointer;
  line-height: 1.375rem;
  display: inline-block;
  font-family: "Brown-light", sans-serif;
}
input[type=radio].form-control:checked + label:before,
input[type=radio].form-control:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #878079;
  border-radius: 100%;
  background: transparent;
}
input[type=radio].form-control:checked + label:before {
  border: 1px solid #1D1917;
  background: #1D1917;
}
input[type=radio].form-control:checked + label:after,
input[type=radio].form-control:not(:checked) + label:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio].form-control:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type=radio].form-control:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type=search].form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7395 10.5861L9.36157 8.21089C11.0465 5.90356 10.5301 2.67329 8.22019 0.990296C5.91024 -0.692699 2.67632 -0.176943 0.991417 2.13039C-0.693483 4.43772 -0.177143 7.66799 2.1328 9.35098C3.93999 10.6675 6.39941 10.6675 8.2066 9.36455L10.5845 11.7397C10.897 12.0655 11.4133 12.0926 11.7395 11.7805C12.0656 11.4683 12.0927 10.9525 11.7802 10.6268C11.7802 10.6132 11.7666 10.5997 11.7395 10.5861ZM5.19008 8.71307C3.23342 8.71307 1.65723 7.13866 1.65723 5.18421C1.65723 3.22977 3.23342 1.65535 5.19008 1.65535C7.14674 1.65535 8.72294 3.22977 8.72294 5.18421C8.72294 7.12508 7.13315 8.71307 5.19008 8.71307Z' fill='%231D1917'/%3E%3C/svg%3E%0A");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}
input[type=search].form-control.is-invalid {
  background-size: 0.75rem;
}
input[type=search].form-control--clearable {
  padding-right: 3.5rem;
}
input[type=search].form-control--conversations {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7395 10.5861L9.36157 8.21089C11.0465 5.90356 10.5301 2.67329 8.22019 0.990296C5.91024 -0.692699 2.67632 -0.176943 0.991417 2.13039C-0.693483 4.43772 -0.177143 7.66799 2.1328 9.35098C3.93999 10.6675 6.39941 10.6675 8.2066 9.36455L10.5845 11.7397C10.897 12.0655 11.4133 12.0926 11.7395 11.7805C12.0656 11.4683 12.0927 10.9525 11.7802 10.6268C11.7802 10.6132 11.7666 10.5997 11.7395 10.5861ZM5.19008 8.71307C3.23342 8.71307 1.65723 7.13866 1.65723 5.18421C1.65723 3.22977 3.23342 1.65535 5.19008 1.65535C7.14674 1.65535 8.72294 3.22977 8.72294 5.18421C8.72294 7.12508 7.13315 8.71307 5.19008 8.71307Z' fill='%23645D57'/%3E%3C/svg%3E%0A");
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  padding-bottom: calc(1.5rem - 1px);
  padding-top: calc(1.5rem - 1px);
}
input[type=search].form-control::-webkit-search-cancel-button,
input[type=search].form-control::-webkit-search-decoration,
input[type=search].form-control::-webkit-search-results-button,
input[type=search].form-control::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=search].form-control::-ms-clear,
input[type=search].form-control::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type=time]::-webkit-datetime-edit-hour-field,
input[type=time]::-webkit-datetime-edit-minute-field {
  color: #79736c;
}
input[type=time]::-webkit-datetime-edit-hour-field:focus,
input[type=time]::-webkit-datetime-edit-minute-field:focus {
  background-color: rgba(29, 25, 23, 0.05);
}
.form-guidance {
  display: block;
  line-height: 1rem;
  margin-top: 0.25rem;
}
.form-input-sm .form-control {
  height: 2rem;
  padding: 0.65625rem 0.5rem;
  font-size: 0.75rem;
  background-position: right 0.5rem center !important;
}
.form-input-sm .form-control.text-right.is-valid,
.form-input-sm .form-control.text-right.is-invalid {
  background-position: left 0.5rem center;
  padding-left: 2rem;
  padding-right: 0.5rem !important;
}
.form-input-sm .form-control .invalid-feedback {
  font-size: 0.75rem;
}
.form-control-container--min-max-width {
  max-width: 20rem;
  min-width: 10rem;
}
html.dark-theme input[type=time]::-webkit-datetime-edit-hour-field:focus,
html.dark-theme input[type=time]::-webkit-datetime-edit-minute-field:focus {
  background-color: #C8C6C3;
}
html.dark-theme .form-control {
  background-color: #191614 !important;
  color: #908c89;
  border: solid 1px #5b5653;
}
html.dark-theme .form-control:focus {
  background-color: #191614;
  color: #908c89;
}
html.dark-theme .form-control:not(.ng-invalid.ng-touched):focus {
  background-color: #191614;
  color: #908c89;
}
html.dark-theme .form-control::placeholder {
  color: #908c89;
}
html.dark-theme .form-control.calendar {
  background: url("./media/calendar-icon-light.svg") right 16px center no-repeat;
}
html.dark-theme label:not(.custom-control-label),
html.dark-theme .form-label {
  color: #F9F8F7;
}
html.dark-theme input[type=radio].form-control:checked + label:before,
html.dark-theme input[type=radio].form-control:not(:checked) + label:before {
  border: 1px solid #5B5653;
}
html.dark-theme input[type=radio].form-control:checked + label:before {
  border: 1px solid #C8C6C3;
  background: #C8C6C3;
}
html.dark-theme input[type=radio].form-control:checked + label:after,
html.dark-theme input[type=radio].form-control:not(:checked) + label:after {
  background: #5B5653;
}
html.dark-theme input[type=search].form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7395 10.5861L9.36157 8.21089C11.0465 5.90356 10.5301 2.67329 8.22019 0.990296C5.91024 -0.692699 2.67632 -0.176943 0.991417 2.13039C-0.693483 4.43772 -0.177143 7.66799 2.1328 9.35098C3.93999 10.6675 6.39941 10.6675 8.2066 9.36455L10.5845 11.7397C10.897 12.0655 11.4133 12.0926 11.7395 11.7805C12.0656 11.4683 12.0927 10.9525 11.7802 10.6268C11.7802 10.6132 11.7666 10.5997 11.7395 10.5861ZM5.19008 8.71307C3.23342 8.71307 1.65723 7.13866 1.65723 5.18421C1.65723 3.22977 3.23342 1.65535 5.19008 1.65535C7.14674 1.65535 8.72294 3.22977 8.72294 5.18421C8.72294 7.12508 7.13315 8.71307 5.19008 8.71307Z' fill='%23979797'/%3E%3C/svg%3E%0A");
}
.btn,
.btn-group .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 999px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.btn.disabled,
.btn-group .disabled.btn:not(.btn-link):not(.btn-icon),
.btn:disabled,
.btn-group .btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: initial;
}
.btn.btn-primary,
.btn-group .btn-primary.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
  box-shadow: none;
  color: #13100D;
}
.btn.btn-primary:hover,
.btn-group .btn-primary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
}
.btn.btn-primary:focus,
.btn-group .btn-primary.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-primary.focus,
.btn-group .btn-primary.focus.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn.btn-primary.disabled,
.btn-group .btn-primary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary:disabled,
.btn-group .btn-primary.btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #645D57;
  background-color: #DFA700;
  border-color: #DFA700;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #CB9700;
  border-color: #CB9700;
}
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(205, 156, 13, 0.5);
}
.btn.btn-primary:hover,
.btn-group .btn-primary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #13100D;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(:disabled):not(.disabled).focus {
  color: #13100D;
  background-color: #B78900;
  border-color: #B78900;
}
.btn.btn-primary.disabled,
.btn-group .btn-primary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary:disabled,
.btn-group .btn-primary.btn:disabled:not(.btn-link):not(.btn-icon) {
  background-color: #d6d1c6;
  border: #d6d1c6;
  color: #968f87;
}
.btn.btn-primary:focus,
.btn-group .btn-primary.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-primary.focus,
.btn-group .btn-primary.focus.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary:active,
.btn-group .btn-primary.btn:active:not(.btn-link):not(.btn-icon),
.btn.btn-primary.active,
.btn-group .btn-primary.active.btn:not(.btn-link):not(.btn-icon) {
  box-shadow: none !important;
}
.btn.btn-secondary,
.btn-group .btn-secondary.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.btn.btn-secondary:hover,
.btn-group .btn-secondary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}
.btn.btn-secondary:focus,
.btn-group .btn-secondary.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-secondary.focus,
.btn-group .btn-secondary.focus.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn.btn-secondary.disabled,
.btn-group .btn-secondary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-secondary:disabled,
.btn-group .btn-secondary.btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-secondary.dropdown-toggle {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
.btn.btn-secondary:hover,
.btn-group .btn-secondary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #fff;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):focus,
.btn.btn-secondary:not(:disabled):not(.disabled).focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.32);
}
.btn.btn-secondary:focus,
.btn-group .btn-secondary.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-secondary.focus,
.btn-group .btn-secondary.focus.btn:not(.btn-link):not(.btn-icon),
.btn.btn-secondary:active,
.btn-group .btn-secondary.btn:active:not(.btn-link):not(.btn-icon),
.btn.btn-secondary.active,
.btn-group .btn-secondary.active.btn:not(.btn-link):not(.btn-icon) {
  box-shadow: none !important;
}
.btn.btn-secondary.disabled,
.btn-group .btn-secondary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-secondary:disabled,
.btn-group .btn-secondary.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #968F87;
  color: #968F87;
}
.btn.btn-primary-black,
.btn-group .btn-primary-black.btn:not(.btn-link):not(.btn-icon) {
  padding: 0.75rem 2rem;
  border: none;
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
  box-shadow: none;
}
.btn.btn-primary-black:hover,
.btn-group .btn-primary-black.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
}
.btn.btn-primary-black:focus,
.btn-group .btn-primary-black.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black.focus,
.btn-group .btn-primary-black.focus.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: #35302D;
  border-color: #35302D;
  box-shadow: 0 0 0 0.1875rem rgba(64, 61, 60, 0.5);
}
.btn.btn-primary-black.disabled,
.btn-group .btn-primary-black.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black:disabled,
.btn-group .btn-primary-black.btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: #1E1B19;
  border-color: #1E1B19;
}
.btn.btn-primary-black:not(:disabled):not(.disabled):active,
.btn.btn-primary-black:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary-black.dropdown-toggle {
  color: #fff;
  background-color: #4B4440;
  border-color: #4B4440;
}
.btn.btn-primary-black:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary-black:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-primary-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(64, 61, 60, 0.5);
}
.btn.btn-primary-black:focus,
.btn-group .btn-primary-black.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black.focus,
.btn-group .btn-primary-black.focus.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black:active,
.btn-group .btn-primary-black.btn:active:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black.active,
.btn-group .btn-primary-black.active.btn:not(.btn-link):not(.btn-icon) {
  box-shadow: none !important;
}
.btn.btn-primary-black.disabled,
.btn-group .btn-primary-black.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-primary-black:disabled,
.btn-group .btn-primary-black.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #D6D1C6;
  background-color: #D6D1C6;
  color: #968F87;
}
.btn.btn-outline-primary,
.btn-group .btn-outline-primary.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: none;
  color: #1D1917;
}
.btn.btn-outline-primary:hover,
.btn-group .btn-outline-primary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn.btn-outline-primary:focus,
.btn-group .btn-outline-primary.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary.focus,
.btn-group .btn-outline-primary.focus.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0 0.1875rem rgba(171, 171, 171, 0.5);
}
.btn.btn-outline-primary.disabled,
.btn-group .btn-outline-primary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary:disabled,
.btn-group .btn-outline-primary.btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.16);
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(121, 115, 108, 0.15);
  border-color: rgba(0, 0, 0, 0.32);
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(171, 171, 171, 0.5);
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled).focus,
.show > .btn.btn-outline-primary.dropdown-toggle {
  box-shadow: none !important;
  color: #1D1917;
}
.btn.btn-outline-primary:hover,
.btn-group .btn-outline-primary.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #1D1917;
  background-color: rgba(29, 25, 23, 0.05);
  border-color: rgba(0, 0, 0, 0.24);
}
.btn.btn-outline-primary.disabled,
.btn-group .btn-outline-primary.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary:disabled,
.btn-group .btn-outline-primary.btn:disabled:not(.btn-link):not(.btn-icon) {
  background-color: transparent;
  border-color: #D6D1C6;
  color: #B5B0A6;
}
.btn.btn-outline-primary-disabled-bg,
.btn-group .btn-outline-primary-disabled-bg.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-disabled-bg.disabled,
.btn-group .btn-outline-primary-disabled-bg.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-disabled-bg:disabled,
.btn-group .btn-outline-primary-disabled-bg.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-disabled-bg.disabled:hover,
.btn.btn-outline-primary-disabled-bg:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-disabled-bg,
.btn-group .btn-link-primary-disabled-bg.btn:not(.btn-link):not(.btn-icon) {
  color: #d6d1c6;
}
.btn.btn-link-primary-disabled-bg:not(:disabled, .disabled):hover {
  color: #d6d1c6;
}
.btn.btn-link-primary-disabled-bg:not(:disabled, .disabled):focus,
.btn.btn-link-primary-disabled-bg:not(:disabled, .disabled).focus {
  color: #d6d1c6;
}
.btn.btn-icon-primary-disabled-bg,
.btn-group .btn-icon-primary-disabled-bg.btn:not(.btn-link):not(.btn-icon) {
  color: #d6d1c6;
}
.btn.btn-outline-primary-disabled-color,
.btn-group .btn-outline-primary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-disabled-color.disabled,
.btn-group .btn-outline-primary-disabled-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-disabled-color:disabled,
.btn-group .btn-outline-primary-disabled-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-disabled-color.disabled:hover,
.btn.btn-outline-primary-disabled-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-disabled-color,
.btn-group .btn-link-primary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968f87;
}
.btn.btn-link-primary-disabled-color:not(:disabled, .disabled):hover {
  color: #968f87;
}
.btn.btn-link-primary-disabled-color:not(:disabled, .disabled):focus,
.btn.btn-link-primary-disabled-color:not(:disabled, .disabled).focus {
  color: #968f87;
}
.btn.btn-icon-primary-disabled-color,
.btn-group .btn-icon-primary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968f87;
}
.btn.btn-outline-secondary-disabled-color,
.btn-group .btn-outline-secondary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-secondary-disabled-color.disabled,
.btn-group .btn-outline-secondary-disabled-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-secondary-disabled-color:disabled,
.btn-group .btn-outline-secondary-disabled-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-secondary-disabled-color.disabled:hover,
.btn.btn-outline-secondary-disabled-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-secondary-disabled-color,
.btn-group .btn-link-secondary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-link-secondary-disabled-color:not(:disabled, .disabled):hover {
  color: #968F87;
}
.btn.btn-link-secondary-disabled-color:not(:disabled, .disabled):focus,
.btn.btn-link-secondary-disabled-color:not(:disabled, .disabled).focus {
  color: #968F87;
}
.btn.btn-icon-secondary-disabled-color,
.btn-group .btn-icon-secondary-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-outline-container-grey,
.btn-group .btn-outline-container-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-container-grey.disabled,
.btn-group .btn-outline-container-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-container-grey:disabled,
.btn-group .btn-outline-container-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-container-grey.disabled:hover,
.btn.btn-outline-container-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-container-grey,
.btn-group .btn-link-container-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #090807;
}
.btn.btn-link-container-grey:not(:disabled, .disabled):hover {
  color: #090807;
}
.btn.btn-link-container-grey:not(:disabled, .disabled):focus,
.btn.btn-link-container-grey:not(:disabled, .disabled).focus {
  color: #090807;
}
.btn.btn-icon-container-grey,
.btn-group .btn-icon-container-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #090807;
}
.btn.btn-outline-darkest-eastern-blue,
.btn-group .btn-outline-darkest-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-darkest-eastern-blue.disabled,
.btn-group .btn-outline-darkest-eastern-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-darkest-eastern-blue:disabled,
.btn-group .btn-outline-darkest-eastern-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-darkest-eastern-blue.disabled:hover,
.btn.btn-outline-darkest-eastern-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-darkest-eastern-blue,
.btn-group .btn-link-darkest-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #126c89;
}
.btn.btn-link-darkest-eastern-blue:not(:disabled, .disabled):hover {
  color: #126c89;
}
.btn.btn-link-darkest-eastern-blue:not(:disabled, .disabled):focus,
.btn.btn-link-darkest-eastern-blue:not(:disabled, .disabled).focus {
  color: #126c89;
}
.btn.btn-icon-darkest-eastern-blue,
.btn-group .btn-icon-darkest-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #126c89;
}
.btn.btn-outline-darker-eastern-blue,
.btn-group .btn-outline-darker-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-darker-eastern-blue.disabled,
.btn-group .btn-outline-darker-eastern-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-darker-eastern-blue:disabled,
.btn-group .btn-outline-darker-eastern-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-darker-eastern-blue.disabled:hover,
.btn.btn-outline-darker-eastern-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-darker-eastern-blue,
.btn-group .btn-link-darker-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #1587ad;
}
.btn.btn-link-darker-eastern-blue:not(:disabled, .disabled):hover {
  color: #1587ad;
}
.btn.btn-link-darker-eastern-blue:not(:disabled, .disabled):focus,
.btn.btn-link-darker-eastern-blue:not(:disabled, .disabled).focus {
  color: #1587ad;
}
.btn.btn-icon-darker-eastern-blue,
.btn-group .btn-icon-darker-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #1587ad;
}
.btn.btn-outline-link-hover-yellow,
.btn-group .btn-outline-link-hover-yellow.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-link-hover-yellow.disabled,
.btn-group .btn-outline-link-hover-yellow.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-link-hover-yellow:disabled,
.btn-group .btn-outline-link-hover-yellow.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-link-hover-yellow.disabled:hover,
.btn.btn-outline-link-hover-yellow:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-link-hover-yellow,
.btn-group .btn-link-link-hover-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #B78900;
}
.btn.btn-link-link-hover-yellow:not(:disabled, .disabled):hover {
  color: #B78900;
}
.btn.btn-link-link-hover-yellow:not(:disabled, .disabled):focus,
.btn.btn-link-link-hover-yellow:not(:disabled, .disabled).focus {
  color: #B78900;
}
.btn.btn-icon-link-hover-yellow,
.btn-group .btn-icon-link-hover-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #B78900;
}
.btn.btn-outline-eastern-blue,
.btn-group .btn-outline-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-eastern-blue.disabled,
.btn-group .btn-outline-eastern-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-eastern-blue:disabled,
.btn-group .btn-outline-eastern-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-eastern-blue.disabled:hover,
.btn.btn-outline-eastern-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-eastern-blue,
.btn-group .btn-link-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #18a2b6;
}
.btn.btn-link-eastern-blue:not(:disabled, .disabled):hover {
  color: #18a2b6;
}
.btn.btn-link-eastern-blue:not(:disabled, .disabled):focus,
.btn.btn-link-eastern-blue:not(:disabled, .disabled).focus {
  color: #18a2b6;
}
.btn.btn-icon-eastern-blue,
.btn-group .btn-icon-eastern-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #18a2b6;
}
.btn.btn-outline-aqua,
.btn-group .btn-outline-aqua.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-aqua.disabled,
.btn-group .btn-outline-aqua.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-aqua:disabled,
.btn-group .btn-outline-aqua.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-aqua.disabled:hover,
.btn.btn-outline-aqua:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-aqua,
.btn-group .btn-link-aqua.btn:not(.btn-link):not(.btn-icon) {
  color: #13100D;
}
.btn.btn-link-aqua:not(:disabled, .disabled):hover {
  color: #13100D;
}
.btn.btn-link-aqua:not(:disabled, .disabled):focus,
.btn.btn-link-aqua:not(:disabled, .disabled).focus {
  color: #13100D;
}
.btn.btn-icon-aqua,
.btn-group .btn-icon-aqua.btn:not(.btn-link):not(.btn-icon) {
  color: #13100D;
}
.btn.btn-outline-cerulean,
.btn-group .btn-outline-cerulean.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-cerulean.disabled,
.btn-group .btn-outline-cerulean.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-cerulean:disabled,
.btn-group .btn-outline-cerulean.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-cerulean.disabled:hover,
.btn.btn-outline-cerulean:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-cerulean,
.btn-group .btn-link-cerulean.btn:not(.btn-link):not(.btn-icon) {
  color: #00a7d8;
}
.btn.btn-link-cerulean:not(:disabled, .disabled):hover {
  color: #00a7d8;
}
.btn.btn-link-cerulean:not(:disabled, .disabled):focus,
.btn.btn-link-cerulean:not(:disabled, .disabled).focus {
  color: #00a7d8;
}
.btn.btn-icon-cerulean,
.btn-group .btn-icon-cerulean.btn:not(.btn-link):not(.btn-icon) {
  color: #00a7d8;
}
.btn.btn-outline-light-blue,
.btn-group .btn-outline-light-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-light-blue.disabled,
.btn-group .btn-outline-light-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-light-blue:disabled,
.btn-group .btn-outline-light-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-light-blue.disabled:hover,
.btn.btn-outline-light-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-light-blue,
.btn-group .btn-link-light-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #bde4ea;
}
.btn.btn-link-light-blue:not(:disabled, .disabled):hover {
  color: #bde4ea;
}
.btn.btn-link-light-blue:not(:disabled, .disabled):focus,
.btn.btn-link-light-blue:not(:disabled, .disabled).focus {
  color: #bde4ea;
}
.btn.btn-icon-light-blue,
.btn-group .btn-icon-light-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #bde4ea;
}
.btn.btn-outline-lighter-blue,
.btn-group .btn-outline-lighter-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-lighter-blue.disabled,
.btn-group .btn-outline-lighter-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-lighter-blue:disabled,
.btn-group .btn-outline-lighter-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-lighter-blue.disabled:hover,
.btn.btn-outline-lighter-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-lighter-blue,
.btn-group .btn-link-lighter-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #cce8f0;
}
.btn.btn-link-lighter-blue:not(:disabled, .disabled):hover {
  color: #cce8f0;
}
.btn.btn-link-lighter-blue:not(:disabled, .disabled):focus,
.btn.btn-link-lighter-blue:not(:disabled, .disabled).focus {
  color: #cce8f0;
}
.btn.btn-icon-lighter-blue,
.btn-group .btn-icon-lighter-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #cce8f0;
}
.btn.btn-outline-lightest-blue,
.btn-group .btn-outline-lightest-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-lightest-blue.disabled,
.btn-group .btn-outline-lightest-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-lightest-blue:disabled,
.btn-group .btn-outline-lightest-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-lightest-blue.disabled:hover,
.btn.btn-outline-lightest-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-lightest-blue,
.btn-group .btn-link-lightest-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #eef7f9;
}
.btn.btn-link-lightest-blue:not(:disabled, .disabled):hover {
  color: #eef7f9;
}
.btn.btn-link-lightest-blue:not(:disabled, .disabled):focus,
.btn.btn-link-lightest-blue:not(:disabled, .disabled).focus {
  color: #eef7f9;
}
.btn.btn-icon-lightest-blue,
.btn-group .btn-icon-lightest-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #eef7f9;
}
.btn.btn-outline-outer-space,
.btn-group .btn-outline-outer-space.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-outer-space.disabled,
.btn-group .btn-outline-outer-space.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-outer-space:disabled,
.btn-group .btn-outline-outer-space.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-outer-space.disabled:hover,
.btn.btn-outline-outer-space:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-outer-space,
.btn-group .btn-link-outer-space.btn:not(.btn-link):not(.btn-icon) {
  color: #27383c;
}
.btn.btn-link-outer-space:not(:disabled, .disabled):hover {
  color: #27383c;
}
.btn.btn-link-outer-space:not(:disabled, .disabled):focus,
.btn.btn-link-outer-space:not(:disabled, .disabled).focus {
  color: #27383c;
}
.btn.btn-icon-outer-space,
.btn-group .btn-icon-outer-space.btn:not(.btn-link):not(.btn-icon) {
  color: #27383c;
}
.btn.btn-outline-play-pause,
.btn-group .btn-outline-play-pause.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-play-pause.disabled,
.btn-group .btn-outline-play-pause.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-play-pause:disabled,
.btn-group .btn-outline-play-pause.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-play-pause.disabled:hover,
.btn.btn-outline-play-pause:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-play-pause,
.btn-group .btn-link-play-pause.btn:not(.btn-link):not(.btn-icon) {
  color: #02d5b5;
}
.btn.btn-link-play-pause:not(:disabled, .disabled):hover {
  color: #02d5b5;
}
.btn.btn-link-play-pause:not(:disabled, .disabled):focus,
.btn.btn-link-play-pause:not(:disabled, .disabled).focus {
  color: #02d5b5;
}
.btn.btn-icon-play-pause,
.btn-group .btn-icon-play-pause.btn:not(.btn-link):not(.btn-icon) {
  color: #02d5b5;
}
.btn.btn-outline-stop,
.btn-group .btn-outline-stop.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-stop.disabled,
.btn-group .btn-outline-stop.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-stop:disabled,
.btn-group .btn-outline-stop.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-stop.disabled:hover,
.btn.btn-outline-stop:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-stop,
.btn-group .btn-link-stop.btn:not(.btn-link):not(.btn-icon) {
  color: #e55c5a;
}
.btn.btn-link-stop:not(:disabled, .disabled):hover {
  color: #e55c5a;
}
.btn.btn-link-stop:not(:disabled, .disabled):focus,
.btn.btn-link-stop:not(:disabled, .disabled).focus {
  color: #e55c5a;
}
.btn.btn-icon-stop,
.btn-group .btn-icon-stop.btn:not(.btn-link):not(.btn-icon) {
  color: #e55c5a;
}
.btn.btn-outline-save,
.btn-group .btn-outline-save.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-save.disabled,
.btn-group .btn-outline-save.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-save:disabled,
.btn-group .btn-outline-save.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-save.disabled:hover,
.btn.btn-outline-save:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-save,
.btn-group .btn-link-save.btn:not(.btn-link):not(.btn-icon) {
  color: #b84a99;
}
.btn.btn-link-save:not(:disabled, .disabled):hover {
  color: #b84a99;
}
.btn.btn-link-save:not(:disabled, .disabled):focus,
.btn.btn-link-save:not(:disabled, .disabled).focus {
  color: #b84a99;
}
.btn.btn-icon-save,
.btn-group .btn-icon-save.btn:not(.btn-link):not(.btn-icon) {
  color: #b84a99;
}
.btn.btn-outline-error-red,
.btn-group .btn-outline-error-red.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-error-red.disabled,
.btn-group .btn-outline-error-red.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-error-red:disabled,
.btn-group .btn-outline-error-red.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-error-red.disabled:hover,
.btn.btn-outline-error-red:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-error-red,
.btn-group .btn-link-error-red.btn:not(.btn-link):not(.btn-icon) {
  color: #CB1B19;
}
.btn.btn-link-error-red:not(:disabled, .disabled):hover {
  color: #CB1B19;
}
.btn.btn-link-error-red:not(:disabled, .disabled):focus,
.btn.btn-link-error-red:not(:disabled, .disabled).focus {
  color: #CB1B19;
}
.btn.btn-icon-error-red,
.btn-group .btn-icon-error-red.btn:not(.btn-link):not(.btn-icon) {
  color: #CB1B19;
}
.btn.btn-outline-error-pink,
.btn-group .btn-outline-error-pink.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-error-pink.disabled,
.btn-group .btn-outline-error-pink.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-error-pink:disabled,
.btn-group .btn-outline-error-pink.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-error-pink.disabled:hover,
.btn.btn-outline-error-pink:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-error-pink,
.btn-group .btn-link-error-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f4d9dc;
}
.btn.btn-link-error-pink:not(:disabled, .disabled):hover {
  color: #f4d9dc;
}
.btn.btn-link-error-pink:not(:disabled, .disabled):focus,
.btn.btn-link-error-pink:not(:disabled, .disabled).focus {
  color: #f4d9dc;
}
.btn.btn-icon-error-pink,
.btn-group .btn-icon-error-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f4d9dc;
}
.btn.btn-outline-field-validation,
.btn-group .btn-outline-field-validation.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-field-validation.disabled,
.btn-group .btn-outline-field-validation.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-field-validation:disabled,
.btn-group .btn-outline-field-validation.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-field-validation.disabled:hover,
.btn.btn-outline-field-validation:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-field-validation,
.btn-group .btn-link-field-validation.btn:not(.btn-link):not(.btn-icon) {
  color: #fbf0f1;
}
.btn.btn-link-field-validation:not(:disabled, .disabled):hover {
  color: #fbf0f1;
}
.btn.btn-link-field-validation:not(:disabled, .disabled):focus,
.btn.btn-link-field-validation:not(:disabled, .disabled).focus {
  color: #fbf0f1;
}
.btn.btn-icon-field-validation,
.btn-group .btn-icon-field-validation.btn:not(.btn-link):not(.btn-icon) {
  color: #fbf0f1;
}
.btn.btn-outline-notifications-pink,
.btn-group .btn-outline-notifications-pink.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-notifications-pink.disabled,
.btn-group .btn-outline-notifications-pink.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-notifications-pink:disabled,
.btn-group .btn-outline-notifications-pink.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-notifications-pink.disabled:hover,
.btn.btn-outline-notifications-pink:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-notifications-pink,
.btn-group .btn-link-notifications-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f45d5d;
}
.btn.btn-link-notifications-pink:not(:disabled, .disabled):hover {
  color: #f45d5d;
}
.btn.btn-link-notifications-pink:not(:disabled, .disabled):focus,
.btn.btn-link-notifications-pink:not(:disabled, .disabled).focus {
  color: #f45d5d;
}
.btn.btn-icon-notifications-pink,
.btn-group .btn-icon-notifications-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f45d5d;
}
.btn.btn-outline-notifications-grey,
.btn-group .btn-outline-notifications-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-notifications-grey.disabled,
.btn-group .btn-outline-notifications-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-notifications-grey:disabled,
.btn-group .btn-outline-notifications-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-notifications-grey.disabled:hover,
.btn.btn-outline-notifications-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-notifications-grey,
.btn-group .btn-link-notifications-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #979797;
}
.btn.btn-link-notifications-grey:not(:disabled, .disabled):hover {
  color: #979797;
}
.btn.btn-link-notifications-grey:not(:disabled, .disabled):focus,
.btn.btn-link-notifications-grey:not(:disabled, .disabled).focus {
  color: #979797;
}
.btn.btn-icon-notifications-grey,
.btn-group .btn-icon-notifications-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #979797;
}
.btn.btn-outline-notifications-yellow,
.btn-group .btn-outline-notifications-yellow.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-notifications-yellow.disabled,
.btn-group .btn-outline-notifications-yellow.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-notifications-yellow:disabled,
.btn-group .btn-outline-notifications-yellow.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-notifications-yellow.disabled:hover,
.btn.btn-outline-notifications-yellow:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-notifications-yellow,
.btn-group .btn-link-notifications-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #DFA700;
}
.btn.btn-link-notifications-yellow:not(:disabled, .disabled):hover {
  color: #DFA700;
}
.btn.btn-link-notifications-yellow:not(:disabled, .disabled):focus,
.btn.btn-link-notifications-yellow:not(:disabled, .disabled).focus {
  color: #DFA700;
}
.btn.btn-icon-notifications-yellow,
.btn-group .btn-icon-notifications-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #DFA700;
}
.btn.btn-outline-notifications-yellow-dark,
.btn-group .btn-outline-notifications-yellow-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-notifications-yellow-dark.disabled,
.btn-group .btn-outline-notifications-yellow-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-notifications-yellow-dark:disabled,
.btn-group .btn-outline-notifications-yellow-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-notifications-yellow-dark.disabled:hover,
.btn.btn-outline-notifications-yellow-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-notifications-yellow-dark,
.btn-group .btn-link-notifications-yellow-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #CB9700;
}
.btn.btn-link-notifications-yellow-dark:not(:disabled, .disabled):hover {
  color: #CB9700;
}
.btn.btn-link-notifications-yellow-dark:not(:disabled, .disabled):focus,
.btn.btn-link-notifications-yellow-dark:not(:disabled, .disabled).focus {
  color: #CB9700;
}
.btn.btn-icon-notifications-yellow-dark,
.btn-group .btn-icon-notifications-yellow-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #CB9700;
}
.btn.btn-outline-warning-amber,
.btn-group .btn-outline-warning-amber.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-warning-amber.disabled,
.btn-group .btn-outline-warning-amber.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-warning-amber:disabled,
.btn-group .btn-outline-warning-amber.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-warning-amber.disabled:hover,
.btn.btn-outline-warning-amber:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-warning-amber,
.btn-group .btn-link-warning-amber.btn:not(.btn-link):not(.btn-icon) {
  color: #ed7021;
}
.btn.btn-link-warning-amber:not(:disabled, .disabled):hover {
  color: #ed7021;
}
.btn.btn-link-warning-amber:not(:disabled, .disabled):focus,
.btn.btn-link-warning-amber:not(:disabled, .disabled).focus {
  color: #ed7021;
}
.btn.btn-icon-warning-amber,
.btn-group .btn-icon-warning-amber.btn:not(.btn-link):not(.btn-icon) {
  color: #ed7021;
}
.btn.btn-outline-warning-light-orange,
.btn-group .btn-outline-warning-light-orange.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-warning-light-orange.disabled,
.btn-group .btn-outline-warning-light-orange.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-warning-light-orange:disabled,
.btn-group .btn-outline-warning-light-orange.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-warning-light-orange.disabled:hover,
.btn.btn-outline-warning-light-orange:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-warning-light-orange,
.btn-group .btn-link-warning-light-orange.btn:not(.btn-link):not(.btn-icon) {
  color: #fdefe7;
}
.btn.btn-link-warning-light-orange:not(:disabled, .disabled):hover {
  color: #fdefe7;
}
.btn.btn-link-warning-light-orange:not(:disabled, .disabled):focus,
.btn.btn-link-warning-light-orange:not(:disabled, .disabled).focus {
  color: #fdefe7;
}
.btn.btn-icon-warning-light-orange,
.btn-group .btn-icon-warning-light-orange.btn:not(.btn-link):not(.btn-icon) {
  color: #fdefe7;
}
.btn.btn-outline-success-green,
.btn-group .btn-outline-success-green.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-success-green.disabled,
.btn-group .btn-outline-success-green.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-success-green:disabled,
.btn-group .btn-outline-success-green.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-success-green.disabled:hover,
.btn.btn-outline-success-green:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-success-green,
.btn-group .btn-link-success-green.btn:not(.btn-link):not(.btn-icon) {
  color: #21b254;
}
.btn.btn-link-success-green:not(:disabled, .disabled):hover {
  color: #21b254;
}
.btn.btn-link-success-green:not(:disabled, .disabled):focus,
.btn.btn-link-success-green:not(:disabled, .disabled).focus {
  color: #21b254;
}
.btn.btn-icon-success-green,
.btn-group .btn-icon-success-green.btn:not(.btn-link):not(.btn-icon) {
  color: #21b254;
}
.btn.btn-outline-check-in,
.btn-group .btn-outline-check-in.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-check-in.disabled,
.btn-group .btn-outline-check-in.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-check-in:disabled,
.btn-group .btn-outline-check-in.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-check-in.disabled:hover,
.btn.btn-outline-check-in:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-check-in,
.btn-group .btn-link-check-in.btn:not(.btn-link):not(.btn-icon) {
  color: #008453;
}
.btn.btn-link-check-in:not(:disabled, .disabled):hover {
  color: #008453;
}
.btn.btn-link-check-in:not(:disabled, .disabled):focus,
.btn.btn-link-check-in:not(:disabled, .disabled).focus {
  color: #008453;
}
.btn.btn-icon-check-in,
.btn-group .btn-icon-check-in.btn:not(.btn-link):not(.btn-icon) {
  color: #008453;
}
.btn.btn-outline-success-light-green,
.btn-group .btn-outline-success-light-green.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-success-light-green.disabled,
.btn-group .btn-outline-success-light-green.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-success-light-green:disabled,
.btn-group .btn-outline-success-light-green.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-success-light-green.disabled:hover,
.btn.btn-outline-success-light-green:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-success-light-green,
.btn-group .btn-link-success-light-green.btn:not(.btn-link):not(.btn-icon) {
  color: #e9f7ee;
}
.btn.btn-link-success-light-green:not(:disabled, .disabled):hover {
  color: #e9f7ee;
}
.btn.btn-link-success-light-green:not(:disabled, .disabled):focus,
.btn.btn-link-success-light-green:not(:disabled, .disabled).focus {
  color: #e9f7ee;
}
.btn.btn-icon-success-light-green,
.btn-group .btn-icon-success-light-green.btn:not(.btn-link):not(.btn-icon) {
  color: #e9f7ee;
}
.btn.btn-outline-info-yellow,
.btn-group .btn-outline-info-yellow.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-info-yellow.disabled,
.btn-group .btn-outline-info-yellow.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-info-yellow:disabled,
.btn-group .btn-outline-info-yellow.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-info-yellow.disabled:hover,
.btn.btn-outline-info-yellow:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-info-yellow,
.btn-group .btn-link-info-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #DFA700;
}
.btn.btn-link-info-yellow:not(:disabled, .disabled):hover {
  color: #DFA700;
}
.btn.btn-link-info-yellow:not(:disabled, .disabled):focus,
.btn.btn-link-info-yellow:not(:disabled, .disabled).focus {
  color: #DFA700;
}
.btn.btn-icon-info-yellow,
.btn-group .btn-icon-info-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #DFA700;
}
.btn.btn-outline-info-light-yellow,
.btn-group .btn-outline-info-light-yellow.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-info-light-yellow.disabled,
.btn-group .btn-outline-info-light-yellow.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-info-light-yellow:disabled,
.btn-group .btn-outline-info-light-yellow.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-info-light-yellow.disabled:hover,
.btn.btn-outline-info-light-yellow:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-info-light-yellow,
.btn-group .btn-link-info-light-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #fcf8ec;
}
.btn.btn-link-info-light-yellow:not(:disabled, .disabled):hover {
  color: #fcf8ec;
}
.btn.btn-link-info-light-yellow:not(:disabled, .disabled):focus,
.btn.btn-link-info-light-yellow:not(:disabled, .disabled).focus {
  color: #fcf8ec;
}
.btn.btn-icon-info-light-yellow,
.btn-group .btn-icon-info-light-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #fcf8ec;
}
.btn.btn-outline-sticker-green,
.btn-group .btn-outline-sticker-green.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-green.disabled,
.btn-group .btn-outline-sticker-green.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-green:disabled,
.btn-group .btn-outline-sticker-green.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-green.disabled:hover,
.btn.btn-outline-sticker-green:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-green,
.btn-group .btn-link-sticker-green.btn:not(.btn-link):not(.btn-icon) {
  color: #58ea71;
}
.btn.btn-link-sticker-green:not(:disabled, .disabled):hover {
  color: #58ea71;
}
.btn.btn-link-sticker-green:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-green:not(:disabled, .disabled).focus {
  color: #58ea71;
}
.btn.btn-icon-sticker-green,
.btn-group .btn-icon-sticker-green.btn:not(.btn-link):not(.btn-icon) {
  color: #58ea71;
}
.btn.btn-outline-sticker-blue,
.btn-group .btn-outline-sticker-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-blue.disabled,
.btn-group .btn-outline-sticker-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-blue:disabled,
.btn-group .btn-outline-sticker-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-blue.disabled:hover,
.btn.btn-outline-sticker-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-blue,
.btn-group .btn-link-sticker-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #509dff;
}
.btn.btn-link-sticker-blue:not(:disabled, .disabled):hover {
  color: #509dff;
}
.btn.btn-link-sticker-blue:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-blue:not(:disabled, .disabled).focus {
  color: #509dff;
}
.btn.btn-icon-sticker-blue,
.btn-group .btn-icon-sticker-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #509dff;
}
.btn.btn-outline-sticker-purple,
.btn-group .btn-outline-sticker-purple.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-purple.disabled,
.btn-group .btn-outline-sticker-purple.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-purple:disabled,
.btn-group .btn-outline-sticker-purple.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-purple.disabled:hover,
.btn.btn-outline-sticker-purple:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-purple,
.btn-group .btn-link-sticker-purple.btn:not(.btn-link):not(.btn-icon) {
  color: #a150e6;
}
.btn.btn-link-sticker-purple:not(:disabled, .disabled):hover {
  color: #a150e6;
}
.btn.btn-link-sticker-purple:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-purple:not(:disabled, .disabled).focus {
  color: #a150e6;
}
.btn.btn-icon-sticker-purple,
.btn-group .btn-icon-sticker-purple.btn:not(.btn-link):not(.btn-icon) {
  color: #a150e6;
}
.btn.btn-outline-sticker-pink,
.btn-group .btn-outline-sticker-pink.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-pink.disabled,
.btn-group .btn-outline-sticker-pink.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-pink:disabled,
.btn-group .btn-outline-sticker-pink.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-pink.disabled:hover,
.btn.btn-outline-sticker-pink:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-pink,
.btn-group .btn-link-sticker-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f037a9;
}
.btn.btn-link-sticker-pink:not(:disabled, .disabled):hover {
  color: #f037a9;
}
.btn.btn-link-sticker-pink:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-pink:not(:disabled, .disabled).focus {
  color: #f037a9;
}
.btn.btn-icon-sticker-pink,
.btn-group .btn-icon-sticker-pink.btn:not(.btn-link):not(.btn-icon) {
  color: #f037a9;
}
.btn.btn-outline-sticker-yellow,
.btn-group .btn-outline-sticker-yellow.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-yellow.disabled,
.btn-group .btn-outline-sticker-yellow.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-yellow:disabled,
.btn-group .btn-outline-sticker-yellow.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-yellow.disabled:hover,
.btn.btn-outline-sticker-yellow:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-yellow,
.btn-group .btn-link-sticker-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #f7df00;
}
.btn.btn-link-sticker-yellow:not(:disabled, .disabled):hover {
  color: #f7df00;
}
.btn.btn-link-sticker-yellow:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-yellow:not(:disabled, .disabled).focus {
  color: #f7df00;
}
.btn.btn-icon-sticker-yellow,
.btn-group .btn-icon-sticker-yellow.btn:not(.btn-link):not(.btn-icon) {
  color: #f7df00;
}
.btn.btn-outline-sticker-orange,
.btn-group .btn-outline-sticker-orange.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-sticker-orange.disabled,
.btn-group .btn-outline-sticker-orange.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-sticker-orange:disabled,
.btn-group .btn-outline-sticker-orange.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-sticker-orange.disabled:hover,
.btn.btn-outline-sticker-orange:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-sticker-orange,
.btn-group .btn-link-sticker-orange.btn:not(.btn-link):not(.btn-icon) {
  color: #f3b203;
}
.btn.btn-link-sticker-orange:not(:disabled, .disabled):hover {
  color: #f3b203;
}
.btn.btn-link-sticker-orange:not(:disabled, .disabled):focus,
.btn.btn-link-sticker-orange:not(:disabled, .disabled).focus {
  color: #f3b203;
}
.btn.btn-icon-sticker-orange,
.btn-group .btn-icon-sticker-orange.btn:not(.btn-link):not(.btn-icon) {
  color: #f3b203;
}
.btn.btn-outline-category-designs,
.btn-group .btn-outline-category-designs.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-designs.disabled,
.btn-group .btn-outline-category-designs.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-designs:disabled,
.btn-group .btn-outline-category-designs.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-designs.disabled:hover,
.btn.btn-outline-category-designs:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-designs,
.btn-group .btn-link-category-designs.btn:not(.btn-link):not(.btn-icon) {
  color: #5f1d75;
}
.btn.btn-link-category-designs:not(:disabled, .disabled):hover {
  color: #5f1d75;
}
.btn.btn-link-category-designs:not(:disabled, .disabled):focus,
.btn.btn-link-category-designs:not(:disabled, .disabled).focus {
  color: #5f1d75;
}
.btn.btn-icon-category-designs,
.btn-group .btn-icon-category-designs.btn:not(.btn-link):not(.btn-icon) {
  color: #5f1d75;
}
.btn.btn-outline-category-samples,
.btn-group .btn-outline-category-samples.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-samples.disabled,
.btn-group .btn-outline-category-samples.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-samples:disabled,
.btn-group .btn-outline-category-samples.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-samples.disabled:hover,
.btn.btn-outline-category-samples:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-samples,
.btn-group .btn-link-category-samples.btn:not(.btn-link):not(.btn-icon) {
  color: #21b254;
}
.btn.btn-link-category-samples:not(:disabled, .disabled):hover {
  color: #21b254;
}
.btn.btn-link-category-samples:not(:disabled, .disabled):focus,
.btn.btn-link-category-samples:not(:disabled, .disabled).focus {
  color: #21b254;
}
.btn.btn-icon-category-samples,
.btn-group .btn-icon-category-samples.btn:not(.btn-link):not(.btn-icon) {
  color: #21b254;
}
.btn.btn-outline-category-products,
.btn-group .btn-outline-category-products.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-products.disabled,
.btn-group .btn-outline-category-products.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-products:disabled,
.btn-group .btn-outline-category-products.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-products.disabled:hover,
.btn.btn-outline-category-products:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-products,
.btn-group .btn-link-category-products.btn:not(.btn-link):not(.btn-icon) {
  color: #e75a13;
}
.btn.btn-link-category-products:not(:disabled, .disabled):hover {
  color: #e75a13;
}
.btn.btn-link-category-products:not(:disabled, .disabled):focus,
.btn.btn-link-category-products:not(:disabled, .disabled).focus {
  color: #e75a13;
}
.btn.btn-icon-category-products,
.btn-group .btn-icon-category-products.btn:not(.btn-link):not(.btn-icon) {
  color: #e75a13;
}
.btn.btn-outline-category-orders,
.btn-group .btn-outline-category-orders.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-orders.disabled,
.btn-group .btn-outline-category-orders.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-orders:disabled,
.btn-group .btn-outline-category-orders.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-orders.disabled:hover,
.btn.btn-outline-category-orders:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-orders,
.btn-group .btn-link-category-orders.btn:not(.btn-link):not(.btn-icon) {
  color: #3091d3;
}
.btn.btn-link-category-orders:not(:disabled, .disabled):hover {
  color: #3091d3;
}
.btn.btn-link-category-orders:not(:disabled, .disabled):focus,
.btn.btn-link-category-orders:not(:disabled, .disabled).focus {
  color: #3091d3;
}
.btn.btn-icon-category-orders,
.btn-group .btn-icon-category-orders.btn:not(.btn-link):not(.btn-icon) {
  color: #3091d3;
}
.btn.btn-outline-category-quality-control,
.btn-group .btn-outline-category-quality-control.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-quality-control.disabled,
.btn-group .btn-outline-category-quality-control.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-quality-control:disabled,
.btn-group .btn-outline-category-quality-control.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-quality-control.disabled:hover,
.btn.btn-outline-category-quality-control:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-quality-control,
.btn-group .btn-link-category-quality-control.btn:not(.btn-link):not(.btn-icon) {
  color: #e84ca0;
}
.btn.btn-link-category-quality-control:not(:disabled, .disabled):hover {
  color: #e84ca0;
}
.btn.btn-link-category-quality-control:not(:disabled, .disabled):focus,
.btn.btn-link-category-quality-control:not(:disabled, .disabled).focus {
  color: #e84ca0;
}
.btn.btn-icon-category-quality-control,
.btn-group .btn-icon-category-quality-control.btn:not(.btn-link):not(.btn-icon) {
  color: #e84ca0;
}
.btn.btn-outline-category-account,
.btn-group .btn-outline-category-account.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-account.disabled,
.btn-group .btn-outline-category-account.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-account:disabled,
.btn-group .btn-outline-category-account.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-account.disabled:hover,
.btn.btn-outline-category-account:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-account,
.btn-group .btn-link-category-account.btn:not(.btn-link):not(.btn-icon) {
  color: #fca313;
}
.btn.btn-link-category-account:not(:disabled, .disabled):hover {
  color: #fca313;
}
.btn.btn-link-category-account:not(:disabled, .disabled):focus,
.btn.btn-link-category-account:not(:disabled, .disabled).focus {
  color: #fca313;
}
.btn.btn-icon-category-account,
.btn-group .btn-icon-category-account.btn:not(.btn-link):not(.btn-icon) {
  color: #fca313;
}
.btn.btn-outline-category-sales,
.btn-group .btn-outline-category-sales.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-category-sales.disabled,
.btn-group .btn-outline-category-sales.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-category-sales:disabled,
.btn-group .btn-outline-category-sales.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-category-sales.disabled:hover,
.btn.btn-outline-category-sales:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-category-sales,
.btn-group .btn-link-category-sales.btn:not(.btn-link):not(.btn-icon) {
  color: #2fbaa3;
}
.btn.btn-link-category-sales:not(:disabled, .disabled):hover {
  color: #2fbaa3;
}
.btn.btn-link-category-sales:not(:disabled, .disabled):focus,
.btn.btn-link-category-sales:not(:disabled, .disabled).focus {
  color: #2fbaa3;
}
.btn.btn-icon-category-sales,
.btn-group .btn-icon-category-sales.btn:not(.btn-link):not(.btn-icon) {
  color: #2fbaa3;
}
.btn.btn-outline-tag-background,
.btn-group .btn-outline-tag-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-tag-background.disabled,
.btn-group .btn-outline-tag-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-tag-background:disabled,
.btn-group .btn-outline-tag-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-tag-background.disabled:hover,
.btn.btn-outline-tag-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-tag-background,
.btn-group .btn-link-tag-background.btn:not(.btn-link):not(.btn-icon) {
  color: #f8eefe;
}
.btn.btn-link-tag-background:not(:disabled, .disabled):hover {
  color: #f8eefe;
}
.btn.btn-link-tag-background:not(:disabled, .disabled):focus,
.btn.btn-link-tag-background:not(:disabled, .disabled).focus {
  color: #f8eefe;
}
.btn.btn-icon-tag-background,
.btn-group .btn-icon-tag-background.btn:not(.btn-link):not(.btn-icon) {
  color: #f8eefe;
}
.btn.btn-outline-tag-border,
.btn-group .btn-outline-tag-border.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-tag-border.disabled,
.btn-group .btn-outline-tag-border.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-tag-border:disabled,
.btn-group .btn-outline-tag-border.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-tag-border.disabled:hover,
.btn.btn-outline-tag-border:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-tag-border,
.btn-group .btn-link-tag-border.btn:not(.btn-link):not(.btn-icon) {
  color: #bd9ad1;
}
.btn.btn-link-tag-border:not(:disabled, .disabled):hover {
  color: #bd9ad1;
}
.btn.btn-link-tag-border:not(:disabled, .disabled):focus,
.btn.btn-link-tag-border:not(:disabled, .disabled).focus {
  color: #bd9ad1;
}
.btn.btn-icon-tag-border,
.btn-group .btn-icon-tag-border.btn:not(.btn-link):not(.btn-icon) {
  color: #bd9ad1;
}
.btn.btn-outline-off-white,
.btn-group .btn-outline-off-white.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-off-white.disabled,
.btn-group .btn-outline-off-white.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-off-white:disabled,
.btn-group .btn-outline-off-white.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-off-white.disabled:hover,
.btn.btn-outline-off-white:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-off-white,
.btn-group .btn-link-off-white.btn:not(.btn-link):not(.btn-icon) {
  color: #fafafa;
}
.btn.btn-link-off-white:not(:disabled, .disabled):hover {
  color: #fafafa;
}
.btn.btn-link-off-white:not(:disabled, .disabled):focus,
.btn.btn-link-off-white:not(:disabled, .disabled).focus {
  color: #fafafa;
}
.btn.btn-icon-off-white,
.btn-group .btn-icon-off-white.btn:not(.btn-link):not(.btn-icon) {
  color: #fafafa;
}
.btn.btn-outline-lightest-grey,
.btn-group .btn-outline-lightest-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-lightest-grey.disabled,
.btn-group .btn-outline-lightest-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-lightest-grey:disabled,
.btn-group .btn-outline-lightest-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-lightest-grey.disabled:hover,
.btn.btn-outline-lightest-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-lightest-grey,
.btn-group .btn-link-lightest-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #F6F5F3;
}
.btn.btn-link-lightest-grey:not(:disabled, .disabled):hover {
  color: #F6F5F3;
}
.btn.btn-link-lightest-grey:not(:disabled, .disabled):focus,
.btn.btn-link-lightest-grey:not(:disabled, .disabled).focus {
  color: #F6F5F3;
}
.btn.btn-icon-lightest-grey,
.btn-group .btn-icon-lightest-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #F6F5F3;
}
.btn.btn-outline-light-grey,
.btn-group .btn-outline-light-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-light-grey.disabled,
.btn-group .btn-outline-light-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-light-grey:disabled,
.btn-group .btn-outline-light-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-light-grey.disabled:hover,
.btn.btn-outline-light-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-light-grey,
.btn-group .btn-link-light-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
}
.btn.btn-link-light-grey:not(:disabled, .disabled):hover {
  color: #c6c6c6;
}
.btn.btn-link-light-grey:not(:disabled, .disabled):focus,
.btn.btn-link-light-grey:not(:disabled, .disabled).focus {
  color: #c6c6c6;
}
.btn.btn-icon-light-grey,
.btn-group .btn-icon-light-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
}
.btn.btn-outline-grey,
.btn-group .btn-outline-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-grey.disabled,
.btn-group .btn-outline-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-grey:disabled,
.btn-group .btn-outline-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-grey.disabled:hover,
.btn.btn-outline-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-grey,
.btn-group .btn-link-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #e8e8e8;
}
.btn.btn-link-grey:not(:disabled, .disabled):hover {
  color: #e8e8e8;
}
.btn.btn-link-grey:not(:disabled, .disabled):focus,
.btn.btn-link-grey:not(:disabled, .disabled).focus {
  color: #e8e8e8;
}
.btn.btn-icon-grey,
.btn-group .btn-icon-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #e8e8e8;
}
.btn.btn-outline-mid-grey,
.btn-group .btn-outline-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-mid-grey.disabled,
.btn-group .btn-outline-mid-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-mid-grey:disabled,
.btn-group .btn-outline-mid-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-mid-grey.disabled:hover,
.btn.btn-outline-mid-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-mid-grey,
.btn-group .btn-link-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
}
.btn.btn-link-mid-grey:not(:disabled, .disabled):hover {
  color: #c6c6c6;
}
.btn.btn-link-mid-grey:not(:disabled, .disabled):focus,
.btn.btn-link-mid-grey:not(:disabled, .disabled).focus {
  color: #c6c6c6;
}
.btn.btn-icon-mid-grey,
.btn-group .btn-icon-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
}
.btn.btn-outline-darkest-mid-grey,
.btn-group .btn-outline-darkest-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-darkest-mid-grey.disabled,
.btn-group .btn-outline-darkest-mid-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-darkest-mid-grey:disabled,
.btn-group .btn-outline-darkest-mid-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-darkest-mid-grey.disabled:hover,
.btn.btn-outline-darkest-mid-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-darkest-mid-grey,
.btn-group .btn-link-darkest-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #979797;
}
.btn.btn-link-darkest-mid-grey:not(:disabled, .disabled):hover {
  color: #979797;
}
.btn.btn-link-darkest-mid-grey:not(:disabled, .disabled):focus,
.btn.btn-link-darkest-mid-grey:not(:disabled, .disabled).focus {
  color: #979797;
}
.btn.btn-icon-darkest-mid-grey,
.btn-group .btn-icon-darkest-mid-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #979797;
}
.btn.btn-outline-dark-grey,
.btn-group .btn-outline-dark-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-grey.disabled,
.btn-group .btn-outline-dark-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-grey:disabled,
.btn-group .btn-outline-dark-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-grey.disabled:hover,
.btn.btn-outline-dark-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-grey,
.btn-group .btn-link-dark-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
}
.btn.btn-link-dark-grey:not(:disabled, .disabled):hover {
  color: #645D57;
}
.btn.btn-link-dark-grey:not(:disabled, .disabled):focus,
.btn.btn-link-dark-grey:not(:disabled, .disabled).focus {
  color: #645D57;
}
.btn.btn-icon-dark-grey,
.btn-group .btn-icon-dark-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
}
.btn.btn-outline-darkest-grey,
.btn-group .btn-outline-darkest-grey.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-darkest-grey.disabled,
.btn-group .btn-outline-darkest-grey.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-darkest-grey:disabled,
.btn-group .btn-outline-darkest-grey.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-darkest-grey.disabled:hover,
.btn.btn-outline-darkest-grey:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-darkest-grey,
.btn-group .btn-link-darkest-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #232a2b;
}
.btn.btn-link-darkest-grey:not(:disabled, .disabled):hover {
  color: #232a2b;
}
.btn.btn-link-darkest-grey:not(:disabled, .disabled):focus,
.btn.btn-link-darkest-grey:not(:disabled, .disabled).focus {
  color: #232a2b;
}
.btn.btn-icon-darkest-grey,
.btn-group .btn-icon-darkest-grey.btn:not(.btn-link):not(.btn-icon) {
  color: #232a2b;
}
.btn.btn-outline-light,
.btn-group .btn-outline-light.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-light.disabled,
.btn-group .btn-outline-light.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-light:disabled,
.btn-group .btn-outline-light.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-light.disabled:hover,
.btn.btn-outline-light:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-light,
.btn-group .btn-link-light.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
}
.btn.btn-link-light:not(:disabled, .disabled):hover {
  color: #fff;
}
.btn.btn-link-light:not(:disabled, .disabled):focus,
.btn.btn-link-light:not(:disabled, .disabled).focus {
  color: #fff;
}
.btn.btn-icon-light,
.btn-group .btn-icon-light.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
}
.btn.btn-outline-dark,
.btn-group .btn-outline-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark.disabled,
.btn-group .btn-outline-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark:disabled,
.btn-group .btn-outline-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark.disabled:hover,
.btn.btn-outline-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark,
.btn-group .btn-link-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
}
.btn.btn-link-dark:not(:disabled, .disabled):hover {
  color: #645D57;
}
.btn.btn-link-dark:not(:disabled, .disabled):focus,
.btn.btn-link-dark:not(:disabled, .disabled).focus {
  color: #645D57;
}
.btn.btn-icon-dark,
.btn-group .btn-icon-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
}
.btn.btn-outline-editable-cell,
.btn-group .btn-outline-editable-cell.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-editable-cell.disabled,
.btn-group .btn-outline-editable-cell.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-editable-cell:disabled,
.btn-group .btn-outline-editable-cell.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-editable-cell.disabled:hover,
.btn.btn-outline-editable-cell:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-editable-cell,
.btn-group .btn-link-editable-cell.btn:not(.btn-link):not(.btn-icon) {
  color: #f5f7ff;
}
.btn.btn-link-editable-cell:not(:disabled, .disabled):hover {
  color: #f5f7ff;
}
.btn.btn-link-editable-cell:not(:disabled, .disabled):focus,
.btn.btn-link-editable-cell:not(:disabled, .disabled).focus {
  color: #f5f7ff;
}
.btn.btn-icon-editable-cell,
.btn-group .btn-icon-editable-cell.btn:not(.btn-link):not(.btn-icon) {
  color: #f5f7ff;
}
.btn.btn-outline-dark-aubergine,
.btn-group .btn-outline-dark-aubergine.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-aubergine.disabled,
.btn-group .btn-outline-dark-aubergine.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-aubergine:disabled,
.btn-group .btn-outline-dark-aubergine.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-aubergine.disabled:hover,
.btn.btn-outline-dark-aubergine:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-aubergine,
.btn-group .btn-link-dark-aubergine.btn:not(.btn-link):not(.btn-icon) {
  color: #3b2e41;
}
.btn.btn-link-dark-aubergine:not(:disabled, .disabled):hover {
  color: #3b2e41;
}
.btn.btn-link-dark-aubergine:not(:disabled, .disabled):focus,
.btn.btn-link-dark-aubergine:not(:disabled, .disabled).focus {
  color: #3b2e41;
}
.btn.btn-icon-dark-aubergine,
.btn-group .btn-icon-dark-aubergine.btn:not(.btn-link):not(.btn-icon) {
  color: #3b2e41;
}
.btn.btn-outline-version-highlight,
.btn-group .btn-outline-version-highlight.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-version-highlight.disabled,
.btn-group .btn-outline-version-highlight.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-version-highlight:disabled,
.btn-group .btn-outline-version-highlight.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-version-highlight.disabled:hover,
.btn.btn-outline-version-highlight:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-version-highlight,
.btn-group .btn-link-version-highlight.btn:not(.btn-link):not(.btn-icon) {
  color: #fcf299;
}
.btn.btn-link-version-highlight:not(:disabled, .disabled):hover {
  color: #fcf299;
}
.btn.btn-link-version-highlight:not(:disabled, .disabled):focus,
.btn.btn-link-version-highlight:not(:disabled, .disabled).focus {
  color: #fcf299;
}
.btn.btn-icon-version-highlight,
.btn-group .btn-icon-version-highlight.btn:not(.btn-link):not(.btn-icon) {
  color: #fcf299;
}
.btn.btn-outline-pending-blue,
.btn-group .btn-outline-pending-blue.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-pending-blue.disabled,
.btn-group .btn-outline-pending-blue.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-pending-blue:disabled,
.btn-group .btn-outline-pending-blue.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-pending-blue.disabled:hover,
.btn.btn-outline-pending-blue:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-pending-blue,
.btn-group .btn-link-pending-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #007AB2;
}
.btn.btn-link-pending-blue:not(:disabled, .disabled):hover {
  color: #007AB2;
}
.btn.btn-link-pending-blue:not(:disabled, .disabled):focus,
.btn.btn-link-pending-blue:not(:disabled, .disabled).focus {
  color: #007AB2;
}
.btn.btn-icon-pending-blue,
.btn-group .btn-icon-pending-blue.btn:not(.btn-link):not(.btn-icon) {
  color: #007AB2;
}
.btn.btn-outline-datepicker-header-border-color,
.btn-group .btn-outline-datepicker-header-border-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-datepicker-header-border-color.disabled,
.btn-group .btn-outline-datepicker-header-border-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-datepicker-header-border-color:disabled,
.btn-group .btn-outline-datepicker-header-border-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-datepicker-header-border-color.disabled:hover,
.btn.btn-outline-datepicker-header-border-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-datepicker-header-border-color,
.btn-group .btn-link-datepicker-header-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #2A2523;
}
.btn.btn-link-datepicker-header-border-color:not(:disabled, .disabled):hover {
  color: #2A2523;
}
.btn.btn-link-datepicker-header-border-color:not(:disabled, .disabled):focus,
.btn.btn-link-datepicker-header-border-color:not(:disabled, .disabled).focus {
  color: #2A2523;
}
.btn.btn-icon-datepicker-header-border-color,
.btn-group .btn-icon-datepicker-header-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #2A2523;
}
.btn.btn-outline-primary-outline-background,
.btn-group .btn-outline-primary-outline-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-background.disabled,
.btn-group .btn-outline-primary-outline-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-background:disabled,
.btn-group .btn-outline-primary-outline-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-background.disabled:hover,
.btn.btn-outline-primary-outline-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-background,
.btn-group .btn-link-primary-outline-background.btn:not(.btn-link):not(.btn-icon) {
  color: transparent;
}
.btn.btn-link-primary-outline-background:not(:disabled, .disabled):hover {
  color: transparent;
}
.btn.btn-link-primary-outline-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-background:not(:disabled, .disabled).focus {
  color: transparent;
}
.btn.btn-icon-primary-outline-background,
.btn-group .btn-icon-primary-outline-background.btn:not(.btn-link):not(.btn-icon) {
  color: transparent;
}
.btn.btn-outline-primary-outline-border,
.btn-group .btn-outline-primary-outline-border.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-border.disabled,
.btn-group .btn-outline-primary-outline-border.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-border:disabled,
.btn-group .btn-outline-primary-outline-border.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-border.disabled:hover,
.btn.btn-outline-primary-outline-border:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-border,
.btn-group .btn-link-primary-outline-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.16);
}
.btn.btn-link-primary-outline-border:not(:disabled, .disabled):hover {
  color: rgba(0, 0, 0, 0.16);
}
.btn.btn-link-primary-outline-border:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-border:not(:disabled, .disabled).focus {
  color: rgba(0, 0, 0, 0.16);
}
.btn.btn-icon-primary-outline-border,
.btn-group .btn-icon-primary-outline-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.16);
}
.btn.btn-outline-primary-outline-hover-background,
.btn-group .btn-outline-primary-outline-hover-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-hover-background.disabled,
.btn-group .btn-outline-primary-outline-hover-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-hover-background:disabled,
.btn-group .btn-outline-primary-outline-hover-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-hover-background.disabled:hover,
.btn.btn-outline-primary-outline-hover-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-hover-background,
.btn-group .btn-link-primary-outline-hover-background.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(29, 25, 23, 0.05);
}
.btn.btn-link-primary-outline-hover-background:not(:disabled, .disabled):hover {
  color: rgba(29, 25, 23, 0.05);
}
.btn.btn-link-primary-outline-hover-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-hover-background:not(:disabled, .disabled).focus {
  color: rgba(29, 25, 23, 0.05);
}
.btn.btn-icon-primary-outline-hover-background,
.btn-group .btn-icon-primary-outline-hover-background.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(29, 25, 23, 0.05);
}
.btn.btn-outline-primary-outline-hover-border,
.btn-group .btn-outline-primary-outline-hover-border.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-hover-border.disabled,
.btn-group .btn-outline-primary-outline-hover-border.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-hover-border:disabled,
.btn-group .btn-outline-primary-outline-hover-border.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-hover-border.disabled:hover,
.btn.btn-outline-primary-outline-hover-border:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-hover-border,
.btn-group .btn-link-primary-outline-hover-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.24);
}
.btn.btn-link-primary-outline-hover-border:not(:disabled, .disabled):hover {
  color: rgba(0, 0, 0, 0.24);
}
.btn.btn-link-primary-outline-hover-border:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-hover-border:not(:disabled, .disabled).focus {
  color: rgba(0, 0, 0, 0.24);
}
.btn.btn-icon-primary-outline-hover-border,
.btn-group .btn-icon-primary-outline-hover-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.24);
}
.btn.btn-outline-primary-outline-active-background,
.btn-group .btn-outline-primary-outline-active-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-active-background.disabled,
.btn-group .btn-outline-primary-outline-active-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-active-background:disabled,
.btn-group .btn-outline-primary-outline-active-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-active-background.disabled:hover,
.btn.btn-outline-primary-outline-active-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-active-background,
.btn-group .btn-link-primary-outline-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(121, 115, 108, 0.15);
}
.btn.btn-link-primary-outline-active-background:not(:disabled, .disabled):hover {
  color: rgba(121, 115, 108, 0.15);
}
.btn.btn-link-primary-outline-active-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-active-background:not(:disabled, .disabled).focus {
  color: rgba(121, 115, 108, 0.15);
}
.btn.btn-icon-primary-outline-active-background,
.btn-group .btn-icon-primary-outline-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(121, 115, 108, 0.15);
}
.btn.btn-outline-primary-outline-active-border,
.btn-group .btn-outline-primary-outline-active-border.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-active-border.disabled,
.btn-group .btn-outline-primary-outline-active-border.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-active-border:disabled,
.btn-group .btn-outline-primary-outline-active-border.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-active-border.disabled:hover,
.btn.btn-outline-primary-outline-active-border:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-active-border,
.btn-group .btn-link-primary-outline-active-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.32);
}
.btn.btn-link-primary-outline-active-border:not(:disabled, .disabled):hover {
  color: rgba(0, 0, 0, 0.32);
}
.btn.btn-link-primary-outline-active-border:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-active-border:not(:disabled, .disabled).focus {
  color: rgba(0, 0, 0, 0.32);
}
.btn.btn-icon-primary-outline-active-border,
.btn-group .btn-icon-primary-outline-active-border.btn:not(.btn-link):not(.btn-icon) {
  color: rgba(0, 0, 0, 0.32);
}
.btn.btn-outline-primary-outline-background-disabled,
.btn-group .btn-outline-primary-outline-background-disabled.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-background-disabled.disabled,
.btn-group .btn-outline-primary-outline-background-disabled.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-background-disabled:disabled,
.btn-group .btn-outline-primary-outline-background-disabled.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-background-disabled.disabled:hover,
.btn.btn-outline-primary-outline-background-disabled:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-background-disabled,
.btn-group .btn-link-primary-outline-background-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: transparent;
}
.btn.btn-link-primary-outline-background-disabled:not(:disabled, .disabled):hover {
  color: transparent;
}
.btn.btn-link-primary-outline-background-disabled:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-background-disabled:not(:disabled, .disabled).focus {
  color: transparent;
}
.btn.btn-icon-primary-outline-background-disabled,
.btn-group .btn-icon-primary-outline-background-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: transparent;
}
.btn.btn-outline-primary-outline-border-disabled,
.btn-group .btn-outline-primary-outline-border-disabled.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-border-disabled.disabled,
.btn-group .btn-outline-primary-outline-border-disabled.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-border-disabled:disabled,
.btn-group .btn-outline-primary-outline-border-disabled.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-border-disabled.disabled:hover,
.btn.btn-outline-primary-outline-border-disabled:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-border-disabled,
.btn-group .btn-link-primary-outline-border-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-outline-border-disabled:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-outline-border-disabled:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-border-disabled:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-outline-border-disabled,
.btn-group .btn-icon-primary-outline-border-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-outline-color-disabled,
.btn-group .btn-outline-primary-outline-color-disabled.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-color-disabled.disabled,
.btn-group .btn-outline-primary-outline-color-disabled.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-color-disabled:disabled,
.btn-group .btn-outline-primary-outline-color-disabled.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-color-disabled.disabled:hover,
.btn.btn-outline-primary-outline-color-disabled:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-color-disabled,
.btn-group .btn-link-primary-outline-color-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: #B5B0A6;
}
.btn.btn-link-primary-outline-color-disabled:not(:disabled, .disabled):hover {
  color: #B5B0A6;
}
.btn.btn-link-primary-outline-color-disabled:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-color-disabled:not(:disabled, .disabled).focus {
  color: #B5B0A6;
}
.btn.btn-icon-primary-outline-color-disabled,
.btn-group .btn-icon-primary-outline-color-disabled.btn:not(.btn-link):not(.btn-icon) {
  color: #B5B0A6;
}
.btn.btn-outline-primary-outline-color-disabled-dark,
.btn-group .btn-outline-primary-outline-color-disabled-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-outline-color-disabled-dark.disabled,
.btn-group .btn-outline-primary-outline-color-disabled-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-outline-color-disabled-dark:disabled,
.btn-group .btn-outline-primary-outline-color-disabled-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-outline-color-disabled-dark.disabled:hover,
.btn.btn-outline-primary-outline-color-disabled-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-outline-color-disabled-dark,
.btn-group .btn-link-primary-outline-color-disabled-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #6a6660;
}
.btn.btn-link-primary-outline-color-disabled-dark:not(:disabled, .disabled):hover {
  color: #6a6660;
}
.btn.btn-link-primary-outline-color-disabled-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-outline-color-disabled-dark:not(:disabled, .disabled).focus {
  color: #6a6660;
}
.btn.btn-icon-primary-outline-color-disabled-dark,
.btn-group .btn-icon-primary-outline-color-disabled-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #6a6660;
}
.btn.btn-outline-primary-black-background,
.btn-group .btn-outline-primary-black-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-background.disabled,
.btn-group .btn-outline-primary-black-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-background:disabled,
.btn-group .btn-outline-primary-black-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-background.disabled:hover,
.btn.btn-outline-primary-black-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-background,
.btn-group .btn-link-primary-black-background.btn:not(.btn-link):not(.btn-icon) {
  color: #1E1B19;
}
.btn.btn-link-primary-black-background:not(:disabled, .disabled):hover {
  color: #1E1B19;
}
.btn.btn-link-primary-black-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-background:not(:disabled, .disabled).focus {
  color: #1E1B19;
}
.btn.btn-icon-primary-black-background,
.btn-group .btn-icon-primary-black-background.btn:not(.btn-link):not(.btn-icon) {
  color: #1E1B19;
}
.btn.btn-outline-primary-black-background-dark,
.btn-group .btn-outline-primary-black-background-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-background-dark.disabled,
.btn-group .btn-outline-primary-black-background-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-background-dark:disabled,
.btn-group .btn-outline-primary-black-background-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-background-dark.disabled:hover,
.btn.btn-outline-primary-black-background-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-background-dark,
.btn-group .btn-link-primary-black-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #F6F5F3;
}
.btn.btn-link-primary-black-background-dark:not(:disabled, .disabled):hover {
  color: #F6F5F3;
}
.btn.btn-link-primary-black-background-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-background-dark:not(:disabled, .disabled).focus {
  color: #F6F5F3;
}
.btn.btn-icon-primary-black-background-dark,
.btn-group .btn-icon-primary-black-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #F6F5F3;
}
.btn.btn-outline-primary-black-hover-background,
.btn-group .btn-outline-primary-black-hover-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-hover-background.disabled,
.btn-group .btn-outline-primary-black-hover-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-hover-background:disabled,
.btn-group .btn-outline-primary-black-hover-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-hover-background.disabled:hover,
.btn.btn-outline-primary-black-hover-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-hover-background,
.btn-group .btn-link-primary-black-hover-background.btn:not(.btn-link):not(.btn-icon) {
  color: #35302D;
}
.btn.btn-link-primary-black-hover-background:not(:disabled, .disabled):hover {
  color: #35302D;
}
.btn.btn-link-primary-black-hover-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-hover-background:not(:disabled, .disabled).focus {
  color: #35302D;
}
.btn.btn-icon-primary-black-hover-background,
.btn-group .btn-icon-primary-black-hover-background.btn:not(.btn-link):not(.btn-icon) {
  color: #35302D;
}
.btn.btn-outline-primary-black-hover-background-dark,
.btn-group .btn-outline-primary-black-hover-background-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-hover-background-dark.disabled,
.btn-group .btn-outline-primary-black-hover-background-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-hover-background-dark:disabled,
.btn-group .btn-outline-primary-black-hover-background-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-hover-background-dark.disabled:hover,
.btn.btn-outline-primary-black-hover-background-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-hover-background-dark,
.btn-group .btn-link-primary-black-hover-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #E4E0D7;
}
.btn.btn-link-primary-black-hover-background-dark:not(:disabled, .disabled):hover {
  color: #E4E0D7;
}
.btn.btn-link-primary-black-hover-background-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-hover-background-dark:not(:disabled, .disabled).focus {
  color: #E4E0D7;
}
.btn.btn-icon-primary-black-hover-background-dark,
.btn-group .btn-icon-primary-black-hover-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #E4E0D7;
}
.btn.btn-outline-primary-black-active-background,
.btn-group .btn-outline-primary-black-active-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-active-background.disabled,
.btn-group .btn-outline-primary-black-active-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-active-background:disabled,
.btn-group .btn-outline-primary-black-active-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-active-background.disabled:hover,
.btn.btn-outline-primary-black-active-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-active-background,
.btn-group .btn-link-primary-black-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4B4440;
}
.btn.btn-link-primary-black-active-background:not(:disabled, .disabled):hover {
  color: #4B4440;
}
.btn.btn-link-primary-black-active-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-active-background:not(:disabled, .disabled).focus {
  color: #4B4440;
}
.btn.btn-icon-primary-black-active-background,
.btn-group .btn-icon-primary-black-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4B4440;
}
.btn.btn-outline-primary-black-active-background-dark,
.btn-group .btn-outline-primary-black-active-background-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-active-background-dark.disabled,
.btn-group .btn-outline-primary-black-active-background-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-active-background-dark:disabled,
.btn-group .btn-outline-primary-black-active-background-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-active-background-dark.disabled:hover,
.btn.btn-outline-primary-black-active-background-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-active-background-dark,
.btn-group .btn-link-primary-black-active-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-active-background-dark:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-active-background-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-active-background-dark:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-black-active-background-dark,
.btn-group .btn-icon-primary-black-active-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-black-disabled-background,
.btn-group .btn-outline-primary-black-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-background.disabled,
.btn-group .btn-outline-primary-black-disabled-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-background:disabled,
.btn-group .btn-outline-primary-black-disabled-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-background.disabled:hover,
.btn.btn-outline-primary-black-disabled-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-background,
.btn-group .btn-link-primary-black-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-background:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-background:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-background:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-black-disabled-background,
.btn-group .btn-icon-primary-black-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-black-disabled-background-dark,
.btn-group .btn-outline-primary-black-disabled-background-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-background-dark.disabled,
.btn-group .btn-outline-primary-black-disabled-background-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-background-dark:disabled,
.btn-group .btn-outline-primary-black-disabled-background-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-background-dark.disabled:hover,
.btn.btn-outline-primary-black-disabled-background-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-background-dark,
.btn-group .btn-link-primary-black-disabled-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-background-dark:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-background-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-background-dark:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-black-disabled-background-dark,
.btn-group .btn-icon-primary-black-disabled-background-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-black-disabled-border,
.btn-group .btn-outline-primary-black-disabled-border.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-border.disabled,
.btn-group .btn-outline-primary-black-disabled-border.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-border:disabled,
.btn-group .btn-outline-primary-black-disabled-border.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-border.disabled:hover,
.btn.btn-outline-primary-black-disabled-border:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-border,
.btn-group .btn-link-primary-black-disabled-border.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-border:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-border:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-border:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-black-disabled-border,
.btn-group .btn-icon-primary-black-disabled-border.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-black-disabled-border-dark,
.btn-group .btn-outline-primary-black-disabled-border-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-border-dark.disabled,
.btn-group .btn-outline-primary-black-disabled-border-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-border-dark:disabled,
.btn-group .btn-outline-primary-black-disabled-border-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-border-dark.disabled:hover,
.btn.btn-outline-primary-black-disabled-border-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-border-dark,
.btn-group .btn-link-primary-black-disabled-border-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-border-dark:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-primary-black-disabled-border-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-border-dark:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-primary-black-disabled-border-dark,
.btn-group .btn-icon-primary-black-disabled-border-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-primary-black-disabled-color,
.btn-group .btn-outline-primary-black-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-color.disabled,
.btn-group .btn-outline-primary-black-disabled-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-color:disabled,
.btn-group .btn-outline-primary-black-disabled-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-color.disabled:hover,
.btn.btn-outline-primary-black-disabled-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-color,
.btn-group .btn-link-primary-black-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-link-primary-black-disabled-color:not(:disabled, .disabled):hover {
  color: #968F87;
}
.btn.btn-link-primary-black-disabled-color:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-color:not(:disabled, .disabled).focus {
  color: #968F87;
}
.btn.btn-icon-primary-black-disabled-color,
.btn-group .btn-icon-primary-black-disabled-color.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-outline-primary-black-disabled-color-dark,
.btn-group .btn-outline-primary-black-disabled-color-dark.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-primary-black-disabled-color-dark.disabled,
.btn-group .btn-outline-primary-black-disabled-color-dark.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-primary-black-disabled-color-dark:disabled,
.btn-group .btn-outline-primary-black-disabled-color-dark.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-primary-black-disabled-color-dark.disabled:hover,
.btn.btn-outline-primary-black-disabled-color-dark:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-primary-black-disabled-color-dark,
.btn-group .btn-link-primary-black-disabled-color-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-link-primary-black-disabled-color-dark:not(:disabled, .disabled):hover {
  color: #968F87;
}
.btn.btn-link-primary-black-disabled-color-dark:not(:disabled, .disabled):focus,
.btn.btn-link-primary-black-disabled-color-dark:not(:disabled, .disabled).focus {
  color: #968F87;
}
.btn.btn-icon-primary-black-disabled-color-dark,
.btn-group .btn-icon-primary-black-disabled-color-dark.btn:not(.btn-link):not(.btn-icon) {
  color: #968F87;
}
.btn.btn-outline-thead-background,
.btn-group .btn-outline-thead-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-thead-background.disabled,
.btn-group .btn-outline-thead-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-thead-background:disabled,
.btn-group .btn-outline-thead-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-thead-background.disabled:hover,
.btn.btn-outline-thead-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-thead-background,
.btn-group .btn-link-thead-background.btn:not(.btn-link):not(.btn-icon) {
  color: #35302d;
}
.btn.btn-link-thead-background:not(:disabled, .disabled):hover {
  color: #35302d;
}
.btn.btn-link-thead-background:not(:disabled, .disabled):focus,
.btn.btn-link-thead-background:not(:disabled, .disabled).focus {
  color: #35302d;
}
.btn.btn-icon-thead-background,
.btn-group .btn-icon-thead-background.btn:not(.btn-link):not(.btn-icon) {
  color: #35302d;
}
.btn.btn-outline-tbody-tr-active-background,
.btn-group .btn-outline-tbody-tr-active-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-tbody-tr-active-background.disabled,
.btn-group .btn-outline-tbody-tr-active-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-tbody-tr-active-background:disabled,
.btn-group .btn-outline-tbody-tr-active-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-tbody-tr-active-background.disabled:hover,
.btn.btn-outline-tbody-tr-active-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-tbody-tr-active-background,
.btn-group .btn-link-tbody-tr-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #E4E0D7;
}
.btn.btn-link-tbody-tr-active-background:not(:disabled, .disabled):hover {
  color: #E4E0D7;
}
.btn.btn-link-tbody-tr-active-background:not(:disabled, .disabled):focus,
.btn.btn-link-tbody-tr-active-background:not(:disabled, .disabled).focus {
  color: #E4E0D7;
}
.btn.btn-icon-tbody-tr-active-background,
.btn-group .btn-icon-tbody-tr-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #E4E0D7;
}
.btn.btn-outline-toggle-background,
.btn-group .btn-outline-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-toggle-background.disabled,
.btn-group .btn-outline-toggle-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-toggle-background:disabled,
.btn-group .btn-outline-toggle-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-toggle-background.disabled:hover,
.btn.btn-outline-toggle-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-toggle-background,
.btn-group .btn-link-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-link-toggle-background:not(:disabled, .disabled):hover {
  color: #D6D1C6;
}
.btn.btn-link-toggle-background:not(:disabled, .disabled):focus,
.btn.btn-link-toggle-background:not(:disabled, .disabled).focus {
  color: #D6D1C6;
}
.btn.btn-icon-toggle-background,
.btn-group .btn-icon-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D1C6;
}
.btn.btn-outline-toggle-checked-background,
.btn-group .btn-outline-toggle-checked-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-toggle-checked-background.disabled,
.btn-group .btn-outline-toggle-checked-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-toggle-checked-background:disabled,
.btn-group .btn-outline-toggle-checked-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-toggle-checked-background.disabled:hover,
.btn.btn-outline-toggle-checked-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-toggle-checked-background,
.btn-group .btn-link-toggle-checked-background.btn:not(.btn-link):not(.btn-icon) {
  color: #1d1917;
}
.btn.btn-link-toggle-checked-background:not(:disabled, .disabled):hover {
  color: #1d1917;
}
.btn.btn-link-toggle-checked-background:not(:disabled, .disabled):focus,
.btn.btn-link-toggle-checked-background:not(:disabled, .disabled).focus {
  color: #1d1917;
}
.btn.btn-icon-toggle-checked-background,
.btn-group .btn-icon-toggle-checked-background.btn:not(.btn-link):not(.btn-icon) {
  color: #1d1917;
}
.btn.btn-outline-dark-background-content,
.btn-group .btn-outline-dark-background-content.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-background-content.disabled,
.btn-group .btn-outline-dark-background-content.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-background-content:disabled,
.btn-group .btn-outline-dark-background-content.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-background-content.disabled:hover,
.btn.btn-outline-dark-background-content:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-background-content,
.btn-group .btn-link-dark-background-content.btn:not(.btn-link):not(.btn-icon) {
  color: #191614;
}
.btn.btn-link-dark-background-content:not(:disabled, .disabled):hover {
  color: #191614;
}
.btn.btn-link-dark-background-content:not(:disabled, .disabled):focus,
.btn.btn-link-dark-background-content:not(:disabled, .disabled).focus {
  color: #191614;
}
.btn.btn-icon-dark-background-content,
.btn-group .btn-icon-dark-background-content.btn:not(.btn-link):not(.btn-icon) {
  color: #191614;
}
.btn.btn-outline-dark-border-content,
.btn-group .btn-outline-dark-border-content.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-border-content.disabled,
.btn-group .btn-outline-dark-border-content.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-border-content:disabled,
.btn-group .btn-outline-dark-border-content.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-border-content.disabled:hover,
.btn.btn-outline-dark-border-content:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-border-content,
.btn-group .btn-link-dark-border-content.btn:not(.btn-link):not(.btn-icon) {
  color: #5b5653;
}
.btn.btn-link-dark-border-content:not(:disabled, .disabled):hover {
  color: #5b5653;
}
.btn.btn-link-dark-border-content:not(:disabled, .disabled):focus,
.btn.btn-link-dark-border-content:not(:disabled, .disabled).focus {
  color: #5b5653;
}
.btn.btn-icon-dark-border-content,
.btn-group .btn-icon-dark-border-content.btn:not(.btn-link):not(.btn-icon) {
  color: #5b5653;
}
.btn.btn-outline-dark-color-content,
.btn-group .btn-outline-dark-color-content.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-color-content.disabled,
.btn-group .btn-outline-dark-color-content.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-color-content:disabled,
.btn-group .btn-outline-dark-color-content.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-color-content.disabled:hover,
.btn.btn-outline-dark-color-content:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-color-content,
.btn-group .btn-link-dark-color-content.btn:not(.btn-link):not(.btn-icon) {
  color: #908c89;
}
.btn.btn-link-dark-color-content:not(:disabled, .disabled):hover {
  color: #908c89;
}
.btn.btn-link-dark-color-content:not(:disabled, .disabled):focus,
.btn.btn-link-dark-color-content:not(:disabled, .disabled).focus {
  color: #908c89;
}
.btn.btn-icon-dark-color-content,
.btn-group .btn-icon-dark-color-content.btn:not(.btn-link):not(.btn-icon) {
  color: #908c89;
}
.btn.btn-outline-dark-background,
.btn-group .btn-outline-dark-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-background.disabled,
.btn-group .btn-outline-dark-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-background:disabled,
.btn-group .btn-outline-dark-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-background.disabled:hover,
.btn.btn-outline-dark-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-background,
.btn-group .btn-link-dark-background.btn:not(.btn-link):not(.btn-icon) {
  color: #211E1B;
}
.btn.btn-link-dark-background:not(:disabled, .disabled):hover {
  color: #211E1B;
}
.btn.btn-link-dark-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-background:not(:disabled, .disabled).focus {
  color: #211E1B;
}
.btn.btn-icon-dark-background,
.btn-group .btn-icon-dark-background.btn:not(.btn-link):not(.btn-icon) {
  color: #211E1B;
}
.btn.btn-outline-dark-side-navigation-color,
.btn-group .btn-outline-dark-side-navigation-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-side-navigation-color.disabled,
.btn-group .btn-outline-dark-side-navigation-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-side-navigation-color:disabled,
.btn-group .btn-outline-dark-side-navigation-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-side-navigation-color.disabled:hover,
.btn.btn-outline-dark-side-navigation-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-side-navigation-color,
.btn-group .btn-link-dark-side-navigation-color.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D5D2;
}
.btn.btn-link-dark-side-navigation-color:not(:disabled, .disabled):hover {
  color: #D6D5D2;
}
.btn.btn-link-dark-side-navigation-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-side-navigation-color:not(:disabled, .disabled).focus {
  color: #D6D5D2;
}
.btn.btn-icon-dark-side-navigation-color,
.btn-group .btn-icon-dark-side-navigation-color.btn:not(.btn-link):not(.btn-icon) {
  color: #D6D5D2;
}
.btn.btn-outline-dark-side-navigation-color-hover,
.btn-group .btn-outline-dark-side-navigation-color-hover.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-side-navigation-color-hover.disabled,
.btn-group .btn-outline-dark-side-navigation-color-hover.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-side-navigation-color-hover:disabled,
.btn-group .btn-outline-dark-side-navigation-color-hover.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-side-navigation-color-hover.disabled:hover,
.btn.btn-outline-dark-side-navigation-color-hover:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-side-navigation-color-hover,
.btn-group .btn-link-dark-side-navigation-color-hover.btn:not(.btn-link):not(.btn-icon) {
  color: #F9F8F7;
}
.btn.btn-link-dark-side-navigation-color-hover:not(:disabled, .disabled):hover {
  color: #F9F8F7;
}
.btn.btn-link-dark-side-navigation-color-hover:not(:disabled, .disabled):focus,
.btn.btn-link-dark-side-navigation-color-hover:not(:disabled, .disabled).focus {
  color: #F9F8F7;
}
.btn.btn-icon-dark-side-navigation-color-hover,
.btn-group .btn-icon-dark-side-navigation-color-hover.btn:not(.btn-link):not(.btn-icon) {
  color: #F9F8F7;
}
.btn.btn-outline-dark-side-navigation-icon-color,
.btn-group .btn-outline-dark-side-navigation-icon-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-side-navigation-icon-color.disabled,
.btn-group .btn-outline-dark-side-navigation-icon-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-side-navigation-icon-color:disabled,
.btn-group .btn-outline-dark-side-navigation-icon-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-side-navigation-icon-color.disabled:hover,
.btn.btn-outline-dark-side-navigation-icon-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-side-navigation-icon-color,
.btn-group .btn-link-dark-side-navigation-icon-color.btn:not(.btn-link):not(.btn-icon) {
  color: #908C89;
}
.btn.btn-link-dark-side-navigation-icon-color:not(:disabled, .disabled):hover {
  color: #908C89;
}
.btn.btn-link-dark-side-navigation-icon-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-side-navigation-icon-color:not(:disabled, .disabled).focus {
  color: #908C89;
}
.btn.btn-icon-dark-side-navigation-icon-color,
.btn-group .btn-icon-dark-side-navigation-icon-color.btn:not(.btn-link):not(.btn-icon) {
  color: #908C89;
}
.btn.btn-outline-dark-side-navigation-icon-color-active,
.btn-group .btn-outline-dark-side-navigation-icon-color-active.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-side-navigation-icon-color-active.disabled,
.btn-group .btn-outline-dark-side-navigation-icon-color-active.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-side-navigation-icon-color-active:disabled,
.btn-group .btn-outline-dark-side-navigation-icon-color-active.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-side-navigation-icon-color-active.disabled:hover,
.btn.btn-outline-dark-side-navigation-icon-color-active:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-side-navigation-icon-color-active,
.btn-group .btn-link-dark-side-navigation-icon-color-active.btn:not(.btn-link):not(.btn-icon) {
  color: #C8C6C3;
}
.btn.btn-link-dark-side-navigation-icon-color-active:not(:disabled, .disabled):hover {
  color: #C8C6C3;
}
.btn.btn-link-dark-side-navigation-icon-color-active:not(:disabled, .disabled):focus,
.btn.btn-link-dark-side-navigation-icon-color-active:not(:disabled, .disabled).focus {
  color: #C8C6C3;
}
.btn.btn-icon-dark-side-navigation-icon-color-active,
.btn-group .btn-icon-dark-side-navigation-icon-color-active.btn:not(.btn-link):not(.btn-icon) {
  color: #C8C6C3;
}
.btn.btn-outline-dark-border-color,
.btn-group .btn-outline-dark-border-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-border-color.disabled,
.btn-group .btn-outline-dark-border-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-border-color:disabled,
.btn-group .btn-outline-dark-border-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-border-color.disabled:hover,
.btn.btn-outline-dark-border-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-border-color,
.btn-group .btn-link-dark-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #5B5653;
}
.btn.btn-link-dark-border-color:not(:disabled, .disabled):hover {
  color: #5B5653;
}
.btn.btn-link-dark-border-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-border-color:not(:disabled, .disabled).focus {
  color: #5B5653;
}
.btn.btn-icon-dark-border-color,
.btn-group .btn-icon-dark-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #5B5653;
}
.btn.btn-outline-dark-badge-color,
.btn-group .btn-outline-dark-badge-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-badge-color.disabled,
.btn-group .btn-outline-dark-badge-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-badge-color:disabled,
.btn-group .btn-outline-dark-badge-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-badge-color.disabled:hover,
.btn.btn-outline-dark-badge-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-badge-color,
.btn-group .btn-link-dark-badge-color.btn:not(.btn-link):not(.btn-icon) {
  color: #141210;
}
.btn.btn-link-dark-badge-color:not(:disabled, .disabled):hover {
  color: #141210;
}
.btn.btn-link-dark-badge-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-badge-color:not(:disabled, .disabled).focus {
  color: #141210;
}
.btn.btn-icon-dark-badge-color,
.btn-group .btn-icon-dark-badge-color.btn:not(.btn-link):not(.btn-icon) {
  color: #141210;
}
.btn.btn-outline-dark-kebab-active-background,
.btn-group .btn-outline-dark-kebab-active-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-kebab-active-background.disabled,
.btn-group .btn-outline-dark-kebab-active-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-kebab-active-background:disabled,
.btn-group .btn-outline-dark-kebab-active-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-kebab-active-background.disabled:hover,
.btn.btn-outline-dark-kebab-active-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-kebab-active-background,
.btn-group .btn-link-dark-kebab-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #37322F;
}
.btn.btn-link-dark-kebab-active-background:not(:disabled, .disabled):hover {
  color: #37322F;
}
.btn.btn-link-dark-kebab-active-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-kebab-active-background:not(:disabled, .disabled).focus {
  color: #37322F;
}
.btn.btn-icon-dark-kebab-active-background,
.btn-group .btn-icon-dark-kebab-active-background.btn:not(.btn-link):not(.btn-icon) {
  color: #37322F;
}
.btn.btn-outline-dark-filters-background,
.btn-group .btn-outline-dark-filters-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-filters-background.disabled,
.btn-group .btn-outline-dark-filters-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-filters-background:disabled,
.btn-group .btn-outline-dark-filters-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-filters-background.disabled:hover,
.btn.btn-outline-dark-filters-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-filters-background,
.btn-group .btn-link-dark-filters-background.btn:not(.btn-link):not(.btn-icon) {
  color: #110F0E;
}
.btn.btn-link-dark-filters-background:not(:disabled, .disabled):hover {
  color: #110F0E;
}
.btn.btn-link-dark-filters-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-filters-background:not(:disabled, .disabled).focus {
  color: #110F0E;
}
.btn.btn-icon-dark-filters-background,
.btn-group .btn-icon-dark-filters-background.btn:not(.btn-link):not(.btn-icon) {
  color: #110F0E;
}
.btn.btn-outline-dark-toggle-background,
.btn-group .btn-outline-dark-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-toggle-background.disabled,
.btn-group .btn-outline-dark-toggle-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-toggle-background:disabled,
.btn-group .btn-outline-dark-toggle-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-toggle-background.disabled:hover,
.btn.btn-outline-dark-toggle-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-toggle-background,
.btn-group .btn-link-dark-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4E4946;
}
.btn.btn-link-dark-toggle-background:not(:disabled, .disabled):hover {
  color: #4E4946;
}
.btn.btn-link-dark-toggle-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-toggle-background:not(:disabled, .disabled).focus {
  color: #4E4946;
}
.btn.btn-icon-dark-toggle-background,
.btn-group .btn-icon-dark-toggle-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4E4946;
}
.btn.btn-outline-dark-toggle-after-background,
.btn-group .btn-outline-dark-toggle-after-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-toggle-after-background.disabled,
.btn-group .btn-outline-dark-toggle-after-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-toggle-after-background:disabled,
.btn-group .btn-outline-dark-toggle-after-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-toggle-after-background.disabled:hover,
.btn.btn-outline-dark-toggle-after-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-toggle-after-background,
.btn-group .btn-link-dark-toggle-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #9D9A97;
}
.btn.btn-link-dark-toggle-after-background:not(:disabled, .disabled):hover {
  color: #9D9A97;
}
.btn.btn-link-dark-toggle-after-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-toggle-after-background:not(:disabled, .disabled).focus {
  color: #9D9A97;
}
.btn.btn-icon-dark-toggle-after-background,
.btn-group .btn-icon-dark-toggle-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #9D9A97;
}
.btn.btn-outline-dark-toggle-disabled-background,
.btn-group .btn-outline-dark-toggle-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-toggle-disabled-background.disabled,
.btn-group .btn-outline-dark-toggle-disabled-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-toggle-disabled-background:disabled,
.btn-group .btn-outline-dark-toggle-disabled-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-toggle-disabled-background.disabled:hover,
.btn.btn-outline-dark-toggle-disabled-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-toggle-disabled-background,
.btn-group .btn-link-dark-toggle-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4f4a47;
}
.btn.btn-link-dark-toggle-disabled-background:not(:disabled, .disabled):hover {
  color: #4f4a47;
}
.btn.btn-link-dark-toggle-disabled-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-toggle-disabled-background:not(:disabled, .disabled).focus {
  color: #4f4a47;
}
.btn.btn-icon-dark-toggle-disabled-background,
.btn-group .btn-icon-dark-toggle-disabled-background.btn:not(.btn-link):not(.btn-icon) {
  color: #4f4a47;
}
.btn.btn-outline-dark-toggle-disabled-after-background,
.btn-group .btn-outline-dark-toggle-disabled-after-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-toggle-disabled-after-background.disabled,
.btn-group .btn-outline-dark-toggle-disabled-after-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-toggle-disabled-after-background:disabled,
.btn-group .btn-outline-dark-toggle-disabled-after-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-toggle-disabled-after-background.disabled:hover,
.btn.btn-outline-dark-toggle-disabled-after-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-toggle-disabled-after-background,
.btn-group .btn-link-dark-toggle-disabled-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #686460;
}
.btn.btn-link-dark-toggle-disabled-after-background:not(:disabled, .disabled):hover {
  color: #686460;
}
.btn.btn-link-dark-toggle-disabled-after-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-toggle-disabled-after-background:not(:disabled, .disabled).focus {
  color: #686460;
}
.btn.btn-icon-dark-toggle-disabled-after-background,
.btn-group .btn-icon-dark-toggle-disabled-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #686460;
}
.btn.btn-outline-dark-toggle-checked-after-background,
.btn-group .btn-outline-dark-toggle-checked-after-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-toggle-checked-after-background.disabled,
.btn-group .btn-outline-dark-toggle-checked-after-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-toggle-checked-after-background:disabled,
.btn-group .btn-outline-dark-toggle-checked-after-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-toggle-checked-after-background.disabled:hover,
.btn.btn-outline-dark-toggle-checked-after-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-toggle-checked-after-background,
.btn-group .btn-link-dark-toggle-checked-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #211e1b;
}
.btn.btn-link-dark-toggle-checked-after-background:not(:disabled, .disabled):hover {
  color: #211e1b;
}
.btn.btn-link-dark-toggle-checked-after-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-toggle-checked-after-background:not(:disabled, .disabled).focus {
  color: #211e1b;
}
.btn.btn-icon-dark-toggle-checked-after-background,
.btn-group .btn-icon-dark-toggle-checked-after-background.btn:not(.btn-link):not(.btn-icon) {
  color: #211e1b;
}
.btn.btn-outline-dark-datepicker-background,
.btn-group .btn-outline-dark-datepicker-background.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-datepicker-background.disabled,
.btn-group .btn-outline-dark-datepicker-background.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-datepicker-background:disabled,
.btn-group .btn-outline-dark-datepicker-background.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-datepicker-background.disabled:hover,
.btn.btn-outline-dark-datepicker-background:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-datepicker-background,
.btn-group .btn-link-dark-datepicker-background.btn:not(.btn-link):not(.btn-icon) {
  color: #37322f;
}
.btn.btn-link-dark-datepicker-background:not(:disabled, .disabled):hover {
  color: #37322f;
}
.btn.btn-link-dark-datepicker-background:not(:disabled, .disabled):focus,
.btn.btn-link-dark-datepicker-background:not(:disabled, .disabled).focus {
  color: #37322f;
}
.btn.btn-icon-dark-datepicker-background,
.btn-group .btn-icon-dark-datepicker-background.btn:not(.btn-link):not(.btn-icon) {
  color: #37322f;
}
.btn.btn-outline-dark-datepicker-box-shadow-color,
.btn-group .btn-outline-dark-datepicker-box-shadow-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-datepicker-box-shadow-color.disabled,
.btn-group .btn-outline-dark-datepicker-box-shadow-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-datepicker-box-shadow-color:disabled,
.btn-group .btn-outline-dark-datepicker-box-shadow-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-datepicker-box-shadow-color.disabled:hover,
.btn.btn-outline-dark-datepicker-box-shadow-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-datepicker-box-shadow-color,
.btn-group .btn-link-dark-datepicker-box-shadow-color.btn:not(.btn-link):not(.btn-icon) {
  color: #34302C;
}
.btn.btn-link-dark-datepicker-box-shadow-color:not(:disabled, .disabled):hover {
  color: #34302C;
}
.btn.btn-link-dark-datepicker-box-shadow-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-datepicker-box-shadow-color:not(:disabled, .disabled).focus {
  color: #34302C;
}
.btn.btn-icon-dark-datepicker-box-shadow-color,
.btn-group .btn-icon-dark-datepicker-box-shadow-color.btn:not(.btn-link):not(.btn-icon) {
  color: #34302C;
}
.btn.btn-outline-dark-datepicker-head-button-color,
.btn-group .btn-outline-dark-datepicker-head-button-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-datepicker-head-button-color.disabled,
.btn-group .btn-outline-dark-datepicker-head-button-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-datepicker-head-button-color:disabled,
.btn-group .btn-outline-dark-datepicker-head-button-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-datepicker-head-button-color.disabled:hover,
.btn.btn-outline-dark-datepicker-head-button-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-datepicker-head-button-color,
.btn-group .btn-link-dark-datepicker-head-button-color.btn:not(.btn-link):not(.btn-icon) {
  color: #f9f8f7;
}
.btn.btn-link-dark-datepicker-head-button-color:not(:disabled, .disabled):hover {
  color: #f9f8f7;
}
.btn.btn-link-dark-datepicker-head-button-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-datepicker-head-button-color:not(:disabled, .disabled).focus {
  color: #f9f8f7;
}
.btn.btn-icon-dark-datepicker-head-button-color,
.btn-group .btn-icon-dark-datepicker-head-button-color.btn:not(.btn-link):not(.btn-icon) {
  color: #f9f8f7;
}
.btn.btn-outline-dark-datepicker-body-color,
.btn-group .btn-outline-dark-datepicker-body-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-datepicker-body-color.disabled,
.btn-group .btn-outline-dark-datepicker-body-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-datepicker-body-color:disabled,
.btn-group .btn-outline-dark-datepicker-body-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-datepicker-body-color.disabled:hover,
.btn.btn-outline-dark-datepicker-body-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-datepicker-body-color,
.btn-group .btn-link-dark-datepicker-body-color.btn:not(.btn-link):not(.btn-icon) {
  color: #aba8a5;
}
.btn.btn-link-dark-datepicker-body-color:not(:disabled, .disabled):hover {
  color: #aba8a5;
}
.btn.btn-link-dark-datepicker-body-color:not(:disabled, .disabled):focus,
.btn.btn-link-dark-datepicker-body-color:not(:disabled, .disabled).focus {
  color: #aba8a5;
}
.btn.btn-icon-dark-datepicker-body-color,
.btn-group .btn-icon-dark-datepicker-body-color.btn:not(.btn-link):not(.btn-icon) {
  color: #aba8a5;
}
.btn.btn-outline-dark-datepicker-body-td-selected,
.btn-group .btn-outline-dark-datepicker-body-td-selected.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-dark-datepicker-body-td-selected.disabled,
.btn-group .btn-outline-dark-datepicker-body-td-selected.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-dark-datepicker-body-td-selected:disabled,
.btn-group .btn-outline-dark-datepicker-body-td-selected.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-dark-datepicker-body-td-selected.disabled:hover,
.btn.btn-outline-dark-datepicker-body-td-selected:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-dark-datepicker-body-td-selected,
.btn-group .btn-link-dark-datepicker-body-td-selected.btn:not(.btn-link):not(.btn-icon) {
  color: #c8c6c3;
}
.btn.btn-link-dark-datepicker-body-td-selected:not(:disabled, .disabled):hover {
  color: #c8c6c3;
}
.btn.btn-link-dark-datepicker-body-td-selected:not(:disabled, .disabled):focus,
.btn.btn-link-dark-datepicker-body-td-selected:not(:disabled, .disabled).focus {
  color: #c8c6c3;
}
.btn.btn-icon-dark-datepicker-body-td-selected,
.btn-group .btn-icon-dark-datepicker-body-td-selected.btn:not(.btn-link):not(.btn-icon) {
  color: #c8c6c3;
}
.btn.btn-outline-numbers-table-background-color,
.btn-group .btn-outline-numbers-table-background-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-numbers-table-background-color.disabled,
.btn-group .btn-outline-numbers-table-background-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-numbers-table-background-color:disabled,
.btn-group .btn-outline-numbers-table-background-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-numbers-table-background-color.disabled:hover,
.btn.btn-outline-numbers-table-background-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-numbers-table-background-color,
.btn-group .btn-link-numbers-table-background-color.btn:not(.btn-link):not(.btn-icon) {
  color: #EEECE7;
}
.btn.btn-link-numbers-table-background-color:not(:disabled, .disabled):hover {
  color: #EEECE7;
}
.btn.btn-link-numbers-table-background-color:not(:disabled, .disabled):focus,
.btn.btn-link-numbers-table-background-color:not(:disabled, .disabled).focus {
  color: #EEECE7;
}
.btn.btn-icon-numbers-table-background-color,
.btn-group .btn-icon-numbers-table-background-color.btn:not(.btn-link):not(.btn-icon) {
  color: #EEECE7;
}
.btn.btn-outline-circle-border-color,
.btn-group .btn-outline-circle-border-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-circle-border-color.disabled,
.btn-group .btn-outline-circle-border-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-circle-border-color:disabled,
.btn-group .btn-outline-circle-border-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-circle-border-color.disabled:hover,
.btn.btn-outline-circle-border-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-circle-border-color,
.btn-group .btn-link-circle-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #e4e0d7;
}
.btn.btn-link-circle-border-color:not(:disabled, .disabled):hover {
  color: #e4e0d7;
}
.btn.btn-link-circle-border-color:not(:disabled, .disabled):focus,
.btn.btn-link-circle-border-color:not(:disabled, .disabled).focus {
  color: #e4e0d7;
}
.btn.btn-icon-circle-border-color,
.btn-group .btn-icon-circle-border-color.btn:not(.btn-link):not(.btn-icon) {
  color: #e4e0d7;
}
.btn.btn-outline-circle-title-color,
.btn-group .btn-outline-circle-title-color.btn:not(.btn-link):not(.btn-icon) {
  background-color: #fff;
  color: #645D57;
}
.btn.btn-outline-circle-title-color.disabled,
.btn-group .btn-outline-circle-title-color.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-outline-circle-title-color:disabled,
.btn-group .btn-outline-circle-title-color.btn:disabled:not(.btn-link):not(.btn-icon) {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-outline-circle-title-color.disabled:hover,
.btn.btn-outline-circle-title-color:disabled:hover {
  background-color: inherit;
  border-color: #c6c6c6;
}
.btn.btn-link-circle-title-color,
.btn-group .btn-link-circle-title-color.btn:not(.btn-link):not(.btn-icon) {
  color: #615a54;
}
.btn.btn-link-circle-title-color:not(:disabled, .disabled):hover {
  color: #615a54;
}
.btn.btn-link-circle-title-color:not(:disabled, .disabled):focus,
.btn.btn-link-circle-title-color:not(:disabled, .disabled).focus {
  color: #615a54;
}
.btn.btn-icon-circle-title-color,
.btn-group .btn-icon-circle-title-color.btn:not(.btn-link):not(.btn-icon) {
  color: #615a54;
}
a.btn.disabled,
.btn-group a.disabled.btn:not(.btn-link):not(.btn-icon),
fieldset:disabled a.btn,
fieldset:disabled .btn-group a.btn:not(.btn-link):not(.btn-icon),
.btn-group fieldset:disabled a.btn:not(.btn-link):not(.btn-icon) {
  pointer-events: initial;
}
.btn-link {
  color: #645D57;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  max-height: 3rem;
  text-decoration: none;
  text-transform: none;
}
.btn-link:hover {
  color: #645D57;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  color: #B78900;
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #c6c6c6;
  text-decoration: underline;
}
.btn-link.btn-sm,
.btn-group-sm > .btn-link.btn,
.btn-group .btn-group-sm > .btn-link.btn:not(.btn-link):not(.btn-icon) {
  font-size: 0.75rem;
}
.btn-link.btn-lg,
.btn-group-lg > .btn-link.btn,
.btn-group .btn-group-lg > .btn-link.btn:not(.btn-link):not(.btn-icon) {
  font-size: 0.875rem;
}
.btn-link.btn-icon {
  text-decoration: none;
}
.btn-link.btn-icon [class^=icon-]:before,
.btn-link.btn-icon [class*=icon-]:before {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  max-height: none;
}
.btn-link.btn-icon .text-decoration-underline {
  display: inline-block;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group .btn-group-lg > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.9375rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1.25rem;
}
.btn-lg:not(.p-0),
.btn-group-lg > .btn:not(.p-0),
.btn-group .btn-group-lg > .btn:not(.p-0):not(.btn-link):not(.btn-icon) {
  padding: 0.9375rem 1rem !important;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group .btn-group-sm > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.4375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 1.25rem;
}
.btn-sm:not(.p-0),
.btn-group-sm > .btn:not(.p-0),
.btn-group .btn-group-sm > .btn:not(.p-0):not(.btn-link):not(.btn-icon) {
  padding: 0.4375rem 0.75rem !important;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group .btn-group-xs > .btn:not(.btn-link):not(.btn-icon) {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-radius: 1.25rem;
}
.btn-xs:not(.p-0),
.btn-group-xs > .btn:not(.p-0),
.btn-group .btn-group-xs > .btn:not(.p-0):not(.btn-link):not(.btn-icon) {
  padding: 0.1875rem 0.375rem !important;
}
.btn [class^=icon-],
.btn-group .btn:not(.btn-link):not(.btn-icon) [class^=icon-],
.btn [class*=icon-],
.btn-group .btn:not(.btn-link):not(.btn-icon) [class*=icon-] {
  display: inline-block;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 0;
}
.btn.btn-icon,
.btn-group .btn-icon.btn:not(.btn-link):not(.btn-icon) {
  font-size: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  min-height: 0.75rem;
  min-width: 0.75rem;
  width: 0.75rem;
  border: none;
  padding: 0;
}
.btn.btn-icon [class^=icon-],
.btn-group .btn-icon.btn:not(.btn-link):not(.btn-icon) [class^=icon-],
.btn.btn-icon [class*=icon-],
.btn-group .btn-icon.btn:not(.btn-link):not(.btn-icon) [class*=icon-] {
  max-height: 0.75rem;
  max-width: 0.75rem;
}
.btn.btn-icon [class^=icon-],
.btn-group .btn-icon.btn:not(.btn-link):not(.btn-icon) [class^=icon-],
.btn.btn-icon [class*=icon-],
.btn-group .btn-icon.btn:not(.btn-link):not(.btn-icon) [class*=icon-] {
  margin-right: 0;
}
.btn.btn-icon:hover,
.btn-group .btn-icon.btn:hover:not(.btn-link):not(.btn-icon) {
  color: #1587ad;
}
.btn.btn-icon:focus,
.btn-group .btn-icon.btn:focus:not(.btn-link):not(.btn-icon),
.btn.btn-icon.focus,
.btn-group .btn-icon.focus.btn:not(.btn-link):not(.btn-icon) {
  color: #1587ad;
}
.btn.btn-icon.disabled,
.btn-group .btn-icon.disabled.btn:not(.btn-link):not(.btn-icon),
.btn.btn-icon:disabled,
.btn-group .btn-icon.btn:disabled:not(.btn-link):not(.btn-icon) {
  color: #c6c6c6;
  opacity: 1;
}
.btn.btn-icon.btn-sm,
.btn-group .btn-icon.btn-sm.btn:not(.btn-link):not(.btn-icon),
.btn-group-sm > .btn.btn-icon,
.btn-group .btn-group-sm > .btn-icon.btn:not(.btn-link):not(.btn-icon) {
  font-size: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  min-height: 0.75rem;
  min-width: 0.75rem;
  width: 0.75rem;
}
.btn.btn-icon.btn-sm [class^=icon-],
.btn-group-sm > .btn.btn-icon [class^=icon-],
.btn.btn-icon.btn-sm [class*=icon-],
.btn-group-sm > .btn.btn-icon [class*=icon-] {
  max-height: 0.75rem;
  max-width: 0.75rem;
}
.btn.btn-icon.btn-md,
.btn-group .btn-icon.btn-md.btn:not(.btn-link):not(.btn-icon) {
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  width: 1rem;
}
.btn.btn-icon.btn-md [class^=icon-],
.btn.btn-icon.btn-md [class*=icon-] {
  max-height: 1rem;
  max-width: 1rem;
}
.btn.btn-icon.btn-lg,
.btn-group .btn-icon.btn-lg.btn:not(.btn-link):not(.btn-icon),
.btn-group-lg > .btn.btn-icon,
.btn-group .btn-group-lg > .btn-icon.btn:not(.btn-link):not(.btn-icon) {
  font-size: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  width: 1.25rem;
}
.btn.btn-icon.btn-lg [class^=icon-],
.btn-group-lg > .btn.btn-icon [class^=icon-],
.btn.btn-icon.btn-lg [class*=icon-],
.btn-group-lg > .btn.btn-icon [class*=icon-] {
  max-height: 1.25rem;
  max-width: 1.25rem;
}
.btn-outline-filter-sort {
  color: #645D57;
  border-color: #645D57;
  font-weight: 500;
  text-transform: none !important;
  border-color: #e8e8e8 !important;
  font-size: 0.875rem !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  letter-spacing: 0.25px !important;
}
.btn-outline-filter-sort:hover {
  color: #645D57;
  background-color: #fff;
  border-color: #13100D !important;
}
.btn-outline-filter-sort:focus,
.btn-outline-filter-sort.focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-filter-sort.disabled,
.btn-outline-filter-sort:disabled {
  color: #645D57;
  background-color: transparent;
}
.btn-outline-filter-sort:not(:disabled):not(.disabled):active,
.btn-outline-filter-sort:not(:disabled):not(.disabled).active,
.show > .btn-outline-filter-sort.dropdown-toggle {
  color: #645D57;
  background-color: #fff;
  border-color: #13100D !important;
}
.btn-outline-filter-sort:not(:disabled):not(.disabled):active:focus,
.btn-outline-filter-sort:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-filter-sort.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-filter-sort:focus {
  border-color: #13100D !important;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25) !important;
  color: #645D57 !important;
}
.btn-outline-filter-sort.disabled,
.btn-outline-filter-sort:disabled {
  color: #c6c6c6 !important;
  opacity: 1;
  border-color: #c6c6c6 !important;
}
.btn-outline-filter {
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: none;
  border-color: #e8e8e8 !important;
  font-size: 0.875rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.btn-outline-filter [class^=icon-] {
  font-size: 0.76rem;
  margin-right: 0.25rem;
  transform: translateY(-1px);
}
.btn-outline-filter:focus {
  border-color: #13100D !important;
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25) !important;
}
.btn-outline-filter.disabled,
.btn-outline-filter:disabled {
  color: #c6c6c6 !important;
  opacity: 1;
}
.btn-outline-filter:not(:disabled) {
  color: #645D57;
  border-color: #645D57;
}
.btn-outline-filter:not(:disabled):hover {
  color: #645D57;
  background-color: #fff;
  border-color: #13100D !important;
}
.btn-outline-filter:not(:disabled):focus,
.btn-outline-filter:not(:disabled).focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.btn-outline-filter:not(:disabled).disabled,
.btn-outline-filter:not(:disabled):disabled {
  color: #645D57;
  background-color: transparent;
}
.btn-outline-filter:not(:disabled):not(:disabled):not(.disabled):active,
.btn-outline-filter:not(:disabled):not(:disabled):not(.disabled).active,
.show > .btn-outline-filter:not(:disabled).dropdown-toggle {
  color: #645D57;
  background-color: #fff;
  border-color: #13100D !important;
}
.btn-outline-filter:not(:disabled):not(:disabled):not(.disabled):active:focus,
.btn-outline-filter:not(:disabled):not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-filter:not(:disabled).dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.5);
}
.toggle-button {
  position: relative;
  display: inline-block;
  width: 2.625rem;
  height: 1.5rem;
  margin: 0;
  vertical-align: top;
  background: #D6D1C6;
  border: none;
  border-radius: 1.875rem;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.toggle-button:disabled {
  background: #F6F5F3;
}
.toggle-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 1px 4px 0px rgba(52, 48, 44, 0.05);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.toggle-button:checked {
  background-color: #1d1917;
}
.toggle-button:checked::after {
  transform: translateX(calc(100% + 3px));
  background-color: #fff;
}
.toggle-button:checked:is(:disabled) {
  background: #F6F5F3;
}
html.dark-theme .toggle-button {
  background: #4E4946;
}
html.dark-theme .toggle-button:disabled {
  background: #4f4a47;
}
html.dark-theme .toggle-button:disabled:after {
  background-color: #686460;
}
html.dark-theme .toggle-button:after {
  background-color: #9D9A97;
}
html.dark-theme .toggle-button:checked {
  background-color: #9D9A97;
}
html.dark-theme .toggle-button:checked::after {
  transform: translateX(calc(100% + 3px));
  background-color: #211e1b;
}
html.dark-theme .toggle-button:checked:is(:disabled) {
  background: #4f4a47;
}
html.dark-theme .toggle-button:checked:is(:disabled):after {
  background-color: #686460;
}
html.dark-theme .btn.btn-primary-black,
html.dark-theme .btn-group .btn-primary-black.btn:not(.btn-link):not(.btn-icon),
.btn-group html.dark-theme .btn-primary-black.btn:not(.btn-link):not(.btn-icon) {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
  box-shadow: none;
  color: #1D1917;
}
html.dark-theme .btn.btn-primary-black:hover {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
}
html.dark-theme .btn.btn-primary-black:focus,
html.dark-theme .btn.btn-primary-black.focus {
  color: #645D57;
  background-color: #E4E0D7;
  border-color: #E4E0D7;
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
html.dark-theme .btn.btn-primary-black.disabled,
html.dark-theme .btn.btn-primary-black:disabled {
  color: #645D57;
  background-color: #F6F5F3;
  border-color: #F6F5F3;
}
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled):active,
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled).active,
.show > html.dark-theme .btn.btn-primary-black.dropdown-toggle {
  color: #645D57;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled):active:focus,
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled).active:focus,
.show > html.dark-theme .btn.btn-primary-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(224, 222, 220, 0.5);
}
html.dark-theme .btn.btn-primary-black:hover {
  color: #1D1917;
}
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled):active,
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled).active,
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled):focus,
html.dark-theme .btn.btn-primary-black:not(:disabled):not(.disabled).focus {
  color: #1D1917;
  background-color: #D6D1C6;
  border-color: #D6D1C6;
}
html.dark-theme .btn.btn-primary-black:focus,
html.dark-theme .btn.btn-primary-black.focus,
html.dark-theme .btn.btn-primary-black:active,
html.dark-theme .btn.btn-primary-black.active {
  box-shadow: none !important;
  color: #1D1917;
}
html.dark-theme .btn.btn-primary-black.disabled,
html.dark-theme .btn.btn-primary-black:disabled {
  border-color: #D6D1C6;
  background-color: #D6D1C6;
  color: #968F87;
}
html.dark-theme .btn.btn-outline-primary,
html.dark-theme .btn-group .btn-outline-primary.btn:not(.btn-link):not(.btn-icon),
.btn-group html.dark-theme .btn-outline-primary.btn:not(.btn-link):not(.btn-icon) {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  color: #fff;
}
html.dark-theme .btn.btn-outline-primary:hover {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.24);
}
html.dark-theme .btn.btn-outline-primary:focus,
html.dark-theme .btn.btn-outline-primary.focus {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
html.dark-theme .btn.btn-outline-primary.disabled,
html.dark-theme .btn.btn-outline-primary:disabled {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.16);
}
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled):active,
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > html.dark-theme .btn.btn-outline-primary.dropdown-toggle {
  color: #645D57;
  background-color: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.32);
}
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > html.dark-theme .btn.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}
html.dark-theme .btn.btn-outline-primary:hover {
  color: #fff;
}
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled):active,
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled).active,
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
html.dark-theme .btn.btn-outline-primary:not(:disabled):not(.disabled).focus,
.show > html.dark-theme .btn.btn-outline-primary.dropdown-toggle {
  color: #1D1917;
  background-color: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.32);
}
html.dark-theme .btn.btn-outline-primary.disabled,
html.dark-theme .btn.btn-outline-primary:disabled {
  border-color: #968F87;
  background-color: transparent;
  color: #968F87;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0.4375rem solid;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0;
  border-left: 0.28125rem solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  text-align: left;
  width: 100%;
  background: #fff;
  border: solid 1px rgba(9, 8, 7, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
  overflow: hidden;
  min-width: 12rem;
}
.dropdown-item {
  padding: 0.75rem;
  line-height: 1.25rem;
  color: #000;
  font-size: 0.875rem;
  font-family: "Brown-light", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-item:hover,
.dropdown-item.active {
  background-color: rgba(29, 25, 23, 0.05);
  color: #000;
  text-decoration: none;
}
.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  outline: unset;
}
.btn-group.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0.4375rem solid;
  border-left: 0.28125rem solid transparent;
}
.btn-group.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.btn-group.dropup.show .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0.4375rem solid;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0;
  border-left: 0.28125rem solid transparent;
}
.btn-group.dropup.show .dropdown-toggle:empty::after {
  margin-left: 0;
}
.kebab-menu {
  display: none;
  text-align: left;
  list-style: none;
  width: 15rem;
  background: #fff;
  border: solid 1px rgba(9, 8, 7, 0.1);
  border-radius: 0.25rem;
  z-index: 9;
  right: 0;
  top: 1.75rem;
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
}
.kebab-menu__show {
  display: block;
}
.kebab-menu__scroll {
  max-height: 12.5rem;
  overflow-y: scroll;
}
.kebab-menu li {
  padding: 0.75rem;
  line-height: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.kebab-menu li:hover,
.kebab-menu li.active {
  background-color: rgba(29, 25, 23, 0.05);
}
.kebab-menu li a,
.kebab-menu li a:hover {
  color: #000;
  text-decoration: none;
}
html.dark-theme .dropdown-menu {
  background-color: #37322F;
  border: solid 1px rgba(246, 245, 243, 0.1);
}
html.dark-theme .dropdown-menu .dropdown-item {
  color: #F9F8F7;
}
html.dark-theme .dropdown-menu .dropdown-item:hover,
html.dark-theme .dropdown-menu .dropdown-item.active {
  background-color: #211E1B;
  color: #F9F8F7;
}
html.dark-theme .kebab-menu {
  background-color: #37322F;
  border: solid 1px rgba(246, 245, 243, 0.1);
}
html.dark-theme .kebab-menu li {
  color: #fff;
}
html.dark-theme .kebab-menu li:hover,
html.dark-theme .kebab-menu li.active {
  background-color: #211E1B;
}
html.dark-theme .kebab-menu li a,
html.dark-theme .kebab-menu li a:hover {
  color: #F9F8F7;
}
.btn-group > .btn:not(:last-child),
.btn-group > .btn:not(:last-child):not(.btn-link):not(.btn-icon),
.btn-group > *:not(:last-child) .btn,
.btn-group > *:not(:last-child) .btn:not(.btn-link):not(.btn-icon) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn:not(:first-child):not(.btn-link):not(.btn-icon),
.btn-group > *:not(:first-child) .btn,
.btn-group > *:not(:first-child) .btn:not(.btn-link):not(.btn-icon) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-sm > .btn,
.btn-group .btn-group-sm > .btn:not(.btn-link):not(.btn-icon) {
  font-size: 0.6730769229rem;
  letter-spacing: 1px;
}
.btn-group.show .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: unset;
  content: "";
  border-top: 0;
  border-right: 0.28125rem solid transparent;
  border-bottom: 0.4375rem solid;
  border-left: 0.28125rem solid transparent;
}
.btn-group.show .dropdown-toggle:empty::after {
  margin-left: 0;
}
.custom-control {
  min-height: 1rem;
  z-index: initial;
}
.custom-control-label::before {
  top: 0.375rem;
}
.custom-control-label::after {
  top: 0.375rem;
}
.custom-control-label .form-label__wrapper {
  display: inline-block;
  line-height: 1rem;
  vertical-align: text-top;
}
.custom-control-label--minus-top-focus-width {
  margin-top: -0.1875rem;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.875rem;
  padding-left: 2.25rem;
  font-family: "Brown-light", sans-serif;
  min-height: 1.5rem;
  line-height: 1.5rem !important;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: solid 1px #878079;
  border-radius: 0.25rem;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #1D1917;
  border: solid 1px #1D1917;
}
.custom-checkbox input[type=checkbox]:checked + .checkmark:after {
  display: block;
  left: 0.4375rem;
  top: 0.125rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.custom-radio {
  padding-left: 1.5rem;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  left: -1.5rem;
  top: 0.4375rem;
}
.custom-radio .custom-control-label::before {
  border-color: #979797;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #979797;
  border-color: #979797;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: white;
  border-radius: 50%;
  height: 0.33375rem;
  transform: translate(100%, 100%);
  width: 0.33375rem;
}
.custom-radio .custom-control-input[disabled] ~ .custom-control-label,
.custom-radio .custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed;
}
.custom-radio .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #e8e8e8;
}
.custom-radio .custom-control-input[disabled]:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e8e8e8;
}
.custom-radio--no-top-offset .custom-control-label::before,
.custom-radio--no-top-offset .custom-control-label::after {
  top: 0;
}
.custom-radio--no-label {
  display: inline-block;
  line-height: normal;
  min-height: 1rem;
  padding-left: 0;
  text-align: left;
  width: 1rem;
}
.custom-radio--no-label .custom-control-label::before,
.custom-radio--no-label .custom-control-label::after {
  left: 0;
  top: 0;
}
.custom-radio--no-label .info-tooltip {
  left: 1rem;
  position: absolute;
  top: 0;
}
.custom-radio--no-label.custom-checkbox--round {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.custom-radio--no-label.custom-checkbox--round .custom-control-label::before,
.custom-radio--no-label.custom-checkbox--round .custom-control-label::after {
  left: 0;
  top: 0;
}
.custom-radio--no-label.custom-checkbox--round .info-tooltip {
  left: 1.5rem;
  top: 0.25rem;
}
.custom-switch {
  padding-left: 3.875rem;
  min-height: 1.5rem;
}
.custom-switch .custom-control-label {
  color: #979797;
}
.custom-switch .custom-control-label::before {
  animation: switchOffToOn 0.3s linear 1 forwards;
  background-color: #e8e8e8;
  border-color: #c6c6c6;
  border-radius: 0.75rem;
  content: "(";
  font-family: "Atelier Icons";
  font-size: 0.75rem;
  height: 1.5rem;
  left: -3.875rem;
  line-height: calc(1.5rem - 2px);
  padding: 0 0.5625rem 0 0.5rem;
  pointer-events: all;
  text-align: right;
  top: 0.1875rem;
  width: 2.875rem;
}
.custom-switch .custom-control-label::after {
  top: 0.375rem;
  left: calc(-3.875rem + 3px);
  width: 1.125rem;
  height: 1.125rem;
  background-color: #979797;
  border-radius: 0.75rem;
  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 {
  color: #18a2b6;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  animation: switchOnToOff 0.3s linear 1 forwards;
  background-color: #cce8f0;
  content: "\e009";
  font-size: 0.875rem;
  text-align: left;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #13100D;
  transform: translateX(1.375rem);
}
@keyframes switchOffToOn {
  0% {
    color: transparent;
  }
  100% {
    color: inherit;
  }
}
@keyframes switchOnToOff {
  0% {
    color: transparent;
  }
  100% {
    color: inherit;
  }
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label {
  color: #c6c6c6;
  cursor: not-allowed;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f2f2f2;
  border-color: #e8e8e8;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #c6c6c6;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label {
  color: #bde4ea;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #eef7f9;
  border-color: #bde4ea;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-color: #bde4ea;
}
.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fbf0f1;
}
.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #CB1B19;
}
.custom-switch .custom-control-input[disabled] ~ .custom-control-label .form-label__wrapper,
.custom-switch .custom-control-input:disabled ~ .custom-control-label .form-label__wrapper {
  color: #979797;
}
.custom-switch .custom-control-input:not(.is-invalid):not(:disabled):not([disabled]) ~ .custom-control-label .form-label__wrapper {
  color: #000;
}
.ng-dropdown-panel.custom.no-border {
  width: 25rem !important;
}
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__id,
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__name,
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__default {
  flex-grow: 1;
  flex-basis: 40%;
  text-align: left;
  max-width: 9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__id.supplier__name-wider,
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__name.supplier__name-wider,
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__default.supplier__name-wider {
  max-width: 13rem;
}
.ng-dropdown-panel.custom.no-border .ng-dropdown-panel-items .ng-option .supplier__default {
  flex-basis: 16%;
  color: #a150e6;
  text-align: right;
}
.ng-select.custom.no-border.ng-select-opened > .ng-select-container,
.ng-select.custom.no-border.ng-select-focused > .ng-select-container {
  border: 0;
  box-shadow: none;
}
.ng-select.custom.no-border .ng-select-container {
  border: 0;
  cursor: pointer;
}
.ng-select.custom.no-border .ng-value-container > .ng-value .supplier__id,
.ng-select.custom.no-border .ng-value-container > .ng-value .supplier__default {
  display: none;
}
.ng-select.custom.no-border .ng-dropdown-panel {
  width: 25rem;
}
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__id,
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__name,
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__default {
  flex-grow: 1;
  flex-basis: 40%;
  text-align: left;
  max-width: 9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__id.supplier__name-wider,
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__name.supplier__name-wider,
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__default.supplier__name-wider {
  max-width: 13rem;
}
.ng-select.custom.no-border .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .supplier__default {
  flex-basis: 16%;
  color: #a150e6;
  text-align: right;
}
.ng-select.custom.search--large.ng-select-single .ng-select-container {
  height: 3.5rem;
  line-height: 2rem;
  border: 0;
}
.ng-select.custom.search--large.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 6rem;
}
.ng-select.custom.search--large .ng-arrow-wrapper {
  padding: 1rem 1.5rem;
  line-height: 2rem;
}
.ng-select.custom.search--large .ng-arrow-wrapper .ng-arrow {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2353 15.4205L13.9062 12.0952C16.2651 8.86495 15.5422 4.34258 12.3083 1.98639C9.07439 -0.369803 4.54689 0.352256 2.18803 3.58252C-0.170828 6.81279 0.552049 11.3352 3.78597 13.6913C6.31604 15.5345 9.75922 15.5345 12.2893 13.7104L15.6183 17.0356C16.0559 17.4917 16.7787 17.5297 17.2353 17.0926C17.6918 16.6556 17.7299 15.9335 17.2924 15.4775C17.2924 15.4585 17.2733 15.4395 17.2353 15.4205ZM8.06616 12.7983C5.32684 12.7983 3.12016 10.5941 3.12016 7.85787C3.12016 5.12165 5.32684 2.91747 8.06616 2.91747C10.8055 2.91747 13.0122 5.12165 13.0122 7.85787C13.0122 10.5751 10.7865 12.7983 8.06616 12.7983Z' fill='%23979797'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
}
.ng-select.custom.search--large .ng-spinner-loader {
  margin-top: 1.25rem;
}
.ng-select.custom.search--large .ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: 17.5rem;
}
.ng-select.custom.search--large .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 2rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.ng-select.custom.search--large .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  background: #fbf0f1;
  color: #CB1B19;
}
.ng-select.custom.search .ng-arrow-wrapper {
  padding: 0.375rem 1rem;
}
.ng-select.custom.search .ng-arrow-wrapper .ng-arrow {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2353 15.4205L13.9062 12.0952C16.2651 8.86495 15.5422 4.34258 12.3083 1.98639C9.07439 -0.369803 4.54689 0.352256 2.18803 3.58252C-0.170828 6.81279 0.552049 11.3352 3.78597 13.6913C6.31604 15.5345 9.75922 15.5345 12.2893 13.7104L15.6183 17.0356C16.0559 17.4917 16.7787 17.5297 17.2353 17.0926C17.6918 16.6556 17.7299 15.9335 17.2924 15.4775C17.2924 15.4585 17.2733 15.4395 17.2353 15.4205ZM8.06616 12.7983C5.32684 12.7983 3.12016 10.5941 3.12016 7.85787C3.12016 5.12165 5.32684 2.91747 8.06616 2.91747C10.8055 2.91747 13.0122 5.12165 13.0122 7.85787C13.0122 10.5751 10.7865 12.7983 8.06616 12.7983Z' fill='%23979797'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
}
.ng-select.is-emergency .ng-value {
  color: #CB1B19;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  color: #1D1917;
}
.ng-select .ng-select-container .ng-value-container .ng-value span.badge.badge-counts {
  display: none !important;
}
.ng-select.custom.ng-select-opened > .ng-select-container,
.ng-select.custom.ng-select-focused > .ng-select-container {
  background-color: #F6F5F3;
  border-color: #878079;
  color: #645D57;
  outline: 0;
  border: solid 1px transparent;
  box-shadow: 0 0 0 0.125rem #dfa700;
}
.ng-select.custom.ng-select-opened.ng-select-opened .ng-arrow-wrapper .ng-arrow,
.ng-select.custom.ng-select-focused.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  transform: rotate(180deg);
  transition: transform 0.35s;
}
.ng-select.custom.ng-select-disabled > .ng-select-container {
  background-color: #F6F5F3;
  cursor: not-allowed;
}
.ng-select.custom.ng-select-disabled > .ng-select-container .ng-value-container .ng-input > input {
  cursor: not-allowed;
}
.ng-select.custom.ng-select-disabled .ng-arrow-wrapper {
  display: none;
}
.ng-select.custom.is-invalid > .ng-select-container,
.ng-select.custom.ng-invalid.ng-touched > .ng-select-container,
.ng-select.custom.ng-invalid.ng-dirty > .ng-select-container {
  background: none;
  border: solid 0px transparent;
  box-shadow: 0 0 0 0.125rem #CB1B19;
}
.ng-select.custom .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select.custom .ng-select-container {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #645D57;
  background-color: #F6F5F3;
  background-clip: padding-box;
  border: 1px solid #878079;
  border-radius: 0.25rem;
  box-shadow: 0 0 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ng-select.custom .ng-select-container {
    transition: none;
  }
}
.ng-select.custom.ng-select-single .ng-select-container {
  height: calc(1em + 1.5625rem + 2px);
}
.ng-select.custom.ng-select-single .ng-select-container .ng-value-container {
  padding-left: 1rem;
  color: #1D1917;
  font-family: "Brown-light", sans-serif;
}
.ng-select.custom.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding: 0.6875rem 2rem 0.6875rem 1rem;
}
.ng-select.custom.ng-select-single .ng-select-container .ng-placeholder {
  color: #979797;
  text-transform: normal;
}
.ng-select.custom.ng-select-single .ng-select-container .ng-placeholder,
.ng-select.custom.ng-select-single .ng-select-container .ng-value {
  padding: 0.78125rem 0;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value-container {
  padding: calc(0.25rem - 1px) calc(0.25rem - 1px) 0;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-placeholder {
  color: #979797;
  padding: 0 0.8125rem;
  text-transform: normal;
  top: 50%;
  transform: translateY(-50%);
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value {
  background-color: #fff;
  border: 1px solid rgba(9, 8, 7, 0.1);
  border-radius: 0.25rem;
  height: auto;
  margin: 0.25rem;
  line-height: 1.5rem;
  padding: 0 0.3125rem;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value.ng-value-disabled {
  background-color: #c6c6c6;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: calc(1.5rem - 2px);
  vertical-align: top;
  color: #1D1917;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 0.1875rem 0.1875rem 0;
  transition: color 0.15s ease-in-out;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-icon:hover {
  color: #000;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-icon.right {
  border-radius: 0 0.25rem 0.25rem 0;
  margin-left: 0.125rem;
}
.ng-select.custom.ng-select-multiple .ng-select-container .ng-input {
  height: 33px;
  padding: 0.375rem calc(1rem - 1rem * 0.25);
}
.ng-select.custom.ng-select-multiple .ng-dropdown-panel-items .ng-option-selected {
  position: relative;
}
.ng-select.custom.ng-select-multiple .ng-dropdown-panel-items .ng-option-selected::after {
  font-family: "General Icons";
  content: "\e92f";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  font-size: 1.5rem;
  color: #1D1917;
}
.ng-select.custom .ng-clear-wrapper {
  padding: 0 0.5rem;
  width: auto;
}
.ng-select.custom .ng-clear-wrapper .ng-clear {
  color: transparent;
  line-height: 38px;
  position: relative;
  width: 1rem;
}
.ng-select.custom .ng-clear-wrapper .ng-clear::before {
  color: #c6c6c6;
  content: "p";
  font-family: "Atelier Icons";
  font-size: 1rem;
  position: absolute;
}
.ng-select.custom .ng-arrow-wrapper {
  line-height: 38px;
  padding: 0 1rem 0 0.5rem;
}
.ng-select.custom .ng-arrow-wrapper .ng-arrow {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%231D1917'/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 12px;
}
.ng-select.custom img {
  margin-right: 0.5rem;
  vertical-align: top;
}
.ng-select.custom .ng-option.ng-option-disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container {
  height: 2rem;
  font-size: 0.75rem;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-value-container {
  padding-left: 0.5rem;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-value-container .ng-value {
  padding: 0.65625rem 0;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding: 0.65625rem 1.5rem 0.65625rem 0.5rem;
  height: 2rem;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-value-container .ng-input > input {
  height: 0.6875rem;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  padding: 0.65625rem 1.5rem 0.65625rem 0;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-select-container .ng-arrow-wrapper {
  line-height: 1.875rem;
  padding-right: 0.5rem;
}
.ng-select.custom.ng-select-sm.ng-select-single .ng-dropdown-panel .ng-option {
  height: 2rem;
  padding: 0.65625rem 0.5rem;
  font-size: 0.75rem;
}
.ng-select.custom.ng-select-sm .ng-clear-wrapper {
  padding: 0 0 0 0.5rem;
}
.ng-select.custom.ng-select-sm .ng-clear-wrapper .ng-clear {
  line-height: 1.875rem;
}
.ng-select.custom.ng-select-sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem 1rem;
}
.ng-select.avatars.ng-select-single .ng-select-container .ng-value-container .ng-value {
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}
.ng-select.avatars .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.ng-select[class*=text-] .ng-placeholder {
  text-transform: inherit !important;
}
.ng-dropdown-panel {
  background: #fff;
  border: 1px solid rgba(9, 8, 7, 0.1);
  border-radius: pacer("xxxs");
  padding: pacer("xxxs");
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% + 2px);
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% + 2px);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 1;
  padding: 0.75rem;
  font-family: "Brown-light", sans-serif;
  line-height: 1.25rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: rgba(29, 25, 23, 0.05);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgba(29, 25, 23, 0.05);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .custom-checkbox {
  min-height: 1rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .custom-control-label {
  cursor: pointer;
  line-height: 1rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .custom-control-label .form-label__wrapper {
  top: 1px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .custom-control-label::before,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .custom-control-label::after {
  top: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 2rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  font-weight: 500;
  line-height: 1;
  padding: calc(0.78125rem + 1px) 1rem;
}
.ng-select.custom.dynamic-panel.align-dropdown-right .ng-dropdown-panel {
  right: 0;
}
.ng-select.custom.dynamic-panel .ng-dropdown-panel {
  width: auto;
  min-width: 100%;
}
.ng-select.custom.dynamic-panel .ng-dropdown-panel .ng-dropdown-panel-items {
  overflow-x: visible;
}
.ng-select.custom.dynamic-panel .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  overflow: visible;
  text-overflow: clip;
}
input.inline-edit {
  border: 0;
  outline: 0;
  background: transparent;
  line-height: normal;
}
.card-holder {
  border: solid 1px rgba(9, 8, 7, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
}
.card-holder .header h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.5rem;
}
.card-holder .header h4 em {
  font-size: 1.5rem;
}
.card-holder .header button.edit {
  line-height: 0;
  background: transparent;
}
.card-holder hr {
  color: rgba(9, 8, 7, 0.1);
}
.card-holder dt,
.card-holder dd {
  line-height: 1.5rem;
}
.card-holder dt {
  font-size: 1rem;
}
.card-holder dd {
  font-family: "Brown-light", sans-serif;
}
.excel-uploader-holder {
  border: dashed 2px rgba(42, 37, 35, 0.2);
  border-radius: 0.5rem;
  min-height: 8.188rem;
}
.excel-uploader-holder.bg-modal-grey {
  background-color: #F6F5F3;
}
.image-uploader-holder {
  border: dashed 2px rgba(42, 37, 35, 0.2);
  border-radius: 0.5rem;
  min-height: 8.188rem;
}
.image-uploader-holder.bg-modal-grey {
  background-color: #F6F5F3;
}
div.file-spinner {
  display: none;
  border: 2px solid #DFA700;
  border-radius: 50%;
  border-top: 2px solid transparent;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}
div.file-spinner.file-spinner__big {
  width: 2.5rem;
  height: 2.5rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
span.delete-image {
  background: #fff;
  right: -11px;
  top: -11px;
  line-height: 0;
  padding: 0.3125rem;
  border-radius: 50%;
  cursor: pointer;
  color: #1D1917;
}
div.file-icon {
  background-color: #F6F5F3;
}
div.file-icon:not(.position-absolute) {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
div.file-icon.file-icon__loading.position-absolute {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}
div.file-icon.file-icon__loading .file-spinner {
  display: block;
}
div.file-icon:not(.file-icon__loading, .position-absolute) {
  background-image: url("./media/file-icon.svg");
}
.files-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.files-list li {
  background-color: #fff;
  border: solid 1px rgba(42, 37, 35, 0.2);
  border-radius: 0.25rem;
  padding: 0.75rem;
  cursor: pointer;
}
.files-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.files-list li span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1D1917;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.files-list li div.file-details {
  width: 50%;
  flex: 1;
}
.files-list li div.file-action {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("./media/trash-icon.svg");
}
.status {
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  line-height: 1rem;
  font-size: 0.75rem;
  font-family: "Brown-regular", sans-serif;
}
.status__required {
  background-color: #FEEACF;
  border: solid 1px #FEC964;
}
.status__approved {
  background-color: #D9FFE8;
  border: solid 1px #AAFFCF;
}
.status__rejected {
  background-color: #FDE8E8;
  border: solid 1px #FBC3C3;
}
html.dark-theme span.delete-image {
  background-color: #C8C6C3;
}
html.dark-theme .ng-select.custom > .ng-select-container {
  background-color: #191614;
  border-color: #5b5653;
  color: #908c89;
}
html.dark-theme .ng-select.custom.ng-select-opened > .ng-select-container,
html.dark-theme .ng-select.custom.ng-select-focused > .ng-select-container {
  background-color: #191614;
  border-color: #5b5653;
  color: #908c89;
}
html.dark-theme .ng-select.custom.ng-select-single .ng-select-container .ng-value-container {
  color: #908c89;
}
html.dark-theme .ng-select.custom .ng-clear-wrapper .ng-clear::before {
  color: #5b5653;
}
html.dark-theme .ng-select.custom .ng-arrow-wrapper .ng-arrow {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0006 4.97656L10.1256 0.851562L11.3039 2.0299L6.0006 7.33323L0.697266 2.0299L1.8756 0.851562L6.0006 4.97656Z' fill='%235b5653'/%3E%3C/svg%3E%0A");
}
html.dark-theme .ng-select.custom .ng-dropdown-panel {
  color: #F9F8F7;
  background: #37322F;
}
html.dark-theme .ng-select.custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
html.dark-theme .ng-select.custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked,
html.dark-theme .ng-select.custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #211E1B;
}
html.dark-theme .ng-select.custom.ng-select-multiple .ng-select-container .ng-placeholder {
  color: #908c89;
}
html.dark-theme .ng-select.custom.ng-select-multiple .ng-select-container .ng-value {
  background-color: #37322F;
  border: 1px solid rgba(246, 245, 243, 0.1);
}
html.dark-theme .ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-label {
  color: #F9F8F7;
}
html.dark-theme .ng-select.custom.ng-select-multiple .ng-select-container .ng-value .ng-value-icon:hover {
  color: #e8e8e8;
}
html.dark-theme .ng-select.custom.ng-select-multiple .ng-dropdown-panel-items .ng-option-selected::after {
  color: #908c89;
}
html.dark-theme .custom-checkbox .checkmark {
  background-color: #9D9A97;
  border: solid 1px #9D9A97;
}
html.dark-theme .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #9D9A97;
  border: solid 1px #9D9A97;
}
html.dark-theme .custom-checkbox input[type=checkbox]:checked + .checkmark:after {
  border: solid #211E1B;
  border-width: 0 0.125rem 0.125rem 0;
}
html.dark-theme .excel-uploader-holder {
  border: dashed 2px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
html.dark-theme .excel-uploader-holder.bg-modal-grey {
  background-color: transparent;
}
html.dark-theme .image-uploader-holder {
  border: dashed 2px rgba(255, 255, 255, 0.2);
}
html.dark-theme .image-uploader-holder.bg-modal-grey {
  background-color: transparent;
}
html.dark-theme .files-list li {
  background-color: #211E1B;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
html.dark-theme .files-list li span {
  color: #F9F8F7;
}
html.dark-theme .files-list li div.file-icon {
  background-image: url("./media/file-icon-dark.svg");
}
html.dark-theme .files-list li div.file-action {
  background-image: url("./media/trash-icon-dark.svg");
}
html.dark-theme .status__required {
  background-color: #BC6B20;
  border: solid 1px #2D2616;
}
html.dark-theme .status__approved {
  background-color: #22714C;
  border: solid 1px #0C150F;
}
html.dark-theme .status__rejected {
  background-color: #CB1B19;
  border: solid 1px #401D18;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(42, 37, 35, 0.2);
  color: #615A54;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  font-size: 1rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  transition: border-bottom 0.15s ease-in-out;
  border-color: #1D1917;
}
.nav-tabs .nav-link.disabled {
  color: #979797;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .day-nav-item .nav-link {
  min-width: 5.625rem;
  padding: 0.5rem 0.25rem;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1D1917;
  background-color: transparent;
  border-bottom: solid 2px #1D1917;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  align-items: center;
  display: flex;
  min-height: 3rem;
  height: 100%;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  transition: border-color 0.15s ease-in-out;
}
.filters-container {
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  background-color: #fff;
  color: #615A54;
  border-radius: 999px;
}
.filters-container li a {
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  cursor: pointer;
}
.filters-container li a.active,
.filters-container li a:hover {
  background-color: #1D1917;
  color: #fff !important;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #1D1917;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:last-child):after {
  content: " / ";
  margin: 0 0.75rem;
  color: #79736c;
}
.breadcrumbs li a {
  color: #946d00;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-color: #c6c0b6;
  text-underline-offset: 0.25rem;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
html.dark-theme .nav-tabs .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #D6D5D2;
}
html.dark-theme .nav-tabs .nav-link:hover,
html.dark-theme .nav-tabs .nav-link:focus {
  border-color: #C8C6C3;
}
html.dark-theme .nav-tabs .nav-link.active,
html.dark-theme .nav-tabs .nav-item.show .nav-link {
  color: #F9F8F7;
  border-bottom: solid 2px #C8C6C3;
}
html.dark-theme .filters-container {
  background-color: #110F0E;
  color: #D6D5D2;
}
html.dark-theme .filters-container li a.active,
html.dark-theme .filters-container li a:hover {
  background-color: #37322F;
  color: #F9F8F7;
}
html.dark-theme .breadcrumbs {
  color: #F9F8F7;
}
@media print {
  .accordion > .panel:last-of-type > .card {
    border-bottom: none !important;
  }
}
.accordion .card {
  border: 0;
}
@media print {
  .accordion .card {
    border-bottom: 1px solid #000 !important;
  }
  .accordion .card:not(.allow-break) {
    break-inside: avoid !important;
    display: inline-block !important;
    width: 100% !important;
  }
  .accordion .card .panel-body .btn-link {
    display: none !important;
  }
}
.accordion .card .card-header {
  background-color: transparent;
  border-bottom-color: transparent;
  border-top: 1px solid transparent;
  margin-bottom: 0;
  padding: calc(1.5rem - 1px) 1.5rem;
  position: relative;
  transition: background-color 150ms ease-in-out, border-top-color 150ms ease-in-out;
}
.accordion .card .card-header .btn {
  align-items: center;
  display: flex;
}
.accordion .card .card-header:hover {
  background-color: #fafafa;
}
.accordion .card--parent > .card-header {
  padding: 2.5rem 1.5rem calc(2.5rem - 1px);
}
.accordion .card--parent > .card-header .btn {
  color: #13100D;
  font-size: 1.75rem;
}
.accordion .card--parent > .card-header::after {
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M24 6.09389C24 6.36266 23.9182 6.60454 23.7273 6.81956L12.8207 18.6452C12.4117 19.0752 11.7301 19.129 11.2665 18.7258C11.2393 18.699 11.212 18.6721 11.1847 18.6452L0.278131 6.81955C-0.130866 6.36265 -0.0763328 5.69074 0.359931 5.31447C0.796195 4.9382 1.47786 4.96508 1.88686 5.3951L12.0027 16.307L22.0913 5.36823C22.5003 4.91133 23.182 4.88445 23.6183 5.26072C23.8637 5.47573 24 5.77137 24 6.09389Z" fill="%23000"/%3E%3C/svg%3E%0A');
  height: 1.5rem;
  transition: transform 300ms ease-in-out;
  width: 1.5rem;
}
.accordion .card.px-0 .card-header {
  padding-left: 0;
  padding-right: 0;
}
.accordion .card.px-0 .card-header::after {
  right: 0;
}
.accordion .card-header .btn,
.accordion .card-header .btn-group .btn:not(.btn-link):not(.btn-icon),
.btn-group .accordion .card-header .btn:not(.btn-link):not(.btn-icon) {
  border: 0;
  color: #000;
  font-size: 1.2115384575rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.accordion .card-header .btn [class^=icon-] {
  font-size: 1.5rem;
  margin-right: 1rem;
  max-height: none;
}
.accordion .card-header::after {
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 4.06243C16 4.24161 15.9455 4.40287 15.8182 4.54621L8.54715 12.43C8.27449 12.7167 7.82004 12.7525 7.51102 12.4837C7.49285 12.4658 7.47467 12.4479 7.45649 12.43L0.18542 4.54621C-0.087244 4.24161 -0.0508881 3.79367 0.239954 3.54282C0.530797 3.29197 0.985238 3.30989 1.2579 3.59657L8.00182 10.8711L14.7276 3.57865C15.0002 3.27405 15.4547 3.25614 15.7455 3.50698C15.9091 3.65032 16 3.84742 16 4.06243Z" fill="%23000"/%3E%3C/svg%3E%0A');
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition: transform 300ms ease-in-out;
  transform: translateY(-50%);
  width: 1rem;
}
.accordion--sm .card .card-header {
  padding: calc(0.25rem - 1px) 1.5rem;
}
.accordion--sm .card .card-header .btn {
  font-size: 0.875rem;
}
.accordion--sm .card .card-header::after {
  background-image: url('data:image/svg+xml,%3Csvg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.7144 2.79342C12.7144 2.8663 12.6871 2.93917 12.6326 2.99748L6.90872 9.41063C6.79969 9.52724 6.63615 9.52724 6.52713 9.42521C6.52713 9.42521 6.52713 9.42521 6.5135 9.41063L0.78963 2.99748C0.680604 2.88087 0.694232 2.69139 0.803258 2.58937C0.912284 2.47276 1.08945 2.48734 1.18485 2.60394L6.71792 8.78389L12.251 2.58937C12.36 2.47276 12.5236 2.47276 12.6326 2.57479C12.6871 2.63309 12.7144 2.72054 12.7144 2.79342Z" fill="%23000"/%3E%3C/svg%3E%0A');
  height: 0.75rem;
  width: 0.75rem;
}
.accordion .panel-open > .card {
  border-bottom: 1px solid #bde4ea;
}
.accordion .panel-open > .card > .card-header {
  border-bottom-color: transparent;
  border-top-color: #bde4ea;
}
.accordion .panel-open > .card > .card-header::after {
  transform: rotate(-180deg) translateY(50%);
}
.accordion .panel-open + .panel-open > .card > .card-header {
  border-color: transparent;
}
.accordion .card-body {
  padding: 0;
}
.accordion .card-body .card-content {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #F6F5F3;
}
.accordion .card-body .card-content--white {
  background-color: #fff;
}
.accordion .card-body .card-content--is-empty {
  background-color: #eef7f9;
  padding: 1.5rem;
}
.accordion .card-body .card-content--is-empty .row {
  min-height: 3rem;
  padding: 0;
}
.accordion .card-body .row {
  padding: 0.25rem 0.5rem;
}
.accordion .card-body .row--lightest-grey {
  border-bottom: 1px solid #e8e8e8;
  background-color: #F6F5F3;
  padding-bottom: calc(0.25rem - 1px);
  padding-top: 0.25rem;
}
.accordion .card-body .row--lightest-grey.pb-0,
.accordion .card-body .row--lightest-grey.py-0 {
  padding-bottom: calc(0 - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxxs,
.accordion .card-body .row--lightest-grey.py-xxxs {
  padding-bottom: calc(0.25rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-1,
.accordion .card-body .row--lightest-grey.py-1 {
  padding-bottom: calc(0.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxs,
.accordion .card-body .row--lightest-grey.py-xxs {
  padding-bottom: calc(0.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-2,
.accordion .card-body .row--lightest-grey.py-2 {
  padding-bottom: calc(1rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xs,
.accordion .card-body .row--lightest-grey.py-xs {
  padding-bottom: calc(1rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-3,
.accordion .card-body .row--lightest-grey.py-3 {
  padding-bottom: calc(1.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-sm,
.accordion .card-body .row--lightest-grey.py-sm {
  padding-bottom: calc(1.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-4,
.accordion .card-body .row--lightest-grey.py-4 {
  padding-bottom: calc(2rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-md,
.accordion .card-body .row--lightest-grey.py-md {
  padding-bottom: calc(2rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-5,
.accordion .card-body .row--lightest-grey.py-5 {
  padding-bottom: calc(2.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-lg,
.accordion .card-body .row--lightest-grey.py-lg {
  padding-bottom: calc(2.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-6,
.accordion .card-body .row--lightest-grey.py-6 {
  padding-bottom: calc(3rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xl,
.accordion .card-body .row--lightest-grey.py-xl {
  padding-bottom: calc(3rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxl,
.accordion .card-body .row--lightest-grey.py-xxl {
  padding-bottom: calc(3.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxxl,
.accordion .card-body .row--lightest-grey.py-xxxl {
  padding-bottom: calc(4rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxxxl,
.accordion .card-body .row--lightest-grey.py-xxxxl {
  padding-bottom: calc(4.5rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxxxxl,
.accordion .card-body .row--lightest-grey.py-xxxxxl {
  padding-bottom: calc(9rem - 1px) !important;
}
.accordion .card-body .row--lightest-grey.pb-xxxxxxl,
.accordion .card-body .row--lightest-grey.py-xxxxxxl {
  padding-bottom: calc(10rem - 1px) !important;
}
.accordion .card-body .row--lightest-blue {
  background-color: #eef7f9;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.accordion .card-body .row--lightest-blue + .row--lightest-blue {
  border-top: 1px solid #e8e8e8;
  padding-top: calc(0.5rem - 1px);
}
.accordion .card-body .row--increased-padding {
  padding-bottom: calc(0.75rem - 1px);
  padding-top: 0.75rem;
}
.accordion:not(.accordion--parent) .accordion .card-header {
  padding: 0.25rem 1.5rem 0.1875rem;
}
.accordion:not(.accordion--parent) .accordion .card-header .btn {
  font-size: 0.875rem;
}
.accordion:not(.accordion--parent) .accordion .card-header::after {
  background-image: url('data:image/svg+xml,%3Csvg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.7144 2.79342C12.7144 2.8663 12.6871 2.93917 12.6326 2.99748L6.90872 9.41063C6.79969 9.52724 6.63615 9.52724 6.52713 9.42521C6.52713 9.42521 6.52713 9.42521 6.5135 9.41063L0.78963 2.99748C0.680604 2.88087 0.694232 2.69139 0.803258 2.58937C0.912284 2.47276 1.08945 2.48734 1.18485 2.60394L6.71792 8.78389L12.251 2.58937C12.36 2.47276 12.5236 2.47276 12.6326 2.57479C12.6871 2.63309 12.7144 2.72054 12.7144 2.79342Z" fill="%23000"/%3E%3C/svg%3E%0A');
  height: 0.75rem;
  width: 0.75rem;
}
.accordion:not(.accordion--parent) .accordion--white .card-header {
  background-color: #fff;
}
.accordion:not(.accordion--parent) .accordion > *:last-child > .card {
  border-bottom: 0;
  margin-bottom: 0;
}
.accordion .table thead th {
  border-top: 1px solid transparent;
  font-size: 0.875rem;
}
.accordion .table tr th,
.accordion .table tr td {
  padding-bottom: calc(0.5rem - 1px);
}
.accordion .table tr th:first-child,
.accordion .table tr td:first-child {
  padding-left: 1.5rem;
}
.accordion .table tr th:last-child,
.accordion .table tr td:last-child {
  padding-right: 1.5rem;
}
.badge {
  min-width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-notification {
  color: #645D57;
  background-color: #DFA700;
  color: #000;
}
a.badge-notification:hover,
a.badge-notification:focus {
  color: #645D57;
  background-color: #ac8100;
}
a.badge-notification:focus,
a.badge-notification.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.5);
}
.badge-counts {
  color: #fff;
  background-color: #1D1917;
  color: #fff;
  display: inline-block;
  width: 1.438rem;
  height: 1.438rem;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  min-width: auto;
  text-align: center;
  line-height: 0.875rem;
  border-radius: 50%;
}
a.badge-counts:hover,
a.badge-counts:focus {
  color: #fff;
  background-color: #010000;
}
a.badge-counts:focus,
a.badge-counts.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.5);
}
.badge-counts--archived {
  background-color: #B5B0A6;
  color: #fff;
}
html.dark-theme .badge-counts {
  background-color: #D6D5D2;
  color: #141210;
}
.alert {
  border-radius: 0;
  align-items: flex-start;
  background-color: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  font-weight: 400;
  font-size: 1rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25rem;
  min-height: 3rem;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 1030;
  margin: 0;
}
.alert p a {
  color: #fff;
  text-decoration: underline;
}
.alert p a:hover {
  text-decoration: none;
}
.alert-dismissible .close {
  display: none;
}
.alert-primary-disabled-bg {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-disabled-bg hr {
  border-top-color: #cbc5b7;
}
.alert-primary-disabled-bg .alert-link {
  color: black;
}
.alert-primary-disabled-color {
  color: #000;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-primary-disabled-color .alert-link {
  color: black;
}
.alert-secondary-disabled-color {
  color: #000;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-secondary-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-secondary-disabled-color .alert-link {
  color: black;
}
.alert-container-grey {
  color: #000;
  background-color: #cececd;
  border-color: #090807;
}
.alert-container-grey hr {
  border-top-color: black;
}
.alert-container-grey .alert-link {
  color: black;
}
.alert-darkest-eastern-blue {
  color: #000;
  background-color: #d0e2e7;
  border-color: #126c89;
}
.alert-darkest-eastern-blue hr {
  border-top-color: #0f5a72;
}
.alert-darkest-eastern-blue .alert-link {
  color: black;
}
.alert-darker-eastern-blue {
  color: #000;
  background-color: #d0e7ef;
  border-color: #1587ad;
}
.alert-darker-eastern-blue hr {
  border-top-color: #127596;
}
.alert-darker-eastern-blue .alert-link {
  color: black;
}
.alert-link-hover-yellow {
  color: #000;
  background-color: #f1e7cc;
  border-color: #b78900;
}
.alert-link-hover-yellow hr {
  border-top-color: #9e7600;
}
.alert-link-hover-yellow .alert-link {
  color: black;
}
.alert-eastern-blue {
  color: #000;
  background-color: #d1ecf0;
  border-color: #18a2b6;
}
.alert-eastern-blue hr {
  border-top-color: #158e9f;
}
.alert-eastern-blue .alert-link {
  color: black;
}
.alert-aqua {
  color: #000;
  background-color: #d0cfcf;
  border-color: #13100d;
}
.alert-aqua hr {
  border-top-color: #040303;
}
.alert-aqua .alert-link {
  color: black;
}
.alert-cerulean {
  color: #000;
  background-color: #ccedf7;
  border-color: #00a7d8;
}
.alert-cerulean hr {
  border-top-color: #0093bf;
}
.alert-cerulean .alert-link {
  color: black;
}
.alert-light-blue {
  color: #000;
  background-color: #f2fafb;
  border-color: #bde4ea;
}
.alert-light-blue hr {
  border-top-color: #aadce4;
}
.alert-light-blue .alert-link {
  color: black;
}
.alert-lighter-blue {
  color: #000;
  background-color: #f5fafc;
  border-color: #cce8f0;
}
.alert-lighter-blue hr {
  border-top-color: #b8dfea;
}
.alert-lighter-blue .alert-link {
  color: black;
}
.alert-lightest-blue {
  color: #000;
  background-color: #fcfdfe;
  border-color: #eef7f9;
}
.alert-lightest-blue hr {
  border-top-color: #dbeef2;
}
.alert-lightest-blue .alert-link {
  color: black;
}
.alert-outer-space {
  color: #000;
  background-color: #d4d7d8;
  border-color: #27383c;
}
.alert-outer-space hr {
  border-top-color: #1d2a2d;
}
.alert-outer-space .alert-link {
  color: black;
}
.alert-play-pause {
  color: #000;
  background-color: #ccf7f0;
  border-color: #02d5b5;
}
.alert-play-pause hr {
  border-top-color: #02bca0;
}
.alert-play-pause .alert-link {
  color: black;
}
.alert-stop {
  color: #000;
  background-color: #fadede;
  border-color: #e55c5a;
}
.alert-stop hr {
  border-top-color: #e24644;
}
.alert-stop .alert-link {
  color: black;
}
.alert-save {
  color: #000;
  background-color: #f1dbeb;
  border-color: #b84a99;
}
.alert-save hr {
  border-top-color: #a7428a;
}
.alert-save .alert-link {
  color: black;
}
.alert-error-red {
  color: #000;
  background-color: #f5d1d1;
  border-color: #cb1b19;
}
.alert-error-red hr {
  border-top-color: #b41816;
}
.alert-error-red .alert-link {
  color: black;
}
.alert-error-pink {
  color: #000;
  background-color: #fdf7f8;
  border-color: #f4d9dc;
}
.alert-error-pink hr {
  border-top-color: #eec5ca;
}
.alert-error-pink .alert-link {
  color: black;
}
.alert-field-validation {
  color: #000;
  background-color: #fefcfc;
  border-color: #fbf0f1;
}
.alert-field-validation hr {
  border-top-color: #f6dcde;
}
.alert-field-validation .alert-link {
  color: black;
}
.alert-notifications-pink {
  color: #000;
  background-color: #fddfdf;
  border-color: #f45d5d;
}
.alert-notifications-pink hr {
  border-top-color: #f24545;
}
.alert-notifications-pink .alert-link {
  color: black;
}
.alert-notifications-grey {
  color: #000;
  background-color: #eaeaea;
  border-color: #979797;
}
.alert-notifications-grey hr {
  border-top-color: #8a8a8a;
}
.alert-notifications-grey .alert-link {
  color: black;
}
.alert-notifications-yellow {
  color: #000;
  background-color: #f9edcc;
  border-color: #dfa700;
}
.alert-notifications-yellow hr {
  border-top-color: #c69400;
}
.alert-notifications-yellow .alert-link {
  color: black;
}
.alert-notifications-yellow-dark {
  color: #000;
  background-color: #f5eacc;
  border-color: #cb9700;
}
.alert-notifications-yellow-dark hr {
  border-top-color: #b28400;
}
.alert-notifications-yellow-dark .alert-link {
  color: black;
}
.alert-warning-amber {
  color: #000;
  background-color: #fbe2d3;
  border-color: #ed7021;
}
.alert-warning-amber hr {
  border-top-color: #e26312;
}
.alert-warning-amber .alert-link {
  color: black;
}
.alert-warning-light-orange {
  color: #000;
  background-color: #fffcfa;
  border-color: #fdefe7;
}
.alert-warning-light-orange hr {
  border-top-color: #fbdfcf;
}
.alert-warning-light-orange .alert-link {
  color: black;
}
.alert-success-green {
  color: #000;
  background-color: #d3f0dd;
  border-color: #21b254;
}
.alert-success-green hr {
  border-top-color: #1d9c4a;
}
.alert-success-green .alert-link {
  color: black;
}
.alert-check-in {
  color: #000;
  background-color: #cce6dd;
  border-color: #008453;
}
.alert-check-in hr {
  border-top-color: #006b43;
}
.alert-check-in .alert-link {
  color: black;
}
.alert-success-light-green {
  color: #000;
  background-color: #fbfdfc;
  border-color: #e9f7ee;
}
.alert-success-light-green hr {
  border-top-color: #d6f0e0;
}
.alert-success-light-green .alert-link {
  color: black;
}
.alert-info-yellow {
  color: #000;
  background-color: #f9edcc;
  border-color: #dfa700;
}
.alert-info-yellow hr {
  border-top-color: #c69400;
}
.alert-info-yellow .alert-link {
  color: black;
}
.alert-info-light-yellow {
  color: #000;
  background-color: #fefefb;
  border-color: #fcf8ec;
}
.alert-info-light-yellow hr {
  border-top-color: #f9f0d6;
}
.alert-info-light-yellow .alert-link {
  color: black;
}
.alert-sticker-green {
  color: #000;
  background-color: #defbe3;
  border-color: #58ea71;
}
.alert-sticker-green hr {
  border-top-color: #41e75e;
}
.alert-sticker-green .alert-link {
  color: black;
}
.alert-sticker-blue {
  color: #000;
  background-color: #dcebff;
  border-color: #509dff;
}
.alert-sticker-blue hr {
  border-top-color: #378fff;
}
.alert-sticker-blue .alert-link {
  color: black;
}
.alert-sticker-purple {
  color: #000;
  background-color: #ecdcfa;
  border-color: #a150e6;
}
.alert-sticker-purple hr {
  border-top-color: #953ae3;
}
.alert-sticker-purple .alert-link {
  color: black;
}
.alert-sticker-pink {
  color: #000;
  background-color: #fcd7ee;
  border-color: #f037a9;
}
.alert-sticker-pink hr {
  border-top-color: #ee1f9f;
}
.alert-sticker-pink .alert-link {
  color: black;
}
.alert-sticker-yellow {
  color: #000;
  background-color: #fdf9cc;
  border-color: #f7df00;
}
.alert-sticker-yellow hr {
  border-top-color: #dec800;
}
.alert-sticker-yellow .alert-link {
  color: black;
}
.alert-sticker-orange {
  color: #000;
  background-color: #fdf0cd;
  border-color: #f3b203;
}
.alert-sticker-orange hr {
  border-top-color: #daa003;
}
.alert-sticker-orange .alert-link {
  color: black;
}
.alert-category-designs {
  color: #000;
  background-color: #dfd2e3;
  border-color: #5f1d75;
}
.alert-category-designs hr {
  border-top-color: #4e1861;
}
.alert-category-designs .alert-link {
  color: black;
}
.alert-category-samples {
  color: #000;
  background-color: #d3f0dd;
  border-color: #21b254;
}
.alert-category-samples hr {
  border-top-color: #1d9c4a;
}
.alert-category-samples .alert-link {
  color: black;
}
.alert-category-products {
  color: #000;
  background-color: #faded0;
  border-color: #e75a13;
}
.alert-category-products hr {
  border-top-color: #cf5111;
}
.alert-category-products .alert-link {
  color: black;
}
.alert-category-orders {
  color: #000;
  background-color: #d6e9f6;
  border-color: #3091d3;
}
.alert-category-orders hr {
  border-top-color: #2983c1;
}
.alert-category-orders .alert-link {
  color: black;
}
.alert-category-quality-control {
  color: #000;
  background-color: #fadbec;
  border-color: #e84ca0;
}
.alert-category-quality-control hr {
  border-top-color: #e53594;
}
.alert-category-quality-control .alert-link {
  color: black;
}
.alert-category-account {
  color: #000;
  background-color: #feedd0;
  border-color: #fca313;
}
.alert-category-account hr {
  border-top-color: #f29703;
}
.alert-category-account .alert-link {
  color: black;
}
.alert-category-sales {
  color: #000;
  background-color: #d5f1ed;
  border-color: #2fbaa3;
}
.alert-category-sales hr {
  border-top-color: #2aa691;
}
.alert-category-sales .alert-link {
  color: black;
}
.alert-tag-background {
  color: #000;
  background-color: #fefcff;
  border-color: #f8eefe;
}
.alert-tag-background hr {
  border-top-color: #eed6fd;
}
.alert-tag-background .alert-link {
  color: black;
}
.alert-tag-border {
  color: #000;
  background-color: #f2ebf6;
  border-color: #bd9ad1;
}
.alert-tag-border hr {
  border-top-color: #b288c9;
}
.alert-tag-border .alert-link {
  color: black;
}
.alert-off-white {
  color: #000;
  background-color: #fefefe;
  border-color: #fafafa;
}
.alert-off-white hr {
  border-top-color: #ededed;
}
.alert-off-white .alert-link {
  color: black;
}
.alert-lightest-grey {
  color: #000;
  background-color: #fdfdfd;
  border-color: #f6f5f3;
}
.alert-lightest-grey hr {
  border-top-color: #ebe9e4;
}
.alert-lightest-grey .alert-link {
  color: black;
}
.alert-light-grey {
  color: #000;
  background-color: #f4f4f4;
  border-color: #c6c6c6;
}
.alert-light-grey hr {
  border-top-color: #b9b9b9;
}
.alert-light-grey .alert-link {
  color: black;
}
.alert-grey {
  color: #000;
  background-color: #fafafa;
  border-color: #e8e8e8;
}
.alert-grey hr {
  border-top-color: #dbdbdb;
}
.alert-grey .alert-link {
  color: black;
}
.alert-mid-grey {
  color: #000;
  background-color: #f4f4f4;
  border-color: #c6c6c6;
}
.alert-mid-grey hr {
  border-top-color: #b9b9b9;
}
.alert-mid-grey .alert-link {
  color: black;
}
.alert-darkest-mid-grey {
  color: #000;
  background-color: #eaeaea;
  border-color: #979797;
}
.alert-darkest-mid-grey hr {
  border-top-color: #8a8a8a;
}
.alert-darkest-mid-grey .alert-link {
  color: black;
}
.alert-dark-grey {
  color: #000;
  background-color: #e0dfdd;
  border-color: #645d57;
}
.alert-dark-grey hr {
  border-top-color: #56504b;
}
.alert-dark-grey .alert-link {
  color: black;
}
.alert-darkest-grey {
  color: #000;
  background-color: #d3d4d5;
  border-color: #232a2b;
}
.alert-darkest-grey hr {
  border-top-color: #181c1d;
}
.alert-darkest-grey .alert-link {
  color: black;
}
.alert-light {
  color: #000;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: black;
}
.alert-dark {
  color: #000;
  background-color: #e0dfdd;
  border-color: #645d57;
}
.alert-dark hr {
  border-top-color: #56504b;
}
.alert-dark .alert-link {
  color: black;
}
.alert-editable-cell {
  color: #000;
  background-color: #fdfdff;
  border-color: #f5f7ff;
}
.alert-editable-cell hr {
  border-top-color: #dce3ff;
}
.alert-editable-cell .alert-link {
  color: black;
}
.alert-dark-aubergine {
  color: #000;
  background-color: #d8d5d9;
  border-color: #3b2e41;
}
.alert-dark-aubergine hr {
  border-top-color: #2d2332;
}
.alert-dark-aubergine .alert-link {
  color: black;
}
.alert-version-highlight {
  color: #000;
  background-color: #fefceb;
  border-color: #fcf299;
}
.alert-version-highlight hr {
  border-top-color: #fbef80;
}
.alert-version-highlight .alert-link {
  color: black;
}
.alert-pending-blue {
  color: #000;
  background-color: #cce4f0;
  border-color: #007ab2;
}
.alert-pending-blue hr {
  border-top-color: #006999;
}
.alert-pending-blue .alert-link {
  color: black;
}
.alert-datepicker-header-border-color {
  color: #000;
  background-color: #d4d3d3;
  border-color: #2a2523;
}
.alert-datepicker-header-border-color hr {
  border-top-color: #1c1917;
}
.alert-datepicker-header-border-color .alert-link {
  color: black;
}
.alert-primary-outline-background {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background .alert-link {
  color: black;
}
.alert-primary-outline-border {
  color: #000;
  background-color: rgba(250, 250, 250, 0.832);
  border-color: rgba(0, 0, 0, 0.16);
}
.alert-primary-outline-border hr {
  border-top-color: rgba(0, 0, 0, 0.16);
}
.alert-primary-outline-border .alert-link {
  color: black;
}
.alert-primary-outline-hover-background {
  color: #000;
  background-color: rgba(254, 254, 254, 0.81);
  border-color: rgba(29, 25, 23, 0.05);
}
.alert-primary-outline-hover-background hr {
  border-top-color: rgba(15, 13, 12, 0.05);
}
.alert-primary-outline-hover-background .alert-link {
  color: black;
}
.alert-primary-outline-hover-border {
  color: #000;
  background-color: rgba(247, 247, 247, 0.848);
  border-color: rgba(0, 0, 0, 0.24);
}
.alert-primary-outline-hover-border hr {
  border-top-color: rgba(0, 0, 0, 0.24);
}
.alert-primary-outline-hover-border .alert-link {
  color: black;
}
.alert-primary-outline-active-background {
  color: #000;
  background-color: rgba(252, 252, 252, 0.83);
  border-color: rgba(121, 115, 108, 0.15);
}
.alert-primary-outline-active-background hr {
  border-top-color: rgba(108, 102, 96, 0.15);
}
.alert-primary-outline-active-background .alert-link {
  color: black;
}
.alert-primary-outline-active-border {
  color: #000;
  background-color: rgba(243, 243, 243, 0.864);
  border-color: rgba(0, 0, 0, 0.32);
}
.alert-primary-outline-active-border hr {
  border-top-color: rgba(0, 0, 0, 0.32);
}
.alert-primary-outline-active-border .alert-link {
  color: black;
}
.alert-primary-outline-background-disabled {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background-disabled hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-primary-outline-background-disabled .alert-link {
  color: black;
}
.alert-primary-outline-border-disabled {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-outline-border-disabled hr {
  border-top-color: #cbc5b7;
}
.alert-primary-outline-border-disabled .alert-link {
  color: black;
}
.alert-primary-outline-color-disabled {
  color: #000;
  background-color: #f0efed;
  border-color: #b5b0a6;
}
.alert-primary-outline-color-disabled hr {
  border-top-color: #a9a498;
}
.alert-primary-outline-color-disabled .alert-link {
  color: black;
}
.alert-primary-outline-color-disabled-dark {
  color: #000;
  background-color: #e1e0df;
  border-color: #6a6660;
}
.alert-primary-outline-color-disabled-dark hr {
  border-top-color: #5d5954;
}
.alert-primary-outline-color-disabled-dark .alert-link {
  color: black;
}
.alert-primary-black-background {
  color: #000;
  background-color: #d2d1d1;
  border-color: #1e1b19;
}
.alert-primary-black-background hr {
  border-top-color: #100e0d;
}
.alert-primary-black-background .alert-link {
  color: black;
}
.alert-primary-black-background-dark {
  color: #000;
  background-color: #fdfdfd;
  border-color: #f6f5f3;
}
.alert-primary-black-background-dark hr {
  border-top-color: #ebe9e4;
}
.alert-primary-black-background-dark .alert-link {
  color: black;
}
.alert-primary-black-hover-background {
  color: #000;
  background-color: #d7d6d5;
  border-color: #35302d;
}
.alert-primary-black-hover-background hr {
  border-top-color: #272421;
}
.alert-primary-black-hover-background .alert-link {
  color: black;
}
.alert-primary-black-hover-background-dark {
  color: #000;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-primary-black-hover-background-dark hr {
  border-top-color: #dad4c8;
}
.alert-primary-black-hover-background-dark .alert-link {
  color: black;
}
.alert-primary-black-active-background {
  color: #000;
  background-color: #dbdad9;
  border-color: #4b4440;
}
.alert-primary-black-active-background hr {
  border-top-color: #3d3834;
}
.alert-primary-black-active-background .alert-link {
  color: black;
}
.alert-primary-black-active-background-dark {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-active-background-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-active-background-dark .alert-link {
  color: black;
}
.alert-primary-black-disabled-background {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-background hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-background .alert-link {
  color: black;
}
.alert-primary-black-disabled-background-dark {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-background-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-background-dark .alert-link {
  color: black;
}
.alert-primary-black-disabled-border {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-border hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-border .alert-link {
  color: black;
}
.alert-primary-black-disabled-border-dark {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-primary-black-disabled-border-dark hr {
  border-top-color: #cbc5b7;
}
.alert-primary-black-disabled-border-dark .alert-link {
  color: black;
}
.alert-primary-black-disabled-color {
  color: #000;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-black-disabled-color hr {
  border-top-color: #8a8279;
}
.alert-primary-black-disabled-color .alert-link {
  color: black;
}
.alert-primary-black-disabled-color-dark {
  color: #000;
  background-color: #eae9e7;
  border-color: #968f87;
}
.alert-primary-black-disabled-color-dark hr {
  border-top-color: #8a8279;
}
.alert-primary-black-disabled-color-dark .alert-link {
  color: black;
}
.alert-thead-background {
  color: #000;
  background-color: #d7d6d5;
  border-color: #35302d;
}
.alert-thead-background hr {
  border-top-color: #272421;
}
.alert-thead-background .alert-link {
  color: black;
}
.alert-tbody-tr-active-background {
  color: #000;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-tbody-tr-active-background hr {
  border-top-color: #dad4c8;
}
.alert-tbody-tr-active-background .alert-link {
  color: black;
}
.alert-toggle-background {
  color: #000;
  background-color: #f7f6f4;
  border-color: #d6d1c6;
}
.alert-toggle-background hr {
  border-top-color: #cbc5b7;
}
.alert-toggle-background .alert-link {
  color: black;
}
.alert-toggle-checked-background {
  color: #000;
  background-color: #d2d1d1;
  border-color: #1d1917;
}
.alert-toggle-checked-background hr {
  border-top-color: #0f0d0c;
}
.alert-toggle-checked-background .alert-link {
  color: black;
}
.alert-dark-background-content {
  color: #000;
  background-color: #d1d0d0;
  border-color: #191614;
}
.alert-dark-background-content hr {
  border-top-color: #0b0a09;
}
.alert-dark-background-content .alert-link {
  color: black;
}
.alert-dark-border-content {
  color: #000;
  background-color: #dedddd;
  border-color: #5b5653;
}
.alert-dark-border-content hr {
  border-top-color: #4e4947;
}
.alert-dark-border-content .alert-link {
  color: black;
}
.alert-dark-color-content {
  color: #000;
  background-color: #e9e8e7;
  border-color: #908c89;
}
.alert-dark-color-content hr {
  border-top-color: #847f7c;
}
.alert-dark-color-content .alert-link {
  color: black;
}
.alert-dark-background {
  color: #000;
  background-color: #d3d2d1;
  border-color: #211e1b;
}
.alert-dark-background hr {
  border-top-color: #131110;
}
.alert-dark-background .alert-link {
  color: black;
}
.alert-dark-side-navigation-color {
  color: #000;
  background-color: #f7f7f6;
  border-color: #d6d5d2;
}
.alert-dark-side-navigation-color hr {
  border-top-color: #cac9c5;
}
.alert-dark-side-navigation-color .alert-link {
  color: black;
}
.alert-dark-side-navigation-color-hover {
  color: #000;
  background-color: #fefefd;
  border-color: #f9f8f7;
}
.alert-dark-side-navigation-color-hover hr {
  border-top-color: #eeebe8;
}
.alert-dark-side-navigation-color-hover .alert-link {
  color: black;
}
.alert-dark-side-navigation-icon-color {
  color: #000;
  background-color: #e9e8e7;
  border-color: #908c89;
}
.alert-dark-side-navigation-icon-color hr {
  border-top-color: #847f7c;
}
.alert-dark-side-navigation-icon-color .alert-link {
  color: black;
}
.alert-dark-side-navigation-icon-color-active {
  color: #000;
  background-color: #f4f4f3;
  border-color: #c8c6c3;
}
.alert-dark-side-navigation-icon-color-active hr {
  border-top-color: #bcb9b6;
}
.alert-dark-side-navigation-icon-color-active .alert-link {
  color: black;
}
.alert-dark-border-color {
  color: #000;
  background-color: #dedddd;
  border-color: #5b5653;
}
.alert-dark-border-color hr {
  border-top-color: #4e4947;
}
.alert-dark-border-color .alert-link {
  color: black;
}
.alert-dark-badge-color {
  color: #000;
  background-color: #d0d0cf;
  border-color: #141210;
}
.alert-dark-badge-color hr {
  border-top-color: #060505;
}
.alert-dark-badge-color .alert-link {
  color: black;
}
.alert-dark-kebab-active-background {
  color: #000;
  background-color: #d7d6d5;
  border-color: #37322f;
}
.alert-dark-kebab-active-background hr {
  border-top-color: #292623;
}
.alert-dark-kebab-active-background .alert-link {
  color: black;
}
.alert-dark-filters-background {
  color: #000;
  background-color: #cfcfcf;
  border-color: #110f0e;
}
.alert-dark-filters-background hr {
  border-top-color: #030302;
}
.alert-dark-filters-background .alert-link {
  color: black;
}
.alert-dark-toggle-background {
  color: #000;
  background-color: #dcdbda;
  border-color: #4e4946;
}
.alert-dark-toggle-background hr {
  border-top-color: #413c3a;
}
.alert-dark-toggle-background .alert-link {
  color: black;
}
.alert-dark-toggle-after-background {
  color: #000;
  background-color: #ebebea;
  border-color: #9d9a97;
}
.alert-dark-toggle-after-background hr {
  border-top-color: #918d8a;
}
.alert-dark-toggle-after-background .alert-link {
  color: black;
}
.alert-dark-toggle-disabled-background {
  color: #000;
  background-color: #dcdbda;
  border-color: #4f4a47;
}
.alert-dark-toggle-disabled-background hr {
  border-top-color: #423d3b;
}
.alert-dark-toggle-disabled-background .alert-link {
  color: black;
}
.alert-dark-toggle-disabled-after-background {
  color: #000;
  background-color: #e1e0df;
  border-color: #686460;
}
.alert-dark-toggle-disabled-after-background hr {
  border-top-color: #5b5754;
}
.alert-dark-toggle-disabled-after-background .alert-link {
  color: black;
}
.alert-dark-toggle-checked-after-background {
  color: #000;
  background-color: #d3d2d1;
  border-color: #211e1b;
}
.alert-dark-toggle-checked-after-background hr {
  border-top-color: #131110;
}
.alert-dark-toggle-checked-after-background .alert-link {
  color: black;
}
.alert-dark-datepicker-background {
  color: #000;
  background-color: #d7d6d5;
  border-color: #37322f;
}
.alert-dark-datepicker-background hr {
  border-top-color: #292623;
}
.alert-dark-datepicker-background .alert-link {
  color: black;
}
.alert-dark-datepicker-box-shadow-color {
  color: #000;
  background-color: #d6d6d5;
  border-color: #34302c;
}
.alert-dark-datepicker-box-shadow-color hr {
  border-top-color: #262320;
}
.alert-dark-datepicker-box-shadow-color .alert-link {
  color: black;
}
.alert-dark-datepicker-head-button-color {
  color: #000;
  background-color: #fefefd;
  border-color: #f9f8f7;
}
.alert-dark-datepicker-head-button-color hr {
  border-top-color: #eeebe8;
}
.alert-dark-datepicker-head-button-color .alert-link {
  color: black;
}
.alert-dark-datepicker-body-color {
  color: #000;
  background-color: #eeeeed;
  border-color: #aba8a5;
}
.alert-dark-datepicker-body-color hr {
  border-top-color: #9f9b98;
}
.alert-dark-datepicker-body-color .alert-link {
  color: black;
}
.alert-dark-datepicker-body-td-selected {
  color: #000;
  background-color: #f4f4f3;
  border-color: #c8c6c3;
}
.alert-dark-datepicker-body-td-selected hr {
  border-top-color: #bcb9b6;
}
.alert-dark-datepicker-body-td-selected .alert-link {
  color: black;
}
.alert-numbers-table-background-color {
  color: #000;
  background-color: #fcfbfa;
  border-color: #eeece7;
}
.alert-numbers-table-background-color hr {
  border-top-color: #e3e0d8;
}
.alert-numbers-table-background-color .alert-link {
  color: black;
}
.alert-circle-border-color {
  color: #000;
  background-color: #faf9f7;
  border-color: #e4e0d7;
}
.alert-circle-border-color hr {
  border-top-color: #dad4c8;
}
.alert-circle-border-color .alert-link {
  color: black;
}
.alert-circle-title-color {
  color: #000;
  background-color: #dfdedd;
  border-color: #615a54;
}
.alert-circle-title-color hr {
  border-top-color: #534d48;
}
.alert-circle-title-color .alert-link {
  color: black;
}
.btn-outline-primary__close {
  line-height: 0 !important;
  border: solid 1px rgba(255, 255, 255, 0.16) !important;
  padding: calc(0.5rem - 1px) !important;
  color: #fff !important;
}
.btn-outline-primary__close:hover {
  color: #fff !important;
}
.alert-success {
  color: #fff;
  background-color: #008453;
  border-color: transparent;
  border: 0;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  color: #fff;
  background-color: #007AB2;
  border-color: transparent;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  color: #fff;
  background-color: #CB1B19;
  border-color: transparent;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  color: #1E1B19;
  background-color: #FFFFFF;
  border-color: transparent;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #020202;
}
.alert-warning .btn-outline-primary__close {
  border: solid 1px rgba(0, 0, 0, 0.16) !important;
  color: #1D1917 !important;
}
.alert-warning .btn-outline-primary__close:hover {
  color: #1D1917 !important;
}
.alert-success::before,
.alert-modal-success::before,
.alert-info::before,
.alert-modal-info::before,
.alert-danger::before,
.alert-modal-danger::before,
.alert-warning::before,
.alert-modal-warning::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 1rem;
  width: 1.5rem;
}
.alert-success::before,
.alert-modal-success::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11.003 16L6.76 11.757L8.174 10.343L11.003 13.172L16.659 7.515L18.074 8.929L11.003 16Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.alert-info::before,
.alert-modal-info::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.alert-danger::before,
.alert-modal-danger::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8666 2.99996L22.3926 19.5C22.4804 19.652 22.5266 19.8244 22.5266 20C22.5266 20.1755 22.4804 20.3479 22.3926 20.4999C22.3048 20.652 22.1786 20.7782 22.0266 20.866C21.8746 20.9537 21.7021 21 21.5266 21H2.47458C2.29905 21 2.12661 20.9537 1.97459 20.866C1.82258 20.7782 1.69634 20.652 1.60858 20.4999C1.52081 20.3479 1.47461 20.1755 1.47461 20C1.47461 19.8244 1.52082 19.652 1.60858 19.5L11.1346 2.99996C11.2224 2.84795 11.3486 2.72172 11.5006 2.63396C11.6526 2.5462 11.8251 2.5 12.0006 2.5C12.1761 2.5 12.3485 2.5462 12.5006 2.63396C12.6526 2.72172 12.7788 2.84795 12.8666 2.99996ZM4.20658 19H19.7946L12.0006 5.49996L4.20658 19ZM11.0006 16H13.0006V18H11.0006V16ZM11.0006 8.99996H13.0006V14H11.0006V8.99996Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.alert-warning::before,
.alert-modal-warning::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z' fill='%23946D00'/%3E%3C/svg%3E%0A");
}
.is-static .alert {
  box-shadow: none;
}
.is-static .alert-info,
.is-static .alert-success {
  border-bottom: 1px solid #13100D;
}
.is-static .alert-danger,
.is-static .alert-warning {
  border-bottom: 1px solid #CB1B19;
}
.zIndex {
  z-index: 1061;
}
.zIndexHigh {
  z-index: 1080;
}
.z-index-1 {
  z-index: 1;
}
.alert-modal-success,
.alert-modal-danger,
.alert-modal-warning,
.alert-modal-info {
  animation: none;
  border: none;
  box-shadow: none;
  font-weight: normal;
  justify-content: flex-start;
  margin: 0.375rem 0;
  min-height: 2rem;
  padding: 0.75rem;
}
.alert-modal-success p,
.alert-modal-danger p,
.alert-modal-warning p,
.alert-modal-info p {
  line-height: 1rem;
}
.alert-modal-success::before,
.alert-modal-danger::before,
.alert-modal-warning::before,
.alert-modal-info::before {
  height: 1rem;
  margin-right: 0.5rem;
  width: 1rem;
}
.alert-modal-success:not(.alert-modal--has-icon)::before,
.alert-modal-danger:not(.alert-modal--has-icon)::before,
.alert-modal-warning:not(.alert-modal--has-icon)::before,
.alert-modal-info:not(.alert-modal--has-icon)::before {
  display: none;
}
.alert-modal-success {
  color: #000;
  background-color: #eef7f9;
  border-color: #eef7f9;
}
.alert-modal-success hr {
  border-top-color: #dbeef2;
}
.alert-modal-success .alert-link {
  color: black;
}
.alert-modal-danger {
  color: #CB1B19;
  background-color: #fbf0f1;
  border-color: #fbf0f1;
}
.alert-modal-danger hr {
  border-top-color: #f6dcde;
}
.alert-modal-danger .alert-link {
  color: #9e1513;
}
.alert-modal-danger::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%23CB1B19'/%3E%3Cpath d='M14.182 18.0824C14.182 19.2824 13.2002 20.2642 12.0002 20.2642C10.8002 20.2642 9.81836 19.2824 9.81836 18.0824C9.81836 16.8824 10.8002 15.9006 12.0002 15.9006C13.2002 15.9006 14.182 16.8824 14.182 18.0824ZM11.6184 14.346H11.782C11.8093 14.346 11.8638 14.346 11.8911 14.346H12.382C12.9275 14.346 13.2002 13.8006 13.282 13.2824C13.882 8.50965 14.1547 5.94601 14.1002 5.64601C13.9911 5.1551 13.5274 4.82783 13.0365 4.8551H10.9911C10.5002 4.82783 10.0365 5.1551 9.92745 5.64601C9.87291 5.94601 10.1456 8.50965 10.7456 13.2824C10.8002 13.8006 11.0729 14.3187 11.6184 14.346Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.alert-modal-warning {
  color: #ed7021;
  background-color: #fdefe7;
  border-color: #fdefe7;
}
.alert-modal-warning hr {
  border-top-color: #fbdfcf;
}
.alert-modal-warning .alert-link {
  color: #cb5910;
}
.alert-modal-warning::before {
  background-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z' fill='%23ed7021'/%3E%3Cpath d='M14.182 18.0824C14.182 19.2824 13.2002 20.2642 12.0002 20.2642C10.8002 20.2642 9.81836 19.2824 9.81836 18.0824C9.81836 16.8824 10.8002 15.9006 12.0002 15.9006C13.2002 15.9006 14.182 16.8824 14.182 18.0824ZM11.6184 14.346H11.782C11.8093 14.346 11.8638 14.346 11.8911 14.346H12.382C12.9275 14.346 13.2002 13.8006 13.282 13.2824C13.882 8.50965 14.1547 5.94601 14.1002 5.64601C13.9911 5.1551 13.5274 4.82783 13.0365 4.8551H10.9911C10.5002 4.82783 10.0365 5.1551 9.92745 5.64601C9.87291 5.94601 10.1456 8.50965 10.7456 13.2824C10.8002 13.8006 11.0729 14.3187 11.6184 14.346Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.alert-modal-info {
  color: #000;
  background-color: #fcf8ec;
  border-color: #fcf8ec;
}
.alert-modal-info hr {
  border-top-color: #f9f0d6;
}
.alert-modal-info .alert-link {
  color: black;
}
.validation-error {
  font-size: 0.75rem;
  align-items: center;
  line-height: 1rem;
  color: #CB1B19;
}
.validation-error em {
  font-size: 1.5rem;
}
.alert-inner {
  font-family: "Brown-light", sans-serif;
  color: #1D1917;
  border: solid 1px rgba(42, 37, 35, 0.2);
  border-radius: 0.5rem;
}
.alert-inner em {
  font-size: 1.25rem;
}
html.dark-theme .alert-success {
  color: #fff;
  background-color: #22714C;
  border-color: transparent;
  color: #F9F8F7;
}
html.dark-theme .alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
html.dark-theme .alert-success .alert-link {
  color: #e6e6e6;
}
html.dark-theme .alert-info {
  color: #fff;
  background-color: #045B8D;
  border-color: transparent;
  color: #F9F8F7;
}
html.dark-theme .alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
html.dark-theme .alert-info .alert-link {
  color: #e6e6e6;
}
html.dark-theme .alert-danger {
  color: #fff;
  background-color: #BB3026;
  border-color: transparent;
  color: #F9F8F7;
}
html.dark-theme .alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
html.dark-theme .alert-danger .alert-link {
  color: #e6e6e6;
}
html.dark-theme .alert-warning {
  color: #1E1B19;
  background-color: #37322F;
  border-color: transparent;
  color: #F9F8F7;
}
html.dark-theme .alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
html.dark-theme .alert-warning .alert-link {
  color: #020202;
}
html.dark-theme .alert-warning .btn-outline-primary__close {
  border: solid 1px rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}
html.dark-theme .alert-warning .btn-outline-primary__close:hover {
  color: #fff !important;
}
.modal-content {
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 0;
  box-shadow: 0px 0.5px 1px 0px rgba(52, 48, 44, 0.01);
}
.modal-header {
  flex-wrap: wrap;
}
.modal-header .close {
  padding: 1rem;
}
.modal-body > p:last-child,
.modal-body .row:last-child p:last-child {
  margin-bottom: 0;
}
.modal-body hr {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.modal-body .custom-checkbox .custom-control-label {
  font-weight: 400;
}
.modal-footer {
  padding: 0.75rem 2.75rem 2.75rem;
}
.modal-footer .btn-link:not([class*=btn-link-]) {
  color: #645D57;
}
.close {
  color: #645D57;
  opacity: 1;
  transition: color 0.15s ease-in-out;
}
.close:hover {
  color: #968f87;
  opacity: 1;
}
.close:focus {
  outline: none;
}
.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.modal-sm .modal-header,
.modal-lg .modal-header {
  padding: 1rem;
}
.modal-sm .modal-header .close,
.modal-lg .modal-header .close {
  padding: 0;
  font-size: 1.5rem;
  line-height: 0;
  margin: 0;
}
.modal-sm .modal-header h3,
.modal-lg .modal-header h3 {
  font-size: 1.313rem;
  line-height: 1.5rem;
  color: #1E1B19;
}
.modal-sm .modal-body,
.modal-lg .modal-body {
  padding: 0 1rem;
}
.modal-sm .modal-body .validate-data-holder,
.modal-lg .modal-body .validate-data-holder {
  border: solid 1px rgba(9, 8, 7, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0px 4px 8px 0px rgba(52, 48, 44, 0.05);
}
.modal-sm .modal-body .validate-data-holder h5,
.modal-lg .modal-body .validate-data-holder h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #13100D;
  font-family: "Brown-regular", sans-serif;
}
.modal-sm .modal-body .validate-data-holder dt,
.modal-sm .modal-body .validate-data-holder dd,
.modal-lg .modal-body .validate-data-holder dt,
.modal-lg .modal-body .validate-data-holder dd {
  line-height: 1.5rem;
}
.modal-sm .modal-body .validate-data-holder dt,
.modal-lg .modal-body .validate-data-holder dt {
  font-size: 1rem;
}
.modal-sm .modal-body .validate-data-holder dd,
.modal-lg .modal-body .validate-data-holder dd {
  font-family: "Brown-light", sans-serif;
}
.modal-sm .modal-footer,
.modal-lg .modal-footer {
  padding: 2.5rem 1rem 1rem;
}
.modal-sm .modal-footer button,
.modal-lg .modal-footer button {
  padding: 0.5rem 1.5rem;
}
.modal-sm .validate-btn,
.modal-lg .validate-btn {
  padding: 0.5rem 1.5rem;
}
.modal-md {
  min-width: 42.75rem;
}
.modal-md.align-items-center .modal-content {
  align-items: center;
}
.modal-md .modal-header {
  padding: 1rem;
}
.modal-md .modal-body {
  padding: 0 1rem;
}
.modal-md .modal-body h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.modal-md .modal-body p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #615A54;
}
.modal-md .modal-footer {
  padding: 1.5rem 1rem 1rem;
}
.modal-md .modal-footer button {
  padding: 0.5rem 1.5rem;
}
.modal-backdrop {
  background-color: #2A2523;
}
html.dark-theme .modal-sm .modal-content,
html.dark-theme .modal-md .modal-content,
html.dark-theme .modal-lg .modal-content {
  background-color: #37322F;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
html.dark-theme .modal-sm .modal-body .validate-data-holder,
html.dark-theme .modal-md .modal-body .validate-data-holder,
html.dark-theme .modal-lg .modal-body .validate-data-holder {
  border: solid 1px rgba(255, 255, 255, 0.2);
}
html.dark-theme .modal-sm .modal-body .validate-data-holder h5,
html.dark-theme .modal-md .modal-body .validate-data-holder h5,
html.dark-theme .modal-lg .modal-body .validate-data-holder h5 {
  color: #fff;
}
html.dark-theme .modal-sm .modal-header h3,
html.dark-theme .modal-md .modal-header h3,
html.dark-theme .modal-lg .modal-header h3 {
  color: #fff;
}
html.dark-theme .modal-body .delegator-holder li {
  border: solid 1px rgba(246, 245, 243, 0.1);
}
html.dark-theme .modal-body p {
  color: #fff;
}
html.dark-theme .modal-body .excel-uploader-holder .upload-excel-title,
html.dark-theme .modal-body .excel-uploader-holder .upload-excel-desc {
  color: #fff;
}
html.dark-theme .modal-body .download-template-block .btn {
  color: #fff;
  background: url("./media/download_w.svg") no-repeat center right;
}
html.dark-theme .modal-body .table-numbers {
  background-color: #191614;
  box-shadow: 0 0 0 1px #5B5653;
}
html.dark-theme .modal-body .table-numbers td {
  border: 1px solid #5B5653;
  color: #F9F8F7;
}
html.dark-theme .modal-body .table-numbers td.pic-td {
  background-image: url("./media/plate-bg-dark.png");
  background-color: #211E1B;
}
html.dark-theme .modal h3 + p {
  color: #F9F8F7;
}
html.dark-theme .modal h4 {
  color: #F9F8F7;
}
html.dark-theme .modal .uploader-holder {
  border: dashed 0.125rem rgba(255, 255, 255, 0.2);
}
html.dark-theme .modal .uploader-holder.dragover {
  background-color: #6a6660;
}
.tooltip {
  font-size: 0.75rem;
  line-height: 1.45454545;
}
.tooltip.tooltip-parent-graph .tooltip-inner {
  max-width: inherit !important;
}
.popover {
  border-color: transparent;
  line-height: 1rem;
}
.popover .btn,
.popover .btn-group .btn:not(.btn-link):not(.btn-icon),
.btn-group .popover .btn:not(.btn-link):not(.btn-icon) {
  margin-bottom: 1rem;
}
.popover ol,
.popover ul {
  padding-left: 1.5rem;
}
.popover--image {
  background: #fff;
  border-color: #13100D;
  box-shadow: none;
  height: 562px;
  margin: 0.5rem;
  max-width: none;
  padding: 0;
  width: 562px;
}
.popover--image .popover-body {
  padding: 0 !important;
}
.popover--lightest-blue {
  background: #eef7f9;
  border-color: #13100D;
  box-shadow: none;
  font-size: 0.75rem;
}
.popover--lightest-blue p {
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.popover--warning-light-orange {
  background: #fdefe7;
  border-color: #ed7021;
}
.popover--field-validation {
  background: #fbf0f1;
  border-color: #CB1B19;
}
.popover--warning-light-orange,
.popover--field-validation {
  box-shadow: none;
}
.popover--warning-light-orange p,
.popover--field-validation p {
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.popover .popover-body {
  padding: 0.75rem;
}
.popover .popover-body p:last-of-type {
  margin-bottom: 0;
}
.popover.popover-additional-content-exists {
  border: 0;
}
.popover.popover-additional-content-exists .popover-body {
  padding: 0;
}
.popover.popover-additional-content-exists .popover-body .first-content,
.popover.popover-additional-content-exists .popover-body .second-content {
  border: 1px solid transparent;
  padding: 0.75rem;
  background: #fbf0f1;
  border-color: #CB1B19;
}
.popover.popover-additional-content-exists .popover-body .second-content {
  border-top: none;
  background: #fdefe7;
  border-color: #ed7021;
}
.popover.popover-additional-content-exists .popover-body p {
  line-height: 1rem;
}
.popover .popover__close {
  appearance: none;
  background: transparent;
  border: none;
  box-sizing: content-box;
  font-size: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  outline: none;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.font-size-sm {
  font-size: 0.75rem !important;
}
.font-size-md {
  font-size: 0.875rem !important;
}
.font-size-lg {
  font-size: 1.2115384575rem;
}
.font-size-normal {
  font-size: 1rem !important;
}
.white-space-pre-wrap {
  white-space: pre-wrap;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-xs {
  line-height: 1rem !important;
}
.line-height-sm {
  line-height: 1.5rem !important;
}
.word-break-all {
  word-break: break-all;
}
.max-width-0 {
  max-width: 0;
}
.max-width-xxxs {
  max-width: 0.25rem;
}
.max-width-1 {
  max-width: 0.5rem;
}
.max-width-xxs {
  max-width: 0.5rem;
}
.max-width-2 {
  max-width: 1rem;
}
.max-width-xs {
  max-width: 1rem;
}
.max-width-3 {
  max-width: 1.5rem;
}
.max-width-sm {
  max-width: 1.5rem;
}
.max-width-4 {
  max-width: 2rem;
}
.max-width-md {
  max-width: 2rem;
}
.max-width-5 {
  max-width: 2.5rem;
}
.max-width-lg {
  max-width: 2.5rem;
}
.max-width-6 {
  max-width: 3rem;
}
.max-width-xl {
  max-width: 3rem;
}
.max-width-xxl {
  max-width: 3.5rem;
}
.max-width-xxxl {
  max-width: 4rem;
}
.max-width-xxxxl {
  max-width: 4.5rem;
}
.max-width-xxxxxl {
  max-width: 9rem;
}
.max-width-xxxxxxl {
  max-width: 10rem;
}
.max-width-10rem {
  max-width: 10rem;
}
.max-width-20rem {
  max-width: 20rem;
}
.max-width-30rem {
  max-width: 30rem;
}
.pb-0-border-width,
.py-0-border-width {
  padding-bottom: calc(0 - 1px) !important;
}
.pb-xxxs-border-width,
.py-xxxs-border-width {
  padding-bottom: calc(0.25rem - 1px) !important;
}
.pb-1-border-width,
.py-1-border-width {
  padding-bottom: calc(0.5rem - 1px) !important;
}
.pb-xxs-border-width,
.py-xxs-border-width {
  padding-bottom: calc(0.5rem - 1px) !important;
}
.pb-2-border-width,
.py-2-border-width {
  padding-bottom: calc(1rem - 1px) !important;
}
.pb-xs-border-width,
.py-xs-border-width {
  padding-bottom: calc(1rem - 1px) !important;
}
.pb-3-border-width,
.py-3-border-width {
  padding-bottom: calc(1.5rem - 1px) !important;
}
.pb-sm-border-width,
.py-sm-border-width {
  padding-bottom: calc(1.5rem - 1px) !important;
}
.pb-4-border-width,
.py-4-border-width {
  padding-bottom: calc(2rem - 1px) !important;
}
.pb-md-border-width,
.py-md-border-width {
  padding-bottom: calc(2rem - 1px) !important;
}
.pb-5-border-width,
.py-5-border-width {
  padding-bottom: calc(2.5rem - 1px) !important;
}
.pb-lg-border-width,
.py-lg-border-width {
  padding-bottom: calc(2.5rem - 1px) !important;
}
.pb-6-border-width,
.py-6-border-width {
  padding-bottom: calc(3rem - 1px) !important;
}
.pb-xl-border-width,
.py-xl-border-width {
  padding-bottom: calc(3rem - 1px) !important;
}
.pb-xxl-border-width,
.py-xxl-border-width {
  padding-bottom: calc(3.5rem - 1px) !important;
}
.pb-xxxl-border-width,
.py-xxxl-border-width {
  padding-bottom: calc(4rem - 1px) !important;
}
.pb-xxxxl-border-width,
.py-xxxxl-border-width {
  padding-bottom: calc(4.5rem - 1px) !important;
}
.pb-xxxxxl-border-width,
.py-xxxxxl-border-width {
  padding-bottom: calc(9rem - 1px) !important;
}
.pb-xxxxxxl-border-width,
.py-xxxxxxl-border-width {
  padding-bottom: calc(10rem - 1px) !important;
}
.bs-datepicker {
  box-shadow: 0 4px 8px rgba(35, 42, 43, 0.1);
  border: 1px solid rgba(9, 8, 7, 0.1);
  border-radius: 0.25rem;
  top: 0.25rem;
}
.bs-datepicker bs-datepicker-navigation-view {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  text-align: unset;
  position: relative;
  align-items: center;
}
.bs-datepicker.custom-theme-no-border {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  top: 0;
}
.bs-datepicker.custom-theme-no-border .bs-datepicker-head {
  min-width: 21.313rem;
}
.bs-datepicker .bs-datepicker-body table td.is-highlighted:not(.disabled) span:not(.selected) {
  background-color: #e8e8e8;
}
.bs-datepicker .bs-datepicker-body table td.is-highlighted:not(.disabled) span:is(.selected) {
  background-color: #1d1917;
}
.bs-datepicker .bs-datepicker-head {
  background-color: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: solid 1px rgba(42, 37, 35, 0.2);
}
.bs-datepicker .bs-datepicker-head button {
  color: #1d1917;
  font-weight: 400;
  line-height: 1.5rem;
}
.bs-datepicker .bs-datepicker-head button[disabled],
.bs-datepicker .bs-datepicker-head button[disabled]:hover,
.bs-datepicker .bs-datepicker-head button[disabled]:active {
  background: inherit;
  color: #615A54;
}
.bs-datepicker .bs-datepicker-head button.current {
  text-transform: uppercase;
  padding: 0 0.25rem;
}
.bs-datepicker .bs-datepicker-head button.previous,
.bs-datepicker .bs-datepicker-head button.next {
  position: absolute;
  overflow: hidden;
}
.bs-datepicker .bs-datepicker-head button.previous {
  left: 0;
}
.bs-datepicker .bs-datepicker-head button.previous span::before {
  content: url("./media/datepicker-arrow-left.svg");
  box-sizing: border-box;
  display: inline-block;
}
.bs-datepicker .bs-datepicker-head button.next {
  right: 0;
}
.bs-datepicker .bs-datepicker-head button.next span::before {
  content: url("./media/datepicker-arrow-right.svg");
  box-sizing: border-box;
  display: inline-block;
}
.bs-datepicker .bs-datepicker-head button.previous span,
.bs-datepicker .bs-datepicker-head button.next span {
  font-weight: 300;
  line-height: 2rem;
}
.bs-datepicker-body {
  border: none;
  padding: 0 1rem 1rem;
  min-height: 10.9375rem;
  min-width: 18.125rem;
}
.bs-datepicker-body table td {
  width: 2.5rem;
  height: 2.5rem;
  color: #79736c;
}
.bs-datepicker-body table td span.selected {
  background-color: #1d1917;
}
.bs-datepicker-body table td span.disabled {
  color: #c6c6c6;
}
.bs-datepicker-body table td.disabled span {
  color: #c6c6c6;
}
.bs-datepicker-body table.days.weeks {
  overflow: hidden;
}
.bs-datepicker-body table.days.weeks td span {
}
.bs-datepicker-body table.days.weeks td span::before {
  top: 0.25rem;
  bottom: 0.25rem;
  left: -0.75rem;
  right: -0.75rem;
}
.bs-datepicker-body table.days.weeks td span.is-highlighted:not(.disabled):not(.selected),
.bs-datepicker-body table.days.weeks td span.in-range:not(.select-start):before {
  background: #e8e8e8;
}
.bs-datepicker-body table.days.weeks td span.is-highlighted.in-range:before {
  background: none;
}
.bs-datepicker-body table.days.weeks td span.today-selected {
  border: solid 1px rgba(42, 37, 35, 0.2);
}
.bs-datepicker-body table.days.weeks td.week span {
  color: #00a7d8;
  background-color: #fff;
  border-radius: unset;
}
.bs-datepicker-body table.days.weeks th {
  color: #79736c;
}
.bs-datepicker-body table.days.weeks td {
  color: #1d1917;
}
.bs-datepicker-body table.days.weeks th,
.bs-datepicker-body table.days.weeks td span {
  font-size: 0.875rem;
}
.bs-datepicker-body table.days.weeks th {
  height: 2.25rem;
  line-height: 1.25rem;
}
.bs-datepicker-body table.days.weeks.days span.in-range.select-end:before {
  left: -0.75rem;
  right: 0.75rem;
  background: #e8e8e8;
}
.bs-datepicker-body table.days.weeks.days span {
  line-height: 1.875rem;
}
.bs-datepicker .bs-datepicker-container {
  padding: 0;
}
.datepicker-wrapper > .calendar-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  pointer-events: none;
}
.datepicker-wrapper > input.is-invalid + .calendar-icon {
  display: none;
}
html.dark-theme .bs-datepicker {
  background-color: #37322f;
  border: solid 1px rgba(246, 245, 243, 0.1);
  box-shadow: 0px 0.5px 1px 0px rgba(52, 48, 44, 0.01);
}
html.dark-theme .bs-datepicker.custom-theme-no-border {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  top: 0;
}
html.dark-theme .bs-datepicker .bs-datepicker-head {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
html.dark-theme .bs-datepicker .bs-datepicker-head button {
  color: #f9f8f7;
}
html.dark-theme .bs-datepicker .bs-datepicker-head button.previous {
  left: 0;
}
html.dark-theme .bs-datepicker .bs-datepicker-head button.previous span::before {
  content: url("./media/datepicker-arrow-left-light.svg");
}
html.dark-theme .bs-datepicker .bs-datepicker-head button.next {
  right: 0;
}
html.dark-theme .bs-datepicker .bs-datepicker-head button.next span::before {
  content: url("./media/datepicker-arrow-right-light.svg");
}
html.dark-theme .bs-datepicker .bs-datepicker-body table td {
  color: #c6c6c6;
}
html.dark-theme .bs-datepicker .bs-datepicker-body table td.is-highlighted:not(.disabled) span:not(.selected),
html.dark-theme .bs-datepicker .bs-datepicker-body table td.is-highlighted:not(.disabled) span:is(.selected) {
  background-color: #c8c6c3;
  color: #141210;
}
html.dark-theme .bs-datepicker .bs-datepicker-body table td span.disabled {
  color: #79736c;
}
html.dark-theme .bs-datepicker .bs-datepicker-body table td.disabled span {
  color: #79736c;
}
html.dark-theme .bs-datepicker-body table td span.selected {
  background-color: #c8c6c3;
  color: #141210;
}
html.dark-theme .bs-datepicker-body table.days.weeks th {
  color: #aba8a5;
}
html.dark-theme .bs-datepicker-body table.days.weeks td {
  color: #f9f8f7;
}
html.dark-theme .bs-datepicker-body table.days.weeks td span.is-highlighted:not(.disabled):not(.selected),
html.dark-theme .bs-datepicker-body table.days.weeks td span.in-range:not(.select-start):before {
  background-color: #c8c6c3;
  color: #141210;
}
html.dark-theme .bs-datepicker-body table.days.weeks td span.is-other-month {
  color: #aba8a5;
}
html.dark-theme .bs-datepicker-body table.days.weeks td span.today-selected {
  border: solid 1px rgba(255, 255, 255, 0.2);
}
html,
body {
  scroll-behavior: smooth;
  background-color: #F6F5F3;
}
body {
  letter-spacing: 0.25px;
  min-width: 1024px;
}
@media screen {
  body {
    overflow-x: hidden;
  }
}
img {
  user-drag: none;
  -webkit-user-drag: none;
}
.notification-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.line-height-0 {
  line-height: 0;
}
input::placeholder {
  font-weight: 300;
  opacity: 0.5;
  color: #645D57;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
* {
  scrollbar-color: #c1c1c1 #f1f1f1;
}
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 2px solid #f1f1f1;
}
* .ps--active-y:hover .ps__rail-y,
* .ps--active-y:hover .ps__rail-x {
  opacity: 1;
}
.info-tooltip {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #DFA700;
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  padding: 0;
  position: relative;
  top: -1px;
  width: 1rem;
}
.info-tooltip:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.25);
  outline: 0;
}
.info-tooltip [class^=icon-],
.info-tooltip [class*=" icon-"] {
  display: block;
  font-size: 1rem !important;
  line-height: 0;
}
.info-tooltip--primary-disabled-bg {
  color: #d6d1c6;
}
.info-tooltip--primary-disabled-bg:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-disabled-color {
  color: #968f87;
}
.info-tooltip--primary-disabled-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.25);
}
.info-tooltip--secondary-disabled-color {
  color: #968F87;
}
.info-tooltip--secondary-disabled-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.25);
}
.info-tooltip--container-grey {
  color: #090807;
}
.info-tooltip--container-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(9, 8, 7, 0.25);
}
.info-tooltip--darkest-eastern-blue {
  color: #126c89;
}
.info-tooltip--darkest-eastern-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(18, 108, 137, 0.25);
}
.info-tooltip--darker-eastern-blue {
  color: #1587ad;
}
.info-tooltip--darker-eastern-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(21, 135, 173, 0.25);
}
.info-tooltip--link-hover-yellow {
  color: #B78900;
}
.info-tooltip--link-hover-yellow:focus {
  box-shadow: 0 0 0 0.1875rem rgba(183, 137, 0, 0.25);
}
.info-tooltip--eastern-blue {
  color: #18a2b6;
}
.info-tooltip--eastern-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(24, 162, 182, 0.25);
}
.info-tooltip--aqua {
  color: #13100D;
}
.info-tooltip--aqua:focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 16, 13, 0.25);
}
.info-tooltip--cerulean {
  color: #00a7d8;
}
.info-tooltip--cerulean:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 167, 216, 0.25);
}
.info-tooltip--light-blue {
  color: #bde4ea;
}
.info-tooltip--light-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 228, 234, 0.25);
}
.info-tooltip--lighter-blue {
  color: #cce8f0;
}
.info-tooltip--lighter-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(204, 232, 240, 0.25);
}
.info-tooltip--lightest-blue {
  color: #eef7f9;
}
.info-tooltip--lightest-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 247, 249, 0.25);
}
.info-tooltip--outer-space {
  color: #27383c;
}
.info-tooltip--outer-space:focus {
  box-shadow: 0 0 0 0.1875rem rgba(39, 56, 60, 0.25);
}
.info-tooltip--play-pause {
  color: #02d5b5;
}
.info-tooltip--play-pause:focus {
  box-shadow: 0 0 0 0.1875rem rgba(2, 213, 181, 0.25);
}
.info-tooltip--stop {
  color: #e55c5a;
}
.info-tooltip--stop:focus {
  box-shadow: 0 0 0 0.1875rem rgba(229, 92, 90, 0.25);
}
.info-tooltip--save {
  color: #b84a99;
}
.info-tooltip--save:focus {
  box-shadow: 0 0 0 0.1875rem rgba(184, 74, 153, 0.25);
}
.info-tooltip--error-red {
  color: #CB1B19;
}
.info-tooltip--error-red:focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 27, 25, 0.25);
}
.info-tooltip--error-pink {
  color: #f4d9dc;
}
.info-tooltip--error-pink:focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 217, 220, 0.25);
}
.info-tooltip--field-validation {
  color: #fbf0f1;
}
.info-tooltip--field-validation:focus {
  box-shadow: 0 0 0 0.1875rem rgba(251, 240, 241, 0.25);
}
.info-tooltip--notifications-pink {
  color: #f45d5d;
}
.info-tooltip--notifications-pink:focus {
  box-shadow: 0 0 0 0.1875rem rgba(244, 93, 93, 0.25);
}
.info-tooltip--notifications-grey {
  color: #979797;
}
.info-tooltip--notifications-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.25);
}
.info-tooltip--notifications-yellow {
  color: #DFA700;
}
.info-tooltip--notifications-yellow:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.25);
}
.info-tooltip--notifications-yellow-dark {
  color: #CB9700;
}
.info-tooltip--notifications-yellow-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(203, 151, 0, 0.25);
}
.info-tooltip--warning-amber {
  color: #ed7021;
}
.info-tooltip--warning-amber:focus {
  box-shadow: 0 0 0 0.1875rem rgba(237, 112, 33, 0.25);
}
.info-tooltip--warning-light-orange {
  color: #fdefe7;
}
.info-tooltip--warning-light-orange:focus {
  box-shadow: 0 0 0 0.1875rem rgba(253, 239, 231, 0.25);
}
.info-tooltip--success-green {
  color: #21b254;
}
.info-tooltip--success-green:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.25);
}
.info-tooltip--check-in {
  color: #008453;
}
.info-tooltip--check-in:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 132, 83, 0.25);
}
.info-tooltip--success-light-green {
  color: #e9f7ee;
}
.info-tooltip--success-light-green:focus {
  box-shadow: 0 0 0 0.1875rem rgba(233, 247, 238, 0.25);
}
.info-tooltip--info-yellow {
  color: #DFA700;
}
.info-tooltip--info-yellow:focus {
  box-shadow: 0 0 0 0.1875rem rgba(223, 167, 0, 0.25);
}
.info-tooltip--info-light-yellow {
  color: #fcf8ec;
}
.info-tooltip--info-light-yellow:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 248, 236, 0.25);
}
.info-tooltip--sticker-green {
  color: #58ea71;
}
.info-tooltip--sticker-green:focus {
  box-shadow: 0 0 0 0.1875rem rgba(88, 234, 113, 0.25);
}
.info-tooltip--sticker-blue {
  color: #509dff;
}
.info-tooltip--sticker-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(80, 157, 255, 0.25);
}
.info-tooltip--sticker-purple {
  color: #a150e6;
}
.info-tooltip--sticker-purple:focus {
  box-shadow: 0 0 0 0.1875rem rgba(161, 80, 230, 0.25);
}
.info-tooltip--sticker-pink {
  color: #f037a9;
}
.info-tooltip--sticker-pink:focus {
  box-shadow: 0 0 0 0.1875rem rgba(240, 55, 169, 0.25);
}
.info-tooltip--sticker-yellow {
  color: #f7df00;
}
.info-tooltip--sticker-yellow:focus {
  box-shadow: 0 0 0 0.1875rem rgba(247, 223, 0, 0.25);
}
.info-tooltip--sticker-orange {
  color: #f3b203;
}
.info-tooltip--sticker-orange:focus {
  box-shadow: 0 0 0 0.1875rem rgba(243, 178, 3, 0.25);
}
.info-tooltip--category-designs {
  color: #5f1d75;
}
.info-tooltip--category-designs:focus {
  box-shadow: 0 0 0 0.1875rem rgba(95, 29, 117, 0.25);
}
.info-tooltip--category-samples {
  color: #21b254;
}
.info-tooltip--category-samples:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 178, 84, 0.25);
}
.info-tooltip--category-products {
  color: #e75a13;
}
.info-tooltip--category-products:focus {
  box-shadow: 0 0 0 0.1875rem rgba(231, 90, 19, 0.25);
}
.info-tooltip--category-orders {
  color: #3091d3;
}
.info-tooltip--category-orders:focus {
  box-shadow: 0 0 0 0.1875rem rgba(48, 145, 211, 0.25);
}
.info-tooltip--category-quality-control {
  color: #e84ca0;
}
.info-tooltip--category-quality-control:focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 76, 160, 0.25);
}
.info-tooltip--category-account {
  color: #fca313;
}
.info-tooltip--category-account:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 163, 19, 0.25);
}
.info-tooltip--category-sales {
  color: #2fbaa3;
}
.info-tooltip--category-sales:focus {
  box-shadow: 0 0 0 0.1875rem rgba(47, 186, 163, 0.25);
}
.info-tooltip--tag-background {
  color: #f8eefe;
}
.info-tooltip--tag-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(248, 238, 254, 0.25);
}
.info-tooltip--tag-border {
  color: #bd9ad1;
}
.info-tooltip--tag-border:focus {
  box-shadow: 0 0 0 0.1875rem rgba(189, 154, 209, 0.25);
}
.info-tooltip--off-white {
  color: #fafafa;
}
.info-tooltip--off-white:focus {
  box-shadow: 0 0 0 0.1875rem rgba(250, 250, 250, 0.25);
}
.info-tooltip--lightest-grey {
  color: #F6F5F3;
}
.info-tooltip--lightest-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.25);
}
.info-tooltip--light-grey {
  color: #c6c6c6;
}
.info-tooltip--light-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.25);
}
.info-tooltip--grey {
  color: #e8e8e8;
}
.info-tooltip--grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(232, 232, 232, 0.25);
}
.info-tooltip--mid-grey {
  color: #c6c6c6;
}
.info-tooltip--mid-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(198, 198, 198, 0.25);
}
.info-tooltip--darkest-mid-grey {
  color: #979797;
}
.info-tooltip--darkest-mid-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(151, 151, 151, 0.25);
}
.info-tooltip--dark-grey {
  color: #645D57;
}
.info-tooltip--dark-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.25);
}
.info-tooltip--darkest-grey {
  color: #232a2b;
}
.info-tooltip--darkest-grey:focus {
  box-shadow: 0 0 0 0.1875rem rgba(35, 42, 43, 0.25);
}
.info-tooltip--light {
  color: #fff;
}
.info-tooltip--light:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.25);
}
.info-tooltip--dark {
  color: #645D57;
}
.info-tooltip--dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(100, 93, 87, 0.25);
}
.info-tooltip--editable-cell {
  color: #f5f7ff;
}
.info-tooltip--editable-cell:focus {
  box-shadow: 0 0 0 0.1875rem rgba(245, 247, 255, 0.25);
}
.info-tooltip--dark-aubergine {
  color: #3b2e41;
}
.info-tooltip--dark-aubergine:focus {
  box-shadow: 0 0 0 0.1875rem rgba(59, 46, 65, 0.25);
}
.info-tooltip--version-highlight {
  color: #fcf299;
}
.info-tooltip--version-highlight:focus {
  box-shadow: 0 0 0 0.1875rem rgba(252, 242, 153, 0.25);
}
.info-tooltip--pending-blue {
  color: #007AB2;
}
.info-tooltip--pending-blue:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 122, 178, 0.25);
}
.info-tooltip--datepicker-header-border-color {
  color: #2A2523;
}
.info-tooltip--datepicker-header-border-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(42, 37, 35, 0.25);
}
.info-tooltip--primary-outline-background {
  color: transparent;
}
.info-tooltip--primary-outline-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.25);
}
.info-tooltip--primary-outline-border {
  color: rgba(0, 0, 0, 0.16);
}
.info-tooltip--primary-outline-border:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.25);
}
.info-tooltip--primary-outline-hover-background {
  color: rgba(29, 25, 23, 0.05);
}
.info-tooltip--primary-outline-hover-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.25);
}
.info-tooltip--primary-outline-hover-border {
  color: rgba(0, 0, 0, 0.24);
}
.info-tooltip--primary-outline-hover-border:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.25);
}
.info-tooltip--primary-outline-active-background {
  color: rgba(121, 115, 108, 0.15);
}
.info-tooltip--primary-outline-active-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(121, 115, 108, 0.25);
}
.info-tooltip--primary-outline-active-border {
  color: rgba(0, 0, 0, 0.32);
}
.info-tooltip--primary-outline-active-border:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.25);
}
.info-tooltip--primary-outline-background-disabled {
  color: transparent;
}
.info-tooltip--primary-outline-background-disabled:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 0, 0, 0.25);
}
.info-tooltip--primary-outline-border-disabled {
  color: #D6D1C6;
}
.info-tooltip--primary-outline-border-disabled:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-outline-color-disabled {
  color: #B5B0A6;
}
.info-tooltip--primary-outline-color-disabled:focus {
  box-shadow: 0 0 0 0.1875rem rgba(181, 176, 166, 0.25);
}
.info-tooltip--primary-outline-color-disabled-dark {
  color: #6a6660;
}
.info-tooltip--primary-outline-color-disabled-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(106, 102, 96, 0.25);
}
.info-tooltip--primary-black-background {
  color: #1E1B19;
}
.info-tooltip--primary-black-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(30, 27, 25, 0.25);
}
.info-tooltip--primary-black-background-dark {
  color: #F6F5F3;
}
.info-tooltip--primary-black-background-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 245, 243, 0.25);
}
.info-tooltip--primary-black-hover-background {
  color: #35302D;
}
.info-tooltip--primary-black-hover-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.25);
}
.info-tooltip--primary-black-hover-background-dark {
  color: #E4E0D7;
}
.info-tooltip--primary-black-hover-background-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.25);
}
.info-tooltip--primary-black-active-background {
  color: #4B4440;
}
.info-tooltip--primary-black-active-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(75, 68, 64, 0.25);
}
.info-tooltip--primary-black-active-background-dark {
  color: #D6D1C6;
}
.info-tooltip--primary-black-active-background-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-black-disabled-background {
  color: #D6D1C6;
}
.info-tooltip--primary-black-disabled-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-black-disabled-background-dark {
  color: #D6D1C6;
}
.info-tooltip--primary-black-disabled-background-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-black-disabled-border {
  color: #D6D1C6;
}
.info-tooltip--primary-black-disabled-border:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-black-disabled-border-dark {
  color: #D6D1C6;
}
.info-tooltip--primary-black-disabled-border-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--primary-black-disabled-color {
  color: #968F87;
}
.info-tooltip--primary-black-disabled-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.25);
}
.info-tooltip--primary-black-disabled-color-dark {
  color: #968F87;
}
.info-tooltip--primary-black-disabled-color-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(150, 143, 135, 0.25);
}
.info-tooltip--thead-background {
  color: #35302d;
}
.info-tooltip--thead-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(53, 48, 45, 0.25);
}
.info-tooltip--tbody-tr-active-background {
  color: #E4E0D7;
}
.info-tooltip--tbody-tr-active-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.25);
}
.info-tooltip--toggle-background {
  color: #D6D1C6;
}
.info-tooltip--toggle-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 209, 198, 0.25);
}
.info-tooltip--toggle-checked-background {
  color: #1d1917;
}
.info-tooltip--toggle-checked-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(29, 25, 23, 0.25);
}
.info-tooltip--dark-background-content {
  color: #191614;
}
.info-tooltip--dark-background-content:focus {
  box-shadow: 0 0 0 0.1875rem rgba(25, 22, 20, 0.25);
}
.info-tooltip--dark-border-content {
  color: #5b5653;
}
.info-tooltip--dark-border-content:focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.25);
}
.info-tooltip--dark-color-content {
  color: #908c89;
}
.info-tooltip--dark-color-content:focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.25);
}
.info-tooltip--dark-background {
  color: #211E1B;
}
.info-tooltip--dark-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.25);
}
.info-tooltip--dark-side-navigation-color {
  color: #D6D5D2;
}
.info-tooltip--dark-side-navigation-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(214, 213, 210, 0.25);
}
.info-tooltip--dark-side-navigation-color-hover {
  color: #F9F8F7;
}
.info-tooltip--dark-side-navigation-color-hover:focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.25);
}
.info-tooltip--dark-side-navigation-icon-color {
  color: #908C89;
}
.info-tooltip--dark-side-navigation-icon-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(144, 140, 137, 0.25);
}
.info-tooltip--dark-side-navigation-icon-color-active {
  color: #C8C6C3;
}
.info-tooltip--dark-side-navigation-icon-color-active:focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.25);
}
.info-tooltip--dark-border-color {
  color: #5B5653;
}
.info-tooltip--dark-border-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(91, 86, 83, 0.25);
}
.info-tooltip--dark-badge-color {
  color: #141210;
}
.info-tooltip--dark-badge-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(20, 18, 16, 0.25);
}
.info-tooltip--dark-kebab-active-background {
  color: #37322F;
}
.info-tooltip--dark-kebab-active-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.25);
}
.info-tooltip--dark-filters-background {
  color: #110F0E;
}
.info-tooltip--dark-filters-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 15, 14, 0.25);
}
.info-tooltip--dark-toggle-background {
  color: #4E4946;
}
.info-tooltip--dark-toggle-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(78, 73, 70, 0.25);
}
.info-tooltip--dark-toggle-after-background {
  color: #9D9A97;
}
.info-tooltip--dark-toggle-after-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(157, 154, 151, 0.25);
}
.info-tooltip--dark-toggle-disabled-background {
  color: #4f4a47;
}
.info-tooltip--dark-toggle-disabled-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(79, 74, 71, 0.25);
}
.info-tooltip--dark-toggle-disabled-after-background {
  color: #686460;
}
.info-tooltip--dark-toggle-disabled-after-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(104, 100, 96, 0.25);
}
.info-tooltip--dark-toggle-checked-after-background {
  color: #211e1b;
}
.info-tooltip--dark-toggle-checked-after-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(33, 30, 27, 0.25);
}
.info-tooltip--dark-datepicker-background {
  color: #37322f;
}
.info-tooltip--dark-datepicker-background:focus {
  box-shadow: 0 0 0 0.1875rem rgba(55, 50, 47, 0.25);
}
.info-tooltip--dark-datepicker-box-shadow-color {
  color: #34302C;
}
.info-tooltip--dark-datepicker-box-shadow-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(52, 48, 44, 0.25);
}
.info-tooltip--dark-datepicker-head-button-color {
  color: #f9f8f7;
}
.info-tooltip--dark-datepicker-head-button-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(249, 248, 247, 0.25);
}
.info-tooltip--dark-datepicker-body-color {
  color: #aba8a5;
}
.info-tooltip--dark-datepicker-body-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(171, 168, 165, 0.25);
}
.info-tooltip--dark-datepicker-body-td-selected {
  color: #c8c6c3;
}
.info-tooltip--dark-datepicker-body-td-selected:focus {
  box-shadow: 0 0 0 0.1875rem rgba(200, 198, 195, 0.25);
}
.info-tooltip--numbers-table-background-color {
  color: #EEECE7;
}
.info-tooltip--numbers-table-background-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 236, 231, 0.25);
}
.info-tooltip--circle-border-color {
  color: #e4e0d7;
}
.info-tooltip--circle-border-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(228, 224, 215, 0.25);
}
.info-tooltip--circle-title-color {
  color: #615a54;
}
.info-tooltip--circle-title-color:focus {
  box-shadow: 0 0 0 0.1875rem rgba(97, 90, 84, 0.25);
}
.info-tooltip--small {
  font-size: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  width: 0.75rem;
}
.info-tooltip--small [class^=icon-],
.info-tooltip--small [class*=" icon-"] {
  font-size: 0.75rem !important;
}
h4 + .info-tooltip {
  margin-left: 1rem;
}
.warning {
  background: #fdefe7;
  color: #ed7021;
  line-height: 1rem;
  padding: 0.75rem 1rem;
}
.warning p,
.warning ul,
.warning ol {
  line-height: 1rem;
}
.warning p:last-child,
.warning ul:last-child,
.warning ol:last-child {
  margin-bottom: 0;
}
.success {
  background: #e9f7ee;
  line-height: 1rem;
  padding: 0.75rem 1rem;
}
.success p,
.success ul,
.success ol {
  line-height: 1rem;
}
.success p:last-child,
.success ul:last-child,
.success ol:last-child {
  margin-bottom: 0;
}
.error {
  background: #fbf0f1;
  color: #CB1B19;
  line-height: 1rem;
  padding: 0.75rem 1rem;
}
.error p,
.error ul,
.error ol {
  line-height: 1rem;
}
.error p:last-child,
.error ul:last-child,
.error ol:last-child {
  margin-bottom: 0;
}
#spinner {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
@media print {
  #spinner {
    display: none !important;
  }
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popper__dropdown-menu {
  width: 0;
  height: 0;
  padding: 0 !important;
  border: 0 !important;
}
.popper__dropdown-menu .dropdown-menu {
  top: -1px;
  right: 4px;
  left: auto;
  cursor: pointer;
}
.popper__dropdown-menu .arrow {
  display: none;
}
.grid-max-col-80 {
  max-width: calc(60rem + 330px);
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
.ps__rail-x,
.ps__rail-y {
  background-color: #f1f1f1 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  z-index: 3;
}
.ps__rail-x {
  height: 10px !important;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking > .ps__thumb-x {
  background-color: #c1c1c1 !important;
  height: 7px !important;
}
.ps__rail-y {
  width: 10px !important;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #c1c1c1 !important;
  width: 7px !important;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: #c1c1c1 !important;
  border-radius: 0 !important;
}
.ps__thumb-x {
  border-left: 2px solid #f1f1f1 !important;
  border-right: 2px solid #f1f1f1 !important;
  height: 7px !important;
}
.ps__thumb-y {
  border-bottom: 2px solid #f1f1f1 !important;
  border-top: 2px solid #f1f1f1 !important;
  width: 7px !important;
}
.ps .ps__rail-x,
.ps .ps__rail-y {
  opacity: 0 !important;
  transition: opacity 0.5s;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y.ps--clicking {
  background-color: #f1f1f1 !important;
  opacity: 1 !important;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-x > .ps__rail-y,
.ps--scrolling-y > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1 !important;
}
.ps--active-x .ps__rail-x,
.ps--active-x .ps__rail-y,
.ps--active-x > .ps__rail-x,
.ps--active-x > .ps__rail-y,
.ps--active-y .ps__rail-x,
.ps--active-y .ps__rail-y,
.ps--active-y > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #f1f1f1 !important;
}
.min-height-visible-area {
  min-height: calc(100vh - 8.5rem);
}
@media print {
  @page {
    size: auto !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
  }
  *,
  *::before,
  *::after {
    color: #000 !important;
  }
  *[class*=pendo],
  *[class*=info-] {
    display: none !important;
  }
  body {
    zoom: 90% !important;
  }
  .break-inside-avoid {
    break-inside: avoid !important;
  }
  th.text-nowrap,
  td.text-nowrap {
    white-space: normal !important;
  }
}
.chart-custom-label-class {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Brown-light", sans-serif;
}
.request-status-cell {
  display: inline-block;
  padding: 0 0.75rem;
  border-radius: 1rem;
}
html.dark-theme {
  background-color: #191614;
}
html.dark-theme html,
html.dark-theme body {
  background-color: #191614;
  color: #F9F8F7;
}
html.dark-theme input {
  color: #F9F8F7;
}
html.dark-theme input::placeholder {
  color: #908C89;
}
html.dark-theme * {
  scrollbar-color: #979797 #211E1B;
}
html.dark-theme *::-webkit-scrollbar-track {
  background: #211E1B;
}
html.dark-theme *::-webkit-scrollbar-thumb {
  background: #979797;
  border: 2px solid #211E1B;
}
html.dark-theme label,
html.dark-theme .breadcrumbs {
  color: #F9F8F7;
}
html.dark-theme .ps__rail-x,
html.dark-theme .ps__rail-y {
  background-color: #211E1B !important;
}
html.dark-theme .ps__rail-x:hover > .ps__thumb-x,
html.dark-theme .ps__rail-x:focus > .ps__thumb-x,
html.dark-theme .ps__rail-x.ps--clicking > .ps__thumb-x {
  background-color: #979797 !important;
}
html.dark-theme .ps__rail-y:hover > .ps__thumb-y,
html.dark-theme .ps__rail-y:focus > .ps__thumb-y,
html.dark-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #979797 !important;
}
html.dark-theme .ps__thumb-x,
html.dark-theme .ps__thumb-y {
  background-color: #979797 !important;
}
html.dark-theme .ps__thumb-x {
  border-left: 2px solid #211E1B !important;
  border-right: 2px solid #211E1B !important;
}
html.dark-theme .ps__thumb-y {
  border-bottom: 2px solid #211E1B !important;
  border-top: 2px solid #211E1B !important;
}
html.dark-theme .ps .ps__rail-x:hover,
html.dark-theme .ps .ps__rail-x:focus,
html.dark-theme .ps .ps__rail-x.ps--clicking,
html.dark-theme .ps .ps__rail-y:hover,
html.dark-theme .ps .ps__rail-y:focus,
html.dark-theme .ps .ps__rail-y.ps--clicking {
  background-color: #211E1B !important;
}
html.dark-theme .ps--active-x .ps__rail-x,
html.dark-theme .ps--active-x .ps__rail-y,
html.dark-theme .ps--active-x > .ps__rail-x,
html.dark-theme .ps--active-x > .ps__rail-y,
html.dark-theme .ps--active-y .ps__rail-x,
html.dark-theme .ps--active-y .ps__rail-y,
html.dark-theme .ps--active-y > .ps__rail-x,
html.dark-theme .ps--active-y > .ps__rail-y {
  background-color: #211E1B !important;
}
html.dark-theme .error {
  background: #fbf0f1;
  color: #CB1B19;
}

/* angular:styles/global:styles */
