@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
/*$primary:     #00ce7c;
$secondary:   #0b353f; //#07333d;
$success:     #2ff266;
$danger:      #ff2e2e;
$warning:     #f7c63c;
$info:        #6d44ff;
$link-color:  $secondary;*/
.btn_base {
  transition: background-color 0.2s, color 0.2s;
}
.btn_base:hover {
  background-color: #0b353f !important;
  color: white !important;
}
.btn_base:hover .fa-solid {
  transition: color 0.2s;
  color: white !important;
}

.btn_filter {
  transition: background-color 0.2s, color 0.2s;
}
.btn_filter:hover {
  background-color: #051D20 !important;
  color: #00DD7E !important;
  border-color: white !important;
}
.btn_filter:hover .material-symbols-outlined {
  transition: color 0.2s;
  color: #00DD7E !important;
}

.btn_tltp {
  transition: background-color 0.2s, color 0.2s;
}
.btn_tltp:hover {
  background-color: #00DD7E !important;
  border-color: white !important;
}
.btn_tltp:hover .fa-solid {
  transition: color 0.2s;
  color: #051D20 !important;
}

.btn_cons {
  background-color: #E6E6E6 !important;
  border: 1px solid #8D8D8D !important;
  transition: background-color 0.2s, color 0.2s;
}
.btn_cons:hover {
  background-color: #00DD7E !important;
  border-color: white !important;
}
.btn_cons:hover .fa-solid,
.btn_cons:hover span {
  transition: color 0.2s;
  color: white !important;
}

@media (max-width: 600px) {
  h2,
  .h2 {
    font-size: 1.75rem !important;
  }
}
.body_test {
  background-color: #ffffdb;
}

.navbar-dark {
  background-color: #0b353f;
}

.form-control::selection {
  color: white;
  background-color: #0b353f;
  opacity: 100%;
}

.uh-status-vendido {
  background-color: #f42a64;
  color: white;
}

.uh-status-indisponivel {
  background-color: #6c757d;
  color: white;
}

.uh-status-reservado {
  background-color: #805afa;
  color: white;
}

.uh-status-analise-proposta {
  background-color: #f7c628;
}

.uh-status-proposta-aceita {
  background-color: #00d1d2;
  color: white;
}

.uh-status-contrato-assinado {
  background-color: #fc813d;
  color: white;
}

.uh-status-disponivel {
  background-color: #10c663;
  color: white;
}

.uh-status-inativo {
  background-color: #343a40;
}

.uh-status-vendido-hover {
  background-color: rgba(244, 42, 100, 0.3);
}

.uh-status-indisponivel-hover {
  background-color: rgba(108, 117, 125, 0.3);
}

.uh-status-reservado-hover {
  background-color: rgba(128, 90, 250, 0.3);
}

.uh-status-analise-proposta-hover {
  background-color: rgba(247, 198, 40, 0.3);
}

.uh-status-proposta-aceita-hover {
  background-color: rgba(0, 209, 210, 0.3);
}

.uh-status-contrato-assinado-hover {
  background-color: rgba(252, 129, 61, 0.3);
}

.uh-status-disponivel-hover {
  background-color: rgba(16, 198, 99, 0.3);
}

.uh-status-inativo-hover {
  background-color: rgba(52, 58, 64, 0.3);
}

td.table-cell-previsto {
  background-color: rgba(0, 209, 210, 0.3);
  color: black;
}

td.table-cell-realizado {
  color: black;
  background-color: rgba(16, 198, 99, 0.3);
}

.dt-financeiro-confirmado {
  background-color: rgba(16, 198, 99, 0.3);
}

.dt-financeiro-manual {
  background-color: rgba(244, 42, 100, 0.3);
}

.dt-financeiro-parcial {
  background-color: rgba(247, 198, 40, 0.3);
}

.acesso_autorizado {
  background-color: rgba(16, 198, 99, 0.3);
}

.acesso_em_teste {
  background-color: rgba(0, 209, 210, 0.3);
}

.acesso_expirado {
  background-color: rgba(247, 198, 40, 0.3);
}

.acesso_bloqueado {
  background-color: rgba(244, 42, 100, 0.3);
}

.sl-cursor-pointer {
  cursor: pointer;
}

.z_validation {
  color: #f42a64;
}

.dataTables_wrapper .dataTables_processing {
  background-color: #10c663;
  top: 20% !important;
}

.sl-file-drag-hover {
  height: 200px;
  border: 1px solid #10c663;
  background-color: #dee2e6;
}

:root {
  --botoes_fase__margin-top: 0.5rem;
}

/* CAMPO DE BUSCA */
.btn.glyphicon-remove.form-control-feedback {
  pointer-events: none !important;
}

input[type=search]::-webkit-search-cancel-button {
  padding: 0.15rem;
}

input[type=search]:hover::-webkit-search-cancel-button {
  cursor: pointer;
}

/* CAMPO DE SENHA */
input[type=password] {
  padding-right: 2.5rem;
}

.show-password-btn {
  position: absolute;
  top: 0;
  right: 1rem;
}

/* ERROS */
#logon_error,
.unauthorized-error {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 35rem;
  max-width: 80vw;
  z-index: 99;
}

/* MENU */
.dropdown-menu {
  overflow: auto !important;
}

.dropdown-menu:not(ul):not(.dropdown-usuario):not(#ul_btngrp_mov_processo_options) {
  max-width: 35vw !important;
}

ul.dropdown {
  max-width: 100% !important;
  transform: translate3d(0, 38px, 0) !important;
}

.dropdown-usuario {
  width: inherit;
}

#ul_btngrp_mov_processo_options {
  max-width: 80vw !important;
}

/* AGENDA */
.fc-toolbar {
  display: flex;
  flex-direction: column;
}

.fc-toolbar-title {
  font-size: 1.5rem !important;
  padding: 1rem 0;
  text-align: center;
}

.fc-toolbar-chunk {
  display: flex;
  justify-content: center;
  width: 100%;
}

.fc-col-header-cell-cushion {
  width: 100%;
  word-break: break-all;
}

/* RESPONSIVIDADE */
@media only screen and (max-width: 500px) {
  .fc-col-header-cell-cushion {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 800px) {
  .fc-toolbar {
    flex-direction: row;
  }
  .fc-toolbar-title {
    padding: 0;
  }
  .fc-toolbar-chunk:nth-child(1) {
    justify-content: flex-start;
  }
  .fc-toolbar-chunk:nth-child(3) {
    justify-content: flex-end;
  }
}
/* RESPONSIVIDADE - Botões do processo */
@media only screen and (max-width: 298px) {
  .btn_salvar_fase {
    margin-top: var(--botoes_fase__margin-top);
  }
}
@media only screen and (max-width: 411px) {
  .btn_prosseguir_fase {
    margin-top: var(--botoes_fase__margin-top);
  }
}
@media only screen and (max-width: 539px) {
  #btn_autorizar_crud_analise_conformidade {
    margin-top: var(--botoes_fase__margin-top);
  }
}
@media only screen and (max-width: 510px) {
  #btn_prosseguir_crud_processo_finalizar {
    margin-top: var(--botoes_fase__margin-top);
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #10c663;
  --secondary: #0b353f;
  --success: #00d1d2;
  --info: #805afa;
  --warning: #f7c628;
  --danger: #f42a64;
  --light: #f8f9fa;
  --dark: #343a40;
  --blackish: #161616;
  --hg-blue: #69a8f4;
  --hg-orange: #fc813d;
  --hg-orange-dark: #F46702;
  --hg-green: #00DD7E;
  --hg-gray-light: #E6E6E6;
  --hg-gray-regular: #D9D9D9;
  --hg-gray-medium: #C2C2C2;
  --hg-gray-soft: #8D8D8D;
  --hg-gray: #616161;
  --hg-gray-dark: #333;
  --hg-gray-navy: #495169;
  --hg-gray-blue: #2D3540;
  --hg-dark-cyan: #005F60;
  --hg-dark-navy: #051D20;
  --hg-red: #E3313B;
  --hg-yellow: #F1C21B;
  --hg-bg: #FFF1F1;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0b353f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ebedf2;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(188.08, 239.04, 211.32);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(130.72, 225.36, 173.88);
}

.table-hover .table-primary:hover {
  background-color: rgb(167.490472973, 234.129527027, 197.8808108108);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(167.490472973, 234.129527027, 197.8808108108);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(186.68, 198.44, 201.24);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(128.12, 149.96, 155.16);
}

.table-hover .table-secondary:hover {
  background-color: rgb(172.4093577982, 186.6257798165, 190.0106422018);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(172.4093577982, 186.6257798165, 190.0106422018);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 242.12, 242.4);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 231.08, 231.6);
}

.table-hover .table-success:hover {
  background-color: rgb(161.925, 238.21, 238.575);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(161.925, 238.21, 238.575);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(219.44, 208.8, 253.6);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(188.96, 169.2, 252.4);
}

.table-hover .table-info:hover {
  background-color: rgb(200.39, 184.05, 252.85);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(200.39, 184.05, 252.85);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(252.76, 239.04, 194.8);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(250.84, 225.36, 143.2);
}

.table-hover .table-warning:hover {
  background-color: rgb(251.8452017937, 232.5220627803, 170.2147982063);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(251.8452017937, 232.5220627803, 170.2147982063);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.92, 195.36, 211.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(249.28, 144.24, 174.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(250.6677678571, 171.1122321429, 193.9549107143);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(250.6677678571, 171.1122321429, 193.9549107143);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-blackish,
.table-blackish > th,
.table-blackish > td {
  background-color: rgb(189.76, 189.76, 189.76);
}
.table-blackish th,
.table-blackish td,
.table-blackish thead th,
.table-blackish tbody + tbody {
  border-color: rgb(133.84, 133.84, 133.84);
}

.table-hover .table-blackish:hover {
  background-color: rgb(177.01, 177.01, 177.01);
}
.table-hover .table-blackish:hover > td,
.table-hover .table-blackish:hover > th {
  background-color: rgb(177.01, 177.01, 177.01);
}

.table-hg-blue,
.table-hg-blue > th,
.table-hg-blue > td {
  background-color: rgb(213, 230.64, 251.92);
}
.table-hg-blue th,
.table-hg-blue td,
.table-hg-blue thead th,
.table-hg-blue tbody + tbody {
  border-color: rgb(177, 209.76, 249.28);
}

.table-hover .table-hg-blue:hover {
  background-color: rgb(189.2422360248, 216.8604968944, 250.1777639752);
}
.table-hover .table-hg-blue:hover > td,
.table-hover .table-hg-blue:hover > th {
  background-color: rgb(189.2422360248, 216.8604968944, 250.1777639752);
}

.table-hg-orange,
.table-hg-orange > th,
.table-hg-orange > td {
  background-color: rgb(254.16, 219.72, 200.68);
}
.table-hg-orange th,
.table-hg-orange td,
.table-hg-orange thead th,
.table-hg-orange tbody + tbody {
  border-color: rgb(253.44, 189.48, 154.12);
}

.table-hover .table-hg-orange:hover {
  background-color: rgb(253.7716751269, 203.4103553299, 175.5683248731);
}
.table-hover .table-hg-orange:hover > td,
.table-hover .table-hg-orange:hover > th {
  background-color: rgb(253.7716751269, 203.4103553299, 175.5683248731);
}

.table-hg-orange-dark,
.table-hg-orange-dark > th,
.table-hg-orange-dark > td {
  background-color: rgb(251.92, 212.44, 184.16);
}
.table-hg-orange-dark th,
.table-hg-orange-dark td,
.table-hg-orange-dark thead th,
.table-hg-orange-dark tbody + tbody {
  border-color: rgb(249.28, 175.96, 123.44);
}

.table-hover .table-hg-orange-dark:hover {
  background-color: rgb(250.8575, 197.7581818182, 159.7225);
}
.table-hover .table-hg-orange-dark:hover > td,
.table-hover .table-hg-orange-dark:hover > th {
  background-color: rgb(250.8575, 197.7581818182, 159.7225);
}

.table-hg-green,
.table-hg-green > th,
.table-hg-green > td {
  background-color: rgb(183.6, 245.48, 218.88);
}
.table-hg-green th,
.table-hg-green td,
.table-hg-green thead th,
.table-hg-green tbody + tbody {
  border-color: rgb(122.4, 237.32, 187.92);
}

.table-hover .table-hg-green:hover {
  background-color: rgb(161.1, 242.48, 207.4976470588);
}
.table-hover .table-hg-green:hover > td,
.table-hover .table-hg-green:hover > th {
  background-color: rgb(161.1, 242.48, 207.4976470588);
}

.table-hg-gray-light,
.table-hg-gray-light > th,
.table-hg-gray-light > td {
  background-color: #f8f8f8;
}
.table-hg-gray-light th,
.table-hg-gray-light td,
.table-hg-gray-light thead th,
.table-hg-gray-light tbody + tbody {
  border-color: #f2f2f2;
}

.table-hover .table-hg-gray-light:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-hover .table-hg-gray-light:hover > td,
.table-hover .table-hg-gray-light:hover > th {
  background-color: rgb(235.25, 235.25, 235.25);
}

.table-hg-gray-regular,
.table-hg-gray-regular > th,
.table-hg-gray-regular > td {
  background-color: rgb(244.36, 244.36, 244.36);
}
.table-hg-gray-regular th,
.table-hg-gray-regular td,
.table-hg-gray-regular thead th,
.table-hg-gray-regular tbody + tbody {
  border-color: rgb(235.24, 235.24, 235.24);
}

.table-hover .table-hg-gray-regular:hover {
  background-color: rgb(231.61, 231.61, 231.61);
}
.table-hover .table-hg-gray-regular:hover > td,
.table-hover .table-hg-gray-regular:hover > th {
  background-color: rgb(231.61, 231.61, 231.61);
}

.table-hg-gray-medium,
.table-hg-gray-medium > th,
.table-hg-gray-medium > td {
  background-color: rgb(237.92, 237.92, 237.92);
}
.table-hg-gray-medium th,
.table-hg-gray-medium td,
.table-hg-gray-medium thead th,
.table-hg-gray-medium tbody + tbody {
  border-color: rgb(223.28, 223.28, 223.28);
}

.table-hover .table-hg-gray-medium:hover {
  background-color: rgb(225.17, 225.17, 225.17);
}
.table-hover .table-hg-gray-medium:hover > td,
.table-hover .table-hg-gray-medium:hover > th {
  background-color: rgb(225.17, 225.17, 225.17);
}

.table-hg-gray-soft,
.table-hg-gray-soft > th,
.table-hg-gray-soft > td {
  background-color: rgb(223.08, 223.08, 223.08);
}
.table-hg-gray-soft th,
.table-hg-gray-soft td,
.table-hg-gray-soft thead th,
.table-hg-gray-soft tbody + tbody {
  border-color: rgb(195.72, 195.72, 195.72);
}

.table-hover .table-hg-gray-soft:hover {
  background-color: rgb(210.33, 210.33, 210.33);
}
.table-hover .table-hg-gray-soft:hover > td,
.table-hover .table-hg-gray-soft:hover > th {
  background-color: rgb(210.33, 210.33, 210.33);
}

.table-hg-gray,
.table-hg-gray > th,
.table-hg-gray > td {
  background-color: rgb(210.76, 210.76, 210.76);
}
.table-hg-gray th,
.table-hg-gray td,
.table-hg-gray thead th,
.table-hg-gray tbody + tbody {
  border-color: rgb(172.84, 172.84, 172.84);
}

.table-hover .table-hg-gray:hover {
  background-color: rgb(198.01, 198.01, 198.01);
}
.table-hover .table-hg-gray:hover > td,
.table-hover .table-hg-gray:hover > th {
  background-color: rgb(198.01, 198.01, 198.01);
}

.table-hg-gray-dark,
.table-hg-gray-dark > th,
.table-hg-gray-dark > td {
  background-color: rgb(197.88, 197.88, 197.88);
}
.table-hg-gray-dark th,
.table-hg-gray-dark td,
.table-hg-gray-dark thead th,
.table-hg-gray-dark tbody + tbody {
  border-color: rgb(148.92, 148.92, 148.92);
}

.table-hover .table-hg-gray-dark:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.table-hover .table-hg-gray-dark:hover > td,
.table-hover .table-hg-gray-dark:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}

.table-hg-gray-navy,
.table-hg-gray-navy > th,
.table-hg-gray-navy > td {
  background-color: rgb(204.04, 206.28, 213);
}
.table-hg-gray-navy th,
.table-hg-gray-navy td,
.table-hg-gray-navy thead th,
.table-hg-gray-navy tbody + tbody {
  border-color: rgb(160.36, 164.52, 177);
}

.table-hover .table-hg-gray-navy:hover {
  background-color: rgb(190.0610843373, 192.9155421687, 201.4789156627);
}
.table-hover .table-hg-gray-navy:hover > td,
.table-hover .table-hg-gray-navy:hover > th {
  background-color: rgb(190.0610843373, 192.9155421687, 201.4789156627);
}

.table-hg-gray-blue,
.table-hg-gray-blue > th,
.table-hg-gray-blue > td {
  background-color: rgb(196.2, 198.44, 201.52);
}
.table-hg-gray-blue th,
.table-hg-gray-blue td,
.table-hg-gray-blue thead th,
.table-hg-gray-blue tbody + tbody {
  border-color: rgb(145.8, 149.96, 155.68);
}

.table-hover .table-hg-gray-blue:hover {
  background-color: rgb(182.8458852868, 185.5946134663, 189.3741147132);
}
.table-hover .table-hg-gray-blue:hover > td,
.table-hover .table-hg-gray-blue:hover > th {
  background-color: rgb(182.8458852868, 185.5946134663, 189.3741147132);
}

.table-hg-dark-cyan,
.table-hg-dark-cyan > th,
.table-hg-dark-cyan > td {
  background-color: rgb(183.6, 210.2, 210.48);
}
.table-hg-dark-cyan th,
.table-hg-dark-cyan td,
.table-hg-dark-cyan thead th,
.table-hg-dark-cyan tbody + tbody {
  border-color: rgb(122.4, 171.8, 172.32);
}

.table-hover .table-hg-dark-cyan:hover {
  background-color: rgb(167.8934782609, 200.3449275362, 200.6865217391);
}
.table-hover .table-hg-dark-cyan:hover > td,
.table-hover .table-hg-dark-cyan:hover > th {
  background-color: rgb(167.8934782609, 200.3449275362, 200.6865217391);
}

.table-hg-dark-navy,
.table-hg-dark-navy > th,
.table-hg-dark-navy > td {
  background-color: rgb(185, 191.72, 192.56);
}
.table-hg-dark-navy th,
.table-hg-dark-navy td,
.table-hg-dark-navy thead th,
.table-hg-dark-navy tbody + tbody {
  border-color: rgb(125, 137.48, 139.04);
}

.table-hover .table-hg-dark-navy:hover {
  background-color: rgb(171.5221987315, 179.5360676533, 180.5378012685);
}
.table-hover .table-hg-dark-navy:hover > td,
.table-hover .table-hg-dark-navy:hover > th {
  background-color: rgb(171.5221987315, 179.5360676533, 180.5378012685);
}

.table-hg-red,
.table-hg-red > th,
.table-hg-red > td {
  background-color: rgb(247.16, 197.32, 200.12);
}
.table-hg-red th,
.table-hg-red td,
.table-hg-red thead th,
.table-hg-red tbody + tbody {
  border-color: rgb(240.44, 147.88, 153.08);
}

.table-hover .table-hg-red:hover {
  background-color: rgb(244.1087179487, 174.8712820513, 178.761025641);
}
.table-hover .table-hg-red:hover > td,
.table-hover .table-hg-red:hover > th {
  background-color: rgb(244.1087179487, 174.8712820513, 178.761025641);
}

.table-hg-yellow,
.table-hg-yellow > th,
.table-hg-yellow > td {
  background-color: rgb(251.08, 237.92, 191.16);
}
.table-hg-yellow th,
.table-hg-yellow td,
.table-hg-yellow thead th,
.table-hg-yellow tbody + tbody {
  border-color: rgb(247.72, 223.28, 136.44);
}

.table-hover .table-hg-yellow:hover {
  background-color: rgb(249.6047933884, 231.4923140496, 167.1352066116);
}
.table-hover .table-hg-yellow:hover > td,
.table-hover .table-hg-yellow:hover > th {
  background-color: rgb(249.6047933884, 231.4923140496, 167.1352066116);
}

.table-hg-bg,
.table-hg-bg > th,
.table-hg-bg > td {
  background-color: rgb(255, 251.08, 251.08);
}
.table-hg-bg th,
.table-hg-bg td,
.table-hg-bg thead th,
.table-hg-bg tbody + tbody {
  border-color: rgb(255, 247.72, 247.72);
}

.table-hover .table-hg-bg:hover {
  background-color: rgb(255, 225.58, 225.58);
}
.table-hover .table-hg-bg:hover > td,
.table-hover .table-hg-bg:hover > th {
  background-color: rgb(255, 225.58, 225.58);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(99.0981308411, 242.4018691589, 164.4509345794);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 209, 210, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00d1d2;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300d1d2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00d1d2;
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00d1d2;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300d1d2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00d1d2;
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00d1d2;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00d1d2;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00d1d2;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(6, 253.8142857143, 255);
  background-color: rgb(6, 253.8142857143, 255);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00d1d2;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00d1d2;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00d1d2;
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 42, 100, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f42a64;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f42a64' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f42a64' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f42a64;
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f42a64;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f42a64' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f42a64' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f42a64;
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f42a64;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f42a64;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f42a64;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(246.5044642857, 90.4955357143, 135.2901785714);
  background-color: rgb(246.5044642857, 90.4955357143, 135.2901785714);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f42a64;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f42a64;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f42a64;
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(13.1401869159, 162.6098130841, 81.3049065421);
  border-color: rgb(12.1869158879, 150.8130841121, 75.4065420561);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(13.1401869159, 162.6098130841, 81.3049065421);
  border-color: rgb(12.1869158879, 150.8130841121, 75.4065420561);
  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.2rem rgba(51.85, 206.55, 122.4, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.1869158879, 150.8130841121, 75.4065420561);
  border-color: rgb(11.2336448598, 139.0163551402, 69.5081775701);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51.85, 206.55, 122.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #0b353f;
  border-color: #0b353f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(5.3141891892, 25.6047297297, 30.4358108108);
  border-color: rgb(3.4189189189, 16.472972973, 19.5810810811);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(5.3141891892, 25.6047297297, 30.4358108108);
  border-color: rgb(3.4189189189, 16.472972973, 19.5810810811);
  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.2rem rgba(47.6, 83.3, 91.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #0b353f;
  border-color: #0b353f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(3.4189189189, 16.472972973, 19.5810810811);
  border-color: rgb(1.5236486486, 7.3412162162, 8.7263513514);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47.6, 83.3, 91.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00d1d2;
  border-color: #00d1d2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 170.9321428571, 171.75);
  border-color: rgb(0, 158.2428571429, 159);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 170.9321428571, 171.75);
  border-color: rgb(0, 158.2428571429, 159);
  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.2rem rgba(38.25, 215.9, 216.75, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00d1d2;
  border-color: #00d1d2;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 158.2428571429, 159);
  border-color: rgb(0, 145.5535714286, 146.25);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38.25, 215.9, 216.75, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #805afa;
  border-color: #805afa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(99.425, 52.875, 248.875);
  border-color: rgb(89.9, 40.5, 248.5);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(99.425, 52.875, 248.875);
  border-color: rgb(89.9, 40.5, 248.5);
  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.2rem rgba(147.05, 114.75, 250.75, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #805afa;
  border-color: #805afa;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(89.9, 40.5, 248.5);
  border-color: rgb(80.375, 28.125, 248.125);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(147.05, 114.75, 250.75, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f7c628;
  border-color: #f7c628;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(239.8262331839, 185.168161435, 8.9237668161);
  border-color: rgb(227.533632287, 175.6771300448, 8.466367713);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(239.8262331839, 185.168161435, 8.9237668161);
  border-color: rgb(227.533632287, 175.6771300448, 8.466367713);
  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.2rem rgba(214.9, 173.85, 40.15, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f7c628;
  border-color: #f7c628;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(227.533632287, 175.6771300448, 8.466367713);
  border-color: rgb(215.2410313901, 166.1860986547, 8.0089686099);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(214.9, 173.85, 40.15, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f42a64;
  border-color: #f42a64;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(235.5837053571, 12.1662946429, 76.3158482143);
  border-color: rgb(223.4598214286, 11.5401785714, 72.3883928571);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(235.5837053571, 12.1662946429, 76.3158482143);
  border-color: rgb(223.4598214286, 11.5401785714, 72.3883928571);
  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.2rem rgba(245.65, 73.95, 123.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f42a64;
  border-color: #f42a64;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(223.4598214286, 11.5401785714, 72.3883928571);
  border-color: rgb(211.3359375, 10.9140625, 68.4609375);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245.65, 73.95, 123.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  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.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  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.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-blackish {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-blackish:hover {
  color: #fff;
  background-color: rgb(2.875, 2.875, 2.875);
  border-color: black;
}
.btn-blackish:focus, .btn-blackish.focus {
  color: #fff;
  background-color: rgb(2.875, 2.875, 2.875);
  border-color: black;
  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.2rem rgba(56.95, 56.95, 56.95, 0.5);
}
.btn-blackish.disabled, .btn-blackish:disabled {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}
.btn-blackish:not(:disabled):not(.disabled):active, .btn-blackish:not(:disabled):not(.disabled).active, .show > .btn-blackish.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-blackish:not(:disabled):not(.disabled):active:focus, .btn-blackish:not(:disabled):not(.disabled).active:focus, .show > .btn-blackish.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(56.95, 56.95, 56.95, 0.5);
}

.btn-hg-blue {
  color: #212529;
  background-color: #69a8f4;
  border-color: #69a8f4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-blue:hover {
  color: #fff;
  background-color: rgb(69.3633540373, 147.3307453416, 241.3866459627);
  border-color: rgb(57.4844720497, 140.4409937888, 240.5155279503);
}
.btn-hg-blue:focus, .btn-hg-blue.focus {
  color: #fff;
  background-color: rgb(69.3633540373, 147.3307453416, 241.3866459627);
  border-color: rgb(57.4844720497, 140.4409937888, 240.5155279503);
  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.2rem rgba(94.2, 148.35, 213.55, 0.5);
}
.btn-hg-blue.disabled, .btn-hg-blue:disabled {
  color: #212529;
  background-color: #69a8f4;
  border-color: #69a8f4;
}
.btn-hg-blue:not(:disabled):not(.disabled):active, .btn-hg-blue:not(:disabled):not(.disabled).active, .show > .btn-hg-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(57.4844720497, 140.4409937888, 240.5155279503);
  border-color: rgb(45.6055900621, 133.551242236, 239.6444099379);
}
.btn-hg-blue:not(:disabled):not(.disabled):active:focus, .btn-hg-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94.2, 148.35, 213.55, 0.5);
}

.btn-hg-orange {
  color: #212529;
  background-color: #fc813d;
  border-color: #fc813d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-orange:hover {
  color: #fff;
  background-color: rgb(251.4175126904, 104.5355329949, 23.3324873096);
  border-color: rgb(251.2233502538, 96.3807106599, 10.7766497462);
}
.btn-hg-orange:focus, .btn-hg-orange.focus {
  color: #fff;
  background-color: rgb(251.4175126904, 104.5355329949, 23.3324873096);
  border-color: rgb(251.2233502538, 96.3807106599, 10.7766497462);
  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.2rem rgba(219.15, 115.2, 58, 0.5);
}
.btn-hg-orange.disabled, .btn-hg-orange:disabled {
  color: #212529;
  background-color: #fc813d;
  border-color: #fc813d;
}
.btn-hg-orange:not(:disabled):not(.disabled):active, .btn-hg-orange:not(:disabled):not(.disabled).active, .show > .btn-hg-orange.dropdown-toggle {
  color: #fff;
  background-color: rgb(251.2233502538, 96.3807106599, 10.7766497462);
  border-color: rgb(245.4543147208, 89.8312182741, 3.7956852792);
}
.btn-hg-orange:not(:disabled):not(.disabled):active:focus, .btn-hg-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-orange.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(219.15, 115.2, 58, 0.5);
}

.btn-hg-orange-dark {
  color: #fff;
  background-color: #F46702;
  border-color: #F46702;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-orange-dark:hover {
  color: #fff;
  background-color: rgb(206.0609756098, 86.9847560976, 1.6890243902);
  border-color: rgb(193.4146341463, 81.6463414634, 1.5853658537);
}
.btn-hg-orange-dark:focus, .btn-hg-orange-dark.focus {
  color: #fff;
  background-color: rgb(206.0609756098, 86.9847560976, 1.6890243902);
  border-color: rgb(193.4146341463, 81.6463414634, 1.5853658537);
  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.2rem rgba(245.65, 125.8, 39.95, 0.5);
}
.btn-hg-orange-dark.disabled, .btn-hg-orange-dark:disabled {
  color: #fff;
  background-color: #F46702;
  border-color: #F46702;
}
.btn-hg-orange-dark:not(:disabled):not(.disabled):active, .btn-hg-orange-dark:not(:disabled):not(.disabled).active, .show > .btn-hg-orange-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(193.4146341463, 81.6463414634, 1.5853658537);
  border-color: rgb(180.7682926829, 76.3079268293, 1.4817073171);
}
.btn-hg-orange-dark:not(:disabled):not(.disabled):active:focus, .btn-hg-orange-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-orange-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245.65, 125.8, 39.95, 0.5);
}

.btn-hg-green {
  color: #fff;
  background-color: #00DD7E;
  border-color: #00DD7E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-green:hover {
  color: #fff;
  background-color: rgb(0, 182.75, 104.1923076923);
  border-color: rgb(0, 170, 96.9230769231);
}
.btn-hg-green:focus, .btn-hg-green.focus {
  color: #fff;
  background-color: rgb(0, 182.75, 104.1923076923);
  border-color: rgb(0, 170, 96.9230769231);
  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.2rem rgba(38.25, 226.1, 145.35, 0.5);
}
.btn-hg-green.disabled, .btn-hg-green:disabled {
  color: #fff;
  background-color: #00DD7E;
  border-color: #00DD7E;
}
.btn-hg-green:not(:disabled):not(.disabled):active, .btn-hg-green:not(:disabled):not(.disabled).active, .show > .btn-hg-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 170, 96.9230769231);
  border-color: rgb(0, 157.25, 89.6538461538);
}
.btn-hg-green:not(:disabled):not(.disabled):active:focus, .btn-hg-green:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38.25, 226.1, 145.35, 0.5);
}

.btn-hg-gray-light {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-light:hover {
  color: #212529;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
}
.btn-hg-gray-light:focus, .btn-hg-gray-light.focus {
  color: #212529;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
  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.2rem rgba(200.45, 201.05, 201.65, 0.5);
}
.btn-hg-gray-light.disabled, .btn-hg-gray-light:disabled {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-hg-gray-light:not(:disabled):not(.disabled):active, .btn-hg-gray-light:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
  border-color: rgb(198.125, 198.125, 198.125);
}
.btn-hg-gray-light:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(200.45, 201.05, 201.65, 0.5);
}

.btn-hg-gray-regular {
  color: #212529;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-regular:hover {
  color: #212529;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
}
.btn-hg-gray-regular:focus, .btn-hg-gray-regular.focus {
  color: #212529;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
  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.2rem rgba(189.4, 190, 190.6, 0.5);
}
.btn-hg-gray-regular.disabled, .btn-hg-gray-regular:disabled {
  color: #212529;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-hg-gray-regular:not(:disabled):not(.disabled):active, .btn-hg-gray-regular:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-regular.dropdown-toggle {
  color: #212529;
  background-color: rgb(191.5, 191.5, 191.5);
  border-color: rgb(185.125, 185.125, 185.125);
}
.btn-hg-gray-regular:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-regular:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-regular.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(189.4, 190, 190.6, 0.5);
}

.btn-hg-gray-medium {
  color: #212529;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-medium:hover {
  color: #212529;
  background-color: rgb(174.875, 174.875, 174.875);
  border-color: rgb(168.5, 168.5, 168.5);
}
.btn-hg-gray-medium:focus, .btn-hg-gray-medium.focus {
  color: #212529;
  background-color: rgb(174.875, 174.875, 174.875);
  border-color: rgb(168.5, 168.5, 168.5);
  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.2rem rgba(169.85, 170.45, 171.05, 0.5);
}
.btn-hg-gray-medium.disabled, .btn-hg-gray-medium:disabled {
  color: #212529;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-hg-gray-medium:not(:disabled):not(.disabled):active, .btn-hg-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-medium.dropdown-toggle {
  color: #212529;
  background-color: rgb(168.5, 168.5, 168.5);
  border-color: rgb(162.125, 162.125, 162.125);
}
.btn-hg-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(169.85, 170.45, 171.05, 0.5);
}

.btn-hg-gray-soft {
  color: #fff;
  background-color: #8D8D8D;
  border-color: #8D8D8D;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-soft:hover {
  color: #fff;
  background-color: rgb(121.875, 121.875, 121.875);
  border-color: rgb(115.5, 115.5, 115.5);
}
.btn-hg-gray-soft:focus, .btn-hg-gray-soft.focus {
  color: #fff;
  background-color: rgb(121.875, 121.875, 121.875);
  border-color: rgb(115.5, 115.5, 115.5);
  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.2rem rgba(158.1, 158.1, 158.1, 0.5);
}
.btn-hg-gray-soft.disabled, .btn-hg-gray-soft:disabled {
  color: #fff;
  background-color: #8D8D8D;
  border-color: #8D8D8D;
}
.btn-hg-gray-soft:not(:disabled):not(.disabled):active, .btn-hg-gray-soft:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-soft.dropdown-toggle {
  color: #fff;
  background-color: rgb(115.5, 115.5, 115.5);
  border-color: rgb(109.125, 109.125, 109.125);
}
.btn-hg-gray-soft:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-soft:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-soft.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(158.1, 158.1, 158.1, 0.5);
}

.btn-hg-gray {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray:hover {
  color: #fff;
  background-color: rgb(77.875, 77.875, 77.875);
  border-color: rgb(71.5, 71.5, 71.5);
}
.btn-hg-gray:focus, .btn-hg-gray.focus {
  color: #fff;
  background-color: rgb(77.875, 77.875, 77.875);
  border-color: rgb(71.5, 71.5, 71.5);
  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.2rem rgba(120.7, 120.7, 120.7, 0.5);
}
.btn-hg-gray.disabled, .btn-hg-gray:disabled {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.btn-hg-gray:not(:disabled):not(.disabled):active, .btn-hg-gray:not(:disabled):not(.disabled).active, .show > .btn-hg-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(71.5, 71.5, 71.5);
  border-color: rgb(65.125, 65.125, 65.125);
}
.btn-hg-gray:not(:disabled):not(.disabled):active:focus, .btn-hg-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120.7, 120.7, 120.7, 0.5);
}

.btn-hg-gray-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-dark:hover {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
}
.btn-hg-gray-dark:focus, .btn-hg-gray-dark.focus {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
  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.2rem rgba(81.6, 81.6, 81.6, 0.5);
}
.btn-hg-gray-dark.disabled, .btn-hg-gray-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-hg-gray-dark:not(:disabled):not(.disabled):active, .btn-hg-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-hg-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}

.btn-hg-gray-navy {
  color: #fff;
  background-color: #495169;
  border-color: #495169;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-navy:hover {
  color: #fff;
  background-color: rgb(57.3132022472, 63.5941011236, 82.4367977528);
  border-color: rgb(52.0842696629, 57.7921348315, 74.9157303371);
}
.btn-hg-gray-navy:focus, .btn-hg-gray-navy.focus {
  color: #fff;
  background-color: rgb(57.3132022472, 63.5941011236, 82.4367977528);
  border-color: rgb(52.0842696629, 57.7921348315, 74.9157303371);
  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.2rem rgba(100.3, 107.1, 127.5, 0.5);
}
.btn-hg-gray-navy.disabled, .btn-hg-gray-navy:disabled {
  color: #fff;
  background-color: #495169;
  border-color: #495169;
}
.btn-hg-gray-navy:not(:disabled):not(.disabled):active, .btn-hg-gray-navy:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-navy.dropdown-toggle {
  color: #fff;
  background-color: rgb(52.0842696629, 57.7921348315, 74.9157303371);
  border-color: rgb(46.8553370787, 51.9901685393, 67.3946629213);
}
.btn-hg-gray-navy:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-navy.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(100.3, 107.1, 127.5, 0.5);
}

.btn-hg-gray-blue {
  color: #fff;
  background-color: #2D3540;
  border-color: #2D3540;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-gray-blue:hover {
  color: #fff;
  background-color: rgb(29.2087155963, 34.4013761468, 41.5412844037);
  border-color: rgb(23.9449541284, 28.2018348624, 34.0550458716);
}
.btn-hg-gray-blue:focus, .btn-hg-gray-blue.focus {
  color: #fff;
  background-color: rgb(29.2087155963, 34.4013761468, 41.5412844037);
  border-color: rgb(23.9449541284, 28.2018348624, 34.0550458716);
  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.2rem rgba(76.5, 83.3, 92.65, 0.5);
}
.btn-hg-gray-blue.disabled, .btn-hg-gray-blue:disabled {
  color: #fff;
  background-color: #2D3540;
  border-color: #2D3540;
}
.btn-hg-gray-blue:not(:disabled):not(.disabled):active, .btn-hg-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-hg-gray-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.9449541284, 28.2018348624, 34.0550458716);
  border-color: rgb(18.6811926606, 22.002293578, 26.5688073394);
}
.btn-hg-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-hg-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-gray-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76.5, 83.3, 92.65, 0.5);
}

.btn-hg-dark-cyan {
  color: #fff;
  background-color: #005F60;
  border-color: #005F60;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-dark-cyan:hover {
  color: #fff;
  background-color: rgb(0, 57.1484375, 57.75);
  border-color: rgb(0, 44.53125, 45);
}
.btn-hg-dark-cyan:focus, .btn-hg-dark-cyan.focus {
  color: #fff;
  background-color: rgb(0, 57.1484375, 57.75);
  border-color: rgb(0, 44.53125, 45);
  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.2rem rgba(38.25, 119, 119.85, 0.5);
}
.btn-hg-dark-cyan.disabled, .btn-hg-dark-cyan:disabled {
  color: #fff;
  background-color: #005F60;
  border-color: #005F60;
}
.btn-hg-dark-cyan:not(:disabled):not(.disabled):active, .btn-hg-dark-cyan:not(:disabled):not(.disabled).active, .show > .btn-hg-dark-cyan.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 44.53125, 45);
  border-color: rgb(0, 31.9140625, 32.25);
}
.btn-hg-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-hg-dark-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-dark-cyan.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(38.25, 119, 119.85, 0.5);
}

.btn-hg-dark-navy {
  color: #fff;
  background-color: #051D20;
  border-color: #051D20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-dark-navy:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-hg-dark-navy:focus, .btn-hg-dark-navy.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  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.2rem rgba(42.5, 62.9, 65.45, 0.5);
}
.btn-hg-dark-navy.disabled, .btn-hg-dark-navy:disabled {
  color: #fff;
  background-color: #051D20;
  border-color: #051D20;
}
.btn-hg-dark-navy:not(:disabled):not(.disabled):active, .btn-hg-dark-navy:not(:disabled):not(.disabled).active, .show > .btn-hg-dark-navy.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-hg-dark-navy:not(:disabled):not(.disabled):active:focus, .btn-hg-dark-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-dark-navy.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(42.5, 62.9, 65.45, 0.5);
}

.btn-hg-red {
  color: #fff;
  background-color: #E3313B;
  border-color: #E3313B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-red:hover {
  color: #fff;
  background-color: rgb(209.3012820513, 28.4487179487, 38.608974359);
  border-color: rgb(198.0769230769, 26.9230769231, 36.5384615385);
}
.btn-hg-red:focus, .btn-hg-red.focus {
  color: #fff;
  background-color: rgb(209.3012820513, 28.4487179487, 38.608974359);
  border-color: rgb(198.0769230769, 26.9230769231, 36.5384615385);
  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.2rem rgba(231.2, 79.9, 88.4, 0.5);
}
.btn-hg-red.disabled, .btn-hg-red:disabled {
  color: #fff;
  background-color: #E3313B;
  border-color: #E3313B;
}
.btn-hg-red:not(:disabled):not(.disabled):active, .btn-hg-red:not(:disabled):not(.disabled).active, .show > .btn-hg-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(198.0769230769, 26.9230769231, 36.5384615385);
  border-color: rgb(186.8525641026, 25.3974358974, 34.4679487179);
}
.btn-hg-red:not(:disabled):not(.disabled):active:focus, .btn-hg-red:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(231.2, 79.9, 88.4, 0.5);
}

.btn-hg-yellow {
  color: #212529;
  background-color: #F1C21B;
  border-color: #F1C21B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-yellow:hover {
  color: #212529;
  background-color: rgb(216.458677686, 171.8378099174, 13.291322314);
  border-color: rgb(204.4462809917, 162.3016528926, 12.5537190083);
}
.btn-hg-yellow:focus, .btn-hg-yellow.focus {
  color: #212529;
  background-color: rgb(216.458677686, 171.8378099174, 13.291322314);
  border-color: rgb(204.4462809917, 162.3016528926, 12.5537190083);
  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.2rem rgba(209.8, 170.45, 29.1, 0.5);
}
.btn-hg-yellow.disabled, .btn-hg-yellow:disabled {
  color: #212529;
  background-color: #F1C21B;
  border-color: #F1C21B;
}
.btn-hg-yellow:not(:disabled):not(.disabled):active, .btn-hg-yellow:not(:disabled):not(.disabled).active, .show > .btn-hg-yellow.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.4462809917, 162.3016528926, 12.5537190083);
  border-color: rgb(192.4338842975, 152.7654958678, 11.8161157025);
}
.btn-hg-yellow:not(:disabled):not(.disabled):active:focus, .btn-hg-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(209.8, 170.45, 29.1, 0.5);
}

.btn-hg-bg {
  color: #212529;
  background-color: #FFF1F1;
  border-color: #FFF1F1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-hg-bg:hover {
  color: #212529;
  background-color: rgb(255, 202.75, 202.75);
  border-color: #ffbebe;
}
.btn-hg-bg:focus, .btn-hg-bg.focus {
  color: #212529;
  background-color: rgb(255, 202.75, 202.75);
  border-color: #ffbebe;
  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.2rem rgba(221.7, 210.4, 211, 0.5);
}
.btn-hg-bg.disabled, .btn-hg-bg:disabled {
  color: #212529;
  background-color: #FFF1F1;
  border-color: #FFF1F1;
}
.btn-hg-bg:not(:disabled):not(.disabled):active, .btn-hg-bg:not(:disabled):not(.disabled).active, .show > .btn-hg-bg.dropdown-toggle {
  color: #212529;
  background-color: #ffbebe;
  border-color: rgb(255, 177.25, 177.25);
}
.btn-hg-bg:not(:disabled):not(.disabled):active:focus, .btn-hg-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-hg-bg.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221.7, 210.4, 211, 0.5);
}

.btn-outline-primary {
  color: #10c663;
  border-color: #10c663;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #10c663;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(16, 198, 99, 0.5);
}

.btn-outline-secondary {
  color: #0b353f;
  border-color: #0b353f;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0b353f;
  border-color: #0b353f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 53, 63, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #0b353f;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0b353f;
  border-color: #0b353f;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(11, 53, 63, 0.5);
}

.btn-outline-success {
  color: #00d1d2;
  border-color: #00d1d2;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00d1d2;
  border-color: #00d1d2;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00d1d2;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00d1d2;
  border-color: #00d1d2;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 209, 210, 0.5);
}

.btn-outline-info {
  color: #805afa;
  border-color: #805afa;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #805afa;
  border-color: #805afa;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 90, 250, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #805afa;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #805afa;
  border-color: #805afa;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 90, 250, 0.5);
}

.btn-outline-warning {
  color: #f7c628;
  border-color: #f7c628;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f7c628;
  border-color: #f7c628;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 198, 40, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f7c628;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f7c628;
  border-color: #f7c628;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 198, 40, 0.5);
}

.btn-outline-danger {
  color: #f42a64;
  border-color: #f42a64;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f42a64;
  border-color: #f42a64;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f42a64;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f42a64;
  border-color: #f42a64;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 42, 100, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-blackish {
  color: #161616;
  border-color: #161616;
}
.btn-outline-blackish:hover {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}
.btn-outline-blackish:focus, .btn-outline-blackish.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.5);
}
.btn-outline-blackish.disabled, .btn-outline-blackish:disabled {
  color: #161616;
  background-color: transparent;
}
.btn-outline-blackish:not(:disabled):not(.disabled):active, .btn-outline-blackish:not(:disabled):not(.disabled).active, .show > .btn-outline-blackish.dropdown-toggle {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}
.btn-outline-blackish:not(:disabled):not(.disabled):active:focus, .btn-outline-blackish:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blackish.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(22, 22, 22, 0.5);
}

.btn-outline-hg-blue {
  color: #69a8f4;
  border-color: #69a8f4;
}
.btn-outline-hg-blue:hover {
  color: #212529;
  background-color: #69a8f4;
  border-color: #69a8f4;
}
.btn-outline-hg-blue:focus, .btn-outline-hg-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 168, 244, 0.5);
}
.btn-outline-hg-blue.disabled, .btn-outline-hg-blue:disabled {
  color: #69a8f4;
  background-color: transparent;
}
.btn-outline-hg-blue:not(:disabled):not(.disabled):active, .btn-outline-hg-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-blue.dropdown-toggle {
  color: #212529;
  background-color: #69a8f4;
  border-color: #69a8f4;
}
.btn-outline-hg-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(105, 168, 244, 0.5);
}

.btn-outline-hg-orange {
  color: #fc813d;
  border-color: #fc813d;
}
.btn-outline-hg-orange:hover {
  color: #212529;
  background-color: #fc813d;
  border-color: #fc813d;
}
.btn-outline-hg-orange:focus, .btn-outline-hg-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 129, 61, 0.5);
}
.btn-outline-hg-orange.disabled, .btn-outline-hg-orange:disabled {
  color: #fc813d;
  background-color: transparent;
}
.btn-outline-hg-orange:not(:disabled):not(.disabled):active, .btn-outline-hg-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-orange.dropdown-toggle {
  color: #212529;
  background-color: #fc813d;
  border-color: #fc813d;
}
.btn-outline-hg-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-orange.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(252, 129, 61, 0.5);
}

.btn-outline-hg-orange-dark {
  color: #F46702;
  border-color: #F46702;
}
.btn-outline-hg-orange-dark:hover {
  color: #fff;
  background-color: #F46702;
  border-color: #F46702;
}
.btn-outline-hg-orange-dark:focus, .btn-outline-hg-orange-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 103, 2, 0.5);
}
.btn-outline-hg-orange-dark.disabled, .btn-outline-hg-orange-dark:disabled {
  color: #F46702;
  background-color: transparent;
}
.btn-outline-hg-orange-dark:not(:disabled):not(.disabled):active, .btn-outline-hg-orange-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-orange-dark.dropdown-toggle {
  color: #fff;
  background-color: #F46702;
  border-color: #F46702;
}
.btn-outline-hg-orange-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-orange-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-orange-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 103, 2, 0.5);
}

.btn-outline-hg-green {
  color: #00DD7E;
  border-color: #00DD7E;
}
.btn-outline-hg-green:hover {
  color: #fff;
  background-color: #00DD7E;
  border-color: #00DD7E;
}
.btn-outline-hg-green:focus, .btn-outline-hg-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 221, 126, 0.5);
}
.btn-outline-hg-green.disabled, .btn-outline-hg-green:disabled {
  color: #00DD7E;
  background-color: transparent;
}
.btn-outline-hg-green:not(:disabled):not(.disabled):active, .btn-outline-hg-green:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-green.dropdown-toggle {
  color: #fff;
  background-color: #00DD7E;
  border-color: #00DD7E;
}
.btn-outline-hg-green:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 221, 126, 0.5);
}

.btn-outline-hg-gray-light {
  color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-hg-gray-light:hover {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-hg-gray-light:focus, .btn-outline-hg-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-hg-gray-light.disabled, .btn-outline-hg-gray-light:disabled {
  color: #E6E6E6;
  background-color: transparent;
}
.btn-outline-hg-gray-light:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-hg-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-hg-gray-regular {
  color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-hg-gray-regular:hover {
  color: #212529;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-hg-gray-regular:focus, .btn-outline-hg-gray-regular.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-outline-hg-gray-regular.disabled, .btn-outline-hg-gray-regular:disabled {
  color: #D9D9D9;
  background-color: transparent;
}
.btn-outline-hg-gray-regular:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-regular:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-regular.dropdown-toggle {
  color: #212529;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-hg-gray-regular:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-regular:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-regular.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.btn-outline-hg-gray-medium {
  color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-outline-hg-gray-medium:hover {
  color: #212529;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-outline-hg-gray-medium:focus, .btn-outline-hg-gray-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 194, 0.5);
}
.btn-outline-hg-gray-medium.disabled, .btn-outline-hg-gray-medium:disabled {
  color: #C2C2C2;
  background-color: transparent;
}
.btn-outline-hg-gray-medium:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-medium.dropdown-toggle {
  color: #212529;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-outline-hg-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(194, 194, 194, 0.5);
}

.btn-outline-hg-gray-soft {
  color: #8D8D8D;
  border-color: #8D8D8D;
}
.btn-outline-hg-gray-soft:hover {
  color: #fff;
  background-color: #8D8D8D;
  border-color: #8D8D8D;
}
.btn-outline-hg-gray-soft:focus, .btn-outline-hg-gray-soft.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 0.5);
}
.btn-outline-hg-gray-soft.disabled, .btn-outline-hg-gray-soft:disabled {
  color: #8D8D8D;
  background-color: transparent;
}
.btn-outline-hg-gray-soft:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-soft:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-soft.dropdown-toggle {
  color: #fff;
  background-color: #8D8D8D;
  border-color: #8D8D8D;
}
.btn-outline-hg-gray-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-soft:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-soft.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 141, 141, 0.5);
}

.btn-outline-hg-gray {
  color: #616161;
  border-color: #616161;
}
.btn-outline-hg-gray:hover {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.btn-outline-hg-gray:focus, .btn-outline-hg-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5);
}
.btn-outline-hg-gray.disabled, .btn-outline-hg-gray:disabled {
  color: #616161;
  background-color: transparent;
}
.btn-outline-hg-gray:not(:disabled):not(.disabled):active, .btn-outline-hg-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray.dropdown-toggle {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.btn-outline-hg-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(97, 97, 97, 0.5);
}

.btn-outline-hg-gray-dark {
  color: #333;
  border-color: #333;
}
.btn-outline-hg-gray-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-hg-gray-dark:focus, .btn-outline-hg-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-hg-gray-dark.disabled, .btn-outline-hg-gray-dark:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-hg-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-hg-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-hg-gray-navy {
  color: #495169;
  border-color: #495169;
}
.btn-outline-hg-gray-navy:hover {
  color: #fff;
  background-color: #495169;
  border-color: #495169;
}
.btn-outline-hg-gray-navy:focus, .btn-outline-hg-gray-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 81, 105, 0.5);
}
.btn-outline-hg-gray-navy.disabled, .btn-outline-hg-gray-navy:disabled {
  color: #495169;
  background-color: transparent;
}
.btn-outline-hg-gray-navy:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-navy.dropdown-toggle {
  color: #fff;
  background-color: #495169;
  border-color: #495169;
}
.btn-outline-hg-gray-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-navy.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(73, 81, 105, 0.5);
}

.btn-outline-hg-gray-blue {
  color: #2D3540;
  border-color: #2D3540;
}
.btn-outline-hg-gray-blue:hover {
  color: #fff;
  background-color: #2D3540;
  border-color: #2D3540;
}
.btn-outline-hg-gray-blue:focus, .btn-outline-hg-gray-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 53, 64, 0.5);
}
.btn-outline-hg-gray-blue.disabled, .btn-outline-hg-gray-blue:disabled {
  color: #2D3540;
  background-color: transparent;
}
.btn-outline-hg-gray-blue:not(:disabled):not(.disabled):active, .btn-outline-hg-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-gray-blue.dropdown-toggle {
  color: #fff;
  background-color: #2D3540;
  border-color: #2D3540;
}
.btn-outline-hg-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-gray-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(45, 53, 64, 0.5);
}

.btn-outline-hg-dark-cyan {
  color: #005F60;
  border-color: #005F60;
}
.btn-outline-hg-dark-cyan:hover {
  color: #fff;
  background-color: #005F60;
  border-color: #005F60;
}
.btn-outline-hg-dark-cyan:focus, .btn-outline-hg-dark-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 95, 96, 0.5);
}
.btn-outline-hg-dark-cyan.disabled, .btn-outline-hg-dark-cyan:disabled {
  color: #005F60;
  background-color: transparent;
}
.btn-outline-hg-dark-cyan:not(:disabled):not(.disabled):active, .btn-outline-hg-dark-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-dark-cyan.dropdown-toggle {
  color: #fff;
  background-color: #005F60;
  border-color: #005F60;
}
.btn-outline-hg-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-dark-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-dark-cyan.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 95, 96, 0.5);
}

.btn-outline-hg-dark-navy {
  color: #051D20;
  border-color: #051D20;
}
.btn-outline-hg-dark-navy:hover {
  color: #fff;
  background-color: #051D20;
  border-color: #051D20;
}
.btn-outline-hg-dark-navy:focus, .btn-outline-hg-dark-navy.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 29, 32, 0.5);
}
.btn-outline-hg-dark-navy.disabled, .btn-outline-hg-dark-navy:disabled {
  color: #051D20;
  background-color: transparent;
}
.btn-outline-hg-dark-navy:not(:disabled):not(.disabled):active, .btn-outline-hg-dark-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-dark-navy.dropdown-toggle {
  color: #fff;
  background-color: #051D20;
  border-color: #051D20;
}
.btn-outline-hg-dark-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-dark-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-dark-navy.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(5, 29, 32, 0.5);
}

.btn-outline-hg-red {
  color: #E3313B;
  border-color: #E3313B;
}
.btn-outline-hg-red:hover {
  color: #fff;
  background-color: #E3313B;
  border-color: #E3313B;
}
.btn-outline-hg-red:focus, .btn-outline-hg-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 49, 59, 0.5);
}
.btn-outline-hg-red.disabled, .btn-outline-hg-red:disabled {
  color: #E3313B;
  background-color: transparent;
}
.btn-outline-hg-red:not(:disabled):not(.disabled):active, .btn-outline-hg-red:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-red.dropdown-toggle {
  color: #fff;
  background-color: #E3313B;
  border-color: #E3313B;
}
.btn-outline-hg-red:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(227, 49, 59, 0.5);
}

.btn-outline-hg-yellow {
  color: #F1C21B;
  border-color: #F1C21B;
}
.btn-outline-hg-yellow:hover {
  color: #212529;
  background-color: #F1C21B;
  border-color: #F1C21B;
}
.btn-outline-hg-yellow:focus, .btn-outline-hg-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 194, 27, 0.5);
}
.btn-outline-hg-yellow.disabled, .btn-outline-hg-yellow:disabled {
  color: #F1C21B;
  background-color: transparent;
}
.btn-outline-hg-yellow:not(:disabled):not(.disabled):active, .btn-outline-hg-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-yellow.dropdown-toggle {
  color: #212529;
  background-color: #F1C21B;
  border-color: #F1C21B;
}
.btn-outline-hg-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(241, 194, 27, 0.5);
}

.btn-outline-hg-bg {
  color: #FFF1F1;
  border-color: #FFF1F1;
}
.btn-outline-hg-bg:hover {
  color: #212529;
  background-color: #FFF1F1;
  border-color: #FFF1F1;
}
.btn-outline-hg-bg:focus, .btn-outline-hg-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 241, 241, 0.5);
}
.btn-outline-hg-bg.disabled, .btn-outline-hg-bg:disabled {
  color: #FFF1F1;
  background-color: transparent;
}
.btn-outline-hg-bg:not(:disabled):not(.disabled):active, .btn-outline-hg-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-hg-bg.dropdown-toggle {
  color: #212529;
  background-color: #FFF1F1;
  border-color: #FFF1F1;
}
.btn-outline-hg-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-hg-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-hg-bg.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 241, 241, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0b353f;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #10c663;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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.8575rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.47rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.235rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #10c663;
  background-color: #10c663;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(99.0981308411, 242.4018691589, 164.4509345794);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(146.285046729, 246.214953271, 191.8574766355);
  border-color: rgb(146.285046729, 246.214953271, 191.8574766355);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.235rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.235rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #10c663;
  background-color: #10c663;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(16, 198, 99, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(16, 198, 99, 0.5);
}

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(99.0981308411, 242.4018691589, 164.4509345794);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(99.0981308411, 242.4018691589, 164.4509345794);
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #10c663;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(146.285046729, 246.214953271, 191.8574766355);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #10c663;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(146.285046729, 246.214953271, 191.8574766355);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #10c663;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(146.285046729, 246.214953271, 191.8574766355);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ebedf2;
  border-color: #dee2e6 #dee2e6 #ebedf2;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #10c663;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.31625rem;
  padding-bottom: 0.31625rem;
  margin-right: 1rem;
  font-size: 1.225rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.225rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.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 > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.1rem;
}

.card-header {
  padding: 0.7rem 1.1rem;
  margin-bottom: 0;
  background-color: #fff;
  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-footer {
  padding: 0.7rem 1.1rem;
  background-color: #fff;
  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.55rem;
  margin-bottom: -0.7rem;
  margin-left: -0.55rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0b353f;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #10c663;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(12.1869158879, 150.8130841121, 75.4065420561);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 198, 99, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #0b353f;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(3.4189189189, 16.472972973, 19.5810810811);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 53, 63, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00d1d2;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 158.2428571429, 159);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 209, 210, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #805afa;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(89.9, 40.5, 248.5);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 90, 250, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #f7c628;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(227.533632287, 175.6771300448, 8.466367713);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 198, 40, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f42a64;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(223.4598214286, 11.5401785714, 72.3883928571);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 42, 100, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.badge-hg-blue {
  color: #212529;
  background-color: #69a8f4;
}
a.badge-hg-blue:hover, a.badge-hg-blue:focus {
  color: #212529;
  background-color: rgb(57.4844720497, 140.4409937888, 240.5155279503);
}
a.badge-hg-blue:focus, a.badge-hg-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 168, 244, 0.5);
}

.badge-hg-orange {
  color: #212529;
  background-color: #fc813d;
}
a.badge-hg-orange:hover, a.badge-hg-orange:focus {
  color: #212529;
  background-color: rgb(251.2233502538, 96.3807106599, 10.7766497462);
}
a.badge-hg-orange:focus, a.badge-hg-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 129, 61, 0.5);
}

.badge-hg-orange-dark {
  color: #fff;
  background-color: #F46702;
}
a.badge-hg-orange-dark:hover, a.badge-hg-orange-dark:focus {
  color: #fff;
  background-color: rgb(193.4146341463, 81.6463414634, 1.5853658537);
}
a.badge-hg-orange-dark:focus, a.badge-hg-orange-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 103, 2, 0.5);
}

.badge-hg-green {
  color: #fff;
  background-color: #00DD7E;
}
a.badge-hg-green:hover, a.badge-hg-green:focus {
  color: #fff;
  background-color: rgb(0, 170, 96.9230769231);
}
a.badge-hg-green:focus, a.badge-hg-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 221, 126, 0.5);
}

.badge-hg-gray-light {
  color: #212529;
  background-color: #E6E6E6;
}
a.badge-hg-gray-light:hover, a.badge-hg-gray-light:focus {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
}
a.badge-hg-gray-light:focus, a.badge-hg-gray-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.badge-hg-gray-regular {
  color: #212529;
  background-color: #D9D9D9;
}
a.badge-hg-gray-regular:hover, a.badge-hg-gray-regular:focus {
  color: #212529;
  background-color: rgb(191.5, 191.5, 191.5);
}
a.badge-hg-gray-regular:focus, a.badge-hg-gray-regular.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.badge-hg-gray-medium {
  color: #212529;
  background-color: #C2C2C2;
}
a.badge-hg-gray-medium:hover, a.badge-hg-gray-medium:focus {
  color: #212529;
  background-color: rgb(168.5, 168.5, 168.5);
}
a.badge-hg-gray-medium:focus, a.badge-hg-gray-medium.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 194, 0.5);
}

.badge-hg-gray-soft {
  color: #fff;
  background-color: #8D8D8D;
}
a.badge-hg-gray-soft:hover, a.badge-hg-gray-soft:focus {
  color: #fff;
  background-color: rgb(115.5, 115.5, 115.5);
}
a.badge-hg-gray-soft:focus, a.badge-hg-gray-soft.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 0.5);
}

.badge-hg-gray {
  color: #fff;
  background-color: #616161;
}
a.badge-hg-gray:hover, a.badge-hg-gray:focus {
  color: #fff;
  background-color: rgb(71.5, 71.5, 71.5);
}
a.badge-hg-gray:focus, a.badge-hg-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5);
}

.badge-hg-gray-dark {
  color: #fff;
  background-color: #333;
}
a.badge-hg-gray-dark:hover, a.badge-hg-gray-dark:focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
a.badge-hg-gray-dark:focus, a.badge-hg-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-hg-gray-navy {
  color: #fff;
  background-color: #495169;
}
a.badge-hg-gray-navy:hover, a.badge-hg-gray-navy:focus {
  color: #fff;
  background-color: rgb(52.0842696629, 57.7921348315, 74.9157303371);
}
a.badge-hg-gray-navy:focus, a.badge-hg-gray-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 81, 105, 0.5);
}

.badge-hg-gray-blue {
  color: #fff;
  background-color: #2D3540;
}
a.badge-hg-gray-blue:hover, a.badge-hg-gray-blue:focus {
  color: #fff;
  background-color: rgb(23.9449541284, 28.2018348624, 34.0550458716);
}
a.badge-hg-gray-blue:focus, a.badge-hg-gray-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 53, 64, 0.5);
}

.badge-hg-dark-cyan {
  color: #fff;
  background-color: #005F60;
}
a.badge-hg-dark-cyan:hover, a.badge-hg-dark-cyan:focus {
  color: #fff;
  background-color: rgb(0, 44.53125, 45);
}
a.badge-hg-dark-cyan:focus, a.badge-hg-dark-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 95, 96, 0.5);
}

.badge-hg-dark-navy {
  color: #fff;
  background-color: #051D20;
}
a.badge-hg-dark-navy:hover, a.badge-hg-dark-navy:focus {
  color: #fff;
  background-color: black;
}
a.badge-hg-dark-navy:focus, a.badge-hg-dark-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 29, 32, 0.5);
}

.badge-hg-red {
  color: #fff;
  background-color: #E3313B;
}
a.badge-hg-red:hover, a.badge-hg-red:focus {
  color: #fff;
  background-color: rgb(198.0769230769, 26.9230769231, 36.5384615385);
}
a.badge-hg-red:focus, a.badge-hg-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 49, 59, 0.5);
}

.badge-hg-yellow {
  color: #212529;
  background-color: #F1C21B;
}
a.badge-hg-yellow:hover, a.badge-hg-yellow:focus {
  color: #212529;
  background-color: rgb(204.4462809917, 162.3016528926, 12.5537190083);
}
a.badge-hg-yellow:focus, a.badge-hg-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 194, 27, 0.5);
}

.badge-hg-bg {
  color: #212529;
  background-color: #FFF1F1;
}
a.badge-hg-bg:hover, a.badge-hg-bg:focus {
  color: #212529;
  background-color: #ffbebe;
}
a.badge-hg-bg:focus, a.badge-hg-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 241, 241, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(8.32, 102.96, 51.48);
  background-color: rgb(207.2, 243.6, 223.8);
  border-color: rgb(188.08, 239.04, 211.32);
}
.alert-primary hr {
  border-top-color: rgb(167.490472973, 234.129527027, 197.8808108108);
}
.alert-primary .alert-link {
  color: rgb(4.5069158879, 55.7730841121, 27.8865420561);
}

.alert-secondary {
  color: rgb(5.72, 27.56, 32.76);
  background-color: rgb(206.2, 214.6, 216.6);
  border-color: rgb(186.68, 198.44, 201.24);
}
.alert-secondary hr {
  border-top-color: rgb(172.4093577982, 186.6257798165, 190.0106422018);
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: rgb(0, 108.68, 109.2);
  background-color: rgb(204, 245.8, 246);
  border-color: rgb(183.6, 242.12, 242.4);
}
.alert-success hr {
  border-top-color: rgb(161.925, 238.21, 238.575);
}
.alert-success .alert-link {
  color: rgb(0, 57.9228571429, 58.2);
}

.alert-info {
  color: rgb(66.56, 46.8, 130);
  background-color: rgb(229.6, 222, 254);
  border-color: rgb(219.44, 208.8, 253.6);
}
.alert-info hr {
  border-top-color: rgb(200.39, 184.05, 252.85);
}
.alert-info .alert-link {
  color: rgb(47.36, 33.3, 92.5);
}

.alert-warning {
  color: rgb(128.44, 102.96, 20.8);
  background-color: rgb(253.4, 243.6, 212);
  border-color: rgb(252.76, 239.04, 194.8);
}
.alert-warning hr {
  border-top-color: rgb(251.8452017937, 232.5220627803, 170.2147982063);
}
.alert-warning .alert-link {
  color: rgb(84.5480139373, 67.7753310105, 13.6919860627);
}

.alert-danger {
  color: rgb(126.88, 21.84, 52);
  background-color: rgb(252.8, 212.4, 224);
  border-color: rgb(251.92, 195.36, 211.6);
}
.alert-danger hr {
  border-top-color: rgb(250.6677678571, 171.1122321429, 193.9549107143);
}
.alert-danger .alert-link {
  color: rgb(83.3695104895, 14.3504895105, 34.1678321678);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.alert-blackish {
  color: rgb(11.44, 11.44, 11.44);
  background-color: rgb(208.4, 208.4, 208.4);
  border-color: rgb(189.76, 189.76, 189.76);
}
.alert-blackish hr {
  border-top-color: rgb(177.01, 177.01, 177.01);
}
.alert-blackish .alert-link {
  color: black;
}

.alert-hg-blue {
  color: rgb(54.6, 87.36, 126.88);
  background-color: rgb(225, 237.6, 252.8);
  border-color: rgb(213, 230.64, 251.92);
}
.alert-hg-blue hr {
  border-top-color: rgb(189.2422360248, 216.8604968944, 250.1777639752);
}
.alert-hg-blue .alert-link {
  color: rgb(39.2561604585, 62.8098567335, 91.2238395415);
}

.alert-hg-orange {
  color: rgb(131.04, 67.08, 31.72);
  background-color: rgb(254.4, 229.8, 216.2);
  border-color: rgb(254.16, 219.72, 200.68);
}
.alert-hg-orange hr {
  border-top-color: rgb(253.7716751269, 203.4103553299, 175.5683248731);
}
.alert-hg-orange .alert-link {
  color: rgb(89.9792971246, 46.0608306709, 21.7807028754);
}

.alert-hg-orange-dark {
  color: rgb(126.88, 53.56, 1.04);
  background-color: rgb(252.8, 224.6, 204.4);
  border-color: rgb(251.92, 212.44, 184.16);
}
.alert-hg-orange-dark hr {
  border-top-color: rgb(250.8575, 197.7581818182, 159.7225);
}
.alert-hg-orange-dark .alert-link {
  color: rgb(76.2946341463, 32.2063414634, 0.6253658537);
}

.alert-hg-green {
  color: rgb(0, 114.92, 65.52);
  background-color: rgb(204, 248.2, 229.2);
  border-color: rgb(183.6, 245.48, 218.88);
}
.alert-hg-green hr {
  border-top-color: rgb(161.1, 242.48, 207.4976470588);
}
.alert-hg-green .alert-link {
  color: rgb(0, 63.92, 36.4430769231);
}

.alert-hg-gray-light {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-hg-gray-light hr {
  border-top-color: rgb(235.25, 235.25, 235.25);
}
.alert-hg-gray-light .alert-link {
  color: rgb(94.1, 94.1, 94.1);
}

.alert-hg-gray-regular {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(247.4, 247.4, 247.4);
  border-color: rgb(244.36, 244.36, 244.36);
}
.alert-hg-gray-regular hr {
  border-top-color: rgb(231.61, 231.61, 231.61);
}
.alert-hg-gray-regular .alert-link {
  color: rgb(87.34, 87.34, 87.34);
}

.alert-hg-gray-medium {
  color: rgb(100.88, 100.88, 100.88);
  background-color: rgb(242.8, 242.8, 242.8);
  border-color: rgb(237.92, 237.92, 237.92);
}
.alert-hg-gray-medium hr {
  border-top-color: rgb(225.17, 225.17, 225.17);
}
.alert-hg-gray-medium .alert-link {
  color: rgb(75.38, 75.38, 75.38);
}

.alert-hg-gray-soft {
  color: rgb(73.32, 73.32, 73.32);
  background-color: rgb(232.2, 232.2, 232.2);
  border-color: rgb(223.08, 223.08, 223.08);
}
.alert-hg-gray-soft hr {
  border-top-color: rgb(210.33, 210.33, 210.33);
}
.alert-hg-gray-soft .alert-link {
  color: rgb(47.82, 47.82, 47.82);
}

.alert-hg-gray {
  color: rgb(50.44, 50.44, 50.44);
  background-color: rgb(223.4, 223.4, 223.4);
  border-color: rgb(210.76, 210.76, 210.76);
}
.alert-hg-gray hr {
  border-top-color: rgb(198.01, 198.01, 198.01);
}
.alert-hg-gray .alert-link {
  color: rgb(24.94, 24.94, 24.94);
}

.alert-hg-gray-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(214.2, 214.2, 214.2);
  border-color: rgb(197.88, 197.88, 197.88);
}
.alert-hg-gray-dark hr {
  border-top-color: rgb(185.13, 185.13, 185.13);
}
.alert-hg-gray-dark .alert-link {
  color: rgb(1.02, 1.02, 1.02);
}

.alert-hg-gray-navy {
  color: rgb(37.96, 42.12, 54.6);
  background-color: rgb(218.6, 220.2, 225);
  border-color: rgb(204.04, 206.28, 213);
}
.alert-hg-gray-navy hr {
  border-top-color: rgb(190.0610843373, 192.9155421687, 201.4789156627);
}
.alert-hg-gray-navy .alert-link {
  color: rgb(17.0442696629, 18.9121348315, 24.5157303371);
}

.alert-hg-gray-blue {
  color: rgb(23.4, 27.56, 33.28);
  background-color: rgb(213, 214.6, 216.8);
  border-color: rgb(196.2, 198.44, 201.52);
}
.alert-hg-gray-blue hr {
  border-top-color: rgb(182.8458852868, 185.5946134663, 189.3741147132);
}
.alert-hg-gray-blue .alert-link {
  color: rgb(2.3449541284, 2.7618348624, 3.3350458716);
}

.alert-hg-dark-cyan {
  color: rgb(0, 49.4, 49.92);
  background-color: rgb(204, 223, 223.2);
  border-color: rgb(183.6, 210.2, 210.48);
}
.alert-hg-dark-cyan hr {
  border-top-color: rgb(167.8934782609, 200.3449275362, 200.6865217391);
}
.alert-hg-dark-cyan .alert-link {
  color: black;
}

.alert-hg-dark-navy {
  color: rgb(2.6, 15.08, 16.64);
  background-color: rgb(205, 209.8, 210.4);
  border-color: rgb(185, 191.72, 192.56);
}
.alert-hg-dark-navy hr {
  border-top-color: rgb(171.5221987315, 179.5360676533, 180.5378012685);
}
.alert-hg-dark-navy .alert-link {
  color: black;
}

.alert-hg-red {
  color: rgb(118.04, 25.48, 30.68);
  background-color: rgb(249.4, 213.8, 215.8);
  border-color: rgb(247.16, 197.32, 200.12);
}
.alert-hg-red hr {
  border-top-color: rgb(244.1087179487, 174.8712820513, 178.761025641);
}
.alert-hg-red .alert-link {
  color: rgb(76.0943478261, 16.4256521739, 19.777826087);
}

.alert-hg-yellow {
  color: rgb(125.32, 100.88, 14.04);
  background-color: rgb(252.2, 242.8, 209.4);
  border-color: rgb(251.08, 237.92, 191.16);
}
.alert-hg-yellow hr {
  border-top-color: rgb(249.6047933884, 231.4923140496, 167.1352066116);
}
.alert-hg-yellow .alert-link {
  color: rgb(79.4580597015, 63.9620895522, 8.9019402985);
}

.alert-hg-bg {
  color: rgb(132.6, 125.32, 125.32);
  background-color: rgb(255, 252.2, 252.2);
  border-color: rgb(255, 251.08, 251.08);
}
.alert-hg-bg hr {
  border-top-color: rgb(255, 225.58, 225.58);
}
.alert-hg-bg .alert-link {
  color: rgb(106.4478959061, 100.4721040939, 100.4721040939);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.735rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #10c663;
  border-color: #10c663;
}
.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;
  }
}
.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: rgb(8.32, 102.96, 51.48);
  background-color: rgb(188.08, 239.04, 211.32);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(8.32, 102.96, 51.48);
  background-color: rgb(167.490472973, 234.129527027, 197.8808108108);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(8.32, 102.96, 51.48);
  border-color: rgb(8.32, 102.96, 51.48);
}

.list-group-item-secondary {
  color: rgb(5.72, 27.56, 32.76);
  background-color: rgb(186.68, 198.44, 201.24);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(5.72, 27.56, 32.76);
  background-color: rgb(172.4093577982, 186.6257798165, 190.0106422018);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.72, 27.56, 32.76);
  border-color: rgb(5.72, 27.56, 32.76);
}

.list-group-item-success {
  color: rgb(0, 108.68, 109.2);
  background-color: rgb(183.6, 242.12, 242.4);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 108.68, 109.2);
  background-color: rgb(161.925, 238.21, 238.575);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 108.68, 109.2);
  border-color: rgb(0, 108.68, 109.2);
}

.list-group-item-info {
  color: rgb(66.56, 46.8, 130);
  background-color: rgb(219.44, 208.8, 253.6);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(66.56, 46.8, 130);
  background-color: rgb(200.39, 184.05, 252.85);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(66.56, 46.8, 130);
  border-color: rgb(66.56, 46.8, 130);
}

.list-group-item-warning {
  color: rgb(128.44, 102.96, 20.8);
  background-color: rgb(252.76, 239.04, 194.8);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(128.44, 102.96, 20.8);
  background-color: rgb(251.8452017937, 232.5220627803, 170.2147982063);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 102.96, 20.8);
  border-color: rgb(128.44, 102.96, 20.8);
}

.list-group-item-danger {
  color: rgb(126.88, 21.84, 52);
  background-color: rgb(251.92, 195.36, 211.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(126.88, 21.84, 52);
  background-color: rgb(250.6677678571, 171.1122321429, 193.9549107143);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 21.84, 52);
  border-color: rgb(126.88, 21.84, 52);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-blackish {
  color: rgb(11.44, 11.44, 11.44);
  background-color: rgb(189.76, 189.76, 189.76);
}
.list-group-item-blackish.list-group-item-action:hover, .list-group-item-blackish.list-group-item-action:focus {
  color: rgb(11.44, 11.44, 11.44);
  background-color: rgb(177.01, 177.01, 177.01);
}
.list-group-item-blackish.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.44, 11.44, 11.44);
  border-color: rgb(11.44, 11.44, 11.44);
}

.list-group-item-hg-blue {
  color: rgb(54.6, 87.36, 126.88);
  background-color: rgb(213, 230.64, 251.92);
}
.list-group-item-hg-blue.list-group-item-action:hover, .list-group-item-hg-blue.list-group-item-action:focus {
  color: rgb(54.6, 87.36, 126.88);
  background-color: rgb(189.2422360248, 216.8604968944, 250.1777639752);
}
.list-group-item-hg-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(54.6, 87.36, 126.88);
  border-color: rgb(54.6, 87.36, 126.88);
}

.list-group-item-hg-orange {
  color: rgb(131.04, 67.08, 31.72);
  background-color: rgb(254.16, 219.72, 200.68);
}
.list-group-item-hg-orange.list-group-item-action:hover, .list-group-item-hg-orange.list-group-item-action:focus {
  color: rgb(131.04, 67.08, 31.72);
  background-color: rgb(253.7716751269, 203.4103553299, 175.5683248731);
}
.list-group-item-hg-orange.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.04, 67.08, 31.72);
  border-color: rgb(131.04, 67.08, 31.72);
}

.list-group-item-hg-orange-dark {
  color: rgb(126.88, 53.56, 1.04);
  background-color: rgb(251.92, 212.44, 184.16);
}
.list-group-item-hg-orange-dark.list-group-item-action:hover, .list-group-item-hg-orange-dark.list-group-item-action:focus {
  color: rgb(126.88, 53.56, 1.04);
  background-color: rgb(250.8575, 197.7581818182, 159.7225);
}
.list-group-item-hg-orange-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 53.56, 1.04);
  border-color: rgb(126.88, 53.56, 1.04);
}

.list-group-item-hg-green {
  color: rgb(0, 114.92, 65.52);
  background-color: rgb(183.6, 245.48, 218.88);
}
.list-group-item-hg-green.list-group-item-action:hover, .list-group-item-hg-green.list-group-item-action:focus {
  color: rgb(0, 114.92, 65.52);
  background-color: rgb(161.1, 242.48, 207.4976470588);
}
.list-group-item-hg-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 114.92, 65.52);
  border-color: rgb(0, 114.92, 65.52);
}

.list-group-item-hg-gray-light {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #f8f8f8;
}
.list-group-item-hg-gray-light.list-group-item-action:hover, .list-group-item-hg-gray-light.list-group-item-action:focus {
  color: rgb(119.6, 119.6, 119.6);
  background-color: rgb(235.25, 235.25, 235.25);
}
.list-group-item-hg-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 119.6, 119.6);
  border-color: rgb(119.6, 119.6, 119.6);
}

.list-group-item-hg-gray-regular {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(244.36, 244.36, 244.36);
}
.list-group-item-hg-gray-regular.list-group-item-action:hover, .list-group-item-hg-gray-regular.list-group-item-action:focus {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(231.61, 231.61, 231.61);
}
.list-group-item-hg-gray-regular.list-group-item-action.active {
  color: #fff;
  background-color: rgb(112.84, 112.84, 112.84);
  border-color: rgb(112.84, 112.84, 112.84);
}

.list-group-item-hg-gray-medium {
  color: rgb(100.88, 100.88, 100.88);
  background-color: rgb(237.92, 237.92, 237.92);
}
.list-group-item-hg-gray-medium.list-group-item-action:hover, .list-group-item-hg-gray-medium.list-group-item-action:focus {
  color: rgb(100.88, 100.88, 100.88);
  background-color: rgb(225.17, 225.17, 225.17);
}
.list-group-item-hg-gray-medium.list-group-item-action.active {
  color: #fff;
  background-color: rgb(100.88, 100.88, 100.88);
  border-color: rgb(100.88, 100.88, 100.88);
}

.list-group-item-hg-gray-soft {
  color: rgb(73.32, 73.32, 73.32);
  background-color: rgb(223.08, 223.08, 223.08);
}
.list-group-item-hg-gray-soft.list-group-item-action:hover, .list-group-item-hg-gray-soft.list-group-item-action:focus {
  color: rgb(73.32, 73.32, 73.32);
  background-color: rgb(210.33, 210.33, 210.33);
}
.list-group-item-hg-gray-soft.list-group-item-action.active {
  color: #fff;
  background-color: rgb(73.32, 73.32, 73.32);
  border-color: rgb(73.32, 73.32, 73.32);
}

.list-group-item-hg-gray {
  color: rgb(50.44, 50.44, 50.44);
  background-color: rgb(210.76, 210.76, 210.76);
}
.list-group-item-hg-gray.list-group-item-action:hover, .list-group-item-hg-gray.list-group-item-action:focus {
  color: rgb(50.44, 50.44, 50.44);
  background-color: rgb(198.01, 198.01, 198.01);
}
.list-group-item-hg-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(50.44, 50.44, 50.44);
  border-color: rgb(50.44, 50.44, 50.44);
}

.list-group-item-hg-gray-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(197.88, 197.88, 197.88);
}
.list-group-item-hg-gray-dark.list-group-item-action:hover, .list-group-item-hg-gray-dark.list-group-item-action:focus {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(185.13, 185.13, 185.13);
}
.list-group-item-hg-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 26.52, 26.52);
  border-color: rgb(26.52, 26.52, 26.52);
}

.list-group-item-hg-gray-navy {
  color: rgb(37.96, 42.12, 54.6);
  background-color: rgb(204.04, 206.28, 213);
}
.list-group-item-hg-gray-navy.list-group-item-action:hover, .list-group-item-hg-gray-navy.list-group-item-action:focus {
  color: rgb(37.96, 42.12, 54.6);
  background-color: rgb(190.0610843373, 192.9155421687, 201.4789156627);
}
.list-group-item-hg-gray-navy.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.96, 42.12, 54.6);
  border-color: rgb(37.96, 42.12, 54.6);
}

.list-group-item-hg-gray-blue {
  color: rgb(23.4, 27.56, 33.28);
  background-color: rgb(196.2, 198.44, 201.52);
}
.list-group-item-hg-gray-blue.list-group-item-action:hover, .list-group-item-hg-gray-blue.list-group-item-action:focus {
  color: rgb(23.4, 27.56, 33.28);
  background-color: rgb(182.8458852868, 185.5946134663, 189.3741147132);
}
.list-group-item-hg-gray-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(23.4, 27.56, 33.28);
  border-color: rgb(23.4, 27.56, 33.28);
}

.list-group-item-hg-dark-cyan {
  color: rgb(0, 49.4, 49.92);
  background-color: rgb(183.6, 210.2, 210.48);
}
.list-group-item-hg-dark-cyan.list-group-item-action:hover, .list-group-item-hg-dark-cyan.list-group-item-action:focus {
  color: rgb(0, 49.4, 49.92);
  background-color: rgb(167.8934782609, 200.3449275362, 200.6865217391);
}
.list-group-item-hg-dark-cyan.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 49.4, 49.92);
  border-color: rgb(0, 49.4, 49.92);
}

.list-group-item-hg-dark-navy {
  color: rgb(2.6, 15.08, 16.64);
  background-color: rgb(185, 191.72, 192.56);
}
.list-group-item-hg-dark-navy.list-group-item-action:hover, .list-group-item-hg-dark-navy.list-group-item-action:focus {
  color: rgb(2.6, 15.08, 16.64);
  background-color: rgb(171.5221987315, 179.5360676533, 180.5378012685);
}
.list-group-item-hg-dark-navy.list-group-item-action.active {
  color: #fff;
  background-color: rgb(2.6, 15.08, 16.64);
  border-color: rgb(2.6, 15.08, 16.64);
}

.list-group-item-hg-red {
  color: rgb(118.04, 25.48, 30.68);
  background-color: rgb(247.16, 197.32, 200.12);
}
.list-group-item-hg-red.list-group-item-action:hover, .list-group-item-hg-red.list-group-item-action:focus {
  color: rgb(118.04, 25.48, 30.68);
  background-color: rgb(244.1087179487, 174.8712820513, 178.761025641);
}
.list-group-item-hg-red.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.04, 25.48, 30.68);
  border-color: rgb(118.04, 25.48, 30.68);
}

.list-group-item-hg-yellow {
  color: rgb(125.32, 100.88, 14.04);
  background-color: rgb(251.08, 237.92, 191.16);
}
.list-group-item-hg-yellow.list-group-item-action:hover, .list-group-item-hg-yellow.list-group-item-action:focus {
  color: rgb(125.32, 100.88, 14.04);
  background-color: rgb(249.6047933884, 231.4923140496, 167.1352066116);
}
.list-group-item-hg-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.32, 100.88, 14.04);
  border-color: rgb(125.32, 100.88, 14.04);
}

.list-group-item-hg-bg {
  color: rgb(132.6, 125.32, 125.32);
  background-color: rgb(255, 251.08, 251.08);
}
.list-group-item-hg-bg.list-group-item-action:hover, .list-group-item-hg-bg.list-group-item-action:focus {
  color: rgb(132.6, 125.32, 125.32);
  background-color: rgb(255, 225.58, 225.58);
}
.list-group-item-hg-bg.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 125.32, 125.32);
  border-color: rgb(132.6, 125.32, 125.32);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1.5rem - 1px);
  border-bottom-left-radius: calc(1.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.98rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(1.5rem - 1px);
  border-top-right-radius: calc(1.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #10c663 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(12.1869158879, 150.8130841121, 75.4065420561) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(3.4189189189, 16.472972973, 19.5810810811) !important;
}

.bg-success {
  background-color: #00d1d2 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 158.2428571429, 159) !important;
}

.bg-info {
  background-color: #805afa !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(89.9, 40.5, 248.5) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(227.533632287, 175.6771300448, 8.466367713) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(223.4598214286, 11.5401785714, 72.3883928571) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-blackish {
  background-color: #161616 !important;
}

a.bg-blackish:hover, a.bg-blackish:focus,
button.bg-blackish:hover,
button.bg-blackish:focus {
  background-color: black !important;
}

.bg-hg-blue {
  background-color: #69a8f4 !important;
}

a.bg-hg-blue:hover, a.bg-hg-blue:focus,
button.bg-hg-blue:hover,
button.bg-hg-blue:focus {
  background-color: rgb(57.4844720497, 140.4409937888, 240.5155279503) !important;
}

.bg-hg-orange {
  background-color: #fc813d !important;
}

a.bg-hg-orange:hover, a.bg-hg-orange:focus,
button.bg-hg-orange:hover,
button.bg-hg-orange:focus {
  background-color: rgb(251.2233502538, 96.3807106599, 10.7766497462) !important;
}

.bg-hg-orange-dark {
  background-color: #F46702 !important;
}

a.bg-hg-orange-dark:hover, a.bg-hg-orange-dark:focus,
button.bg-hg-orange-dark:hover,
button.bg-hg-orange-dark:focus {
  background-color: rgb(193.4146341463, 81.6463414634, 1.5853658537) !important;
}

.bg-hg-green {
  background-color: #00DD7E !important;
}

a.bg-hg-green:hover, a.bg-hg-green:focus,
button.bg-hg-green:hover,
button.bg-hg-green:focus {
  background-color: rgb(0, 170, 96.9230769231) !important;
}

.bg-hg-gray-light {
  background-color: #E6E6E6 !important;
}

a.bg-hg-gray-light:hover, a.bg-hg-gray-light:focus,
button.bg-hg-gray-light:hover,
button.bg-hg-gray-light:focus {
  background-color: rgb(204.5, 204.5, 204.5) !important;
}

.bg-hg-gray-regular {
  background-color: #D9D9D9 !important;
}

a.bg-hg-gray-regular:hover, a.bg-hg-gray-regular:focus,
button.bg-hg-gray-regular:hover,
button.bg-hg-gray-regular:focus {
  background-color: rgb(191.5, 191.5, 191.5) !important;
}

.bg-hg-gray-medium {
  background-color: #C2C2C2 !important;
}

a.bg-hg-gray-medium:hover, a.bg-hg-gray-medium:focus,
button.bg-hg-gray-medium:hover,
button.bg-hg-gray-medium:focus {
  background-color: rgb(168.5, 168.5, 168.5) !important;
}

.bg-hg-gray-soft {
  background-color: #8D8D8D !important;
}

a.bg-hg-gray-soft:hover, a.bg-hg-gray-soft:focus,
button.bg-hg-gray-soft:hover,
button.bg-hg-gray-soft:focus {
  background-color: rgb(115.5, 115.5, 115.5) !important;
}

.bg-hg-gray {
  background-color: #616161 !important;
}

a.bg-hg-gray:hover, a.bg-hg-gray:focus,
button.bg-hg-gray:hover,
button.bg-hg-gray:focus {
  background-color: rgb(71.5, 71.5, 71.5) !important;
}

.bg-hg-gray-dark {
  background-color: #333 !important;
}

a.bg-hg-gray-dark:hover, a.bg-hg-gray-dark:focus,
button.bg-hg-gray-dark:hover,
button.bg-hg-gray-dark:focus {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-hg-gray-navy {
  background-color: #495169 !important;
}

a.bg-hg-gray-navy:hover, a.bg-hg-gray-navy:focus,
button.bg-hg-gray-navy:hover,
button.bg-hg-gray-navy:focus {
  background-color: rgb(52.0842696629, 57.7921348315, 74.9157303371) !important;
}

.bg-hg-gray-blue {
  background-color: #2D3540 !important;
}

a.bg-hg-gray-blue:hover, a.bg-hg-gray-blue:focus,
button.bg-hg-gray-blue:hover,
button.bg-hg-gray-blue:focus {
  background-color: rgb(23.9449541284, 28.2018348624, 34.0550458716) !important;
}

.bg-hg-dark-cyan {
  background-color: #005F60 !important;
}

a.bg-hg-dark-cyan:hover, a.bg-hg-dark-cyan:focus,
button.bg-hg-dark-cyan:hover,
button.bg-hg-dark-cyan:focus {
  background-color: rgb(0, 44.53125, 45) !important;
}

.bg-hg-dark-navy {
  background-color: #051D20 !important;
}

a.bg-hg-dark-navy:hover, a.bg-hg-dark-navy:focus,
button.bg-hg-dark-navy:hover,
button.bg-hg-dark-navy:focus {
  background-color: black !important;
}

.bg-hg-red {
  background-color: #E3313B !important;
}

a.bg-hg-red:hover, a.bg-hg-red:focus,
button.bg-hg-red:hover,
button.bg-hg-red:focus {
  background-color: rgb(198.0769230769, 26.9230769231, 36.5384615385) !important;
}

.bg-hg-yellow {
  background-color: #F1C21B !important;
}

a.bg-hg-yellow:hover, a.bg-hg-yellow:focus,
button.bg-hg-yellow:hover,
button.bg-hg-yellow:focus {
  background-color: rgb(204.4462809917, 162.3016528926, 12.5537190083) !important;
}

.bg-hg-bg {
  background-color: #FFF1F1 !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #10c663 !important;
}

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

.border-success {
  border-color: #00d1d2 !important;
}

.border-info {
  border-color: #805afa !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

.border-blackish {
  border-color: #161616 !important;
}

.border-hg-blue {
  border-color: #69a8f4 !important;
}

.border-hg-orange {
  border-color: #fc813d !important;
}

.border-hg-orange-dark {
  border-color: #F46702 !important;
}

.border-hg-green {
  border-color: #00DD7E !important;
}

.border-hg-gray-light {
  border-color: #E6E6E6 !important;
}

.border-hg-gray-regular {
  border-color: #D9D9D9 !important;
}

.border-hg-gray-medium {
  border-color: #C2C2C2 !important;
}

.border-hg-gray-soft {
  border-color: #8D8D8D !important;
}

.border-hg-gray {
  border-color: #616161 !important;
}

.border-hg-gray-dark {
  border-color: #333 !important;
}

.border-hg-gray-navy {
  border-color: #495169 !important;
}

.border-hg-gray-blue {
  border-color: #2D3540 !important;
}

.border-hg-dark-cyan {
  border-color: #005F60 !important;
}

.border-hg-dark-navy {
  border-color: #051D20 !important;
}

.border-hg-red {
  border-color: #E3313B !important;
}

.border-hg-yellow {
  border-color: #F1C21B !important;
}

.border-hg-bg {
  border-color: #FFF1F1 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 1.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-27 {
  width: 27% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !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;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-27 {
  height: 27% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-48 {
  height: 48% !important;
}

.h-49 {
  height: 49% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-lil {
  margin: 0.12rem !important;
}

.mt-lil,
.my-lil {
  margin-top: 0.12rem !important;
}

.mr-lil,
.mx-lil {
  margin-right: 0.12rem !important;
}

.mb-lil,
.my-lil {
  margin-bottom: 0.12rem !important;
}

.ml-lil,
.mx-lil {
  margin-left: 0.12rem !important;
}

.m-med {
  margin: 0.75rem !important;
}

.mt-med,
.my-med {
  margin-top: 0.75rem !important;
}

.mr-med,
.mx-med {
  margin-right: 0.75rem !important;
}

.mb-med,
.my-med {
  margin-bottom: 0.75rem !important;
}

.ml-med,
.mx-med {
  margin-left: 0.75rem !important;
}

.m-lg {
  margin: 1.25rem !important;
}

.mt-lg,
.my-lg {
  margin-top: 1.25rem !important;
}

.mr-lg,
.mx-lg {
  margin-right: 1.25rem !important;
}

.mb-lg,
.my-lg {
  margin-bottom: 1.25rem !important;
}

.ml-lg,
.mx-lg {
  margin-left: 1.25rem !important;
}

.m-xl {
  margin: 2rem !important;
}

.mt-xl,
.my-xl {
  margin-top: 2rem !important;
}

.mr-xl,
.mx-xl {
  margin-right: 2rem !important;
}

.mb-xl,
.my-xl {
  margin-bottom: 2rem !important;
}

.ml-xl,
.mx-xl {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-lil {
  padding: 0.12rem !important;
}

.pt-lil,
.py-lil {
  padding-top: 0.12rem !important;
}

.pr-lil,
.px-lil {
  padding-right: 0.12rem !important;
}

.pb-lil,
.py-lil {
  padding-bottom: 0.12rem !important;
}

.pl-lil,
.px-lil {
  padding-left: 0.12rem !important;
}

.p-med {
  padding: 0.75rem !important;
}

.pt-med,
.py-med {
  padding-top: 0.75rem !important;
}

.pr-med,
.px-med {
  padding-right: 0.75rem !important;
}

.pb-med,
.py-med {
  padding-bottom: 0.75rem !important;
}

.pl-med,
.px-med {
  padding-left: 0.75rem !important;
}

.p-lg {
  padding: 1.25rem !important;
}

.pt-lg,
.py-lg {
  padding-top: 1.25rem !important;
}

.pr-lg,
.px-lg {
  padding-right: 1.25rem !important;
}

.pb-lg,
.py-lg {
  padding-bottom: 1.25rem !important;
}

.pl-lg,
.px-lg {
  padding-left: 1.25rem !important;
}

.p-xl {
  padding: 2rem !important;
}

.pt-xl,
.py-xl {
  padding-top: 2rem !important;
}

.pr-xl,
.px-xl {
  padding-right: 2rem !important;
}

.pb-xl,
.py-xl {
  padding-bottom: 2rem !important;
}

.pl-xl,
.px-xl {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-nlil {
  margin: -0.12rem !important;
}

.mt-nlil,
.my-nlil {
  margin-top: -0.12rem !important;
}

.mr-nlil,
.mx-nlil {
  margin-right: -0.12rem !important;
}

.mb-nlil,
.my-nlil {
  margin-bottom: -0.12rem !important;
}

.ml-nlil,
.mx-nlil {
  margin-left: -0.12rem !important;
}

.m-nmed {
  margin: -0.75rem !important;
}

.mt-nmed,
.my-nmed {
  margin-top: -0.75rem !important;
}

.mr-nmed,
.mx-nmed {
  margin-right: -0.75rem !important;
}

.mb-nmed,
.my-nmed {
  margin-bottom: -0.75rem !important;
}

.ml-nmed,
.mx-nmed {
  margin-left: -0.75rem !important;
}

.m-nlg {
  margin: -1.25rem !important;
}

.mt-nlg,
.my-nlg {
  margin-top: -1.25rem !important;
}

.mr-nlg,
.mx-nlg {
  margin-right: -1.25rem !important;
}

.mb-nlg,
.my-nlg {
  margin-bottom: -1.25rem !important;
}

.ml-nlg,
.mx-nlg {
  margin-left: -1.25rem !important;
}

.m-nxl {
  margin: -2rem !important;
}

.mt-nxl,
.my-nxl {
  margin-top: -2rem !important;
}

.mr-nxl,
.mx-nxl {
  margin-right: -2rem !important;
}

.mb-nxl,
.my-nxl {
  margin-bottom: -2rem !important;
}

.ml-nxl,
.mx-nxl {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-lil {
    margin: 0.12rem !important;
  }
  .mt-sm-lil,
  .my-sm-lil {
    margin-top: 0.12rem !important;
  }
  .mr-sm-lil,
  .mx-sm-lil {
    margin-right: 0.12rem !important;
  }
  .mb-sm-lil,
  .my-sm-lil {
    margin-bottom: 0.12rem !important;
  }
  .ml-sm-lil,
  .mx-sm-lil {
    margin-left: 0.12rem !important;
  }
  .m-sm-med {
    margin: 0.75rem !important;
  }
  .mt-sm-med,
  .my-sm-med {
    margin-top: 0.75rem !important;
  }
  .mr-sm-med,
  .mx-sm-med {
    margin-right: 0.75rem !important;
  }
  .mb-sm-med,
  .my-sm-med {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-med,
  .mx-sm-med {
    margin-left: 0.75rem !important;
  }
  .m-sm-lg {
    margin: 1.25rem !important;
  }
  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 1.25rem !important;
  }
  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 1.25rem !important;
  }
  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 1.25rem !important;
  }
  .m-sm-xl {
    margin: 2rem !important;
  }
  .mt-sm-xl,
  .my-sm-xl {
    margin-top: 2rem !important;
  }
  .mr-sm-xl,
  .mx-sm-xl {
    margin-right: 2rem !important;
  }
  .mb-sm-xl,
  .my-sm-xl {
    margin-bottom: 2rem !important;
  }
  .ml-sm-xl,
  .mx-sm-xl {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-lil {
    padding: 0.12rem !important;
  }
  .pt-sm-lil,
  .py-sm-lil {
    padding-top: 0.12rem !important;
  }
  .pr-sm-lil,
  .px-sm-lil {
    padding-right: 0.12rem !important;
  }
  .pb-sm-lil,
  .py-sm-lil {
    padding-bottom: 0.12rem !important;
  }
  .pl-sm-lil,
  .px-sm-lil {
    padding-left: 0.12rem !important;
  }
  .p-sm-med {
    padding: 0.75rem !important;
  }
  .pt-sm-med,
  .py-sm-med {
    padding-top: 0.75rem !important;
  }
  .pr-sm-med,
  .px-sm-med {
    padding-right: 0.75rem !important;
  }
  .pb-sm-med,
  .py-sm-med {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-med,
  .px-sm-med {
    padding-left: 0.75rem !important;
  }
  .p-sm-lg {
    padding: 1.25rem !important;
  }
  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 1.25rem !important;
  }
  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 1.25rem !important;
  }
  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 1.25rem !important;
  }
  .p-sm-xl {
    padding: 2rem !important;
  }
  .pt-sm-xl,
  .py-sm-xl {
    padding-top: 2rem !important;
  }
  .pr-sm-xl,
  .px-sm-xl {
    padding-right: 2rem !important;
  }
  .pb-sm-xl,
  .py-sm-xl {
    padding-bottom: 2rem !important;
  }
  .pl-sm-xl,
  .px-sm-xl {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-nlil {
    margin: -0.12rem !important;
  }
  .mt-sm-nlil,
  .my-sm-nlil {
    margin-top: -0.12rem !important;
  }
  .mr-sm-nlil,
  .mx-sm-nlil {
    margin-right: -0.12rem !important;
  }
  .mb-sm-nlil,
  .my-sm-nlil {
    margin-bottom: -0.12rem !important;
  }
  .ml-sm-nlil,
  .mx-sm-nlil {
    margin-left: -0.12rem !important;
  }
  .m-sm-nmed {
    margin: -0.75rem !important;
  }
  .mt-sm-nmed,
  .my-sm-nmed {
    margin-top: -0.75rem !important;
  }
  .mr-sm-nmed,
  .mx-sm-nmed {
    margin-right: -0.75rem !important;
  }
  .mb-sm-nmed,
  .my-sm-nmed {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-nmed,
  .mx-sm-nmed {
    margin-left: -0.75rem !important;
  }
  .m-sm-nlg {
    margin: -1.25rem !important;
  }
  .mt-sm-nlg,
  .my-sm-nlg {
    margin-top: -1.25rem !important;
  }
  .mr-sm-nlg,
  .mx-sm-nlg {
    margin-right: -1.25rem !important;
  }
  .mb-sm-nlg,
  .my-sm-nlg {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-nlg,
  .mx-sm-nlg {
    margin-left: -1.25rem !important;
  }
  .m-sm-nxl {
    margin: -2rem !important;
  }
  .mt-sm-nxl,
  .my-sm-nxl {
    margin-top: -2rem !important;
  }
  .mr-sm-nxl,
  .mx-sm-nxl {
    margin-right: -2rem !important;
  }
  .mb-sm-nxl,
  .my-sm-nxl {
    margin-bottom: -2rem !important;
  }
  .ml-sm-nxl,
  .mx-sm-nxl {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-lil {
    margin: 0.12rem !important;
  }
  .mt-md-lil,
  .my-md-lil {
    margin-top: 0.12rem !important;
  }
  .mr-md-lil,
  .mx-md-lil {
    margin-right: 0.12rem !important;
  }
  .mb-md-lil,
  .my-md-lil {
    margin-bottom: 0.12rem !important;
  }
  .ml-md-lil,
  .mx-md-lil {
    margin-left: 0.12rem !important;
  }
  .m-md-med {
    margin: 0.75rem !important;
  }
  .mt-md-med,
  .my-md-med {
    margin-top: 0.75rem !important;
  }
  .mr-md-med,
  .mx-md-med {
    margin-right: 0.75rem !important;
  }
  .mb-md-med,
  .my-md-med {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-med,
  .mx-md-med {
    margin-left: 0.75rem !important;
  }
  .m-md-lg {
    margin: 1.25rem !important;
  }
  .mt-md-lg,
  .my-md-lg {
    margin-top: 1.25rem !important;
  }
  .mr-md-lg,
  .mx-md-lg {
    margin-right: 1.25rem !important;
  }
  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-lg,
  .mx-md-lg {
    margin-left: 1.25rem !important;
  }
  .m-md-xl {
    margin: 2rem !important;
  }
  .mt-md-xl,
  .my-md-xl {
    margin-top: 2rem !important;
  }
  .mr-md-xl,
  .mx-md-xl {
    margin-right: 2rem !important;
  }
  .mb-md-xl,
  .my-md-xl {
    margin-bottom: 2rem !important;
  }
  .ml-md-xl,
  .mx-md-xl {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-lil {
    padding: 0.12rem !important;
  }
  .pt-md-lil,
  .py-md-lil {
    padding-top: 0.12rem !important;
  }
  .pr-md-lil,
  .px-md-lil {
    padding-right: 0.12rem !important;
  }
  .pb-md-lil,
  .py-md-lil {
    padding-bottom: 0.12rem !important;
  }
  .pl-md-lil,
  .px-md-lil {
    padding-left: 0.12rem !important;
  }
  .p-md-med {
    padding: 0.75rem !important;
  }
  .pt-md-med,
  .py-md-med {
    padding-top: 0.75rem !important;
  }
  .pr-md-med,
  .px-md-med {
    padding-right: 0.75rem !important;
  }
  .pb-md-med,
  .py-md-med {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-med,
  .px-md-med {
    padding-left: 0.75rem !important;
  }
  .p-md-lg {
    padding: 1.25rem !important;
  }
  .pt-md-lg,
  .py-md-lg {
    padding-top: 1.25rem !important;
  }
  .pr-md-lg,
  .px-md-lg {
    padding-right: 1.25rem !important;
  }
  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-lg,
  .px-md-lg {
    padding-left: 1.25rem !important;
  }
  .p-md-xl {
    padding: 2rem !important;
  }
  .pt-md-xl,
  .py-md-xl {
    padding-top: 2rem !important;
  }
  .pr-md-xl,
  .px-md-xl {
    padding-right: 2rem !important;
  }
  .pb-md-xl,
  .py-md-xl {
    padding-bottom: 2rem !important;
  }
  .pl-md-xl,
  .px-md-xl {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-nlil {
    margin: -0.12rem !important;
  }
  .mt-md-nlil,
  .my-md-nlil {
    margin-top: -0.12rem !important;
  }
  .mr-md-nlil,
  .mx-md-nlil {
    margin-right: -0.12rem !important;
  }
  .mb-md-nlil,
  .my-md-nlil {
    margin-bottom: -0.12rem !important;
  }
  .ml-md-nlil,
  .mx-md-nlil {
    margin-left: -0.12rem !important;
  }
  .m-md-nmed {
    margin: -0.75rem !important;
  }
  .mt-md-nmed,
  .my-md-nmed {
    margin-top: -0.75rem !important;
  }
  .mr-md-nmed,
  .mx-md-nmed {
    margin-right: -0.75rem !important;
  }
  .mb-md-nmed,
  .my-md-nmed {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-nmed,
  .mx-md-nmed {
    margin-left: -0.75rem !important;
  }
  .m-md-nlg {
    margin: -1.25rem !important;
  }
  .mt-md-nlg,
  .my-md-nlg {
    margin-top: -1.25rem !important;
  }
  .mr-md-nlg,
  .mx-md-nlg {
    margin-right: -1.25rem !important;
  }
  .mb-md-nlg,
  .my-md-nlg {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-nlg,
  .mx-md-nlg {
    margin-left: -1.25rem !important;
  }
  .m-md-nxl {
    margin: -2rem !important;
  }
  .mt-md-nxl,
  .my-md-nxl {
    margin-top: -2rem !important;
  }
  .mr-md-nxl,
  .mx-md-nxl {
    margin-right: -2rem !important;
  }
  .mb-md-nxl,
  .my-md-nxl {
    margin-bottom: -2rem !important;
  }
  .ml-md-nxl,
  .mx-md-nxl {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-lil {
    margin: 0.12rem !important;
  }
  .mt-lg-lil,
  .my-lg-lil {
    margin-top: 0.12rem !important;
  }
  .mr-lg-lil,
  .mx-lg-lil {
    margin-right: 0.12rem !important;
  }
  .mb-lg-lil,
  .my-lg-lil {
    margin-bottom: 0.12rem !important;
  }
  .ml-lg-lil,
  .mx-lg-lil {
    margin-left: 0.12rem !important;
  }
  .m-lg-med {
    margin: 0.75rem !important;
  }
  .mt-lg-med,
  .my-lg-med {
    margin-top: 0.75rem !important;
  }
  .mr-lg-med,
  .mx-lg-med {
    margin-right: 0.75rem !important;
  }
  .mb-lg-med,
  .my-lg-med {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-med,
  .mx-lg-med {
    margin-left: 0.75rem !important;
  }
  .m-lg-lg {
    margin: 1.25rem !important;
  }
  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 1.25rem !important;
  }
  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 1.25rem !important;
  }
  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 1.25rem !important;
  }
  .m-lg-xl {
    margin: 2rem !important;
  }
  .mt-lg-xl,
  .my-lg-xl {
    margin-top: 2rem !important;
  }
  .mr-lg-xl,
  .mx-lg-xl {
    margin-right: 2rem !important;
  }
  .mb-lg-xl,
  .my-lg-xl {
    margin-bottom: 2rem !important;
  }
  .ml-lg-xl,
  .mx-lg-xl {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-lil {
    padding: 0.12rem !important;
  }
  .pt-lg-lil,
  .py-lg-lil {
    padding-top: 0.12rem !important;
  }
  .pr-lg-lil,
  .px-lg-lil {
    padding-right: 0.12rem !important;
  }
  .pb-lg-lil,
  .py-lg-lil {
    padding-bottom: 0.12rem !important;
  }
  .pl-lg-lil,
  .px-lg-lil {
    padding-left: 0.12rem !important;
  }
  .p-lg-med {
    padding: 0.75rem !important;
  }
  .pt-lg-med,
  .py-lg-med {
    padding-top: 0.75rem !important;
  }
  .pr-lg-med,
  .px-lg-med {
    padding-right: 0.75rem !important;
  }
  .pb-lg-med,
  .py-lg-med {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-med,
  .px-lg-med {
    padding-left: 0.75rem !important;
  }
  .p-lg-lg {
    padding: 1.25rem !important;
  }
  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 1.25rem !important;
  }
  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 1.25rem !important;
  }
  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 1.25rem !important;
  }
  .p-lg-xl {
    padding: 2rem !important;
  }
  .pt-lg-xl,
  .py-lg-xl {
    padding-top: 2rem !important;
  }
  .pr-lg-xl,
  .px-lg-xl {
    padding-right: 2rem !important;
  }
  .pb-lg-xl,
  .py-lg-xl {
    padding-bottom: 2rem !important;
  }
  .pl-lg-xl,
  .px-lg-xl {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-nlil {
    margin: -0.12rem !important;
  }
  .mt-lg-nlil,
  .my-lg-nlil {
    margin-top: -0.12rem !important;
  }
  .mr-lg-nlil,
  .mx-lg-nlil {
    margin-right: -0.12rem !important;
  }
  .mb-lg-nlil,
  .my-lg-nlil {
    margin-bottom: -0.12rem !important;
  }
  .ml-lg-nlil,
  .mx-lg-nlil {
    margin-left: -0.12rem !important;
  }
  .m-lg-nmed {
    margin: -0.75rem !important;
  }
  .mt-lg-nmed,
  .my-lg-nmed {
    margin-top: -0.75rem !important;
  }
  .mr-lg-nmed,
  .mx-lg-nmed {
    margin-right: -0.75rem !important;
  }
  .mb-lg-nmed,
  .my-lg-nmed {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-nmed,
  .mx-lg-nmed {
    margin-left: -0.75rem !important;
  }
  .m-lg-nlg {
    margin: -1.25rem !important;
  }
  .mt-lg-nlg,
  .my-lg-nlg {
    margin-top: -1.25rem !important;
  }
  .mr-lg-nlg,
  .mx-lg-nlg {
    margin-right: -1.25rem !important;
  }
  .mb-lg-nlg,
  .my-lg-nlg {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-nlg,
  .mx-lg-nlg {
    margin-left: -1.25rem !important;
  }
  .m-lg-nxl {
    margin: -2rem !important;
  }
  .mt-lg-nxl,
  .my-lg-nxl {
    margin-top: -2rem !important;
  }
  .mr-lg-nxl,
  .mx-lg-nxl {
    margin-right: -2rem !important;
  }
  .mb-lg-nxl,
  .my-lg-nxl {
    margin-bottom: -2rem !important;
  }
  .ml-lg-nxl,
  .mx-lg-nxl {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-lil {
    margin: 0.12rem !important;
  }
  .mt-xl-lil,
  .my-xl-lil {
    margin-top: 0.12rem !important;
  }
  .mr-xl-lil,
  .mx-xl-lil {
    margin-right: 0.12rem !important;
  }
  .mb-xl-lil,
  .my-xl-lil {
    margin-bottom: 0.12rem !important;
  }
  .ml-xl-lil,
  .mx-xl-lil {
    margin-left: 0.12rem !important;
  }
  .m-xl-med {
    margin: 0.75rem !important;
  }
  .mt-xl-med,
  .my-xl-med {
    margin-top: 0.75rem !important;
  }
  .mr-xl-med,
  .mx-xl-med {
    margin-right: 0.75rem !important;
  }
  .mb-xl-med,
  .my-xl-med {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-med,
  .mx-xl-med {
    margin-left: 0.75rem !important;
  }
  .m-xl-lg {
    margin: 1.25rem !important;
  }
  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 1.25rem !important;
  }
  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 1.25rem !important;
  }
  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 1.25rem !important;
  }
  .m-xl-xl {
    margin: 2rem !important;
  }
  .mt-xl-xl,
  .my-xl-xl {
    margin-top: 2rem !important;
  }
  .mr-xl-xl,
  .mx-xl-xl {
    margin-right: 2rem !important;
  }
  .mb-xl-xl,
  .my-xl-xl {
    margin-bottom: 2rem !important;
  }
  .ml-xl-xl,
  .mx-xl-xl {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-lil {
    padding: 0.12rem !important;
  }
  .pt-xl-lil,
  .py-xl-lil {
    padding-top: 0.12rem !important;
  }
  .pr-xl-lil,
  .px-xl-lil {
    padding-right: 0.12rem !important;
  }
  .pb-xl-lil,
  .py-xl-lil {
    padding-bottom: 0.12rem !important;
  }
  .pl-xl-lil,
  .px-xl-lil {
    padding-left: 0.12rem !important;
  }
  .p-xl-med {
    padding: 0.75rem !important;
  }
  .pt-xl-med,
  .py-xl-med {
    padding-top: 0.75rem !important;
  }
  .pr-xl-med,
  .px-xl-med {
    padding-right: 0.75rem !important;
  }
  .pb-xl-med,
  .py-xl-med {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-med,
  .px-xl-med {
    padding-left: 0.75rem !important;
  }
  .p-xl-lg {
    padding: 1.25rem !important;
  }
  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 1.25rem !important;
  }
  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 1.25rem !important;
  }
  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 1.25rem !important;
  }
  .p-xl-xl {
    padding: 2rem !important;
  }
  .pt-xl-xl,
  .py-xl-xl {
    padding-top: 2rem !important;
  }
  .pr-xl-xl,
  .px-xl-xl {
    padding-right: 2rem !important;
  }
  .pb-xl-xl,
  .py-xl-xl {
    padding-bottom: 2rem !important;
  }
  .pl-xl-xl,
  .px-xl-xl {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-nlil {
    margin: -0.12rem !important;
  }
  .mt-xl-nlil,
  .my-xl-nlil {
    margin-top: -0.12rem !important;
  }
  .mr-xl-nlil,
  .mx-xl-nlil {
    margin-right: -0.12rem !important;
  }
  .mb-xl-nlil,
  .my-xl-nlil {
    margin-bottom: -0.12rem !important;
  }
  .ml-xl-nlil,
  .mx-xl-nlil {
    margin-left: -0.12rem !important;
  }
  .m-xl-nmed {
    margin: -0.75rem !important;
  }
  .mt-xl-nmed,
  .my-xl-nmed {
    margin-top: -0.75rem !important;
  }
  .mr-xl-nmed,
  .mx-xl-nmed {
    margin-right: -0.75rem !important;
  }
  .mb-xl-nmed,
  .my-xl-nmed {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-nmed,
  .mx-xl-nmed {
    margin-left: -0.75rem !important;
  }
  .m-xl-nlg {
    margin: -1.25rem !important;
  }
  .mt-xl-nlg,
  .my-xl-nlg {
    margin-top: -1.25rem !important;
  }
  .mr-xl-nlg,
  .mx-xl-nlg {
    margin-right: -1.25rem !important;
  }
  .mb-xl-nlg,
  .my-xl-nlg {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-nlg,
  .mx-xl-nlg {
    margin-left: -1.25rem !important;
  }
  .m-xl-nxl {
    margin: -2rem !important;
  }
  .mt-xl-nxl,
  .my-xl-nxl {
    margin-top: -2rem !important;
  }
  .mr-xl-nxl,
  .mx-xl-nxl {
    margin-right: -2rem !important;
  }
  .mb-xl-nxl,
  .my-xl-nxl {
    margin-bottom: -2rem !important;
  }
  .ml-xl-nxl,
  .mx-xl-nxl {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #10c663 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(10.2803738318, 127.2196261682, 63.6098130841) !important;
}

.text-secondary {
  color: #0b353f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #00d1d2 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 132.8642857143, 133.5) !important;
}

.text-info {
  color: #805afa !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(70.85, 15.75, 247.75) !important;
}

.text-warning {
  color: #f7c628 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(202.9484304933, 156.6950672646, 7.5515695067) !important;
}

.text-danger {
  color: #f42a64 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(199.2120535714, 10.2879464286, 64.5334821429) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-blackish {
  color: #161616 !important;
}

a.text-blackish:hover, a.text-blackish:focus {
  color: black !important;
}

.text-hg-blue {
  color: #69a8f4 !important;
}

a.text-hg-blue:hover, a.text-hg-blue:focus {
  color: rgb(33.7267080745, 126.6614906832, 238.7732919255) !important;
}

.text-hg-orange {
  color: #fc813d !important;
}

a.text-hg-orange:hover, a.text-hg-orange:focus {
  color: rgb(232.8984771574, 85.2360406091, 3.6015228426) !important;
}

.text-hg-orange-dark {
  color: #F46702 !important;
}

a.text-hg-orange-dark:hover, a.text-hg-orange-dark:focus {
  color: rgb(168.1219512195, 70.9695121951, 1.3780487805) !important;
}

.text-hg-green {
  color: #00DD7E !important;
}

a.text-hg-green:hover, a.text-hg-green:focus {
  color: rgb(0, 144.5, 82.3846153846) !important;
}

.text-hg-gray-light {
  color: #E6E6E6 !important;
}

a.text-hg-gray-light:hover, a.text-hg-gray-light:focus {
  color: rgb(191.75, 191.75, 191.75) !important;
}

.text-hg-gray-regular {
  color: #D9D9D9 !important;
}

a.text-hg-gray-regular:hover, a.text-hg-gray-regular:focus {
  color: rgb(178.75, 178.75, 178.75) !important;
}

.text-hg-gray-medium {
  color: #C2C2C2 !important;
}

a.text-hg-gray-medium:hover, a.text-hg-gray-medium:focus {
  color: rgb(155.75, 155.75, 155.75) !important;
}

.text-hg-gray-soft {
  color: #8D8D8D !important;
}

a.text-hg-gray-soft:hover, a.text-hg-gray-soft:focus {
  color: rgb(102.75, 102.75, 102.75) !important;
}

.text-hg-gray {
  color: #616161 !important;
}

a.text-hg-gray:hover, a.text-hg-gray:focus {
  color: rgb(58.75, 58.75, 58.75) !important;
}

.text-hg-gray-dark {
  color: #333 !important;
}

a.text-hg-gray-dark:hover, a.text-hg-gray-dark:focus {
  color: rgb(12.75, 12.75, 12.75) !important;
}

.text-hg-gray-navy {
  color: #495169 !important;
}

a.text-hg-gray-navy:hover, a.text-hg-gray-navy:focus {
  color: rgb(41.6264044944, 46.1882022472, 59.8735955056) !important;
}

.text-hg-gray-blue {
  color: #2D3540 !important;
}

a.text-hg-gray-blue:hover, a.text-hg-gray-blue:focus {
  color: rgb(13.4174311927, 15.8027522936, 19.0825688073) !important;
}

.text-hg-dark-cyan {
  color: #005F60 !important;
}

a.text-hg-dark-cyan:hover, a.text-hg-dark-cyan:focus {
  color: rgb(0, 19.296875, 19.5) !important;
}

.text-hg-dark-navy {
  color: #051D20 !important;
}

a.text-hg-dark-navy:hover, a.text-hg-dark-navy:focus {
  color: black !important;
}

.text-hg-red {
  color: #E3313B !important;
}

a.text-hg-red:hover, a.text-hg-red:focus {
  color: rgb(175.6282051282, 23.8717948718, 32.3974358974) !important;
}

.text-hg-yellow {
  color: #F1C21B !important;
}

a.text-hg-yellow:hover, a.text-hg-yellow:focus {
  color: rgb(180.4214876033, 143.229338843, 11.0785123967) !important;
}

.text-hg-bg {
  color: #FFF1F1 !important;
}

a.text-hg-bg:hover, a.text-hg-bg:focus {
  color: rgb(255, 164.5, 164.5) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=superleme_light.css.map */
:root {
    --superleme__cor-verde-claro: #10c663;
    --superleme__cor-verde-escuro: #0b353f;

    /* NOTA: Variáveis movidas para _portal_style.tpl */
    /*--portal__cor-do-fundo-menu-lateral: var(--superleme__cor-verde-escuro);*/
    /*--portal__cor-da-fonte-menu-lateral: white;*/
    /*--portal__cor-do-fundo-menu-ativo: var(--superleme__cor-verde-claro);*/
    /*--portal__cor-da-fonte-menu-ativo: black;*/
    /*--portal__angulo-gradiente-welcome: 45deg;*/
    /*--portal__cor-do-fundo1-welcome: var(--superleme__cor-verde-claro);*/
    /*--portal__cor-do-fundo2-welcome: var(--superleme__cor-verde-escuro);*/
    /*--portal__cor-da-fonte-welcome: white;*/

    --potal__menu-lateral--largura: 22rem;
    --potal__menu-lateral--acessos-altura-min: auto;

    --elevacao-1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --elevacao-2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    --elevacao-3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

    --bootstrap__row--margin-left: 15px;
    --bootstrap__row--margin-right: 15px;
    --bootstrap__row--margin: calc(
        var(--bootstrap__row--margin-left) + var(--bootstrap__row--margin-right)
    );

    --separador: 1px solid #ccc;

    --main-border-radius: 0.25rem;
}

body {
    overflow-x: hidden;
}

.notice-item-wrapper {
    word-break: break-word;
}

.sticky-top {
    z-index: 998 !important;
}

.sticky-top--pinned {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1001 !important;
}

.loading {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.loading__msg {
    padding-top: 1rem;
}

.loading__dot {
    display: inline-block;
    animation: loading-dot 300ms infinite linear;
    animation-direction: alternate;
    font-size: 1.5rem;
}

.loading__dot-2 {
    animation-delay: 100ms;
}

.loading__dot-3 {
    animation-delay: 200ms;
}

@keyframes loading-dot {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-6%);
    }
}

.link-primary {
    color: blue;
}

.navbar--top-holder {
    height: 4rem;
    /*display: flex;*/
    /*justify-content: stretch;*/
    /*align-items: stretch;*/
    /*padding: 0.5rem;*/
}

.navbar {
    padding: 0 !important;
}

#navbar--top {
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    min-width: fit-content;
    padding: 0.5rem 1rem !important;
    z-index: 999;
}

#navbar--top .nav-link {
    min-width: 2rem;
}

#navbar--top .icone {
    width: 2rem !important;
    height: 2rem !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar--top .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.25rem;
}

#navbar--top .nav-item .nav-link {
    border: none;
}

#navbar--top .nav-item-count {
    position: absolute;
    top: -3px;
    left: 85%;
    font-size: 0.75rem;
}

#navbar--top .chat-btn {
    position: relative;
}

#navbar--top .chat-btn.chat-deactivated {
    transition: transform .2s;
    will-change: transform;
}

#navbar--top .chat-btn.chat-deactivated:hover {
    transform: scale(1.2);
}

#navbar--top .chat-btn.chat-deactivated:not(.chat-btn.chat-unavailable)::before {
    content: "NOVO";
    position: absolute;
    top: 0.5rem;
    right: 0;
    font-size: 0.5rem;
    text-shadow: .1em .1em 0 black;
    color: white;
}

#navbar--top .chat-btn i {
    will-change: color;
    color: var(--superleme__cor-verde-claro);
}

#navbar--top .chat-btn.chat-unavailable i {
    color: var(--text-muted);
}

#navbar--top .chat-btn:not(.chat-deactivated):hover i {
    color: rgba(255, 255, 255, 0.75);
}

#navbar--top .chat-btn .new-message-icon {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--superleme__cor-verde-claro);
    opacity: 0.75;
    border-radius: 50%;
}

#navbar--top .chat-btn.chat-unavailable .new-message-icon {
    display: inline;
    background-color: red;
}

#navbar--top .chat-btn.new-message .new-message-icon {
    display: inline;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.navbar__brand {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0.5rem;
    font-size: 1rem;
    color: white;
}

.navbar__brand-link {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.75rem;
    align-items: center;
    color: inherit;
}

.navbar__brand-text {
    width: max-content;
}

.navbar__brand-title {
    font-weight: bold;
}

.navbar__brand-subtitle {
    font-size: 0.7rem;
}

.navbar__brand-link:hover {
    color: white;
    text-decoration: none;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-tabs .nav-link {
    width: max-content;
}

#slSinoNotificacoes button,
#slSinoNotificacoes a {
    white-space: nowrap;
}

#slSinoNotificacoes .nav-tabs .nav-link:not(.active):not(:hover) {
    color: black !important;
}

#slSinoNotificacoesMenu {
    min-width: 30rem !important;
    max-height: 50vh;
    overflow: auto;
}

#slSinoNotificacoesMenu .dropdown-header {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 8%) 0 10px 10px;
}

#slSinoNotificacoesMenu .dropdown-item-holder .dropdown-item.active,
#slSinoNotificacoesMenu .dropdown-item-holder .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.file_select {
    color: #061c21;
    background-color: #F2F4F5;
    border-color: #bbc6c9;
}

.file_selected{
    color: #086733;
    background-color: #cff4e0;
    border-color: #bcefd3;
}

button:not(.btn-link),
.btn:not(.btn-link) {
    min-width: 2rem;
    min-height: 2rem;
}

details .details__wrapper {
    overflow: hidden;
}

details .summary__title {
    font-size: 1.25rem;
}

details .summary__title::marker {
    content: "\002B";
    font-weight: 700;
}

details[open] .summary__title::marker {
    content: "\2212";
}

details .summary__title {
    padding-left: 0.25rem;
}

details[open] .details__content {
    animation: show-details-content 200ms ease-in;
}

@keyframes show-details-content {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.corpo {
    display: grid;
    grid-template-columns: auto 1fr;
    overflow-x: auto;
}

.corpo,
#menu-lateral,
#menu-lateral .nav,
.conteudo {
    height: 100%;
}

.icone {
    font-size: 1.25rem;
}

.sl-grid-selectable tr:hover,
.clicavel:hover {
    cursor: pointer;
}

.sl-grid-row-selected {
    background-color: rgb(244,244,244) !important;
}

#menu-lateral {
    background-color: var(--portal__cor-do-fundo-menu-lateral);
    overflow: hidden;
    width: 0;
    overflow-y: auto;
}

.menu-lateral--aberto #menu-lateral,
.menu-lateral--aberto .nav__cabecalho {
    width: var(--potal__menu-lateral--largura);
}

#menu-lateral,
.conteudo {
    transition: width 250ms ease-out;
    will-change: width;
}

#menu-lateral .nav {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
}

#menu-lateral .nav__logo {
    padding: 1.5rem;
    margin: 0;
    text-align: center;
}

#menu-lateral .nav__logo img {
    max-height: 10rem;
    height: 100%;
    width: auto;
}

#menu-lateral .nav__usuario {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 0.5rem;
    align-items: center;
}
#menu-lateral.menu-usuario--aberto .nav__usuario {
    color: var(--portal__cor-da-fonte-menu-ativo);
    background-color: var(--portal__cor-do-fundo-menu-ativo);
}

#menu-lateral .nav__usuario .icone {
    font-size: 2rem;
}

#menu-lateral .usuario__nome {
    font-weight: 700;
}

#menu-lateral .usuario__documento {
    font-size: 0.75rem;
}

#menu-lateral .nav__acessos {
    height: 0;
    overflow-y: auto;
    transition: height 200ms ease-in-out;
    display: grid;
    grid-template-rows: auto 1fr;
    color: black;
}

#menu-lateral.menu-usuario--aberto .nav__acessos {
    min-height: var(--potal__menu-lateral--acessos-altura-min);
    height: 100%;
}

body[data-is-desktop="false"] #menu-lateral.menu-usuario--aberto .nav__acessos {
    min-height: 15rem;
}

#menu-lateral .acessos__busca {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.75rem 2rem;
}

#menu-lateral .acessos__lista {
    overflow-y: auto;
}

#menu-lateral .nav__acesso {
    background-color: white;
    position: relative;
}

#menu-lateral .acessos__lista:not(:first-child) .nav__acesso {
    border-top: 1px solid #ccc;
}

#menu-lateral .acessos__lista:not(:last-child) .nav__acesso {
    border-bottom: 1px solid #ccc;
}

#menu-lateral .nav__acesso:hover {
    background-color: #ddd;
    box-shadow: 0.25rem 0 0 0 var(--superleme__cor-verde-escuro) inset;
}

#menu-lateral .nav__acesso .acesso__desc-tipo-de-acesso {
    font-weight: 700;
    font-size: 0.75rem;
}

#menu-lateral .nav__acesso .icone {
    display: none;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    color: var(--superleme__cor-verde-escuro);
}

#menu-lateral .nav__acesso:hover .icone {
    display: inline;
}

#menu-lateral .nav__grupos {
    display: grid;
    grid-template-rows: 1fr auto;
}

#menu-lateral .nav__grupo {
    display: flex;
    flex-direction: column;
}

#menu-lateral .nav__grupo-superior {
    padding-top: 1rem;
    overflow: auto;
}

#menu-lateral .nav__item {
    width: 100%;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    transition:
        color 100ms ease-out,
        background-color 100ms ease-out;
}

#menu-lateral button.nav__item {
    background: none;
    border: none;
    text-align: left;
}

#menu-lateral .nav__item:not(#menu-lateral .nav__acesso),
#menu-lateral .nav__item:not(#menu-lateral .nav__acesso):not(#menu-lateral .nav__item-ativo):hover {
    color: var(--portal__cor-da-fonte-menu-lateral);
}

#menu-lateral .nav__item-ativo {
    font-weight: 700;
    color: var(--portal__cor-da-fonte-menu-ativo);
    background-color: var(--portal__cor-do-fundo-menu-ativo);
}

#menu-lateral .usuario__sair {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.conteudo {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow-x: auto;
}

.menu-lateral--aberto .conteudo {
    width: calc(100vw - var(--potal__menu-lateral--largura) - var(--bootstrap__row--margin));
}

.menu-superior {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.menu-superior__grupo {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    column-gap: 1rem;
}

.menu-superior__titulo {
    margin: 0;
}

.conteudo,
.menu-superior,
.conteudo-principal {
    min-width: 100%;
}

#compartilhar-anexo {
    display: none;
}

#cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 1rem;
    max-width: 400px;
    z-index: 99999;
    background-color: rgba(0,0,0,0.5);
    background-color: white;
    padding: 2rem;
    border: 1px solid #ccc;
    box-shadow: var(--elevacao-2);
}

#form_tos a{
    color: blue;
}

#cookies a {
    color: blue;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

.powered_by_abensoft {
    text-align: center;
    display: grid;
    grid-auto-flow: row;
    row-gap: 0.5rem;
}

.powered_by_abensoft img {
    filter: brightness(0.6);
}

.powered_by_abensoft__links {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    font-size: 0.75rem;
}

.powered_by_abensoft__links a {
    padding: 0 0.5rem;
}

.powered_by_abensoft__links a:not(:first-child):not(:last-child) {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.portal__welcome #botao-hamburger-menu-superior {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal__welcome #botao-hamburger-menu-superior,
.portal__welcome .powered_by_abensoft__links a,
.portal__welcome .powered_by_abensoft__links a:link,
.portal__welcome .powered_by_abensoft__links a:visited {
    color: var(--portal__cor-da-fonte-welcome);
}

.portal__welcome .powered_by_abensoft__links a {
    border-color: var(--portal__cor-da-fonte-welcome) !important;
}

.dropdown-menu:not(ul):not(.dropdown-usuario):not(#ul_btngrp_mov_processo_options) {
    max-width: 75vw !important;
}

body:not(.modal-open),
.modal-open,
.modal.show {
    padding-right: 0 !important;
}

#dropdown-notificacoes {
    color: white;
}

#dropdown-notificacoes,
#botao-de-notificacoes {
    position: relative;
    color: inherit;
}

#botao-de-notificacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.dropdown-notificacoes--aberto #botao-de-notificacoes {
    background-color: white;
    border: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-notificacoes--aberto #botao-de-notificacoes .icone {
    color: black;
}

#botao-de-notificacoes #numero-de-notificacoes {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    background: gray;
    color: white;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dropdown_menu_do_usuario {
    width: 100%;
}

#menu-notificacoes {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background-color: white;
    box-shadow: var(--elevacao-2);
    z-index: 99;
    width: max-content;
}

.dropdown-notificacoes--aberto #menu-notificacoes {
    display: flex;
    flex-direction: column;
    color: black;
}

#menu-notificacoes {
    max-width: 500px;
    max-height: 500px;
    overflow-y: auto;
}

#menu-notificacoes .notificacao {
    border-left: 0.25rem solid white;
    box-sizing: border-box;
}

#menu-notificacoes .notificacao:not(:first-child) {
    border-top: var(--separador);
}

#menu-notificacoes .notificacao:hover {
    cursor: pointer;
    text-decoration: none;
    border-left: 0.25rem solid var(--superleme__cor-verde-escuro);
    background-color: #eee;
}

.notificacao__date {
    padding: 0.5rem 0.5rem 0 0.5rem;
    font-size: 0.75rem;
}

.notificacao__message {
    padding: 0.5rem;
}

.fixed-column {
    position: sticky;
    z-index: 2;
    background: #E9ECEF;
}

.fixed-column--right {
    right: 0;
    border-left: 1px solid #DEE2E6 !important;
}

.invalid:not(label):not(.valid),
select.invalid:not(.valid) + button {
    border: 1px solid red !important;
}

select + button {
    width: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.form-control.no-form-group {
    width: auto !important;
}

form .card-footer,
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 10;
    /*height: 4rem;*/ /*não sei pq a altura está fixa, removendo essa linha*/
}

form .modal-footer,
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 11;
    height: 4rem;
    background: white;
}

.model-page-content {
    position: relative;
    height: 100%;
}

.model-overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 101;
    overflow-y: auto;
}

.model-page-content:not(.model-page-overflow--hidden) {
    min-height: 40rem;
}

.model-overflow--hidden {
    display: none;
}

.modal.confirm .modal-content {
    max-width: 50rem !important;
    margin: auto;
}

.modal-body .model-form {
    margin: -15px !important;
}

.model-form .model-form-group {
    margin: 0 !important;
    align-items: center !important;
}

.model-form .form-body {
    padding: 1.5rem !important;
}

.model-form .form-body:not(.card-body) {
    padding: 1.5rem !important;
}

.model-form .form-body.card-body {
    margin: 0 !important;
}

.model-form .form-body .model-form-group:not(:nth-child(2)):not(:last-of-type),
.model-form .form-body .model-form-group-holder:not(:nth-child(2)):not(:last-of-type) {
    margin: 1.5rem 0 !important;
}

.model-form .form-body .model-form-group:nth-last-child(2),
.model-form .form-body .model-form-group-holder:nth-last-child(2) {
    margin-bottom: 1.5rem !important;
}

.model-form label {
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

.model-form .modal-footer {
    margin: 0 !important;
}

img {
    max-width: -webkit-fill-available;
}

.session-row {
    position: relative;
}

.session-row.current-session.session-ok {
    background: #deff9d;
}

.session-row.current-session.session-blocked {
    background: #e0e042;
    color: black;
}

.session-row.session-blocked {
    background: #af6565;
    color: white;
}

.session-row.session-available {
    background: rgb(240, 240, 240);
}

.session-status {
    border-radius: 0.75rem;
    padding: 0.25rem 0.5rem;
    color: white;
    vertical-align: center;
}

.session-row.session-ok .session-status {
    background: green;
}

.session-row.session-blocked .session-status {
    background: red;
}

.session-row.session-available .session-status {
    background: #ccc;
    color: black;
}

.background-padrao {
    background-color: var(--superleme__cor-verde-escuro);
}

div.dt-button-collection {
    padding: 0px !important;
}

div.dt-button-collection {
    width: fit-content!important;
}

.btn-outline-atlz_valores {
    color: #805afa;
    background-color: transparent;
    background-image: none;
    border-color: #805afa;
}

.btn-outline-atlz_valores:hover {
    color: #fff;
    background-color: #805afa;
    border-color: #805afa;
}

.btn-outline-links {
    color: #805afa;
    background-color: transparent;
    background-image: none;
    border-color: #805afa;
}

.btn-outline-links:hover {
    color: #fff;
    background-color: #805afa;
    border-color: #805afa;
}

.btn-outline-fork {
    color: #0b353f;
    background-color: transparent;
    background-image: none;
    border-color: #0b353f;
}

.btn-outline-fork:hover {
    color: #fff;
    background-color: #0b353f;
    border-color: #0b353f;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.timeline-linker{
    padding-bottom: 20px;
}

.text-info {
    font-size: 15px;
}

header.chat__clearfix {
    width: 50px !important;
    height: 50px !important;
    bottom: 60px !important;
}

.chat__conteudo {
    position: relative;
}

.loading-indicator {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: white;
}

.loading-chat-msgs .loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat_msg_loader {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-chat-msgs-loaded #chat_msg_loader {
    display: none;
}

/* Responsiveness */

@media screen and (max-width: 992px) {
    .sl-schema.modal .modal-content {
        top: 1rem;
    }
}

/* Zotonic
   --------------------------------------------------------------------------*/

#zmodal.modal-sm,
#zmodal.modal-lg,
#zmodal.modal-xl {
    max-width: 100% !important;
}

#zmodal .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    max-width: 500px !important;
}

#zmodal.modal-sm .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    max-width: 300px !important;
}

#zmodal.modal-lg .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    max-width: 800px !important;
}

#zmodal.modal-xl .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    max-width: 1140px !important;
}

/* SummerNote
 ----------------------------------------------------------------------*/

.modal.note-modal .modal-footer {
    width: 100% !important;
    margin: 0 !important;
}

.modal.note-modal .modal-header button::before {
    content: '';
}

.z-logon-box {
    width: 100% !important;
}

/* Bootstrap
 ------------------------------------------------------------------------*/

.image-edit-overlay .image-edit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.image-edit-overlay div.image-edit-container {
    color: black !important;
    gap: 2rem !important;
    grid-template-columns: auto minmax(10rem, 20rem) !important;
    height: 100% !important;
    width: fit-content !important;
}

.image-edit-overlay .image-edit__original {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.image-edit-overlay .image-edit__settings {
    padding: 2rem !important;
    overflow: auto !important;
}

.image-edit-overlay .image-edit__settings,
.image-edit-container .image-edit__settings .collapse-toggle,
.image-edit-container .image-edit__settings .help-block {
    background: white !important;
    color: black !important;
}

.image-edit-overlay .image-edit-container .image-edit__original .image-edit__original__wrapper img {
    max-width: 100% !important;
    height: auto !important;
}

.image-edit-overlay .image-edit-container .form-actions {
    display: grid !important;
    grid-auto-flow: row !important;
    row-gap: 1rem !important;
}

.image-edit-overlay .image-edit-container .form-actions #image-edit-cancel {
    color: #fff !important;
    background-color: #f42a64 !important;
    border-color: #f42a64 !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.image-edit-overlay .image-edit-container .form-actions #image-edit-cancel:hover {
    color: #fff !important;
    background-color: #ec0c4c !important;
    border-color: #df0c48 !important;
}

.image-edit-overlay .image-edit-container .form-actions #image-edit-reset {
    color: #fff !important;
    background-color: #00d1d2 !important;
    border-color: #00d1d2 !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.image-edit-overlay .image-edit-container .form-actions #image-edit-reset:hover {
    color: #fff !important;
    background-color: #00abac !important;
    border-color: #009e9f !important;
}

.image-edit-overlay .image-edit-container #image-edit-orientation-btn {
    width: 100% !important;
    color: #fff !important;
    background-color: #805afa !important;
    border-color: #805afa !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.image-edit-overlay .image-edit-container #image-edit-orientation-btn:hover {
    color: #fff !important;
    background-color: #6335f9 !important;
    border-color: #5a29f9 !important;
}

.image-edit-overlay .image-edit-container .btn.btn-primary {
    order: -1 !important;
}

/* Bootstrap
   --------------------------------------------------------------------------*/

.nav.nav-tabs:not(.sl-tab) {
    border: 1px solid transparent !important;
    border-bottom: 1px solid #aaa !important;
}

.nav.nav-tabs:not(.sl-tab) .nav-link {
    border: 1px solid #aaa !important;
    border-bottom: none !important;
}

.nav.nav-tabs:not(.sl-tab) .nav-item {
    flex: unset;
}

.nav.nav-tabs:not(.sl-tab) .nav-link:not(.active):hover {
    color: white !important;
    background-color: var(--superleme__cor-verde-escuro) !important;
    border: 1px solid transparent !important;
}

.nav.nav-tabs:not(.sl-tab) .nav-link.active {
    color: white !important;
    background-color: var(--superleme__cor-verde-escuro) !important;
}

/* Select2
   --------------------------------------------------------------------------*/

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 20rem !important;
}

.select2-selection {
    border: 1px solid #ccc !important;
}

.select2-selection:hover {
    border: 1px solid var(--superleme__cor-verde-claro) !important;
}

.invalid .select2-selection,
.is-invalid .select2-selection {
    border: var(--error-border) !important;
}

.invalid .select2-selection__arrow b,
.is-invalid .select2-selection__arrow b {
    border-color: var(--error-color) transparent transparent transparent !important;
}

.select2-selection__rendered {
    overflow: auto !important;
    border: none !important;
    width: 100% !important;
}

ul.select2-selection__rendered {
    overflow: hidden !important;
    padding: 0.1rem 1.75rem 0.25rem 0.5rem !important;
}

ul.select2-results__options {
    min-width: min-content !important;
}

.select2-selection__choice {
    display: flex !important;
    align-items: center !important;
    /*margin-top: 0.5rem !important;*/
    overflow: hidden !important;
    width: 100%;
}

.select2-selection__choice .select2-selection__choice__remove,
.select2-selection__clear {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50% !important;
    background: none !important;
    padding: 0 !important;
    font-size: 1.25rem !important;
    color: #333 !important;
    font-weight: lighter !important;
}

.select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem !important;
}

.select2-selection--single .select2-selection__rendered .select2-selection__clear {
    margin: 0 0.5rem 0 -0.5rem !important;
    top: 0.65rem !important;
}

.select2-selection--multiple .select2-selection__clear {
    margin: 0 !important;
    background-color: white !important;
    border: 1px solid #ccc;
    top: 0.75rem !important;
    /* TODO: Verificar quando sem scroll. Sem o valor seria 0.5 */
    right: 1.5rem !important;
}

.select2-selection__choice .select2-selection__choice__remove {
    margin: 0.25rem 0.5rem 0 0 !important;
}

.select2-selection__choice .select2-selection__choice__remove:hover,
.select2-selection__clear:hover {
    color: white !important;
    background: red !important;
}

.select2-results {
    overflow: auto !important;
}

.select2-results__group {
    position: sticky;
    top: 0;
    background-color: rgb(245, 245, 245);
}

.select2-results__options:not(.select2-results__options--nested) {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
}

.select2-dropdown.select2-dropdown--above .select2-results__options:not(.select2-results__options--nested) {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.select2-dropdown.select2-dropdown--below {
    min-width: min-content;
}

.select2-dropdown.select2-dropdown--below .select2-results__options:not(.select2-results__options--nested) {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.select2-results__option {
    border-bottom: 1px solid transparent !important;
}

.select2-results__option[aria-selected="true"]:not(:hover) {
    background-color: var(--superleme__cor-verde-claro) !important;
    color: white !important;
    border-color: white !important;
}

.select2-results__option[aria-selected="true"]:not(:hover) .select-control__subtext,
.select2-results__option.select2-results__option--highlighted .select-control__subtext {
    color: white;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__choice,
.select2-results__option {
    display: table !important;
    table-layout: fixed !important;
    min-width: 100% !important;
}

/*.select2-selection.select2-selection--single .select2-selection__rendered,*/
.select2-selection__rendered,
.select2-selection__choice .select-control__text,
.select2-selection.select2-selection--single .select2-results__option .select-control__text {
    display: table-cell !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.select2-selection__choice .select-control__text,
.select2-results__option .select-control__text {
    display: inline-flex;
    flex-direction: column;
}

.select2-selection__rendered .select-control__subtext,
.select2-selection__choice .select-control__subtext,
.select2-results__option .select-control__subtext {
    color: var(--mutted-color);
    font-size: var(--small-font-size);
}

.select2-selection.select2-selection--single {
    display: table !important;
    table-layout: fixed !important;
    min-width: 100% !important;
    overflow: auto !important;
    width: 100% !important;
}

.select2-selection.select2-selection--single .select2-selection__rendered .select-control__subtext {
    padding-left: 0.5rem;
}

/* Schemas
   --------------------------------------------------------------------------*/

.sl-schema.form-modal.modal-sm,
.sl-schema.form-modal.modal-md,
.sl-schema.form-modal.modal-lg,
.sl-schema.form-modal.modal-xl {
    max-width: 100% !important;
}

.sl-schema.form-modal.modal-sm .modal-dialog:not(.modal-sm):not(.modal-md):not(.modal-lg):not(.modal-xl) .modal-content {
    width: 30rem;
}

.sl-schema.form-modal.modal-md .modal-dialog:not(.modal-sm):not(.modal-md):not(.modal-lg):not(.modal-xl) .modal-content {
    width: 45rem;
}

.sl-schema.form-modal.modal-lg .modal-dialog:not(.modal-sm):not(.modal-md):not(.modal-lg):not(.modal-xl) .modal-content {
    width: 60rem;
}

.sl-schema.form-modal.modal-xl .modal-dialog:not(.modal-sm):not(.modal-md):not(.modal-lg):not(.modal-xl) .modal-content {
    width: 80rem;
}

/* Media
   --------------------------------------------------------------------------*/

/* Small devices (max-width: 600px) */

@media screen and (max-width: 600px) {
    h2 {
        font-size: 16px;
    }

    .powered_by_abensoft__links {
        display: grid;
        grid-auto-flow: row;
        row-gap: 0.5rem;
    }

    .powered_by_abensoft__links a:not(:first-child):not(:last-child) {
        border: none;
        padding: 0;
    }
}

/* Medium devices (max-width: 992px) */

@media screen and (max-width: 992px) {
}

/* Large devices (width < 1200) */

@media screen and (max-width: 1199px) {
    #menu_do_usuario {
        width: 100%;
    }

    #hamburger-btn {
        padding: 0.5rem;
    }

    #hamburger-btn .icone {
        margin-right: 0 !important;
    }

    #navbar--top .dropdown .dropdown-toggle {
        width: 100% !important;
        text-align: left;
    }

    #navbar--top .nav-item,
    #navbar--top .nav-item .dropdown,
    #navbar--top .nav-item .dropdown-menu {
        width: 100%;
        max-width: 100% !important;
    }

    #navbar--top .navbar-toggler__content {
        flex-direction: column-reverse;
    }

    #navbar--top .navbar-collapse {
        max-width: 100%;
    }

    #navbar--top .navbar-collapse div:first-child,
    #navbar--top .navbar-nav {
        width: 100%;
    }

    #navbar--top .icons {
        justify-content: end !important;
        margin-top: 1rem !important;
    }

    #navbar--top .icone {
        justify-content: start;
        margin-right: 0.5rem;
    }

    #navbar--top .nav-item-count {
        left: 55% !important;
    }

    #slSinoNotificacoesMenu {
        width: 100% !important;
    }

    #botao-de-notificacoes {
        margin-right: 0;
    }

    .model-form .form-body {
        padding: 1rem !important;
    }
}

/* Custom (max-width: 784px) */

@media screen and (max-width: 784px) {
    :root {
        --potal__menu-lateral--largura: 100%;
    }

    .menu-lateral--aberto #menu-lateral {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
    }

    .menu-lateral--aberto #botao-hamburger-menu-superior {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 101;
        color: white;
    }

    .portal__welcome #botao-hamburger-menu-superior {
        z-index: 102;
    }
}

/* Large devices (max-width: 1024px) */

@media screen and (max-width: 1024px) {
    #menu-notificacoes {
        left: 0;
        right: auto;
        max-width: 90vw;
    }
}

@media screen and (min-width: 1200px) {
    .image-edit-container .form-actions {
        grid-auto-flow: column;
        column-gap: 1rem;
    }
}

.stepwizard-step p {
    margin-top: 10px;
}

@media screen and (max-width: 1140px) {
    .stepwizard-row {
        display: table-row;
    }
}
.stepwizard {
    position: relative;
    overflow: auto;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 17px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 180px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 25px;
    border: 1px solid #ddd;
}


.wizard_icone {
    background-color: white;
    color: black;
    box-shadow: var(--elevacao-1);
    border-radius: 0.5rem;
    padding: 2rem;
    font-size: 17px;
}

.wizard_td {
    font-size: 20px;
    padding-bottom: 2rem;
}

.wizard_icone_clicado {
    background-color: var(--superleme__cor-verde-claro) !important;
}

.wizard_icone:hover {
    box-shadow: var(--elevacao-3);
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.wizard_icones {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    column-gap: 6rem;
    row-gap: 4rem;
}
.wizard_corpo {
    padding: 2rem;
}

.mapa_wizard {
    height: 700px;
}

.wizard_fa_icon {
    font-size: 10rem;
    text-align: center;
}

.wizard_titulo_qnt_unidade {
    font-size: 40px;
    text-align: center;
}

.wizard_qnt_unidade_icone_titulo {
    font-size: 2rem;
    padding-top: 2px;
}

.wizard_qnt_unidade {
    background-color: white;
    color: black;
    box-shadow: var(--elevacao-1);
    border-radius: 0.5rem;
    text-align:center;
    padding: 2rem;
    font-size: 17px;
}

.wizard_qnt_unidade:hover {
    box-shadow: var(--elevacao-3);
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.wizard_qnt_unidade_padding{
    padding-top: 1rem;
}

.quebrar_linha_comentario{
    white-space: pre-line;
}

.comentario-vertical{
    display: block;
    max-width: 40rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}


.bg-waiting{
    background-color: #808185;
}

.b-2 {
    border-width: 2px !important;
}

.b-3{
    border-width: 3px !important;
}

/*============= TOOLBAR AGENDA SUPERLEME ===============*/

.fc-prev-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}
.fc-next-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}

.fc-today-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}

.fc-dayGridMonth-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}
.fc-refreshCalendar-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}
.fc-timeGridWeek-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}

.fc-listWeek-button{
    background-color: #007bff !important;
    border-color: #007bff !important;

}

.fc-calendarFullScreen-button{
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.fc-calendarFinalSemana-button{
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.fc-calendarTarefa-button{
    background-color: #007bff !important;
    border-color: #007bff !important;
}


.event-cancelado:hover {
    opacity: 1;
}
.event-cancelado:before, .event-cancelado:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #333;
    border-width: 15px;

}
.event-cancelado:before {
    transform: rotate(45deg);
}
.event-cancelado:after {
    transform: rotate(-45deg);
}

/*======================================================*/

.round-color-input {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 0;
}

.round-color-input::-webkit-color-swatch-wrapper {
    padding: 0;

}

.round-color-input::-webkit-color-swatch {
    border-radius: 50%;
    padding: 0;
}

.color-agenda {
    display: inline-flex;
    align-items: center;
}

.round-color-agenda {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
}

.round-color-agenda::-webkit-color-swatch-wrapper {
    padding: 0;
}

.round-color-agenda::-webkit-color-swatch {
    border-radius: 50%;
    padding: 0;
}

.color-agenda {
    display: inline-flex;
    align-items: center;
}

.color-agenda input {
    margin-right: 5px; /* Espaçamento entre a bolinha e o nome */
}

.checkbox_agenda .switch {
    display: inline-block;
    height: 18px; /* altura reduzida */
    position: relative;
    width: 32px; /* largura reduzida */
}

.checkbox_agenda .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.checkbox_agenda .slider:before {
    background-color: #fff;
    bottom: 1px; /* posição inferior ajustada */
    content: "";
    height: 15px; /* altura reduzida */
    left: 1px; /* posição esquerda ajustada */
    position: absolute;
    transition: .4s;
    width: 15px; /* largura reduzida */
}

.checkbox_agenda input:checked + .slider {
    background-color: #66bb6a; /* Cor verde quando ativado */
}

.checkbox_agenda input:checked + .slider:before {
    transform: translateX(14px); /* posição ajustada para corresponder à largura reduzida */
}

.checkbox_agenda .slider.round {
    border-radius: 9px; /* borda arredondada ajustada */
}

.checkbox_agenda .slider.round:before {
    border-radius: 50%;
}



a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 0 10px 33px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 26px;
    height: 62%;
    line-height: 26px;
    background: white;
    border: 1px solid #007bff;
    border-radius: 3px;
    font-size: 15px;
    color: black;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: black;
    line-height: 28px;
    letter-spacing: 1px;
}


.split-container {
    width: 100%;
    display: flex;
}
.split {
    border: 1px solid #ccc;
    overflow: hidden;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
    height: 100%;
    width: 3px;

}

.control_prev_and_next {
    margin-left: 55px;
    margin-right: 55px;
}

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

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

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

.cor_slide_carousel {
    background-color: #8c8c8c !important;
}

.padding-right_null_carousel {
    padding-right: 0 !important;
}

.indicadores_jornada {
    background-color: white;
    color: black;
    box-shadow: var(--elevacao-1);
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    display: grid;
    grid-template-rows: repeat(2, auto);
    row-gap: 1rem;
    justify-content: center;
}

.texto_indicador{
    color: black;
    text-align: center;
    display: grid;
}

.hover_config {
    transition: transform 0.3s ease;
}

.hover_config:hover {
    transform: scale(1.3);
    /*background-color: rgba(0, 0, 0, 0.2); !* Altera a cor de fundo do botão para transparente com 20% de opacidade quando o mouse passa por cima *!*/

}


.check_pula_subfase {
    display: none;
}
.check_pula_subfase + label {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #ddd;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.check_pula_subfase:checked + label {
    background-color: #66bb6a;
}
.check_pula_subfase + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.check_pula_subfase:checked + label::before {
    left: calc(100% - 18px);
}

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

/* Modal dos schemas
   --------------------------------------------------------------------------*/

.sl-schema.modal {
    height: 100vh;
}

/* NOTE: O Zotonic não define z-index para o backdrop, com isso sobrescrevemos manualmente com base no level. */

/* level 0 = 1º modal */
.sl-schema#zmodal + .modal-backdrop {
    z-index: 1049;
}

/* level 1 =  2º modal */
.sl-schema#zmodal-1 + .modal-backdrop {
    z-index: 2049;
}

/* level 2 = 3º modal */
.sl-schema#zmodal-2 + .modal-backdrop {
    z-index: 3049;
}

/* level 3 = 4º modal */
.sl-schema#zmodal-3 + .modal-backdrop {
    z-index: 4049;
}

.sl-schema#zmodal .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    max-width: 100vw !important;
}

.sl-schema.modal .modal-external-link-btn:hover {
    background: var(--superleme__cor-verde-escuro);
    color: white;
}

.sl-schema.modal .modal-dialog {
    margin: 0 !important;
    max-width: none !important;
    height: 100vh;
    pointer-events: auto;
    padding: 1rem;
    width: 100% !important;
}

.sl-schema.modal .modal-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sl-schema.modal .modal-title {
    font-size: 1rem;
    width: 100%;
}

.sl-schema.form-modal .modal-body {
    padding: 0;
    overflow: auto;
}

.sl-schema.modal .modal-content {
    position: fixed;
    top: 6rem;
    max-height: calc(100% - 2rem - 6rem) !important;
    left: 0;
    transform: translateX(calc(50vw - 50%));
}

.sl-schema.modal .modal-content {
    resize: both;
    min-width: 20rem;
    max-width: calc(100vw - 3rem);
    min-height: 2rem;
    max-height: calc(100vh - 2rem);
    border-radius: var(--main-border-radius);
    overflow: hidden;
}

.sl-schema.form-modal .title-btns {
    position: absolute;
    top: 0;
    right: 0;
}

.sl-schema.form-modal-clone .modal-content {
    border: 5px var(--superleme__cor-verde-claro) dashed;
}

/* Abas dos schemas
   --------------------------------------------------------------------------*/

.sl-tab li.nav-item.active,
.sl-tab li.nav-item:hover {
    z-index: 1;
}

.sl-tab-item .sl-tab-warn-icon {
    display: none;
}

.sl-tab-item.invalid-fields .sl-tab-warn-icon {
    display: inline-block;
}

/* Wizard dos schemas
   --------------------------------------------------------------------------*/

.sl-wizard {
    --form-bg-color: rgb(248,248,248);

    display: flex;
}

.form-modal .sl-wizard {
    height: 100%;
}

.sl-wizard-menu-steps {
    display: flex;
    flex-direction: column;
}

/* NOTE: Remover caso seleção no menu for habilitada. */
.sl-wizard-menu-step {
    --left-border-width: 0.4rem;

    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem calc(1rem + var(--left-border-width));
    user-select: none;
    position: relative;
}
body[data-is-desktop="false"] .sl-wizard-menu-step {
    padding: 0.5rem 1rem;
}
body[data-is-desktop="true"] .sl-wizard-menu-step {
    padding: 0.5rem 1rem 0.5rem calc(1rem + var(--left-border-width));
}
.sl-wizard-menu-step--active {
    background-color: var(--form-bg-color);
}
.sl-wizard-menu-step--active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--left-border-width);
    height: 100%;
    background-color: var(--superleme__cor-verde-escuro);
}
.sl-wizard-menu-step--disabled {
    color: var(--mutted-color);
}

/* NOTE: Descomentar caso for interligar os itens do menu. Ao meu ver ficou estranho. */
/*.sl-wizard-menu-step i {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.sl-wizard-menu-step:not(:last-child) i::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    width: 1px;*/
/*    height: 150%;*/
/*    transform: translateX(-50%);*/
/*    background-color: #ccc;*/
/*}*/

/* NOTE: Utilizar caso seleção no menu for habilitada. */
/*.sl-wizard-menu-step-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    column-gap: 0.5rem;*/
/*    width: 100%;*/
/*}*/
/*.sl-wizard-menu-step-btn.active {*/
/*    cursor: default !important;*/
/*}*/

.sl-wizard-main-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
    background-color: var(--form-bg-color);
}

.sl-wizard form fieldset {
    display: flex;
    flex-direction: column;
}

.sl-wizard-form-fields {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    flex: 1;
}

.sl-wizard-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sl-wizard-step-title {
    font-size: 1.25rem;
}

.sl-wizard-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.sl-wizard-actions {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    column-gap: 1rem;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    row-gap: 20px;
    gap: 20px;
    padding: 20px;
}
.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: var(--elevacao-1);
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 0.5rem;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.grid-item:hover {
    box-shadow: var(--elevacao-3);
    cursor: pointer;
    text-decoration: none;
    color: var(--superleme__cor-verde-claro);
}

.grid-item--titulo {
    font-size: 1rem;
}

@media only screen and (min-width: 1024px) {

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto;
        row-gap: 20px;
        gap: 20px;
        padding: 20px;
    }
    .grid-item {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: var(--elevacao-1);
        border: 1px solid rgba(0, 0, 0, 0.8);
        border-radius: 0.5rem;
        padding: 20px;
        font-size: 30px;
        text-align: center;
    }

    .grid-item:hover {
        box-shadow: var(--elevacao-3);
        cursor: pointer;
        text-decoration: none;
        color: var(--superleme__cor-verde-claro);
    }

    .grid-item--titulo {
        font-size: 1.25rem;
    }
}

.aaa {
    display:block;
}
