@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Rubik);
@import url(https://fonts.googleapis.com/css?family=Bebas Neue);
@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #102D43;
  --bs-light-blue: #4C6172;
  --bs-indigo: #2A3ACC;
  --bs-purple: #6f42c1;
  --bs-pink: #FBDEF7;
  --bs-red: #A50D26;
  --bs-poppy: #dc3545;
  --bs-orange: #FC9342;
  --bs-yellow: #FEF2A9;
  --bs-green: #116E52;
  --bs-teal: #B0DEFC;
  --bs-cyan: #B0FCF9;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #102D43;
  --bs-secondary: #2A3ACC;
  --bs-success: #116E52;
  --bs-info: #B0FCF9;
  --bs-warning: #FEF2A9;
  --bs-danger: #A50D26;
  --bs-light: #ced4da;
  --bs-dark: #000;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102D43;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}

h3, .h3 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5625rem;
  }
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2A3ACC;
  text-decoration: none;
}
a:hover {
  color: #222ea3;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #FBDEF7;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.5625rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

.display-8 {
  font-size: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.5625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1338px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1338px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7.5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 12rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 12rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 16rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 16rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 12rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 12rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 16rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 16rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 12rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 12rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 16rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 16rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 12rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 12rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 16rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 16rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 12rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 12rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 16rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 16rem;
  }
}
@media (min-width: 1338px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 12rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 12rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 16rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 16rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #102D43;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #102D43;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #102D43;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #102D43;
  vertical-align: top;
  border-color: #ced4da;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfd5d9;
  --bs-table-striped-bg: #c5cace;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bac0c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfc5c9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bac0c3;
}

.table-secondary {
  --bs-table-bg: #d4d8f5;
  --bs-table-striped-bg: #c9cde9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfc2dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4c8e3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfc2dd;
}

.table-success {
  --bs-table-bg: #cfe2dc;
  --bs-table-striped-bg: #c5d7d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbc6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbc6;
}

.table-info {
  --bs-table-bg: #effefe;
  --bs-table-striped-bg: #e3f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d7e5e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ddebeb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d7e5e5;
}

.table-warning {
  --bs-table-bg: #fffcee;
  --bs-table-striped-bg: #f2efe2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e3d6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece9dc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e3d6;
}

.table-danger {
  --bs-table-bg: #edcfd4;
  --bs-table-striped-bg: #e1c5c9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d5babf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dbbfc4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d5babf;
}

.table-light {
  --bs-table-bg: #ced4da;
  --bs-table-striped-bg: #c4c9cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9bfc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfc4ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9bfc4;
}

.table-dark {
  --bs-table-bg: #000;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #1a1a1a;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1337.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5625rem;
  }
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102D43;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #102D43;
  background-color: #fff;
  border-color: #8896a1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 45, 67, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dee2e6;
  border-color: #dee2e6;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #102D43;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #102D43;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #102D43;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5625rem;
  }
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102D43;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: none solid none;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #8896a1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 45, 67, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #102D43;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.5625rem;
  }
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #4C6172;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #2A3ACC;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #102D43;
  border-color: #102D43;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #102D43;
  border-color: #102D43;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
  color: #102D43;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238896a1'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 45, 67, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 45, 67, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #102D43;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b7c0c7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #102D43;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b7c0c7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102D43;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    font-size: 1.5625rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(17, 110, 82, 0.9);
  border-radius: 0.5rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #116E52;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23116E52' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #116E52;
  box-shadow: 0 0 0 0.25rem rgba(17, 110, 82, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #116E52;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #116E52;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 110, 82, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #116E52;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #A50D26;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23A50D26'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23A50D26' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #A50D26;
  box-shadow: 0 0 0 0.25rem rgba(165, 13, 38, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #A50D26;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #A50D26;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 13, 38, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #A50D26;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #102D43;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #102D43;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 45, 67, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #102D43;
  border-color: #102D43;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0e2639;
  border-color: #0d2436;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0e2639;
  border-color: #0d2436;
  box-shadow: 0 0 0 0.25rem rgba(52, 77, 95, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d2436;
  border-color: #0c2232;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 77, 95, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #102D43;
  border-color: #102D43;
}

.btn-secondary {
  color: #fff;
  background-color: #2A3ACC;
  border-color: #2A3ACC;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2431ad;
  border-color: #222ea3;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #2431ad;
  border-color: #222ea3;
  box-shadow: 0 0 0 0.25rem rgba(74, 88, 212, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #222ea3;
  border-color: #202c99;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 88, 212, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #2A3ACC;
  border-color: #2A3ACC;
}

.btn-success {
  color: #fff;
  background-color: #116E52;
  border-color: #116E52;
}
.btn-success:hover {
  color: #fff;
  background-color: #0e5e46;
  border-color: #0e5842;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #0e5e46;
  border-color: #0e5842;
  box-shadow: 0 0 0 0.25rem rgba(53, 132, 108, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0e5842;
  border-color: #0d533e;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 132, 108, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #116E52;
  border-color: #116E52;
}

.btn-info {
  color: #000;
  background-color: #B0FCF9;
  border-color: #B0FCF9;
}
.btn-info:hover {
  color: #000;
  background-color: #bcfcfa;
  border-color: #b8fcfa;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #bcfcfa;
  border-color: #b8fcfa;
  box-shadow: 0 0 0 0.25rem rgba(150, 214, 212, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #c0fdfa;
  border-color: #b8fcfa;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 214, 212, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #B0FCF9;
  border-color: #B0FCF9;
}

.btn-warning {
  color: #000;
  background-color: #FEF2A9;
  border-color: #FEF2A9;
}
.btn-warning:hover {
  color: #000;
  background-color: #fef4b6;
  border-color: #fef3b2;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #fef4b6;
  border-color: #fef3b2;
  box-shadow: 0 0 0 0.25rem rgba(216, 206, 144, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fef5ba;
  border-color: #fef3b2;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 206, 144, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FEF2A9;
  border-color: #FEF2A9;
}

.btn-danger {
  color: #fff;
  background-color: #A50D26;
  border-color: #A50D26;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8c0b20;
  border-color: #840a1e;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #8c0b20;
  border-color: #840a1e;
  box-shadow: 0 0 0 0.25rem rgba(179, 49, 71, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #840a1e;
  border-color: #7c0a1d;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 49, 71, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #A50D26;
  border-color: #A50D26;
}

.btn-light {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-light:hover {
  color: #000;
  background-color: #d5dae0;
  border-color: #d3d8de;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #d5dae0;
  border-color: #d3d8de;
  box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #d8dde1;
  border-color: #d3d8de;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-primary {
  color: #102D43;
  border-color: #102D43;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #102D43;
  border-color: #102D43;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 45, 67, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #102D43;
  border-color: #102D43;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 45, 67, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #102D43;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #2A3ACC;
  border-color: #2A3ACC;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2A3ACC;
  border-color: #2A3ACC;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 58, 204, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #2A3ACC;
  border-color: #2A3ACC;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 58, 204, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #2A3ACC;
  background-color: transparent;
}

.btn-outline-success {
  color: #116E52;
  border-color: #116E52;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #116E52;
  border-color: #116E52;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 110, 82, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #116E52;
  border-color: #116E52;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 110, 82, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #116E52;
  background-color: transparent;
}

.btn-outline-info {
  color: #B0FCF9;
  border-color: #B0FCF9;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #B0FCF9;
  border-color: #B0FCF9;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 252, 249, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #B0FCF9;
  border-color: #B0FCF9;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 252, 249, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #B0FCF9;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FEF2A9;
  border-color: #FEF2A9;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #FEF2A9;
  border-color: #FEF2A9;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 242, 169, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FEF2A9;
  border-color: #FEF2A9;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 242, 169, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FEF2A9;
  background-color: transparent;
}

.btn-outline-danger {
  color: #A50D26;
  border-color: #A50D26;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #A50D26;
  border-color: #A50D26;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 13, 38, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #A50D26;
  border-color: #A50D26;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 13, 38, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #A50D26;
  background-color: transparent;
}

.btn-outline-light {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2A3ACC;
  text-decoration: none;
}
.btn-link:hover {
  color: #222ea3;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.5625rem;
  }
}

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1338px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #102D43;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2A3ACC;
  background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #2A3ACC;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #102D43;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #2A3ACC;
  background-color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #adb5bd;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  color: #102D43;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #2A3ACC;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: none solid none;
}
.nav-tabs .nav-link {
  margin-bottom: -none;
  background: none;
  border: none solid transparent;
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: none;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #102D43;
  border-color: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #102D43;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 1.5625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1338px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

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

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  color: #102D43;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0e293c;
  background-color: #e7eaec;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e293c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23102D43'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #102D43;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #102D43;
  background-color: #fff;
  border: 1px solid #102D43;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #2A3ACC;
  background-color: #fff;
  border-color: #2A3ACC;
}
.page-link:focus {
  z-index: 3;
  color: #2A3ACC;
  background-color: #fff;
  outline: 1;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2A3ACC;
  border-color: #2A3ACC;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.5rem 0rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.5625rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: white;
  background-color: #102d43;
  border-color: #102d43;
}
.alert-primary .alert-link {
  color: #cccccc;
}

.alert-secondary {
  color: white;
  background-color: #2a3acc;
  border-color: #2a3acc;
}
.alert-secondary .alert-link {
  color: #cccccc;
}

.alert-success {
  color: white;
  background-color: #116e52;
  border-color: #116e52;
}
.alert-success .alert-link {
  color: #cccccc;
}

.alert-info {
  color: black;
  background-color: #b0fcf9;
  border-color: #b0fcf9;
}
.alert-info .alert-link {
  color: black;
}

.alert-warning {
  color: black;
  background-color: #fef2a9;
  border-color: #fef2a9;
}
.alert-warning .alert-link {
  color: black;
}

.alert-danger {
  color: white;
  background-color: #a50d26;
  border-color: #a50d26;
}
.alert-danger .alert-link {
  color: #cccccc;
}

.alert-light {
  color: black;
  background-color: #ced4da;
  border-color: #ced4da;
}
.alert-light .alert-link {
  color: black;
}

.alert-dark {
  color: white;
  background-color: black;
  border-color: black;
}
.alert-dark .alert-link {
  color: #cccccc;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.9375rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #102D43;
  border-color: #102D43;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1338px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0a1b28;
  background-color: #cfd5d9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a1b28;
  background-color: #bac0c3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a1b28;
  border-color: #0a1b28;
}

.list-group-item-secondary {
  color: #19237a;
  background-color: #d4d8f5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #19237a;
  background-color: #bfc2dd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #19237a;
  border-color: #19237a;
}

.list-group-item-success {
  color: #0a4231;
  background-color: #cfe2dc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0a4231;
  background-color: #bacbc6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0a4231;
  border-color: #0a4231;
}

.list-group-item-info {
  color: #466564;
  background-color: #effefe;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #466564;
  background-color: #d7e5e5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #466564;
  border-color: #466564;
}

.list-group-item-warning {
  color: #666144;
  background-color: #fffcee;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #666144;
  background-color: #e6e3d6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #666144;
  border-color: #666144;
}

.list-group-item-danger {
  color: #630817;
  background-color: #edcfd4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #630817;
  background-color: #d5babf;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #630817;
  border-color: #630817;
}

.list-group-item-light {
  color: #525557;
  background-color: #f5f6f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #525557;
  background-color: #dddddf;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #525557;
  border-color: #525557;
}

.list-group-item-dark {
  color: black;
  background-color: #cccccc;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-close {
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.75rem 0.75rem;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 1;
}
.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1rem;
}

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

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #102D43;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #102D43;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1337.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover-body {
  padding: 1rem 1rem;
  color: #102D43;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #102D43;
}
.link-primary:hover, .link-primary:focus {
  color: #0d2436;
}

.link-secondary {
  color: #2A3ACC;
}
.link-secondary:hover, .link-secondary:focus {
  color: #222ea3;
}

.link-success {
  color: #116E52;
}
.link-success:hover, .link-success:focus {
  color: #0e5842;
}

.link-info {
  color: #B0FCF9;
}
.link-info:hover, .link-info:focus {
  color: #c0fdfa;
}

.link-warning {
  color: #FEF2A9;
}
.link-warning:hover, .link-warning:focus {
  color: #fef5ba;
}

.link-danger {
  color: #A50D26;
}
.link-danger:hover, .link-danger:focus {
  color: #840a1e;
}

.link-light {
  color: #ced4da;
}
.link-light:hover, .link-light:focus {
  color: #d8dde1;
}

.link-dark {
  color: #000;
}
.link-dark:hover, .link-dark:focus {
  color: black;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1338px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

.border-end {
  border-right: 1px solid #102D43 !important;
}

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

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

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

.border-start {
  border-left: 1px solid #102D43 !important;
}

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

.border-primary {
  border-color: #102D43 !important;
}

.border-secondary {
  border-color: #2A3ACC !important;
}

.border-success {
  border-color: #116E52 !important;
}

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 7.5rem !important;
}

.gap-8 {
  gap: 12rem !important;
}

.gap-9 {
  gap: 16rem !important;
}

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

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

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

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

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

.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: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 7.5rem !important;
}

.m-8 {
  margin: 12rem !important;
}

.m-9 {
  margin: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 7.5rem !important;
}

.me-8 {
  margin-right: 12rem !important;
}

.me-9 {
  margin-right: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 7.5rem !important;
}

.ms-8 {
  margin-left: 12rem !important;
}

.ms-9 {
  margin-left: 16rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 7.5rem !important;
}

.p-8 {
  padding: 12rem !important;
}

.p-9 {
  padding: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 7.5rem !important;
}

.pe-8 {
  padding-right: 12rem !important;
}

.pe-9 {
  padding-right: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 7.5rem !important;
}

.ps-8 {
  padding-left: 12rem !important;
}

.ps-9 {
  padding-left: 16rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

.fs-2 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

.fs-3 {
  font-size: calc(1.28125rem + 0.375vw) !important;
}

.fs-4 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-5 {
  font-size: calc(1.28125rem + 0.375vw) !important;
}

.fs-6 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

.fw-bolder {
  font-weight: bolder !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;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #102D43 !important;
}

.text-secondary {
  color: #2A3ACC !important;
}

.text-success {
  color: #116E52 !important;
}

.text-info {
  color: #B0FCF9 !important;
}

.text-warning {
  color: #FEF2A9 !important;
}

.text-danger {
  color: #A50D26 !important;
}

.text-light {
  color: #ced4da !important;
}

.text-dark {
  color: #000 !important;
}

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

.text-body {
  color: #102D43 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #102D43 !important;
}

.bg-secondary {
  background-color: #2A3ACC !important;
}

.bg-success {
  background-color: #116E52 !important;
}

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

  .d-sm-none {
    display: none !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;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 4.5rem !important;
  }

  .gap-sm-7 {
    gap: 7.5rem !important;
  }

  .gap-sm-8 {
    gap: 12rem !important;
  }

  .gap-sm-9 {
    gap: 16rem !important;
  }

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

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

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

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

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

  .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: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 7.5rem !important;
  }

  .m-sm-8 {
    margin: 12rem !important;
  }

  .m-sm-9 {
    margin: 16rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-sm-8 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-9 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

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

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

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

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

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

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

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

  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-sm-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-9 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

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

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

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

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

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

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

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

  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-8 {
    margin-top: 12rem !important;
  }

  .mt-sm-9 {
    margin-top: 16rem !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 4.5rem !important;
  }

  .me-sm-7 {
    margin-right: 7.5rem !important;
  }

  .me-sm-8 {
    margin-right: 12rem !important;
  }

  .me-sm-9 {
    margin-right: 16rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 16rem !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-8 {
    margin-left: 12rem !important;
  }

  .ms-sm-9 {
    margin-left: 16rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 7.5rem !important;
  }

  .p-sm-8 {
    padding: 12rem !important;
  }

  .p-sm-9 {
    padding: 16rem !important;
  }

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

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

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

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

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

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

  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-sm-8 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-9 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

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

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

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

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

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

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

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-sm-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-9 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 7.5rem !important;
  }

  .pt-sm-8 {
    padding-top: 12rem !important;
  }

  .pt-sm-9 {
    padding-top: 16rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

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

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

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

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-8 {
    padding-right: 12rem !important;
  }

  .pe-sm-9 {
    padding-right: 16rem !important;
  }

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7.5rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 16rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-8 {
    padding-left: 12rem !important;
  }

  .ps-sm-9 {
    padding-left: 16rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

  .d-md-none {
    display: none !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;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 4.5rem !important;
  }

  .gap-md-7 {
    gap: 7.5rem !important;
  }

  .gap-md-8 {
    gap: 12rem !important;
  }

  .gap-md-9 {
    gap: 16rem !important;
  }

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

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

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

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

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

  .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: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .m-md-7 {
    margin: 7.5rem !important;
  }

  .m-md-8 {
    margin: 12rem !important;
  }

  .m-md-9 {
    margin: 16rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-md-8 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-9 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

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

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

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

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

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

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

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

  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-9 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

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

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

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

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

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

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

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

  .mt-md-6 {
    margin-top: 4.5rem !important;
  }

  .mt-md-7 {
    margin-top: 7.5rem !important;
  }

  .mt-md-8 {
    margin-top: 12rem !important;
  }

  .mt-md-9 {
    margin-top: 16rem !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 4.5rem !important;
  }

  .me-md-7 {
    margin-right: 7.5rem !important;
  }

  .me-md-8 {
    margin-right: 12rem !important;
  }

  .me-md-9 {
    margin-right: 16rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 12rem !important;
  }

  .mb-md-9 {
    margin-bottom: 16rem !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

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

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 4.5rem !important;
  }

  .ms-md-7 {
    margin-left: 7.5rem !important;
  }

  .ms-md-8 {
    margin-left: 12rem !important;
  }

  .ms-md-9 {
    margin-left: 16rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .p-md-7 {
    padding: 7.5rem !important;
  }

  .p-md-8 {
    padding: 12rem !important;
  }

  .p-md-9 {
    padding: 16rem !important;
  }

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

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

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

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

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

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

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-md-8 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-9 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

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

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

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

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

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

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

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-9 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pt-md-7 {
    padding-top: 7.5rem !important;
  }

  .pt-md-8 {
    padding-top: 12rem !important;
  }

  .pt-md-9 {
    padding-top: 16rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

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

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

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

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }

  .pe-md-7 {
    padding-right: 7.5rem !important;
  }

  .pe-md-8 {
    padding-right: 12rem !important;
  }

  .pe-md-9 {
    padding-right: 16rem !important;
  }

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 12rem !important;
  }

  .pb-md-9 {
    padding-bottom: 16rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

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

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

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

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }

  .ps-md-7 {
    padding-left: 7.5rem !important;
  }

  .ps-md-8 {
    padding-left: 12rem !important;
  }

  .ps-md-9 {
    padding-left: 16rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

  .d-lg-none {
    display: none !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;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 4.5rem !important;
  }

  .gap-lg-7 {
    gap: 7.5rem !important;
  }

  .gap-lg-8 {
    gap: 12rem !important;
  }

  .gap-lg-9 {
    gap: 16rem !important;
  }

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

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

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

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

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

  .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: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 7.5rem !important;
  }

  .m-lg-8 {
    margin: 12rem !important;
  }

  .m-lg-9 {
    margin: 16rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-8 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-9 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

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

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

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

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

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

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

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

  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-9 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

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

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

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

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

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

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

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

  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 12rem !important;
  }

  .mt-lg-9 {
    margin-top: 16rem !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

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

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

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

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 4.5rem !important;
  }

  .me-lg-7 {
    margin-right: 7.5rem !important;
  }

  .me-lg-8 {
    margin-right: 12rem !important;
  }

  .me-lg-9 {
    margin-right: 16rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 16rem !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-8 {
    margin-left: 12rem !important;
  }

  .ms-lg-9 {
    margin-left: 16rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 7.5rem !important;
  }

  .p-lg-8 {
    padding: 12rem !important;
  }

  .p-lg-9 {
    padding: 16rem !important;
  }

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

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

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

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

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

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

  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-8 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-9 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

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

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

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

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

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

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

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-9 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

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

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

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

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

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

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

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-8 {
    padding-top: 12rem !important;
  }

  .pt-lg-9 {
    padding-top: 16rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

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

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

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

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-8 {
    padding-right: 12rem !important;
  }

  .pe-lg-9 {
    padding-right: 16rem !important;
  }

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

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

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

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

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

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 16rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-8 {
    padding-left: 12rem !important;
  }

  .ps-lg-9 {
    padding-left: 16rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !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;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 4.5rem !important;
  }

  .gap-xl-7 {
    gap: 7.5rem !important;
  }

  .gap-xl-8 {
    gap: 12rem !important;
  }

  .gap-xl-9 {
    gap: 16rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .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: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 7.5rem !important;
  }

  .m-xl-8 {
    margin: 12rem !important;
  }

  .m-xl-9 {
    margin: 16rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-8 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-9 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-9 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 12rem !important;
  }

  .mt-xl-9 {
    margin-top: 16rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xl-7 {
    margin-right: 7.5rem !important;
  }

  .me-xl-8 {
    margin-right: 12rem !important;
  }

  .me-xl-9 {
    margin-right: 16rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-8 {
    margin-left: 12rem !important;
  }

  .ms-xl-9 {
    margin-left: 16rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 7.5rem !important;
  }

  .p-xl-8 {
    padding: 12rem !important;
  }

  .p-xl-9 {
    padding: 16rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-8 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-9 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-9 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-8 {
    padding-top: 12rem !important;
  }

  .pt-xl-9 {
    padding-top: 16rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-8 {
    padding-right: 12rem !important;
  }

  .pe-xl-9 {
    padding-right: 16rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 16rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-8 {
    padding-left: 12rem !important;
  }

  .ps-xl-9 {
    padding-left: 16rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1338px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !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;
  }

  .d-xxl-none {
    display: none !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;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxl-7 {
    gap: 7.5rem !important;
  }

  .gap-xxl-8 {
    gap: 12rem !important;
  }

  .gap-xxl-9 {
    gap: 16rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .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: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 7.5rem !important;
  }

  .m-xxl-8 {
    margin: 12rem !important;
  }

  .m-xxl-9 {
    margin: 16rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-8 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-9 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-9 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-8 {
    margin-top: 12rem !important;
  }

  .mt-xxl-9 {
    margin-top: 16rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-8 {
    margin-right: 12rem !important;
  }

  .me-xxl-9 {
    margin-right: 16rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-8 {
    margin-left: 12rem !important;
  }

  .ms-xxl-9 {
    margin-left: 16rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 7.5rem !important;
  }

  .p-xxl-8 {
    padding: 12rem !important;
  }

  .p-xxl-9 {
    padding: 16rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-8 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-9 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-9 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-8 {
    padding-top: 12rem !important;
  }

  .pt-xxl-9 {
    padding-top: 16rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-8 {
    padding-right: 12rem !important;
  }

  .pe-xxl-9 {
    padding-right: 16rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 16rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-8 {
    padding-left: 12rem !important;
  }

  .ps-xxl-9 {
    padding-left: 16rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.125rem !important;
  }

  .fs-2 {
    font-size: 3.125rem !important;
  }

  .fs-3 {
    font-size: 1.5625rem !important;
  }

  .fs-4 {
    font-size: 1.875rem !important;
  }

  .fs-5 {
    font-size: 1.5625rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* [start] /utilities/_normalize.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* [end] /utilities/_normalize.scss */
/*BASE*/
body {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #102D43;
  background-color: #fff;
  margin: 0;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Rubik", sans-serif;
}

h2, .h2 {
  color: #fff;
  font-weight: 700;
}

h3, .h3 {
  color: #000;
  font-weight: 700;
}

h4, .h4 {
  color: #102D43;
  font-weight: 700;
  font-size: 1.25rem;
}

ul,
li {
  list-style: none;
  text-align: left;
}

a {
  font-weight: 700;
}
a:hover {
  color: #102D43;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}
img.icono {
  width: 18px;
  height: 18px;
}
img.icono.interrogacion {
  width: 24px;
  height: 26px;
}

#logo {
  width: 10rem;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  color: #2A3ACC;
}

.display-content {
  display: contents;
}

.no-scroll {
  overflow: hidden;
}

.size-img-circle {
  height: 2rem;
  width: 2rem;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.size-img-circle.big {
  height: 5rem;
  width: 5rem;
}

button {
  background: none;
  border: none;
}

/*Multidropdown*/
.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 30%;
  top: 0;
  box-shadow: 0px 4px 4px #00000029;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.home_meeting {
  background-image: url("/images/petalo_reuniones.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4.5rem;
  width: 5rem;
  height: 5rem;
}

.home_users {
  background-image: url("/images/petalo_usuarios.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6rem;
  width: 5rem;
  height: 5rem;
}

.home_room {
  background-image: url("/images/petalo_ubicaciones.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.5rem;
  width: 5rem;
  height: 5rem;
}

#img-ordenador,
#error-404,
#end-metting,
#error-500,
#gif-meeting {
  display: none;
}
@media (min-width: 75rem) {
  #img-ordenador,
#error-404,
#end-metting,
#error-500,
#gif-meeting {
    display: block;
  }
}

#gif-meeting {
  max-width: 25rem;
}

.minute_circle {
  background: #102D43;
  border: 1px solid #102D43;
  font-weight: 700;
  color: #fff;
  padding: 0.25rem 0.65rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
}

/* Tooltip */
.tooltip-main {
  border-radius: 8px;
  font-weight: 700;
  background: black;
  border: 1px solid black;
  color: #fff;
}

.tooltip-arrow {
  display: none !important;
}

.tooltip-inner {
  background: black;
  color: white;
  border: 1px solid white;
  box-shadow: 0px 3px 16px #00000029;
  width: 25rem;
  text-align: center !important;
  display: none;
}
@media (min-width: 62rem) {
  .tooltip-inner {
    display: inline-block;
  }
}

.tooltip.show {
  opacity: 1;
}

.dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Daniel */
.img-sidebar-left {
  border: 2px dotted #C3CAD0;
  display: none;
  max-width: 240px;
  margin: 0 auto !important;
  border-radius: 8px;
  padding: 1rem;
}
@media (min-width: 75rem) {
  .img-sidebar-left {
    display: block;
    margin: 0;
  }
}

.cabecera-pagina-perfil {
  padding-bottom: 35px !important;
}

#cabecera-pagina {
  background-color: #102D43;
  min-height: 192px;
  background-image: url("/images/cabacera-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
}
#cabecera-pagina.big {
  min-height: 208px;
  background-image: url("/images/cabacera-bg.svg");
}

#cabecera-pagina p {
  color: #fff;
  line-height: 4rem;
  letter-spacing: 0.05em;
}

#cabecera-pagina h1, #cabecera-pagina .h1 {
  padding-top: 65px;
  padding-bottom: 0px !important;
  color: #272727;
  font-size: 2.2em;
  font-weight: bold;
}

/* Elena */
.upload-area:hover {
  cursor: pointer;
}

.upload-area h1, .upload-area .h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

#file {
  display: none;
}

#fileexternal {
  display: none;
}

.upload-area-external {
  width: 70%;
  border: 2px solid lightgray;
  border-radius: 3px;
  margin: 0 auto;
  /*margin-top: 100px;*/
  text-align: center;
  overflow: auto;
  font-size: 1.35em;
}

.upload-area-external:hover {
  cursor: pointer;
}

.upload-area-external h1, .upload-area-external .h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

.size {
  font-size: 12px;
}

.linkfile {
  color: black !important;
  text-decoration: underline;
}

/* Juan */
#meet video {
  border-radius: 5px;
}

.dominantSpeakerIndicator {
  float: left;
  top: 15px;
  left: 16%;
  position: relative;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 3;
  background: #B62E3E;
  color: #fff;
  border: 2px solid #fff;
}

.secondary {
  border-style: none;
}

#meetingLeftPanel .collapsing {
  display: none !important;
  transition: height 0s ease-out 0s !important;
}

#meetingControls .btn:hover {
  background-color: white;
  color: black;
}

#meetingLeftPanel .btn-secondary,
#meetingCenterPanel .btn-secondary,
#meetingRightPanel .btn-secondary {
  background-color: grey;
}

#meetingLeftPanel .btn-dark,
#meetingCenterPanel .btn-dark,
#meetingRightPanel .btn-dark {
  background-color: #272727;
}

#meetingLeftPanel,
#meetingRightPanel {
  padding: 5px 5px !important;
  background-color: #f5f5f5;
}

.row-eq-height {
  display: flex;
}

.mirrored {
  transform: scaleX(-1);
}

.inverted {
  filter: invert(100%);
}

.grayscaled {
  filter: grayscale(100%);
}

.hue-rotated {
  filter: hue-rotate(90deg);
}

.listElementIndented {
  text-indent: -20px;
  margin-left: 20px;
}

/* Carlos */
.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

/* MENÚ CONTEXTUAL */
#participantContextMenu,
#participantListContextMenu {
  position: absolute;
  z-index: 9999;
}

#participantContextMenu > ul,
#participantListContextMenu > ul {
  position: relative;
}

#participantContextMenu .contextual,
#participantListContextMenu .contextual {
  min-width: 16rem;
  z-index: 1000;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #102D43;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.context-menu .dropdown-item {
  border-radius: 0.5rem;
}

/* Dropdown participantes */
/* .participantContainer .dropdown-menu {
    max-height: calc(100vh - 7.2em);
    overflow-y:auto;
} */
.text-white-bordered {
  color: white !important;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* .desktopZoomOptions button {
    border-width: 3px !important;
} */
.desktopZoomOptions {
  background-color: rgba(0, 0, 0, 0.4);
}

/* ILSE SCRREN */
.ILSEScreen #actionsNavTab,
.ILSEScreen #acciones,
.ILSEScreen #switchDesktopButton,
.ILSEScreen #colDominantSpeaker .btnSelectMainSignal,
#ILSETimer,
#askForILSETurnBtn,
.ILSETurnIcon,
.activeILSEIcon {
  display: none !important;
}

.ILSEScreen #ILSETimer,
.ILSEScreen #askForILSETurnBtn {
  display: block !important;
}

.ILSEScreen .ILSETurnIcon,
.interpreterScreen .interpreterTurnIcon {
  display: flex !important;
}

.ILSEScreen .ILSEContainer.activeILSE,
.interpreterScreen .interpreterContainer.activeInterpreter {
  border: 4px solid #B1EBC3 !important;
}

.activeILSEIcon,
.activeInterpreterIcon {
  color: #fff;
  background: #116E52;
  border-radius: 50%;
  padding: 0.1rem 0.25rem 0rem 0.25rem;
}

.ILSEScreen .ILSEContainer.activeILSE .activeILSEIcon,
.interpreterScreen .interpreterContainer.activeInterpreter .activeInterpreterIcon {
  display: block !important;
}

.ILSEScreen #colDominantSpeaker .container1,
.ILSEScreen #ColShareDesktop .container1 {
  height: 100%;
}

/* Filtros de vídeo */
#ContainerMeeting.highContrast video {
  filter: contrast(2);
}
#ContainerMeeting.invertedColors video {
  filter: invert(1);
}
#ContainerMeeting.blackAndWhite video {
  filter: grayscale(1);
}

/* BASE SIZE */
#cabecera-pagina .btn:focus-visible {
  box-shadow: none !important;
  outline: 3px dashed #fff !important;
}

.btn {
  width: 100%;
}
@media (min-width: 87.5rem) {
  .btn {
    transition: all 0.5s ease;
  }
}
.btn.sidebarBtnFocus.azul.active:focus-visible, .btn.sidebarBtnFocus.rojo.active:focus-visible, .btn.sidebarBtnFocus.rosa.active:focus-visible, .btn.sidebarBtnFocus.blanco.active:focus-visible {
  outline: 3px dashed #102D43 !important;
}
.btn.sidebarBtnFocus:focus-visible {
  outline-offset: -5px !important;
  box-shadow: none !important;
  outline: 3px dashed #ffffff !important;
}
.btn:focus-visible {
  outline-offset: 3px;
  box-shadow: none !important;
  outline: 3px dashed #D65622 !important;
}
.btn:focus {
  box-shadow: none !important;
}

.btn-base-xs,
#paginador .page-item:first-child .page-link,
#paginador .page-item:last-child .page-link,
.button-cancel-xs,
.button-green-xs,
.button-outline-green-xs,
.button-outline-sub-xs,
.button-outline-grey-xs,
.button-outline-xs,
.button-terciary-xs,
.button-secundary-xs,
.button-primary-xs,
.button-home-xs {
  height: 3rem;
  font-weight: 700;
}
@media (min-width: 62rem) {
  .btn-base-xs,
#paginador .page-item:first-child .page-link,
#paginador .page-item:last-child .page-link,
.button-cancel-xs,
.button-green-xs,
.button-outline-green-xs,
.button-outline-sub-xs,
.button-outline-grey-xs,
.button-outline-xs,
.button-terciary-xs,
.button-secundary-xs,
.button-primary-xs,
.button-home-xs {
    width: 8rem;
  }
}

.btn-base-sm,
.button-cancel-sm,
.button-green-sm,
.button-outline-green-sm,
.button-outline-sub-sm,
.button-outline-grey-sm,
.button-outline-sm,
.button-terciary-sm,
.button-secundary-sm,
.button-primary-sm,
.button-home-sm {
  height: 3.111rem;
  font-weight: 700;
}
@media (min-width: 62rem) {
  .btn-base-sm,
.button-cancel-sm,
.button-green-sm,
.button-outline-green-sm,
.button-outline-sub-sm,
.button-outline-grey-sm,
.button-outline-sm,
.button-terciary-sm,
.button-secundary-sm,
.button-primary-sm,
.button-home-sm {
    width: 12.3rem;
  }
}

.btn-base-md,
.button-cancel-md,
.button-green-md,
.button-outline-green-md,
.button-outline-sub-md,
.button-outline-grey-md,
.button-outline-md,
.button-terciary-md,
.button-secundary-md,
.button-primary-md,
.button-home-outline-md,
.button-home-md {
  height: 3.5rem;
  font-weight: 700;
}
@media (min-width: 62rem) {
  .btn-base-md,
.button-cancel-md,
.button-green-md,
.button-outline-green-md,
.button-outline-sub-md,
.button-outline-grey-md,
.button-outline-md,
.button-terciary-md,
.button-secundary-md,
.button-primary-md,
.button-home-outline-md,
.button-home-md {
    width: 13.778rem;
  }
}

.btn-base-lg,
.button-cancel-lg,
.button-green-lg,
.button-outline-green-lg,
.button-outline-sub-lg,
.button-outline-grey-lg,
.button-outline-lg,
.button-terciary-lg,
.button-secundary-lg,
.button-primary-lg,
.button-home-lg {
  height: 3.5rem;
  font-weight: 700;
}
@media (min-width: 62rem) {
  .btn-base-lg,
.button-cancel-lg,
.button-green-lg,
.button-outline-green-lg,
.button-outline-sub-lg,
.button-outline-grey-lg,
.button-outline-lg,
.button-terciary-lg,
.button-secundary-lg,
.button-primary-lg,
.button-home-lg {
    width: 15.556rem;
  }
}

/* HOME */
.button-home-xs {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-home-xs:hover, .button-home-xs:focus, .button-home-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-home-sm {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-home-sm:hover, .button-home-sm:focus, .button-home-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-home-md {
  background: #fff;
  color: #2A3ACC;
  border: 2px solid #2A3ACC;
  box-shadow: 0px 8px 8px #00000029;
}
.button-home-md:hover, .button-home-md:focus, .button-home-md:active {
  background: #2A3ACC;
  color: #fff;
  border: 2px solid #151f76;
  box-shadow: 0px 8px 8px #151f76;
}

.button-home-lg {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-home-lg:hover, .button-home-lg:focus, .button-home-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-home-outline-md {
  color: #2A3ACC;
}
.button-home-outline-md:hover, .button-home-outline-md:focus, .button-home-outline-md:active {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #151f76;
}

/* PRIMARY */
.button-primary-xs {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-primary-xs:hover, .button-primary-xs:focus, .button-primary-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-primary-sm {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-primary-sm:hover, .button-primary-sm:focus, .button-primary-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-primary-md {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-primary-md:hover, .button-primary-md:focus, .button-primary-md:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-primary-lg {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.button-primary-lg:hover, .button-primary-lg:focus, .button-primary-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

/* SECUNDARY */
.button-secundary-xs {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}
.button-secundary-xs:hover, .button-secundary-xs:focus, .button-secundary-xs:active {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}

.button-secundary-sm {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}
.button-secundary-sm:hover, .button-secundary-sm:focus, .button-secundary-sm:active {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}

.button-secundary-md {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}
.button-secundary-md:hover, .button-secundary-md:focus, .button-secundary-md:active {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}

.button-secundary-lg {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}
.button-secundary-lg:hover, .button-secundary-lg:focus, .button-secundary-lg:active {
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}

/* TERCIARY */
.button-terciary-xs {
  background: #fff;
  color: #2A3ACC;
  box-shadow: 0px 4px 4px #00000029;
}
.button-terciary-xs:hover, .button-terciary-xs:focus, .button-terciary-xs:active {
  background: #102D43;
  color: #fff;
}

.button-terciary-sm {
  background: #fff;
  color: #2A3ACC;
  box-shadow: 0px 4px 4px #00000029;
}
.button-terciary-sm:hover, .button-terciary-sm:focus, .button-terciary-sm:active {
  background: #102D43;
  color: #fff;
}

.button-terciary-md {
  background: #fff;
  color: #2A3ACC;
  box-shadow: 0px 4px 4px #00000029;
}
.button-terciary-md:hover, .button-terciary-md:focus, .button-terciary-md:active {
  background: #102D43;
  color: #fff;
}

.button-terciary-lg {
  background: #fff;
  color: #2A3ACC;
  box-shadow: 0px 3px 24px #0000004D;
}
.button-terciary-lg:hover, .button-terciary-lg:focus, .button-terciary-lg:active {
  background: #102D43;
  color: #fff;
}

/* OUTLINE */
.button-outline-xs {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-xs:hover, .button-outline-xs:focus, .button-outline-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-sm {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-sm:hover, .button-outline-sm:focus, .button-outline-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-md {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-md:hover, .button-outline-md:focus, .button-outline-md:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-lg {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-lg:hover, .button-outline-lg:focus, .button-outline-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

/* OUTLINE-GREY */
.button-outline-grey-xs {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-grey-xs:hover, .button-outline-grey-xs:focus, .button-outline-grey-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-grey-sm {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-grey-sm:hover, .button-outline-grey-sm:focus, .button-outline-grey-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-grey-md {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-grey-md:hover, .button-outline-grey-md:focus, .button-outline-grey-md:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-grey-lg {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}
.button-outline-grey-lg:hover, .button-outline-grey-lg:focus, .button-outline-grey-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

/* OUTLINE SUBS */
.button-outline-sub-xs {
  background: #fff;
  color: #102D43;
}
.button-outline-sub-xs:hover, .button-outline-sub-xs:focus, .button-outline-sub-xs:active {
  background: #fff;
  color: #2A3ACC;
}

.button-outline-sub-sm {
  background: #fff;
  color: #102D43;
}
.button-outline-sub-sm:hover, .button-outline-sub-sm:focus, .button-outline-sub-sm:active {
  background: #fff;
  color: #2A3ACC;
}

.button-outline-sub-md {
  background: #fff;
  color: #102D43;
}
.button-outline-sub-md:hover, .button-outline-sub-md:focus, .button-outline-sub-md:active {
  background: #fff;
  color: #2A3ACC;
}

.button-outline-sub-lg {
  background: #fff;
  color: #102D43;
}
.button-outline-sub-lg:hover, .button-outline-sub-lg:focus, .button-outline-sub-lg:active {
  background: #fff;
  color: #2A3ACC;
}

/* OUTLINE-GREEN */
.button-outline-green-xs {
  background: #F4F4FB;
  color: #116E52;
  border: 1px solid #116E52;
}
.button-outline-green-xs:hover, .button-outline-green-xs:focus, .button-outline-green-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-green-sm {
  background: #F4F4FB;
  color: #116E52;
  border: 1px solid #116E52;
}
.button-outline-green-sm:hover, .button-outline-green-sm:focus, .button-outline-green-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}
.button-outline-green-sm.init:hover, .button-outline-green-sm.init:focus, .button-outline-green-sm.init:active {
  background: #116E52;
  color: #fff;
  border: 1px solid #fff;
}

.button-outline-green-md {
  background: #F4F4FB;
  color: #116E52;
  border: 1px solid #116E52;
}
.button-outline-green-md:hover, .button-outline-green-md:focus, .button-outline-green-md:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-outline-green-lg {
  background: #F4F4FB;
  color: #116E52;
  border: 1px solid #116E52;
}
.button-outline-green-lg:hover, .button-outline-green-lg:focus, .button-outline-green-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

/* GREEN */
.button-green-xs {
  background: #116E52;
  color: #fff;
  border: 1px solid #116E52;
}
.button-green-xs:hover, .button-green-xs:focus, .button-green-xs:active {
  background: white;
  color: #116E52;
  border: 1px solid #116E52;
}

.button-green-sm {
  background: #116E52;
  color: #fff;
  border: 1px solid #116E52;
}
.button-green-sm:hover, .button-green-sm:focus, .button-green-sm:active {
  background: white;
  color: #116E52;
  border: 1px solid #116E52;
}

.button-green-md {
  background: #116E52;
  color: #fff;
  border: 1px solid #116E52;
}
.button-green-md:hover, .button-green-md:focus, .button-green-md:active {
  background: white;
  color: #116E52;
  border: 1px solid #116E52;
}

.button-green-lg {
  background: #116E52;
  color: #fff;
  border: 1px solid #116E52;
}
.button-green-lg:hover, .button-green-lg:focus, .button-green-lg:active {
  background: white;
  color: #116E52;
  border: 1px solid #116E52;
}

/* DELETE/CANCEL */
.button-cancel-xs {
  background: #A50D26;
  color: #fff;
  border: 1px solid #A50D26;
}
.button-cancel-xs:hover, .button-cancel-xs:focus, .button-cancel-xs:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-cancel-sm {
  background: #A50D26;
  color: #fff;
  border: 1px solid #A50D26;
}
.button-cancel-sm:hover, .button-cancel-sm:focus, .button-cancel-sm:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-cancel-md {
  background: #A50D26;
  color: #fff;
  border: 1px solid #A50D26;
}
.button-cancel-md:hover, .button-cancel-md:focus, .button-cancel-md:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.button-cancel-lg {
  background: #A50D26;
  color: #fff;
  border: 1px solid #A50D26;
}
.button-cancel-lg:hover, .button-cancel-lg:focus, .button-cancel-lg:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

/* HOME */
.btn-home {
  width: 320px;
  height: 128px;
  font-weight: 400;
  box-shadow: 0px 4px 4px #00000029;
  background: #F4F4FB;
  font-size: 1.5625rem;
}
@media (min-width: 48rem) {
  .btn-home {
    width: 400px;
  }
}
.btn-home:hover, .btn-home:focus {
  color: #2A3ACC !important;
  border: 1px solid #2A3ACC;
  background: #fff;
}

/* TRANSPARENT */
.button-transparent {
  width: auto;
  height: auto;
  background: none;
  color: #102D43;
}
.button-transparent:hover, .button-transparent:focus, .button-transparent:active {
  color: #2A3ACC;
}

table {
  min-width: 600px;
}
table tbody tr th a {
  font-size: 1rem;
}

.conmargen {
  margin-bottom: 440px;
}

.sinmargen {
  margin-bottom: 40px;
}

@media (min-width: 48rem) {
  .conmargen {
    margin-bottom: 354px;
  }
}
@media (min-width: 62rem) {
  .conmargen {
    margin-bottom: 400px;
  }
}
@media (min-width: 75rem) {
  .conmargen {
    margin-bottom: 300px;
  }
}
@media (min-width: 87.5rem) {
  .conmargen {
    margin-bottom: 240px;
  }
}
.alert {
  box-shadow: 0px 4px 4px #00000029;
  bottom: 0;
  width: 100%;
  min-width: 0.5rem;
  z-index: 5;
}
.alert.fixed-alert {
  left: 0 !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 0;
}
.alert.modal {
  left: 0;
  width: auto;
}
@media (min-width: 75rem) {
  .alert {
    left: calc(100vw/4);
    width: 50%;
  }
}
.alert.alert-warning {
  color: #102D43 !important;
  border: 1px solid #614D0C;
}
.alert.alert-warning .btn-close {
  background-image: url("/images/clear.svg") !important;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding: 1rem !important;
}
.alert.alert-warning .btn-close:focus {
  border: 1px solid #102D43;
}
.alert.alert-info .btn-close {
  background-image: url("/images/clear.svg") !important;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.alert.alert-info .btn-close:focus {
  border: 1px solid #000;
}
.alert ​​​​​​​​ .btn-close {
  padding: 0.5rem 1rem !important;
}
.alert ​​​​​​​​ .btn-close:focus {
  border: 1px solid #fff;
}

.btn-close:focus {
  border: 1px solid #fff;
}

.gif-alert {
  padding: 1rem;
}
@media (min-width: 87.5rem) {
  .gif-alert {
    padding: 0rem;
  }
}
.gif-alert.yellow {
  background: #FEF2A9;
}
.gif-alert.pink {
  background: #FBDEF7;
}
.gif-alert.gray {
  background: #F4F4FB;
}

#paginador .page-item:not(.active) {
  display: none;
}
#paginador .page-item:not(.active):first-child, #paginador .page-item:not(.active):last-child {
  display: block;
}
@media (min-width: 62rem) {
  #paginador .page-item:not(.active) {
    display: block;
  }
}
#paginador .page-link {
  border-radius: 0.25rem;
  cursor: pointer;
  min-width: 2.9rem;
  height: 3rem;
  margin: 0 0.4rem;
  text-align: center;
}
#paginador .page-link:hover {
  box-shadow: 0px 4px 4px #00000029;
}
#paginador .page-link:focus {
  border-color: #102D43;
}

.modal.scroll {
  max-height: 425px;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url("/images/clear.svg") !important;
  background-size: 24px 24px;
}
@media (min-width: 62rem) {
  .modal .modal-header .btn-close {
    top: 1rem;
    right: 1rem;
  }
}
.modal .modal-header .btn-close:focus {
  border: 1px solid #000;
}
.modal .modal-body {
  font-size: 1rem;
  padding: 0.5rem;
  overflow-x: hidden;
}

.scroll {
  overflow-x: overlay;
  max-height: 18.75rem;
}

.type-file {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
  padding-top: 0.25rem;
  border: 1px solid #102D43;
  background: #102D43;
}
.type-file.pdf {
  border: 1px solid #9A092B;
  background: #9A092B;
}
.type-file.docx {
  border: 1px solid #1A3691;
  background: #1A3691;
}
.type-file.ppt, .type-file.pptx {
  border: 1px solid #B7472A;
  background: #B7472A;
}
.type-file.xlsx, .type-file.csv, .type-file.xls, .type-file.xlsm {
  border: 1px solid #116E52;
  background: #116E52;
}
.type-file.svg, .type-file.png, .type-file.jpg, .type-file.jpeg {
  border: 1px solid #102D43;
  background: #102D43;
}
.type-file.txt {
  border: 1px solid #E6E9EC;
  background: #E6E9EC;
  color: #102D43 !important;
}

.breadcrumb {
  background-color: transparent;
  margin: 2rem 0;
}

.breadcrumb-item {
  font-size: 1rem;
}
.breadcrumb-item a {
  color: #102D43;
  text-decoration: underline;
  font-weight: 400;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #2A3ACC;
}
.breadcrumb-item.active {
  text-decoration: none;
  color: #102D43;
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 0.5rem;
  color: #102D43;
  content: ">";
}

.accordion.minute {
  margin: 2rem 0;
}
.accordion.minute .accordion-header {
  width: 56.5vw;
}
@media (min-width: 62rem) {
  .accordion.minute .accordion-header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 25%;
  }
}
.accordion.minute .accordion-header .accordion-button {
  color: #2A3ACC;
  background: #F4F4FB;
  border: none !important;
  border-radius: 0px;
  margin-bottom: 0 !important;
  min-height: 1.5rem !important;
  box-shadow: none;
}
.accordion.minute .accordion-header .accordion-button.minute:after {
  background-image: url("/images/arrow_indigo_down.svg") !important;
  background-size: 24px 24px !important;
}
.accordion.minute .accordion-header .accordion-button.minute:after:not(.collapsed) {
  background-image: url("/images/arrow_indigo_up.svg") !important;
  background-size: 24px 24px;
}
.accordion.minute .accordion-collapse {
  box-shadow: none !important;
  border: none !important;
}
.accordion.minute .accordion-collapse .accordion-body {
  background: #F4F4FB;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item .accordion-header {
  transition: 0.5s;
}
.accordion .accordion-item .accordion-header:hover {
  filter: brightness(105%);
}
.accordion .accordion-item .accordion-header .reunion-en-curso {
  position: relative;
}
.accordion .accordion-item .accordion-header .reunion-en-curso .ahora {
  font-size: 0.875rem;
  position: absolute;
  top: -10px;
}
.accordion .accordion-item .accordion-header .fecha {
  font-size: 0.9rem;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.25rem;
  margin-bottom: 0rem;
  font-weight: 700;
  border: 2px solid #102D43;
  min-height: 104px;
}
.accordion .accordion-item .accordion-header .accordion-button .img-ahora {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  top: -65px;
  left: -5px;
}
@media (min-width: 62rem) {
  .accordion .accordion-item .accordion-header .accordion-button .img-ahora {
    top: -45px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button .titulo {
  width: auto;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  border: 2px solid #102D43 !important;
}
.accordion .accordion-item .accordion-header .accordion-button:before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-size: 18px 18px;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  margin-bottom: 2.5rem;
  border: none;
  min-height: 72px;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed .img-ahora {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  top: -65px;
  left: -5px;
}
@media (min-width: 62rem) {
  .accordion .accordion-item .accordion-header .accordion-button.collapsed .img-ahora {
    top: -45px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed .titulo {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .accordion .accordion-item .accordion-header .accordion-button.collapsed .titulo {
    width: calc(100vh - 10%);
  }
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-image: url("/images/arrow_down.svg");
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  background-image: url("/images/arrow_down.svg");
  transform: rotate(-180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background: none !important;
}
.accordion .accordion-item .accordion-collapse {
  margin-bottom: 2.5rem;
  box-shadow: 0px 4px 4px #00000029;
  border-bottom: 2px solid #102D43;
  border-left: 2px solid #102D43;
  border-right: 2px solid #102D43;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 1rem;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon {
  height: 48px;
  width: 100%;
  background: #DBDFE3;
  color: #102D43;
  border: 1px solid #DBDFE3;
  margin: 0rem 0.5rem;
  font-weight: 700;
  padding-top: 12px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.doc {
  background: #F4F4FB;
  border: 1px solid #2A3ACC;
  color: #2A3ACC;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.doc:hover, .accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.doc:focus {
  border: 1px solid #102D43;
  color: #102D43;
  background: #DBDFE3;
}
@media (min-width: 48rem) {
  .accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon {
    min-width: 7.667rem;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon:hover, .accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon:focus {
  border: 1px solid #2A3ACC;
  color: #2A3ACC;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.verde {
  background: #116E52;
  border: 1px solid #116E52;
  color: #fff;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.verde:hover, .accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.verde:focus {
  background: #fff;
  border: 1px solid #116E52;
  color: #116E52;
}
.accordion .accordion-item .accordion-collapse .accordion-body .boton-acordeon.verde {
  background: #116E52;
  border: 1px solid #116E52;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #102D43;
  font-weight: 400;
}
.accordion .accordion-item .accordion-collapse .accordion-body a:hover, .accordion .accordion-item .accordion-collapse .accordion-body a:focus {
  color: #2A3ACC;
}
.accordion .accordion-item .accordion-collapse .accordion-body a.eliminar {
  color: #A50D26;
}
.accordion .accordion-item .accordion-collapse .accordion-body a:hover, .accordion .accordion-item .accordion-collapse .accordion-body a:focus {
  color: #2A3ACC;
}

.indigo {
  color: #2A3ACC !important;
}
.indigo:hover {
  color: #102D43 !important;
}

.admin {
  border: 1px solid #2A3ACC;
  background: #FEF2A9;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
}
.admin .boton-acta {
  background: #fff;
  color: #2A3ACC !important;
  border: 1px solid #2A3ACC;
  width: 100%;
  min-width: 6rem;
  height: 3rem;
  margin: 0.5rem 0;
  padding: 0.75rem 0.25rem;
}
.admin .boton-acta:hover {
  background: #2A3ACC;
  color: #fff !important;
  box-shadow: 0px 4px 4px #00000029;
}

.reunion-ahora {
  background-color: #FEF2A9 !important;
}

#boton-acordeon1,
#boton-acordeon3,
#boton-acordeon5,
#boton-acordeon7,
#boton-acordeon9 {
  background-color: #C0FDFB;
}

#boton-acordeon2,
#boton-acordeon4,
#boton-acordeon6,
#boton-acordeon8,
#boton-acordeon10 {
  background-color: #D0E5E8;
}

#boton-acordeon-finish1,
#boton-acordeon-finish3,
#boton-acordeon-finish5,
#boton-acordeon-finish7,
#boton-acordeon-finish9,
#boton-acordeon-finish11,
#boton-acordeon-finish13,
#boton-acordeon-finish15,
#boton-acordeon-finish17,
#boton-acordeon-finish19 {
  background-color: #E6E9EC;
}

#boton-acordeon-finish2,
#boton-acordeon-finish4,
#boton-acordeon-finish6,
#boton-acordeon-finish8,
#boton-acordeon-finish10,
#boton-acordeon-finish12,
#boton-acordeon-finish14,
#boton-acordeon-finish16,
#boton-acordeon-finish18,
#boton-acordeon-finish20 {
  background-color: #B7BBBF;
}

#boton-acordeon-prox1,
#boton-acordeon-prox3,
#boton-acordeon-prox5,
#boton-acordeon-prox7,
#boton-acordeon-prox9,
#boton-acordeon-prox11,
#boton-acordeon-prox13,
#boton-acordeon-prox15,
#boton-acordeon-prox17,
#boton-acordeon-prox19 {
  background-color: #E8E1FC;
}

#boton-acordeon-prox2,
#boton-acordeon-prox4,
#boton-acordeon-prox6,
#boton-acordeon-prox8,
#boton-acordeon-prox10,
#boton-acordeon-prox12,
#boton-acordeon-prox14,
#boton-acordeon-prox16,
#boton-acordeon-prox18,
#boton-acordeon-prox20 {
  background-color: #D6E0FB;
}

.tab-content {
  border: 1px solid #8795A0;
  padding: 4.5rem 0;
}

.nav-tabs .nav-item {
  background: #dee2e6;
  min-width: 11rem;
}
.nav-tabs .nav-item.ext {
  min-width: auto;
}

/*Steps*/
#Steps {
  position: relative;
}
#Steps hr {
  height: 2px;
  width: 100%;
  border-width: 0;
  color: #495057;
  background-color: #495057;
  top: 15%;
  z-index: -1;
}
#Steps li {
  background: none;
  min-width: auto;
}
#Steps li:first-child a:not(.active) {
  color: #fff !important;
  background: #102D43 !important;
  border: 3px solid #102D43 !important;
}
#Steps li span {
  color: #102D43;
  font-weight: 700;
  font-size: 0.85rem;
}
#Steps li a {
  color: #102D43;
  border-radius: 100%;
  border: 2px solid #102D43;
  background: #fff;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  padding: 0.5rem;
  font-weight: 900;
  font-size: 1.25rem;
}
#Steps li a:hover {
  background-color: #eeeeee;
}
#Steps li a.active {
  color: #102D43 !important;
  background: #102D43 !important;
  border: 1px solid #102D43;
}
#Steps li a:not(.active) .ok {
  color: #fff !important;
  background: #102D43 !important;
  border: 3px solid #102D43 !important;
}

#StepsContent.tab-content {
  border: 0;
  padding: 0;
}

.ok {
  color: #fff !important;
  background: #102D43 !important;
  border: 3px solid #102D43 !important;
}

.bocadillo-cuadrado {
  position: relative;
  height: auto;
  width: 100%;
  background: white;
  border: 1px solid #8795A0;
  margin: 1rem 0;
  padding: 1rem 2rem;
}
.bocadillo-cuadrado:not(.meet):before {
  border: 12px solid #8795A0;
  content: "";
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -24px;
  left: 1rem;
}

.btn-counter {
  height: 3.5rem !important;
  width: 3.5rem !important;
  background: #fff;
  color: #4C6172;
  border: 1px solid #4C6172;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
}
.btn-counter:disabled {
  background: #E6E9EC !important;
  color: #8795A0 !important;
  border: #E6E9EC !important;
}

.input-counter {
  font-weight: 400;
  color: #102D43;
  border: 1px solid #4C6172;
  font-size: 1.25rem;
  height: 56px;
  border-radius: 8px;
  width: 70px;
  text-align: center;
  margin: 0 1rem;
}
.input-counter:-moz-read-only {
  background: #fff !important;
}
.input-counter:read-only {
  background: #fff !important;
}

.wrapper-progressBar {
  width: 100%;
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
}

.progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: dodgerblue;
}

.progressBar li.active:before {
  border-color: dodgerblue;
  background-color: dodgerblue;
}

.progressBar li.active + li:after {
  background-color: dodgerblue;
}

/* Input */
input {
  /*&:read-only {
      background-color: transparent;


  } */
}
input::-moz-placeholder {
  font-size: 0.875em;
}
input:-ms-input-placeholder {
  font-size: 0.875em;
}
input::placeholder {
  font-size: 0.875em;
}

.form-group {
  margin-bottom: 1rem;
}

label,
.form-check-label {
  font-size: 1rem;
  color: #102D43;
  display: initial;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("/images/today.svg") !important;
}

#chatTextFieldEmojiPicker, #privateChatTextFieldEmojiPicker, .emojiPickerContainer {
  left: 0.1em;
  bottom: 0em;
}

#attachPrivateFileButton {
  left: 0px;
  bottom: 0px;
}

#chatEmojiPickerButton, #privateChatEmojiPickerButton, #ILSEChatEmojiPickerButton, .emojiPickerButton {
  color: #FEF2A9;
  text-shadow: -1px -1px 0 #102D43, 1px -1px 0 #102D43, -1px 1px 0 #102D43, 1px 1px 0 #102D43;
}
#chatEmojiPickerButton:hover, #privateChatEmojiPickerButton:hover, #ILSEChatEmojiPickerButton:hover, .emojiPickerButton:hover {
  color: #fff;
  text-shadow: -1px -1px 0 #2A3ACC, 1px -1px 0 #2A3ACC, -1px 1px 0 #2A3ACC, 1px 1px 0 #2A3ACC;
}
#chatEmojiPickerButton:disabled, #privateChatEmojiPickerButton:disabled, #ILSEChatEmojiPickerButton:disabled, .emojiPickerButton:disabled {
  color: #ced4da;
  text-shadow: -1px -1px 0 #98A5AF, 1px -1px 0 #98A5AF, -1px 1px 0 #98A5AF, 1px 1px 0 #98A5AF;
}
#chatEmojiPickerButton:disabled:hover, #privateChatEmojiPickerButton:disabled:hover, #ILSEChatEmojiPickerButton:disabled:hover, .emojiPickerButton:disabled:hover {
  color: #ced4da;
  text-shadow: -1px -1px 0 #98A5AF, 1px -1px 0 #98A5AF, -1px 1px 0 #98A5AF, 1px 1px 0 #98A5AF;
}

/* Text area */
.form-area {
  font-weight: 400;
  color: #102D43;
  border: 1px solid #4C6172;
  font-size: 1.25rem;
  height: 7rem;
  border-radius: 8px;
  width: 100%;
  line-height: 1.5;
  padding: 0.75rem;
}
.form-area.width_min {
  width: 98% !important;
}
.form-area.big {
  height: 15rem;
}
.form-area.meeting {
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.1;
  resize: none;
}
.form-area.meeting.right {
  padding-right: 1.85rem !important;
}
.form-area.meeting.left {
  padding-left: 1.85rem !important;
}
.form-area:focus {
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #2A3ACC !important;
  color: #102D43;
}
.form-area.is-invalid {
  background-image: none !important;
  border-color: #A50D26;
}
.form-area.is-invalid:focus {
  box-shadow: 0px 3px 6px #00000029;
}

/* Input y Select */
.input-group .input-group-text {
  background: #fff !important;
  border: 1px solid #4C6172 !important;
}

.editChat {
  font-weight: 400;
  color: #102D43;
  border: 1px solid #4C6172;
  height: 3.5rem;
  border-radius: 8px;
  width: 100%;
  padding: 0.5rem;
}

.form-control,
.form-select {
  font-weight: 400;
  color: #102D43;
  border: 1px solid #4C6172;
  font-size: 1.25rem;
  height: 3.5rem;
  border-radius: 8px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #2A3ACC;
  color: #102D43;
}
.form-control.plus,
.form-select.plus {
  background-image: url("/images/ico-añadir.svg") !important;
}
.form-control.border-bottom,
.form-select.border-bottom {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.form-control.border-bottom.indigo,
.form-select.border-bottom.indigo {
  border-bottom: 1px solid #2A3ACC !important;
}
.form-control.border-bottom:focus,
.form-select.border-bottom:focus {
  box-shadow: none;
  background: none;
}
.form-control.is-invalid,
.form-select.is-invalid {
  background-image: none !important;
}
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  box-shadow: 0px 3px 6px #00000029;
}

.color-subs[value="#800080"]:before, .color-subs[value="#008000"]:before, .color-subs[value="#FFFF00"]:before, .color-subs[value="#000080"]:before, .color-subs[value="#0000FF"]:before, .color-subs[value="#808080"]:before, .color-subs[value="#000000"]:before, .color-subs[value="#FFFFFF"]:before, .color-subs[value="#800000"]:before, .color-subs[value="#FF0000"]:before, .example-color.morado, .example-color.verde, .example-color.amarillo, .example-color.azul-oscuro, .example-color.azul, .example-color.gris, .example-color.negro, .example-color.blanco, .example-color.marron, .example-color.rojo {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 1rem;
  border: 1px solid #102D43;
  border-radius: 6px;
  vertical-align: bottom;
}

.example-color {
  font-size: 1.125rem;
  color: #102D43;
  padding: 0.5rem 0;
}
.example-color.rojo {
  background: #FF0000;
}
.example-color.marron {
  background: #800000;
}
.example-color.blanco {
  background: #FFFFFF;
}
.example-color.negro {
  background: #000000;
}
.example-color.gris {
  background: #808080;
}
.example-color.azul {
  background: #0000FF;
}
.example-color.azul-oscuro {
  background: #000080;
}
.example-color.amarillo {
  background: #FFFF00;
}
.example-color.verde {
  background: #008000;
}
.example-color.morado {
  background: #800080;
}

.color-subs {
  font-size: 1.125rem;
  color: #102D43;
  padding: 0.5rem 0.25rem;
  cursor: pointer;
}
.color-subs:hover {
  color: #2A3ACC;
}
.color-subs[value="#FF0000"]:before {
  background: #FF0000;
}
.color-subs[value="#800000"]:before {
  background: #800000;
}
.color-subs[value="#FFFFFF"]:before {
  background: #FFFFFF;
}
.color-subs[value="#000000"]:before {
  background: #000000;
}
.color-subs[value="#808080"]:before {
  background: #808080;
}
.color-subs[value="#0000FF"]:before {
  background: #0000FF;
}
.color-subs[value="#000080"]:before {
  background: #000080;
}
.color-subs[value="#FFFF00"]:before {
  background: #FFFF00;
}
.color-subs[value="#008000"]:before {
  background: #008000;
}
.color-subs[value="#800080"]:before {
  background: #800080;
}

.form-select {
  background-image: url("/images/arrow_forward_ios.svg");
  background-size: 16px 16px;
}
.form-select.white {
  background: #fff;
  background-image: url("/images/arrow_forward_ios.svg") !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center;
}
.form-select.size {
  height: auto;
}
@media (min-width: 62rem) {
  .form-select.size {
    height: 10.5rem;
  }
}
.form-select option {
  color: #102D43;
}

.form-check-inline.relative {
  position: relative;
  padding: 0;
}

/* Check */
.form-check-input:focus {
  outline: 2px solid #2A3ACC !important;
}
.form-check-input.absolute {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  margin: 0;
}
.form-check-input:checked {
  border: 1px solid #2A3ACC;
  background-color: #FEF2A9 !important;
  color: #102D43 !important;
  background-image: url("/images/checkbox.svg") !important;
  background-repeat: no-repeat;
}

/* .form-check-input[type=radio] {


    &.radio {

    &:not(:checked) {
        display: none;
    }

}

} */
/* Change the white to any color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-file {
  font-weight: 400;
  color: #102D43;
  display: block;
  width: 100%;
}
.form-file:-moz-read-only {
  background: #fff !important;
}
.form-file:read-only {
  background: #fff !important;
}

/* Input file*/
input[type=file]#formFileMultiple {
  font-size: 1rem;
  background: transparent !important;
}

input[type=file]::-webkit-file-upload-button {
  background: #102D43;
  color: #F4F4FB;
  border: 1px solid #102D43;
  border-radius: 0.5rem;
  height: 3.111rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
input[type=file]::-webkit-file-upload-button:hover {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
  border-radius: 0.5rem;
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  background: #102D43;
  color: #F4F4FB;
  border: 1px solid #102D43;
  border-radius: 0.5rem;
  height: 3.111rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
input[type=file]::-ms-file-upload-button:hover {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
  border-radius: 0.5rem;
  cursor: pointer;
}

input[type=file]::-webkit-file-upload-button {
  background: #102D43;
  color: #F4F4FB;
  border: 1px solid #102D43;
  border-radius: 0.5rem;
  height: 3.111rem;
  font-weight: 700;
  padding: 0 0.5rem;
}

input[type=file]::file-selector-button {
  background: #102D43;
  color: #F4F4FB;
  border: 1px solid #102D43;
  border-radius: 0.5rem;
  height: 3.111rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
input[type=file]::-webkit-file-upload-button:hover {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
  border-radius: 0.5rem;
  cursor: pointer;
}
input[type=file]::file-selector-button:hover {
  background: #F4F4FB;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* Switches */
.form-switch {
  margin-bottom: 0;
}
.form-switch .form-check-input {
  border: 1px solid #102D43;
}
.form-switch .form-check-input:checked {
  background-color: #188866 !important;
  color: #102D43 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-label {
  color: #102D43;
}

/*Range*/
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #102D43 !important;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  border: 1px solid #102D43;
}
.slider:focus {
  border: 1px solid #2A3ACC;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #B1EBC3;
  cursor: pointer;
  border: 2px solid #102D43;
  box-shadow: 0px 3px 16px #00000029;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #B1EBC3;
  cursor: pointer;
  border: 2px solid #102D43;
  box-shadow: 0px 3px 16px #00000029;
}

input[type=range]::-ms-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #B1EBC3;
  cursor: pointer;
  border: 2px solid #102D43;
  box-shadow: 0px 3px 16px #00000029;
}

.fondo-blue {
  background-color: #F6FAFE !important;
  height: 0;
}

.error p {
  margin-bottom: 0;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

form.login {
  width: 100%;
}
@media (min-width: 75rem) {
  form.login {
    width: 75%;
  }
}
form .password-mostrar-ocultar {
  position: relative;
}
form .password-mostrar-ocultar .icono-ojo {
  position: absolute;
  font-size: 1rem;
  top: 3rem;
  right: 2rem;
  color: #102D43;
  border: none;
  background: none;
}
form .password-mostrar-ocultar .icono-ojo.pass-icon-ver, form .password-mostrar-ocultar .icono-ojo.conf-icon-ver, form .password-mostrar-ocultar .icono-ojo.pass-act-icon-ver {
  display: block;
}
form .password-mostrar-ocultar .icono-ojo.pass-icon-ocultar, form .password-mostrar-ocultar .icono-ojo.conf-icon-ocultar, form .password-mostrar-ocultar .icono-ojo.pass-act-icon-ocultar {
  display: none;
}
form .password-mostrar-ocultar .icono-ojo.login {
  right: 1rem;
}
form .password-mostrar-ocultar .icono-ojo:hover, form .password-mostrar-ocultar .icono-ojo:focus {
  color: #2A3ACC;
}
form .password-mostrar-ocultar .icono-ojo img {
  height: 20px;
  width: 28px;
  margin-bottom: 0.25rem;
}

.restablecer-contraseña h2, .restablecer-contraseña .h2 {
  color: #102D43;
}

.nav-link.active.tab {
  color: #fff !important;
}

.nav-link.tab {
  color: #102D43 !important;
}

.content-img-thumbail {
  border: 2px dotted #C3CAD0 !important;
  margin-bottom: 1rem;
}
.content-img-thumbail .img-thumbnail {
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
  width: auto;
  padding: 1rem;
  margin: 0 auto;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail {
  width: 60px;
  height: 28px;
  padding: 2px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0 1.5rem 1.5rem 0;
}

.botones-perfil {
  background-color: transparent !important;
  font-size: 1.25rem !important;
  color: #2A3ACC !important;
  border: none;
  text-align: left;
}
.botones-perfil:hover {
  color: #102D43 !important;
}

.reset-imagen {
  font-weight: normal;
  display: block;
  color: #A50D26;
}
.reset-imagen:hover {
  color: #102D43 !important;
}

#acc-ajuste-tab {
  color: #2A3ACC !important;
}
#acc-ajuste-tab:hover {
  color: #102D43 !important;
}

.uploadfile {
  font-size: 1rem;
  color: #212529;
  cursor: default !important;
  border-bottom: 1px dashed black;
}

#uploadfile {
  cursor: pointer;
}

.verde {
  color: #116E52;
}

.button-verde {
  background: #116E52 !important;
  color: #fff !important;
  border: 1px solid #116E52 !important;
  min-width: 12rem;
  padding: 0.75rem;
  height: 3.111rem;
}
.button-verde.modal {
  width: 12rem;
}
.button-verde:hover {
  background: #102D43 !important;
  color: #fff !important;
  border: 1px solid #102D43 !important;
}

.rojo {
  color: #A50D26;
}

.gray-des {
  color: #4C6172;
}

.blue {
  color: #102D43;
}

.azul {
  color: #102D43;
}
.azul:hover {
  color: #2A3ACC;
}

.inv-pendiente {
  border-radius: 50px;
  background-color: #FEF2A9;
  color: #102D43;
}

.inv-aceptada {
  border-radius: 50px;
  background-color: #116E52;
  color: #fff;
}

.inv-rechazada {
  border-radius: 50px;
  background-color: #A50D26;
  color: #fff;
}

.warning-dudas {
  background: #FEF2A9;
  padding: 1rem;
  border-radius: 8px;
}

/* Modal ubicación */
.sala, .asistente {
  color: #2A3ACC;
}

.nombre {
  font-size: 2rem;
}

ul.dispone li {
  border: 1px solid #8795A0;
  padding: 0.25rem;
  border-radius: 8px;
  margin: 0.5rem 0.5rem 0.5rem 0;
  display: inline-block;
}

.font-size-p {
  font-size: 1rem;
}

.pequenio {
  font-size: 20px;
  font-weight: 700;
}

.mediano {
  font-size: 24px;
  font-weight: 700;
}

.grande {
  font-size: 32px;
  font-weight: 700;
}

.supergrande {
  font-size: 40px;
  font-weight: 700;
}

.cuadrado-muestra {
  width: 108px;
  height: 108px;
  border: 1px dashed #4C6172;
  border-radius: 8px;
  font-weight: 700;
  margin: 0 auto;
}

.cuadrado-radio {
  background: #fff;
  font-size: 1rem;
  color: #102D43;
  border: 1px solid #4C6172;
  border-radius: 8px;
  width: 120px;
  height: 108px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.cuadrado-radio:hover {
  border: 1px solid #2A3ACC;
  box-shadow: 0px 4px 4px #00000029;
}
.cuadrado-radio.negro {
  background: #000;
  color: #fff;
}
.cuadrado-radio.blanco {
  background: #fff;
  color: #000;
}
.cuadrado-radio.azul {
  background: #1D4AA4;
  color: #FEF2A9;
}
.cuadrado-radio.naranja {
  background: #FC9342;
  color: #350A5B;
}

.ubicacion .sala {
  font-size: 1rem;
  padding: 1rem;
  color: #102D43;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 16px #00000029;
}
.ubicacion .sala .dropdown .dropdown-menu {
  box-shadow: 0px 4px 16px #00000029;
  padding: 0.5rem;
}
.ubicacion .sala .dropdown .options {
  color: #102D43;
  background: #ced4da;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0.3rem;
}
.ubicacion .sala .dropdown .options:hover, .ubicacion .sala .dropdown .options:focus {
  color: #fff;
  background: #2A3ACC;
}
.ubicacion .sala .sala-title:hover, .ubicacion .sala .sala-title:focus {
  text-decoration: underline;
}

.options.participants {
  color: #102D43;
  background: #ced4da;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0.3rem;
}
.options.participants:hover, .options.participants:focus {
  color: #fff;
  background: #2A3ACC;
}

.info-ubi {
  font-size: 1.125rem;
}

.info-equi {
  font-size: 1rem;
}

.title-info-ubi {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.title-info-ubi.link {
  color: #2A3ACC;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer !important;
  pointer-events: auto;
}
.title-info-ubi.link:hover {
  color: #102D43;
}

.label-info {
  font-size: 1rem;
}

.box-shadow {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 8px;
}

.phone-min-height {
  min-height: 1rem;
}

.img-ubicacion {
  width: 15vw;
}

/* General*/
.audioInit {
  border-right: none;
}
@media (min-width: 62rem) {
  .audioInit {
    border-right: 1px solid #ced4da;
  }
}

#subsMessagesContainer {
  width: 77%;
}

span.signalOff {
  color: #F9A !important;
}
span.signalOn {
  color: #9AFF7E !important;
}
span.audioSignalStatus.text-danger.aj-micro-off {
  font-size: 0.85rem;
}
span.audioSignalStatus.signalOff {
  font-size: 0.85rem;
}
span.audioSignalStatus.signalOn {
  font-size: 1rem;
}

.numPartPag {
  font-size: 1rem;
}
@media (max-height : 415px) {
  .numPartPag {
    font-size: 1rem;
  }
}
@media (min-width: 62rem) {
  .numPartPag {
    font-size: 3rem;
  }
}

.numHand {
  padding: 0rem 0.25rem;
}

.nameAdm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20vh;
}
@media (max-height : 415px) {
  .nameAdm {
    width: auto;
  }
}
@media (min-width: 62rem) {
  .nameAdm {
    width: 6rem;
  }
}
@media (min-width: 75rem) {
  .nameAdm {
    width: 20vh;
  }
}

.fullName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20vh;
}
@media (max-height : 415px) {
  .fullName {
    width: auto;
  }
}

.sendButtonInv {
  width: 8rem;
}

.role-pill {
  display: none;
}
@media (max-height : 415px) {
  .role-pill {
    display: none;
  }
}
@media (min-width: 62rem) {
  .role-pill {
    display: block;
  }
}

.avatarSignal {
  display: none;
}
@media (max-height : 415px) {
  .avatarSignal {
    display: none;
  }
}
@media (min-width: 62rem) {
  .avatarSignal {
    display: block;
  }
}

.nav-tabs.meeting,
.nav-tabs.initial {
  box-shadow: 0px 16px 16px rgba(135, 149, 160, 0.2);
  border-bottom: 1px solid #8795A0;
}
.nav-tabs.meeting .nav-item .nav-link,
.nav-tabs.initial .nav-item .nav-link {
  padding: 0.25em 0.5em !important;
  font-size: 80%;
}
@media (max-height : 415px) {
  .nav-tabs.meeting .nav-item .nav-link,
.nav-tabs.initial .nav-item .nav-link {
    padding: 0.25em 0.5em !important;
  }
}
@media (min-width: 62rem) {
  .nav-tabs.meeting .nav-item .nav-link,
.nav-tabs.initial .nav-item .nav-link {
    padding: 0.25em 0.25em !important;
  }
}
@media (min-width: 75rem) {
  .nav-tabs.meeting .nav-item .nav-link,
.nav-tabs.initial .nav-item .nav-link {
    padding: 0.25em 0.5em !important;
  }
}

.list-grey:hover {
  background-color: #F4F4FB;
}

.userNameStyle.text-white.speaker .participantName {
  color: #102D43 !important;
}
.userNameStyle.speaker {
  background-color: rgba(254, 242, 169, 0.8) !important;
}

.arrow-page {
  color: #fff;
  background: #2A3ACC;
  padding: 0.175rem;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid #fff;
}
.arrow-page:hover {
  background: #102D43;
  color: #fff;
}

.gridLayout {
  background: #081724;
}

#mySignalsButton.active video {
  display: none;
}
#mySignalsButton.active.raisedHand {
  display: none;
}

.raisedHand.hud {
  top: 12px;
}

.meeting_body {
  overflow: hidden;
}

.chatMessageUser {
  white-space: nowrap;
}

.userNameStyle {
  height: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 82%;
}
.userNameStyle img.img_avatar_rc_signal {
  width: 2rem !important;
  height: 2rem !important;
}
@media (max-height : 415px) {
  .userNameStyle {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (min-width: 62rem) {
  .userNameStyle {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.participantName:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.zoom {
  background: #fff;
  color: #102D43;
  font-size: 0.95rem;
  border: 1px solid #102D43;
  min-width: 1.75rem;
  min-height: 1.75rem;
}
.zoom:hover {
  background: #102D43;
  color: #fff;
  border: 1px solid #fff;
}

.participantVideoContent {
  position: absolute;
  background: #151f77;
  background: radial-gradient(circle, #151f77 0%, #0a0f3d 100%);
}

.role-pill {
  background-color: rgba(16, 45, 67, 0.8);
  color: #fff;
}

.icon_wait {
  border: 1px solid #2A3ACC;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.icon_wait.no-margin {
  margin-right: 0rem;
  margin-bottom: 0rem;
}
.icon_wait img {
  padding: 1rem;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-modal-prc {
  background: #F6FAFE !important;
}
.bg-modal-prc.height-max {
  height: 65vh;
}

.radius-circle {
  border-radius: 50%;
}

.hr-rc {
  top: 5%;
}

.date-accion {
  background: #F6FAFE;
  z-index: 2;
}

.keyboard {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  min-width: 1.5rem;
}

.underline-bold:hover {
  text-decoration: underline;
  font-weight: bold;
}

.accordion-button:not(.collapsed) div div p {
  text-overflow: initial !important;
  white-space: initial !important;
  min-width: 100%;
}
@media (min-width: 62rem) {
  .accordion-button:not(.collapsed) div div p {
    width: 29em;
  }
}

.elipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elipse.chatMessageUser {
  width: 50vw;
}
@media (max-height : 415px) {
  .elipse.chatMessageUser {
    width: 50vw;
  }
}
@media (min-width: 62rem) {
  .elipse.chatMessageUser {
    width: 7vw;
  }
}
@media (min-width: 75rem) {
  .elipse.chatMessageUser {
    width: 10vw;
  }
}
@media (min-width: 87.5rem) {
  .elipse.chatMessageUser {
    width: 12vw;
  }
}
.elipse.sub {
  width: 15vw;
}
.elipse.meet {
  width: 65vw;
  font-size: 1.15rem;
}
@media (min-width: 62rem) {
  .elipse.meet {
    width: 29em;
  }
}
.elipse.listChatPrivi {
  max-width: 8rem;
  text-align: left;
}
@media (max-height : 415px) {
  .elipse.listChatPrivi {
    max-width: 12rem;
  }
}
@media (min-width: 75rem) {
  .elipse.listChatPrivi {
    max-width: 12rem;
  }
}
.elipse.participantName {
  width: 3rem;
}
@media (max-height : 415px) {
  .elipse.participantName {
    width: 3rem;
  }
}
@media (min-width: 75rem) {
  .elipse.participantName {
    width: auto;
  }
}

#full .card .participantContainer .card-body div .hudTop .dominantSpeakerIcon.top {
  display: none !important;
}
#full .card .participantContainer .card-body div .pill-name-user .participantName.elipse {
  width: auto !important;
}

#myILSESignal .card .signalContainer .card-body div .hudTop .dominantSpeakerIcon.top,
#myInterpreterSignal .card .signalContainer .card-body div .hudTop .dominantSpeakerIcon.top {
  display: none !important;
}
#myILSESignal .card .signalContainer .card-body div .pill-name-user .participantName.elipse,
#myInterpreterSignal .card .signalContainer .card-body div .pill-name-user .participantName.elipse {
  width: auto !important;
}

.primary-bis {
  color: #4C6172;
}

.red-rc {
  color: #A50D26;
}
.red-rc:hover, .red-rc:active, .red-rc:focus {
  color: #102D43;
}

.blue-rc {
  color: #102D43;
}
.blue-rc:hover, .blue-rc:active, .blue-rc:focus {
  color: #2A3ACC;
  cursor: pointer;
}

.indigo-rc {
  color: #2A3ACC;
}
.indigo-rc:hover, .indigo-rc:active, .indigo-rc:focus {
  color: #102D43;
}

.font-rc-lg {
  font-size: 1.125rem;
}

.font-rc-md {
  font-size: 1rem;
}

.font-rc-sm {
  font-size: 0.85rem;
}

#navOptions button {
  height: 4.5rem;
}

.icon-btn-rc {
  min-height: 1.5rem;
}
.icon-btn-rc.option:hover {
  background: #2A3ACC !important;
  color: #fff !important;
  opacity: 1 !important;
}

.partStatusButtons .icon-btn-rc {
  min-height: 1.65rem;
  width: 1.65rem;
}
.partStatusButtons .icon-btn-rc.option:hover {
  background: #2A3ACC !important;
  color: #fff !important;
  opacity: 1 !important;
}

.icon-close-rc {
  background: none;
  color: white;
}
.icon-close-rc:hover {
  color: white;
}
@media (max-height : 415px) {
  .icon-close-rc {
    color: white;
  }
  .icon-close-rc:hover {
    color: white;
  }
}
@media (min-width: 62rem) {
  .icon-close-rc {
    background: none;
    color: #000;
  }
  .icon-close-rc:hover {
    color: #102D43;
    background: none;
  }
}
.icon-close-rc.close-ILSE {
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.icon-close-rc.close-ILSE:hover {
  color: #ced4da;
}

.rotate_arrow {
  transform: rotate(180deg);
}

/* Botones icono */
.icon-btn-mas-rc {
  background: none;
  font-size: 0.5rem !important;
  padding: 0.35rem;
  color: #fff;
  border: none;
}
.icon-btn-mas-rc:hover {
  background: none;
  color: none;
  border: none;
}
@media (min-width: 62rem) {
  .icon-btn-mas-rc {
    background: #2A3ACC;
    font-size: 1rem !important;
    padding: 1rem 0.5rem;
    border: 1px solid #fff;
  }
  .icon-btn-mas-rc:hover {
    background: #102D43;
    color: #fff;
    border: 1px solid #fff;
  }
}

.icon-btn-sub-rc {
  height: 2rem;
  width: 2rem;
  font-size: 1rem !important;
  background: #2A3ACC;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
}
.icon-btn-sub-rc:hover {
  background: #102D43;
  color: #fff;
}

.icon-btn-font-rc {
  height: 2rem;
  width: 2rem;
  background: #fff;
  color: #2A3ACC;
  text-align: center;
  border: 1px solid #2A3ACC;
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-btn-font-rc:disabled {
  background: #ced4da;
  border: 1px solid #000;
  color: #000;
  pointer-events: none;
  cursor: default;
}
.icon-btn-font-rc:hover {
  background: #102D43;
  color: #fff;
  border: 1px solid #fff;
}

.icon-btn-menos-rc {
  min-height: 1.5rem;
  background: #2A3ACC;
  font-size: 2rem !important;
  padding: 0rem 0.75rem;
  color: #fff;
  z-index: 1;
  top: 0.25rem;
  right: 0.25rem;
  border: 1px solid #fff;
}
.icon-btn-menos-rc:hover {
  background: #102D43;
  color: #fff;
  border: 1px solid #fff;
}

.dominantSpeakerIcon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-height : 415px) {
  .dominantSpeakerIcon {
    width: 2rem;
  }
}
@media (min-width: 62rem) {
  .dominantSpeakerIcon {
    width: 3rem;
  }
}

.dropdown-menu.subs {
  z-index: 1 !important;
}
.dropdown-menu.contextual {
  min-width: 16rem;
}

#mySignalsCard .participantContainer .card-body div .hudTop .rol-hand .raisedHand .numHand {
  left: 9px !important;
  bottom: 2px !important;
}
@media (min-width: 62rem) {
  #mySignalsCard .participantContainer .card-body div .hudTop .rol-hand .raisedHand .numHand {
    left: 10px !important;
    bottom: 15px !important;
  }
}
#mySignalsCard .participantContainer .dominantSpeakerIcon {
  padding-right: 2.5rem;
  width: 5rem;
  height: auto;
}
#mySignalsCard .participantContainer .dominantSpeakerIcon.bottom {
  display: none !important;
}

.indigo-rc {
  color: #2A3ACC;
}

/* Header, main container y footer */
header#header-reunion,
footer#footer-reunion {
  background: #081724;
  color: #fff;
  margin: 0;
  min-height: auto;
  height: 4.5rem;
  /*@include media-height($consulta: xxs) {

      height: 100vh;
      width:  4.5rem;

  } */
}
header#header-reunion .button-cancel-sm:hover, header#header-reunion .button-cancel-sm:focus,
footer#footer-reunion .button-cancel-sm:hover,
footer#footer-reunion .button-cancel-sm:focus {
  color: #A50D26;
  background: #fff;
}
header#header-reunion .btn-group .btn,
footer#footer-reunion .btn-group .btn {
  color: #fff;
  border-radius: 0 !important;
  font-size: 0.75rem !important;
  padding: 0.1rem;
  width: 10rem;
  line-height: 1;
  border: 2px solid #102D43;
}
@media (min-width: 62rem) {
  header#header-reunion .btn-group .btn,
footer#footer-reunion .btn-group .btn {
    font-size: 0.9vw !important;
  }
}
@media (max-height : 415px) {
  header#header-reunion .btn-group .btn,
footer#footer-reunion .btn-group .btn {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 62rem) {
  header#header-reunion .btn-group .btn:hover,
footer#footer-reunion .btn-group .btn:hover {
    background: #2A3ACC;
    color: #fff;
  }
}
@media (max-height : 415px) {
  header#header-reunion .btn-group .btn:hover,
footer#footer-reunion .btn-group .btn:hover {
    background: #2A3ACC;
    color: #fff;
  }
}
header#header-reunion .btn-group .btn.rojo,
footer#footer-reunion .btn-group .btn.rojo {
  background: #A50D26;
  color: #fff;
}
@media (min-width: 62rem) {
  header#header-reunion .btn-group .btn.rojo:hover,
footer#footer-reunion .btn-group .btn.rojo:hover {
    background: #2A3ACC;
    color: #fff;
  }
}
@media (max-height : 415px) {
  header#header-reunion .btn-group .btn.rojo:hover,
footer#footer-reunion .btn-group .btn.rojo:hover {
    background: #2A3ACC;
    color: #fff;
  }
}
header#header-reunion .btn-group .btn.rojo.active,
footer#footer-reunion .btn-group .btn.rojo.active {
  background: #fff;
  color: #102D43;
}
header#header-reunion .btn-group .btn.rojo.active:hover,
footer#footer-reunion .btn-group .btn.rojo.active:hover {
  background: #2A3ACC;
  color: #fff;
}
header#header-reunion .btn-group .btn.blanco#mySignalsButton.speaker:not(.active),
footer#footer-reunion .btn-group .btn.blanco#mySignalsButton.speaker:not(.active) {
  border: 0.25rem dashed #FEF2A9;
}
header#header-reunion .btn-group .btn.blanco.active,
footer#footer-reunion .btn-group .btn.blanco.active {
  background: #fff;
  color: #102D43;
}
header#header-reunion .btn-group .btn.blanco.active:hover,
footer#footer-reunion .btn-group .btn.blanco.active:hover {
  background: #2A3ACC;
  color: #fff;
}
header#header-reunion .btn-group .btn.negro.active,
footer#footer-reunion .btn-group .btn.negro.active {
  background: #000;
  color: #fff;
}
header#header-reunion .btn-group .btn.azul.active,
footer#footer-reunion .btn-group .btn.azul.active {
  background: #A2EEE2;
  color: #102D43;
}
header#header-reunion .btn-group .btn.azul.active:hover,
footer#footer-reunion .btn-group .btn.azul.active:hover {
  background: #2A3ACC;
  color: #fff;
}
header#header-reunion .btn-group .btn.rosa.active,
footer#footer-reunion .btn-group .btn.rosa.active {
  background: #FBDEF7;
  color: #102D43;
}
header#header-reunion .btn-group .btn.rosa.active:hover,
footer#footer-reunion .btn-group .btn.rosa.active:hover {
  background: #2A3ACC;
  color: #fff;
}

/* Subtitulos */
#subsHeader {
  right: 1.125rem;
}

/*Alerta*/
.alert-warning-rc {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem;
  height: 4rem;
  background: #FEF2A9;
  color: #102D43;
  width: 100%;
  left: 0;
  margin-top: 1rem;
  position: absolute;
  top: 4.5rem;
  border-radius: 0px !important;
  border: none !important;
  z-index: 2;
  -webkit-animation: alert 2s linear 0s 1 normal, change_color 2s forwards;
  animation: alert 2s linear 0s 1 normal, change_color 2s forwards;
}
@media (min-width: 87.5rem) {
  .alert-warning-rc {
    font-size: 1.125rem;
  }
}
@-webkit-keyframes change_color {
  from {
    background-color: #B0DEFC;
  }
  to {
    background-color: #FEF2A9;
  }
}
@keyframes change_color {
  from {
    background-color: #B0DEFC;
  }
  to {
    background-color: #FEF2A9;
  }
}
@media (min-width: 62rem) {
  .alert-warning-rc {
    position: -webkit-sticky;
    position: sticky;
    border-radius: 8px !important;
    border: 1px solid #614D0C;
  }
  @-webkit-keyframes alert {
    0% {
      transform: translateX(0);
    }
    5% {
      transform: translateX(-10px);
    }
    10% {
      transform: translateX(10px);
    }
    15% {
      transform: translateX(-10px);
    }
    20% {
      transform: translateX(10px);
    }
    25% {
      transform: translateX(-10px);
    }
    30% {
      transform: translateX(10px);
    }
    35% {
      transform: translateX(-10px);
    }
    40% {
      transform: translateX(10px);
    }
    45% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(0);
    }
  }
  @keyframes alert {
    0% {
      transform: translateX(0);
    }
    5% {
      transform: translateX(-10px);
    }
    10% {
      transform: translateX(10px);
    }
    15% {
      transform: translateX(-10px);
    }
    20% {
      transform: translateX(10px);
    }
    25% {
      transform: translateX(-10px);
    }
    30% {
      transform: translateX(10px);
    }
    35% {
      transform: translateX(-10px);
    }
    40% {
      transform: translateX(10px);
    }
    45% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(0);
    }
  }
}

/*Badge*/
.badge {
  color: #102D43;
  font-weight: 700;
  top: 15% !important;
  right: 10%;
  font-size: 0.85rem;
}
.badge.hand {
  position: initial !important;
  padding: 0.3rem;
}

/*Cards*/
.card.page {
  background: black;
  border-radius: 0;
}
.card.mosPaginationCell.speaker {
  border: 0.25rem solid #E9727B;
}
.card.reunion {
  border-radius: 0;
  font-size: 1rem !important;
  padding: 0;
  height: 33%;
  background: #151f77;
  background: radial-gradient(circle, #151f77 0%, #0a0f3d 100%);
  border-width: unset !important;
}
.card.reunion.me_meeting {
  z-index: 1;
  width: 15em !important;
  height: 10em !important;
}
@media (min-width: 62rem) {
  .card.reunion.me_meeting {
    width: 23em !important;
    height: 13em !important;
  }
}
.card.reunion.speaker {
  border: 0.25rem dashed #FEF2A9;
}
.card.reunion .card-header {
  background: none !important;
}
.card.reunion .card-body {
  background: none !important;
  padding: 0;
  border-radius: 0px !important;
}
.card.reunion .card-footer {
  background: none !important;
  border-top: none !important;
}

.dropdown-menu.reunion {
  border-radius: 0 !important;
  background: #000 !important;
  border: 1px solid #102D43;
  min-width: 17rem;
  min-height: 12rem;
  padding: 0;
}

/*SideBar*/
#col_transcripciones {
  z-index: 4;
}
@media (min-width: 62rem) {
  #col_transcripciones {
    position: initial;
  }
}

#colTranscriber {
  z-index: 4;
  height: calc(100vh - 9rem);
  position: absolute;
  right: 0;
}
@media (min-width: 62rem) {
  #colTranscriber {
    height: calc(100vh - 7.2em);
  }
}

#sidebar-right {
  background: #F6FAFE;
  z-index: 4;
  height: calc(100vh - 4.5rem);
  position: absolute;
}
@media (min-width: 62rem) {
  #sidebar-right {
    position: initial;
    height: calc(100vh - 7.2em);
  }
}
#sidebar-right .overflow-X {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 6.8em);
}
@media (min-width: 62rem) {
  #sidebar-right .overflow-X {
    height: calc(100vh - 10.5em);
  }
}
@media (max-height : 415px) {
  #sidebar-right .overflow-X {
    height: calc(100vh - 4.2em);
  }
}
#sidebar-right .overflow-X.trans {
  height: calc(100vh - 11em);
}
@media (max-height : 415px) {
  #sidebar-right .overflow-X.trans {
    height: calc(100vh - 7.4em);
  }
}
@media (min-width: 62rem) {
  #sidebar-right .overflow-X.trans {
    height: calc(100vh - 14.7em);
  }
}
#sidebar-right .overflow-X.files {
  height: calc(100vh - 11em);
}
@media (max-height : 415px) {
  #sidebar-right .overflow-X.files {
    height: calc(100vh - 9.5em);
  }
}
@media (min-width: 62rem) {
  #sidebar-right .overflow-X.files {
    height: calc(100vh - 14.5em);
  }
}

/*Tabs*/
#TabParticipantes li,
#chatTab li,
#TabAjustes li,
#TabAjustesModal li {
  background: none;
  min-width: auto !important;
}
#TabParticipantes li button,
#chatTab li button,
#TabAjustes li button,
#TabAjustesModal li button {
  color: #102D43;
  padding: 0.75rem;
  font-weight: 700;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #8795A0;
  min-height: 3rem;
  min-width: auto;
  border-bottom: 1px solid #8795A0;
}
@media (min-width: 62rem) {
  #TabParticipantes li button,
#chatTab li button,
#TabAjustes li button,
#TabAjustesModal li button {
    min-width: 7em;
    border-radius: 8px 8px 0 0;
    margin-bottom: initial;
    border-bottom: none;
    font-size: 0.9vw;
  }
}
#TabParticipantes li button:hover,
#chatTab li button:hover,
#TabAjustes li button:hover,
#TabAjustesModal li button:hover {
  background: #102D43 !important;
  color: #fff;
}
#TabParticipantes li button.active,
#chatTab li button.active,
#TabAjustes li button.active,
#TabAjustesModal li button.active {
  background: #102D43 !important;
  color: #fff;
}

#TabParticipantesContent.tab-content,
#chatTabContent.tab-content,
#TabAjustesContent.tab-content,
#TabAjustesModalContent.tab-content {
  border: 0;
  padding: 0;
}

/*Grid*/
#mos2 .card.reunion {
  width: 100% !important;
  height: 50% !important;
}
@media (max-height : 415px) {
  #mos2 .card.reunion {
    width: 50% !important;
    height: 100% !important;
  }
}
@media (min-width: 48rem) {
  #mos2 .card.reunion {
    width: 50% !important;
    height: 100% !important;
  }
}

#mos3.parent.mobileILSE {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos3.parent.mobileILSE .div1 {
  grid-area: 1/1/3/3;
}
#mos3.parent.mobileILSE .div2 {
  grid-area: 3/1/5/3;
}
#mos3.parent.mobileILSE .div3 {
  grid-area: 1/3/5/5;
}
#mos3.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos3.parent .div1 {
  grid-area: 1/1/2/7;
}
#mos3.parent .div2 {
  grid-area: 3/1/4/7;
}
#mos3.parent .div3 {
  grid-area: 2/1/3/7;
}
@media (max-height : 415px) {
  #mos3.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #mos3.parent .div1 {
    grid-area: 1/1/3/3;
  }
  #mos3.parent .div2 {
    grid-area: 3/1/5/3;
  }
  #mos3.parent .div3 {
    grid-area: 1/3/5/5;
  }
}
@media (min-width: 48rem) {
  #mos3.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #mos3.parent .div1 {
    grid-area: 1/1/3/3;
  }
  #mos3.parent .div2 {
    grid-area: 3/1/5/3;
  }
  #mos3.parent .div3 {
    grid-area: 1/3/5/5;
  }
}

#mos4.pagedLayout .layoutPage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos4.pagedLayout .layoutPage .div1 {
  grid-area: 1/1/3/3;
}
#mos4.pagedLayout .layoutPage .div2 {
  grid-area: 3/1/5/3;
}
#mos4.pagedLayout .layoutPage .div3 {
  grid-area: 1/3/3/5;
}
#mos4.pagedLayout .layoutPage .div4 {
  grid-area: 3/3/5/5;
}
@media (max-height : 415px) {
  #mos4.pagedLayout .layoutPage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #mos4.pagedLayout .layoutPage .div1 {
    grid-area: 1/1/3/3;
  }
  #mos4.pagedLayout .layoutPage .div2 {
    grid-area: 3/1/5/3;
  }
  #mos4.pagedLayout .layoutPage .div3 {
    grid-area: 1/3/3/5;
  }
  #mos4.pagedLayout .layoutPage .div4 {
    grid-area: 3/3/5/5;
  }
}
@media (min-width: 48rem) {
  #mos4.pagedLayout .layoutPage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #mos4.pagedLayout .layoutPage .div1 {
    grid-area: 1/1/3/3;
  }
  #mos4.pagedLayout .layoutPage .div2 {
    grid-area: 3/1/5/3;
  }
  #mos4.pagedLayout .layoutPage .div3 {
    grid-area: 1/3/3/5;
  }
  #mos4.pagedLayout .layoutPage .div4 {
    grid-area: 3/3/5/5;
  }
}

#mos5.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos5 .div1 {
  grid-area: 1/1/3/3;
}
#mos5 .div2 {
  grid-area: 3/1/5/3;
}
#mos5 .div3 {
  grid-area: 1/3/3/5;
}
#mos5 .div4 {
  grid-area: 3/3/5/5;
}
#mos5 .div5 {
  grid-area: 1/5/5/7;
}

#mos6.pagedLayout .layoutPage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos6.pagedLayout .layoutPage .div1 {
  grid-area: 1/1/3/3;
}
#mos6.pagedLayout .layoutPage .div2 {
  grid-area: 3/1/5/3;
}
#mos6.pagedLayout .layoutPage .div3 {
  grid-area: 1/3/3/5;
}
#mos6.pagedLayout .layoutPage .div4 {
  grid-area: 3/3/5/5;
}
#mos6.pagedLayout .layoutPage .div5 {
  grid-area: 1/5/3/7;
}
#mos6.pagedLayout .layoutPage .div6 {
  grid-area: 3/5/5/7;
}

#mos7.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos7 .div1 {
  grid-area: 1/1/3/3;
}
#mos7 .div2 {
  grid-area: 3/1/5/3;
}
#mos7 .div3 {
  grid-area: 1/3/3/5;
}
#mos7 .div4 {
  grid-area: 3/3/5/5;
}
#mos7 .div5 {
  grid-area: 1/5/3/7;
}
#mos7 .div6 {
  grid-area: 3/5/5/7;
}
#mos7 .div7 {
  grid-area: 1/7/5/9;
}

#mos8.pagedLayout .layoutPage {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#mos8.pagedLayout .layoutPage .div1 {
  grid-area: 1/1/3/3;
}
#mos8.pagedLayout .layoutPage .div2 {
  grid-area: 3/1/5/3;
}
#mos8.pagedLayout .layoutPage .div3 {
  grid-area: 1/3/3/5;
}
#mos8.pagedLayout .layoutPage .div4 {
  grid-area: 3/3/5/5;
}
#mos8.pagedLayout .layoutPage .div5 {
  grid-area: 1/5/3/7;
}
#mos8.pagedLayout .layoutPage .div6 {
  grid-area: 3/5/5/7;
}
#mos8.pagedLayout .layoutPage .div7 {
  grid-area: 1/7/3/9;
}
#mos8.pagedLayout .layoutPage .div8 {
  grid-area: 3/7/5/9;
}

/*TAB CHAT*/
.highlight {
  background-color: #ff0;
}

.hablantes-chat {
  padding: 0.8rem 0.5rem;
  background-color: #fff;
  color: #102D43;
  border: solid 1px #102D43;
  border-radius: 0.5rem;
  word-break: break-word;
  margin: 1.5rem 0.5rem 1.5rem 2rem;
}

.yo-chat {
  background-color: #FEF2A9;
  color: #102D43;
  border: solid 1px #102D43;
  border-radius: 0.5rem;
  word-break: break-word;
  margin: 1.5rem 2rem 1.5rem 0.5em;
  padding: 0.8rem 0.5rem;
}

.avatar-chat {
  top: -0.85rem;
  border-radius: 50%;
  outline: 1px solid #102D43;
}
.avatar-chat:hover, .avatar-chat:active, .avatar-chat:focus {
  outline: 1px solid #2A3ACC;
}
.avatar-chat img.img_avatar_rc_signal {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.avatar-chat.right {
  right: -1.9rem;
}
.avatar-chat.left {
  left: -1.9rem;
}

/*Chat*/
#BtnPrivateChatTextField {
  width: auto;
}
@media (max-height : 415px) {
  #BtnPrivateChatTextField {
    width: auto;
  }
}
@media (min-width: 62rem) {
  #BtnPrivateChatTextField {
    width: 100%;
  }
}

#sendPrivateButton {
  width: auto;
}

#sendButton, #sendPrivateButton {
  width: 25%;
  align-self: flex-end;
}
@media (max-height : 415px) {
  #sendButton, #sendPrivateButton {
    width: 15%;
  }
}
@media (min-width: 62rem) {
  #sendButton, #sendPrivateButton {
    width: auto;
  }
}

.sendButton {
  max-width: 15rem;
}

.body-chat {
  background: #F6FAFE;
}

.textarea-chat {
  background: #EAF1F9;
}

.textarea-inv {
  background: #EAF1F9;
  padding: 1rem;
  border-top: 2px solid #707070;
}

/*privado*/
.listado-privado-chat {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: #fff;
  margin: 0rem 1rem 0rem 1rem;
  padding: 1rem 0.25rem;
  border-color: #102D43;
  border-top: 1px solid #102D43;
  border-left: 1px solid #102D43;
  border-right: 1px solid #102D43;
  border-bottom: 1px solid #102D43;
}
.listado-privado-chat:focus, .listado-privado-chat:hover {
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  margin: 0rem 1rem 0rem 0rem;
  cursor: pointer;
  border-top: 1px solid #102D43;
  border-left: 10px solid #102D43;
  border-right: 1px solid #102D43;
  border-bottom: 1px solid #102D43;
  box-shadow: 0px 3px 16px #00000029;
}

/*TAB AJUSTES*/
/* Audiovisuales */
.cam-previous {
  background: #081724;
  border: 1px solid #081724;
  height: 224px;
}
.cam-previous .aj-icon-videocam_off {
  font-size: 5rem !important;
  color: #fff;
}

.btn-shadow-rc {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  color: #102D43;
}
.btn-shadow-rc:hover, .btn-shadow-rc:focus, .btn-shadow-rc:active {
  color: #2A3ACC;
}

.btn-indigo-rc {
  width: 100%;
  border-radius: 0.25rem;
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
.btn-indigo-rc:hover, .btn-indigo-rc:focus, .btn-indigo-rc:active {
  background: #102D43;
  color: #fff;
  border: 1px solid #102D43;
}

.bg-dotted {
  background-color: transparent;
  background-image: radial-gradient(circle, #00f 20%, transparent 10%), radial-gradient(circle, #00f 20%, transparent 10%);
  background-size: 5px 5px;
  background-position: 0 0, 0 0;
}

/*TAB PARTICIPANTES*/
/* Participantes */
button.videoSignalStatus.disabled, button.audioSignalStatus.disabled {
  color: #7E0015;
  background: #E6E9EC;
  font-size: 0.75rem;
}
button.videoSignalStatus:enabled, button.audioSignalStatus:enabled {
  color: #166400 !important;
  background: #E6E9EC;
  font-size: 0.75rem;
}
button.videoSignalStatus:enabled:hover, button.audioSignalStatus:enabled:hover {
  background: #2A3ACC;
  color: white !important;
}

.btn-outline-cancel-rc {
  background: transparent;
  font-size: 1rem;
  color: #A50D26;
  border: 1px solid #A50D26;
  width: 100% !important;
  min-width: 9rem;
  margin: 0.25rem 0rem;
}
@media (min-width: 87.5rem) {
  .btn-outline-cancel-rc {
    width: auto !important;
  }
}
.btn-outline-cancel-rc:hover, .btn-outline-cancel-rc:active {
  background: #A50D26;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #A50D26;
}

img.img_avatar_rc_lg {
  width: 4rem;
  height: 4rem;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
img.img_avatar_rc_sm {
  width: 2.5rem !important;
  height: 2.5rem !important;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
img.img_avatar_rc_sm.avatarSignal {
  width: 2rem !important;
  height: 2rem !important;
}
img.img_avatar_rc_sm.sub {
  width: 1.75rem !important;
  height: auto !important;
}
img.img_avatar_rc_signal {
  width: 2rem;
  height: 2rem;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48rem) {
  img.img_avatar_rc_signal {
    width: 5rem;
    height: 5rem;
  }
}

.privateChatUserTab img.img_avatar_rc_signal {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.circulo-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
@media (min-width: 75rem) {
  .circulo-avatar {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-height : 415px) {
  .circulo-avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.circulo {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  bottom: 0%;
}
.circulo.green {
  background: #116E52;
  border: 1px solid #fff;
}
.circulo.red {
  background: #A50D26;
  border: 1px solid #fff;
}
.circulo.yellow {
  background: #FEF2A9;
  border: 1px solid #102D43;
}

/* Admision */
.admision li {
  min-height: 4rem;
}
.admision li:hover, .admision li:active, .admision li:focus {
  border: 1px solid #2A3ACC !important;
}
.admision li div label:hover, .admision li div label:active, .admision li div label:focus {
  color: #2A3ACC;
  cursor: pointer;
}

.btn-cancel-rc {
  background: #A50D26;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #A50D26;
  width: 45% !important;
  margin: 0.25rem 0rem;
  min-height: 3.5rem;
}
.btn-cancel-rc:hover, .btn-cancel-rc:active {
  background: #fff;
  font-size: 1rem;
  color: #A50D26;
  border: 1px solid #A50D26;
}

.btn-accept-rc {
  background: #116E52;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #116E52;
  width: 45%;
  margin: 0.25rem 0rem;
  min-height: 3.5rem;
}
.btn-accept-rc:hover, .btn-accept-rc:active {
  background: #fff;
  font-size: 1rem;
  color: #116E52;
  border: 1px solid #116E52;
}

.btn-outline-accept-rc {
  background: transparent;
  font-size: 1rem;
  color: #116E52;
  border: 1px solid #116E52;
  width: 100% !important;
  min-width: 10rem;
  margin: 0.25rem 0rem;
}
@media (min-width: 87.5rem) {
  .btn-outline-accept-rc {
    width: auto !important;
  }
}
.btn-outline-accept-rc:hover, .btn-outline-accept-rc:active {
  background: #116E52;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #116E52;
}

.btn-close-role:hover {
  color: #2A3ACC;
}

.text-role {
  white-space: nowrap;
}

.btn-role {
  color: #102D43;
  background: #FEF2A9;
  border: 1px solid #FEF2A9;
}
.btn-role:hover {
  color: #fff;
  background: #102D43;
  border: 1px solid #102D43;
}

/* Contenedor videollamadas */
.icon-hablante {
  color: #B1EBC3;
}

.ovalo {
  background: white;
  height: 3rem;
}
.ovalo.speaker {
  background: #FEF2A9;
}

/* Subtitulos */
#subs {
  background: black;
}

/* Escaner OCR */
table.ocr thead,
table.ocr tbody,
table.ocr tfoot,
table.ocr tr,
table.ocr td,
table.ocr th {
  border-color: #102D43;
  border-style: solid;
  border-width: 1px;
}

ul.ocr {
  font-weight: 700;
  padding-left: 0;
}
ul.ocr li {
  list-style: none;
}
ul.ocr li:before {
  content: "●";
  color: #2A3ACC;
  margin-right: 0.65rem;
}
ul.ocr li ul.ocr {
  padding-left: 1rem;
}
ul.ocr li ul.ocr li {
  list-style: none;
}
ul.ocr li ul.ocr li:before {
  content: "●";
  color: #2A3ACC;
  margin-right: 0.65rem;
}
ul.ocr li ul.ocr li ul.ocr {
  padding-left: 1.5rem;
}
ul.ocr li ul.ocr li ul.ocr li {
  list-style: none;
}
ul.ocr li ul.ocr li ul.ocr li:before {
  content: "●";
  color: #2A3ACC;
  margin-right: 0.65rem;
}

/* Micro */
.micStyle {
  width: 12px;
  height: 28px;
  border-radius: 8px;
}

.micGreen {
  background: #B1EBC3;
}

.micGrey {
  background: #4C6172;
}

/* HUD */
#mySignalsCard .me_meeting .participantContainer .card-body div .pill-name-user {
  order: 4;
}

.gridLayout#full .participantContainer .card-body div .hudTop .dominantSpeakerIcon.top {
  display: none !important;
}
.gridLayout#full .participantContainer .card-body div .pill-name-user {
  order: 1;
}
.gridLayout#full .participantContainer .card-body div .videoAvatar {
  height: 10rem;
}

.gridLayout:not(#full) .participantContainer .card-body div .pill-name-user {
  order: 4;
}
.gridLayout:not(#full) .participantContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}

/* Ilse Hud */
#ILSEVid #ILSESignals .ILSEContainer .card-body div .pill-name-user {
  order: 4;
}
#ILSEVid #ILSESignals .ILSEContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}

#colDominantSpeaker .card .participantContainer .card-body div .pill-name-user {
  order: 4;
}
#colDominantSpeaker .card .participantContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}
#colDominantSpeaker .card #ILSEVidContent #ILSESignals .ILSEContainer .card-body div .pill-name-user {
  order: 4;
}
#colDominantSpeaker .card #ILSEVidContent #ILSESignals .ILSEContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}

.gridLayout#full .reunion .ILSEContainer .card-body div .hudTop .dominantSpeakerIcon.top {
  display: none !important;
}
.gridLayout#full .reunion .ILSEContainer .card-body div .pill-name-user {
  order: 1;
}

.gridLayout:not(#full) .reunion .ILSEContainer .card-body div .pill-name-user {
  order: 4;
}
.gridLayout:not(#full) .reunion .ILSEContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}

/* ILSE */
#ILSEVid {
  background: #151f77;
  background: radial-gradient(circle, #151f77 0%, #0a0f3d 100%);
}

/*.ILSEScreen {

    #ILSETimer,
    #askForILSETurnBtn {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #ILSETimer {
        font-size: 0.75rem;
        min-width: 25%;
        min-height: auto;

        @include media($consulta: lg) {
            font-size: 0.9vw !important;

        }


        @include media-height($consulta: xxs) {

            font-size: 0.75rem !important;

        }

    }
}*/
#ColShareDesktop .participantContainer .card-body div .pill-name-user {
  order: 4;
}

#ColShareDesktop .reunion #ILSEVidContent .ILSEContainer .card-body div .pill-name-user {
  order: 4;
}

#ColShareDesktop .container1 {
  height: 60%;
}
#ColShareDesktop .container2 {
  height: 40%;
}

#ColShareDesktop.withoutDiv2 .container1 {
  height: 100%;
}
#ColShareDesktop.withoutDiv2 .container2 {
  display: none;
}

#colDominantSpeaker .container1 {
  height: 100%;
}
#colDominantSpeaker .container2 {
  display: none;
}

.container1 .participantContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom,
.container2 .participantContainer .card-body div .pill-name-user .dominantSpeakerIcon.bottom {
  display: none !important;
}

.btnSelectMainSignal {
  display: none;
}

#ColShareDesktop .btnSelectMainSignal,
#colDominantSpeaker .btnSelectMainSignal {
  display: block !important;
  background: #2A3ACC;
  color: white;
  border: 1px solid #2A3ACC;
}
#ColShareDesktop .btnSelectMainSignal:hover,
#colDominantSpeaker .btnSelectMainSignal:hover {
  background: #102D43;
  color: white;
  border: 1px solid #fff;
}

.dropdown-menu.exit .dropdown-item {
  color: white;
}
.dropdown-menu.exit .dropdown-item:hover {
  background: none;
  color: #ced4da;
}
.dropdown-menu.exit .dropdown-item:focus {
  background: none !important;
  outline: 1px solid white;
}

.button-cancel-sm.exit {
  color: #fff;
}
.button-cancel-sm.exit:hover {
  color: #A50D26;
}

/* Primer plano */
.participantContainer:not(.partExpanded),
.ILSEContainer:not(.partExpanded),
.interpreterContainer:not(.partExpanded) {
  border: none !important;
}
.participantContainer:not(.partExpanded) .card-body div .hudTop .firstUserIcon,
.ILSEContainer:not(.partExpanded) .card-body div .hudTop .firstUserIcon,
.interpreterContainer:not(.partExpanded) .card-body div .hudTop .firstUserIcon {
  display: none !important;
}
.participantContainer.partExpanded,
.ILSEContainer.partExpanded,
.interpreterContainer.partExpanded {
  border: 4px solid white !important;
}
.participantContainer.partExpanded .card-body div .hudTop .firstUserIcon,
.ILSEContainer.partExpanded .card-body div .hudTop .firstUserIcon,
.interpreterContainer.partExpanded .card-body div .hudTop .firstUserIcon {
  display: block;
  color: #102D43;
  background: #FEF2A9;
  border-radius: 50%;
  padding: 0.1rem 0.25rem 0rem 0.25rem;
}
.participantContainer.partExpanded .card-body div .hudTop .firstUserIcon.all,
.ILSEContainer.partExpanded .card-body div .hudTop .firstUserIcon.all,
.interpreterContainer.partExpanded .card-body div .hudTop .firstUserIcon.all {
  display: none;
}
.participantContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon,
.ILSEContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon,
.interpreterContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon {
  display: none;
}
.participantContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon.all,
.ILSEContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon.all,
.interpreterContainer.partExpanded.expandedForAll .card-body div .hudTop .firstUserIcon.all {
  display: block;
  color: #102D43;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem 0.25rem 0rem 0.25rem;
}

/* Anclado */
.participantContainer:not(.pinnedUser) .card-body div .hudTop .pinnedUserIcon,
.ILSEContainer:not(.pinnedUser) .card-body div .hudTop .pinnedUserIcon,
.interpreterContainer:not(.pinnedUser) .card-body div .hudTop .pinnedUserIcon {
  display: none !important;
}
.participantContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon,
.ILSEContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon,
.interpreterContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon {
  display: block;
  color: #102D43;
  background: #FEF2A9;
  border-radius: 50%;
  padding: 0.1rem 0.25rem 0rem 0.25rem;
}
.participantContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon.all,
.ILSEContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon.all,
.interpreterContainer.pinnedUser .card-body div .hudTop .pinnedUserIcon.all {
  display: none;
}
.participantContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon,
.ILSEContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon,
.interpreterContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon {
  display: none;
}
.participantContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon.all,
.ILSEContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon.all,
.interpreterContainer.pinnedUser.pinnedForAll .card-body div .hudTop .pinnedUserIcon.all {
  display: block;
  color: #102D43;
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem 0.25rem 0rem 0.25rem;
}

/* Dropdown offcavas*/
.drop-plus.offcanvas.show {
  width: 100%;
  position: fixed !important;
  height: 100vh !important;
  top: 0 !important;
  z-index: 1050 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  border-radius: 0 !important;
  visibility: visible !important;
  transform: initial !important;
}

.drop-plus.dropdown-menu.show {
  visibility: visible !important;
}

/* Layout Responsive Horizontal movil y zoom */
#body-meeting.responsive {
  display: flex;
}
#body-meeting.responsive #header-reunion {
  height: 100vh;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  flex-direction: column;
  padding: 0.25rem 0rem;
  min-width: 6rem;
}
#body-meeting.responsive #header-reunion #ExitBtn {
  width: auto !important;
  padding: 0rem;
}
#body-meeting.responsive #header-reunion #BtnOption {
  width: auto !important;
  padding: 0rem;
}
#body-meeting.responsive #header-reunion #alertContainer #alertRC {
  top: 0 !important;
  left: 6.25rem !important;
  width: calc(95vw - 10rem);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#body-meeting.responsive #header-reunion #navOptions {
  display: inline-block;
}
#body-meeting.responsive #header-reunion #navOptions button {
  width: inherit;
  height: 20vh;
}
#body-meeting.responsive #header-reunion #navOptions button .icon-aj-rc {
  font-size: 1rem !important;
}
#body-meeting.responsive #ContainerMeeting {
  width: 100% !important;
  background: #102D43;
}
#body-meeting.responsive #ContainerMeeting #videocall {
  height: 100% !important;
}
#body-meeting.responsive #ContainerMeeting #sidebar-right {
  width: calc(100vw - 4.8em) !important;
}
#body-meeting.responsive #footer-reunion {
  height: 100vh;
  width: auto;
}
#body-meeting.responsive #footer-reunion .btn-group {
  display: flex;
  flex-direction: column-reverse;
}
#body-meeting.responsive #footer-reunion .btn-group button.column {
  margin-left: 1px;
  height: 20vh;
  width: 5.5rem;
  line-height: 0.65rem;
  min-width: 5rem;
}
#body-meeting.responsive #footer-reunion .btn-group button.column .icon-aj-rc {
  font-size: 1rem !important;
}

/* ------------------- HEIGHT SIDEBAR -------------------- */
/* ----- Participantes ----- */
#participantLists.overflow-X {
  height: calc(100vh - 15.3em);
}
@media (max-height : 415px) {
  #participantLists.overflow-X {
    height: calc(100vh - 11.7em);
  }
}
@media (min-width: 62rem) {
  #participantLists.overflow-X {
    height: calc(100vh - 18.9em);
  }
}

/* ----- Admision ----- */
#ListAdm.overflow-X {
  height: calc(100vh - 12.6em);
}
@media (max-height : 415px) {
  #ListAdm.overflow-X {
    height: calc(100vh - 9em);
  }
}
@media (min-width: 62rem) {
  #ListAdm.overflow-X {
    height: calc(100vh - 16.2em);
  }
}

/* ----- Chat ----- */
.unreadNotice {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  left: 100%;
}

#chat-messages {
  overflow-y: auto;
  height: calc(100vh - 13.65em);
}
@media (max-height : 415px) {
  #chat-messages {
    height: calc(100vh - 10em);
  }
}
@media (min-width: 62rem) {
  #chat-messages {
    height: calc(100vh - 16.3em);
  }
}

/* ----- Chat Privado Listado.select ----- */
#privateChatsListContainer.overflow-X, #privateChatsListContainer.overflow-X.select {
  height: calc(100vh - 11.8em);
}
@media (max-height : 415px) {
  #privateChatsListContainer.overflow-X, #privateChatsListContainer.overflow-X.select {
    height: calc(100vh - 8.2em);
  }
}
@media (min-width: 62rem) {
  #privateChatsListContainer.overflow-X, #privateChatsListContainer.overflow-X.select {
    height: calc(100vh - 15.4em);
  }
}

/* ----- Chat Privado Listado con select y delete ----- */
#privateChatsListContainer.overflow-X.select-delete {
  height: calc(100vh - 14em);
}
@media (max-height : 415px) {
  #privateChatsListContainer.overflow-X.select-delete {
    height: calc(100vh - 11em);
  }
}
@media (min-width: 62rem) {
  #privateChatsListContainer.overflow-X.select-delete {
    height: calc(100vh - 18.25em);
  }
}

/* ----- Chat Privado Listado con delete ----- */
#privateChatsListContainer.overflow-X.delete {
  height: calc(100vh - 11.1em);
}
@media (max-height : 415px) {
  #privateChatsListContainer.overflow-X.delete {
    height: calc(100vh - 7.5em);
  }
}
@media (min-width: 62rem) {
  #privateChatsListContainer.overflow-X.delete {
    height: calc(100vh - 14.65em);
  }
}

/* ----- Chat Privado ----- */
#privateChatMessagesContainer {
  overflow-y: auto;
  height: calc(100vh - 16.4em);
}
@media (max-height : 415px) {
  #privateChatMessagesContainer {
    height: calc(100vh - 12.7em);
  }
}
@media (min-width: 62rem) {
  #privateChatMessagesContainer {
    height: calc(100vh - 19.9em);
  }
}

.groupChatContainer .chat-messages-container {
  overflow-y: auto;
  height: calc(100vh - 16em);
}
@media (max-height : 415px) {
  .groupChatContainer .chat-messages-container {
    height: calc(100vh - 12.4em);
  }
}
@media (min-width: 62rem) {
  .groupChatContainer .chat-messages-container {
    height: calc(100vh - 19.6em);
  }
}

/* Menu Contextuales */
.optionPart {
  width: 100vw;
}

.SubmenuContextualMenu.responsive {
  position: fixed !important;
  width: 100vw;
  height: 92vh;
  top: 3rem !important;
  border-top: 1px solid #ced4da;
  border-radius: 0px;
  transform: initial !important;
}

#participantContextMenu.responsive ul.contextual,
#participantListContextMenu.responsive ul.contextual {
  border-radius: 0 !important;
  height: 100vh;
  width: 100vw;
  overflow-x: auto;
}
@media (max-height : 415px) {
  #participantContextMenu.responsive ul.contextual,
#participantListContextMenu.responsive ul.contextual {
    border-radius: 0 !important;
    height: calc(100vh - 2em);
    width: 100vw;
    overflow-x: auto;
  }
}

/* Zoom */
.desktopZoomOptions .zoom-text {
  display: none;
}
@media (max-height : 415px) {
  .desktopZoomOptions .zoom-text {
    display: none;
  }
}
@media (min-width: 62rem) {
  .desktopZoomOptions .zoom-text {
    display: block;
  }
}

/* Transcripcion */
#transcr {
  font-size: 1rem !important;
}

.users .user {
  font-size: 1rem;
  padding: 1rem;
  color: #102D43;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 16px #00000029;
  margin-left: -1rem;
  margin-right: -1rem;
}
.users .user .img-user {
  width: 5rem;
  height: 5rem;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.users .user .dropdown .dropdown-menu {
  box-shadow: 0px 4px 16px #00000029;
  padding: 0.5rem;
}
.users .user .dropdown .dropdown-menu .gray-opc {
  color: #4C6172;
}
.users .user .dropdown .dropdown-menu .gray-opc:hover {
  color: #2A3ACC;
}
.users .user .dropdown .options {
  color: #102D43;
  background: #ced4da;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0.3rem;
}
.users .user .dropdown .options:hover, .users .user .dropdown .options:focus {
  color: #fff;
  background: #2A3ACC;
}
.users .user .user-title:hover, .users .user .user-title:focus {
  text-decoration: underline;
}

.inline {
  margin-top: 0.5rem;
}
@media (min-width: 62rem) {
  .inline {
    margin-top: 2.25rem;
  }
}

.gray-opc {
  color: #4C6172;
}

.phone-min-height {
  min-height: 1rem;
}

.rounded-num {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
}

/*Table*/
#list_assitants,
#filesmeeting {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}

#list_assitants th,
#filesmeeting th {
  text-align: inherit;
  font-size: 1.35em !important;
  background-color: #222222;
  color: #fff;
  padding: 8px;
}

#list_assitants td,
#filesmeeting td {
  padding: 8px;
}

.date_minutes {
  background: #F4F4FB;
}

.privateChatUserName.black {
  color: black !important;
  width: 50%;
}

.img-ubicacion.meeting {
  width: 3rem;
}

.text-exter {
  color: #4C6172;
}

.list-role .pill-role {
  float: left;
  background: #F4F4FB;
  color: #2A3ACC;
  padding: 0.5rem;
  margin: 0.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-role .pill-role button {
  padding: 0.15rem;
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
  border-radius: 100%;
  margin-left: 2.5rem;
  height: 1.3rem;
}
.list-role .pill-role button:hover {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}

.state_meeting {
  margin-left: 0;
  position: absolute;
  top: 0.65rem;
  right: 3rem;
}
@media (max-height : 415px) {
  .state_meeting {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .state_meeting {
    margin-left: calc(65% - 26rem);
  }
}
@media (min-width: 62rem) {
  .state_meeting {
    position: initial;
  }
}
.state_meeting .state-pill {
  color: #102D43;
}

.pause-icon {
  border: 2px solid #102D43;
  border-radius: 50%;
  font-size: 0.5rem;
  padding: 5px;
}

.border_meet_finish {
  border-right: none;
}
@media (min-width: 62rem) {
  .border_meet_finish {
    border-right: 1px solid #ced4da;
  }
}

header {
  background-color: #fff;
  font-size: 1rem;
  min-height: 3rem;
  color: #102D43;
  box-shadow: 0px 4px 4px #00000029;
}
@media (min-width: 75rem) {
  header {
    min-height: 6rem;
  }
}

.navbar-toggle {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#nav-icon {
  width: 30px;
  height: 28px;
  cursor: pointer;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #102D43;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar {
  background-color: #F6FAFE;
  font-size: 1rem;
  min-height: 2rem;
  color: #102D43;
  box-shadow: 0px 4px 4px #00000029;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (min-width: 75rem) {
  .navbar {
    background-color: #fff;
    min-height: 6rem;
  }
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  position: relative;
  font-weight: normal;
}
.navbar-nav .nav-item .nav-link:hover:after, .navbar-nav .nav-item .nav-link:active:after, .navbar-nav .nav-item .nav-link:focus:after, .navbar-nav .nav-item .nav-link.active:after {
  transition: all 0.5s ease;
}
@media (min-width: 75rem) {
  .navbar-nav .nav-item .nav-link:hover:after, .navbar-nav .nav-item .nav-link:active:after, .navbar-nav .nav-item .nav-link:focus:after, .navbar-nav .nav-item .nav-link.active:after {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #2A3ACC;
    top: 3.8rem;
    left: 0;
    border-radius: 8px;
  }
}

.dropdown-toggle {
  color: #102D43;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  color: #2A3ACC;
}

.dropdown-menu.menu {
  box-shadow: 0px 4px 4px #00000029;
  right: 0;
  left: auto !important;
  position: initial !important;
  border: none !important;
}
@media (min-width: 75rem) {
  .dropdown-menu.menu {
    position: absolute !important;
  }
}

.opciones-reunion {
  font-size: 1rem;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 1rem 0 !important;
  margin: 1.5rem 0;
}
@media (min-width: 75rem) {
  .opciones-reunion {
    border-top: none;
    border-bottom: none;
    padding: 0 !important;
    margin: 0;
  }
}

@media (min-width: 75rem) {
  #navbarSupportedContent {
    background-color: #fff;
    padding: 0rem;
  }
}

#dropdownPerfilUser {
  pointer-events: none;
  font-size: 1rem;
}
@media (min-width: 75rem) {
  #dropdownPerfilUser {
    pointer-events: initial;
  }
}

#dropdownPerfilUserList {
  box-shadow: none;
  border-radius: 0;
  background-color: #F6FAFE;
}
#dropdownPerfilUserList li a:hover, #dropdownPerfilUserList li a:focus {
  background-color: #F6FAFE;
}
@media (min-width: 75rem) {
  #dropdownPerfilUserList {
    box-shadow: 0px 4px 4px #00000029;
    border-radius: 8px;
    background-color: #fff;
  }
  #dropdownPerfilUserList li a:hover, #dropdownPerfilUserList li a:focus {
    background-color: #fff;
  }
}

.dropdown-toggle.menu::after {
  display: none;
}
@media (min-width: 75rem) {
  .dropdown-toggle.menu::after {
    display: inline-block;
  }
}

@media (max-height : 415px) {
  #navbarSupportedContent.navbar-collapse {
    overflow-y: auto;
    height: calc(100vh - 4em);
    border-top: 1px solid #ced4da;
  }
}
@media (min-width: 75rem) {
  #navbarSupportedContent.navbar-collapse {
    overflow-y: initial;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-top: none;
  }
}

#logo-pie {
  height: 80px;
  width: 200px;
}

.footer {
  background: #102D43;
  text-align: center;
  color: #fff;
  padding: 40px 0px;
  margin-top: 6rem;
  min-width: 14rem;
}
.footer ul li {
  padding: 0.25rem;
  margin-right: 2.4rem;
  overflow: hidden;
  float: none;
}
@media (min-width: 75rem) {
  .footer ul li {
    float: left;
  }
}
.footer ul li a {
  color: #fff;
  font-weight: 400;
}
.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

select.filtros {
  border: none;
  font-size: 1rem;
  color: #102D43;
  background-image: url("/images/triangle_down.svg") !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
  width: auto !important;
  display: inline-block !important;
  font-weight: 700;
}
select.filtros.indigo {
  background-image: url("/images/triangle_down_indigo.svg") !important;
}

.btn-search {
  height: 3.5rem !important;
  width: 100% !important;
  background: #2A3ACC;
  color: #fff;
  border: 1px solid #2A3ACC;
}
@media (min-width: 62rem) {
  .btn-search {
    width: 3.5rem !important;
  }
}
.btn-search:hover, .btn-search:focus, .btn-search:active {
  background: #fff;
  color: #2A3ACC;
  border: 1px solid #2A3ACC;
}

.search {
  position: relative;
}
.search .icon-reset {
  position: absolute;
  right: 0.5rem;
  top: 32%;
}
.search .icon-email {
  position: absolute;
  left: 0.5rem;
  top: 24%;
}
.search .icon-search {
  position: absolute;
  left: 0.5rem;
  top: 52%;
}

.collapse-filters {
  background: #F4F4FB;
  border: 1px solid #F4F4FB;
}

.button-filtros {
  height: 3.5rem;
  width: 10rem;
  color: #2A3ACC;
  border: 1px solid #F4F4FB;
  font-weight: 700;
  border-radius: 8px;
  background: #F4F4FB;
}
.button-filtros:hover {
  color: #102D43;
}
@media (min-width: 62rem) {
  .button-filtros {
    background: #fff;
    display: block;
    border: 1px solid #2A3ACC;
  }
  .button-filtros:hover {
    color: #102D43;
    border: 1px solid #102D43;
  }
}

.margin-btn-filter {
  margin-top: 2.3rem;
}

.fondo-blue .cookie-consent {
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 4px #00000029;
  font-size: 1rem;
  font-weight: 700;
  position: initial;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.fondo-blue .cookie-consent .cookie-consent__message {
  color: #102D43;
  text-align: center;
}

.cookie-consent {
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 4px #00000029;
  font-size: 1rem;
  font-weight: 700;
  position: fixed;
  top: 6rem;
  right: 0;
  left: 0;
  z-index: 1030;
  border-top: 1px solid #ced4da;
}
.cookie-consent .cookie-consent__message {
  color: #102D43;
  text-align: center;
}
