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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004277;
  background-color: #cce5fa;
  border-color: #b8dbf8;
}
.alert-primary hr {
  border-top-color: #a1cff6;
}
.alert-primary .alert-link {
  color: #002644;
}

.alert-secondary {
  color: #403083;
  background-color: #e5defe;
  border-color: #dad1fe;
}
.alert-secondary hr {
  border-top-color: #c6b8fd;
}
.alert-secondary .alert-link {
  color: #2e225e;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e7f80;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}
.alert-light hr {
  border-top-color: #ededf3;
}
.alert-light .alert-link {
  color: #656666;
}

.alert-dark {
  color: #070910;
  background-color: #cfd0d2;
  border-color: #bbbdc0;
}
.alert-dark hr {
  border-top-color: #aeb0b4;
}
.alert-dark .alert-link {
  color: black;
}

*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.lds-spinner {
  color: official;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ffc300;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.step-navigation {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.step-navigation::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #1b1e1c;
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .step-navigation::after {
    display: block;
  }
  .step-navigation__item.active {
    width: 100%;
  }
  .step-navigation__item.active::after {
    bottom: -30px!important;
    left: 0;
    width: 35px!important;
    height: 35px!important;
  }
}
.step-navigation__item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767.98px) {
  .step-navigation__item.active p {
    display: block;
  }
  .step-navigation__item p {
    display: none;
  }
}
.step-navigation__item .h4,
.step-navigation__item h4,
.step-navigation__item p {
  align-self: center;
}
.step-navigation__item::after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1b1e1c;
  z-index: 3;
}
.step-navigation__item.completed::after {
  background: #ffc61d;
}
.step-navigation__item.active::before,
.step-navigation__item.completed::before {
  background: #ffc61d;
}
.step-navigation__item.active::before,
.step-navigation__item.completed:nth-child(2)::before,
.step-navigation__item.completed:nth-child(3)::before {
  display: block;
  content: "";
  width: 500px;
  height: 1px;
  position: absolute;
  bottom: -14px;
  right: 50%;
  background: #1b1e1c;
}
.step-navigation__item.completed:nth-child(3)::before {
  /* width:100vw; */
  transform: translateX(50%);
}
.step-navigation__item.active p {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .step-navigation__item.active {
    display: block;
    margin: 0 auto;
  }
  .step-navigation__item.active::before {
    display: none !important;
  }
}
.step-navigation__item.active::after {
  width: 45px;
  height: 45px;
  bottom: -36px;
  background: center/contain no-repeat url(../img/plane-arrow.svg), #ffc61d;
  background-size: 50%;
  border-radius: 50%;
}
.step-navigation__item:first-child::before {
  display: block;
  content: "";
  width: 50vw;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 50%;
  background: #ffffff !important;
  z-index: 2;
}
.step-navigation__item:last-child::before {
  display: block;
  content: "";
  width: 50vw;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .step-navigation {
    margin: -16px 0 54px;
  }
}

#fixed-btns {
  position: relative;
}

#fixed-btns .button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
}

/* --------- template page tabs --------- */
small.tabs-heading {
  font-weight: bold;
  font-size: 11px;
}
.category-tabs-list {
  background-color: #ffc61d;
  border-radius: 4px 4px 0 0;
}
.category-tabs-list .color-seperator::after {
  background-color: #ffc61d;
  position: absolute;
  right: 20px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  content: " ";
  display: block;
  z-index: 1;
}
.category-tabs-list .nav {
  align-items: flex-end;
  padding-top: 40px;
  z-index: 2;
}
.process-template-container {
  background-color: white;
  overflow: hidden;
}

.template_category {
  position: relative;
}

.template_category h5 {
  font-size: 1.05rem;
}
.template_category p {
  margin-bottom: 0;
}

.process-template-container .template_category {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 4px 8px;
}

.process-template-container .template_category:hover {
  background-color: #f8f8f8;
  transition: all 0.3s ease-in;
}

.process-template-container .template_category::after {
  content: "\203A";
  opacity: 0;
  position: absolute;
  font-size: 24px;
  line-height: 0px;
  right: 40px;
  top: 50%;
}

.process-template-container .template_category:hover::after {
  content: "\203A";
  opacity: 1;
  color: #007bff;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 0px;
  right: 30px;
  transition: all 0.7s ease-in-out;
  top: 50%;
}

@media (max-width: 576px) {
  .process-template-container .template_category {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 4px 8px;
    text-align: left;
    border: 1px solid #d2d2d2;
  }
}

.process-template-container .nav-pills .nav-link .icon-inline {
  height: 14px;
  width: 14px;
  fill: #333;
  top: -2px;
  position: relative;
}

.process-template-container .nav-pills .nav-link {
  transition: none !important;
  font-size: 14px;
  color: #333;
  position: relative;
  background-color: #ffc61d;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 40px;
  padding: 18px 21px;
  padding-right: 14px;
  text-align: left;
  min-width: 190px;
}
.process-template-container .nav-pills .nav-link.active::before,
.process-template-container .nav-pills .nav-link.active::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  background: url("../img/shim-corner.svg");
  right: 0px;
}
.process-template-container .nav-pills .nav-link.active::before {
  top: -40px;
}
.process-template-container .nav-pills .nav-link.active::after {
  background: url("../img/corner-shim-btm.svg");
  bottom: -40px;
}
.process-template-container .nav-pills .nav-link.active {
  color: #17262e;
  border-radius: 40px 0 0 40px;
  background-color: white;
  font-weight: bold;
}
.process-template-container .nav-pills .nav-link.active span {
  animation: center 2s ease-in;
}

@keyframes center {
  0%,
  10% {
    transform: translateX(0%);
    left: 0%;
  }
  90%,
  100% {
    transform: translateX(-50%);
    left: 50%;
  }
}

.max-height-scroll {
  max-height: 850px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0 0 4px 4px;
}
.process-template-container .nav-pills .nav-link.active .icon-inline {
  transform: scale(1.1);
  fill: #17262e;
}

@media (max-width: 998px) {
  .category-tabs-list {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .category-tabs-list .nav {
    padding: 20px 0;
    justify-content: center;
    align-items: center;
  }
  .max-height-scroll {
    border: 1px solid #007bff!important;
    border-left: 1px solid #007bff!important;
  }
  .process-template-container .nav-pills .nav-link,
  .process-template-container .nav-pills .nav-link.active {
    text-align: center;
    border-radius: 4px!important;
  }
  .process-template-container .nav-pills .nav-link.active::before,
  .process-template-container .nav-pills .nav-link.active::after {
    background: none;
  }
}

@media (max-width: 600px) {
  .category-tabs-list {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .category-tabs-list .nav {
    padding-top: 20px;
  }
  .process-template-container .nav-pills .nav-link,
  .process-template-container .nav-pills .nav-link.active {
    text-align: center;
    border-radius: 4px!important;
  }
  .process-template-container .nav-pills .nav-link.active::before,
  .process-template-container .nav-pills .nav-link.active::after {
    background: none;
  }
  .process-template-container .template_category::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.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 .table {
  background-color: #fff;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dbf8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abcf1;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bbbdc0;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #81848b;
}

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

.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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #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: 80%;
  color: #28a745;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2rem / 2) calc(2rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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(220, 53, 69, 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: #dc3545;
}

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

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

.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: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (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(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
  opacity: 0.5!important;
  transform: translateY(0px)!important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #7c5cfc;
  border-color: #7c5cfc;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5e36fb;
  border-color: #542afb;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 116, 252, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #7c5cfc;
  border-color: #7c5cfc;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #542afb;
  border-color: #4a1dfb;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 116, 252, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-light:hover {
  color: #212529;
  background-color: #dce2e8;
  border-color: #d4dce3;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 216, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d4dce3;
  border-color: #cdd5de;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 214, 216, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0d121f;
  border-color: #0d121f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #020204;
  border-color: black;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 54, 65, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #0d121f;
  border-color: #0d121f;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 54, 65, 0.5);
}

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 245, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f5f7;
  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: #f3f5f7;
  border-color: #f3f5f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 245, 247, 0.5);
}

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

.btn-close {
  color: #0d121f;
  border: 1px solid #ffffff;
  border-radius: 999px;
}
.btn-close:hover {
  color: #0d121f;
  background-color: #eee;
  border: 1px solid #eee;
}
.btn-close:focus,
.btn-close.focus {
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.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: 1rem;
  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;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.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:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #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-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;
}

.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

/*--------------- Header ---------------*/
.header {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 10;
}

.header .main-nav {
  top: 0;
  z-index: 120;
  position: relative;
  transition: 0.4s all;
  background: #f5f4ff;
  /* box-shadow: 0 3px 6px rgba(33,33,33,.05); */
  padding: 12px 0;
}

.header .main-nav .logo {
  max-width: 220px;
  width: 40px;
}

.header .main-nav .select span {
  font-weight: 600;
  line-height: 35px;
  margin-right: 10px;
}

.header .main-nav .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.header .main-nav .nav-link span {
  display: none;
}

.header .main-nav .nav-link:hover {
  opacity: 0.5;
}

.header .nav-link.item-account {
  color: #007ee5;
  background-color: transparent;
  border: 2px solid #007ee5;
  border-radius: 5px;
  padding-right: 55px;
  background-image: url("..//img/Icon_Account.svg");
  background-repeat: no-repeat;
  background-position: top 6px right 10px;
  background-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}

.header .nav-link.item-account:hover {
  color: #f37558 !important;
  background-image: url("..//img/Icon_Account-1.svg?=1");
  border-color: hsl(11deg, 87%, 65%);
}

.header .item-phone {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.header .item-phone__infos {
  font-size: 12px;
  font-weight: 300;
  color: #555;
  margin-left: 5px;
}

.header .item-phone__availability {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.header .item-email {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

#contact-info {
  padding-left: 20px;
}

@media screen and (max-width: 992px) {
  .header {
    /* position: fixed; */
    /* z-index: 99999; */
    background: #fff;
    -webkit-box-shadow: 0px 3px 23px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 23px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 23px 1px rgba(0, 0, 0, 0.1);
  }
  .header .navbar-collapse {
    margin-top: 20px;
  }
  .header .menu-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .menu-mobile .nav-link {
    font-size: 16px;
    color: #1b1b36;
    padding: 10px;
    font-weight: 500;
  }
  .header .menu-mobile .nav-link span {
    display: none;
  }
  .logo-mobile {
    max-width: 180px;
    width: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -30px;
  }
}
@media screen and (max-width: 992px) and (max-width: 776px) {
  .header {
    box-shadow: none !important;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -30px;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 {
    width: 22px;
    height: 14px;
    margin: -5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 span {
    background: #000;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 span:nth-child(1) {
    top: 0px;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 span:nth-child(2),
  .animated-icon2 span:nth-child(3) {
    top: 7px;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2 span:nth-child(4) {
    top: 14px;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .item-phone {
    font-size: 14px;
  }
  .header .item-email {
    font-size: 14px;
    padding-top: 9px;
    display: block;
  }
  .header .main-nav .nav-link {
    font-size: 13px;
    padding: 10px;
  }
  .header .nav-link.item-account {
    padding-right: 45px;
    background-position: top 4px right 5px;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  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 {
  display: flex;
  width: 2.2rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
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: #007ee5;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062b2;
}

.badge-secondary {
  color: #fff;
  background-color: #7c5cfc;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #542afb;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f3f5f7;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d4dce3;
}

.badge-dark {
  color: #fff;
  background-color: #0d121f;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004277;
  background-color: #cce5fa;
  border-color: #b8dbf8;
}
.alert-primary hr {
  border-top-color: #a1cff6;
}
.alert-primary .alert-link {
  color: #002644;
}

.alert-secondary {
  color: #403083;
  background-color: #e5defe;
  border-color: #dad1fe;
}
.alert-secondary hr {
  border-top-color: #c6b8fd;
}
.alert-secondary .alert-link {
  color: #2e225e;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e7f80;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}
.alert-light hr {
  border-top-color: #ededf3;
}
.alert-light .alert-link {
  color: #656666;
}

.alert-dark {
  color: #070910;
  background-color: #cfd0d2;
  border-color: #bbbdc0;
}
.alert-dark hr {
  border-top-color: #aeb0b4;
}
.alert-dark .alert-link {
  color: black;
}

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

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

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.list-group-item-primary {
  color: #004277;
  background-color: #b8dbf8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004277;
  background-color: #a1cff6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004277;
  border-color: #004277;
}

.list-group-item-secondary {
  color: #403083;
  background-color: #dad1fe;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #403083;
  background-color: #c6b8fd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #403083;
  border-color: #403083;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7e7f80;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7f80;
  background-color: #ededf3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7f80;
  border-color: #7e7f80;
}

.list-group-item-dark {
  color: #070910;
  background-color: #bbbdc0;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #070910;
  background-color: #aeb0b4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #070910;
  border-color: #070910;
}

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

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.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);
}

.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 screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

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

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

#page_prev,
#page_next {
  font-size: 30px;
  cursor: pointer;
}

#nextPrevPage {
  display: none;
}

.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 #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #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 screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media screen and (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: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

.grey {
  background-color: #3d4d45;
}

.overlay-grey {
  background-color: #5f786b;
}

.btn-grey {
  background-color: #3d4d45;
  border: 0.1rem solid #2d3933;
  color: white;
  transition: 0.3s;
}
.btn-grey:hover {
  background-color: #2d3933;
  border-color: #4d6157;
  color: white;
}

.grey-text {
  color: #3d4d45;
}

.lt-grey {
  background-color: #bfc0bf;
}

.overlay-lt-grey {
  background-color: #e6e6e6;
}

.btn-lt-grey {
  background-color: #bfc0bf;
  border: 0.1rem solid #adaead;
  color: white;
  transition: 0.3s;
}
.btn-lt-grey:hover {
  background-color: #adaead;
  border-color: #d1d2d1;
  color: white;
}

.lt-grey-text {
  color: #bfc0bf;
}

.sage {
  background-color: #9daf92;
}

.overlay-sage {
  background-color: #c5cfbe;
}

.btn-sage {
  background-color: #9daf92;
  border: 0.1rem solid #8aa07d;
  color: white;
  transition: 0.3s;
}
.btn-sage:hover {
  background-color: #8aa07d;
  border-color: #b0bea7;
  color: white;
}

.sage-text {
  color: #9daf92;
}

.salmon {
  background-color: #f48b7f;
}

.overlay-salmon {
  background-color: #facbc5;
}

.btn-salmon {
  background-color: #f48b7f;
  border: 0.1rem solid #f16d5e;
  color: white;
  transition: 0.3s;
}
.btn-salmon:hover {
  background-color: #f16d5e;
  border-color: #f7a9a0;
  color: white;
}

.salmon-text {
  color: #f48b7f;
}

.magenta {
  background-color: #f4526a;
}

.overlay-magenta {
  background-color: #f99aa8;
}

.btn-magenta {
  background-color: #f4526a;
  border: 0.1rem solid #f2304d;
  color: white;
  transition: 0.3s;
}
.btn-magenta:hover {
  background-color: #f2304d;
  border-color: #f67487;
  color: white;
}

.magenta-text {
  color: #f4526a;
}

.yellow {
  background-color: #f9ae7c;
}

.overlay-yellow {
  background-color: #fcdbc5;
}

.btn-yellow {
  background-color: #f9ae7c;
  border: 0.1rem solid #f7995a;
  color: white;
  transition: 0.3s;
}
.btn-yellow:hover {
  background-color: #f7995a;
  border-color: #fac39e;
  color: white;
}

.yellow-text {
  color: #f9ae7c;
}

.white {
  background-color: white;
}

.overlay-white {
  background-color: white;
}

.btn-white {
  background-color: white;
  border: 0.1rem solid #ededed;
  color: white;
  transition: 0.3s;
}
.btn-white:hover {
  background-color: #ededed;
  border-color: white;
  color: white;
}

.white-text {
  color: white;
}

.dotted-bg {
  background: radial-gradient(
    155.33% 78.43% at 50% 37.23%,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background-image: url(../img/absurdity.png);
}

input[type="text"],
textarea {
  margin: 0;
}

.inherited-styles-for-exported-element {
  box-sizing: border-box;
  color: #46285d;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.015625em;
  line-height: 1.5;
}

::selection {
  background-color: rgba(140, 80, 185, 0.2);
}

#Hero input:not([type="submit"], [type="checkbox"]) {
  margin-left: -0.25rem;
  border-radius: 35px;
  align-items: center;
  appearance: none;
  background-color: #f3f5f7;
  border: 2px solid rgba(19, 10, 26, 0.15);
  box-shadow: none;
  caret-color: #8c50b9;
  color: #46285d;
  display: inline-flex;
  height: 2.75em;
  justify-content: flex-start;
  line-height: 1.5;
  max-width: 100%;
  padding: calc(0.5em - 1px) calc(1.875em - 1px);
  position: relative;
  transition: border-color 0.1s ease-out, color 0.1s linear,
    background-color 0.01s linear;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  letter-spacing: -0.02em;
}
#Hero input:not([type="submit"], [type="checkbox"]):not(:focus) {
  transition: border-color 0.1s ease-out, color 0.1s linear,
    background-color 0.1s linear;
}
#Hero input:not([type="submit"], [type="checkbox"]):hover {
  color: #040815;
  background-color: #edf0f3;
  border-color: #66b0ff;
}
#Hero input:not([type="submit"], [type="checkbox"]):focus {
  border-color: #007bff;
  color: #040815;
}
#Hero input:not([type="submit"], [type="checkbox"]).error {
  border-color: #dc3545;
}

.homepage-input-group input[type="text"] {
  margin-top: 0rem;
}

#secondInput input[type="text"] {
  margin-top: 0.75rem;
}

#RequestsList,
#Profile,
#Dashboard,
#Contact,
#Login,
#Payment {
  background: radial-gradient(
    155.33% 78.43% at 50% 37.23%,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background-image: url(../img/absurdity.png);
}
#RequestsList textarea.form-control,
#RequestsList input.form-control:not([type="checkbox"], [type="submit"]),
#Profile textarea.form-control,
#Profile input.form-control:not([type="checkbox"], [type="submit"]),
#Dashboard textarea.form-control,
#Dashboard input.form-control:not([type="checkbox"], [type="submit"]),
#Contact textarea.form-control,
#Contact input.form-control:not([type="checkbox"], [type="submit"]),
#Login textarea.form-control,
#Login input.form-control:not([type="checkbox"], [type="submit"]),
#Payment textarea.form-control,
#Payment input.form-control:not([type="checkbox"], [type="submit"]) {
  background: rgba(243, 245, 247, 0.74);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
#RequestsList textarea.form-control:not(:focus),
#RequestsList
  input.form-control:not([type="checkbox"], [type="submit"]):not(:focus),
#Profile textarea.form-control:not(:focus),
#Profile input.form-control:not([type="checkbox"], [type="submit"]):not(:focus),
#Dashboard textarea.form-control:not(:focus),
#Dashboard
  input.form-control:not([type="checkbox"], [type="submit"]):not(:focus),
#Contact textarea.form-control:not(:focus),
#Contact input.form-control:not([type="checkbox"], [type="submit"]):not(:focus),
#Login textarea.form-control:not(:focus),
#Login input.form-control:not([type="checkbox"], [type="submit"]):not(:focus),
#Payment textarea.form-control:not(:focus),
#Payment
  input.form-control:not([type="checkbox"], [type="submit"]):not(:focus) {
  color: rgba(33, 37, 41, 0.85);
}
#RequestsList .form-group label:not(label.error, label.custom-control-label),
#Profile .form-group label:not(label.error, label.custom-control-label),
#Dashboard .form-group label:not(label.error, label.custom-control-label),
#Contact .form-group label:not(label.error, label.custom-control-label),
#Login .form-group label:not(label.error, label.custom-control-label),
#Payment .form-group label:not(label.error, label.custom-control-label) {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  /* identical to box height, or 15px */
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #a0b5ff;
}
#RequestsList textarea,
#Profile textarea,
#Dashboard textarea,
#Contact textarea,
#Login textarea,
#Payment textarea {
  padding: 1rem 1rem;
  height: 4.5rem;
}
#RequestsList a.form_link--helper,
#Profile a.form_link--helper,
#Dashboard a.form_link--helper,
#Contact a.form_link--helper,
#Login a.form_link--helper,
#Payment a.form_link--helper {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 26px;
  /* identical to box height, or 174% */
  color: #3563e9;
}

.small-bullet-header {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  /* identical to box height, or 15px */
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a0b5ff;
}

.custom-control-input {
  opacity: 0;
  position: absolute;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  color: #6c757d;
  padding-left: 1.5rem;
}

.custom-control-label::after,
.custom-control-label::before {
  content: "";
  display: block;
  height: 1rem;
  left: 4px;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

.custom-control-label::before {
  border-style: solid;
  pointer-events: none;
  background: white;
  border: 1.5px solid #a0b5ff;
  border-radius: 4px;
}

.custom-control-label::after {
  background-color: initial;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.custom-control-label::before {
  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 {
    transition: none 0s;
  }
}
a:hover {
  text-decoration: none;
}

.custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-control-label a:hover {
  color: #999;
}

.custom-control-input:checked ~ .custom-control-label {
  color: #007bff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #007bff;
  box-shadow: rgba(0, 123, 255, 0.25) 0 0 0 0.2rem;
  color: #fff;
}

.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='0 0 12 12'%3E%3Cg fill='%2FFFFFF'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

@media screen and (width: 320px) {
  .custom-control-label {
    font-size: 10px;
  }
}
#Payment .form-header--label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 15px */
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a0b5ff;
}
#Payment .additional-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 17px */
  padding: 4px 0px;
  text-align: justify;
  letter-spacing: -0.02em;
  /* Secondary/300 */
  color: #90a3bf;
}
#Payment img#carrier-logo {
  height: 36px;
  margin-bottom: 8px;
}
#Payment p.parcel-status {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  /* identical to box height, or 15px */
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  color: #1a202c;
  margin-bottom: 0px;
}
#Payment .price-text {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 0px;
  /* identical to box height, or 40px */
  text-align: justify;
  letter-spacing: -0.03em;
  /* Secondary/500 */
  color: #1a202c;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
#Payment .map-container {
  border: 2px solid white;
  overflow: hidden;
  border-radius: 8px;
  background: center/cover no-repeat url(../img/payment_map--blurred.png);
}
#Payment .map-container .image-overlay img {
  max-width: 1rem;
  max-height: 1rem;
}

.vl {
  border-left: 1px solid #f0f0f0;
  height: 100%;
  width: 1px;
  top: 0;
  margin-left: 16px;
  margin-right: 16px;
}

section#Payment {
  padding-top: 2rem;
}

@media screen and (max-width: 767.98px) {
  section#Payment {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #Payment .card img {
    max-width: 2rem;
    max-height: 2rem;
  }
}
#Payment {
  background-color: white;
  background: white;
}
#Payment .card {
  background-color: rgba(243, 245, 247, 0.74);
}
#Payment .card .card-body {
  background: rgba(243, 245, 247, 0.74);
}
#Payment .card .card-body input {
  background-color: white;
}
#payment .payment-card .card-body {
  padding: 0px;
}

#payment .l-grey {
  background: rgba(243, 245, 247, 0.74);
}

.formLetter textarea,
.formLetter input[type="text"],
.formLetter input[type="email"],
.formLetter input[type="tel"],
.formLetter select,
.payment__form textarea,
.payment__form input[type="text"],
.payment__form input[type="email"],
.contact__form textarea,
.contact__form input[type="text"],
.contact__form input[type="email"],
.personal__form textarea,
.personal__form input[type="text"],
.personal__form input[type="email"],
.personal__form input[type="tel"],
.single__form textarea,
.single__form input[type="text"],
.single__form input[type="email"] {
  margin: 0;
  box-sizing: border-box;
  color: #46285d;
  font-size: 0.85rem;
  font-size: 0.85rem!important;
  font-weight: 400;
  letter-spacing: -0.015625em;
  line-height: 1.5;
  align-items: center;
  appearance: none;
  border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-width: 1px;
  box-shadow: none;
  color: #46285d;
  display: inline-flex;
  height: 2.75em;
  justify-content: flex-start;
  line-height: 1.5;
  max-width: 100%;
  padding: calc(0.5em - 1px) 1.5em calc(0.5em - 1px) calc(0.5em - 1px);
  /* padding: calc(0.5em - 1px) 2.75em calc(0.5em - 1px) calc(0.875em - 1px); */
  position: relative;
  transition: border-color 0.1s ease-out, color 0.1s linear, background-color 0.01s linear;
  vertical-align: top;
  /* width: 100%; */
  background-color: #f8f8f8;
  /* width: 100%; */
  background-color: #f8f8f8;
}
.formLetter textarea,
.payment__form textarea,
.contact__form textarea,
.personal__form textarea,
.single__form textarea {
  height: 7.5rem;
}
.formLetter textarea.is-valid,
.formLetter input.is-valid,
.payment__form textarea.is-valid,
.payment__form input.is-valid,
.contact__form textarea.is-valid,
.contact__form input.is-valid,
.personal__form textarea.is-valid,
.personal__form input.is-valid,
.single__form textarea.is-valid,
.single__form input.is-valid {
  border-color: #53ab73;
  padding: calc(0.5em - 1px) 1.8em calc(0.5em - 1px) calc(0.875em - 1px);
}
.formLetter textarea:not(:focus),
.formLetter input:not([type="submit"]):not(:focus),
.payment__form textarea:not(:focus),
.payment__form input:not([type="submit"]):not(:focus),
.contact__form textarea:not(:focus),
.contact__form input:not([type="submit"]):not(:focus),
.personal__form textarea:not(:focus),
.personal__form input:not([type="submit"]):not(:focus),
.single__form textarea:not(:focus),
.single__form input:not([type="submit"]):not(:focus) {
  transition: border-color 0.1s ease-out, color 0.1s linear,
    background-color 0.1s linear;
}
.formLetter textarea.is-invalid,
.formLetter input.is-invalid,
.payment__form textarea.is-invalid,
.payment__form input.is-invalid,
.contact__form textarea.is-invalid,
.contact__form input.is-invalid,
.personal__form textarea.is-invalid,
.personal__form input.is-invalid,
.single__form textarea.is-invalid,
.single__form input.is-invalid {
  background: rgba(220, 53, 69, 0.13);
  padding: calc(0.5em - 1px) 1.8em calc(0.5em - 1px) calc(0.875em - 1px);
}
.formLetter textarea.is-valid,
.formLetter input.is-valid,
.payment__form textarea.is-valid,
.payment__form input.is-valid,
.contact__form textarea.is-valid,
.contact__form input.is-valid,
.personal__form textarea.is-valid,
.personal__form input.is-valid,
.single__form textarea.is-valid,
.single__form input.is-valid {
  caret-color: #53ab73;
  padding: calc(0.5em - 1px) 2em calc(0.5em - 1px) calc(0.875em - 1px);
}
.formLetter textarea.is-valid::selection,
.formLetter input.is-valid::selection,
.payment__form textarea.is-valid::selection,
.payment__form input.is-valid::selection,
.contact__form textarea.is-valid::selection,
.contact__form input.is-valid::selection,
.personal__form textarea.is-valid::selection,
.personal__form input.is-valid::selection,
.single__form textarea.is-valid::selection,
.single__form input.is-valid::selection {
  background-color: rgba(83, 171, 115, 0.125);
}
.formLetter textarea.is-valid:active,
.formLetter input.is-valid:active,
.payment__form textarea.is-valid:active,
.payment__form input.is-valid:active,
.contact__form textarea.is-valid:active,
.contact__form input.is-valid:active,
.personal__form textarea.is-valid:active,
.personal__form input.is-valid:active,
.single__form textarea.is-valid:active,
.single__form input.is-valid:active {
  box-shadow: rgba(83, 171, 115, 0.25) 0 0 0 0;
}
.formLetter label,
.payment__form label,
.contact__form label,
.personal__form label,
.single__form label {
  color: #000;
  display: block;
  font-size: 0.785rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .radio-container label:first-child {
    font-size: 0.62rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .alert-countdown span {
    font-size: 0.62rem !important;
  }
}

@media (max-width: 575.98px) {
  .formLetter textarea,
  .formLetter input[type="text"],
  .formLetter input[type="email"],
  .formLetter input[type="tel"],
  .formLetter select,
  .payment__form textarea,
  .payment__form input[type="text"],
  .payment__form input[type="email"],
  .contact__form textarea,
  .contact__form input[type="text"],
  .contact__form input[type="email"],
  .personal__form textarea,
  .personal__form input[type="text"],
  .personal__form input[type="email"],
  .personal__form input[type="tel"],
  .single__form textarea,
  .single__form input[type="text"],
  .single__form input[type="email"] {
    font-size: 16px!important;
  }  
}

.formLetter label:not(:last-child),
.payment__form label:not(:last-child),
.contact__form label:not(:last-child),
.personal__form label:not(:last-child),
.single__form label:not(:last-child) {
  margin-bottom: 0em;
}
.formLetter ::selection,
.payment__form ::selection,
.contact__form ::selection,
.personal__form ::selection,
.single__form ::selection {
  background-color: rgba(140, 80, 185, 0.2);
}
.formLetter input[type="checkbox"],
.payment__form input[type="checkbox"],
.contact__form input[type="checkbox"],
.personal__form input[type="checkbox"],
.single__form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.formLetter .custom-control,
.payment__form .custom-control,
.contact__form .custom-control,
.personal__form .custom-control,
.single__form .custom-control {
  padding-left: 0px;
}
.formLetter .custom-control-label::after,
.formLetter .custom-control-label::before,
.payment__form .custom-control-label::after,
.payment__form .custom-control-label::before,
.contact__form .custom-control-label::after,
.contact__form .custom-control-label::before,
.personal__form .custom-control-label::after,
.personal__form .custom-control-label::before,
.single__form .custom-control-label::after,
.single__form .custom-control-label::before {
  height: 0.9rem;
  width: 0.9rem;
  left: 0px;
  top: 3px;
}

.formLetter .custom-control-label::before {
  top: 0 !important;
}

.dateChoice:before {
  background: #f4f4f4;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.formLetter .form-group {
  margin-bottom: 0.8rem;
}

#textDocument,
#doc-preview {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0.25rem;
}

/* #doc-preview {
  max-width: 450px;
} */

#textDocument p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}

#doc-preview p {
  font-size: 0.85rem;
  color: #555;
}

label#CardName-error,
label#CardNumber-error,
label#CardDateExpire-error,
label#CardCvv-error {
  display: none !important;
}

label#data\[Customer\]\[subscription_tandc\]-error {
  display: flex !important;
  position: absolute;
  left: 22px;
  font-size: 10px;
}

/*----------------- Radio Buttons -----------------*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
  /* Cache la radio sans
       la désactiver pour les
       lecteurs d'écran */
  position: absolute;
  left: 0;
  opacity: 0.01;
}

/* on prépare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"] + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 1.95em; /* fait un peu d'espace pour notre case à venir */
  margin-top: 0.75rem;
  cursor: pointer; /* affiche un curseur adapté */
}

/* Aspect de la case */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: "";
  background-color: #fff;
  border: 2px solid rgb(212, 212, 212);
  height: 1.375rem;
  left: 0;
  top: 0;
  transition: background-color 0.15s linear, box-shadow 0.15s linear;
  width: 1.375rem;
  border-radius: 50%;
  position: absolute;
}

/* Aspect de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  background-color: #007bff;
  content: "";
  height: 12px;
  left: 5px;
  top: 5px;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  width: 12px;
  border-radius: 50%;
  position: absolute;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Aspect non cochée */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checked */
[type="radio"]:disabled:checked + label:after {
  color: #777;
}

[type="radio"]:disabled + label {
  color: #aaa;
}

/* Accessibility focus */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 6px rgba(87, 115, 241, 0.2);
}

/* ------- END RADIO -------- */
#formPartDocument .radio-container div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#formPartDocument .radio-container div > * {
  position: relative;
}
#formPartDocument .radio-container div label {
  flex: 0 0 100%;
}
#formPartDocument .radio-container div p:first-of-type {
  margin-right: 2ch;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #3563e9;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.navbar .navbar-brand {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Inter,
    "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: 700;
  font-size: 16px;
  line-height: 80%;
  /* or 19px */
  text-align: justify;
  letter-spacing: -0.03em;
  color: #3563e9;
}

.navbar .navbar-brand img.nav-logo {
  width: 16px;
}

@media (min-width: 992px) {
  .navbar .nav-item {
    margin-left: 1rem;
  }
  .navbar .navbar-brand {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Inter,
      "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: 700;
    font-size: 20px;
    line-height: 80%;
    /* or 19px */
    position: relative;
    top: 3px;
    text-align: justify;
    letter-spacing: -0.03em;
    color: #3563e9;
  }
  .navbar .navbar-brand:hover {
    color: #2758e7;
  }
  .navbar .navbar-brand img.nav-logo {
    width: 32px;
  }
}
.alert-cookie {
  border-radius: 0px;
  font-size: 12px;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #505050;
  border: 1px #222 solid;
  color: #fff;
  position: fixed;
  bottom: 0;
}

footer .nav-link {
  padding-left: 0px;
}

.page,
.home-step.page {
  padding: 60px 0px;
}

.section-title {
  margin-bottom: 1rem;
}

.white-area {
  border-radius: 4px;
  background-color: #fdfdfd;
  border: 1px solid #f4f4f4;
}

#legal-footer-img {
  height: 14px;
  width: 100%;
  background-image: url(/img/legal_footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.services-card {
  background: #ffffff;
  border: none;
  box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.2);
}

.services-list {
  margin: auto !important;
}

.services-list p {
  font-size: 16px;
}

.service .service-card:first-child .media-head i:after {
  background-color: #869098;
}

.service .service-card:nth-child(2) .media-head i:after {
  background-color: #f3dc8a;
}

.service .service-card:nth-child(3) .media-head i:after {
  background-color: #fe8d95;
}

.service .service-card:nth-child(4) .media-head i:after {
  background-color: #92cee2;
}

.service .service-card:nth-child(5) .media-head i:after {
  background-color: #bd8af3;
}

.service .service-card:nth-child(6) .media-head i:after {
  background-color: #0963c3;
}

.alert-cookie {
  border-radius: 0px;
  font-size: 12px;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #505050;
  border: 1px #222 solid;
  color: #fff;
  position: fixed;
  bottom: 0;
}

footer .nav-link {
  padding-left: 0px;
}

#CustomerIndexForm
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  top: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: 0;
}

@media (max-width: 767.98px) {
  .custom-checkbox {
    margin: 0;
  }
  .order-info {
    margin-top: 1.75rem;
  }
}
#cardCvv-div {
  width: 115px;
}

#formPartDocument p{
  line-height: 1.2;
}

#formPartDocument .col-6:last-child {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 390px) {
  #formPartDocument .col-6:first-child {
    max-width: 40%;
  }
  #formPartDocument .col-6:last-child {
    max-width: 60%;
  }
}
@media (max-width: 359.98px) {
  .custom-checkbox label {
    font-size: 11px !important;
  }
}
.home2 {
  background-image: url(../img/home-section-4.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75%;
  min-height: 80vh;
}

.home3 {
  background-image: url(../img/home-section-5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 75%; */
  min-height: 80vh;
}

.home4 {
  background-image: url(../img/background-banner2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 75%; */
}

#home {
  background-image: url(../img/home-banner1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% 50%;
  padding: 30px 0px;
}

@media (max-width: 991.98px) {
  #home {
    background-image: url(../img/frame3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85% 80%;
    padding: 20px 0px;
  }
}
@media (max-width: 767.98px) {
  #home {
    background-image: url(../img/mobile-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85% 80%;
    padding: 10px 0px;
  }
}
@media (max-width: 1199.98px) {
  #head {
    background-position: 55% 50%;
  }
}
@media (max-width: 991.98px) {
  #head {
    background-image: none;
    background-position: 65% 50%;
  }
}
@media (max-width: 767.98px) {
  #head {
    background-image: none;
  }
}
.embed-responsive-16by9 {
  /* padding-top: 30%; */
}

.video-block {
  padding-top: 4rem;
  padding-left: 4.5rem;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .video-block {
    /* padding-top: 7rem;
    padding-left: 4.5rem;
    width: 120%; */
    padding-top: 4rem;
    padding-left: 6.5rem;
    width: 110%;
  }
}
@media (max-width: 991.98px) {
  .video-block {
    /* margin-left: 50%;
    margin-right: 50%; */
    /* padding-top: 5rem; */
    padding-right: 5.5rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .video-block {
    padding-top: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    width: 100%;
  }
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-top: 3.5rem;
  margin-left: 3.5rem;
  padding-top: 56.25%;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.item-wrap {
  padding-bottom: 7px;
}

#formPartDocument .col p {
  margin-bottom: 5px;
}

.date-textbox {
  display: block;
  width: 100%;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

header .logo img {
  vertical-align: top;
}

.categ-lists h5 {
  margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
  .categ-lists h5 {
    font-size: 18px;
  }
}
.categ-lists ul {
  padding-left: 0;
}

.categ-lists ul > li {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

.categ-lists ul > li a {
  color: #656262;
  display: block;
  padding: 10px 15px;
  width: 100%;
  border-radius: 2px;
  background-color: #f8f8f8;
}

.categ-lists ul > li a:hover,
.categ-lists ul > li a:focus,
.categ-lists ul > li a:active {
  color: #000000;
  background-color: #f7cd47;
  transition: all 0.3s;
}

.payement-form label {
  color: #444;
  margin-bottom: 2px;
}

.payement-form .cvv-info {
  display: none;
  padding-top: 0;
  width: 22px;
  height: 22px;
  font-size: 13px;
}

.payement-form .form-control {
  padding: 20px 15px;
}

.payement-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #f7cd47;
}

.payement-form .input-group {
  margin-bottom: 10px;
}

input:not([type="submit"]),
textarea,
select {
  color: #333;
}

.list-group-item {
  padding: 1rem 0.25rem;
}

.list-group-flush .list-group-item p {
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .list-group-flush .list-group-item p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .list-group-flush .list-group-item p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .list-group-flush .list-group-item p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.payment-page {
  padding-top: 25px !important;
}

@media (max-width: 767.98px) {
  .payment-page {
    padding-top: 10px !important;
  }
}
.content > .page:first-child {
  /* padding-top: 40px; */
}

header .logo {
  text-transform: capitalize;
}

.contacts {
  text-align: left;
}

.contacts p:first-child {
  font-size: 13px;
  font-weight: 500;
}

/*** COLOR ***/
body {
  font-family: Lato, sans-serif;
  color: #42464b;
}

.blue {
  color: #075e83;
}

header .logo a {
  color: #000000 !important;
  font-size: 28px;
  font-weight: 900;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  header .logo a {
    color: #000000 !important;
    font-size: 24px;
    font-weight: 900;
  }
}
header .logo a:hover,
header .logo a:focus,
header .logo a:active {
  color: #333333;
}

header .navbar-nav li a::after {
  background: none !important;
}

.contacts .fas {
  color: #075e83;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 20.4px;
  color: #42464b;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #5f5f81;
}

.section-title .title {
  margin: auto;
  font-size: 24px;
  max-width: 600px;
  position: relative;
  color: #000000;
  font-weight: 500;
  z-index: 5;
}

.section-title .title:after {
  position: absolute;
  content: "";
  top: -20px;
  background: url(../img/title-lines.svg) no-repeat;
  display: inline-block;
  width: 96px;
  height: 67px;
  z-index: -1;
  left: 50px;
}

.section-title .title.title-scroll:after {
  background: none;
}

.section-title span.divider {
  border: none;
}

.section-title span.divider::before {
  background: #075e83;
  display: none;
}

/* .home-block {
  margin-top: -30px;
} */
@media (max-width: 767.98px) {
  .home-block {
    margin-top: 0;
  }
}
.home-title h1 {
  /* font-size: 36px !important;
  font-weight: 600 !important;
  text-align: left;
  margin-bottom: 2rem; */
  color: #1b1b36;
}

@media (max-width: 1199.98px) {
  .home-title h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 991.98px) {
  .home-title h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .home-title h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.7rem !important;
  }
  .fs26 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 320px) {
  .home-title h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem !important;
  }
  .fs26 {
    font-size: 1.1rem !important;
  }
}
#TerContractSearchForm .input-btn-group,
#DocgenDocumentSearchForm .input-btn-group {
  justify-content: left !important;
  /* max-width: 500px; */
}

#TerContractSearchForm .input-btn-group input,
#DocgenDocumentSearchForm .input-btn-group input {
  border: none;
  box-shadow: none;
  border-radius: 0.3rem 0 0 0.3rem;
  min-height: 52px;
}

#TerContractSearchForm .input-btn-group .form-group:first-child,
#DocgenDocumentSearchForm .input-btn-group .form-group:first-child {
  width: 85%;
}

.bg-circles {
  background: center/contain no-repeat url(../img/hero-bg-circles.svg);
}

.easy-autocomplete {
  width: 100% !important;
}

.panel-area .area-body {
  padding: 12px;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  /* .panel-area .area-body {
    text-align: left;
    padding-left: 10px;
  }
  .panel-area .area-body h4 {
    text-align: left;
    padding-left: 12px;
    font-size: 20px;
  } */
}
.panel-area .area-body h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.833333px;
  color: #007ee5;
  padding: 0px 8px;
  gap: 2px;
  height: 15px;
  background: #f7f5ff;
  border-radius: 2px;
  margin-bottom: 8px;
}

.panel-area .area-body ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .panel-area .area-body h4 {
    text-align: left;
  }
  .panel-area .area-body ul {
    padding-left: 0px;
  }
}
.panel-area .area-body ul li::before {
  color: #ffffff;
  background-color: #5f5f81;
  padding: 3px;
  border-radius: 50%;
}

.panel-area .area-body ul li a {
  color: #000000;
  padding-left: 10px;
}

.panel-area .area-body ul li a:hover,
.panel-area .area-body ul li a:focus,
.panel-area .area-body ul li a:active {
  color: #000;
}

.bg-secondary .section-title span.divider {
  border-color: #ffffff;
}

.bg-secondary .section-title span.divider::before {
  background: #ffffff;
}

.service .media .media-body h4 {
  color: #39312f;
}

.service .media {
  border-radius: 3px;
  border: 1px solid transparent;
}

.service .media:hover {
  background: #ffffff;
  box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.3);
}

.footer-top {
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 40px;
}

.illustration object {
  height: 300px;
  width: 400px;
}

@media (max-width: 992.98px) {
  .illustration object {
    height: 300px;
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .illustration object {
    height: 300px;
    width: 300px;
  }
}
/* 4 checkboxed + labels contract page */
.form-check:nth-child(4) {
  margin-left: 50%;
  bottom: 50px;
}

.form-check:nth-child(5) {
  margin-left: 50%;
  bottom: 50px;
}

#formPartDocument .row:nth-child(2) {
  /* margin-top: -40px; */
}

.form-check-input {
  margin-top: 0.5rem !important;
}

.custom-label-text {
  padding-top: 4px;
  color: #999 !important;
  font-size: 10.5px !important;
  line-height: 1.1;
}

.custom-label-text a {
  color: #212529;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .custom-label-text {
    line-height: 1;
  }
}
.icon-list-group {
  border: 0px;
  background: none;
}
.icon-list-group .icon-check-left {
  background: none;
  border: 0px;
  padding-left: 0px;
}
.icon-list-group .icon-check-left:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0.25rem;
  left: -0.25rem;
  margin-right: 1ch;
  background: center/contain no-repeat url("../img/check-circle.svg");
}
.icon-list-group .icon-check-left.smaller-icon-list {
  font-size: 0.75rem;
}

.small-pill-title {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 15px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.833333px;
  color: #007ee5 !important;
  background: #f7f5ff;
  border-radius: 13.5px;
}

.bg-blue {
  background: #096fc3;
  color: white;
}
.bg-blue h5,
.bg-blue p {
  color: white;
  margin-bottom: 0px;
}

.offer-card-wide {
  padding: 62px 200px;
}
.offer-card-wide .long-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #011638;
}

@media (max-width: 767.98px) {
  .offer-card-wide {
    padding: 1rem 1rem;
  }
}
.icon-list-group {
  border: 0px;
  background: none;
}
.icon-list-group .icon-check-left {
  background: none;
  border: 0px;
  padding-left: 0px;
}
.icon-list-group .icon-check-left:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0.25rem;
  left: -0.25rem;
  margin-right: 1ch;
  background: center/contain no-repeat url("../img/check-circle.svg");
}

.offer-card-wide .icon-list-group {
  border: 0px;
  background: none;
}
.offer-card-wide .icon-list-group .icon-check-left {
  background: none;
  border: 0px;
  padding-left: 0.75ch;
  padding-right: 0px;
  font-size: 12px;
}
.offer-card-wide .icon-list-group .icon-check-left:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: -2ch;
  margin-right: 1ch;
  background: center/contain no-repeat url("../img/check-circle.svg");
}

button:not(:disabled) {
  cursor: pointer;
}

.btn {
  position: relative;
  z-index: 2;
}

.btn:focus {
  outline: 0;
}

.btn-rounded:focus {
  box-shadow: none;
}

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

button:disabled:hover {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn.bg__orange {
  background: #f5856c;
  color: white;
}

.btn-red {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  box-shadow: none;
}

.btn-validater {
  background-color: #1acc5b;
  border-radius: 4px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  min-width: 120px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  vertical-align: baseline;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-validater i::before {
  transition: font-size 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.btn-validater:hover {
  background-color: #25a252;
  transform: translateY(-2px);
}
.btn-validater:hover i::before {
  font-size: inherit;
}

@media (min-width: 768px) {
  .btn-validate {
    padding: 16px 44px;
    min-width: 150px;
  }
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #c82333;
  border-color: 1px solid #bd2130;
}

.btn-payment {
  font-size: 1.125rem!important;
  letter-spacing: .0875rem;
  font-weight: 600;
  background-color: #2ecc71;
}
.btn-payment:hover{
  border-color: #208a47;
}

.payement-form .btn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  box-shadow: none;
  max-width: 240px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.payement-form .btn:hover,
.payement-form .btn:focus,
.payement-form .btn:active {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #c82333;
  border-color: 1px solid #bd2130;
}

.page-form .btn-red {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  padding: 15px 40px;
  font-size: 16px;
}

.page-form .btn-red:hover,
.page-form .btn-red:focus,
.page-form .btn-red:active {
  background-color: #c82333;
  border-color: #c82333;
}

#TerContractSearchForm .input-btn-group .btn,
#DocgenDocumentSearchForm .input-btn-group .btn {
  height: 100%;
  border-radius: 0 2px 2px 0;
  color: white;
  background: #007ee5;
} /*# sourceMappingURL=sub-styles.css.map */

/* Trustpilot */
.form-step {
  position: relative;
  /* overflow: hidden; */
}

.form-step.inactive-step {
  opacity: .60;
}
.form-step.inactive-step .step-through-header:first-of-type h2::before {
  border-color: #00000034;
}
.form-step.inactive-step .step-through-header:first-of-type h2{
  color: #00000034;
}
.form-step.inactive-step .content{
  box-shadow: none;
  border-radius: 4px;
}
.step-through-header {
  margin-bottom: 2ch;
}
#StepOne .step-through-header h2::before,  #StepThree .step-through-header h2::after {
    content: none;
}
.step-through-header:first-of-type h2::before {
    content: '';
    display: block;
    border-bottom: 0px;
    border-top: 1px;
    border-style: dashed;
    border-top-width: 1px;
    position: absolute;
    flex: auto;
    height: 0;
    right: 100%;
    min-width: 50%;
    width: 100%;
}
.step-through-header:first-of-type h2::after {
    content: '';
    display: block;
    border-bottom: 0px;
    border-top: 1px;
    border-style: dashed;
    border-top-width: 1px;
    position: absolute;
    flex: auto;
    height: 0;
    left: 100%;
    min-width: 50%;
    width: 100%;
}

.step-through-header h2{
  z-index: 1;
  position: relative;
  padding: 1ch;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #2F9FF8;
}
.step-through-header .icon-small{
  margin-bottom: 0px;
}

.trust-pilot-logo {
  max-width: 128px;
}

.form-step {
  max-width: 360px;
}
.form-step .content{
  background: #F7F8FA;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  position: relative;
  margin: 1ch;
}
.form-step .content input#fileInput {
  background: #fefefe;
  border: 1px dashed #2F9FF8;
  border-radius: 4px;
}
.floating-label {
  pointer-events: none;
  bottom: 20px;
  display: flex;
  /* padding-top: 2rem; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* .floating-label p{
  margin-bottom: 0px;
} */

#StepTwo input#fileInput::-webkit-file-upload-button, input#fileInput span {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.file-label {
  position: relative;
  height: 100%;
  min-height: 250px;
  background: blue;
  width: 100%;
  background: #F7F8FA;
  border: 1px dashed #2F9FF8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

.file-label:hover {
  /* background-color: #0A95FF;
  border: .909091px solid transparent;
  border-image: none 100% 1 0 stretch;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-sizing: inherit;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: calc((13 + 2)/13);
  margin: 0;
  outline: none;
  padding: .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: white!important; */
  height: 90%;
  width: 100%;
  background: #c1c7e3;
  color: #000!important;
  border: 2px dashed #2F9FF8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-label:hover {
  background: #CCC;
}
.file-label:active {
  background: #CCF;
}
.file-label :invalid + span {
  color: #A44;
}
.file-label :valid + span {
  color: #4A4;
}

.step-through-header { display: none; }
.stepper-parent {
    text-align: right;
}
.stepper-progress {
    display: block;
    width: 100%;
    background: lightgray;
    height: .725rem;
    border-radius: 4px;
    position: relative;
}
.stepper-progress::after {
    display: block;
    content: '';
    background: #1672A9;
    height: .725rem;
    border-radius: 4px;
    transition: all 1s ease-in-out;
}
.stepper-progress.first-step::after {
    width: 33%;
}
.stepper-progress.second-step::after {
    width: 66%;
}
.stepper-progress.third-step::after {
    width: 100%;
}
.steps-parent {
    /* Auto layout */
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    padding: 37px 43px;
    gap: 10px;

    position: relative;
    /* width: 461px; */
    /* height: 786px; */

    background: #FFFFFF;
    /* Grey */

    border: 1px solid #DDE2E6;
    border-radius: 20px;
}
@media (max-width: 576.98px) {
    .steps-parent {
        padding: 16px 8px;
    }
    .file-label {
      min-height: 10rem;
    }
    button.sendFile {
      font-size: 12px;
    }
}
video {
    max-width: 200px;
}
