@charset "UTF-8";
:root {
  --skills-assessment: #4B5842;
  --file-review: #7fe8eb;
  --one-to-one: #7427e1;
  --tna: #D4B483;
  --fit-renewal: #e32ffa;
  --credit-check: #2f62fa;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Courier New", Courier, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

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

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

button {
  cursor: pointer;
}

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

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

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

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

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

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

.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0rem;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0rem;
}

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

.col {
  flex: 1 0 0%;
}

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

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.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: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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: 1 0 0%;
  }
  .col-md-auto {
    flex: 1 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.015625em;
}

h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.0083333333em;
}

h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}

h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.0073529412em;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.125em;
}

.text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.015625em;
}

.text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.0083333333em;
}

.text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}

.text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.0073529412em;
}

.text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}

.text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.125em;
}

.text-subtitle-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}

.text-subtitle-2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em;
}

.text-body-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.3125rem;
}

.text-body-2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0178571429em;
}

@media (min-width: 576px) {
  .text-sm-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
  }
  .text-sm-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
  }
  .text-sm-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
  }
  .text-sm-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
  }
  .text-sm-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .text-sm-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125em;
  }
  .text-sm-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
  }
  .text-sm-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
  }
  .text-sm-body-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.3125rem;
  }
  .text-sm-body-2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em;
  }
}
@media (min-width: 768px) {
  .text-md-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
  }
  .text-md-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
  }
  .text-md-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
  }
  .text-md-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
  }
  .text-md-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .text-md-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125em;
  }
  .text-md-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
  }
  .text-md-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
  }
  .text-md-body-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.3125rem;
  }
  .text-md-body-2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em;
  }
}
@media (min-width: 992px) {
  .text-lg-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
  }
  .text-lg-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
  }
  .text-lg-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
  }
  .text-lg-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
  }
  .text-lg-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .text-lg-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125em;
  }
  .text-lg-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
  }
  .text-lg-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
  }
  .text-lg-body-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.3125rem;
  }
  .text-lg-body-2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em;
  }
}
@media (min-width: 1200px) {
  .text-xl-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
  }
  .text-xl-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
  }
  .text-xl-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
  }
  .text-xl-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
  }
  .text-xl-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .text-xl-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125em;
  }
  .text-xl-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
  }
  .text-xl-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
  }
  .text-xl-body-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.3125rem;
  }
  .text-xl-body-2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em;
  }
}
@media (min-width: 1400px) {
  .text-xxl-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.015625em;
  }
  .text-xxl-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.0083333333em;
  }
  .text-xxl-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal;
  }
  .text-xxl-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
  }
  .text-xxl-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
  }
  .text-xxl-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.125em;
  }
  .text-xxl-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em;
  }
  .text-xxl-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
  }
  .text-xxl-body-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.3125rem;
  }
  .text-xxl-body-2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em;
  }
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.font-weight-light,
.light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold,
.bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-lowercase,
.lower {
  text-transform: lowercase !important;
}

.text-uppercase,
.upper {
  text-transform: uppercase !important;
}

.text-capitalise,
.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center,
.text-centre {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center,
  .text-sm-centre {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center,
  .text-md-centre {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center,
  .text-lg-centre {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center,
  .text-xl-centre {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center,
  .text-xxl-centre {
    text-align: center !important;
  }
}
.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.flex-centre,
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center,
  .justify-content-sm-centre {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center,
  .align-items-sm-centre {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center,
  .align-content-sm-centre {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center,
  .align-self-sm-centre {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center,
  .justify-content-md-centre {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center,
  .align-items-md-centre {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center,
  .align-content-md-centre {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center,
  .align-self-md-centre {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center,
  .justify-content-lg-centre {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center,
  .align-items-lg-centre {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center,
  .align-content-lg-centre {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center,
  .align-self-lg-centre {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center,
  .justify-content-xl-centre {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center,
  .align-items-xl-centre {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center,
  .align-content-xl-centre {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center,
  .align-self-xl-centre {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center,
  .justify-content-xxl-centre {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center,
  .align-items-xxl-centre {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center,
  .align-content-xxl-centre {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center,
  .align-self-xxl-centre {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
.m-auto,
.ma-auto {
  margin: auto !important;
}

.m-0,
.ma-0 {
  margin: 0rem !important;
}

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

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

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

.m-4,
.ma-4 {
  margin: 2rem !important;
}

.m-5,
.ma-5 {
  margin: 4rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

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

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

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

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

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

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

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-n0 {
  margin-top: -0rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -2rem !important;
}

.mt-n5 {
  margin-top: -4rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

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

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

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

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 4rem !important;
}

.mr-n0 {
  margin-right: -0rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -2rem !important;
}

.mr-n5 {
  margin-right: -4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-n0 {
  margin-bottom: -0rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -2rem !important;
}

.mb-n5 {
  margin-bottom: -4rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 4rem !important;
}

.ml-n0 {
  margin-left: -0rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -2rem !important;
}

.ml-n5 {
  margin-left: -4rem !important;
}

@media (min-width: 576px) {
  .m-sm-auto,
  .ma-sm-auto {
    margin: auto !important;
  }
  .ml-sm-0 {
    margin: 0rem !important;
  }
  .ml-sm-1 {
    margin: 0.25rem !important;
  }
  .ml-sm-2 {
    margin: 0.5rem !important;
  }
  .ml-sm-3 {
    margin: 1rem !important;
  }
  .ml-sm-4 {
    margin: 2rem !important;
  }
  .ml-sm-5 {
    margin: 4rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 2rem !important;
  }
  .mr-sm-5 {
    margin-right: 4rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 2rem !important;
  }
  .ml-sm-5 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-auto,
  .ma-md-auto {
    margin: auto !important;
  }
  .ml-md-0 {
    margin: 0rem !important;
  }
  .ml-md-1 {
    margin: 0.25rem !important;
  }
  .ml-md-2 {
    margin: 0.5rem !important;
  }
  .ml-md-3 {
    margin: 1rem !important;
  }
  .ml-md-4 {
    margin: 2rem !important;
  }
  .ml-md-5 {
    margin: 4rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 2rem !important;
  }
  .mr-md-5 {
    margin-right: 4rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 2rem !important;
  }
  .ml-md-5 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-auto,
  .ma-lg-auto {
    margin: auto !important;
  }
  .ml-lg-0 {
    margin: 0rem !important;
  }
  .ml-lg-1 {
    margin: 0.25rem !important;
  }
  .ml-lg-2 {
    margin: 0.5rem !important;
  }
  .ml-lg-3 {
    margin: 1rem !important;
  }
  .ml-lg-4 {
    margin: 2rem !important;
  }
  .ml-lg-5 {
    margin: 4rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 2rem !important;
  }
  .mr-lg-5 {
    margin-right: 4rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 2rem !important;
  }
  .ml-lg-5 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-auto,
  .ma-xl-auto {
    margin: auto !important;
  }
  .ml-xl-0 {
    margin: 0rem !important;
  }
  .ml-xl-1 {
    margin: 0.25rem !important;
  }
  .ml-xl-2 {
    margin: 0.5rem !important;
  }
  .ml-xl-3 {
    margin: 1rem !important;
  }
  .ml-xl-4 {
    margin: 2rem !important;
  }
  .ml-xl-5 {
    margin: 4rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 2rem !important;
  }
  .mr-xl-5 {
    margin-right: 4rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 2rem !important;
  }
  .ml-xl-5 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-auto,
  .ma-xxl-auto {
    margin: auto !important;
  }
  .ml-xxl-0 {
    margin: 0rem !important;
  }
  .ml-xxl-1 {
    margin: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin: 1rem !important;
  }
  .ml-xxl-4 {
    margin: 2rem !important;
  }
  .ml-xxl-5 {
    margin: 4rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 2rem !important;
  }
  .mr-xxl-5 {
    margin-right: 4rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 2rem !important;
  }
  .ml-xxl-5 {
    margin-left: 4rem !important;
  }
}
.p-0,
.pa-0 {
  padding: 0rem !important;
}

.p-1,
.pa-1 {
  padding: 0.25rem !important;
}

.p-2,
.pa-2 {
  padding: 0.5rem !important;
}

.p-3,
.pa-3 {
  padding: 1rem !important;
}

.p-4,
.pa-4 {
  padding: 2rem !important;
}

.p-5,
.pa-5 {
  padding: 4rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 4rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 4rem !important;
}

@media (min-width: 576px) {
  .p-sm-0,
  .pa-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-1,
  .pa-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2,
  .pa-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3,
  .pa-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4,
  .pa-sm-4 {
    padding: 2rem !important;
  }
  .p-sm-5,
  .pa-sm-5 {
    padding: 4rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 2rem !important;
  }
  .pr-sm-5 {
    padding-right: 4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 2rem !important;
  }
  .pl-sm-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0,
  .pa-md-0 {
    padding: 0rem !important;
  }
  .p-md-1,
  .pa-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2,
  .pa-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3,
  .pa-md-3 {
    padding: 1rem !important;
  }
  .p-md-4,
  .pa-md-4 {
    padding: 2rem !important;
  }
  .p-md-5,
  .pa-md-5 {
    padding: 4rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 2rem !important;
  }
  .pr-md-5 {
    padding-right: 4rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 2rem !important;
  }
  .pl-md-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0,
  .pa-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-1,
  .pa-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2,
  .pa-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3,
  .pa-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4,
  .pa-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5,
  .pa-lg-5 {
    padding: 4rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 2rem !important;
  }
  .pr-lg-5 {
    padding-right: 4rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 2rem !important;
  }
  .pl-lg-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0,
  .pa-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-1,
  .pa-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2,
  .pa-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3,
  .pa-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4,
  .pa-xl-4 {
    padding: 2rem !important;
  }
  .p-xl-5,
  .pa-xl-5 {
    padding: 4rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 2rem !important;
  }
  .pr-xl-5 {
    padding-right: 4rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 2rem !important;
  }
  .pl-xl-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0,
  .pa-xxl-0 {
    padding: 0rem !important;
  }
  .p-xxl-1,
  .pa-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2,
  .pa-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3,
  .pa-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4,
  .pa-xxl-4 {
    padding: 2rem !important;
  }
  .p-xxl-5,
  .pa-xxl-5 {
    padding: 4rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 2rem !important;
  }
  .pr-xxl-5 {
    padding-right: 4rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 2rem !important;
  }
  .pl-xxl-5 {
    padding-left: 4rem !important;
  }
}
:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #00ADEE;
  --secondary: #8B60AC;
  --info: #2196f3;
  --white: #FFFFFF;
  --grey: #767676;
  --black: #000000;
  --success: #0d9943;
  --warning: #ffc907;
  --danger: #f13029;
}

.c-white {
  color: white !important;
}

.c-hover-white:hover {
  color: white !important;
}

.bgc-white {
  background-color: white !important;
}

.c-black {
  color: black !important;
}

.c-hover-black:hover {
  color: black !important;
}

.bgc-black {
  background-color: black !important;
}

.c-primary {
  color: #00ADEE !important;
}

.c-hover-primary:hover {
  color: #00ADEE !important;
}

.c-secondary {
  color: #8B60AC !important;
}

.c-hover-secondary:hover {
  color: #8B60AC !important;
}

.c-info {
  color: #2196f3 !important;
}

.c-hover-info:hover {
  color: #2196f3 !important;
}

.c-white {
  color: #FFFFFF !important;
}

.c-hover-white:hover {
  color: #FFFFFF !important;
}

.c-grey {
  color: #767676 !important;
}

.c-hover-grey:hover {
  color: #767676 !important;
}

.c-black {
  color: #000000 !important;
}

.c-hover-black:hover {
  color: #000000 !important;
}

.c-success {
  color: #0d9943 !important;
}

.c-hover-success:hover {
  color: #0d9943 !important;
}

.c-warning {
  color: #ffc907 !important;
}

.c-hover-warning:hover {
  color: #ffc907 !important;
}

.c-danger {
  color: #f13029 !important;
}

.c-hover-danger:hover {
  color: #f13029 !important;
}

.bgc-primary {
  background-color: #00ADEE !important;
}

.bgc-secondary {
  background-color: #8B60AC !important;
}

.bgc-info {
  background-color: #2196f3 !important;
}

.bgc-white {
  background-color: #FFFFFF !important;
}

.bgc-grey {
  background-color: #767676 !important;
}

.bgc-black {
  background-color: #000000 !important;
}

.bgc-success {
  background-color: #0d9943 !important;
}

.bgc-warning {
  background-color: #ffc907 !important;
}

.bgc-danger {
  background-color: #f13029 !important;
}

.border-primary {
  border-color: #00ADEE !important;
}

.border-secondary {
  border-color: #8B60AC !important;
}

.border-info {
  border-color: #2196f3 !important;
}

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

.border-grey {
  border-color: #767676 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-success {
  border-color: #0d9943 !important;
}

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

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

img {
  max-width: 100%;
}

html, body {
  min-height: 100dvh;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  background: #B3AFB3;
  border: 2px solid #dddddd;
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: #858585;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 30px;
  margin: 8px;
}

.demo-timer {
  text-align: center;
  background: #f13029;
  color: #FFFFFF;
  padding: 6px 0;
  font-size: 13px;
}

header[name=main] {
  display: flex;
  align-items: center;
  padding: 8px 32px;
  border-bottom: solid 4.5px #CCCCCC;
  font-weight: 100;
  justify-content: space-between;
  position: relative;
}
header[name=main] img#logo {
  display: block;
  height: auto;
  max-height: 30px;
}
header[name=main] .navigations {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
header[name=main] .navigations .mobile-nav-header {
  padding: 8px 12px;
  background: #00ADEE;
  background: radial-gradient(circle, #00ADEE 0%, #8B60AC 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header[name=main] .navigations .mobile-nav-header strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
}
header[name=main] .navigations .mobile-nav-header div {
  font-size: 25px;
}
header[name=main] .navigations nav {
  display: inline-block;
  padding-left: 32px;
  margin-left: 32px;
  border-left: solid 1px #ccc;
}
header[name=main] .navigations nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
header[name=main] .navigations nav ul li {
  color: #797b7e;
  display: inline-block;
  height: 100%;
  min-width: 70px;
  padding: 0 8px;
  transition: all 0.4s ease;
}
header[name=main] .navigations nav ul li:hover {
  color: #000;
}
header[name=main] .navigations nav ul li.active {
  color: #000;
  position: relative;
}
header[name=main] .navigations nav ul li.active:after {
  background-color: #00adee;
  bottom: 0;
  transform: translateY(12px);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
header[name=main] .navigations nav ul li a {
  display: block;
  height: 100%;
  text-align: center;
}
header[name=main] .navigations nav ul li a i {
  font-size: 30px;
  padding: 0 8px 3px;
}
header[name=main] .navigations nav ul li a span {
  display: block;
  font-size: 12px;
}
header[name=main] .settings-menu {
  position: absolute;
  background: #FFF;
  right: 32px;
  top: calc(100% + 3px);
  z-index: 1;
  border: solid 1px #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
header[name=main] .settings-menu.active {
  opacity: 1;
  visibility: visible;
}
header[name=main] .settings-menu ul {
  margin: 0;
  padding: 0;
}
header[name=main] .settings-menu ul li {
  display: block;
}
header[name=main] .settings-menu ul li a {
  display: block;
  padding: 8px 16px;
  transition: all 0.4s ease;
}
header[name=main] .settings-menu ul li a:hover {
  background-color: #e8e8e8;
}

nav[name=breadcrumb] {
  padding: 0;
  white-space: nowrap;
}
nav[name=breadcrumb] ul {
  padding: 0;
  margin: 0;
}
nav[name=breadcrumb] ul li {
  display: inline-flex;
  padding-right: 8px;
  align-items: center;
}
nav[name=breadcrumb] ul li span {
  display: block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav[name=breadcrumb] ul li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 10px;
  margin-left: 12px;
}
nav[name=breadcrumb] ul li:last-child {
  font-weight: 500;
}
nav[name=breadcrumb] ul li:last-child:after {
  content: "";
}

body > footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 65px;
  justify-content: center;
  opacity: 0.5;
}
body > footer span {
  display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}
body > footer img {
  height: 23px;
}

@media screen and (max-width: 425px) {
  body > footer {
    align-items: flex-start;
    margin-left: 16px;
  }
}
.title {
  padding: 12px 20px;
  background: rgb(1, 159, 227);
  background: radial-gradient(circle, rgb(1, 159, 227) 0%, rgb(102, 38, 132) 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.title.title-with-info {
  margin-bottom: 0;
}
.title h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1;
}
.title .search label {
  display: none;
}
.title .search input {
  line-height: 3rem;
  font-size: 1.3rem;
  background-color: transparent;
  padding-right: 50px;
  color: white;
  border-color: white;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.title .search button {
  background-color: transparent;
}
.title .icon {
  padding: 8px;
  text-align: center;
  background: none;
  border: none;
  color: white;
  min-width: 7ch;
}
.title .icon:focus {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  outline: none;
}
.title .icon > i {
  font-size: 28px;
  margin-bottom: 4px;
}
.title .icon span {
  display: block;
  font-size: 12px;
}

.info-bar {
  align-items: center;
  background: #297494;
  background: radial-gradient(circle, #297494 0%, #280f34 100%);
  border-top: solid 1px;
  color: white;
  display: flex;
  justify-content: safe center;
  overflow: auto;
  padding: 8px;
  white-space: nowrap;
}
.info-bar .info-bar-item {
  display: flex;
  align-items: center;
}
.info-bar .info-bar-item + .info-bar-item {
  margin-left: 32px;
}
.info-bar .info-bar-item div:first-child {
  font-size: 80%;
  margin-right: 4px;
}
.info-bar .info-bar-item div:last-child {
  font-weight: bold;
}

.content {
  padding: 16px;
}

.info-row {
  font-weight: 100;
  padding: 4px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  justify-content: space-between;
  overflow-x: auto;
}

.tc-status {
  display: inline-block;
  padding: 8px 16px;
  background: red;
  color: white;
  font-weight: bold;
  margin-left: 6px;
  border-radius: 4px;
}

#chat-application.loaded ~ #to-top {
  right: 130px;
}
#chat-application.minimized ~ #to-top {
  right: 64px;
}

.fixed-icons {
  position: fixed;
  bottom: 10px;
  right: 16px;
  z-index: 2;
}
.fixed-icons > * {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease;
  width: 45px;
}
.fixed-icons > * i {
  display: block;
  line-height: inherit;
}
.fixed-icons > *[data-icon=top] {
  background-color: #fff;
  border: 2px solid #00ADEE;
  color: #00ADEE;
  opacity: 0;
  visibility: hidden;
}
.fixed-icons > *[data-icon=top].active {
  opacity: 1;
  visibility: visible;
}
.fixed-icons > *[data-icon=top]:hover {
  background-color: #00ADEE;
  color: #FFFFFF;
}
.fixed-icons > *[data-icon=search] {
  background-color: #fff;
  border: 2px solid #00ADEE;
  color: #00ADEE;
}
.fixed-icons > *[data-icon=search]:hover {
  background-color: #00ADEE;
  color: #FFFFFF;
}
.fixed-icons > *[data-icon=help] {
  background-color: #fff;
  border: 2px solid #8B60AC;
  color: #8B60AC;
}
.fixed-icons > *[data-icon=help]:hover {
  background-color: #8B60AC;
  color: #FFFFFF;
}

.layout-login {
  background: rgb(1, 159, 227);
  background: radial-gradient(circle, rgb(1, 159, 227) 0%, rgb(102, 38, 132) 100%);
  min-height: 100dvh;
}
.layout-login main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
}

.login-container {
  background: #FFF;
  box-shadow: 0 0 22px 4px #777;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 90%;
  margin: 20px 0;
}
.login-container .login-block {
  background-color: #e8e8e8;
  max-width: 100%;
}
.login-container .login-block h1 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 30px;
  line-height: 1;
}
.login-container .login-block form {
  width: 300px;
  max-width: 100%;
}
.login-container .login-block form label {
  font-size: 17px;
  font-weight: 100;
  background-color: #E8E8E8;
}
.login-container .login-block form input {
  background: transparent;
  padding: 8px;
  margin-bottom: 32px;
}
.login-container .login-block form input:invalid {
  border-color: #d9d9d9;
}

@media screen and (min-width: 768px) {
  .login-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .login-container .login-block h1 {
    font-size: 3rem;
  }
}
a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

.big {
  font-size: 40px;
  font-weight: bold;
}

.super {
  font-size: 14px;
  opacity: 0.5;
  vertical-align: super;
}

.color-block {
  width: 50px;
  height: 23px;
}

.middot {
  display: inline-block;
  padding: 0 8px;
}
.middot::after {
  content: "·";
}

.dot {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.big-dot {
  width: 15px;
  height: 15px;
  margin-bottom: 6.5px;
}

.nowrap, .no-wrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.lh-2 {
  line-height: 2rem;
}

.alert {
  padding: 16px;
  border-left: solid 8px;
  margin-bottom: 1rem;
}
.alert.alert-success {
  border-left-color: #008430;
  background: rgba(0, 132, 48, 0.2509803922);
}
.alert.alert-warning {
  border-left-color: #FFBD40;
  background: rgba(255, 189, 64, 0.2509803922);
}
.alert.alert-danger {
  border-left-color: #EA0029;
  background: rgba(234, 0, 41, 0.2509803922);
}
.alert.alert-info {
  border-left-color: #296CC1;
  background: rgba(41, 108, 193, 0.2509803922);
}
.alert + .alert {
  margin-top: 8px;
}
.alert.alert-overview {
  cursor: pointer;
}
.alert.alert-overview .overview.hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert[data-label] {
  position: relative;
  border-left-width: 16px;
}
.alert[data-label]::before {
  content: attr(data-label);
  position: absolute;
  left: -14px;
  transform: rotate(270deg) translate(-100%);
  transform-origin: top left;
  display: block;
  top: 5px;
  text-align: center;
  color: white;
  font-size: 13px;
}
.alert.alert-with-icon {
  position: relative;
}
.alert.alert-with-icon .alert-icon {
  bottom: 0;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.alert.alert-with-icon .alert-icon i {
  position: relative;
  right: -15px;
  bottom: -5px;
}
.alert.alert-with-icon > *:not(.alert-icon) {
  position: relative;
}

.assignable-container {
  height: 75vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.assignable-container .fixed-assignables {
  background-color: #ececec;
  box-shadow: 0 0 10px #8b8b8b;
  display: flex;
}
.assignable-container .assignables {
  display: flex;
  overflow: auto;
}
.assignable-container .assignable {
  width: 300px;
  border-right: solid 1px #b1b0b0;
  flex-shrink: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.assignable-container .assignable .assignable-header {
  padding: 16px 16px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
}
.assignable-container .assignable .assignable-items {
  flex: 1;
  overflow: auto;
}
.assignable-container .assignable .assignable-items .assignable-item:not([data-assignable=false]) {
  cursor: grab;
}
.assignable-container .assignable .assignable-items .assignable-item .assignable-item-details {
  font-size: 80%;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  padding: 6px 8px;
}
.assignable-container .assignable .assignable-footer {
  text-align: center;
  font-size: 80%;
  opacity: 0.5;
  padding: 8px;
}

#assignable-drag-info {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  top: 0;
  left: 0;
  z-index: 99;
  border: solid 2px #8d8a8a;
  background: #e5e5e5;
  padding: 8px 16px;
}

.assigning * {
  cursor: grabbing !important;
}
.assigning #assignable-drag-info {
  opacity: 1;
  visibility: visible;
}

.block {
  padding: 16px;
  position: relative;
}
.block.block-full {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block.block-full .block-content {
  flex: 1;
}
.block .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 0 12px 8px;
  border-bottom: solid 1px #b3b3b3;
}
.block .block-title strong {
  font-size: 25px;
  font-weight: 100;
}
.block .block-title i {
  font-size: 22px;
}
.block .block-title .select-container {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
}
.block .block-title .select-container label {
  padding-right: 8px;
  white-space: nowrap;
}
.block .block-title .select-container select {
  padding: 0 31px 0 8px;
}
.block .block-title.inner-title {
  background: #f5f5f5;
  border: solid 1px #b3b3b3;
  border-bottom: none;
  padding-top: 10px;
}
.block .block-title.inner-title strong {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  opacity: 0.8;
}
.block .block-title.inner-title i {
  font-size: 16px;
  opacity: 0.8;
}
.block .block-content {
  background: #f5f5f5;
  border: solid 1px #b3b3b3;
  border-top: none;
  padding: 8px;
}
.block.block-collapsible .collapsible-icon {
  transition: transform 0.4s ease;
}
.block.block-collapsible.block-open .collapsible-icon {
  transform: rotate(180deg);
}
.block.block-collapsible .block-title {
  cursor: pointer;
}

@keyframes loadingEllipsis {
  0% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(100%);
  }
  71% {
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .block {
    padding: 16px 0 0 0;
    border-top: dashed 1px #b3b3b3;
    margin-top: 16px;
  }
  .block.first-block {
    padding: 0;
    border-top: none;
    margin-top: 0;
  }
  .block .block-title {
    padding: 12px 12px 8px;
    flex-direction: column;
  }
  .block .block-title > *:not(:first-child) {
    padding-top: 8px;
  }
}
.bg-block {
  padding: 16px;
  background-color: #ececec;
  border: solid 1px #b3b3b3;
  transition: all 0.4s ease;
}
.bg-block legend {
  text-align: center;
}
.bg-block legend:first-child {
  margin-top: 0;
}
.bg-block .bg-block-title {
  font-weight: 100;
  font-size: 30px;
  line-height: 1.3;
}
.bg-block .bg-block-big {
  font-size: 40px;
  font-weight: bold;
  padding: 17px 0 24px;
  line-height: 1;
}
.bg-block .bg-block-small {
  font-size: 13px;
}
.bg-block.loading::after {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}

.bg-block-danger {
  border: solid 3px #ff5252;
}

.bg-block-danger .bg-block-big, .bg-block-danger .bg-block-small strong {
  color: #ff5252;
}

.bg-block-success {
  border: solid 3px #008430;
}

.bg-block-success .bg-block-big, .bg-block-success .bg-block-small strong {
  color: #008430;
}

label.btn {
  margin-left: 0;
  border-radius: 0;
  max-width: unset;
}

.btn {
  padding: 4px 30px;
  display: inline-block;
  font-size: calc(1rem + 0.1vw);
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
  vertical-align: middle;
}
.btn.btn-sm {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1;
}
.btn.btn-xs {
  padding: 2px 4px;
  font-size: 11px;
  line-height: 10px;
}
.btn.btn-disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.btn.btn-primary {
  background-color: #00ADEE;
  border: 2px solid #00ADEE;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #00ADEE;
}
.btn.btn-outline-primary {
  border: 2px solid #00ADEE;
  color: #00ADEE;
  background-color: transparent;
}
.btn.btn-outline-primary:hover {
  background-color: #00ADEE;
  color: #FFFFFF;
}
.btn.btn-secondary {
  background-color: #8B60AC;
  border: 2px solid #8B60AC;
  color: #FFFFFF;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  color: #8B60AC;
}
.btn.btn-outline-secondary {
  border: 2px solid #8B60AC;
  color: #8B60AC;
  background-color: transparent;
}
.btn.btn-outline-secondary:hover {
  background-color: #8B60AC;
  color: #FFFFFF;
}
.btn.btn-info {
  background-color: #2196f3;
  border: 2px solid #2196f3;
  color: #FFFFFF;
}
.btn.btn-info:hover {
  background-color: transparent;
  color: #2196f3;
}
.btn.btn-outline-info {
  border: 2px solid #2196f3;
  color: #2196f3;
  background-color: transparent;
}
.btn.btn-outline-info:hover {
  background-color: #2196f3;
  color: #FFFFFF;
}
.btn.btn-white {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-white:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.btn.btn-outline-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.btn.btn-outline-white:hover {
  background-color: #FFFFFF;
  color: #616161;
}
.btn.btn-grey {
  background-color: #767676;
  border: 2px solid #767676;
  color: #FFFFFF;
}
.btn.btn-grey:hover {
  background-color: transparent;
  color: #767676;
}
.btn.btn-outline-grey {
  border: 2px solid #767676;
  color: #767676;
  background-color: transparent;
}
.btn.btn-outline-grey:hover {
  background-color: #767676;
  color: #FFFFFF;
}
.btn.btn-black {
  background-color: #000000;
  border: 2px solid #000000;
  color: #FFFFFF;
}
.btn.btn-black:hover {
  background-color: transparent;
  color: #000000;
}
.btn.btn-outline-black {
  border: 2px solid #000000;
  color: #000000;
  background-color: transparent;
}
.btn.btn-outline-black:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.btn.btn-success {
  background-color: #0d9943;
  border: 2px solid #0d9943;
  color: #FFFFFF;
}
.btn.btn-success:hover {
  background-color: transparent;
  color: #0d9943;
}
.btn.btn-outline-success {
  border: 2px solid #0d9943;
  color: #0d9943;
  background-color: transparent;
}
.btn.btn-outline-success:hover {
  background-color: #0d9943;
  color: #FFFFFF;
}
.btn.btn-warning {
  background-color: #ffc907;
  border: 2px solid #ffc907;
  color: #FFFFFF;
}
.btn.btn-warning:hover {
  background-color: transparent;
  color: #ffc907;
}
.btn.btn-outline-warning {
  border: 2px solid #ffc907;
  color: #ffc907;
  background-color: transparent;
}
.btn.btn-outline-warning:hover {
  background-color: #ffc907;
  color: #FFFFFF;
}
.btn.btn-danger {
  background-color: #f13029;
  border: 2px solid #f13029;
  color: #FFFFFF;
}
.btn.btn-danger:hover {
  background-color: transparent;
  color: #f13029;
}
.btn.btn-outline-danger {
  border: 2px solid #f13029;
  color: #f13029;
  background-color: transparent;
}
.btn.btn-outline-danger:hover {
  background-color: #f13029;
  color: #FFFFFF;
}

.chart {
  padding: 16px;
  position: relative;
}
.chart .chart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #b3b3b3;
}
.chart .chart-title strong {
  font-size: 25px;
  font-weight: 100;
}
.chart .chart-canvas {
  height: 240px;
}
.chart .no-data {
  position: relative;
}
.chart .no-data::before {
  background: rgba(255, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ff4c4c;
  color: #ff4c4c;
  content: "No Data";
  font-weight: bold;
  left: 50%;
  padding: 8px 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.chart .no-data canvas {
  filter: blur(1.5px);
  opacity: 0.5;
}

@keyframes loadingEllipsis {
  0% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(100%);
  }
  71% {
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .chart .chart-title {
    flex-direction: column;
  }
  .chart .chart-title > * {
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .chart {
    padding: 16px 0 0 0;
    border-top: dashed 1px #b3b3b3;
    margin-top: 16px;
  }
  .first-chart .chart {
    padding: 0;
    border-top: none;
    margin-top: 0;
  }
  .chart .chart-canvas {
    position: relative;
    height: 40vh;
  }
}
.dotted-bg {
  background-image: radial-gradient(var(--color-actual_alternative, orange) 35%, transparent 50%);
  background-color: transparent;
  background-position: 0 -7px;
  background-size: 15px 15px;
}

.actual-bg {
  background-color: var(--color-actual, green);
}

.thermometer {
  height: 500px;
  width: 150px;
  margin: 0 auto;
}

.therm-tube {
  height: calc(100% - 75px);
}

.therm-bottom {
  height: 146px;
  width: 146px;
}

.therm-content {
  height: calc(100% - 75px);
}

.therm-markings {
  height: calc(100% - 148px);
}

.therm-join {
  height: 100px;
}

.thermometer,
.therm-content {
  position: relative;
}

.thermometer, .thermometer * {
  box-sizing: initial;
}

.therm-tube {
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px black;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 60%;
  overflow: hidden;
}

.therm-bottom {
  background-color: var(--color-actual, green);
  border-radius: 50%;
  border: solid 2px black;
  bottom: 0;
  left: 0;
  position: absolute;
}

.therm-join {
  background-color: var(--color-actual, green);
  width: 60%;
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
}

.therm-content span {
  animation: thermometerFill 5s ease;
  bottom: 0;
  max-height: 100%;
  position: absolute;
  width: 100%;
}

.therm-markings {
  position: absolute;
  top: 2px;
  width: 100%;
}

.therm-markings span {
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  font-size: 10px;
  left: 20%;
  padding-left: calc(60% + 10px);
  padding-right: 10px;
  position: absolute;
  width: auto;
}

@keyframes thermometerFill {
  from {
    max-height: 0%;
  }
  to {
    max-height: 100%;
  }
}
.bonus-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  height: 100%;
  border: solid 2px #b3b3b3;
  margin: 0 4px;
  padding: 16px;
}
.bonus-content strong {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.bonus-content strong .bonus-key {
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  line-height: 30px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
}
.bonus-content strong .bonus-key.actual-key {
  background-color: var(--color-actual, green);
}
.bonus-content strong .bonus-key.potential-key {
  background-color: var(--color-actual_alternative, orange);
}
.bonus-content .bonus-value {
  text-align: center;
}
.bonus-content .bonus-value small {
  display: block;
  margin-top: 8px;
}
.bonus-content .bonus-value strong {
  font-size: 25px;
}
.bonus-content.bonus-all .bonus-value {
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bonus-content.bonus-all .bonus-value strong {
  margin: 0;
}

.data-rows .data-row:first-child:not(.data-row-border) {
  border-top: none;
}

.data-rows.no-flex .data-row {
  display: block;
}

.data-rows.data-rows-hover .data-row:hover {
  background-color: #f5f5f5;
}

.data-row {
  align-items: center;
  border-top: dashed 1px #b3b3b3;
  display: flex;
  justify-content: space-between;
  padding: 16px 8px;
  transition: all 0.4s ease;
}

.empty-row {
  padding: 16px;
  text-align: center;
  font-style: italic;
  opacity: 0.8;
  font-size: 80%;
}

.dataTables_wrapper {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.dataTables_wrapper .dataTables_filter label {
  background: transparent;
  border-bottom: dashed 1px #b3b3b3;
  border-radius: 0;
  display: block;
  margin: 0 auto 15px;
  position: relative;
  width: 50%;
}
.dataTables_wrapper .dataTables_filter label::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 44px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
}
.dataTables_wrapper .dataTables_filter label input {
  line-height: 2rem;
  font-size: 1rem;
  background-color: transparent;
  padding-right: 50px;
  margin: 0;
  width: 100%;
  border: none;
}
.dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
.dataTables_wrapper .dataTables_filter label input::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
.dataTables_wrapper .dataTable thead th {
  padding: 0 24px 4px 8px !important;
  position: relative;
}
.dataTables_wrapper .dataTable thead th.sorting, .dataTables_wrapper .dataTable thead th.sorting_asc, .dataTables_wrapper .dataTable thead th.sorting_desc {
  cursor: pointer;
}
.dataTables_wrapper .dataTable thead th.sorting::after, .dataTables_wrapper .dataTable thead th.sorting_asc::after, .dataTables_wrapper .dataTable thead th.sorting_desc::after {
  position: absolute;
  padding-left: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.dataTables_wrapper .dataTable thead th.sorting::after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dataTables_wrapper .dataTable thead th.sorting_asc::after {
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dataTables_wrapper .dataTable thead th.sorting_desc::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dataTables_wrapper .bottom {
  align-items: center;
  border-top: dashed 1px #b3b3b3;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
}
.dataTables_wrapper .bottom .info {
  display: flex;
  align-items: center;
}
.dataTables_wrapper .bottom .info .dataTables_length label {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.dataTables_wrapper .bottom .info .dataTables_length label select {
  padding: 0 5px;
  margin: 0 5px;
  text-align: center;
  width: auto;
}
.dataTables_wrapper .bottom .info .dataTables_info {
  border-left: dashed 1px #b3b3b3;
  font-size: 0.8rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: 8px;
  padding-left: 8px;
}
.dataTables_wrapper .bottom .dataTables_paginate {
  display: flex;
}
.dataTables_wrapper .bottom .dataTables_paginate span {
  display: flex;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button {
  border: 2px solid #00ADEE;
  background-color: #00ADEE;
  color: #FFF;
  margin: 0 2px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button:hover {
  color: #00ADEE;
  background-color: transparent;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button.current {
  background-color: transparent;
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.dataTables_wrapper .bottom .dataTables_paginate .ellipsis {
  line-height: 40px;
  padding: 0 4px;
}

#errors-container {
  bottom: 16px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 5;
}
#errors-container ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
#errors-container ul li {
  background: #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 8px 16px;
  pointer-events: all;
}
#errors-container ul li.error-success {
  background-color: #0d9943;
}
#errors-container ul li.error-warning {
  background-color: #ffc907;
}
#errors-container ul li.error-danger {
  background-color: #f13029;
}
#errors-container ul li.error-info {
  background-color: #2196f3;
}

legend {
  display: block;
  font-size: 27px;
  font-weight: 100;
  margin: 40px 0 12px;
  padding: 0;
}
legend.sub-legend {
  position: relative;
  margin-top: 0;
  font-size: 24px;
  padding-left: 24px;
}
legend.sub-legend::before {
  width: 16px;
  height: 2px;
  background-color: #00ADEE;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  content: "";
}

[data-form-type=select],
[data-form-type=text] {
  max-width: 600px;
}

[data-form-type=checkbox-inline] label {
  margin-bottom: 12px;
}

[data-form-type=file] label + label {
  display: block;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}
[data-form-type=file] input {
  padding: 3px;
  margin-top: -4px;
  margin-bottom: 19px;
}

[data-form-type=wysiwyg] {
  position: relative;
}
[data-form-type=wysiwyg] label {
  margin: 0 0 4px 0;
  padding: 0;
}
[data-form-type=wysiwyg] textarea {
  bottom: 0;
  height: calc(100% - 50px);
  left: 0;
  margin: 0 !important;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  z-index: -1;
}
[data-form-type=wysiwyg] .ql-container {
  margin-bottom: 22px;
}
.block-content [data-form-type=wysiwyg] label {
  background-color: transparent;
}
.block-content [data-form-type=wysiwyg] .ql-toolbar {
  background-color: #dfdfdf;
}
.block-content [data-form-type=wysiwyg] .ql-editor {
  background-color: #ffffff;
}

.block-content label {
  background-color: #f5f5f5;
}

label {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 4px;
  background-color: #FFFFFF;
  margin-left: 4px;
  position: relative;
  border-radius: 25px;
  max-width: 95%;
  z-index: 2;
}
label > strong {
  padding-left: 4px;
}

.inline-input, .inline-input:focus {
  display: inline-block !important;
  margin: 0 !important;
  width: auto !important;
}

input, input:focus, select, select:focus, textarea, textarea:focus {
  width: 100%;
  outline: none;
  padding: 6px;
  margin-bottom: 22px;
  border-radius: 4px;
  line-height: 22px;
  border: solid 1px #D9D9D9;
  background-color: #FFFFFF;
  box-shadow: none;
  margin-top: -7px;
}
input[disabled], input:focus[disabled], select[disabled], select:focus[disabled], textarea[disabled], textarea:focus[disabled] {
  cursor: no-drop;
  background-color: #ececec;
}

input:invalid, select:invalid, textarea:invalid {
  border-color: #ff7474;
}

input:focus, select:focus, textarea:focus {
  border-color: #01ADEE;
}

input[type=color] {
  height: 34px;
  overflow: hidden;
  padding: 0px 2px;
}

.title input::-webkit-input-placeholder, .title select::-webkit-input-placeholder, .title textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.title input::-moz-placeholder, .title select::-moz-placeholder, .title textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

textarea {
  resize: vertical;
  min-height: 160px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:invalid, select option:disabled {
  color: #737374;
}
select option {
  color: #000000;
  padding: 4px 0;
}

.select-container {
  display: inline-block;
  position: relative;
  margin-bottom: 22px;
  margin-top: -7px;
  width: 100%;
}
.select-container select {
  padding-right: 31px;
  margin: 0;
}
.select-container::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.search-container {
  position: relative;
  margin-top: -7px;
}
.search-container input[type=search], .search-container input[type=search]:focus {
  margin: 0;
  padding-right: 56px;
}
.search-container input[type=search]::-webkit-search-decoration,
.search-container input[type=search]::-webkit-search-cancel-button,
.search-container input[type=search]::-webkit-search-results-button,
.search-container input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-container button {
  background-color: #00ADEE;
  border: none;
  color: #FFFFFF;
  height: calc(100% - 2px);
  padding: 0 16px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
}

[data-form-type=checkbox] label {
  padding: 0;
  margin: 0 0 10px;
}

[data-form-type=radio-inline] > label {
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: bold;
}

label:not(.checkbox) ~ .checkbox, label:not(.radio) ~ .radio {
  margin-left: 20px;
}

label:not(.checkbox) + .checkbox, label:not(.radio) + .radio {
  margin-top: 6px;
}

.checkbox, .radio {
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  margin-bottom: 22px;
  margin-left: 0;
  padding: 0;
  max-width: 100%;
}
.checkbox:not(:last-child), .radio:not(:last-child) {
  margin-bottom: 12px;
}
.checkbox input, .radio input {
  height: 25px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 25px;
  z-index: -1;
}
.checkbox input[disabled] + span, .checkbox input[disabled] + span + p, .radio input[disabled] + span, .radio input[disabled] + span + p {
  cursor: no-drop;
  opacity: 0.5;
}
.checkbox span, .radio span {
  position: relative;
  margin-right: 10px;
}
.checkbox span::before, .checkbox span::after, .radio span::before, .radio span::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}
.checkbox span::before, .radio span::before {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
}
.checkbox span::after, .radio span::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease;
}
.checkbox input:checked + span::after, .radio input:checked + span::after {
  opacity: 1;
}
.checkbox p, .radio p {
  font-size: 1rem;
  margin: 0 !important;
}
.checkbox.checkbox-sm input, .radio.checkbox-sm input {
  height: 15px;
  width: 15px;
}
.checkbox.checkbox-sm span, .radio.checkbox-sm span {
  margin-right: 6px;
}
.checkbox.checkbox-sm span::before, .checkbox.checkbox-sm span::after, .radio.checkbox-sm span::before, .radio.checkbox-sm span::after {
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  width: 15px;
}
.checkbox.checkbox-sm p, .radio.checkbox-sm p {
  font-size: 85%;
}

.switch {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
  background-color: transparent;
}
.switch input {
  position: absolute;
  opacity: 0;
  height: 24px;
  margin: 0;
  width: auto;
}
.switch input[disabled] + span, .switch input[disabled] + span + p {
  cursor: no-drop;
}
.switch > span {
  position: relative;
  width: 75px;
  border: solid 1px #FF9797;
  border-radius: 100px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin-right: 10px;
  background-color: #fff;
  transition: border-color 0.4s ease;
}
.switch > span::before, .switch > span::after {
  padding: 4px 8px;
  font-weight: bold;
  transition: opacity 0.4s ease;
}
.switch > span::before {
  content: "No";
  color: #FD0F0F;
}
.switch > span::after {
  content: "Yes";
  opacity: 0;
  color: green;
}
.switch > span.on-off::before {
  content: "Off";
}
.switch > span.on-off::after {
  content: "On";
}
.switch > span span {
  background-color: #ededed;
  opacity: 0;
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.switch input:checked + span {
  border-color: #80C080;
}
.switch input:checked + span::before {
  opacity: 0;
}
.switch input:checked + span::after {
  opacity: 1;
}
.switch input:checked + span > span {
  left: 100%;
  background-color: #ededed;
  transform: translateX(-95%);
}
.switch p {
  margin: 0 !important;
  font-size: 1rem;
}

.input-group {
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #D9D9D9;
  box-shadow: none;
  line-height: 22px;
  margin-bottom: 22px;
  margin-top: -7px;
  outline: none;
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.input-group > div, .input-group > input {
  flex: 1;
}
.input-group > span {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.input-group > div + span, .input-group > input + span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
}
.input-group > span {
  padding: 8px 6px 4px;
  color: #7e7e7e;
  display: flex;
  background: #d9d9d9;
  align-items: center;
}
.input-group input {
  border: none;
  margin: 0;
  padding: 8px 6px 4px;
}

.file-input {
  display: flex;
  align-items: center;
  border: solid 1px #ccc;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
}
.file-input input {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 0;
}
.file-input span {
  flex: 1;
  padding: 0 8px;
}
.file-input p {
  margin: 0;
}

.file-upload {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0 0 22px 0;
}
.file-upload img {
  margin: 8px;
  max-height: 125px;
}
.file-upload input {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  display: block;
  margin-top: 5px;
  transition: opacity 0.2s;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #00ADEE;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slider::-moz-range-thumb {
  background: #00ADEE;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

button {
  background-color: transparent;
  border: none;
  padding: 4px;
}

.headline-figures {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.headline-figures .headline-figure {
  flex: 1;
  text-align: center;
  padding: 16px;
}
.headline-figures .headline-figure.hf-primary .hf-number {
  color: #00ADEE;
}
.headline-figures .headline-figure.hf-secondary .hf-number {
  color: #8B60AC;
}
.headline-figures .headline-figure.hf-info .hf-number {
  color: #2196f3;
}
.headline-figures .headline-figure.hf-white .hf-number {
  color: #FFFFFF;
}
.headline-figures .headline-figure.hf-grey .hf-number {
  color: #767676;
}
.headline-figures .headline-figure.hf-black .hf-number {
  color: #000000;
}
.headline-figures .headline-figure.hf-success .hf-number {
  color: #0d9943;
}
.headline-figures .headline-figure.hf-warning .hf-number {
  color: #ffc907;
}
.headline-figures .headline-figure.hf-danger .hf-number {
  color: #f13029;
}
.headline-figures .headline-figure .hf-number {
  font-weight: bold;
  font-size: 180%;
}
.headline-figures .headline-figure .hf-label {
  white-space: nowrap;
  font-size: 90%;
  margin-top: 4px;
}

.help-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.help-title div {
  margin-right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.help-title h2 {
  margin: 0;
}

.help-intro {
  font-size: 20px;
  color: #888;
  font-weight: 100;
}

.help-groups {
  display: flex;
  flex-wrap: wrap;
}
.help-groups .help-group {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding: 22px 40px;
  border: solid 1px #888;
  justify-content: center;
  margin: 0 12px 12px 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.help-groups .help-group:hover {
  background-color: #8B60AC;
  color: #FFF;
}
.help-groups .help-group:hover .help-group-icon i {
  color: #FFF;
}
.help-groups .help-group:hover .help-group-icon img {
  filter: brightness(0) invert(1);
}
.help-groups .help-group .help-group-icon {
  height: 50px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.help-groups .help-group .help-group-icon img {
  max-height: 50px;
  transition: all 0.4s ease;
}
.help-groups .help-group .help-group-icon i {
  color: #00ADEE;
  font-size: 50px;
  transition: all 0.4s ease;
}
.help-groups .help-group span {
  font-weight: 100;
  flex: 1;
  font-size: 20px;
  text-align: center;
}

.help-section h3 {
  font-size: 35px;
  font-weight: 100;
}
.help-section ol {
  display: block;
  margin: 0;
  padding: 20px 0 20px 30px;
}
.help-section ol li {
  color: #888888;
  cursor: pointer;
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 8px;
  text-decoration: underline;
}

.large-help-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.large-help-icons > div {
  align-items: center;
  background: var(--primary);
  border: solid 5px #126d8f;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: center;
  margin: 8px;
  width: 250px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.large-help-icons > div:hover {
  color: #FFFFFF;
  background-color: #126d8f;
}
.large-help-icons > div i {
  font-size: 55px;
  margin-bottom: 16px;
}
.large-help-icons > div div {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .large-help-icons {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .help-groups .help-group {
    width: calc(25% - 9px);
  }
  .help-groups .help-group:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .help-groups .help-group {
    width: calc(33.33% - 8px);
  }
  .help-groups .help-group:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .help-groups .help-group {
    width: calc(50% - 6px);
  }
  .help-groups .help-group:nth-child(even) {
    margin-right: 0;
  }
}
.livewire-loading {
  cursor: wait;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.livewire-loading span {
  background: #00ADEE;
  border-radius: 4px;
  display: inline-block;
  left: 50%;
  top: 32px;
  padding: 8px 16px;
  position: relative;
  transform: translateX(-50%);
  color: #FFFFFF;
}
.livewire-loading span::after {
  content: "...";
}
.livewire-loading span::before {
  animation: loadingEllipsis 1.5s linear infinite;
  background: inherit;
  color: transparent;
  content: "...";
  position: absolute;
  right: 16px;
}
.livewire-loading ~ *:not(.modal-container) {
  transition: opacity 0.3s ease;
}
.livewire-loading.active ~ *:not(.modal-container) {
  opacity: 0.3;
}

body::after {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("/assets/img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 50px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 9;
}
body.loading::after {
  opacity: 1;
  visibility: visible;
}
body.loading-long::after {
  background-position: center 40%;
  content: "This appears to be taking some time. If you believe this to be an error, please refresh your page and try again.";
}

.loading {
  transform: scale(0.95);
  opacity: 0.5;
  cursor: wait;
}

.modal-container {
  align-items: center;
  background-color: transparent;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  padding: 4vw 8vw;
  transition: background-color 0.4s ease;
  width: 100vw;
  z-index: 5;
}
.modal-open .modal-container {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-container .modal {
  box-shadow: 0px 0px 3px 1px black;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
}
.modal-container .modal header {
  background: rgb(1, 159, 227);
  background: radial-gradient(circle, rgb(1, 159, 227) 0%, rgb(102, 38, 132) 100%);
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}
.modal-container .modal header i {
  display: inline-flex;
  align-items: center;
  margin-left: 32px;
  cursor: pointer;
}
.modal-container .modal > div, .modal-container .modal > form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-container .modal section {
  padding: 32px 32px 0 32px;
  flex: 1;
  position: relative;
  overflow-y: auto;
  background-color: #fff;
}
.modal-container .modal section > *:last-child {
  margin-bottom: 32px;
}
.modal-container .modal p {
  margin-bottom: 8px;
}
.modal-container .modal.modal-booking {
  max-width: 700px;
}
.modal-container .modal footer {
  margin-bottom: 0 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  padding: 8px 32px;
  align-items: center;
}
.modal-container .modal footer .button {
  padding: 2px 20px;
  font-size: calc(0.9rem + 0.1vw);
}

body.modal-open {
  overflow: hidden;
}
body.modal-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal-message {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .modal-container .modal header {
    padding: 16px;
  }
  .modal-container .modal section {
    padding: 16px;
  }
  .modal-container .modal .modal-buttons {
    padding: 8px 16px;
  }
}
nav[name=pagination] {
  align-items: center;
  display: flex;
  justify-content: center;
}
nav[name=pagination] > * {
  margin-right: 8px;
}
nav[name=pagination] a {
  align-items: center;
  background-color: #00ADEE;
  cursor: pointer;
  color: #FFFFFF;
  display: flex;
  height: 25px;
  justify-content: center;
  opacity: 0.7;
  transition: outline 0.4s ease;
  width: 25px;
}
nav[name=pagination] a:hover {
  opacity: 1;
}
nav[name=pagination] input {
  line-height: 40px;
  margin: 0 8px 0 0;
  outline: none;
  padding: 0;
  text-align: center;
  width: 120px;
  -moz-appearance: textfield; /* Firefox */
}
nav[name=pagination] input::-webkit-outer-spin-button, nav[name=pagination] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select-container .parsley-error + .parsley-errors-list {
  margin-top: 2px;
}

.parsley-success + .parsley-errors-list {
  display: none;
}

.parsley-error + .parsley-errors-list {
  margin: -30px 0 0 6px;
  position: absolute;
  padding: 0;
  list-style: none;
}
.parsley-error + .parsley-errors-list li {
  font-size: 10px;
  color: #F00;
  background-color: rgba(255, 255, 255, 0.4588235294);
  padding: 2px 4px;
}

.parsley-errors-list {
  margin: 0;
}

.pill {
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
  padding: 8px 16px;
  vertical-align: middle;
}
.pill.pill-primary {
  background-color: #00ADEE;
  border: 2px solid #00ADEE;
  color: #FFFFFF;
}
.pill.pill-outline-primary {
  border: 2px solid #00ADEE;
  color: #00ADEE;
}
.pill.pill-secondary {
  background-color: #8B60AC;
  border: 2px solid #8B60AC;
  color: #FFFFFF;
}
.pill.pill-outline-secondary {
  border: 2px solid #8B60AC;
  color: #8B60AC;
}
.pill.pill-info {
  background-color: #2196f3;
  border: 2px solid #2196f3;
  color: #FFFFFF;
}
.pill.pill-outline-info {
  border: 2px solid #2196f3;
  color: #2196f3;
}
.pill.pill-white {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #000000;
}
.pill.pill-outline-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.pill.pill-grey {
  background-color: #767676;
  border: 2px solid #767676;
  color: #FFFFFF;
}
.pill.pill-outline-grey {
  border: 2px solid #767676;
  color: #767676;
}
.pill.pill-black {
  background-color: #000000;
  border: 2px solid #000000;
  color: #FFFFFF;
}
.pill.pill-outline-black {
  border: 2px solid #000000;
  color: #000000;
}
.pill.pill-success {
  background-color: #0d9943;
  border: 2px solid #0d9943;
  color: #FFFFFF;
}
.pill.pill-outline-success {
  border: 2px solid #0d9943;
  color: #0d9943;
}
.pill.pill-warning {
  background-color: #ffc907;
  border: 2px solid #ffc907;
  color: #FFFFFF;
}
.pill.pill-outline-warning {
  border: 2px solid #ffc907;
  color: #ffc907;
}
.pill.pill-danger {
  background-color: #f13029;
  border: 2px solid #f13029;
  color: #FFFFFF;
}
.pill.pill-outline-danger {
  border: 2px solid #f13029;
  color: #f13029;
}
.pill.pill-xs {
  padding: 0 8px;
  font-size: 11px;
}

.target-progress-bar {
  padding: 0 4rem;
  /* Key */
  /* Bars */
}
.target-progress-bar .key {
  text-align: center;
}
.target-progress-bar .key > div {
  display: inline-block;
  padding: 0 4px;
}
.target-progress-bar .key > div.year-passed {
  color: var(--color-actual_alternative, orange);
}
.target-progress-bar .key > div.actual {
  color: var(--color-actual, green);
}
.target-progress-bar .key > div.target {
  color: var(--color-target, red);
}
.target-progress-bar .year-progress {
  background: #ececec;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.target-progress-bar .year-actual, .target-progress-bar .year-actual-perc, .target-progress-bar .year-perc {
  transition: width 2s ease;
}
.target-progress-bar .year-actual {
  padding: 4px 0;
  text-align: right;
  color: var(--color-actual, green);
}
.target-progress-bar .year-actual-perc {
  height: 15px;
  background-color: var(--color-actual, green);
}
.target-progress-bar .year-perc {
  background: var(--color-actual_alternative, orange);
  height: 5px;
}

.colored-bar {
  display: flex;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
}
.colored-bar:hover .cb-part {
  opacity: 0.4;
}
.colored-bar .cb-part {
  height: 20px;
  position: relative;
  transition: opacity 0.4s ease;
}
.colored-bar .cb-part:hover {
  opacity: 1;
}
.colored-bar .cb-part:hover::before {
  z-index: 2;
}
.colored-bar .cb-part.cb-label-right::before {
  text-align: right;
}
.colored-bar .cb-part::before {
  background-color: #f5f5f5;
  content: attr(data-label);
  font-size: 13px;
  line-height: 16px;
  padding-right: 4px;
  position: absolute;
  top: -16px;
  min-width: 100%;
  z-index: 1;
}

.c-rag-p {
  color: #B03EE6 !important;
}

.c-rag-g {
  color: #3E9D3E !important;
}

.c-rag-a {
  color: #FFC355 !important;
}

.c-rag-r {
  color: #D32B2B !important;
}

.bgc-rag-none {
  background-color: #777777 !important;
}

.bgc-rag-g {
  background-color: #3E9D3E !important;
}

.bgc-rag-a {
  background-color: #FFC355 !important;
}

.bgc-rag-r {
  background-color: #D32B2B !important;
}

.bgc-rag-p {
  background-color: #B03EE6 !important;
}

.rag-bar {
  background: linear-gradient(90deg, #3E9D3E, #FFC355, #D32B2B);
  height: 10px;
  position: relative;
  margin: 20px 0;
}
.rag-bar span {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  height: 0;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 0;
}
.rag-bar span::before {
  content: attr(data-value);
  background-color: #fff;
  font-size: 14px;
  font-style: italic;
  left: 50%;
  position: absolute;
  bottom: 7px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.rag-bar::before, .rag-bar::after {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  padding-top: 12px;
  pointer-events: none;
}
.rag-bar::before {
  content: attr(data-left);
  display: inline-block;
}
.rag-bar::after {
  content: attr(data-right);
  float: right;
  text-align: right;
}

.rag-value-bar {
  display: flex;
  height: 10px;
}
.rag-value-bar[data-label] {
  position: relative;
  padding-top: 15px;
  height: 25px;
}
.rag-value-bar[data-label]::before {
  content: attr(data-label);
  position: absolute;
  top: 2px;
  white-space: nowrap;
  font-size: 13px;
  height: 13px;
  font-style: italic;
  opacity: 0.8;
}

.outcome {
  text-transform: uppercase;
  border-width: 3px;
  border-style: solid;
  font-weight: bold;
  padding: 8px;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.outcome.outcome-g {
  border-color: #047e04;
  background: #0e930e;
}
.outcome.outcome-a {
  border-color: #c18e00;
  background: #f9cd4f;
}
.outcome.outcome-r {
  border-color: #7e0404;
  background: #c53d3d;
}
.outcome.outcome-n {
  border-color: #04677e;
  background: #3d80c5;
}

.read-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 4px 8px;
}
.read-info .ri-label {
  font-size: 80%;
  font-weight: bold;
  padding-top: 2px;
  margin-right: 8px;
}
.read-info:hover {
  background-color: #dbdbdb;
}
.read-info.ri-stacked {
  align-items: start;
  flex-direction: column;
}
.read-info.ri-stacked .ri-label {
  width: 100%;
}

.ri-sub {
  font-size: 80%;
  font-style: italic;
}
.ri-sub .read-info {
  align-items: center;
  justify-content: left;
  padding: 2px 0;
}
.ri-sub .read-info .ri-label {
  padding-top: 0;
  margin-right: 4px;
}
.ri-sub .read-info:hover {
  background-color: transparent;
}

.ri-inline {
  display: flex;
  flex-wrap: wrap;
}
.ri-inline .read-info {
  align-items: center;
  margin-right: 16px;
  padding: 2px 0 2px;
}
.ri-inline .read-info .ri-label {
  padding-top: 0;
}
.ri-inline .read-info:hover {
  background-color: transparent;
}
.ri-inline .read-info:last-child {
  margin-right: 0;
}

[repeater=template] {
  display: none;
}

.repeater-item-deleted {
  position: relative;
}
.repeater-item-deleted::before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: #fff;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.repeater-item-deleted::after {
  content: "This item will be deleted when changes are saved. Click here to undo.";
  cursor: pointer;
  left: 50%;
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.scroll-nav-block {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.scroll-nav-block .scroll-nav {
  position: sticky;
  top: 0;
  width: 300px;
}
.scroll-nav-block .scroll-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-nav-block .scroll-nav ul li {
  padding: 8px 16px;
  cursor: pointer;
}
.scroll-nav-block .scroll-nav ul li.active {
  color: #00ADEE;
  font-weight: bold;
}
.scroll-nav-block .scroll-nav ul li.invalid::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: orange;
}
.scroll-nav-block .scroll-content {
  width: 100%;
}
.scroll-nav-block .scroll-content > div:not(:first-child) {
  border-top: dashed 2px #c3c3c3;
  margin-top: 2rem;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .scroll-nav-block .scroll-nav {
    display: none;
  }
}
[data-form-type] .select2-container, .inline-select-container .select2-container {
  width: 100% !important;
}
[data-form-type] .select2-container--default .select2-selection--single .select2-selection__arrow, .inline-select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
[data-form-type] .select2-container--default .select2-selection--single .select2-selection__rendered, .inline-select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000 !important;
  line-height: 34px !important;
  padding-left: 6px !important;
}
[data-form-type] .select2-container .select2-selection--single, .inline-select-container .select2-container .select2-selection--single {
  height: 36px !important;
}
[data-form-type] .select2-container--default .select2-selection--single, .inline-select-container .select2-container--default .select2-selection--single {
  border-color: #d9d9d9 !important;
}
[data-form-type] .select2-container--default.select2-container--focus .select2-selection--single,
[data-form-type] .select2-container--default.select2-container--open .select2-selection--single, .inline-select-container .select2-container--default.select2-container--focus .select2-selection--single,
.inline-select-container .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #00ADEE !important;
}
[data-form-type] .select2-container--default .select2-selection--single:focus, .inline-select-container .select2-container--default .select2-selection--single:focus {
  outline: none;
}
[data-form-type] .select2-container--default .select2-search--dropdown .select2-search__field, .inline-select-container .select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
}
[data-form-type] .select2-container .select2-search--inline .select2-search__field, .inline-select-container .select2-container .select2-search--inline .select2-search__field {
  margin-bottom: 0;
  min-height: unset;
  color: #666666;
  line-height: 23px;
  font-family: inherit;
  height: 23px;
  font-size: 16px;
}
[data-form-type] .select2-container .select2-selection--multiple .select2-selection__choice, .inline-select-container .select2-container .select2-selection--multiple .select2-selection__choice {
  background: #00ADEE;
  border-radius: 0;
  border-color: white;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
  color: white;
}
[data-form-type] .select2-container .select2-selection--multiple .select2-selection__choice__remove, .inline-select-container .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  position: relative;
  border: none;
  color: white;
  transition: all 0.4s ease;
}
[data-form-type] .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover, .inline-select-container .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: transparent;
  border-radius: 0;
  color: var(--danger);
  transform: scale(1.5);
}

.inline-select-container .select2-container .select2-selection--single {
  height: 28px !important;
}
.inline-select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important;
}

.select2-container .select2-search--dropdown .select2-search__field {
  margin: 0;
}

[data-form-type] .select2-container .select2-selection--multiple,
[data-form-type] .select2-container.select2-container--focus .select2-selection--multiple,
.select2-container .select2-dropdown {
  border-color: #D9D9D9;
}

[data-form-type] .select2-container .select2-selection--multiple {
  padding-right: 30px;
}

.select2-container .select2-results__option.select2-results__option--selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00ADEE;
  color: #FFFFFF;
}
.select2-container .select2-results__option.select2-results__option--selected::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: bold;
  margin-right: 10px;
  margin-left: 16px;
}
.select2-container .select2-results__option.select2-results__option--highlighted {
  background-color: #D9D9D9 !important;
  color: #000000 !important;
}

#chat-application {
  top: 50% !important;
  bottom: unset !important;
  right: unset !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.title + .step-block.tab-block {
  margin-top: -30px;
}

.step-block.tab-block .tabs {
  overflow: visible;
  background-color: #dbdbdb;
  box-shadow: none;
}
.step-block.tab-block .tabs ul {
  display: flex;
  margin: 0 10%;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
  position: relative;
  counter-reset: tab-counter;
}
.step-block.tab-block .tabs ul::after {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #00ADEE;
  content: "";
  bottom: -2px;
  left: 0;
}
.step-block.tab-block .tabs ul li {
  color: #6e6e6e;
  cursor: pointer;
  font-weight: bold;
  padding: 24px 0;
  position: relative;
  counter-increment: tab-counter;
}
.step-block.tab-block .tabs ul li.active {
  color: #000000;
  background-color: transparent;
}
.step-block.tab-block .tabs ul li:hover {
  background-color: transparent;
  color: #313131;
}
.step-block.tab-block .tabs ul li::after {
  background-color: #00ADEE;
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  content: counter(tab-counter);
  display: block;
  font-size: 12px;
  height: 25px;
  left: 50%;
  line-height: 25px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 50%);
  width: 25px;
  z-index: 2;
}
.step-block.tab-block .tabs ul li:first-child::before, .step-block.tab-block .tabs ul li:last-child::before {
  background: linear-gradient(180deg, #dbdbdb 50%, #f1f5f7 50%);
  bottom: -2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 50%;
  z-index: 2;
}
.step-block.tab-block .tabs ul li:first-child::before {
  left: 0;
}
.step-block.tab-block .tabs ul li:last-child::before {
  right: 0;
}
.step-block.tab-block .content {
  padding: 32px 16px 16px;
  position: relative;
  width: 100%;
}
.step-block.tab-block .content > div:not(.active) {
  display: none;
}
.step-block.tab-block .content .negate-tab-content-padding {
  margin: -16px;
  position: relative;
  z-index: 0;
}
.step-block.tab-block footer {
  background-color: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.step-block.tab-block footer .nav-back {
  font-size: 12px;
  text-decoration: underline;
  margin: 0 8px;
  cursor: pointer;
}

.step-block.tab-block.step-block.tab-block-vertical {
  display: flex;
  min-height: 80vh;
}
.step-block.tab-block.step-block.tab-block-vertical .tabs {
  box-shadow: 4px 0px 4px -2px #8b8b8b;
  width: 20%;
  max-width: 300px;
  min-width: 200px;
  flex-shrink: 0;
}
.step-block.tab-block.step-block.tab-block-vertical .tabs ul {
  flex-direction: column;
}
.step-block.tab-block.step-block.tab-block-vertical .tabs ul li {
  white-space: normal;
}

@media screen and (max-width: 632px) {
  .step-block.tab-block .tabs ul {
    flex-direction: column;
    margin: 0 16px;
  }
  .step-block.tab-block .tabs ul::after {
    display: none;
  }
  .step-block.tab-block .tabs ul li {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    padding: 8px 0;
  }
  .step-block.tab-block .tabs ul li:first-child::before, .step-block.tab-block .tabs ul li:last-child::before {
    display: none;
  }
  .step-block.tab-block .tabs ul li::after {
    position: relative;
    transform: none;
    left: unset;
    bottom: unset;
    margin-right: 8px;
  }
}
.table-container {
  max-width: 100%;
  overflow: auto;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container table thead th {
  font-size: 20px;
  font-weight: 400;
  outline: none;
  padding: 8px 16px;
  text-align: left;
}
.table-container table thead th.sort, .table-container table thead th.sort-asc, .table-container table thead th.sort-desc {
  cursor: pointer;
}
.table-container table thead th.sort::after, .table-container table thead th.sort-asc::after, .table-container table thead th.sort-desc::after {
  position: relative;
  padding-left: 16px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.table-container table thead th.sort::after {
  content: "\f0dc";
}
.table-container table thead th.sort-asc::after {
  content: "\f0de";
}
.table-container table thead th.sort-desc::after {
  content: "\f0dd";
}
.table-container table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.table-container table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}
.table-container table tbody td {
  padding: 16px;
}
.table-container table tbody tr[href] {
  cursor: pointer;
}
.table-container.table-compact thead th {
  padding: 0 6px 2px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.table-container.table-compact tbody td {
  padding: 6px;
}
.table-container.table-compact tbody th {
  padding: 6px;
}
.table-container.table-hover tbody tr:hover {
  background-color: #d6d6d6;
}
.table-container.table-sticky-headers {
  overflow: visible;
}
.table-container.table-sticky-headers th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5;
}

table.vert-top, table.vert-top tr, table.vert-top th, table.vert-top td {
  vertical-align: top;
}

table.vert-middle, table.vert-middle tr, table.vert-middle th, table.vert-middle td {
  vertical-align: middle;
}

.title + .tab-block {
  margin-top: -30px;
}

.tab-block .tabs {
  background: #ECECEC;
  box-shadow: 0 4px 2px -2px #8B8B8B;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.tab-block .tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.tab-block .tabs ul li {
  display: inline-block;
  padding: 12px 40px;
  transition: all 0.4s ease;
  cursor: pointer;
  white-space: nowrap;
}
.tab-block .tabs ul li.active, .tab-block .tabs ul li:hover {
  background-color: #8B60AC;
  color: #FFF;
}
.tab-block .tabs.tabs-with-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-block .tabs.tabs-with-inputs ul {
  overflow: auto;
}
.tab-block .tabs.tabs-with-inputs > div {
  padding: 0 8px;
  flex-shrink: 0;
}
.tab-block .tabs.tabs-with-inputs > div .select-container {
  margin: 0;
  width: auto;
}
.tab-block .tabs.tabs-with-inputs > div select {
  height: calc(100% - 16px);
  border: none;
  background: #c1c1c1;
}
.tab-block .content {
  padding: 16px;
  position: relative;
  width: 100%;
}
.tab-block .content > div:not(.active) {
  display: none;
}
.tab-block .content .negate-tab-content-padding {
  margin: -16px;
  position: relative;
  z-index: 0;
}

.tab-counter {
  font-size: 12px;
  background: grey;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px;
  color: white;
}

.tab-block.tab-block-vertical {
  display: flex;
  min-height: 80vh;
}
.tab-block.tab-block-vertical > .tabs {
  box-shadow: 4px 0px 4px -2px #8b8b8b;
  width: 20%;
  max-width: 300px;
  min-width: 200px;
  flex-shrink: 0;
}
.tab-block.tab-block-vertical > .tabs ul {
  flex-direction: column;
}
.tab-block.tab-block-vertical > .tabs ul li {
  white-space: normal;
}

.template-builder .row {
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  margin-bottom: 8px;
  padding: 0.75rem;
}
.template-builder .row .field-col {
  border-right: solid 1px #CCCCCC;
}
.template-builder .row .field-col:last-child {
  border-right: none;
}
.template-builder .field {
  background: #00ADEE;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  margin-bottom: 8px;
}
.template-builder .field .data {
  display: none;
}
.template-builder .field .controls {
  background: #CCCCCC;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 40px;
}
.template-builder .field .controls > div {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.template-builder .field .controls > div.control_up:hover, .template-builder .field .controls > div.control_down:hover {
  background-color: #00adee;
}
.template-builder .field .controls > div.control_delete:hover {
  background-color: #ff5252;
}
.template-builder .field .controls > div::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
}
.template-builder .field .controls > div.control_up::before {
  content: "\f077";
  font-weight: 700;
}
.template-builder .field .controls > div.control_down::before {
  content: "\f078";
  font-weight: 700;
}
.template-builder .field .controls > div.control_delete::before {
  content: "\f2ed";
  font-weight: 400;
}
.template-builder .field .details {
  padding: 8px;
  flex: 1;
}
.template-builder .field .details [data-label] {
  display: flex;
}
.template-builder .field .details [data-label]::before {
  content: attr(data-label) ": ";
  font-size: 12px;
  flex-shrink: 0;
  padding-right: 4px;
  line-height: 18px;
  text-align: right;
  width: 70px;
}
.template-builder .btn-add {
  align-items: center;
  background: #E3E3E3;
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  color: #5C5C5C;
  display: flex;
  justify-content: center;
  line-height: 30px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.template-builder .btn-add:hover {
  background-color: #CCCCCC;
}
.template-builder .btn-add::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  font-weight: 700;
  padding-right: 12px;
}
.template-builder .btn-add.add-group::before {
  content: "\f0db";
}
.template-builder .btn-add.add-field::before {
  content: "\f067";
}

.timeline {
  max-height: 500px;
  overflow: auto;
}
.timeline:hover .timeline-content > div {
  opacity: 0.5;
}
.timeline .timeline-entry:hover .timeline-content > div {
  opacity: 1;
}
.timeline .timeline-entry {
  display: flex;
}
.timeline .timeline-entry .timeline-label {
  padding-right: 14px;
  width: 125px;
  position: relative;
  font-size: 12px;
  padding-top: 9px;
  text-align: right;
}
.timeline .timeline-entry .timeline-label .timeline-dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px black;
  right: 0;
  transform: translateX(50%);
  position: absolute;
  top: 9px;
  background-color: white;
  z-index: 2;
}
.timeline .timeline-entry .timeline-content {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 14px;
  position: relative;
  width: 100%;
}
.timeline .timeline-entry .timeline-content > div {
  transition: all 0.4s ease;
}
.timeline .timeline-entry .timeline-content::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-left: solid 1px black;
  height: 100%;
  top: 15px;
}
.timeline .timeline-entry.timeline-entry-future .timeline-content::before {
  border-left-style: dashed;
}
.timeline .timeline-entry:last-child .timeline-content::before {
  display: none;
}
.timeline.timeline-asc .timeline-entry:nth-last-child(1 of .timeline-entry-past) .timeline-content::before {
  border-left-style: dashed;
}

.utilisation-btn {
  display: inline-block;
  padding: 5px 16px;
  font-weight: bold;
  border: solid 3px;
  border-radius: 4px;
  position: relative;
}
.utilisation-btn::before {
  content: "";
  background: currentColor;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.utilisation-btn > * {
  transition: color 0.4s ease;
}
.utilisation-btn:hover > * {
  color: white;
}
.utilisation-btn:hover::before {
  opacity: 1;
}

.utilisation-meter {
  position: relative;
  overflow: hidden;
  display: block;
  width: 200px;
  height: 98px;
  margin: 0 auto;
}
.utilisation-meter .progress {
  position: relative;
  display: block;
  width: 200px;
  height: 100px;
  background: linear-gradient(to right, #D32B2B 0%, #FFC355 50%, #3E9D3E 100%);
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}
.utilisation-meter .progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 140px;
  height: 70px;
  margin-left: -70px;
  background: #fff;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}
.utilisation-meter .progress-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: transparent;
  transform-origin: center center;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.utilisation-meter .progress-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  display: block;
  width: 202px;
  height: 102px;
  margin: -1px 0 0 -1px;
  background: #f2f2f2;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}
.utilisation-meter .label {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 140px;
  height: 70px;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.utilisation-meter .label strong {
  font-size: 30px;
}
.utilisation-meter .label small {
  font-size: 13px;
}

ul.utilisation-areas {
  padding-left: 20px;
  margin-top: 4px;
  list-style: circle;
}

.number-widget .number {
  font-size: 40px;
}
.number-widget .label {
  text-align: center;
}

.c-light {
  color: #019fe3;
}

.c-dark {
  color: #662684;
}

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

.bgc-portal {
  background-color: #F1F5F7 !important;
}

.cur-p {
  cursor: pointer;
}

.copyable {
  cursor: copy;
}

.pos-r {
  position: relative;
}

.op-25 {
  opacity: 0.25;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.op-hover-25:hover {
  opacity: 0.25;
}

.op-hover-5:hover {
  opacity: 0.5;
}

.op-hover-6:hover {
  opacity: 0.6;
}

.op-hover-7:hover {
  opacity: 0.7;
}

.op-hover-75:hover {
  opacity: 0.75;
}

.op-hover-8:hover {
  opacity: 0.8;
}

.op-hover-9:hover {
  opacity: 0.9;
}

.op-hover-10:hover {
  opacity: 10;
}

.zn-1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-99 {
  z-index: 99 !important;
}

.square {
  aspect-ratio: 1;
}

[class*=text-overflow-] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow-10 {
  max-width: 10%;
}

.text-overflow-20 {
  max-width: 20%;
}

.text-overflow-30 {
  max-width: 30%;
}

.text-overflow-40 {
  max-width: 40%;
}

.text-overflow-50 {
  max-width: 50%;
}

.text-overflow-60 {
  max-width: 60%;
}

.text-overflow-70 {
  max-width: 70%;
}

.text-overflow-80 {
  max-width: 80%;
}

.text-overflow-90 {
  max-width: 90%;
}

.text-overflow-100 {
  max-width: 100%;
}

.bgc-hover-grey:hover, .bgc-focus-grey:focus-within {
  background-color: rgba(186, 186, 186, 0.5725490196);
}

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

.underline {
  -webkit-text-decoration: underline solid #ABABAB 1px;
          text-decoration: underline solid #ABABAB 1px;
}

.monospace {
  font-family: monospace;
}

.italic {
  font-style: italic;
}

.sticky {
  position: sticky !important;
  top: 0;
  z-index: 3;
}

.transition-all {
  transition: all 0.4s ease;
}

.flex-1 {
  flex: 1;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[class*=line-clamp-] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.no-transition {
  transition: none !important;
}

.text-overflow-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-n90 {
  transform: rotate(-90deg);
}

.rotate-n180 {
  transform: rotate(-180deg);
}

.rotate-n270 {
  transform: rotate(-270deg);
}

.fz-50 {
  font-size: 50% !important;
}

.fz-60 {
  font-size: 60% !important;
}

.fz-70 {
  font-size: 70% !important;
}

.fz-80 {
  font-size: 80% !important;
}

.fz-90 {
  font-size: 90% !important;
}

.fz-100 {
  font-size: 100% !important;
}

.fz-110 {
  font-size: 110% !important;
}

.fz-120 {
  font-size: 120% !important;
}

.fz-130 {
  font-size: 130% !important;
}

.fz-140 {
  font-size: 140% !important;
}

.fz-150 {
  font-size: 150% !important;
}

.fz-160 {
  font-size: 160% !important;
}

.fz-170 {
  font-size: 170% !important;
}

.fz-180 {
  font-size: 180% !important;
}

.fz-190 {
  font-size: 190% !important;
}

.fz-200 {
  font-size: 200% !important;
}

@media screen and (max-width: 991px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open header[name=main] .navigations {
    opacity: 1;
    visibility: visible;
  }
  header[name=main] .navigations {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    height: 100dvh;
    z-index: 9;
    position: fixed;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100vw;
    transition: all 0.4s ease;
  }
  header[name=main] .navigations nav {
    border: none;
    padding: 0;
    width: 100%;
  }
  header[name=main] .navigations nav ul {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
  }
  header[name=main] .navigations nav ul li {
    display: block;
    height: auto;
    padding: 20px;
  }
  header[name=main] .navigations nav ul li.active {
    background: #00ADEE;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
  }
  header[name=main] .navigations nav ul li.active::after {
    display: none;
  }
  header[name=main] .navigations nav[name=primary] {
    flex: 1;
    overflow: auto;
  }
  header[name=main] .navigations nav[name=primary] ul li {
    width: 100%;
  }
  header[name=main] .navigations nav[name=secondary] {
    background: #eee;
  }
  header[name=main] .navigations nav[name=secondary] ul li {
    width: 33.333%;
  }
  .mobile-nav-toggle {
    height: 100%;
    width: 30px;
    text-align: center;
    justify-content: center;
    font-size: 27px;
    cursor: pointer;
  }
  .tab-block .tabs.tabs-with-inputs {
    flex-direction: column-reverse;
  }
  .tab-block .tabs.tabs-with-inputs ul {
    margin-top: 4px;
    overflow: auto;
    width: 100%;
  }
  .tab-block .tabs.tabs-with-inputs > div .select-container {
    margin-top: 4px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .title {
    padding: 0;
    flex-direction: column;
  }
  .title h1 {
    font-size: 2rem;
    padding: 16px;
  }
  .title > div {
    background-color: rgba(255, 255, 255, 0.4);
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .title > div .icon i {
    font-size: 21px;
  }
  .title > div .search {
    width: 100%;
  }
  .title > div .search .search-container {
    width: 90%;
    margin: 12px auto;
  }
  .title > div .search .search-container input {
    font-size: 20px;
    line-height: 1;
  }
}
html[data-layout=portal] .block .block-title {
  background-color: transparent;
}
html[data-layout=portal] .block .block-content, html[data-layout=portal] .block .inner-title {
  background-color: #fff;
}
html[data-layout=portal] .data-rows.data-rows-hover .data-row:hover {
  background-color: #e6e6e6;
}
html[data-layout=portal] .setup-container {
  position: relative;
}
html[data-layout=portal] #errors-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 1;
}
html[data-layout=portal] #errors-container ul li {
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
html[data-layout=portal] #errors-container ul li:not([style]) + li {
  margin-top: 4px;
}
html[data-layout=portal] label {
  background: transparent;
  margin: 0;
  font-size: 14px;
  padding: 4px;
}
html[data-layout=portal] input, html[data-layout=portal] input:focus, html[data-layout=portal] select, html[data-layout=portal] select:focus, html[data-layout=portal] textarea, html[data-layout=portal] textarea:focus, html[data-layout=portal] .input-group {
  border-radius: 0;
  border-width: 2px;
  margin-top: 0;
  background-color: white;
  margin-bottom: 12px;
  border-color: #364242;
}
html[data-layout=portal] input[disabled], html[data-layout=portal] input:focus[disabled], html[data-layout=portal] select[disabled], html[data-layout=portal] select:focus[disabled], html[data-layout=portal] textarea[disabled], html[data-layout=portal] textarea:focus[disabled], html[data-layout=portal] .input-group[disabled] {
  background-color: #8d8d8d;
  color: white;
}
html[data-layout=portal] input:focus, html[data-layout=portal] select:focus, html[data-layout=portal] textarea:focus, html[data-layout=portal] .input-group:focus-within {
  border-color: var(--primary);
}
html[data-layout=portal] .input-group > span {
  padding: 0 8px;
  background-color: #969696;
  color: #fff;
}
html[data-layout=portal] .input-group input {
  margin-bottom: 0;
}
html[data-layout=portal] label.switch {
  margin-bottom: 12px;
}
html[data-layout=portal] label.switch:focus-within {
  background-color: #e6e3e3;
}
html[data-layout=portal] label.switch + label.switch {
  margin-top: -12px;
}
html[data-layout=portal] .select-container {
  margin-bottom: 12px;
  margin-top: 0;
}
html[data-layout=portal] .select-container select {
  margin: 0;
}
html[data-layout=portal] .search-container {
  margin-top: 0;
}
html[data-layout=portal] .search-container button {
  background-color: transparent;
  color: #364242;
}
html[data-layout=portal] [data-form-type=select], html[data-layout=portal] [data-form-type=text] {
  max-width: 660px;
}
html[data-layout=portal] [data-form-type=file] label + label {
  display: block;
  max-width: 100%;
  padding: 0;
}
html[data-layout=portal] [data-form-type=file] input {
  padding: 3px;
}
html[data-layout=portal] .with-inline-inputs {
  display: flex;
  justify-content: space-between;
}
html[data-layout=portal] .with-inline-inputs .select-container {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  width: 200px;
}
html[data-layout=portal] .with-inline-inputs .select-container label {
  padding-right: 8px;
  white-space: nowrap;
}
html[data-layout=portal] .with-inline-inputs .select-container select {
  padding: 0 31px 0 8px;
}
@media screen and (max-width: 576px) {
  html[data-layout=portal] .with-inline-inputs {
    flex-direction: column;
  }
}
html[data-layout=portal] .select2-container .select2-selection--single, html[data-layout=portal] .select2-container.select2-container--focus .select2-selection--single,
html[data-layout=portal] .select2-container .select2-selection--multiple, html[data-layout=portal] .select2-container.select2-container--focus .select2-selection--multiple {
  border-width: 2px;
  border-color: #364242 !important;
  border-radius: 0;
}
html[data-layout=portal] [data-form-type] .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}
html[data-layout=portal] [data-form-type] .select2-container .select2-selection--single {
  height: 40px !important;
}
html[data-layout=portal] .select2-container--open .select2-dropdown--below {
  border-width: 2px;
  border-color: #00ADEE;
  border-radius: 0;
  position: relative;
}
html[data-layout=portal] .select2-container--open .select2-dropdown--below::after {
  content: "";
  width: calc(100% + 4px);
  height: 10px;
  background-color: white;
  display: block;
  opacity: 0.8;
  position: absolute;
  bottom: -12px;
  left: -2px;
}
html[data-layout=portal] .select-container.in-filters {
  margin-bottom: 0;
}
html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--single, html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--multiple {
  border-width: 0 0 2px 0;
  border-color: #00ADEE !important;
  padding-bottom: 0;
}
html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--single .select2-selection__choice, html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--multiple .select2-selection__choice {
  border-radius: 40px;
  padding: 0 10px;
  margin: 0 4px 4px 0;
  flex-direction: row-reverse;
  height: 18px;
  font-size: 11px;
}
html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--single .select2-search__field::-moz-placeholder, html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
  font-size: 13px;
}
html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--single .select2-search__field::placeholder, html[data-layout=portal] .select-container.in-filters .select2-container .select2-selection--multiple .select2-search__field::placeholder {
  font-size: 13px;
}
html[data-layout=portal] .checkbox:not(:last-child), html[data-layout=portal] .radio:not(:last-child) {
  margin-bottom: 0;
}
html[data-layout=portal] #io-client-browser {
  background-color: #dbdbdb;
  padding: 8px;
  box-shadow: inset 0 0 6px #bbbbbb;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  min-height: 50px;
}
html[data-layout=portal] #io-client-browser.loading::after {
  opacity: 1;
  visibility: visible;
}
html[data-layout=portal] #io-client-browser::after {
  background: linear-gradient(180deg, rgba(165, 165, 165, 0.9490196078) 50px, rgba(219, 219, 219, 0.4));
  content: "Loading...";
  cursor: wait;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding-top: 16px;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
html[data-layout=portal] #io-client-browser .iocb-message {
  text-align: center;
  padding: 16px;
}
html[data-layout=portal] #io-client-browser .iocb-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  border-bottom: dashed 1px #adadad;
  padding-bottom: 8px;
}
html[data-layout=portal] #io-client-browser .iocb-search label {
  width: 100%;
}
html[data-layout=portal] #io-client-browser .iocb-search input {
  flex: 1;
  margin: 0;
  min-width: 150px;
}
html[data-layout=portal] #io-client-browser .iocb-pagination {
  display: flex;
  justify-content: center;
}
html[data-layout=portal] #io-client-browser .iocb-pagination div {
  text-align: center;
  width: 25px;
  cursor: pointer;
}
html[data-layout=portal] #io-client-browser .iocb-pagination span {
  font-weight: bold;
}
html[data-layout=portal] #io-selected-files {
  margin-top: 4px;
}
html[data-layout=portal] #io-selected-files .output {
  display: flex;
  flex-wrap: wrap;
  max-height: 100px;
  overflow: auto;
}
html[data-layout=portal] #io-selected-files .output strong {
  width: 100%;
  margin-top: 8px;
  margin-bottom: -4px;
  margin-left: 10px;
  font-size: 13px;
}
html[data-layout=portal] #io-selected-files .output div {
  padding: 6px 16px;
  background: #8B60AC;
  border-radius: 16px;
  font-size: 13px;
  color: white;
  opacity: 0.9;
  margin-right: 8px;
  margin-top: 4px;
  cursor: pointer;
}
html[data-layout=portal] #io-selected-files .output div::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 8px;
}
html[data-layout=portal] body {
  background: linear-gradient(135deg, #09B1E7 0%, #02E9AE 80%);
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
html[data-layout=portal] .setup-container {
  width: 1000px;
  max-width: calc(100vw - 32px);
  margin: 16px 16px 40px;
  background-color: #F1F5F7;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
html[data-layout=portal] .setup-container.full-height {
  height: calc(100dvh - 70px);
}
html[data-layout=portal] .setup-container main {
  flex: 1;
  overflow: hidden;
}
html[data-layout=portal] header[name=main] {
  background-color: #ffffff;
  text-align: center;
  padding: 8px 24px;
  border-bottom-width: 0;
}
html[data-layout=portal] header[name=main] #logo {
  height: 50px;
}
html[data-layout=portal] header[name=main] a {
  color: #000000;
  display: flex;
  align-items: center;
}
html[data-layout=portal] .gradient-bar {
  background: radial-gradient(circle, #09B1E7 0%, #02E9AE 100%);
  height: 5px;
}
html[data-layout=portal] nav[name=breadcrumb] {
  background: radial-gradient(circle, #09B1E7 0%, #02E9AE 100%);
  color: white;
  padding: 6px 15px 10px;
  position: relative;
}
html[data-layout=portal] nav[name=breadcrumb] li:not(:last-child) {
  color: #1D2B39;
  opacity: 0.8;
}
html[data-layout=portal] nav[name=breadcrumb] li:last-child {
  font-weight: bold;
}
html[data-layout=portal] .powered-by {
  position: absolute;
  bottom: 6px;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
}
html[data-layout=portal] .powered-by a {
  margin-left: 8px;
}
html[data-layout=portal] .powered-by a img {
  height: 18px;
}
@media screen and (max-width: 991px) {
  html[data-layout=portal] body {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  html[data-layout=portal] header[name=main] {
    padding: 8px;
  }
}
html[data-layout=portal] .tab-block:not(.step-block) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html[data-layout=portal] .tab-block:not(.step-block) > .tabs {
  box-shadow: none;
  border-bottom: solid 2px #364242;
  font-weight: bold;
  flex-shrink: 0;
}
html[data-layout=portal] .tab-block:not(.step-block) > .tabs::-webkit-scrollbar {
  height: 9px;
  background: #cccccc;
}
html[data-layout=portal] .tab-block:not(.step-block) > .tabs::-webkit-scrollbar-thumb {
  border: 2px solid #cccccc;
  border-radius: 11px;
  background: #364242;
}
html[data-layout=portal] .tab-block:not(.step-block) > .tabs ul li {
  padding: 12px 24px;
  margin-bottom: 0;
}
html[data-layout=portal] .tab-block:not(.step-block) > .tabs li:not(.active):hover {
  background-color: transparent;
  color: #000000;
}
html[data-layout=portal] .tab-block:not(.step-block) > .content, html[data-layout=portal] .tab-block:not(.step-block) > .content > div {
  height: 100%;
}
html[data-layout=portal] .tab-block:not(.step-block) li.active, html[data-layout=portal] .tab-block:not(.step-block) li:hover {
  background-color: #09B1E7;
}
html[data-layout=portal] .step-block.tab-block.wide-tabs .tabs ul {
  margin: 0 2%;
}
html[data-layout=portal] .tab-block.tab-block-vertical {
  min-height: 50dvh;
  flex-direction: row;
}
html[data-layout=portal] .tab-block.tab-block-vertical > .tabs {
  background-color: #d5d5d5;
  border-bottom: none;
  width: 25%;
}
html[data-layout=portal] .tab-block.small-tabs > .tabs {
  background-color: #e1e0e0;
  border-color: #7f7f7f;
}
html[data-layout=portal] .tab-block.small-tabs > .tabs ul li {
  padding: 8px 16px;
  opacity: 0.5;
}
html[data-layout=portal] .tab-block.small-tabs > .tabs ul li:hover {
  opacity: 0.75;
}
html[data-layout=portal] .tab-block.small-tabs > .tabs ul li.active {
  background-color: transparent;
  color: inherit;
  opacity: 1;
}
html[data-layout=portal] main > .tab-block > .content {
  overflow: auto;
}
html[data-layout=portal] .tab-block .tab-block .content {
  overflow: auto;
}
html[data-layout=portal] .tab-block .tab-block .content [data-tab] {
  height: 100%;
}
html[data-layout=portal] .portal_sub-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html[data-layout=portal] .portal_sub-tab .pst_header {
  padding: 8px;
  border-bottom: solid 2px lightgray;
  flex-shrink: 0;
}
html[data-layout=portal] .portal_sub-tab .pst_header .pst_breadcrumb-item:not(.pst_breadcrumb-item_noclick) {
  cursor: pointer;
  text-decoration: underline;
}
html[data-layout=portal] .portal_sub-tab .pst_header .pst_breadcrumb-current {
  font-weight: bold;
  color: #00ADEE;
}
html[data-layout=portal] .portal_sub-tab .pst_content {
  flex: 1;
  overflow: auto;
}
html[data-layout=portal] .portal_sub-tab .pst_footer {
  padding: 8px;
}
html[data-layout=portal] h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
html[data-layout=portal] h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 20px;
}
html[data-layout=portal] .content ul li {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .dashboard-section {
    padding: 30px 20px;
    position: relative;
    border-bottom: dashed 2px #cdcdcd;
  }
  .dashboard-section::before, .dashboard-section::after {
    content: attr(data-label);
    font-size: 23px;
    font-weight: bold;
    opacity: 0.5;
    position: absolute;
    top: 50%;
  }
  .dashboard-section::before {
    transform-origin: top left;
    left: 0;
    transform: rotate(-90deg) translateX(-50%);
  }
  .dashboard-section::after {
    transform-origin: top right;
    right: 0;
    transform: rotate(90deg) translateX(50%);
  }
}
