@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #5b8dc2;
  --purple: #b175bd;
  --red: #eb5c5e;
  --orange: #f8961e;
  --yellow: #f9c74f;
  --green: #43aa8b;
  --cyan: #5bb2c8;
  --white: #fff;
  --gray: #a4a6a7;
  --gray-dark: #353536;
  --accent: #5d82a8;
  --background: #dbdee0;
  --primary: #43aa8b;
  --secondary: #5d82a8;
  --success: #43aa8b;
  --info: #5bb2c8;
  --warning: #f9c74f;
  --danger: #eb5c5e;
  --light: #f7fafc;
  --dark: #353536;
  --blue: #5b8dc2;
  --purple: #b175bd;
  --yellow: #f9c74f;
  --gray: #888a8b;
  --gray-100: #f7fafc;
  --gray-200: #dbdee0;
  --gray-300: #bfc2c3;
  --gray-400: #a4a6a7;
  --gray-500: #888a8b;
  --gray-600: #6c6d6e;
  --gray-700: #505152;
  --gray-800: #353536;
  --gray-900: #191919;
  --shade: rgba(25, 25, 25, 0.5);
  --black: #000;
  --white: #fff;
  --action: #f8961e;
  --font-family-accent: "Kumbh Sans", sans-serif;
  --font-family-primary: roboto, sans-serif;
}

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

:root {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505152;
  background-color: #dbdee0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .sanitized h1, .sanitized .h1, .sanitized h2, .sanitized .h2, .sanitized h3, .sanitized .h3, .sanitized h4, .sanitized .h4, .sanitized h5, .sanitized .h5, .sanitized h6, .sanitized .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-family-accent);
  font-weight: 100;
  line-height: 1.2;
  color: #5d82a8;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.3375rem + 1.05vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #353536;
  text-decoration: underline;
}

a:hover {
  color: #0f0f0f;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--font-family-primary);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #b175bd;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #191919;
  border-radius: 0.175rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c6d6e;
  text-align: left;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.725rem + 5.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c6d6e;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c6d6e;
}

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

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

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

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

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

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

.row {
  --grid-gutter-x: 2rem;
  --grid-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-right: calc(var(--grid-gutter-x) / -2);
  margin-left: calc(var(--grid-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--grid-gutter-x) / 2);
  padding-left: calc(var(--grid-gutter-x) / 2);
  margin-top: var(--grid-gutter-y);
}

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

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

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

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

.g-0,
.gx-0 {
  --grid-gutter-x: 0;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    min-width: 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    min-width: 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    min-width: 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    min-width: 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    min-width: 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 3rem;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #505152;
  vertical-align: top;
}

.table th,
.table td {
  padding: 0.5rem;
  border-bottom: 1px solid #bfc2c3;
}

.table tbody {
  vertical-align: inherit;
}

.table thead th {
  vertical-align: bottom;
  border-bottom-color: #505152;
}

.table tbody + tbody {
  border-top: 2px solid #bfc2c3;
}

.caption-top {
  caption-side: top;
}

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

.table-bordered {
  border: 1px solid #bfc2c3;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #bfc2c3;
}

.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: #505152;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table-hover .table-primary:hover {
  background-color: #b8dfd4;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c1cfde;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b8dfd4;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #bee0ea;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #fce7b6;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f6babc;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ecf6f6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9b9ba;
}

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

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

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

.table-hover .table-blue:hover {
  background-color: #bed2e7;
}

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

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

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

.table-hover .table-purple:hover {
  background-color: #dfc7e5;
}

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

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

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

.table-hover .table-yellow:hover {
  background-color: #fce7b6;
}

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

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

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

.table-hover .table-gray:hover {
  background-color: #d1d1d2;
}

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

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

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

.table-hover .table-gray-100:hover {
  background-color: #ecf6f6;
}

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

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

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

.table-hover .table-gray-200:hover {
  background-color: #e8eaea;
}

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

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

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

.table-hover .table-gray-300:hover {
  background-color: #e0e2e2;
}

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

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

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

.table-hover .table-gray-400:hover {
  background-color: #d9d9d9;
}

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

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

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

.table-hover .table-gray-500:hover {
  background-color: #d1d1d2;
}

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

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

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

.table-hover .table-gray-600:hover {
  background-color: #c9c9c9;
}

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

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

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

.table-hover .table-gray-700:hover {
  background-color: #c1c1c2;
}

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

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

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

.table-hover .table-gray-800:hover {
  background-color: #b9b9ba;
}

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

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

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

.table-hover .table-gray-900:hover {
  background-color: #b2b2b2;
}

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

.table-shade,
.table-shade > th,
.table-shade > td {
  background-color: rgba(229, 229, 229, 0.86);
}

.table-shade th,
.table-shade td,
.table-shade thead th,
.table-shade tbody + tbody {
  border-color: rgba(194, 194, 194, 0.74);
}

.table-hover .table-shade:hover {
  background-color: rgba(216, 216, 216, 0.86);
}

.table-hover .table-shade:hover > td,
.table-hover .table-shade:hover > th {
  background-color: rgba(216, 216, 216, 0.86);
}

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

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

.table-hover .table-black:hover {
  background-color: #ababab;
}

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

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

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

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

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

.table-action,
.table-action > th,
.table-action > td {
  background-color: #fde2c0;
}

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

.table-hover .table-action:hover {
  background-color: #fcd7a7;
}

.table-hover .table-action:hover > td,
.table-hover .table-action:hover > th {
  background-color: #fcd7a7;
}

.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: #353536;
  border-color: #484849;
}

.table .thead-light th {
  color: #505152;
  background-color: #dbdee0;
  border-color: #bfc2c3;
}

.table-dark {
  color: #fff;
  background-color: #353536;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #484849;
}

.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 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.75rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  color: #6c6d6e;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1em + 0.5rem + 2px);
  padding: 0.25rem 0.25rem;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  vertical-align: middle;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a4a6a7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #505152;
  background-color: #fff;
  border-color: #747476;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.form-control::-moz-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.form-control::placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f7fafc;
  border-color: transparent;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  margin-bottom: 0;
  line-height: 1;
  color: #505152;
  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 {
  min-height: calc(1em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.175rem;
}

.form-control-lg {
  min-height: calc(1em + 3rem + 2px);
  padding: 1.5rem 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.35rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.25rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1em + 0.5rem + 2px + 3px);
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23353536' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 16px 12px;
  border: 1px solid #a4a6a7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #747476;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.form-select:focus::-ms-value {
  color: #505152;
  background-color: #fff;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.25rem;
  background-image: none;
}

.form-select:disabled {
  color: #a4a6a7;
  background-color: #f7fafc;
  border-color: transparent;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #505152;
}

.form-select-sm {
  height: calc(1em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-position: center center;
  border: 2px solid #a4a6a7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #f8961e;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(248, 150, 30, 0.25);
}

.form-check-input:checked {
  background-color: #f8961e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em;
  border-color: #f8961e;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.35' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #f8961e;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
  background-size: 1em;
  border-color: #f8961e;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.25em;
}

.form-switch .form-check-input {
  width: 1.75em;
  margin-left: -2.25em;
  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='%23bfc2c3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-radius: 1.75em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-switch .form-check-input:focus {
  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='%23fbc88a'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-file {
  position: relative;
  height: calc(1em + 0.5rem + 2px);
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within ~ .form-file-label {
  border-color: #747476;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.form-file-input[disabled] ~ .form-file-label .form-file-text,
.form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #f7fafc;
  border-color: transparent;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: 100%;
  border-color: #a4a6a7;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.25rem 0.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.25rem 0.25rem;
  margin-left: -1px;
  line-height: 1;
  color: #505152;
  background-color: #dbdee0;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  height: calc(1em + 0.25rem + 2px);
  font-size: 0.75rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.125rem 0.5rem;
}

.form-file-lg {
  height: calc(1em + 3rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 1.5rem 0.75rem;
}

.form-range {
  width: 100%;
  height: 2.05rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px #dbdee0, 0 0 0 0.15rem #72c7ae;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 2px #dbdee0, 0 0 0 0.15rem #72c7ae;
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 2px #dbdee0, 0 0 0 0.15rem #72c7ae;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.75rem;
  background-color: #43aa8b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #72c7ae;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #dbdee0;
  border-color: transparent;
  border-radius: 0.5rem;
}

.form-range::-moz-range-thumb {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #43aa8b;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #72c7ae;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: #dbdee0;
  border-color: transparent;
  border-radius: 0.5rem;
}

.form-range::-ms-thumb {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #43aa8b;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.form-range::-ms-thumb:active {
  background-color: #72c7ae;
}

.form-range::-ms-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.875rem;
}

.form-range::-ms-fill-lower {
  background-color: #dbdee0;
  border-radius: 0.5rem;
}

.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dbdee0;
  border-radius: 0.5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #9dd3c3;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #9dd3c3;
}

.form-range:disabled::-ms-thumb {
  background-color: #9dd3c3;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn, .input-group .range-slider .slider .slider-limit .knob, .range-slider .slider .slider-limit .input-group .knob {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .range-slider .slider .slider-limit .knob:focus, .range-slider .slider .slider-limit .input-group .knob:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  text-align: center;
  white-space: nowrap;
  background-color: #dbdee0;
  border: 1px solid #a4a6a7;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control {
  min-height: calc(1em + 3rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1em + 3rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.range-slider .slider .slider-limit .input-group-lg > .knob {
  padding: 1.5rem 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.35rem;
}

.input-group-sm > .form-control {
  min-height: calc(1em + 0.25rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1em + 0.25rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.range-slider .slider .slider-limit .input-group-sm > .knob {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.175rem;
}

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

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #43aa8b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  color: #191919;
  background-color: rgba(67, 170, 139, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #43aa8b;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #43aa8b;
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #43aa8b;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #43aa8b;
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #43aa8b;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #60c0a3;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #43aa8b;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #43aa8b;
}

.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #43aa8b;
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(235, 92, 94, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #eb5c5e;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #eb5c5e;
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #eb5c5e;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #eb5c5e;
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #eb5c5e;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #f1898b;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #eb5c5e;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #eb5c5e;
}

.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #eb5c5e;
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.25);
}

.btn, .range-slider .slider .slider-limit .knob {
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  color: #505152;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .range-slider .slider .slider-limit .knob {
    transition: none;
  }
}

.btn:hover, .range-slider .slider .slider-limit .knob:hover {
  color: #505152;
}

.btn:focus, .range-slider .slider .slider-limit .knob:focus, .btn.focus, .range-slider .slider .slider-limit .focus.knob {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.btn:disabled, .range-slider .slider .slider-limit .knob:disabled, .btn.disabled, .range-slider .slider .slider-limit .disabled.knob,
fieldset:disabled .btn,
fieldset:disabled .range-slider .slider .slider-limit .knob,
.range-slider .slider .slider-limit fieldset:disabled .knob {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #388f75;
  border-color: #35856d;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #388f75;
  border-color: #35856d;
  box-shadow: 0 0 0 0.15rem rgba(95, 183, 156, 0.5);
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #35856d;
  border-color: #317c66;
}

.btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(95, 183, 156, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-secondary {
  color: #fff;
  background-color: #5d82a8;
  border-color: #5d82a8;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4e6f91;
  border-color: #496989;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #4e6f91;
  border-color: #496989;
  box-shadow: 0 0 0 0.15rem rgba(117, 149, 181, 0.5);
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #496989;
  border-color: #456280;
}

.btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(117, 149, 181, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #5d82a8;
  border-color: #5d82a8;
}

.btn-success {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-success:hover {
  color: #fff;
  background-color: #388f75;
  border-color: #35856d;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #388f75;
  border-color: #35856d;
  box-shadow: 0 0 0 0.15rem rgba(95, 183, 156, 0.5);
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #35856d;
  border-color: #317c66;
}

.btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(95, 183, 156, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-info {
  color: #fff;
  background-color: #5bb2c8;
  border-color: #5bb2c8;
}

.btn-info:hover {
  color: #fff;
  background-color: #3fa4bd;
  border-color: #3c9cb4;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #3fa4bd;
  border-color: #3c9cb4;
  box-shadow: 0 0 0 0.15rem rgba(116, 190, 208, 0.5);
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3c9cb4;
  border-color: #3993aa;
}

.btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(116, 190, 208, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #5bb2c8;
  border-color: #5bb2c8;
}

.btn-warning {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-warning:hover {
  color: #191919;
  background-color: #f8bb2a;
  border-color: #f7b71e;
}

.btn-warning:focus, .btn-warning.focus {
  color: #191919;
  background-color: #f8bb2a;
  border-color: #f7b71e;
  box-shadow: 0 0 0 0.15rem rgba(215, 173, 71, 0.5);
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #191919;
  background-color: #f7b71e;
  border-color: #f7b311;
}

.btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 173, 71, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-danger {
  color: #fff;
  background-color: #eb5c5e;
  border-color: #eb5c5e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e73a3c;
  border-color: #e52f31;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e73a3c;
  border-color: #e52f31;
  box-shadow: 0 0 0 0.15rem rgba(238, 116, 118, 0.5);
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e52f31;
  border-color: #e42326;
}

.btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(238, 116, 118, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #eb5c5e;
  border-color: #eb5c5e;
}

.btn-light {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-light:hover {
  color: #191919;
  background-color: #dbe9f2;
  border-color: #d2e3ee;
}

.btn-light:focus, .btn-light.focus {
  color: #191919;
  background-color: #dbe9f2;
  border-color: #d2e3ee;
  box-shadow: 0 0 0 0.15rem rgba(214, 216, 218, 0.5);
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #191919;
  background-color: #d2e3ee;
  border-color: #c9ddeb;
}

.btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(214, 216, 218, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-dark {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-dark:hover {
  color: #fff;
  background-color: #222223;
  border-color: #1c1c1c;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #222223;
  border-color: #1c1c1c;
  box-shadow: 0 0 0 0.15rem rgba(83, 83, 84, 0.5);
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #151516;
}

.btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(83, 83, 84, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-blue {
  color: #fff;
  background-color: #5b8dc2;
  border-color: #5b8dc2;
}

.btn-blue:hover {
  color: #fff;
  background-color: #437ab4;
  border-color: #3f73ab;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #437ab4;
  border-color: #3f73ab;
  box-shadow: 0 0 0 0.15rem rgba(116, 158, 203, 0.5);
}

.btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #3f73ab;
  border-color: #3c6da1;
}

.btn-blue:active:focus, .btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(116, 158, 203, 0.5);
}

.btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
  background-color: #5b8dc2;
  border-color: #5b8dc2;
}

.btn-purple {
  color: #fff;
  background-color: #b175bd;
  border-color: #b175bd;
}

.btn-purple:hover {
  color: #fff;
  background-color: #a25bb1;
  border-color: #9e53ad;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #a25bb1;
  border-color: #9e53ad;
  box-shadow: 0 0 0 0.15rem rgba(189, 138, 199, 0.5);
}

.btn-purple:active, .btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #9e53ad;
  border-color: #964ea4;
}

.btn-purple:active:focus, .btn-purple.active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(189, 138, 199, 0.5);
}

.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #b175bd;
  border-color: #b175bd;
}

.btn-yellow {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-yellow:hover {
  color: #191919;
  background-color: #f8bb2a;
  border-color: #f7b71e;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #191919;
  background-color: #f8bb2a;
  border-color: #f7b71e;
  box-shadow: 0 0 0 0.15rem rgba(215, 173, 71, 0.5);
}

.btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #191919;
  background-color: #f7b71e;
  border-color: #f7b311;
}

.btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 173, 71, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-gray {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-gray:hover {
  color: #fff;
  background-color: #757778;
  border-color: #6f7071;
}

.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #757778;
  border-color: #6f7071;
  box-shadow: 0 0 0 0.15rem rgba(154, 156, 156, 0.5);
}

.btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #6f7071;
  border-color: #686a6b;
}

.btn-gray:active:focus, .btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(154, 156, 156, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-gray-100 {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-gray-100:hover {
  color: #191919;
  background-color: #dbe9f2;
  border-color: #d2e3ee;
}

.btn-gray-100:focus, .btn-gray-100.focus {
  color: #191919;
  background-color: #dbe9f2;
  border-color: #d2e3ee;
  box-shadow: 0 0 0 0.15rem rgba(214, 216, 218, 0.5);
}

.btn-gray-100:active, .btn-gray-100.active,
.show > .btn-gray-100.dropdown-toggle {
  color: #191919;
  background-color: #d2e3ee;
  border-color: #c9ddeb;
}

.btn-gray-100:active:focus, .btn-gray-100.active:focus,
.show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(214, 216, 218, 0.5);
}

.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-gray-200 {
  color: #191919;
  background-color: #dbdee0;
  border-color: #dbdee0;
}

.btn-gray-200:hover {
  color: #191919;
  background-color: #c6cbce;
  border-color: #c0c5c8;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #191919;
  background-color: #c6cbce;
  border-color: #c0c5c8;
  box-shadow: 0 0 0 0.15rem rgba(190, 192, 194, 0.5);
}

.btn-gray-200:active, .btn-gray-200.active,
.show > .btn-gray-200.dropdown-toggle {
  color: #191919;
  background-color: #c0c5c8;
  border-color: #b9bfc3;
}

.btn-gray-200:active:focus, .btn-gray-200.active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(190, 192, 194, 0.5);
}

.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #191919;
  background-color: #dbdee0;
  border-color: #dbdee0;
}

.btn-gray-300 {
  color: #191919;
  background-color: #bfc2c3;
  border-color: #bfc2c3;
}

.btn-gray-300:hover {
  color: #191919;
  background-color: #abafb0;
  border-color: #a5a9aa;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #191919;
  background-color: #abafb0;
  border-color: #a5a9aa;
  box-shadow: 0 0 0 0.15rem rgba(166, 169, 170, 0.5);
}

.btn-gray-300:active, .btn-gray-300.active,
.show > .btn-gray-300.dropdown-toggle {
  color: #191919;
  background-color: #a5a9aa;
  border-color: #9ea3a4;
}

.btn-gray-300:active:focus, .btn-gray-300.active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(166, 169, 170, 0.5);
}

.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #191919;
  background-color: #bfc2c3;
  border-color: #bfc2c3;
}

.btn-gray-400 {
  color: #fff;
  background-color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-gray-400:hover {
  color: #fff;
  background-color: #919394;
  border-color: #8a8d8e;
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #fff;
  background-color: #919394;
  border-color: #8a8d8e;
  box-shadow: 0 0 0 0.15rem rgba(178, 179, 180, 0.5);
}

.btn-gray-400:active, .btn-gray-400.active,
.show > .btn-gray-400.dropdown-toggle {
  color: #fff;
  background-color: #8a8d8e;
  border-color: #848688;
}

.btn-gray-400:active:focus, .btn-gray-400.active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(178, 179, 180, 0.5);
}

.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #fff;
  background-color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-gray-500 {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-gray-500:hover {
  color: #fff;
  background-color: #757778;
  border-color: #6f7071;
}

.btn-gray-500:focus, .btn-gray-500.focus {
  color: #fff;
  background-color: #757778;
  border-color: #6f7071;
  box-shadow: 0 0 0 0.15rem rgba(154, 156, 156, 0.5);
}

.btn-gray-500:active, .btn-gray-500.active,
.show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #6f7071;
  border-color: #686a6b;
}

.btn-gray-500:active:focus, .btn-gray-500.active:focus,
.show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(154, 156, 156, 0.5);
}

.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c6d6e;
  border-color: #6c6d6e;
}

.btn-gray-600:hover {
  color: #fff;
  background-color: #595a5b;
  border-color: #535454;
}

.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: #595a5b;
  border-color: #535454;
  box-shadow: 0 0 0 0.15rem rgba(130, 131, 132, 0.5);
}

.btn-gray-600:active, .btn-gray-600.active,
.show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #535454;
  border-color: #4c4d4e;
}

.btn-gray-600:active:focus, .btn-gray-600.active:focus,
.show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(130, 131, 132, 0.5);
}

.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #fff;
  background-color: #6c6d6e;
  border-color: #6c6d6e;
}

.btn-gray-700 {
  color: #fff;
  background-color: #505152;
  border-color: #505152;
}

.btn-gray-700:hover {
  color: #fff;
  background-color: #3d3e3f;
  border-color: #373838;
}

.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: #3d3e3f;
  border-color: #373838;
  box-shadow: 0 0 0 0.15rem rgba(106, 107, 108, 0.5);
}

.btn-gray-700:active, .btn-gray-700.active,
.show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #373838;
  border-color: #313132;
}

.btn-gray-700:active:focus, .btn-gray-700.active:focus,
.show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(106, 107, 108, 0.5);
}

.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #fff;
  background-color: #505152;
  border-color: #505152;
}

.btn-gray-800 {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-gray-800:hover {
  color: #fff;
  background-color: #222223;
  border-color: #1c1c1c;
}

.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #222223;
  border-color: #1c1c1c;
  box-shadow: 0 0 0 0.15rem rgba(83, 83, 84, 0.5);
}

.btn-gray-800:active, .btn-gray-800.active,
.show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #151516;
}

.btn-gray-800:active:focus, .btn-gray-800.active:focus,
.show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(83, 83, 84, 0.5);
}

.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-gray-900 {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.btn-gray-900:hover {
  color: #fff;
  background-color: #060606;
  border-color: black;
}

.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: #060606;
  border-color: black;
  box-shadow: 0 0 0 0.15rem rgba(60, 60, 60, 0.5);
}

.btn-gray-900:active, .btn-gray-900.active,
.show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-gray-900:active:focus, .btn-gray-900.active:focus,
.show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(60, 60, 60, 0.5);
}

.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.btn-shade {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  border-color: rgba(25, 25, 25, 0.5);
}

.btn-shade:hover {
  color: #fff;
  background-color: rgba(6, 6, 6, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-shade:focus, .btn-shade.focus {
  color: #fff;
  background-color: rgba(6, 6, 6, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.15rem rgba(105, 105, 105, 0.5);
}

.btn-shade:active, .btn-shade.active,
.show > .btn-shade.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-shade:active:focus, .btn-shade.active:focus,
.show > .btn-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(105, 105, 105, 0.5);
}

.btn-shade:disabled, .btn-shade.disabled {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  border-color: rgba(25, 25, 25, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.15rem rgba(38, 38, 38, 0.5);
}

.btn-black:active, .btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:active:focus, .btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 38, 38, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #191919;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #191919;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(221, 221, 221, 0.5);
}

.btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #191919;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:active:focus, .btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(221, 221, 221, 0.5);
}

.btn-white:disabled, .btn-white.disabled {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}

.btn-action {
  color: #fff;
  background-color: #f8961e;
  border-color: #f8961e;
}

.btn-action:hover {
  color: #fff;
  background-color: #e98307;
  border-color: #dc7c07;
}

.btn-action:focus, .btn-action.focus {
  color: #fff;
  background-color: #e98307;
  border-color: #dc7c07;
  box-shadow: 0 0 0 0.15rem rgba(249, 166, 64, 0.5);
}

.btn-action:active, .btn-action.active,
.show > .btn-action.dropdown-toggle {
  color: #fff;
  background-color: #dc7c07;
  border-color: #d07506;
}

.btn-action:active:focus, .btn-action.active:focus,
.show > .btn-action.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(249, 166, 64, 0.5);
}

.btn-action:disabled, .btn-action.disabled {
  color: #fff;
  background-color: #f8961e;
  border-color: #f8961e;
}

.btn-outline-primary {
  color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.5);
}

.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #43aa8b;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #5d82a8;
  border-color: #5d82a8;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5d82a8;
  border-color: #5d82a8;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(93, 130, 168, 0.5);
}

.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #5d82a8;
  border-color: #5d82a8;
}

.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(93, 130, 168, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #5d82a8;
  background-color: transparent;
}

.btn-outline-success {
  color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.5);
}

.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #43aa8b;
  background-color: transparent;
}

.btn-outline-info {
  color: #5bb2c8;
  border-color: #5bb2c8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bb2c8;
  border-color: #5bb2c8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(91, 178, 200, 0.5);
}

.btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #5bb2c8;
  border-color: #5bb2c8;
}

.btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(91, 178, 200, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #5bb2c8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-warning:hover {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(249, 199, 79, 0.5);
}

.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(249, 199, 79, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f9c74f;
  background-color: transparent;
}

.btn-outline-danger {
  color: #eb5c5e;
  border-color: #eb5c5e;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #eb5c5e;
  border-color: #eb5c5e;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.5);
}

.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #eb5c5e;
  border-color: #eb5c5e;
}

.btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #eb5c5e;
  background-color: transparent;
}

.btn-outline-light {
  color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-light:hover {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 250, 252, 0.5);
}

.btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 250, 252, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f7fafc;
  background-color: transparent;
}

.btn-outline-dark {
  color: #353536;
  border-color: #353536;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.5);
}

.btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #353536;
  background-color: transparent;
}

.btn-outline-blue {
  color: #5b8dc2;
  border-color: #5b8dc2;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #5b8dc2;
  border-color: #5b8dc2;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.15rem rgba(91, 141, 194, 0.5);
}

.btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #5b8dc2;
  border-color: #5b8dc2;
}

.btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(91, 141, 194, 0.5);
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #5b8dc2;
  background-color: transparent;
}

.btn-outline-purple {
  color: #b175bd;
  border-color: #b175bd;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #b175bd;
  border-color: #b175bd;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(177, 117, 189, 0.5);
}

.btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #b175bd;
  border-color: #b175bd;
}

.btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(177, 117, 189, 0.5);
}

.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #b175bd;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-yellow:hover {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.15rem rgba(249, 199, 79, 0.5);
}

.btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #191919;
  background-color: #f9c74f;
  border-color: #f9c74f;
}

.btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(249, 199, 79, 0.5);
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #f9c74f;
  background-color: transparent;
}

.btn-outline-gray {
  color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.15rem rgba(136, 138, 139, 0.5);
}

.btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(136, 138, 139, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #888a8b;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-gray-100:hover {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 250, 252, 0.5);
}

.btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #191919;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

.btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 250, 252, 0.5);
}

.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #f7fafc;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: #dbdee0;
  border-color: #dbdee0;
}

.btn-outline-gray-200:hover {
  color: #191919;
  background-color: #dbdee0;
  border-color: #dbdee0;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.15rem rgba(219, 222, 224, 0.5);
}

.btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  color: #191919;
  background-color: #dbdee0;
  border-color: #dbdee0;
}

.btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(219, 222, 224, 0.5);
}

.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: #dbdee0;
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #bfc2c3;
  border-color: #bfc2c3;
}

.btn-outline-gray-300:hover {
  color: #191919;
  background-color: #bfc2c3;
  border-color: #bfc2c3;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.15rem rgba(191, 194, 195, 0.5);
}

.btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #191919;
  background-color: #bfc2c3;
  border-color: #bfc2c3;
}

.btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(191, 194, 195, 0.5);
}

.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #bfc2c3;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-outline-gray-400:hover {
  color: #fff;
  background-color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.15rem rgba(164, 166, 167, 0.5);
}

.btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #fff;
  background-color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(164, 166, 167, 0.5);
}

.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: #a4a6a7;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.15rem rgba(136, 138, 139, 0.5);
}

.btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #fff;
  background-color: #888a8b;
  border-color: #888a8b;
}

.btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(136, 138, 139, 0.5);
}

.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #888a8b;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #6c6d6e;
  border-color: #6c6d6e;
}

.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #6c6d6e;
  border-color: #6c6d6e;
}

.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 109, 110, 0.5);
}

.btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #fff;
  background-color: #6c6d6e;
  border-color: #6c6d6e;
}

.btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 109, 110, 0.5);
}

.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #6c6d6e;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #505152;
  border-color: #505152;
}

.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #505152;
  border-color: #505152;
}

.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 81, 82, 0.5);
}

.btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #fff;
  background-color: #505152;
  border-color: #505152;
}

.btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 81, 82, 0.5);
}

.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #505152;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #353536;
  border-color: #353536;
}

.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.5);
}

.btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.5);
}

.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #353536;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #191919;
  border-color: #191919;
}

.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.15rem rgba(25, 25, 25, 0.5);
}

.btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}

.btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(25, 25, 25, 0.5);
}

.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #191919;
  background-color: transparent;
}

.btn-outline-shade {
  color: rgba(25, 25, 25, 0.5);
  border-color: rgba(25, 25, 25, 0.5);
}

.btn-outline-shade:hover {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  border-color: rgba(25, 25, 25, 0.5);
}

.btn-outline-shade:focus, .btn-outline-shade.focus {
  box-shadow: 0 0 0 0.15rem rgba(25, 25, 25, 0.5);
}

.btn-outline-shade:active, .btn-outline-shade.active, .btn-outline-shade.dropdown-toggle.show {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  border-color: rgba(25, 25, 25, 0.5);
}

.btn-outline-shade:active:focus, .btn-outline-shade.active:focus, .btn-outline-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(25, 25, 25, 0.5);
}

.btn-outline-shade:disabled, .btn-outline-shade.disabled {
  color: rgba(25, 25, 25, 0.5);
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #191919;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-action {
  color: #f8961e;
  border-color: #f8961e;
}

.btn-outline-action:hover {
  color: #fff;
  background-color: #f8961e;
  border-color: #f8961e;
}

.btn-outline-action:focus, .btn-outline-action.focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 150, 30, 0.5);
}

.btn-outline-action:active, .btn-outline-action.active, .btn-outline-action.dropdown-toggle.show {
  color: #fff;
  background-color: #f8961e;
  border-color: #f8961e;
}

.btn-outline-action:active:focus, .btn-outline-action.active:focus, .btn-outline-action.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 150, 30, 0.5);
}

.btn-outline-action:disabled, .btn-outline-action.disabled {
  color: #f8961e;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #353536;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0f0f0f;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c6d6e;
}

.btn-lg, .btn-group-lg > .btn, .range-slider .slider .slider-limit .btn-group-lg > .knob {
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.35rem;
}

.btn-sm, .btn-group-sm > .btn, .range-slider .slider .slider-limit .btn-group-sm > .knob {
  padding: 0.125rem 1rem;
  font-size: 0.75rem;
  border-radius: 0.175rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #505152;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #505152;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #434445;
  background-color: #f7fafc;
}

.dropdown-item.active, .dropdown-item:active {
  color: #434445;
  text-decoration: none;
  background-color: #bbe0d5;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #d0d1d1;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .range-slider .slider .slider-limit .btn-group > .knob,
.btn-group-vertical > .btn,
.range-slider .slider .slider-limit .btn-group-vertical > .knob {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .range-slider .slider .slider-limit .btn-group > .knob:hover, .btn-group > .btn:focus, .range-slider .slider .slider-limit .btn-group > .knob:focus, .btn-group > .btn:active, .range-slider .slider .slider-limit .btn-group > .knob:active, .btn-group > .btn.active, .range-slider .slider .slider-limit .btn-group > .active.knob,
.btn-group-vertical > .btn:hover,
.range-slider .slider .slider-limit .btn-group-vertical > .knob:hover,
.btn-group-vertical > .btn:focus,
.range-slider .slider .slider-limit .btn-group-vertical > .knob:focus,
.btn-group-vertical > .btn:active,
.range-slider .slider .slider-limit .btn-group-vertical > .knob:active,
.btn-group-vertical > .btn.active,
.range-slider .slider .slider-limit .btn-group-vertical > .active.knob {
  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), .range-slider .slider .slider-limit .btn-group > .knob:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .range-slider .slider .slider-limit .btn-group > .knob:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.range-slider .slider .slider-limit .btn-group > .btn-group:not(:last-child) > .knob {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .range-slider .slider .slider-limit .btn-group > .knob:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.range-slider .slider .slider-limit .btn-group > .btn-group:not(:first-child) > .knob {
  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, .range-slider .slider .slider-limit .btn-group-sm > .knob + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .range-slider .slider .slider-limit .btn-group-lg > .knob + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.btn-group-vertical > .btn,
.range-slider .slider .slider-limit .btn-group-vertical > .knob,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .range-slider .slider .slider-limit .btn-group-vertical > .knob:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .range-slider .slider .slider-limit .btn-group-vertical > .knob:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.range-slider .slider .slider-limit .btn-group-vertical > .btn-group:not(:last-child) > .knob {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .range-slider .slider .slider-limit .btn-group-vertical > .knob:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.range-slider .slider .slider-limit .btn-group-vertical > .btn-group:not(:first-child) > .knob {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link.disabled {
  color: #bfc2c3;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #f7fafc;
}

.nav-tabs .nav-link {
  margin-bottom: -2px;
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent #f7fafc;
}

.nav-tabs .nav-link.disabled {
  color: #bfc2c3;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #505152;
  background-color: #dbdee0;
  border-color: transparent transparent #43aa8b;
}

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #43aa8b;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: var(--font-family-accent);
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

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

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.15rem;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.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 .navbar-collapse {
  display: flex !important;
}

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

.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.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}

.navbar-light .navbar-text a,
.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.55);
}

.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.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

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

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item a {
  color: #43aa8b;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6f7071;
  content: "/";
}

.breadcrumb-item.active {
  color: #6f7071;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #388f75;
  text-decoration: none;
  background-color: #def0eb;
  border: 0 solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #388f75;
  background-color: #def0eb;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: 0.75rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #43aa8b;
  border-color: #43aa8b;
}

.page-item.disabled .page-link {
  color: #a4a6a7;
  pointer-events: none;
  background-color: white;
}

.page-link {
  padding: 0.25rem 0.75rem;
}

.page-item .page-link {
  border-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item .page-link {
  border-radius: 0.35rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.pagination-sm .page-item .page-link {
  border-radius: 0.175rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, .range-slider .slider .slider-limit .knob .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #1d4b3d;
  background-color: #acdacc;
  border-color: #8eccb9;
}

.alert-primary .alert-link {
  color: #0f261f;
}

.alert-secondary {
  color: #29394a;
  background-color: #b8c8d9;
  border-color: #9eb4cb;
}

.alert-secondary .alert-link {
  color: #172029;
}

.alert-success {
  color: #1d4b3d;
  background-color: #acdacc;
  border-color: #8eccb9;
}

.alert-success .alert-link {
  color: #0f261f;
}

.alert-info {
  color: #284e58;
  background-color: #b7dde7;
  border-color: #9dd1de;
}

.alert-info .alert-link {
  color: #182f35;
}

.alert-warning {
  color: #6e5823;
  background-color: #fce6b2;
  border-color: #fbdd95;
}

.alert-warning .alert-link {
  color: #473917;
}

.alert-danger {
  color: #672829;
  background-color: #f6b7b8;
  border-color: #f39d9e;
}

.alert-danger .alert-link {
  color: #421a1a;
}

.alert-light {
  color: #6d6e6f;
  background-color: #fbfdfe;
  border-color: #fafcfd;
}

.alert-light .alert-link {
  color: #545555;
}

.alert-dark {
  color: #171718;
  background-color: #a6a6a7;
  border-color: #868686;
}

.alert-dark .alert-link {
  color: black;
}

.alert-blue {
  color: #283e55;
  background-color: #b7cde4;
  border-color: #9dbbda;
}

.alert-blue .alert-link {
  color: #182532;
}

.alert-purple {
  color: #4e3353;
  background-color: #ddc2e2;
  border-color: #d0acd7;
}

.alert-purple .alert-link {
  color: #302033;
}

.alert-yellow {
  color: #6e5823;
  background-color: #fce6b2;
  border-color: #fbdd95;
}

.alert-yellow .alert-link {
  color: #473917;
}

.alert-gray {
  color: #3c3d3d;
  background-color: #cbcccc;
  border-color: #b8b9b9;
}

.alert-gray .alert-link {
  color: #232323;
}

.alert-gray-100 {
  color: #6d6e6f;
  background-color: #fbfdfe;
  border-color: #fafcfd;
}

.alert-gray-100 .alert-link {
  color: #545555;
}

.alert-gray-200 {
  color: #606263;
  background-color: #eff0f1;
  border-color: #e9ebec;
}

.alert-gray-200 .alert-link {
  color: #474849;
}

.alert-gray-300 {
  color: #545556;
  background-color: #e3e4e5;
  border-color: #d9dadb;
}

.alert-gray-300 .alert-link {
  color: #3b3c3c;
}

.alert-gray-400 {
  color: #484949;
  background-color: #d7d8d8;
  border-color: #c8caca;
}

.alert-gray-400 .alert-link {
  color: #2f2f2f;
}

.alert-gray-500 {
  color: #3c3d3d;
  background-color: #cbcccc;
  border-color: #b8b9b9;
}

.alert-gray-500 .alert-link {
  color: #232323;
}

.alert-gray-600 {
  color: #303030;
  background-color: #bebfbf;
  border-color: #a7a7a8;
}

.alert-gray-600 .alert-link {
  color: #171717;
}

.alert-gray-700 {
  color: #232424;
  background-color: #b2b2b3;
  border-color: #969797;
}

.alert-gray-700 .alert-link {
  color: #0a0a0a;
}

.alert-gray-800 {
  color: #171718;
  background-color: #a6a6a7;
  border-color: #868686;
}

.alert-gray-800 .alert-link {
  color: black;
}

.alert-gray-900 {
  color: #0b0b0b;
  background-color: #9a9a9a;
  border-color: #757575;
}

.alert-gray-900 .alert-link {
  color: black;
}

.alert-shade {
  color: rgba(5, 5, 5, 0.78);
  background-color: rgba(207, 207, 207, 0.78);
  border-color: rgba(178, 178, 178, 0.7);
}

.alert-shade .alert-link {
  color: rgba(0, 0, 0, 0.78);
}

.alert-black {
  color: black;
  background-color: #8f8f8f;
  border-color: #666666;
}

.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #707070;
  background-color: white;
  border-color: white;
}

.alert-white .alert-link {
  color: #575757;
}

.alert-action {
  color: #6d420d;
  background-color: #fcd19c;
  border-color: #fbc078;
}

.alert-action .alert-link {
  color: #3f2608;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.5rem;
  }
}

.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.5rem;
  background-color: #bbe0d5;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #43aa8b;
  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: 0.5rem 0.5rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.list-group-item-action {
  width: 100%;
  color: #505152;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #505152;
  text-decoration: none;
  background-color: #f7fafc;
}

.list-group-item-action:active {
  color: #505152;
  background-color: #dbdee0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  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: #6c6d6e;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #353536;
  border-color: #353536;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #235848;
  background-color: #cae7df;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #235848;
  background-color: #b8dfd4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #235848;
  border-color: #235848;
}

.list-group-item-secondary {
  color: #304457;
  background-color: #d2dce7;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #304457;
  background-color: #c1cfde;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #304457;
  border-color: #304457;
}

.list-group-item-success {
  color: #235848;
  background-color: #cae7df;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #235848;
  background-color: #b8dfd4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #235848;
  border-color: #235848;
}

.list-group-item-info {
  color: #2f5d68;
  background-color: #d1e9f0;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f5d68;
  background-color: #bee0ea;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f5d68;
  border-color: #2f5d68;
}

.list-group-item-warning {
  color: #816729;
  background-color: #fdefce;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #816729;
  background-color: #fce7b6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #816729;
  border-color: #816729;
}

.list-group-item-danger {
  color: #7a3031;
  background-color: #f9d1d2;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7a3031;
  background-color: #f6babc;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a3031;
  border-color: #7a3031;
}

.list-group-item-light {
  color: #808283;
  background-color: #fdfefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #808283;
  border-color: #808283;
}

.list-group-item-dark {
  color: #1c1c1c;
  background-color: #c6c6c7;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1c1c1c;
  background-color: #b9b9ba;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.list-group-item-blue {
  color: #2f4965;
  background-color: #d1dfee;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #2f4965;
  background-color: #bed2e7;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #2f4965;
  border-color: #2f4965;
}

.list-group-item-purple {
  color: #5c3d62;
  background-color: #e9d8ed;
}

.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #5c3d62;
  background-color: #dfc7e5;
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #5c3d62;
  border-color: #5c3d62;
}

.list-group-item-yellow {
  color: #816729;
  background-color: #fdefce;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #816729;
  background-color: #fce7b6;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #816729;
  border-color: #816729;
}

.list-group-item-gray {
  color: #474848;
  background-color: #dededf;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #474848;
  background-color: #d1d1d2;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #474848;
  border-color: #474848;
}

.list-group-item-gray-100 {
  color: #808283;
  background-color: #fdfefe;
}

.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #808283;
  border-color: #808283;
}

.list-group-item-gray-200 {
  color: #727374;
  background-color: #f5f6f6;
}

.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #727374;
  background-color: #e8eaea;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #727374;
  border-color: #727374;
}

.list-group-item-gray-300 {
  color: #636565;
  background-color: #edeeee;
}

.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #636565;
  background-color: #e0e2e2;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #636565;
  border-color: #636565;
}

.list-group-item-gray-400 {
  color: #555657;
  background-color: #e6e6e6;
}

.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #555657;
  background-color: #d9d9d9;
}

.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #555657;
  border-color: #555657;
}

.list-group-item-gray-500 {
  color: #474848;
  background-color: #dededf;
}

.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #474848;
  background-color: #d1d1d2;
}

.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #474848;
  border-color: #474848;
}

.list-group-item-gray-600 {
  color: #383939;
  background-color: #d6d6d6;
}

.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #383939;
  background-color: #c9c9c9;
}

.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #383939;
  border-color: #383939;
}

.list-group-item-gray-700 {
  color: #2a2a2b;
  background-color: #cececf;
}

.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #2a2a2b;
  background-color: #c1c1c2;
}

.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #2a2a2b;
  border-color: #2a2a2b;
}

.list-group-item-gray-800 {
  color: #1c1c1c;
  background-color: #c6c6c7;
}

.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1c1c1c;
  background-color: #b9b9ba;
}

.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.list-group-item-gray-900 {
  color: #0d0d0d;
  background-color: #bfbfbf;
}

.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #0d0d0d;
  background-color: #b2b2b2;
}

.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.list-group-item-shade {
  color: rgba(7, 7, 7, 0.74);
  background-color: rgba(229, 229, 229, 0.86);
}

.list-group-item-shade.list-group-item-action:hover, .list-group-item-shade.list-group-item-action:focus {
  color: rgba(7, 7, 7, 0.74);
  background-color: rgba(216, 216, 216, 0.86);
}

.list-group-item-shade.list-group-item-action.active {
  color: #fff;
  background-color: rgba(7, 7, 7, 0.74);
  border-color: rgba(7, 7, 7, 0.74);
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}

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

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

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

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

.list-group-item-action {
  color: #814e10;
  background-color: #fde2c0;
}

.list-group-item-action.list-group-item-action:hover, .list-group-item-action.list-group-item-action:focus {
  color: #814e10;
  background-color: #fcd7a7;
}

.list-group-item-action.list-group-item-action.active {
  color: #fff;
  background-color: #814e10;
  border-color: #814e10;
}

.close {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #6c6d6e;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (min-width: 1200px) {
  .close {
    font-size: 1.5rem;
  }
}

.close:hover {
  color: #6c6d6e;
  text-decoration: none;
}

.close:hover, .close:focus {
  opacity: .75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #6c6d6e;
  pointer-events: auto;
  background-color: #f7fafc;
  background-clip: padding-box;
  border: 0 solid;
  outline: 0;
  box-shadow: 0 1.5rem 2rem 0.25rem rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.35rem 1rem 0.175rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #dbdee0;
  border-bottom: 1px solid #bfc2c3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-header .close {
  padding: 0.35rem 1rem 0.175rem 1rem;
  margin: -0.35rem -1rem -0.35rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #bfc2c3;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.modal-footer > * {
  margin-right: 0.5rem;
}

.modal-footer > *:last-child {
  margin-right: 0;
}

.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-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-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 .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.35rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.35rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}

.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.35rem 0;
}

.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.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%;
  -webkit-backface-visibility: hidden;
  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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #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-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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' 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: 2;
  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: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: inherit;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: inherit;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

.link-primary {
  color: #43aa8b;
}

.link-primary:hover, .link-primary:focus {
  color: #2d735e;
}

.link-secondary {
  color: #5d82a8;
}

.link-secondary:hover, .link-secondary:focus {
  color: #405c78;
}

.link-success {
  color: #43aa8b;
}

.link-success:hover, .link-success:focus {
  color: #2d735e;
}

.link-info {
  color: #5bb2c8;
}

.link-info:hover, .link-info:focus {
  color: #368ba1;
}

.link-warning {
  color: #f9c74f;
}

.link-warning:hover, .link-warning:focus {
  color: #f3ae08;
}

.link-danger {
  color: #eb5c5e;
}

.link-danger:hover, .link-danger:focus {
  color: #df1b1e;
}

.link-light {
  color: #f7fafc;
}

.link-light:hover, .link-light:focus {
  color: #bfd7e7;
}

.link-dark {
  color: #353536;
}

.link-dark:hover, .link-dark:focus {
  color: #0f0f0f;
}

.link-blue {
  color: #5b8dc2;
}

.link-blue:hover, .link-blue:focus {
  color: #396798;
}

.link-purple {
  color: #b175bd;
}

.link-purple:hover, .link-purple:focus {
  color: #8e4a9b;
}

.link-yellow {
  color: #f9c74f;
}

.link-yellow:hover, .link-yellow:focus {
  color: #f3ae08;
}

.link-gray {
  color: #888a8b;
}

.link-gray:hover, .link-gray:focus {
  color: #626465;
}

.link-gray-100 {
  color: #f7fafc;
}

.link-gray-100:hover, .link-gray-100:focus {
  color: #bfd7e7;
}

.link-gray-200 {
  color: #dbdee0;
}

.link-gray-200:hover, .link-gray-200:focus {
  color: #b2b8bd;
}

.link-gray-300 {
  color: #bfc2c3;
}

.link-gray-300:hover, .link-gray-300:focus {
  color: #989c9e;
}

.link-gray-400 {
  color: #a4a6a7;
}

.link-gray-400:hover, .link-gray-400:focus {
  color: #7d8081;
}

.link-gray-500 {
  color: #888a8b;
}

.link-gray-500:hover, .link-gray-500:focus {
  color: #626465;
}

.link-gray-600 {
  color: #6c6d6e;
}

.link-gray-600:hover, .link-gray-600:focus {
  color: #464747;
}

.link-gray-700 {
  color: #505152;
}

.link-gray-700:hover, .link-gray-700:focus {
  color: #2a2b2b;
}

.link-gray-800 {
  color: #353536;
}

.link-gray-800:hover, .link-gray-800:focus {
  color: #0f0f0f;
}

.link-gray-900 {
  color: #191919;
}

.link-gray-900:hover, .link-gray-900:focus {
  color: black;
}

.link-shade {
  color: rgba(25, 25, 25, 0.5);
}

.link-shade:hover, .link-shade:focus {
  color: rgba(0, 0, 0, 0.5);
}

.link-black {
  color: #000;
}

.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #fff;
}

.link-white:hover, .link-white:focus {
  color: #d9d9d9;
}

.link-action {
  color: #f8961e;
}

.link-action:hover, .link-action:focus {
  color: #c36e06;
}

.embed-responsive {
  position: relative;
  width: 100%;
}

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

.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;
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}

.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-right-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #bfc2c3 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #43aa8b !important;
}

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

.border-success {
  border-color: #43aa8b !important;
}

.border-info {
  border-color: #5bb2c8 !important;
}

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

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

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

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

.border-blue {
  border-color: #5b8dc2 !important;
}

.border-purple {
  border-color: #b175bd !important;
}

.border-yellow {
  border-color: #f9c74f !important;
}

.border-gray {
  border-color: #888a8b !important;
}

.border-gray-100 {
  border-color: #f7fafc !important;
}

.border-gray-200 {
  border-color: #dbdee0 !important;
}

.border-gray-300 {
  border-color: #bfc2c3 !important;
}

.border-gray-400 {
  border-color: #a4a6a7 !important;
}

.border-gray-500 {
  border-color: #888a8b !important;
}

.border-gray-600 {
  border-color: #6c6d6e !important;
}

.border-gray-700 {
  border-color: #505152 !important;
}

.border-gray-800 {
  border-color: #353536 !important;
}

.border-gray-900 {
  border-color: #191919 !important;
}

.border-shade {
  border-color: rgba(25, 25, 25, 0.5) !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-action {
  border-color: #f8961e !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !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;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-primary {
  color: #43aa8b !important;
}

.text-secondary {
  color: #5d82a8 !important;
}

.text-success {
  color: #43aa8b !important;
}

.text-info {
  color: #5bb2c8 !important;
}

.text-warning {
  color: #f9c74f !important;
}

.text-danger {
  color: #eb5c5e !important;
}

.text-light {
  color: #f7fafc !important;
}

.text-dark {
  color: #353536 !important;
}

.text-blue {
  color: #5b8dc2 !important;
}

.text-purple {
  color: #b175bd !important;
}

.text-yellow {
  color: #f9c74f !important;
}

.text-gray {
  color: #888a8b !important;
}

.text-gray-100 {
  color: #f7fafc !important;
}

.text-gray-200 {
  color: #dbdee0 !important;
}

.text-gray-300 {
  color: #bfc2c3 !important;
}

.text-gray-400 {
  color: #a4a6a7 !important;
}

.text-gray-500 {
  color: #888a8b !important;
}

.text-gray-600 {
  color: #6c6d6e !important;
}

.text-gray-700 {
  color: #505152 !important;
}

.text-gray-800 {
  color: #353536 !important;
}

.text-gray-900 {
  color: #191919 !important;
}

.text-shade {
  color: rgba(25, 25, 25, 0.5) !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-action {
  color: #f8961e !important;
}

.text-body {
  color: #505152 !important;
}

.text-muted {
  color: #6c6d6e !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #43aa8b !important;
}

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

.bg-success {
  background-color: #43aa8b !important;
}

.bg-info {
  background-color: #5bb2c8 !important;
}

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

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

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

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

.bg-blue {
  background-color: #5b8dc2 !important;
}

.bg-purple {
  background-color: #b175bd !important;
}

.bg-yellow {
  background-color: #f9c74f !important;
}

.bg-gray {
  background-color: #888a8b !important;
}

.bg-gray-100 {
  background-color: #f7fafc !important;
}

.bg-gray-200 {
  background-color: #dbdee0 !important;
}

.bg-gray-300 {
  background-color: #bfc2c3 !important;
}

.bg-gray-400 {
  background-color: #a4a6a7 !important;
}

.bg-gray-500 {
  background-color: #888a8b !important;
}

.bg-gray-600 {
  background-color: #6c6d6e !important;
}

.bg-gray-700 {
  background-color: #505152 !important;
}

.bg-gray-800 {
  background-color: #353536 !important;
}

.bg-gray-900 {
  background-color: #191919 !important;
}

.bg-shade {
  background-color: rgba(25, 25, 25, 0.5) !important;
}

.bg-black {
  background-color: #000 !important;
}

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

.bg-action {
  background-color: #f8961e !important;
}

.bg-body {
  background-color: #dbdee0 !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-break {
  word-wrap: break-word !important;
}

.font-monospace {
  font-family: var(--font-family-primary) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-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;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.175rem !important;
}

.rounded-lg {
  border-radius: 0.35rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-right: -1rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-sm-n3 {
    margin-left: -1rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .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) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-right: -1rem !important;
  }
  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-md-n3 {
    margin-left: -1rem !important;
  }
  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .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) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .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) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .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;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !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;
  }
}

@use "sass:map";
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding: 7.5rem 0 3.5rem;
  background-color: #dbdee0;
}

body .content-height {
  min-height: calc(100vh - 11rem);
}

body .content-height.fixed {
  height: calc(100vh - 11rem);
  min-height: auto;
}

body.with-long-header {
  padding-top: 10rem;
}

body.with-long-header .content-height {
  min-height: calc(100vh - 13.5rem);
}

body.with-long-header .content-height.fixed {
  height: calc(100vh - 13.5rem);
  min-height: auto;
}

.content .header-one {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 3.75rem;
  color: #5d82a8;
  letter-spacing: 0;
}

.content-padding {
  padding: 7.5rem 0;
}

.header-two {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #5d82a8;
  letter-spacing: 0;
}

.header-three {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #5d82a8;
  letter-spacing: 0;
}

.link {
  font-size: 1rem;
  font-weight: 700;
  color: #43aa8b;
  letter-spacing: 0;
  transition: .3s;
}

.link:hover {
  color: #5d82a8;
}

.form-check label .label-link {
  font-weight: 700;
  color: #43aa8b;
  text-decoration: none;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: #fff;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  cursor: default;
  background-color: #babac0;
  border: 4px solid #fff;
  border-radius: 16px;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

.bg-curtain {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.screen-blocker,
.blackout,
.screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

.wallpaper-randomizer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.trix-content {
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.hr {
  display: block;
  padding: 1rem 0;
}

.hr::after {
  display: block;
  height: 1px;
  content: "";
  background-color: #222222;
  opacity: .25;
}

.blackout {
  z-index: 1035;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.screen-blocker {
  z-index: 1010;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.arrow {
  cursor: default;
}

.lds-grid {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

.page-controls {
  display: none;
}

.navbar-box {
  z-index: 1030;
}

.navbar-box .navbar {
  flex-wrap: nowrap;
  height: 3.75rem;
  background-color: #43aa8b;
}

.navbar-box .navbar .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-box .path-box {
  display: inline-flex;
  height: 1.75rem;
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  list-style: none;
  background: #388f75;
  border-radius: 0.25rem;
}

.navbar-box .path-box .path {
  position: relative;
  display: inline-flex;
  height: 100%;
  padding: 0 0.375rem 0 1.25rem;
  word-break: break-all;
  background: #9dd3c3;
  border-radius: 0.25rem;
  transition: background 0.25s;
}

.navbar-box .path-box .path:first-child {
  padding-left: 0.625rem;
}

.navbar-box .path-box .path:last-child {
  padding-right: 0.625rem;
}

.navbar-box .path-box .path:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-box .path-box .path:not(:last-child) {
  margin-right: 0.0625rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-box .path-box .path:not(:last-child)::before {
  position: absolute;
  right: -1rem;
  z-index: 1;
  content: "";
  border-top: 0.875rem solid transparent;
  border-right: 0.0625rem solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid #388f75;
}

.navbar-box .path-box .path:not(:last-child)::after {
  position: absolute;
  right: -0.875rem;
  z-index: 1;
  content: "";
  border-top: 0.875rem solid transparent;
  border-right: 0;
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid #9dd3c3;
  transition: border 0.25s;
}

.navbar-box .path-box .path:hover {
  background-color: #bbe0d5;
}

.navbar-box .path-box .path:hover::after {
  border-left-color: #bbe0d5;
}

.navbar-box .path-box .path:hover .path-content {
  color: #2e745f;
}

.navbar-box .path-box .path.active {
  background-color: #388f75;
}

.navbar-box .path-box .path.active::after {
  border-left-color: #388f75;
}

.navbar-box .path-box .path.active .path-content {
  color: #fff;
}

.navbar-box .path-box .path-content {
  display: -webkit-box;
  height: 100%;
  padding-top: 1px;
  overflow: hidden;
  line-height: 1.75rem;
  color: #2e745f;
  text-decoration: none;
  transition: color 0.25s;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.navbar-box .path-box .path-content .mdi {
  margin-right: .25rem;
  line-height: 1;
}

.navbar-box .user-box {
  position: absolute;
  top: 0;
  right: -.5rem;
  display: flex;
  flex-direction: column;
  min-width: 5rem;
  padding: 0 .5rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-box .page-bar {
  display: flex;
  align-items: center;
  height: 2.75rem;
  color: #fff;
  background-color: #388f75;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-box .page-bar .page-title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.navbar-box .page-sub-bar {
  position: relative;
  z-index: -1;
  font-size: 0.875rem;
}

.navbar-box .page-sub-bar .details-bar {
  display: block;
  height: 2.5rem;
  padding: 0 1rem;
  margin: 0 -1rem;
  color: #fff;
  background: #5d82a8;
  border-radius: 0 0 0.25rem 0.25rem;
}

.navbar-box .page-sub-bar .details-bar .page-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}

.navbar-box .page-sub-bar .divider {
  position: relative;
  width: 0;
  height: 100%;
  margin: 0 0.5rem;
  border-right: 1px solid #fff;
  opacity: .35;
}

.navbar-box .page-sub-bar .bg-border {
  border-color: #5d82a8;
}

.navbar-box .steps {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  list-style: none;
}

.navbar-box .steps a {
  text-decoration: none;
}

.navbar-box .steps .step {
  position: relative;
  display: flex;
  align-items: center;
  padding: .15rem 1rem;
  margin-right: 1.5rem;
  text-decoration: none;
  border-radius: 50rem;
}

.navbar-box .steps .step::before, .navbar-box .steps .step::after {
  position: absolute;
  z-index: -3;
  width: 1.65rem;
  height: .25rem;
  transition: background .125s, z-index .125s;
}

.navbar-box .steps .step::before {
  left: -1.575rem;
}

.navbar-box .steps .step::after {
  right: -1.575rem;
}

.navbar-box .steps .step:last-child {
  margin-right: 0;
}

.navbar-box .steps .step.visited {
  color: #b38c5c;
  background: #c6d3e1;
  transition: color .125s, background .125s;
}

.navbar-box .steps .step.visited::after {
  content: "";
  background: #c6d3e1;
}

.navbar-box .steps .step.visited::before {
  content: "";
  background: #c6d3e1;
}

.navbar-box .steps .step.visited a {
  color: #b38c5c;
  transition: color .125s;
}

.navbar-box .steps .step.visited:hover {
  color: #fff;
  background: #f8961e;
}

.navbar-box .steps .step.visited:hover::before {
  z-index: -2;
  background: #f8961e;
}

.navbar-box .steps .step.visited:hover::after {
  z-index: -2;
  background: #f8961e;
}

.navbar-box .steps .step.visited:hover a {
  color: #fff;
}

.navbar-box .steps .step.current {
  z-index: 1;
  color: #fff;
  pointer-events: none;
  background: #f8961e;
  box-shadow: none;
}

.navbar-box .steps .step.current a {
  color: #fff;
}

.navbar-box .steps .step.current.editable {
  pointer-events: all;
}

.navbar-box .steps .step.disabled {
  color: #d6dbe0;
  pointer-events: none;
  background: #8b99a7;
}

.navbar-box .steps .step.disabled::before {
  z-index: -1;
  background: #8b99a7;
}

.navbar-box .steps .step.disabled a {
  color: #d6dbe0;
}

.navbar-box .steps .step + .step.disabled::before {
  content: "";
}

.navbar-box .steps .step:last-child::after {
  content: none !important;
}

.navbar-box .steps .step:first-child::before {
  content: none !important;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem;
  font-family: var(--font-family-accent);
  background-color: #5d82a8;
}

.footer .rights {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.circle {
  width: 12.5rem;
  height: 12.5rem;
  margin: 2rem auto;
  background-color: #9dd3c3;
  border-color: #43aa8b;
  border-style: solid;
  border-width: 1px;
  border-radius: 6.25rem;
}

.notification {
  width: auto;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 .35rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #eb5c5e;
  border-radius: .8rem;
  transition: color .25s, background-color .25s, border .25s;
}

.notification.zero {
  line-height: calc(1.6rem - 2px);
  color: #eb5c5e;
  background-color: transparent;
  border: 1px solid #eb5c5e;
}

.icon-holder {
  position: relative;
  max-width: 9rem;
  margin: auto;
}

.icon-holder .notification-position {
  position: absolute;
  top: -.625rem;
  right: 0;
}

.company-body {
  position: relative;
}

.company-body .notification-in-company-boxes {
  position: absolute;
  top: -.625rem;
  right: -.625rem;
}

.sticky-btn .notification-in-sticky-button {
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .9rem;
  line-height: 1.5rem;
}

.sticky-btn .notification-position-in-sticky-button {
  position: absolute;
  top: -.625rem;
  right: 3px;
}

.table .notification {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  font-size: .8rem;
  line-height: 1.5rem;
}

.gear-icon {
  cursor: pointer;
}

.icon-holder .gear-icon-position {
  position: absolute;
  bottom: -1.5rem;
  left: 3px;
}

.actions-dropdown-menu {
  padding: .25rem 0;
  background-color: #fff;
  border-color: #fff;
}

.actions-dropdown-menu.bordered {
  border: 1px solid #c57718;
}

.actions-dropdown-menu .dropdown-item {
  width: calc(100% + 2px);
  margin-right: -1px;
  margin-left: -1px;
  font-size: 0.85rem;
  color: #c57718;
  transition: background-color .125s, color .125s;
}

.actions-dropdown-menu .dropdown-item:hover, .actions-dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: #e98307;
}

.actions-dropdown-menu .dropdown-item:hover .mdi, .actions-dropdown-menu .dropdown-item:focus .mdi {
  color: #fff;
}

.actions-dropdown-menu .dropdown-item:active, .actions-dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: #c57718;
}

.actions-dropdown-menu .dropdown-item:active .mdi, .actions-dropdown-menu .dropdown-item.active .mdi {
  color: #fff;
}

.actions-dropdown-menu .dropdown-item.disabled, .actions-dropdown-menu .dropdown-item:disabled {
  color: rgba(197, 119, 24, 0.5);
}

.actions-dropdown-menu .dropdown-item.disabled .mdi, .actions-dropdown-menu .dropdown-item:disabled .mdi {
  color: rgba(197, 119, 24, 0.5);
}

.actions-dropdown-menu .dropdown-item .mdi {
  margin-right: .5rem;
  line-height: 1;
  color: #c57718;
  vertical-align: text-bottom;
}

.actions-dropdown-menu .dropdown-item .mdi::before {
  font-size: 18px;
  line-height: 1;
}

.actions-dropdown-menu .dropdown-divider {
  width: calc(100% + 2px);
  margin: .25rem 0;
  margin-right: -1px;
  margin-left: -1px;
  border-color: #c57718;
}

.box-head {
  padding: 1rem;
  background-color: #5d82a8;
  border-radius: .25rem .25rem 0 0;
}

.box-body {
  position: relative;
  padding: 1.5rem 3rem;
  background: #fff;
  border: 1px solid #f7fafc;
  border-top: 0;
}

.box-body .box-body-holder {
  max-width: 34.375rem;
  margin: auto;
}

.box-body .company-holder {
  max-width: 48rem;
  margin: auto;
}

.box-body .company-holder .company {
  display: inline-block;
  width: 48%;
}

.box-body .company-holder .company .company-head {
  padding: .5rem 0;
  text-align: center;
  background: #5d82a8;
}

.box-body .company-holder .company .company-body {
  padding: 2rem .5rem;
  background: #dbdee0;
  border: 1px solid #5d82a8;
}

.company-body .header-six,
.company-body .header-five {
  font-size: 1.125rem;
  font-weight: 500;
}

.sticky-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 24.75rem;
  padding: .25rem .75rem .75rem;
  margin: auto;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}

.sticky-btn .sticky-btn-link {
  color: #fff;
  text-decoration: none;
}

.sticky-btn .mdi-chevron-up {
  display: block;
  margin: 0 auto -.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.sticky-btn .mdi-bell-outline {
  display: inline-block;
  padding-right: 1rem;
}

.table-header .close-btn {
  cursor: pointer;
}

.table-bills td {
  border-bottom: none;
}

.table-bills thead th {
  border-bottom: none;
}

.table-ads {
  border-spacing: 0 .625rem;
  border-collapse: separate;
}

.table-ads td {
  vertical-align: middle;
  border-top: 1px solid #f7fafc;
  border-bottom: 1px solid #f7fafc;
}

.table-ads td:first-of-type {
  border-left: 1px solid #f7fafc;
}

.table-ads td:last-of-type {
  border-right: 1px solid #f7fafc;
}

.table.table-borderless thead th {
  font-size: 1rem;
  font-weight: 300;
  color: #a4a6a7;
  letter-spacing: 0;
}

.table.table-borderless thead .notification-icon .mdi-bell-outline {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: bottom;
}

.table.table-borderless tbody tr {
  border: 1px solid #f7fafc;
}

.table.table-borderless .advertisement {
  position: relative;
}

.table.table-borderless .advertisement .first-text {
  padding-left: .75rem;
  font-size: .9rem;
  font-weight: 700;
}

.table.table-borderless .advertisement .second-text {
  padding-left: .75rem;
  font-size: .8rem;
  font-weight: 400;
  cursor: pointer;
}

.table.table-borderless .advertisement .img-position {
  position: absolute;
  top: .875rem;
  left: -.75rem;
}

.table.table-borderless .alert-primary {
  padding: .25rem .5rem;
  margin-bottom: 0;
  font-family: var(--font-family-accent);
}

.table.table-borderless .alert-primary .link {
  font-size: .8rem;
  color: #43aa8b;
  text-decoration: none;
}

.table.table-borderless .number {
  font-size: .9rem;
  text-align: center;
}

.table.table-borderless .increased-visibility {
  text-align: center;
}

.table.table-borderless .increased-visibility .btn, .table.table-borderless .increased-visibility .range-slider .slider .slider-limit .knob, .range-slider .slider .slider-limit .table.table-borderless .increased-visibility .knob {
  padding: .25rem .5rem;
  font-family: var(--font-family-accent);
  font-size: .8rem;
  font-weight: 400;
}

.table.table-borderless .increased-visibility span:first-of-type {
  font-size: .9rem;
  font-weight: 700;
}

.table.table-borderless .increased-visibility span:last-of-type {
  font-size: .8rem;
  font-weight: 400;
}

.dropdown-menu.names.show {
  left: 100%;
  padding: 0;
  margin: 0;
  font-size: .7rem;
  border-radius: 1px;
}

.dropdown-menu.names.show .dropdown-item {
  padding: 0 0 0 .5rem;
}

.table tfoot th {
  padding-top: 1rem;
  margin-top: 5rem;
  border-top: 1px solid #dbdee0;
  border-bottom: none;
}

.box {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 0.25rem 0.25rem;
}

.box p {
  padding-top: 2rem;
  color: #888a8b;
}

.box .form-check-in-box {
  position: absolute;
  right: .938rem;
  bottom: 1.875rem;
  left: .938rem;
}

.box .form-check-in-box .opacity-0 {
  opacity: 0;
}

.input-description {
  font-family: var(--font-family-accent);
  font-size: .8rem;
  color: #505152;
}

.box-model-two {
  position: relative;
  padding: 1rem;
}

.plus-icon-in-left {
  position: relative;
}

.plus-icon-in-left::before {
  position: absolute;
  top: 45%;
  left: -1.5rem;
  width: 1.9rem;
  height: 1.9rem;
  font-family: "Material Design Icons", serif;
  line-height: 1.9rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  content: "\F0415";
  background: #43aa8b;
  border-radius: 100%;
}

.trash-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  cursor: pointer;
  background: #eb5c5e;
  border-radius: 100%;
}

.trash-holder .mdi::before {
  display: inline-block;
  font-size: 1rem;
}

.handle {
  cursor: move;
}

.add-step-container {
  position: absolute;
  left: -.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .5rem;
  height: 100%;
  padding-top: 2rem;
}

.add-step-container .mdi {
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem;
  color: var(--white);
  cursor: pointer;
  background: var(--action);
  border-radius: 0.9375rem;
}

.add-step-container .mdi::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.steps .step-head {
  padding: .35rem .5rem;
  font-size: .875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem 0.25rem 0 0;
}

.steps .box {
  padding: .25rem;
  background: rgba(255, 255, 255, 0.5);
  border-top: none;
}

.steps .box .step-box {
  padding: .75rem;
  margin-bottom: .25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  transition: border .25s;
}

.steps .box .step-box:last-child {
  margin-bottom: 0;
}

.steps .box .step-box.selected-candidate {
  border: 1px solid #f8961e;
}

.steps .opaque-column {
  opacity: 1;
  transition: opacity .25s ease-in-out;
}

.steps .disable-column {
  opacity: .5;
  transition: opacity .25s ease-in-out;
}

.name {
  font-size: .9rem;
}

.date {
  display: inline-block;
  font-size: .75rem;
  color: #888a8b;
  vertical-align: bottom;
}

.description {
  padding-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #888a8b;
}

.alert-box {
  max-width: 15.625rem;
  padding: .5rem;
  margin: auto;
  border-radius: .25rem;
}

.opacity-half h5, .opacity-half .h5,
.opacity-half .form-control,
.opacity-half small,
.opacity-half .small {
  opacity: .5;
}

.opacity-half div:not(.alert-box) {
  opacity: .5;
}

.mdi-star,
.mdi-star-half-full {
  color: #f9c74f;
}

.mdi-star-outline {
  color: #dbdee0;
}

.fixed-card-box {
  position: fixed;
  top: 6.3rem;
  right: 0;
  z-index: 1032;
  min-width: 36rem;
  max-width: 36rem;
  min-height: 36rem;
  border: 1px solid #dbdee0;
  border-radius: .25rem;
}

.fixed-card-box .fixed-card-box-head {
  padding: .5rem;
  background: #353536;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.fixed-card-box .fixed-card-box-head .mdi-close {
  font-size: 1.4rem;
  color: #fff;
}

.fixed-card-box .fixed-card-box-head .name {
  font-family: var(--font-family-accent);
  font-size: 1.25rem;
  color: #fff;
}

.fixed-card-box .fixed-card-box-head .mdi {
  font-size: 1.25rem;
}

.fixed-card-box .green-section {
  padding: 1rem 7.25rem;
  background: #def0eb;
}

.fixed-card-box .icon-holder-in-cards {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: .7rem .5rem;
  margin-right: 1rem;
  line-height: 1;
  vertical-align: bottom;
  background: #bbe0d5;
  border-radius: 100%;
}

.fixed-card-box .info-link .info {
  color: #505152;
}

.fixed-card-box .info {
  display: inline-block;
  padding-top: .6rem;
  font-size: .875rem;
  vertical-align: top;
}

.fixed-card-box .email-link {
  display: inline-block;
  font-size: .875rem;
  color: #505152;
  vertical-align: top;
}

.fixed-card-box .white-section {
  padding: 1.5rem 2rem;
  background: #fff;
}

.fixed-card-box .white-section .grey-box {
  padding: 1.5rem .5rem;
  background: #dbdee0;
  border: 1px solid #f7fafc;
  border-radius: .25rem;
}

.fixed-card-box .white-section .grey-box .number {
  display: inline-block;
  margin-right: .3rem;
  font-size: .875rem;
  font-weight: 700;
  color: #43aa8b;
}

.fixed-card-box .white-section .grey-box .text-muted-disabled {
  color: #888a8b;
}

.fixed-card-box .white-section .grey-box .text-bold {
  font-size: .875rem;
  font-weight: 700;
}

.fixed-card-box .white-section .grey-box .text-normal {
  font-size: .875rem;
}

.drop-down-button {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: .625rem;
  transition: .3s all ease-in-out;
}

.drop-down-button:hover {
  color: #fff;
  background: #43aa8b;
}

.normal .tab-pane {
  height: 23rem;
  overflow-y: auto;
}

.extra .tab-pane {
  height: 40rem;
  overflow-y: auto;
}

.message-box {
  max-width: 25rem;
  padding: .5rem 1rem;
  border-radius: 1.25rem;
}

.message-box-grey {
  background: #f7fafc;
}

.message-box-navy {
  color: #fff;
  background: #191919;
}

.message-box-navy-hazy {
  color: #fff;
  background: #6c6d6e;
}

.avatar-holder .avatar {
  display: inline-block;
  margin-right: .6rem;
  overflow: hidden;
  vertical-align: top;
  border-radius: .75rem;
}

.avatar-holder .user-without-avatar {
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  font-family: var(--font-family-accent);
  color: #fff;
  text-align: center;
}

.avatar-holder .name {
  position: absolute;
  top: -1.5rem;
  left: 4.375rem;
  font-family: var(--font-family-accent);
  font-size: .8rem;
  color: #6c6d6e;
}

.avatar-holder .edit-box {
  position: absolute;
  top: -1.7rem;
  right: 7rem;
  display: inline-block;
  padding: 0 1rem;
  background: #fff;
  border-radius: .9rem;
  box-shadow: 0 2px 0.25rem 3px rgba(80, 81, 82, 0.08);
}

.avatar-holder .edit-box .mdi {
  font-size: 1.25rem;
  color: #6c6d6e;
  cursor: pointer;
  transition: .3s;
}

.avatar-holder .edit-box .mdi:hover {
  color: #000;
}

.card-header .date-accordion {
  font-size: .8rem;
  color: #505152;
}

.ranger {
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #5d82a8;
  border: 1px solid #f7fafc;
  border-radius: .25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.ranger::after {
  position: absolute;
  top: -.375rem;
  right: 2.45rem;
  width: .625rem;
  height: .625rem;
  margin: auto;
  content: "";
  background-color: #5d82a8;
  border-top: 1px solid #f7fafc;
  border-left: 1px solid #f7fafc;
  transform: rotate(45deg);
}

.answer-box {
  padding: 1rem .5rem;
  background: #f7fafc;
  border-radius: .25rem;
}

.answer-box .number {
  display: inline-block;
  margin-right: .3rem;
  font-size: .875rem;
  font-weight: 700;
  color: #43aa8b;
}

.answer-box .text-muted-disabled {
  color: #888a8b;
}

.answer-box .text-bold {
  font-size: .875rem;
  font-weight: 700;
}

.answer-box .text-normal {
  font-size: .875rem;
}

.w-92 {
  width: 92%;
}

.box-form {
  box-sizing: border-box;
  min-height: 39rem;
  padding: 1rem 1rem 3rem;
  background-color: #fff;
  border: 1px solid #f7fafc;
  border-radius: .25rem;
}

.box-form .divider {
  width: 15rem;
  height: 2px;
  margin: auto;
  background: #43aa8b;
}

.box-with-numbers-inside {
  min-height: 31.5rem;
  padding: 11.375rem 8.75rem 9.375rem;
  background-color: #fff;
  border: 1px dashed #f7fafc;
  border-radius: .25rem;
}

.calendar-input {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1.5rem;
}

.required {
  font-size: 1.2rem;
  color: #eb5c5e;
}

.container-in-box-form-type-one {
  max-width: 22.75rem;
  margin: auto;
}

.container-in-box-form-type-two {
  max-width: 37rem;
  padding-left: 7rem;
  margin: auto;
}

.container-in-box-form-type-two .min-width-label {
  min-width: 23.313rem;
  margin: auto;
}

.container-in-box-form-type-three {
  max-width: 30rem;
  margin: auto;
}

.container-in-box-form-type-four {
  max-width: 35rem;
  margin: auto;
}

.email-template {
  box-sizing: border-box;
  padding: .75rem 1.5rem;
  background: white;
  border: 1px solid #f7fafc;
  border-radius: .25rem;
}

.email-template .icon {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1rem;
  color: #353536;
  vertical-align: middle;
}

.logo-box {
  box-sizing: border-box;
  padding: 2rem 5.5rem;
  background-color: #dbdee0;
  border: 1px solid #f7fafc;
}

.mdi-file-pdf {
  font-size: 1.3rem;
  color: #000;
  vertical-align: bottom;
}

.text-truncate-in-bill-table {
  display: inline-block;
  width: 17.5rem;
  vertical-align: sub;
}

.status {
  font-weight: bold;
}

.mdi-check-circle-outline.in-admin {
  font-size: 1.25rem;
}

.bg-purple {
  background: #bd8bc8;
}

.bg-orange {
  background: #f8961e;
}

.bg-teal {
  background: #5bb2c8;
}

.bg-red {
  background: #ee7678;
}

.bg-accent {
  background: #5d82a8;
}

.bg-green {
  background: #43aa8b;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  padding: 8rem 0 2rem;
}

.main .alert-top {
  position: fixed;
  top: 9rem;
  z-index: 1030;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main.with-footer {
  padding-bottom: 4rem;
}

.main.long-navbar {
  padding-top: 10.5rem;
}

.main.long-navbar .alert-top {
  top: 11.5rem;
}

.notification-control {
  display: inline-flex;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #eb5c5e;
  border: 2px solid #eb5c5e;
  border-radius: .7rem;
  transition: background-color .25s, border-color .25s;
  transform: scale(0.9);
}

.notification-control .notification-count {
  display: inline-block;
  flex-shrink: 0;
  padding: 0 .35rem;
  overflow: hidden;
  font-family: roboto, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  vertical-align: middle;
  transition: width .25s, padding .25s;
}

.notification-control .notification-action {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  color: #eb5c5e;
  background-color: #fff;
  border-radius: .6rem;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.35);
  transition: margin-right .25s, color .25s;
}

.notification-control .notification-action .mdi,
.notification-control .notification-action .mdi::before {
  font-size: .8rem;
  line-height: .8rem;
}

.notification-control.muted {
  background-color: #bfc2c3;
  border-color: #bfc2c3;
}

.notification-control.muted .notification-count {
  width: 0;
  padding: 0;
}

.notification-control.muted .notification-action {
  margin-right: 1rem;
  color: #a4a6a7;
}

.notification-control.owned .notification-count {
  min-width: 1.2rem;
  padding: 0 .125rem;
}

.notification-control.owned .notification-action {
  display: none;
}

.range-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.range-slider.active-dragging .slider .slider-limit .knob {
  height: 4rem;
  padding-bottom: 2rem;
  margin-top: -2rem;
  border-radius: 2rem 2rem 4rem 4rem;
}

@media (min-width: 992px) {
  .range-slider.active-dragging .slider .slider-limit .knob {
    height: 4rem;
    padding-bottom: 2.4rem;
    margin-top: -2.4rem;
    border-radius: 1.6rem 1.6rem 4rem 4rem;
  }
}

.range-slider .slider {
  position: relative;
  width: 100%;
  height: 0.533333rem;
  padding: 0 0.533333rem 0 0;
  cursor: pointer;
  background: #9d9d9d;
  border-radius: 0.266667rem;
}

@media (min-width: 992px) {
  .range-slider .slider {
    height: 0.4rem;
    padding: 0 0.4rem 0 0;
    border-radius: 0.2rem;
  }
}

.range-slider .slider .slider-limit {
  position: relative;
  height: 0.533333rem;
}

@media (min-width: 992px) {
  .range-slider .slider .slider-limit {
    height: 0.4rem;
  }
}

.range-slider .slider .slider-limit .filled-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.533333rem;
  background: #57bd9e;
  border-radius: 0.266667rem;
}

@media (min-width: 992px) {
  .range-slider .slider .slider-limit .filled-up {
    height: 0.4rem;
    border-radius: 0.2rem;
  }
}

.range-slider .slider .slider-limit .knob {
  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, margin 0.125s ease, height 0.125s ease, padding 0.125s ease, border-radius 0.125s ease;
  position: absolute;
  top: -0.733333rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0 1rem;
  overflow: visible;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  cursor: pointer;
  background-color: #43aa8b;
  border: 0;
  border-radius: 1rem;
  outline: 0;
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .range-slider .slider .slider-limit .knob {
    transition: none;
  }
}

@media (min-width: 992px) {
  .range-slider .slider .slider-limit .knob {
    top: -0.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    padding: 0 0.8rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.8rem;
  }
}

.range-slider .slider .slider-limit .knob:hover {
  color: #fff;
  background-color: #35856d;
}

.range-slider .slider .slider-limit .knob:focus, .range-slider .slider .slider-limit .knob:active {
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(60, 147, 121, 0.5);
}

.range-slider .slider .slider-limit .knob::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.sanitized h1, .sanitized .h1, .sanitized h2, .sanitized .h2, .sanitized h3, .sanitized .h3, .sanitized h4, .sanitized .h4, .sanitized h5, .sanitized .h5, .sanitized h6, .sanitized .h6 {
  margin: 0;
}

.sanitized p {
  margin: 0;
}

.sanitized address {
  margin: 0;
}

.sanitized ol,
.sanitized ul,
.sanitized dl {
  margin: 0;
}

.sanitized ol,
.sanitized ul {
  padding-left: 1rem;
}

.sanitized ol ol,
.sanitized ul ul,
.sanitized ol ul,
.sanitized ul ol {
  margin: 0;
}

.sanitized dd {
  margin: 0;
}

.sanitized blockquote {
  margin: 0;
}

.sanitized pre {
  margin: 0;
}

.group-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem .5rem 0;
}

.group-box .group-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: .25rem .75rem;
  margin: .5rem 0 0 1.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-size: .875rem;
  color: #6c6d6e;
  background: #fff;
}

.group-box.centered {
  display: flex;
  justify-content: center;
}

.group-box.centered .group-title {
  margin-right: auto;
  margin-left: auto;
  left: auto;
}

.group-box .group-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem 0 2rem;
  border: 1px solid #bfc2c3;
  border-radius: 0.25rem;
}

.line-height-1 {
  line-height: 1;
}

.line-height-0 {
  line-height: 0;
}

.mdi-30px {
  font-size: 1.875rem;
}

.font-primary {
  font-family: roboto, sans-serif;
}

.font-accent {
  font-family: "Kumbh Sans", sans-serif;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.l-0 {
  left: 0;
}

.t-100 {
  top: 100%;
}

.r-100 {
  right: 100%;
}

.b-100 {
  bottom: 100%;
}

.l-100 {
  left: 100%;
}

.t-auto {
  top: auto;
}

.r-auto {
  right: auto;
}

.b-auto {
  bottom: auto;
}

.l-auto {
  left: auto;
}

.h-0rem {
  height: 0rem;
}

.w-0rem {
  width: 0rem;
}

.min-h-0rem {
  min-height: 0rem;
}

.min-w-0rem {
  min-width: 0rem;
}

.max-h-0rem {
  max-height: 0rem;
}

.max-w-0rem {
  max-width: 0rem;
}

.h-1rem {
  height: 1rem;
}

.w-1rem {
  width: 1rem;
}

.min-h-1rem {
  min-height: 1rem;
}

.min-w-1rem {
  min-width: 1rem;
}

.max-h-1rem {
  max-height: 1rem;
}

.max-w-1rem {
  max-width: 1rem;
}

.h-2rem {
  height: 2rem;
}

.w-2rem {
  width: 2rem;
}

.min-h-2rem {
  min-height: 2rem;
}

.min-w-2rem {
  min-width: 2rem;
}

.max-h-2rem {
  max-height: 2rem;
}

.max-w-2rem {
  max-width: 2rem;
}

.h-3rem {
  height: 3rem;
}

.w-3rem {
  width: 3rem;
}

.min-h-3rem {
  min-height: 3rem;
}

.min-w-3rem {
  min-width: 3rem;
}

.max-h-3rem {
  max-height: 3rem;
}

.max-w-3rem {
  max-width: 3rem;
}

.h-4rem {
  height: 4rem;
}

.w-4rem {
  width: 4rem;
}

.min-h-4rem {
  min-height: 4rem;
}

.min-w-4rem {
  min-width: 4rem;
}

.max-h-4rem {
  max-height: 4rem;
}

.max-w-4rem {
  max-width: 4rem;
}

.h-5rem {
  height: 5rem;
}

.w-5rem {
  width: 5rem;
}

.min-h-5rem {
  min-height: 5rem;
}

.min-w-5rem {
  min-width: 5rem;
}

.max-h-5rem {
  max-height: 5rem;
}

.max-w-5rem {
  max-width: 5rem;
}

.h-6rem {
  height: 6rem;
}

.w-6rem {
  width: 6rem;
}

.min-h-6rem {
  min-height: 6rem;
}

.min-w-6rem {
  min-width: 6rem;
}

.max-h-6rem {
  max-height: 6rem;
}

.max-w-6rem {
  max-width: 6rem;
}

.h-7rem {
  height: 7rem;
}

.w-7rem {
  width: 7rem;
}

.min-h-7rem {
  min-height: 7rem;
}

.min-w-7rem {
  min-width: 7rem;
}

.max-h-7rem {
  max-height: 7rem;
}

.max-w-7rem {
  max-width: 7rem;
}

.h-8rem {
  height: 8rem;
}

.w-8rem {
  width: 8rem;
}

.min-h-8rem {
  min-height: 8rem;
}

.min-w-8rem {
  min-width: 8rem;
}

.max-h-8rem {
  max-height: 8rem;
}

.max-w-8rem {
  max-width: 8rem;
}

.h-9rem {
  height: 9rem;
}

.w-9rem {
  width: 9rem;
}

.min-h-9rem {
  min-height: 9rem;
}

.min-w-9rem {
  min-width: 9rem;
}

.max-h-9rem {
  max-height: 9rem;
}

.max-w-9rem {
  max-width: 9rem;
}

.h-10rem {
  height: 10rem;
}

.w-10rem {
  width: 10rem;
}

.min-h-10rem {
  min-height: 10rem;
}

.min-w-10rem {
  min-width: 10rem;
}

.max-h-10rem {
  max-height: 10rem;
}

.max-w-10rem {
  max-width: 10rem;
}

.h-11rem {
  height: 11rem;
}

.w-11rem {
  width: 11rem;
}

.min-h-11rem {
  min-height: 11rem;
}

.min-w-11rem {
  min-width: 11rem;
}

.max-h-11rem {
  max-height: 11rem;
}

.max-w-11rem {
  max-width: 11rem;
}

.h-12rem {
  height: 12rem;
}

.w-12rem {
  width: 12rem;
}

.min-h-12rem {
  min-height: 12rem;
}

.min-w-12rem {
  min-width: 12rem;
}

.max-h-12rem {
  max-height: 12rem;
}

.max-w-12rem {
  max-width: 12rem;
}

.h-13rem {
  height: 13rem;
}

.w-13rem {
  width: 13rem;
}

.min-h-13rem {
  min-height: 13rem;
}

.min-w-13rem {
  min-width: 13rem;
}

.max-h-13rem {
  max-height: 13rem;
}

.max-w-13rem {
  max-width: 13rem;
}

.h-14rem {
  height: 14rem;
}

.w-14rem {
  width: 14rem;
}

.min-h-14rem {
  min-height: 14rem;
}

.min-w-14rem {
  min-width: 14rem;
}

.max-h-14rem {
  max-height: 14rem;
}

.max-w-14rem {
  max-width: 14rem;
}

.h-15rem {
  height: 15rem;
}

.w-15rem {
  width: 15rem;
}

.min-h-15rem {
  min-height: 15rem;
}

.min-w-15rem {
  min-width: 15rem;
}

.max-h-15rem {
  max-height: 15rem;
}

.max-w-15rem {
  max-width: 15rem;
}

.h-16rem {
  height: 16rem;
}

.w-16rem {
  width: 16rem;
}

.min-h-16rem {
  min-height: 16rem;
}

.min-w-16rem {
  min-width: 16rem;
}

.max-h-16rem {
  max-height: 16rem;
}

.max-w-16rem {
  max-width: 16rem;
}

.h-17rem {
  height: 17rem;
}

.w-17rem {
  width: 17rem;
}

.min-h-17rem {
  min-height: 17rem;
}

.min-w-17rem {
  min-width: 17rem;
}

.max-h-17rem {
  max-height: 17rem;
}

.max-w-17rem {
  max-width: 17rem;
}

.h-18rem {
  height: 18rem;
}

.w-18rem {
  width: 18rem;
}

.min-h-18rem {
  min-height: 18rem;
}

.min-w-18rem {
  min-width: 18rem;
}

.max-h-18rem {
  max-height: 18rem;
}

.max-w-18rem {
  max-width: 18rem;
}

.h-19rem {
  height: 19rem;
}

.w-19rem {
  width: 19rem;
}

.min-h-19rem {
  min-height: 19rem;
}

.min-w-19rem {
  min-width: 19rem;
}

.max-h-19rem {
  max-height: 19rem;
}

.max-w-19rem {
  max-width: 19rem;
}

.h-20rem {
  height: 20rem;
}

.w-20rem {
  width: 20rem;
}

.min-h-20rem {
  min-height: 20rem;
}

.min-w-20rem {
  min-width: 20rem;
}

.max-h-20rem {
  max-height: 20rem;
}

.max-w-20rem {
  max-width: 20rem;
}

.h-21rem {
  height: 21rem;
}

.w-21rem {
  width: 21rem;
}

.min-h-21rem {
  min-height: 21rem;
}

.min-w-21rem {
  min-width: 21rem;
}

.max-h-21rem {
  max-height: 21rem;
}

.max-w-21rem {
  max-width: 21rem;
}

.h-22rem {
  height: 22rem;
}

.w-22rem {
  width: 22rem;
}

.min-h-22rem {
  min-height: 22rem;
}

.min-w-22rem {
  min-width: 22rem;
}

.max-h-22rem {
  max-height: 22rem;
}

.max-w-22rem {
  max-width: 22rem;
}

.h-23rem {
  height: 23rem;
}

.w-23rem {
  width: 23rem;
}

.min-h-23rem {
  min-height: 23rem;
}

.min-w-23rem {
  min-width: 23rem;
}

.max-h-23rem {
  max-height: 23rem;
}

.max-w-23rem {
  max-width: 23rem;
}

.h-24rem {
  height: 24rem;
}

.w-24rem {
  width: 24rem;
}

.min-h-24rem {
  min-height: 24rem;
}

.min-w-24rem {
  min-width: 24rem;
}

.max-h-24rem {
  max-height: 24rem;
}

.max-w-24rem {
  max-width: 24rem;
}

.h-25rem {
  height: 25rem;
}

.w-25rem {
  width: 25rem;
}

.min-h-25rem {
  min-height: 25rem;
}

.min-w-25rem {
  min-width: 25rem;
}

.max-h-25rem {
  max-height: 25rem;
}

.max-w-25rem {
  max-width: 25rem;
}

.h-26rem {
  height: 26rem;
}

.w-26rem {
  width: 26rem;
}

.min-h-26rem {
  min-height: 26rem;
}

.min-w-26rem {
  min-width: 26rem;
}

.max-h-26rem {
  max-height: 26rem;
}

.max-w-26rem {
  max-width: 26rem;
}

.h-27rem {
  height: 27rem;
}

.w-27rem {
  width: 27rem;
}

.min-h-27rem {
  min-height: 27rem;
}

.min-w-27rem {
  min-width: 27rem;
}

.max-h-27rem {
  max-height: 27rem;
}

.max-w-27rem {
  max-width: 27rem;
}

.h-28rem {
  height: 28rem;
}

.w-28rem {
  width: 28rem;
}

.min-h-28rem {
  min-height: 28rem;
}

.min-w-28rem {
  min-width: 28rem;
}

.max-h-28rem {
  max-height: 28rem;
}

.max-w-28rem {
  max-width: 28rem;
}

.h-29rem {
  height: 29rem;
}

.w-29rem {
  width: 29rem;
}

.min-h-29rem {
  min-height: 29rem;
}

.min-w-29rem {
  min-width: 29rem;
}

.max-h-29rem {
  max-height: 29rem;
}

.max-w-29rem {
  max-width: 29rem;
}

.h-30rem {
  height: 30rem;
}

.w-30rem {
  width: 30rem;
}

.min-h-30rem {
  min-height: 30rem;
}

.min-w-30rem {
  min-width: 30rem;
}

.max-h-30rem {
  max-height: 30rem;
}

.max-w-30rem {
  max-width: 30rem;
}

.h-31rem {
  height: 31rem;
}

.w-31rem {
  width: 31rem;
}

.min-h-31rem {
  min-height: 31rem;
}

.min-w-31rem {
  min-width: 31rem;
}

.max-h-31rem {
  max-height: 31rem;
}

.max-w-31rem {
  max-width: 31rem;
}

.h-32rem {
  height: 32rem;
}

.w-32rem {
  width: 32rem;
}

.min-h-32rem {
  min-height: 32rem;
}

.min-w-32rem {
  min-width: 32rem;
}

.max-h-32rem {
  max-height: 32rem;
}

.max-w-32rem {
  max-width: 32rem;
}

.h-33rem {
  height: 33rem;
}

.w-33rem {
  width: 33rem;
}

.min-h-33rem {
  min-height: 33rem;
}

.min-w-33rem {
  min-width: 33rem;
}

.max-h-33rem {
  max-height: 33rem;
}

.max-w-33rem {
  max-width: 33rem;
}

.h-34rem {
  height: 34rem;
}

.w-34rem {
  width: 34rem;
}

.min-h-34rem {
  min-height: 34rem;
}

.min-w-34rem {
  min-width: 34rem;
}

.max-h-34rem {
  max-height: 34rem;
}

.max-w-34rem {
  max-width: 34rem;
}

.h-35rem {
  height: 35rem;
}

.w-35rem {
  width: 35rem;
}

.min-h-35rem {
  min-height: 35rem;
}

.min-w-35rem {
  min-width: 35rem;
}

.max-h-35rem {
  max-height: 35rem;
}

.max-w-35rem {
  max-width: 35rem;
}

.h-36rem {
  height: 36rem;
}

.w-36rem {
  width: 36rem;
}

.min-h-36rem {
  min-height: 36rem;
}

.min-w-36rem {
  min-width: 36rem;
}

.max-h-36rem {
  max-height: 36rem;
}

.max-w-36rem {
  max-width: 36rem;
}

.h-37rem {
  height: 37rem;
}

.w-37rem {
  width: 37rem;
}

.min-h-37rem {
  min-height: 37rem;
}

.min-w-37rem {
  min-width: 37rem;
}

.max-h-37rem {
  max-height: 37rem;
}

.max-w-37rem {
  max-width: 37rem;
}

.h-38rem {
  height: 38rem;
}

.w-38rem {
  width: 38rem;
}

.min-h-38rem {
  min-height: 38rem;
}

.min-w-38rem {
  min-width: 38rem;
}

.max-h-38rem {
  max-height: 38rem;
}

.max-w-38rem {
  max-width: 38rem;
}

.h-39rem {
  height: 39rem;
}

.w-39rem {
  width: 39rem;
}

.min-h-39rem {
  min-height: 39rem;
}

.min-w-39rem {
  min-width: 39rem;
}

.max-h-39rem {
  max-height: 39rem;
}

.max-w-39rem {
  max-width: 39rem;
}

.h-40rem {
  height: 40rem;
}

.w-40rem {
  width: 40rem;
}

.min-h-40rem {
  min-height: 40rem;
}

.min-w-40rem {
  min-width: 40rem;
}

.max-h-40rem {
  max-height: 40rem;
}

.max-w-40rem {
  max-width: 40rem;
}

.h-41rem {
  height: 41rem;
}

.w-41rem {
  width: 41rem;
}

.min-h-41rem {
  min-height: 41rem;
}

.min-w-41rem {
  min-width: 41rem;
}

.max-h-41rem {
  max-height: 41rem;
}

.max-w-41rem {
  max-width: 41rem;
}

.h-42rem {
  height: 42rem;
}

.w-42rem {
  width: 42rem;
}

.min-h-42rem {
  min-height: 42rem;
}

.min-w-42rem {
  min-width: 42rem;
}

.max-h-42rem {
  max-height: 42rem;
}

.max-w-42rem {
  max-width: 42rem;
}

.h-43rem {
  height: 43rem;
}

.w-43rem {
  width: 43rem;
}

.min-h-43rem {
  min-height: 43rem;
}

.min-w-43rem {
  min-width: 43rem;
}

.max-h-43rem {
  max-height: 43rem;
}

.max-w-43rem {
  max-width: 43rem;
}

.h-44rem {
  height: 44rem;
}

.w-44rem {
  width: 44rem;
}

.min-h-44rem {
  min-height: 44rem;
}

.min-w-44rem {
  min-width: 44rem;
}

.max-h-44rem {
  max-height: 44rem;
}

.max-w-44rem {
  max-width: 44rem;
}

.h-45rem {
  height: 45rem;
}

.w-45rem {
  width: 45rem;
}

.min-h-45rem {
  min-height: 45rem;
}

.min-w-45rem {
  min-width: 45rem;
}

.max-h-45rem {
  max-height: 45rem;
}

.max-w-45rem {
  max-width: 45rem;
}

.h-46rem {
  height: 46rem;
}

.w-46rem {
  width: 46rem;
}

.min-h-46rem {
  min-height: 46rem;
}

.min-w-46rem {
  min-width: 46rem;
}

.max-h-46rem {
  max-height: 46rem;
}

.max-w-46rem {
  max-width: 46rem;
}

.h-47rem {
  height: 47rem;
}

.w-47rem {
  width: 47rem;
}

.min-h-47rem {
  min-height: 47rem;
}

.min-w-47rem {
  min-width: 47rem;
}

.max-h-47rem {
  max-height: 47rem;
}

.max-w-47rem {
  max-width: 47rem;
}

.h-48rem {
  height: 48rem;
}

.w-48rem {
  width: 48rem;
}

.min-h-48rem {
  min-height: 48rem;
}

.min-w-48rem {
  min-width: 48rem;
}

.max-h-48rem {
  max-height: 48rem;
}

.max-w-48rem {
  max-width: 48rem;
}

.h-49rem {
  height: 49rem;
}

.w-49rem {
  width: 49rem;
}

.min-h-49rem {
  min-height: 49rem;
}

.min-w-49rem {
  min-width: 49rem;
}

.max-h-49rem {
  max-height: 49rem;
}

.max-w-49rem {
  max-width: 49rem;
}

.vh-5 {
  height: 5vh;
}

.vw-5 {
  width: 5vw;
}

.vh-10 {
  height: 10vh;
}

.vw-10 {
  width: 10vw;
}

.vh-15 {
  height: 15vh;
}

.vw-15 {
  width: 15vw;
}

.vh-20 {
  height: 20vh;
}

.vw-20 {
  width: 20vw;
}

.vh-25 {
  height: 25vh;
}

.vw-25 {
  width: 25vw;
}

.vh-30 {
  height: 30vh;
}

.vw-30 {
  width: 30vw;
}

.vh-35 {
  height: 35vh;
}

.vw-35 {
  width: 35vw;
}

.vh-40 {
  height: 40vh;
}

.vw-40 {
  width: 40vw;
}

.vh-45 {
  height: 45vh;
}

.vw-45 {
  width: 45vw;
}

.vh-50 {
  height: 50vh;
}

.vw-50 {
  width: 50vw;
}

.vh-55 {
  height: 55vh;
}

.vw-55 {
  width: 55vw;
}

.vh-60 {
  height: 60vh;
}

.vw-60 {
  width: 60vw;
}

.vh-65 {
  height: 65vh;
}

.vw-65 {
  width: 65vw;
}

.vh-70 {
  height: 70vh;
}

.vw-70 {
  width: 70vw;
}

.vh-75 {
  height: 75vh;
}

.vw-75 {
  width: 75vw;
}

.vh-80 {
  height: 80vh;
}

.vw-80 {
  width: 80vw;
}

.vh-85 {
  height: 85vh;
}

.vw-85 {
  width: 85vw;
}

.vh-90 {
  height: 90vh;
}

.vw-90 {
  width: 90vw;
}

.vh-95 {
  height: 95vh;
}

.vw-95 {
  width: 95vw;
}

.h-5 {
  height: 5%;
}

.w-5 {
  width: 5%;
}

.h-10 {
  height: 10%;
}

.w-10 {
  width: 10%;
}

.h-15 {
  height: 15%;
}

.w-15 {
  width: 15%;
}

.h-20 {
  height: 20%;
}

.w-20 {
  width: 20%;
}

.h-25 {
  height: 25%;
}

.w-25 {
  width: 25%;
}

.h-30 {
  height: 30%;
}

.w-30 {
  width: 30%;
}

.h-35 {
  height: 35%;
}

.w-35 {
  width: 35%;
}

.h-40 {
  height: 40%;
}

.w-40 {
  width: 40%;
}

.h-45 {
  height: 45%;
}

.w-45 {
  width: 45%;
}

.h-50 {
  height: 50%;
}

.w-50 {
  width: 50%;
}

.h-55 {
  height: 55%;
}

.w-55 {
  width: 55%;
}

.h-60 {
  height: 60%;
}

.w-60 {
  width: 60%;
}

.h-65 {
  height: 65%;
}

.w-65 {
  width: 65%;
}

.h-70 {
  height: 70%;
}

.w-70 {
  width: 70%;
}

.h-75 {
  height: 75%;
}

.w-75 {
  width: 75%;
}

.h-80 {
  height: 80%;
}

.w-80 {
  width: 80%;
}

.h-85 {
  height: 85%;
}

.w-85 {
  width: 85%;
}

.h-90 {
  height: 90%;
}

.w-90 {
  width: 90%;
}

.h-95 {
  height: 95%;
}

.w-95 {
  width: 95%;
}

.text-shadow {
  text-shadow: -0.75px -0.75px 0 rgba(0, 0, 0, 0.35), 0.75px 0.75px 0 rgba(255, 255, 255, 0.35);
}

.zi-dropdown {
  z-index: 1000;
}

.zi-sticky {
  z-index: 1020;
}

.zi-fixed {
  z-index: 1030;
}

.zi-modal-backdrop {
  z-index: 1040;
}

.zi-modal {
  z-index: 1050;
}

.zi-popover {
  z-index: 1060;
}

.zi-tooltip {
  z-index: 1070;
}

.zi-zero {
  z-index: 0;
}

.zi-one {
  z-index: 1;
}

.btn-petite {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  line-height: 1.2;
}

.btn-petite.btn-sm, .btn-group-sm > .btn-petite.btn, .range-slider .slider .slider-limit .btn-group-sm > .btn-petite.knob {
  padding-top: .125rem;
  padding-bottom: .125rem;
  font-size: .5rem;
  line-height: 1.5;
}

.btn-petite.btn-lg, .btn-group-lg > .btn-petite.btn, .range-slider .slider .slider-limit .btn-group-lg > .btn-petite.knob {
  font-size: 1rem;
  line-height: 1.8;
}

.pointer {
  cursor: pointer;
}

.btn-macos {
  min-width: 5.5rem;
}

.btn-base-font {
  font-size: 1rem;
}

.btn-input {
  line-height: 1.3;
}

@keyframes animated-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    transform: scale(0.98);
    transform-origin: 50% 50%;
  }
  100% {
    box-shadow: 0 1.5rem 2rem 0.25rem rgba(0, 0, 0, 0.25);
    transform: scale(1);
    transform-origin: 50% 50%;
  }
}

.animated-shadow {
  box-shadow: none;
  transform: scale(0.98);
  transform-origin: 50% 50%;
  animation-name: animated-shadow;
  animation-duration: .25s;
  animation-play-state: running;
  animation-timing-function: ease-out;
  animation-delay: .125s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

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

.text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big {
  font-size: 1.125em;
}

.normal {
  font-size: 1em;
}

.medium {
  font-size: .9375em;
}

.tiny {
  font-size: .8125em;
}

.vertical-aligned-bottom {
  vertical-align: bottom;
  cursor: pointer;
}

.opacity-half {
  opacity: .5;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.footer {
  z-index: 1033;
}

.disabled-ui {
  pointer-events: none !important;
  opacity: .6 !important;
}

.cursor-arrow {
  cursor: default;
}

.grid-full-row {
  grid-column-start: 1;
  grid-column-end: -1;
}

.list-style-type-none {
  list-style-type: none;
}

.column-count-1 {
  -moz-column-count: 1;
  column-count: 1;
}

.column-count-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.column-count-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.column-count-4 {
  -moz-column-count: 4;
  column-count: 4;
}

.bg-selected-light {
  background: #fff9f3;
}

.bg-selected {
  background: #fef2e3;
}

.bg-selected-dark {
  background: #feecd7;
}

.btn-keep-white {
  background: #fff;
}

.btn-keep-white:hover, .btn-keep-white:focus {
  background: #fff;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.border-dotted {
  border-style: dotted !important;
}

.rounded-no-tr {
  border-top-right-radius: 0 !important;
}

.rounded-no-br {
  border-bottom-right-radius: 0 !important;
}

.rounded-no-tl {
  border-top-left-radius: 0 !important;
}

.rounded-no-bl {
  border-bottom-left-radius: 0 !important;
}

.mt-n1px {
  margin-top: -1px !important;
}

.mr-n1px {
  margin-right: -1px !important;
}

.mb-n1px {
  margin-bottom: -1px !important;
}

.ml-n1px {
  margin-left: -1px !important;
}

.mt-1px {
  margin-top: 1px !important;
}

.mr-1px {
  margin-right: 1px !important;
}

.mb-1px {
  margin-bottom: 1px !important;
}

.ml-1px {
  margin-left: 1px !important;
}

.mt-n2px {
  margin-top: -2px !important;
}

.mr-n2px {
  margin-right: -2px !important;
}

.mb-n2px {
  margin-bottom: -2px !important;
}

.ml-n2px {
  margin-left: -2px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.mt-n3px {
  margin-top: -3px !important;
}

.mr-n3px {
  margin-right: -3px !important;
}

.mb-n3px {
  margin-bottom: -3px !important;
}

.ml-n3px {
  margin-left: -3px !important;
}

.mt-3px {
  margin-top: 3px !important;
}

.mr-3px {
  margin-right: 3px !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.ml-3px {
  margin-left: 3px !important;
}

.mt-n4px {
  margin-top: -4px !important;
}

.mr-n4px {
  margin-right: -4px !important;
}

.mb-n4px {
  margin-bottom: -4px !important;
}

.ml-n4px {
  margin-left: -4px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.mt-n5px {
  margin-top: -5px !important;
}

.mr-n5px {
  margin-right: -5px !important;
}

.mb-n5px {
  margin-bottom: -5px !important;
}

.ml-n5px {
  margin-left: -5px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.mt-n6px {
  margin-top: -6px !important;
}

.mr-n6px {
  margin-right: -6px !important;
}

.mb-n6px {
  margin-bottom: -6px !important;
}

.ml-n6px {
  margin-left: -6px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mr-6px {
  margin-right: 6px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.ml-6px {
  margin-left: 6px !important;
}

.mt-n7px {
  margin-top: -7px !important;
}

.mr-n7px {
  margin-right: -7px !important;
}

.mb-n7px {
  margin-bottom: -7px !important;
}

.ml-n7px {
  margin-left: -7px !important;
}

.mt-7px {
  margin-top: 7px !important;
}

.mr-7px {
  margin-right: 7px !important;
}

.mb-7px {
  margin-bottom: 7px !important;
}

.ml-7px {
  margin-left: 7px !important;
}

.mt-n8px {
  margin-top: -8px !important;
}

.mr-n8px {
  margin-right: -8px !important;
}

.mb-n8px {
  margin-bottom: -8px !important;
}

.ml-n8px {
  margin-left: -8px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.mt-n9px {
  margin-top: -9px !important;
}

.mr-n9px {
  margin-right: -9px !important;
}

.mb-n9px {
  margin-bottom: -9px !important;
}

.ml-n9px {
  margin-left: -9px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mr-9px {
  margin-right: 9px !important;
}

.mb-9px {
  margin-bottom: 9px !important;
}

.ml-9px {
  margin-left: 9px !important;
}

.shadow-border-danger {
  box-shadow: inset 0 0 0 1px #eb5c5e;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

.border-alert {
  position: relative;
}

.border-alert::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  content: "";
  background: #eb5c5e;
  border-radius: 0.25rem;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.border-alert.show::before {
  opacity: 1;
}

.border-alert.blink::before {
  animation: blink .25s ease-in-out 2;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.h-100-one-quarter-rem {
  height: calc(100% + .25rem);
}

.h-100-half-rem {
  height: calc(100% + .5rem);
}

.h-100-three-quarter-rem {
  height: calc(100% + .75rem);
}

.h-100-one-rem {
  height: calc(100% + 1rem);
}

.min-h-100 {
  min-height: 100%;
}

.min-w-100 {
  min-width: 100%;
}

.border-translucent-gray {
  border-color: rgba(0, 0, 0, 0.125) !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

.transition-all {
  transition: all .25s ease-in-out;
}

.outline-none, .outline-none:focus, .outline-none:active {
  outline: none;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 12.5rem);
  grid-gap: 2.5rem;
  gap: 2.5rem;
  justify-content: center;
  padding: 1rem 0;
}

.home-grid .company {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .5rem;
}

.home-grid .company .notification {
  top: -.75rem;
  right: -.75rem;
}

.home-grid .company .company-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: .25rem .75rem 0;
}

.home-grid .company .company-details .company-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-bottom: .75rem;
  text-decoration: none;
}

.home-grid .company .company-details .company-link .company-icon {
  display: block;
  width: 7.5rem;
  margin: 0 auto .25rem;
}

.home-grid .company .company-details .company-link .company-name {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  color: #5d82a8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-grid .company .company-details .company-check {
  position: relative;
  flex-shrink: 0;
  height: 1.75rem;
  padding: .35rem 0 .35rem 1.75rem;
  margin: 0 -.75rem;
  font-family: "Kumbh Sans", sans-serif;
  font-size: .75rem;
  color: #fff;
  cursor: default;
  background: #5d82a8;
  border-radius: 0 0 .5rem .5rem;
}

.home-grid .company .company-details .company-check .form-check-input {
  margin-top: .125em;
}

.home-grid .company .company-details .company-check .company-check-cover {
  position: absolute;
  top: -.75rem;
  right: 0;
  bottom: 0;
  left: 2.25rem;
  text-decoration: none;
  border-bottom-right-radius: .5rem;
}

.template-box {
  width: 6rem;
  height: 6rem;
  padding: .5rem;
  margin: 2rem auto;
  background-color: #b4b4b6;
  border-color: #353536;
  border-style: dotted;
  border-width: 5px;
}

.list-group-max-with {
  display: block;
  max-width: 25rem;
  margin: auto;
}

.setting-btn-position {
  position: absolute;
  top: .625rem;
  right: 0;
}

@media screen and (max-width: 62rem) {
  .setting-btn-position {
    position: relative;
    top: unset;
    right: unset;
  }
}

.info-holder {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #5d82a8;
  border-radius: 100%;
}

/* basic styles */
.cd-multi-steps {
  padding: 0 1.2rem;
}

.cd-multi-steps .list-item {
  position: relative;
  display: inline-block;
  float: none;
  margin: .4rem 2.5rem .4rem 0;
}

.cd-multi-steps .list-item::after {
  /* this is the line connecting 2 adjacent items */
  position: absolute;
  top: 50%;
  left: 100%;
  /* this is the separator between items */
  display: inline-block;
  width: 100%;
  height: .25rem;
  margin: 0;
  content: "";
  background: white;
  transform: translateY(-50%) translateX(-1px);
}

.cd-multi-steps .list-item:last-of-type {
  margin-right: 0;
}

.cd-multi-steps .list-item:last-of-type::after {
  display: none;
}

.cd-multi-steps .list-item .link-item {
  z-index: 1;
  padding: .6rem 1rem;
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: white;
  border-radius: 2.5rem;
  transition: .3s all linear;
}

.cd-multi-steps .visited::after {
  background-color: #43aa8b;
}

.cd-multi-steps .visited .link-item {
  color: #fff;
  background-color: #43aa8b;
}

.cd-multi-steps .visited .link-item:hover {
  background-color: #191919;
}

.cd-multi-steps .current .link-item {
  color: #fff;
  background-color: #191919;
}

/* icons */
.cd-multi-steps.custom-icons .list-item .link-item {
  position: relative;
}

.cd-multi-steps.custom-icons .list-item .link-item::before {
  display: inline-block;
  width: 1.25rem;
  height: 1.1rem;
  margin-right: .2rem;
  text-align: center;
  vertical-align: bottom;
  /* add a custom icon before each item */
  content: "";
  background: url("/pages/assets/img/tiny-close-icon-dark.svg") no-repeat 0 0;
  transition: .3s;
}

.cd-multi-steps.custom-icons .disabled .link-item {
  pointer-events: none;
}

.cd-multi-steps.custom-icons .visited .link-item::before {
  content: "";
  background: url("/pages/assets/img/tiny-check-icon-white.svg") no-repeat 0 0;
}

.cd-multi-steps.custom-icons .visited .link-item:hover::before {
  background: url("/pages/assets/img/tiny-pencil-icon-white.svg") no-repeat 0 0;
}

.cd-multi-steps.custom-icons .current .link-item::before {
  content: "";
  background: url("/pages/assets/img/tiny-pencil-icon-white.svg") no-repeat 0 0;
}

.btn-setting {
  font-weight: 400;
  border: 1px solid #f7fafc;
  border-radius: .25rem;
}

.btn-setting:hover {
  background: white;
}

.accordion-head {
  position: relative;
  padding: .75rem 1.5rem;
  margin: 1rem 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #353536;
}

.accordion-head::after {
  position: absolute;
  top: 0;
  right: .75rem;
  font-family: "Material Design Icons", serif;
  font-size: 2.25rem;
  color: #fff;
  content: "\F0143";
}

.closed {
  position: relative;
}

.closed ::after {
  position: absolute;
  top: 0;
  right: .75rem;
  font-family: "Material Design Icons", serif;
  font-size: 2.25rem;
  color: #fff;
  content: "\F0140";
}

.file-system-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 8rem);
  grid-gap: .75rem;
  gap: .75rem;
  justify-content: center;
}

.file-system-grid .alert-container {
  grid-column-start: 1;
  grid-column-end: -1;
}

.file-system-grid .item {
  position: relative;
}

.file-system-grid .item:not(.divider) {
  height: 8rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.file-system-grid .item .info-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  color: #888a8b;
  border-radius: 0.25rem 0;
}

.file-system-grid .item .info-icon .mdi-18px {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 1;
}

.file-system-grid .item .info-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: .35rem;
  overflow: hidden;
  font-size: .75rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 0.25rem;
}

.file-system-grid .item .info-details .info-title-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: .125rem;
}

.file-system-grid .item .info-details .info-title {
  display: -webkit-box;
  overflow: hidden;
  line-height: .95rem;
  text-align: center;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.file-system-grid .item .info-details .info-segments {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

.file-system-grid .item .info-details .info-segment {
  display: flex;
}

.file-system-grid .item .info-details .info-segment-icon {
  display: block;
  flex-shrink: 0;
  align-self: center;
}

.file-system-grid .item .info-details .info-segment-content {
  display: flex;
  flex-grow: 1;
  padding: 0 .25rem;
  font-size: .75rem;
  text-align: left;
}

.file-system-grid .item .info-details .info-segment-content.empty::after {
  align-self: center;
  width: 75%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #fff;
}

.file-system-grid .item .info-details .info-segment-content.last {
  display: block;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-system-grid .item .info-details .info-segment-content.ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-system-grid .item .info-details .info-segment-content.last.empty {
  display: flex;
  max-width: none;
}

.file-system-grid .file-system-entry {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 calc(.35rem + 18px);
  text-decoration: none;
}

.file-system-grid .file-system-entry .notification {
  width: auto;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 .35rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6rem;
  background-color: #eb5c5e;
  border-radius: .8rem;
}

.file-system-grid .file-system-entry .notification-position {
  top: -.15rem;
  right: -.8rem;
}

.file-system-grid .file-system-entry .notification-position.ad {
  top: -.8rem;
  right: -.15rem;
}

.file-system-grid .file-system-entry .icon-holder {
  display: inline-block;
  flex-shrink: 0;
  width: 3.75rem;
  margin: 1rem auto 0;
}

.file-system-grid .file-system-entry .title-holder {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: .3rem 0;
}

.file-system-grid .file-system-entry .title-holder .title {
  display: -webkit-box;
  overflow: hidden;
  font-size: .8125rem;
  line-height: 1.1rem;
  text-align: center;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.file-system-grid .divider {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  align-items: center;
}

.file-system-grid .divider .section-name {
  display: inline-block;
  flex-shrink: 0;
  padding: 0 10px;
  color: #fff;
  background-color: #888a8b;
  border-radius: .25rem;
}

.file-system-grid .divider::before {
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 2px;
  content: "";
  border-top: 1px solid #888a8b;
}

.file-system-grid .divider::after {
  display: block;
  flex-grow: 1;
  height: 2px;
  content: "";
  border-top: 1px solid #888a8b;
}

.file-system-grid .top-row + .bottom-row {
  grid-column-start: 1;
}

.file-system-grid .selection {
  display: none;
}

.file-system-grid.selecting .item {
  pointer-events: none;
}

.file-system-grid.selecting .item.not-selectable {
  opacity: .5;
}

.file-system-grid.selecting .selection {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: .25rem;
  pointer-events: auto;
  border-radius: 0.25rem;
}

.file-system-grid.selecting .selection input {
  margin: 0;
}

.file-system-grid .selected.item:not(.divider) {
  border-color: #f8961e;
}

.file-system-grid .selected.item:not(.divider) .selection {
  background: rgba(248, 150, 30, 0.25);
}

.ad-configuration-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 0.35rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
}

.ad-configuration-container .steps {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  list-style: none;
}

.ad-configuration-container .steps a {
  text-decoration: none;
}

.ad-configuration-container .steps .step {
  position: relative;
  display: flex;
  align-items: center;
  padding: .15rem 1rem;
  margin-right: 1.5rem;
  text-decoration: none;
  border-radius: 50rem;
}

.ad-configuration-container .steps .step::before, .ad-configuration-container .steps .step::after {
  position: absolute;
  z-index: -3;
  width: 1.65rem;
  height: .25rem;
  transition: background .125s, z-index .125s;
}

.ad-configuration-container .steps .step::before {
  left: -1.575rem;
}

.ad-configuration-container .steps .step::after {
  right: -1.575rem;
}

.ad-configuration-container .steps .step:last-child {
  margin-right: 0;
}

.ad-configuration-container .steps .step.visited {
  color: rgba(248, 150, 30, 0.85);
  background: rgba(255, 255, 255, 0.85);
  transition: color .125s, background .125s;
}

.ad-configuration-container .steps .step.visited::after {
  content: "";
  background: rgba(255, 255, 255, 0.85);
}

.ad-configuration-container .steps .step.visited::before {
  content: "";
  background: rgba(255, 255, 255, 0.85);
}

.ad-configuration-container .steps .step.visited a {
  color: rgba(248, 150, 30, 0.85);
  transition: color .125s;
}

.ad-configuration-container .steps .step.visited:hover {
  color: #fff;
  background: #f8961e;
}

.ad-configuration-container .steps .step.visited:hover::before {
  z-index: -2;
  background: #f8961e;
}

.ad-configuration-container .steps .step.visited:hover::after {
  z-index: -2;
  background: #f8961e;
}

.ad-configuration-container .steps .step.visited:hover a {
  color: #fff;
}

.ad-configuration-container .steps .step.current {
  z-index: 1;
  color: #fff;
  pointer-events: none;
  background: #f8961e;
  box-shadow: none;
}

.ad-configuration-container .steps .step.current a {
  color: #fff;
}

.ad-configuration-container .steps .step.current.editable {
  pointer-events: all;
}

.ad-configuration-container .steps .step.disabled {
  color: white;
  pointer-events: none;
  background: #bfc2c3;
}

.ad-configuration-container .steps .step.disabled::before {
  z-index: -1;
  background: #bfc2c3;
}

.ad-configuration-container .steps .step.disabled a {
  color: white;
}

.ad-configuration-container .steps .step + .step.disabled::before {
  content: "";
}

.ad-configuration-container .steps .step:last-child::after {
  content: none !important;
}

.ad-configuration-container .steps .step:first-child::before {
  content: none !important;
}

.ad-configuration-container .steps .step.visited a {
  color: #6c6d6e;
}

.ad-configuration-container .steps .step.visited a .mdi {
  color: #f8961e;
}

.ad-configuration-container .steps .step.visited a:hover .mdi {
  color: #fff;
}

.ad-configuration-container .ad-configuration-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #505152;
  background: #dbdee0;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.ad-configuration-container .ad-configuration-section .section-heading {
  display: inline-block;
  width: 14rem;
  height: 2rem;
  padding: .75rem 0 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: #505152;
  text-align: center;
  border-radius: 0 0 .75rem .75rem;
}

.ad-configuration-container .ad-configuration-section .section-title {
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.ad-configuration-container .number-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.25rem 0 0 0;
  opacity: 1;
}

.ad-configuration-container .number-container .number {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 1.65;
  color: #f8961e;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid transparent;
  border-radius: 0 0 50%;
}

.ad-configuration-container .number-container.right {
  right: 0;
  left: unset;
  border-radius: 0 0.25rem 0 0;
}

.ad-configuration-container .number-container.right .number {
  right: -.75;
  left: unset;
  border-radius: 0 0 0 50%;
}

.ad-configuration-container .group-box .group-title {
  color: #505152;
  background: #dbdee0;
}

.ad-configuration-container .group-box .group-content {
  border: 1px solid #a4a6a7;
}

.ad-configuration-container .destination-grid {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 1rem 0;
  cursor: pointer;
  grid-template-rows: 1.5rem 1.5rem;
  grid-template-columns: repeat(auto-fill, 50%);
  grid-auto-flow: column;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
}

.ad-configuration-container .destination-grid li {
  display: block;
  padding-left: .25rem;
  font-size: .875rem;
  line-height: 1.5rem;
  white-space: nowrap;
}

.ad-configuration-container .destination-grid li::before {
  margin: 0 .25rem 0 0;
  font-family: "Material Design Icons", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f8961e;
  vertical-align: top;
  content: "\F132";
}

.controls-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

.controls-grid .form-check {
  flex: 1;
  padding-right: 1rem;
}

.dash-after {
  position: relative;
  display: flex;
}

.dash-after::after {
  position: absolute;
  right: -1rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  content: "‒";
}

.segment-heading {
  display: inline-block;
  margin-bottom: .5rem;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1rem;
  color: var(--accent);
}

.segment-heading.small {
  margin-bottom: .4375rem;
  font-size: .875rem;
  line-height: 1rem;
}

.segment-heading.mb-sm {
  margin-bottom: .25rem;
}

.required-asterisk::before {
  transform: scale(0.75);
  transform-origin: top center;
}

.home-grid.assignment {
  grid-template-columns: repeat(auto-fit, 17rem);
  grid-gap: 2rem;
  gap: 2rem;
}

.home-grid.assignment .company {
  width: 17rem;
  height: 17rem;
}

.home-grid.assignment .company .company-head {
  background: var(--accent);
}

.root-level,
.level {
  position: relative;
  padding: .25rem .5rem .25rem .25rem;
}

.root-level .level-content,
.level .level-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.root-level.selected,
.level.selected {
  background-color: rgba(93, 130, 168, 0.1);
}

.level .level-content {
  position: relative;
  padding-left: 1.25rem !important;
}

.level .level-content::before {
  position: absolute;
  top: -.25rem;
  left: .5rem;
  height: .75rem;
  content: "";
  border-left: 1px solid #bfc2c3;
}

.level .level-content::after {
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: .5rem;
  height: .75rem;
  content: "";
  border-top: 1px solid #bfc2c3;
  border-left: 1px solid #bfc2c3;
}

.level.last-item:not(.level-nested) .level-content::after {
  border-left: none;
}

.level-nested {
  padding-left: 1.5rem !important;
}

.level-nested:not(.last-item)::before {
  position: absolute;
  top: 0;
  left: .75rem;
  height: 1.5rem;
  content: "";
  border-left: 1px solid #bfc2c3;
}

.level-nested.last-nested-item .level-content::after {
  border-left: none;
}

.overview {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 0;
}

.overview-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #dbdee0;
  border-radius: 0.35rem 0.35rem 0 0;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overview-btn {
  all: unset;
}

.overview-btn {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  height: 2.5rem;
  padding: 0 1rem;
  margin: auto;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #43aa8b;
  border-radius: 0.35rem 0.35rem 0 0;
  outline: none;
}

.overview-btn:focus {
  outline: none;
}

.overview-btn .notification-position {
  position: absolute;
  top: -.75rem;
  right: -.75rem;
  font-family: roboto, sans-serif;
}

.overview-bar {
  position: relative;
  z-index: 1;
  height: 2.75rem;
  background-color: #388f75;
  border-radius: 0.35rem 0.35rem 0 0;
}

.overview-bar .overview-title {
  display: inline-block;
  padding-left: 1rem;
  margin: auto;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.btn-discard {
  box-sizing: content-box;
  display: inline;
  width: .75rem;
  height: .75rem;
  line-height: .5;
  color: #fff;
  cursor: pointer;
  background: #eb5c5e;
  border: 1px solid #eb5c5e;
  border-radius: 100%;
}

.btn-discard img {
  max-width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .25s;
}

.btn-discard:hover img, .btn-discard:active img {
  opacity: .5;
}

.overview-controls {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.75rem;
  background-color: #5d82a8;
}

.overview-grid-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background-color: #f7fafc;
  border-radius: 0.35rem;
}

.overview-grid {
  display: grid;
  border-bottom-width: 4px;
  border-radius: 0.35rem;
  grid-template-columns: minmax(15rem, auto) minmax(4rem, -webkit-max-content) minmax(10rem, auto) minmax(8rem, auto) minmax(8rem, auto) minmax(8rem, auto) minmax(10rem, -webkit-max-content);
  grid-template-columns: minmax(15rem, auto) minmax(4rem, max-content) minmax(10rem, auto) minmax(8rem, auto) minmax(8rem, auto) minmax(8rem, auto) minmax(10rem, max-content);
  grid-gap: 0;
  gap: 0;
}

.overview-grid .og-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: .5rem;
  font-size: .875rem;
  text-decoration: none;
  border-bottom: 1px solid #dbdee0;
}

.overview-grid .og-item:last-child {
  height: 0.35rem;
  padding: 0;
  border-width: 0;
  grid-column-start: 1;
  grid-column-end: -1;
}

.overview-grid .og-item .og-ad-title {
  width: calc(100% - 3rem);
}

.overview-grid .og-item .og-ad-sub-title {
  max-width: calc(50% - .25rem);
}

.overview-grid .og-item img {
  width: auto;
  max-height: 100%;
  margin-right: .5rem;
}

.overview-grid .og-item .folder-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: .5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dbdee0;
  border-radius: 0.25rem;
}

.overview-grid .og-item .folder-wrap .folder-title {
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overview-grid .og-item .og-applications {
  display: inline-block;
  font-size: .875rem;
  color: #a4a6a7;
  text-align: center;
}

.overview-grid .og-item .og-applications .total {
  font-size: 1em;
  color: #505152;
}

.overview-grid .og-item .og-applications .new {
  font-size: .875em;
}

.overview-grid .og-item .og-mark-period {
  padding: 0 0.25rem;
  border: 1px solid #fab866;
  border-radius: 0.25rem;
}

.overview-grid .og-item .og-active-sorting.mdi::before {
  color: #505152;
}

.overview-grid .og-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  height: 2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #6c6d6e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f7fafc;
  border-radius: 0.35rem 0.35rem 0 0;
}

.overview-grid .og-header .mdi {
  font-size: 1.25rem;
}

.overview-grid .og-header .mdi.sort {
  margin-left: .25rem;
  font-size: .875rem;
}

.overview-grid .og-header .mdi.sort:last-child {
  width: 0;
}

.overview-grid .og-message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  background-color: rgba(164, 166, 167, 0.25);
  border-radius: 0.35rem;
}

.html-editor-container {
  position: relative;
  height: 0;
  min-height: calc(100% - (1.75rem + 2px));
  background-color: #fff;
  border-radius: 0.25rem;
}

.html-editor-container > div:not(.btn-group) {
  height: calc(100% - (1.75rem + 2px));
}

.html-editor-container .btn-group.actions {
  position: absolute;
  right: 4.25rem;
  width: 2.5rem;
  height: calc(1.75rem + 2px);
}

.html-editor-container .btn-group.actions .btn-action {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.html-editor-container .btn-group.tags:not(.single) {
  position: absolute;
  left: 5.75rem;
  width: auto;
  height: calc(1.75rem + 2px);
}

.html-editor-container .btn-group.tags:not(.single) .btn-action {
  padding-right: .5rem;
  padding-left: .5rem;
  border-radius: 0;
}

/* stylelint-disable property-blacklist */
.frankly-form {
  position: relative;
  /* <= IE10 */
}

.frankly-form .screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  box-sizing: content-box;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  margin: 0 -1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.frankly-form .screen .modal-dialog {
  position: absolute;
  display: none;
}

.frankly-form.loading .screen, .frankly-form.done .screen {
  display: flex;
}

.frankly-form.loading .screen.fade, .frankly-form.done .screen.fade {
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.frankly-form.loading .box, .frankly-form.done .box {
  position: absolute;
  top: 50%;
  display: block;
  width: 75px;
  height: 75px;
}

.frankly-form.loading .box .content, .frankly-form.done .box .content {
  position: relative;
  margin: auto;
}

.frankly-form.loading .modal-dialog, .frankly-form.done .modal-dialog {
  display: none;
}

.frankly-form.error .screen {
  display: flex;
}

.frankly-form.error .screen.fade {
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.frankly-form.error .screen .box {
  display: none;
}

.frankly-form.error .screen .modal-dialog {
  display: block;
}

.frankly-form.loading .box .content {
  width: 75px;
  height: 75px;
  border: 15px solid rgba(255, 255, 255, 0.5);
  border-bottom: 15px solid #fff;
  border-radius: 50%;
  animation: spin .5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.frankly-form.done .box .content {
  width: 45px;
  height: 75px;
  border: 0 solid rgba(255, 255, 255, 0);
  border-right: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-radius: 0;
  transform: rotate(410deg);
  animation: done .5s ease-out 1;
}

@keyframes done {
  0% {
    width: 75px;
    height: 75px;
    border: 15px solid rgba(255, 255, 255, 0.5);
    border-right: 15px solid #fff;
    border-radius: 50%;
    transform: rotate(0deg);
  }
  50% {
    width: 75px;
    height: 75px;
    border: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-radius: 50%;
  }
  100% {
    width: 45px;
    height: 75px;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-radius: 0;
    transform: rotate(410deg);
  }
}

@media all and (-ms-high-contrast: none) {
  .frankly-form.loading .box, .frankly-form.done .box {
    left: 50%;
    transform: translateX(-50%);
  }
  .frankly-form.error .screen .modal-dialog {
    transform: translateX(-50%);
  }
}

/* stylelint-enable */
.candidate-card-header {
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.candidate-card-header .candidate-card-title {
  color: #6c6d6e;
}

.bg-candidate-card {
  background-color: #f2f2f2 !important;
}

.border-candidate-card {
  border-color: #f2f2f2 !important;
}

.select2-container.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1em + 0.5rem + 2px + 3px) !important;
  display: flex;
  align-items: center;
}

.select2-container.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
  vertical-align: text-bottom;
}

.select2-container.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23353536' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 16px 12px;
}

.select2-container.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  display: none;
}

.select2-container.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0 1.25rem 0 0.25rem;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  min-height: calc(1em + 0.5rem + 2px);
  padding: 0.25rem 0.25rem;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  vertical-align: middle;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a4a6a7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  color: #505152;
  background-color: #fff;
  border-color: #747476;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  font-weight: 300;
  color: #a4a6a7;
  opacity: 1;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field:disabled, .select2-container.select2-container--bootstrap4 .select2-dropdown .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #f7fafc;
  border-color: transparent;
  opacity: 1;
}

.select2-container.select2-container--bootstrap4 .select2-dropdown .select2-results__message {
  color: #5d82a8;
  font-size: 0.765625rem;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1em + 0.5rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #353536;
  border: 1px solid #adcce0;
  border-radius: 0.175rem;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #adcce0;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #353536;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  float: none;
  margin-right: 0;
  position: absolute !important;
  top: 0;
  right: 0.7em;
}

.select2-container.select2-container--bootstrap4 *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #a4a6a7;
  border-radius: 0.25rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #505152;
  vertical-align: middle;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #747476;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(53, 53, 54, 0.25);
}

.select2-container--bootstrap4.select2-container--open:not(.select2-container--above) .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  color: #a4a6a7;
  background-color: #f7fafc;
  border-color: transparent;
  opacity: .7;
  pointer-events: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #eb5c5e;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection:focus,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection:focus {
  box-shadow: 0 0 0 0.15rem rgba(235, 92, 94, 0.25);
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #43aa8b;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection:focus,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection:focus {
  box-shadow: 0 0 0 0.15rem rgba(67, 170, 139, 0.25);
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #a4a6a7;
  border-radius: 0;
  font-size: 0.875rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #a4a6a7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #c5d2e0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #5d82a8;
  color: #fff;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option-wrapper .select2-results__option {
  padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options .select2-results__option {
  padding: 0.25rem 0.25rem;
  border-top: 1px solid #c5d2e0;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options .select2-results__option .select2-results__option-content {
  line-height: 1.5;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options .select2-results__option:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #5d82a8;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.9em;
  padding: 0.05em;
  margin-top: 0.05em;
  border-radius: 100%;
  text-align: center;
  background-color: #bfc2c3;
  color: #f7fafc;
  float: right;
  margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #a4a6a7;
}

.select2 ~ select {
  background: #0d6efd;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%) rgba(0, 0, 0, 0.15);
  justify-content: center;
}

.curtain > .loader {
  align-self: center;
}

.loader {
  color: transparent;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.35);
}

.loader div {
  transform-origin: 40px 40px;
  animation: loader 1.2s linear infinite;
}

.loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.loader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.loader div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.loader div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.loader div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.loader div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.loader div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.loader div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.loader div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.loader div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.loader div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.loader div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.loader div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.number-input__button:hover::before, .number-input__button:hover::after {
  background-color: #f8961e !important;
}

.number-input__button::before, .number-input__button::after {
  background-color: #888a8b !important;
}

.number-input__button::before {
  height: 2px !important;
}

.number-input__button::after {
  width: 2px !important;
}

.number-input__button--minus {
  border-right: 1px solid #a4a6a7 !important;
}

.number-input__button--plus {
  border-left: 1px solid #a4a6a7 !important;
}

.number-input__input {
  border: 1px solid #a4a6a7 !important;
}

.number-input__input:focus {
  border-color: #a4a6a7 !important;
}

.number-input--small > input {
  border-radius: 0.175rem !important;
  font-size: 0.875rem !important;
  padding: .125rem 0.5rem !important;
}

.number-input--small.number-input--controls > button {
  width: 1.75rem !important;
}

.number-input--small.number-input--controls > input {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.trix-content {
  overflow-y: auto;
}

.trix-content .attachment--content .tag-attachment {
  font-family: "Kumbh Sans", sans-serif;
  font-size: .75em;
  padding: .35em .5rem .25em .5em;
  color: #fff;
  border-radius: 5rem;
  vertical-align: middle;
  line-height: 1;
}

.trix-content::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.trix-content::-webkit-scrollbar-track {
  background-color: #fff;
}

.trix-content::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

.trix-content::-webkit-scrollbar-button {
  display: none;
}

.trix-button--icon-strike, .trix-button-group--file-tools,
.trix-button--icon-heading-1, .trix-button--icon-quote,
.trix-button--icon-code, .trix-button--icon-number-list, .trix-button--icon-link,
.trix-button--icon-decrease-nesting-level, .trix-button--icon-increase-nesting-level {
  display: none !important;
}

.trix-button-group--text-tools, .trix-button-group--history-tools, .trix-button-group--block-tools {
  border: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.trix-button-group--text-tools .trix-button, .trix-button-group--history-tools .trix-button, .trix-button-group--block-tools .trix-button {
  border: none !important;
  padding-bottom: .5rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: .125rem !important;
  border-radius: .125rem !important;
}

.trix-button-group--text-tools .trix-button.trix-active, .trix-button-group--history-tools .trix-button.trix-active, .trix-button-group--block-tools .trix-button.trix-active {
  background: #dedede !important;
  color: #353535 !important;
}

.trix-button-group--text-tools .trix-button::before, .trix-button-group--history-tools .trix-button::before, .trix-button-group--block-tools .trix-button::before {
  top: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
  left: 2px !important;
}

.trix-button-row {
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-radius: .25rem .25rem 0 0;
  padding-right: .25rem;
}

.trix-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.attachment__toolbar {
  top: -.5em !important;
  width: auto !important;
  left: auto !important;
  right: -.75em !important;
}

.attachment__toolbar .trix-button-row {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.attachment__toolbar .trix-button-row .trix-button--remove {
  box-shadow: none;
  border: 2px solid rgba(51, 51, 51, 0.7);
  transform: scale(0.75, 0.75);
}

.attachment__toolbar .trix-button-row .trix-button--remove:hover {
  border: 2px solid #333;
}
/*# sourceMappingURL=bootstrap.css.map */