@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (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)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-blue: #10349E;
  --bs-blue-light: #2455E9;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #CE0E2D;
  --bs-orange: #F59E0B;
  --bs-yellow: #ffc107;
  --bs-green: #16A34A;
  --bs-teal: #20c997;
  --bs-cyan: #5bc0de;
  --bs-white: #fff;
  --bs-gray: #8C95A4;
  --bs-gray-dark: #041839;
  --bs-primary: #10349E;
  --bs-secondary: #F2F3F5;
  --bs-success: #16A34A;
  --bs-success-10: rgba(22, 163, 74, 0.1);
  --bs-info: #2563EB;
  --bs-warning: #F59E0B;
  --bs-danger: #CE0E2D;
  --bs-danger-10: rgba(206, 14, 45, 0.1);
  --bs-light: #F2F3F5;
  --bs-dark: #212529;
  --bs-gray: #8C95A4;
  --bs-gray-50: #F2F7FC;
  --bs-gray-100: #F2F3F5;
  --bs-gray-450: #9BA3B0;
  --bs-gray-500: #8C95A4;
  --bs-gray-600: #7E899A;
  --bs-gray-650: #4F5D74;
  --bs-gray-700: #364661;
  --bs-gray-800: #041839;
  --bs-font-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", "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;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #041839;
  background: linear-gradient(135deg, #10349E, #2455E9) no-repeat;
  -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.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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: #2563EB;
  text-decoration: underline;
}
a:hover {
  color: rgb(29.6, 79.2, 188);
}

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: #d63384;
  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.25rem;
}
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.75rem;
  padding-bottom: 0.75rem;
  color: #7E899A;
  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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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;
}

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

.table-responsive .btn-group:has(button[data-bs-toggle=dropdown]),
.table-responsive .btn-group:has(button[data-bs-toggle=dropdown]) .dropdown {
  position: static;
}

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

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  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: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F2F7FC;
  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: #7E899A;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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%;
}

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@media (min-width: 1400px) {
  .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-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 0.125rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 0.125rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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: 2.25rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.125rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 2.25rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.125rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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: 2.25rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.125rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 2.25rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.125rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 2.25rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.125rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #041839;
  --bs-table-striped-bg: rgba(16, 52, 158, 0.03);
  --bs-table-active-color: #041839;
  --bs-table-active-bg: rgba(16, 52, 158, 0.1);
  --bs-table-hover-color: #041839;
  --bs-table-hover-bg: #F2F3F5;
  width: 100%;
  margin-bottom: 1rem;
  color: #041839;
  vertical-align: middle;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  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: rgb(207.2, 214.4, 235.6);
  --bs-table-striped-bg: rgb(200.984, 207.968, 228.532);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(186.48, 192.96, 212.04);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(196.84, 203.68, 223.82);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(186.48, 192.96, 212.04);
}

.table-secondary {
  --bs-table-bg: rgb(252.4, 252.6, 253);
  --bs-table-striped-bg: rgb(244.828, 245.022, 245.41);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(227.16, 227.34, 227.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(239.78, 239.97, 240.35);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(227.16, 227.34, 227.7);
}

.table-success {
  --bs-table-bg: rgb(208.4, 236.6, 218.8);
  --bs-table-striped-bg: rgb(202.148, 229.502, 212.236);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.56, 212.94, 196.92);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(197.98, 224.77, 207.86);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(187.56, 212.94, 196.92);
}

.table-info {
  --bs-table-bg: rgb(211.4, 223.8, 251);
  --bs-table-striped-bg: rgb(205.058, 217.086, 243.47);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.26, 201.42, 225.9);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(200.83, 212.61, 238.45);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(190.26, 201.42, 225.9);
}

.table-warning {
  --bs-table-bg: rgb(253, 235.6, 206.2);
  --bs-table-striped-bg: rgb(245.41, 228.532, 200.014);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(227.7, 212.04, 185.58);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(240.35, 223.82, 195.89);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(227.7, 212.04, 185.58);
}

.table-danger {
  --bs-table-bg: rgb(245.2, 206.8, 213);
  --bs-table-striped-bg: rgb(237.844, 200.596, 206.61);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(220.68, 186.12, 191.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(232.94, 196.46, 202.35);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(220.68, 186.12, 191.7);
}

.table-light {
  --bs-table-bg: #F2F3F5;
  --bs-table-striped-bg: rgb(234.74, 235.71, 237.65);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(217.8, 218.7, 220.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.9, 230.85, 232.75);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(217.8, 218.7, 220.5);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(39.66, 43.54, 47.42);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.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: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #364661;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #F2F3F5;
  appearance: none;
  height: calc(0.875rem + 1.5rem + 2px);
  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: #364661;
  background-color: #fff;
  border-color: #1D4CC4;
  outline: 0;
  box-shadow: 0 0 0 1px #10349E;
}
.form-control::-webkit-date-and-time-value {
  height: 1em;
}
.form-control::placeholder {
  color: #7E899A;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #364661;
  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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #364661;
  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 {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

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

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

.form-control-lg {
  min-height: calc(1em + (1.5rem + 2px));
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #364661;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23041839' 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: 1px solid #F2F3F5;
  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-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: #1D4CC4;
  outline: 0;
  box-shadow: 0 0 0 1px #10349E;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #364661;
}

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

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

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

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  vertical-align: top;
  background-color: #E1E3E7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #E7EBF5;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #E7EBF5;
  outline: 0;
  box-shadow: 0 0 0 1px #10349E;
}
.form-check-input:checked {
  background-color: #1D4CC4;
  border-color: #1D4CC4;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg width='5' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16603 0.126042C9.51067 0.355806 9.6038 0.821458 9.37404 1.1661L4.37404 8.66611C4.2494 8.85306 4.0475 8.97429 3.8239 8.99643C3.6003 9.01857 3.37855 8.93929 3.21967 8.78041L0.21967 5.78041C-0.0732233 5.48752 -0.0732233 5.01264 0.21967 4.71975C0.512563 4.42686 0.987437 4.42686 1.28033 4.71975L3.63343 7.07285L8.12596 0.334055C8.35573 -0.010592 8.82138 -0.103722 9.16603 0.126042Z' fill='white'/%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='%232563EB'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #10349E;
  border-color: #10349E;
  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-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='%231D4CC4'/%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: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F2F7FC, 0 0 0 1px #10349E;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F2F7FC, 0 0 0 1px #10349E;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #10349E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(183.3, 194.1, 225.9);
}
.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: #10349E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(183.3, 194.1, 225.9);
}
.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: #8C95A4;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #8C95A4;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.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: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.75rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #364661;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #F2F3F5;
  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.75rem 1rem;
  font-size: 0.875rem;
  border-radius: 1rem;
}

.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: 0.875rem;
  border-radius: 0.25rem;
}

.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: #16A34A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(22, 163, 74, 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: #16A34A;
  padding-right: calc(1em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2316A34A' 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.25em + 0.375rem) center;
  background-size: calc(0.5em + 0.75rem) calc(0.5em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #16A34A;
}
.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='%23041839' 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='%2316A34A' 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.5em + 0.75rem) calc(0.5em + 0.75rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #16A34A;
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #16A34A;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #16A34A;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #16A34A;
}

.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: #CE0E2D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(206, 14, 45, 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: #CE0E2D;
  padding-right: calc(1em + 1.5rem);
  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='%23CE0E2D'%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='%23CE0E2D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.375rem) center;
  background-size: calc(0.5em + 0.75rem) calc(0.5em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #CE0E2D;
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #CE0E2D;
}
.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='%23041839' 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='%23CE0E2D'%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='%23CE0E2D' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.5em + 0.75rem) calc(0.5em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #CE0E2D;
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #CE0E2D;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #CE0E2D;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #CE0E2D;
}

.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;
  color: #041839;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #041839;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #10349E;
  border-color: #10349E;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(13.6, 44.2, 134.3);
  border-color: rgb(12.8, 41.6, 126.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(13.6, 44.2, 134.3);
  border-color: rgb(12.8, 41.6, 126.4);
  box-shadow: 0 0 0 0 rgba(51.85, 82.45, 172.55, 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: rgb(12.8, 41.6, 126.4);
  border-color: rgb(12, 39, 118.5);
}
.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 rgba(51.85, 82.45, 172.55, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #10349E;
  border-color: #10349E;
}

.btn-secondary {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
  box-shadow: 0 0 0 0 rgba(205.7, 206.55, 208.25, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(244.6, 245.4, 247);
  border-color: rgb(243.3, 244.2, 246);
}
.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 rgba(205.7, 206.55, 208.25, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}

.btn-success {
  color: #000;
  background-color: #16A34A;
  border-color: #16A34A;
}
.btn-success:hover {
  color: #000;
  background-color: rgb(56.95, 176.8, 101.15);
  border-color: rgb(45.3, 172.2, 92.1);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: rgb(56.95, 176.8, 101.15);
  border-color: rgb(45.3, 172.2, 92.1);
  box-shadow: 0 0 0 0 rgba(18.7, 138.55, 62.9, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: rgb(68.6, 181.4, 110.2);
  border-color: rgb(45.3, 172.2, 92.1);
}
.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 rgba(18.7, 138.55, 62.9, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #16A34A;
  border-color: #16A34A;
}

.btn-success-10 {
  color: #000;
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}
.btn-success-10:hover {
  color: #000;
  background-color: rgba(201.472972973, 233.8648648649, 213.4189189189, 0.235);
  border-color: rgba(180.1071428571, 225.4285714286, 196.8214285714, 0.19);
}
.btn-check:focus + .btn-success-10, .btn-success-10:focus {
  color: #000;
  background-color: rgba(201.472972973, 233.8648648649, 213.4189189189, 0.235);
  border-color: rgba(180.1071428571, 225.4285714286, 196.8214285714, 0.19);
  box-shadow: 0 0 0 0 rgba(5.0540540541, 37.4459459459, 17, 0.5);
}
.btn-check:checked + .btn-success-10, .btn-check:active + .btn-success-10, .btn-success-10:active, .btn-success-10.active, .show > .btn-success-10.dropdown-toggle {
  color: #000;
  background-color: rgba(214.4782608696, 239, 223.5217391304, 0.28);
  border-color: rgba(180.1071428571, 225.4285714286, 196.8214285714, 0.19);
}
.btn-check:checked + .btn-success-10:focus, .btn-check:active + .btn-success-10:focus, .btn-success-10:active:focus, .btn-success-10.active:focus, .show > .btn-success-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(5.0540540541, 37.4459459459, 17, 0.5);
}
.btn-success-10:disabled, .btn-success-10.disabled {
  color: #000;
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}

.btn-info {
  color: #fff;
  background-color: #2563EB;
  border-color: #2563EB;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(31.45, 84.15, 199.75);
  border-color: rgb(29.6, 79.2, 188);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: rgb(31.45, 84.15, 199.75);
  border-color: rgb(29.6, 79.2, 188);
  box-shadow: 0 0 0 0 rgba(69.7, 122.4, 238, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.6, 79.2, 188);
  border-color: rgb(27.75, 74.25, 176.25);
}
.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 rgba(69.7, 122.4, 238, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #2563EB;
  border-color: #2563EB;
}

.btn-warning {
  color: #000;
  background-color: #F59E0B;
  border-color: #F59E0B;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(246.5, 172.55, 47.6);
  border-color: rgb(246, 167.7, 35.4);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(246.5, 172.55, 47.6);
  border-color: rgb(246, 167.7, 35.4);
  box-shadow: 0 0 0 0 rgba(208.25, 134.3, 9.35, 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: rgb(247, 177.4, 59.8);
  border-color: rgb(246, 167.7, 35.4);
}
.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 rgba(208.25, 134.3, 9.35, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #F59E0B;
  border-color: #F59E0B;
}

.btn-danger {
  color: #fff;
  background-color: #CE0E2D;
  border-color: #CE0E2D;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(175.1, 11.9, 38.25);
  border-color: rgb(164.8, 11.2, 36);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(175.1, 11.9, 38.25);
  border-color: rgb(164.8, 11.2, 36);
  box-shadow: 0 0 0 0 rgba(213.35, 50.15, 76.5, 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: rgb(164.8, 11.2, 36);
  border-color: rgb(154.5, 10.5, 33.75);
}
.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 rgba(213.35, 50.15, 76.5, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #CE0E2D;
  border-color: #CE0E2D;
}

.btn-danger-10 {
  color: #fff;
  background-color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}
.btn-danger-10:hover {
  color: #fff;
  background-color: rgba(47.3243243243, 3.2162162162, 10.3378378378, 0.235);
  border-color: rgba(35.8260869565, 2.4347826087, 7.8260869565, 0.28);
}
.btn-check:focus + .btn-danger-10, .btn-danger-10:focus {
  color: #fff;
  background-color: rgba(47.3243243243, 3.2162162162, 10.3378378378, 0.235);
  border-color: rgba(35.8260869565, 2.4347826087, 7.8260869565, 0.28);
  box-shadow: 0 0 0 0 rgba(243.7432432432, 199.6351351351, 206.7567567568, 0.5);
}
.btn-check:checked + .btn-danger-10, .btn-check:active + .btn-danger-10, .btn-danger-10:active, .btn-danger-10.active, .show > .btn-danger-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(35.8260869565, 2.4347826087, 7.8260869565, 0.28);
  border-color: rgba(28.0909090909, 1.9090909091, 6.1363636364, 0.325);
}
.btn-check:checked + .btn-danger-10:focus, .btn-check:active + .btn-danger-10:focus, .btn-danger-10:active:focus, .btn-danger-10.active:focus, .show > .btn-danger-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(243.7432432432, 199.6351351351, 206.7567567568, 0.5);
}
.btn-danger-10:disabled, .btn-danger-10.disabled {
  color: #fff;
  background-color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}

.btn-light {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
  box-shadow: 0 0 0 0 rgba(205.7, 206.55, 208.25, 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: rgb(244.6, 245.4, 247);
  border-color: rgb(243.3, 244.2, 246);
}
.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 rgba(205.7, 206.55, 208.25, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0 rgba(66.3, 69.7, 73.1, 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: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.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 rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-gray {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-gray:hover {
  color: #000;
  background-color: rgb(157.25, 164.9, 177.65);
  border-color: rgb(151.5, 159.6, 173.1);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000;
  background-color: rgb(157.25, 164.9, 177.65);
  border-color: rgb(151.5, 159.6, 173.1);
  box-shadow: 0 0 0 0 rgba(119, 126.65, 139.4, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(163, 170.2, 182.2);
  border-color: rgb(151.5, 159.6, 173.1);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 126.65, 139.4, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}

.btn-gray-50 {
  color: #000;
  background-color: #F2F7FC;
  border-color: #F2F7FC;
}
.btn-gray-50:hover {
  color: #000;
  background-color: rgb(243.95, 248.2, 252.45);
  border-color: rgb(243.3, 247.8, 252.3);
}
.btn-check:focus + .btn-gray-50, .btn-gray-50:focus {
  color: #000;
  background-color: rgb(243.95, 248.2, 252.45);
  border-color: rgb(243.3, 247.8, 252.3);
  box-shadow: 0 0 0 0 rgba(205.7, 209.95, 214.2, 0.5);
}
.btn-check:checked + .btn-gray-50, .btn-check:active + .btn-gray-50, .btn-gray-50:active, .btn-gray-50.active, .show > .btn-gray-50.dropdown-toggle {
  color: #000;
  background-color: rgb(244.6, 248.6, 252.6);
  border-color: rgb(243.3, 247.8, 252.3);
}
.btn-check:checked + .btn-gray-50:focus, .btn-check:active + .btn-gray-50:focus, .btn-gray-50:active:focus, .btn-gray-50.active:focus, .show > .btn-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(205.7, 209.95, 214.2, 0.5);
}
.btn-gray-50:disabled, .btn-gray-50.disabled {
  color: #000;
  background-color: #F2F7FC;
  border-color: #F2F7FC;
}

.btn-gray-100 {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-gray-100:hover {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
}
.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #000;
  background-color: rgb(243.95, 244.8, 246.5);
  border-color: rgb(243.3, 244.2, 246);
  box-shadow: 0 0 0 0 rgba(205.7, 206.55, 208.25, 0.5);
}
.btn-check:checked + .btn-gray-100, .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active, .show > .btn-gray-100.dropdown-toggle {
  color: #000;
  background-color: rgb(244.6, 245.4, 247);
  border-color: rgb(243.3, 244.2, 246);
}
.btn-check:checked + .btn-gray-100:focus, .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(205.7, 206.55, 208.25, 0.5);
}
.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}

.btn-gray-450 {
  color: #000;
  background-color: #9BA3B0;
  border-color: #9BA3B0;
}
.btn-gray-450:hover {
  color: #000;
  background-color: rgb(170, 176.8, 187.85);
  border-color: rgb(165, 172.2, 183.9);
}
.btn-check:focus + .btn-gray-450, .btn-gray-450:focus {
  color: #000;
  background-color: rgb(170, 176.8, 187.85);
  border-color: rgb(165, 172.2, 183.9);
  box-shadow: 0 0 0 0 rgba(131.75, 138.55, 149.6, 0.5);
}
.btn-check:checked + .btn-gray-450, .btn-check:active + .btn-gray-450, .btn-gray-450:active, .btn-gray-450.active, .show > .btn-gray-450.dropdown-toggle {
  color: #000;
  background-color: rgb(175, 181.4, 191.8);
  border-color: rgb(165, 172.2, 183.9);
}
.btn-check:checked + .btn-gray-450:focus, .btn-check:active + .btn-gray-450:focus, .btn-gray-450:active:focus, .btn-gray-450.active:focus, .show > .btn-gray-450.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(131.75, 138.55, 149.6, 0.5);
}
.btn-gray-450:disabled, .btn-gray-450.disabled {
  color: #000;
  background-color: #9BA3B0;
  border-color: #9BA3B0;
}

.btn-gray-500 {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-gray-500:hover {
  color: #000;
  background-color: rgb(157.25, 164.9, 177.65);
  border-color: rgb(151.5, 159.6, 173.1);
}
.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #000;
  background-color: rgb(157.25, 164.9, 177.65);
  border-color: rgb(151.5, 159.6, 173.1);
  box-shadow: 0 0 0 0 rgba(119, 126.65, 139.4, 0.5);
}
.btn-check:checked + .btn-gray-500, .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active, .show > .btn-gray-500.dropdown-toggle {
  color: #000;
  background-color: rgb(163, 170.2, 182.2);
  border-color: rgb(151.5, 159.6, 173.1);
}
.btn-check:checked + .btn-gray-500:focus, .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 126.65, 139.4, 0.5);
}
.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}

.btn-gray-600 {
  color: #000;
  background-color: #7E899A;
  border-color: #7E899A;
}
.btn-gray-600:hover {
  color: #000;
  background-color: rgb(145.35, 154.7, 169.15);
  border-color: rgb(138.9, 148.8, 164.1);
}
.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #000;
  background-color: rgb(145.35, 154.7, 169.15);
  border-color: rgb(138.9, 148.8, 164.1);
  box-shadow: 0 0 0 0 rgba(107.1, 116.45, 130.9, 0.5);
}
.btn-check:checked + .btn-gray-600, .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active, .show > .btn-gray-600.dropdown-toggle {
  color: #000;
  background-color: rgb(151.8, 160.6, 174.2);
  border-color: rgb(138.9, 148.8, 164.1);
}
.btn-check:checked + .btn-gray-600:focus, .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107.1, 116.45, 130.9, 0.5);
}
.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #000;
  background-color: #7E899A;
  border-color: #7E899A;
}

.btn-gray-650 {
  color: #fff;
  background-color: #4F5D74;
  border-color: #4F5D74;
}
.btn-gray-650:hover {
  color: #fff;
  background-color: rgb(67.15, 79.05, 98.6);
  border-color: rgb(63.2, 74.4, 92.8);
}
.btn-check:focus + .btn-gray-650, .btn-gray-650:focus {
  color: #fff;
  background-color: rgb(67.15, 79.05, 98.6);
  border-color: rgb(63.2, 74.4, 92.8);
  box-shadow: 0 0 0 0 rgba(105.4, 117.3, 136.85, 0.5);
}
.btn-check:checked + .btn-gray-650, .btn-check:active + .btn-gray-650, .btn-gray-650:active, .btn-gray-650.active, .show > .btn-gray-650.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.2, 74.4, 92.8);
  border-color: rgb(59.25, 69.75, 87);
}
.btn-check:checked + .btn-gray-650:focus, .btn-check:active + .btn-gray-650:focus, .btn-gray-650:active:focus, .btn-gray-650.active:focus, .show > .btn-gray-650.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(105.4, 117.3, 136.85, 0.5);
}
.btn-gray-650:disabled, .btn-gray-650.disabled {
  color: #fff;
  background-color: #4F5D74;
  border-color: #4F5D74;
}

.btn-gray-700 {
  color: #fff;
  background-color: #364661;
  border-color: #364661;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: rgb(45.9, 59.5, 82.45);
  border-color: rgb(43.2, 56, 77.6);
}
.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #fff;
  background-color: rgb(45.9, 59.5, 82.45);
  border-color: rgb(43.2, 56, 77.6);
  box-shadow: 0 0 0 0 rgba(84.15, 97.75, 120.7, 0.5);
}
.btn-check:checked + .btn-gray-700, .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(43.2, 56, 77.6);
  border-color: rgb(40.5, 52.5, 72.75);
}
.btn-check:checked + .btn-gray-700:focus, .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84.15, 97.75, 120.7, 0.5);
}
.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #fff;
  background-color: #364661;
  border-color: #364661;
}

.btn-gray-800 {
  color: #fff;
  background-color: #041839;
  border-color: #041839;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: rgb(3.4, 20.4, 48.45);
  border-color: rgb(3.2, 19.2, 45.6);
}
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #fff;
  background-color: rgb(3.4, 20.4, 48.45);
  border-color: rgb(3.2, 19.2, 45.6);
  box-shadow: 0 0 0 0 rgba(41.65, 58.65, 86.7, 0.5);
}
.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: rgb(3.2, 19.2, 45.6);
  border-color: rgb(3, 18, 42.75);
}
.btn-check:checked + .btn-gray-800:focus, .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(41.65, 58.65, 86.7, 0.5);
}
.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #fff;
  background-color: #041839;
  border-color: #041839;
}

.btn-outline-primary {
  color: #10349E;
  border-color: #10349E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #10349E;
  border-color: #10349E;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 1px rgba(16, 52, 158, 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: #10349E;
  border-color: #10349E;
}
.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 1px rgba(16, 52, 158, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #10349E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 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: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.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 1px rgba(242, 243, 245, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #F2F3F5;
  background-color: transparent;
}

.btn-outline-success {
  color: #16A34A;
  border-color: #16A34A;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #16A34A;
  border-color: #16A34A;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 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: #000;
  background-color: #16A34A;
  border-color: #16A34A;
}
.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 1px rgba(22, 163, 74, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #16A34A;
  background-color: transparent;
}

.btn-outline-success-10 {
  color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}
.btn-outline-success-10:hover {
  color: #000;
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}
.btn-check:focus + .btn-outline-success-10, .btn-outline-success-10:focus {
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.5);
}
.btn-check:checked + .btn-outline-success-10, .btn-check:active + .btn-outline-success-10, .btn-outline-success-10:active, .btn-outline-success-10.active, .btn-outline-success-10.dropdown-toggle.show {
  color: #000;
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}
.btn-check:checked + .btn-outline-success-10:focus, .btn-check:active + .btn-outline-success-10:focus, .btn-outline-success-10:active:focus, .btn-outline-success-10.active:focus, .btn-outline-success-10.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.5);
}
.btn-outline-success-10:disabled, .btn-outline-success-10.disabled {
  color: rgba(22, 163, 74, 0.1);
  background-color: transparent;
}

.btn-outline-info {
  color: #2563EB;
  border-color: #2563EB;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2563EB;
  border-color: #2563EB;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 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: #fff;
  background-color: #2563EB;
  border-color: #2563EB;
}
.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 1px rgba(37, 99, 235, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #2563EB;
  background-color: transparent;
}

.btn-outline-warning {
  color: #F59E0B;
  border-color: #F59E0B;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #F59E0B;
  border-color: #F59E0B;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 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: #F59E0B;
  border-color: #F59E0B;
}
.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 1px rgba(245, 158, 11, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #F59E0B;
  background-color: transparent;
}

.btn-outline-danger {
  color: #CE0E2D;
  border-color: #CE0E2D;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #CE0E2D;
  border-color: #CE0E2D;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 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: #CE0E2D;
  border-color: #CE0E2D;
}
.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 1px rgba(206, 14, 45, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #CE0E2D;
  background-color: transparent;
}

.btn-outline-danger-10 {
  color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}
.btn-outline-danger-10:hover {
  color: #fff;
  background-color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}
.btn-check:focus + .btn-outline-danger-10, .btn-outline-danger-10:focus {
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 0.5);
}
.btn-check:checked + .btn-outline-danger-10, .btn-check:active + .btn-outline-danger-10, .btn-outline-danger-10:active, .btn-outline-danger-10.active, .btn-outline-danger-10.dropdown-toggle.show {
  color: #fff;
  background-color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}
.btn-check:checked + .btn-outline-danger-10:focus, .btn-check:active + .btn-outline-danger-10:focus, .btn-outline-danger-10:active:focus, .btn-outline-danger-10.active:focus, .btn-outline-danger-10.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(206, 14, 45, 0.5);
}
.btn-outline-danger-10:disabled, .btn-outline-danger-10.disabled {
  color: rgba(206, 14, 45, 0.1);
  background-color: transparent;
}

.btn-outline-light {
  color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 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: #F2F3F5;
  border-color: #F2F3F5;
}
.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 1px rgba(242, 243, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F2F3F5;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 1px rgba(33, 37, 41, 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: #212529;
  border-color: #212529;
}
.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 1px rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-gray {
  color: #8C95A4;
  border-color: #8C95A4;
}
.btn-outline-gray:hover {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 1px rgba(140, 149, 164, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(140, 149, 164, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #8C95A4;
  background-color: transparent;
}

.btn-outline-gray-50 {
  color: #F2F7FC;
  border-color: #F2F7FC;
}
.btn-outline-gray-50:hover {
  color: #000;
  background-color: #F2F7FC;
  border-color: #F2F7FC;
}
.btn-check:focus + .btn-outline-gray-50, .btn-outline-gray-50:focus {
  box-shadow: 0 0 0 1px rgba(242, 247, 252, 0.5);
}
.btn-check:checked + .btn-outline-gray-50, .btn-check:active + .btn-outline-gray-50, .btn-outline-gray-50:active, .btn-outline-gray-50.active, .btn-outline-gray-50.dropdown-toggle.show {
  color: #000;
  background-color: #F2F7FC;
  border-color: #F2F7FC;
}
.btn-check:checked + .btn-outline-gray-50:focus, .btn-check:active + .btn-outline-gray-50:focus, .btn-outline-gray-50:active:focus, .btn-outline-gray-50.active:focus, .btn-outline-gray-50.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(242, 247, 252, 0.5);
}
.btn-outline-gray-50:disabled, .btn-outline-gray-50.disabled {
  color: #F2F7FC;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-outline-gray-100:hover {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.5);
}
.btn-check:checked + .btn-outline-gray-100, .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #000;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-check:checked + .btn-outline-gray-100:focus, .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.5);
}
.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #F2F3F5;
  background-color: transparent;
}

.btn-outline-gray-450 {
  color: #9BA3B0;
  border-color: #9BA3B0;
}
.btn-outline-gray-450:hover {
  color: #000;
  background-color: #9BA3B0;
  border-color: #9BA3B0;
}
.btn-check:focus + .btn-outline-gray-450, .btn-outline-gray-450:focus {
  box-shadow: 0 0 0 1px rgba(155, 163, 176, 0.5);
}
.btn-check:checked + .btn-outline-gray-450, .btn-check:active + .btn-outline-gray-450, .btn-outline-gray-450:active, .btn-outline-gray-450.active, .btn-outline-gray-450.dropdown-toggle.show {
  color: #000;
  background-color: #9BA3B0;
  border-color: #9BA3B0;
}
.btn-check:checked + .btn-outline-gray-450:focus, .btn-check:active + .btn-outline-gray-450:focus, .btn-outline-gray-450:active:focus, .btn-outline-gray-450.active:focus, .btn-outline-gray-450.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(155, 163, 176, 0.5);
}
.btn-outline-gray-450:disabled, .btn-outline-gray-450.disabled {
  color: #9BA3B0;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #8C95A4;
  border-color: #8C95A4;
}
.btn-outline-gray-500:hover {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  box-shadow: 0 0 0 1px rgba(140, 149, 164, 0.5);
}
.btn-check:checked + .btn-outline-gray-500, .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #000;
  background-color: #8C95A4;
  border-color: #8C95A4;
}
.btn-check:checked + .btn-outline-gray-500:focus, .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(140, 149, 164, 0.5);
}
.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #8C95A4;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #7E899A;
  border-color: #7E899A;
}
.btn-outline-gray-600:hover {
  color: #000;
  background-color: #7E899A;
  border-color: #7E899A;
}
.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  box-shadow: 0 0 0 1px rgba(126, 137, 154, 0.5);
}
.btn-check:checked + .btn-outline-gray-600, .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #000;
  background-color: #7E899A;
  border-color: #7E899A;
}
.btn-check:checked + .btn-outline-gray-600:focus, .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(126, 137, 154, 0.5);
}
.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #7E899A;
  background-color: transparent;
}

.btn-outline-gray-650 {
  color: #4F5D74;
  border-color: #4F5D74;
}
.btn-outline-gray-650:hover {
  color: #fff;
  background-color: #4F5D74;
  border-color: #4F5D74;
}
.btn-check:focus + .btn-outline-gray-650, .btn-outline-gray-650:focus {
  box-shadow: 0 0 0 1px rgba(79, 93, 116, 0.5);
}
.btn-check:checked + .btn-outline-gray-650, .btn-check:active + .btn-outline-gray-650, .btn-outline-gray-650:active, .btn-outline-gray-650.active, .btn-outline-gray-650.dropdown-toggle.show {
  color: #fff;
  background-color: #4F5D74;
  border-color: #4F5D74;
}
.btn-check:checked + .btn-outline-gray-650:focus, .btn-check:active + .btn-outline-gray-650:focus, .btn-outline-gray-650:active:focus, .btn-outline-gray-650.active:focus, .btn-outline-gray-650.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(79, 93, 116, 0.5);
}
.btn-outline-gray-650:disabled, .btn-outline-gray-650.disabled {
  color: #4F5D74;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #364661;
  border-color: #364661;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #364661;
  border-color: #364661;
}
.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  box-shadow: 0 0 0 1px rgba(54, 70, 97, 0.5);
}
.btn-check:checked + .btn-outline-gray-700, .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #fff;
  background-color: #364661;
  border-color: #364661;
}
.btn-check:checked + .btn-outline-gray-700:focus, .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(54, 70, 97, 0.5);
}
.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #364661;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #041839;
  border-color: #041839;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #041839;
  border-color: #041839;
}
.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  box-shadow: 0 0 0 1px rgba(4, 24, 57, 0.5);
}
.btn-check:checked + .btn-outline-gray-800, .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #fff;
  background-color: #041839;
  border-color: #041839;
}
.btn-check:checked + .btn-outline-gray-800:focus, .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 1px rgba(4, 24, 57, 0.5);
}
.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #041839;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #2563EB;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(29.6, 79.2, 188);
}
.btn-link:disabled, .btn-link.disabled {
  color: #AAB0BC;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

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

.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 {
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  max-height: max(400px, 60vh);
  overflow-y: auto;
  min-width: 10rem;
  padding: 1.25rem 1.25rem;
  margin: 0;
  font-size: 0.875rem;
  color: #041839;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.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;
  left: 0;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.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 rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 0.25rem;
  clear: both;
  font-weight: 500;
  color: #041839;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #041839;
  background-color: #F2F3F5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #041839;
  text-decoration: none;
  background-color: #F2F3F5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8C95A4;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0 0.25rem;
  margin-bottom: 0;
  font-size: 0.625rem;
  font-weight: 500;
  color: #8C95A4;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #041839;
  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: #041839;
  background-color: #F2F3F5;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #8C95A4;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #8C95A4;
}

.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;
  color: #2563EB;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(29.6, 79.2, 188);
}
.nav-link.disabled {
  color: #7E899A;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #7E899A;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #364661;
  background-color: #F2F7FC;
  border-color: #dee2e6 #dee2e6 #F2F7FC;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  z-index: 1039;
}
.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;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.125rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 1px;
}

.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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F2F3F5;
  background-clip: border-box;
  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: 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
}

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

.card-header {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  background-color: #F2F3F5;
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.25rem 0.5rem;
  background-color: #F2F3F5;
  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.25rem;
  margin-bottom: -0.25rem;
  margin-left: -0.25rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #F2F3F5;
  border-bottom-color: #F2F3F5;
}

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

.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: 0.75rem;
}
@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: 15px;
  color: #fff;
  text-align: left;
  background-color: transparent;
  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: rgb(14.4, 46.8, 142.2);
  background-color: rgb(231.1, 234.7, 245.3);
  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='%23fff'%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='%23fff'%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: #1D4CC4;
  outline: 0;
  box-shadow: 0 0 0 1px #10349E;
}

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

.accordion-item {
  background-color: #F2F7FC;
  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: #7E899A;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #7E899A;
}

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

.page-link {
  position: relative;
  display: block;
  color: #2563EB;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: rgb(29.6, 79.2, 188);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(29.6, 79.2, 188);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 1px #10349E;
}

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

.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(159.4, 173.8, 216.2);
  background-color: #10349e;
  border-color: #10349e;
}
.alert-primary .alert-link {
  color: rgb(127.52, 139.04, 172.96);
}

.alert-secondary {
  color: rgb(96.8, 97.2, 98);
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.alert-secondary .alert-link {
  color: rgb(77.44, 77.76, 78.4);
}

.alert-success {
  color: rgb(8.8, 65.2, 29.6);
  background-color: #16a34a;
  border-color: #16a34a;
}
.alert-success .alert-link {
  color: rgb(7.04, 52.16, 23.68);
}

.alert-success-10 {
  color: rgba(1.6097560976, 11.9268292683, 5.4146341463, 0.46);
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.1);
}
.alert-success-10 .alert-link {
  color: rgba(0.8763169288, 6.492711791, 2.9476114879, 0.568);
}

.alert-info {
  color: rgb(167.8, 192.6, 247);
  background-color: #2563eb;
  border-color: #2563eb;
}
.alert-info .alert-link {
  color: rgb(134.24, 154.08, 197.6);
}

.alert-warning {
  color: rgb(98, 63.2, 4.4);
  background-color: #f59e0b;
  border-color: #f59e0b;
}
.alert-warning .alert-link {
  color: rgb(78.4, 50.56, 3.52);
}

.alert-danger {
  color: rgb(235.4, 158.6, 171);
  background-color: #ce0e2d;
  border-color: #ce0e2d;
}
.alert-danger .alert-link {
  color: rgb(188.32, 126.88, 136.8);
}

.alert-danger-10 {
  color: rgba(253.3389830508, 246.8305084746, 247.8813559322, 0.64);
  background-color: rgba(206, 14, 45, 0.1);
  border-color: rgba(206, 14, 45, 0.1);
}
.alert-danger-10 .alert-link {
  color: rgba(165.4458664822, 161.1954341058, 161.8817018333, 0.712);
}

.alert-light {
  color: rgb(96.8, 97.2, 98);
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.alert-light .alert-link {
  color: rgb(77.44, 77.76, 78.4);
}

.alert-dark {
  color: rgb(166.2, 167.8, 169.4);
  background-color: #212529;
  border-color: #212529;
}
.alert-dark .alert-link {
  color: rgb(132.96, 134.24, 135.52);
}

.alert-gray {
  color: rgb(56, 59.6, 65.6);
  background-color: #8c95a4;
  border-color: #8c95a4;
}
.alert-gray .alert-link {
  color: rgb(44.8, 47.68, 52.48);
}

.alert-gray-50 {
  color: rgb(96.8, 98.8, 100.8);
  background-color: #f2f7fc;
  border-color: #f2f7fc;
}
.alert-gray-50 .alert-link {
  color: rgb(77.44, 79.04, 80.64);
}

.alert-gray-100 {
  color: rgb(96.8, 97.2, 98);
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.alert-gray-100 .alert-link {
  color: rgb(77.44, 77.76, 78.4);
}

.alert-gray-450 {
  color: rgb(62, 65.2, 70.4);
  background-color: #9ba3b0;
  border-color: #9ba3b0;
}
.alert-gray-450 .alert-link {
  color: rgb(49.6, 52.16, 56.32);
}

.alert-gray-500 {
  color: rgb(56, 59.6, 65.6);
  background-color: #8c95a4;
  border-color: #8c95a4;
}
.alert-gray-500 .alert-link {
  color: rgb(44.8, 47.68, 52.48);
}

.alert-gray-600 {
  color: rgb(50.4, 54.8, 61.6);
  background-color: #7e899a;
  border-color: #7e899a;
}
.alert-gray-600 .alert-link {
  color: rgb(40.32, 43.84, 49.28);
}

.alert-gray-650 {
  color: rgb(184.6, 190.2, 199.4);
  background-color: #4f5d74;
  border-color: #4f5d74;
}
.alert-gray-650 .alert-link {
  color: rgb(147.68, 152.16, 159.52);
}

.alert-gray-700 {
  color: rgb(174.6, 181, 191.8);
  background-color: #364661;
  border-color: #364661;
}
.alert-gray-700 .alert-link {
  color: rgb(139.68, 144.8, 153.44);
}

.alert-gray-800 {
  color: rgb(154.6, 162.6, 175.8);
  background-color: #041839;
  border-color: #041839;
}
.alert-gray-800 .alert-link {
  color: rgb(123.68, 130.08, 140.64);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  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: #10349E;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.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: #364661;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #364661;
  text-decoration: none;
  background-color: #F2F3F5;
}
.list-group-item-action:active {
  color: #041839;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #7E899A;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #10349E;
  border-color: #10349E;
}
.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: 1400px) {
  .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: rgb(9.6, 31.2, 94.8);
  background-color: rgb(207.2, 214.4, 235.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(9.6, 31.2, 94.8);
  background-color: rgb(186.48, 192.96, 212.04);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(9.6, 31.2, 94.8);
  border-color: rgb(9.6, 31.2, 94.8);
}

.list-group-item-secondary {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(252.4, 252.6, 253);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(227.16, 227.34, 227.7);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.8, 97.2, 98);
  border-color: rgb(96.8, 97.2, 98);
}

.list-group-item-success {
  color: rgb(13.2, 97.8, 44.4);
  background-color: rgb(208.4, 236.6, 218.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(13.2, 97.8, 44.4);
  background-color: rgb(187.56, 212.94, 196.92);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13.2, 97.8, 44.4);
  border-color: rgb(13.2, 97.8, 44.4);
}

.list-group-item-success-10 {
  color: rgba(0.7457627119, 5.5254237288, 2.5084745763, 0.64);
  background-color: rgba(251.974025974, 253.8051948052, 252.6493506494, 0.82);
}
.list-group-item-success-10.list-group-item-action:hover, .list-group-item-success-10.list-group-item-action:focus {
  color: rgba(0.7457627119, 5.5254237288, 2.5084745763, 0.64);
  background-color: rgba(217.2392887486, 218.8180301007, 217.8215196019, 0.838);
}
.list-group-item-success-10.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0.7457627119, 5.5254237288, 2.5084745763, 0.64);
  border-color: rgba(0.7457627119, 5.5254237288, 2.5084745763, 0.64);
}

.list-group-item-info {
  color: rgb(22.2, 59.4, 141);
  background-color: rgb(211.4, 223.8, 251);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(22.2, 59.4, 141);
  background-color: rgb(190.26, 201.42, 225.9);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.2, 59.4, 141);
  border-color: rgb(22.2, 59.4, 141);
}

.list-group-item-warning {
  color: rgb(147, 94.8, 6.6);
  background-color: rgb(253, 235.6, 206.2);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(147, 94.8, 6.6);
  background-color: rgb(227.7, 212.04, 185.58);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(147, 94.8, 6.6);
  border-color: rgb(147, 94.8, 6.6);
}

.list-group-item-danger {
  color: rgb(123.6, 8.4, 27);
  background-color: rgb(245.2, 206.8, 213);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(123.6, 8.4, 27);
  background-color: rgb(220.68, 186.12, 191.7);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.6, 8.4, 27);
  border-color: rgb(123.6, 8.4, 27);
}

.list-group-item-danger-10 {
  color: rgba(15.0731707317, 1.0243902439, 3.2926829268, 0.46);
  background-color: rgba(254.3636363636, 251.8701298701, 252.2727272727, 0.82);
}
.list-group-item-danger-10.list-group-item-action:hover, .list-group-item-danger-10.list-group-item-action:focus {
  color: rgba(15.0731707317, 1.0243902439, 3.2926829268, 0.46);
  background-color: rgba(219.2994902294, 217.1497147712, 217.4968139337, 0.838);
}
.list-group-item-danger-10.list-group-item-action.active {
  color: #fff;
  background-color: rgba(15.0731707317, 1.0243902439, 3.2926829268, 0.46);
  border-color: rgba(15.0731707317, 1.0243902439, 3.2926829268, 0.46);
}

.list-group-item-light {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(252.4, 252.6, 253);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(227.16, 227.34, 227.7);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.8, 97.2, 98);
  border-color: rgb(96.8, 97.2, 98);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.list-group-item-gray {
  color: rgb(84, 89.4, 98.4);
  background-color: rgb(232, 233.8, 236.8);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(84, 89.4, 98.4);
  background-color: rgb(208.8, 210.42, 213.12);
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(84, 89.4, 98.4);
  border-color: rgb(84, 89.4, 98.4);
}

.list-group-item-gray-50 {
  color: rgb(96.8, 98.8, 100.8);
  background-color: rgb(252.4, 253.4, 254.4);
}
.list-group-item-gray-50.list-group-item-action:hover, .list-group-item-gray-50.list-group-item-action:focus {
  color: rgb(96.8, 98.8, 100.8);
  background-color: rgb(227.16, 228.06, 228.96);
}
.list-group-item-gray-50.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.8, 98.8, 100.8);
  border-color: rgb(96.8, 98.8, 100.8);
}

.list-group-item-gray-100 {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(252.4, 252.6, 253);
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: rgb(96.8, 97.2, 98);
  background-color: rgb(227.16, 227.34, 227.7);
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.8, 97.2, 98);
  border-color: rgb(96.8, 97.2, 98);
}

.list-group-item-gray-450 {
  color: rgb(93, 97.8, 105.6);
  background-color: rgb(235, 236.6, 239.2);
}
.list-group-item-gray-450.list-group-item-action:hover, .list-group-item-gray-450.list-group-item-action:focus {
  color: rgb(93, 97.8, 105.6);
  background-color: rgb(211.5, 212.94, 215.28);
}
.list-group-item-gray-450.list-group-item-action.active {
  color: #fff;
  background-color: rgb(93, 97.8, 105.6);
  border-color: rgb(93, 97.8, 105.6);
}

.list-group-item-gray-500 {
  color: rgb(84, 89.4, 98.4);
  background-color: rgb(232, 233.8, 236.8);
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: rgb(84, 89.4, 98.4);
  background-color: rgb(208.8, 210.42, 213.12);
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(84, 89.4, 98.4);
  border-color: rgb(84, 89.4, 98.4);
}

.list-group-item-gray-600 {
  color: rgb(75.6, 82.2, 92.4);
  background-color: rgb(229.2, 231.4, 234.8);
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: rgb(75.6, 82.2, 92.4);
  background-color: rgb(206.28, 208.26, 211.32);
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: rgb(75.6, 82.2, 92.4);
  border-color: rgb(75.6, 82.2, 92.4);
}

.list-group-item-gray-650 {
  color: rgb(47.4, 55.8, 69.6);
  background-color: rgb(219.8, 222.6, 227.2);
}
.list-group-item-gray-650.list-group-item-action:hover, .list-group-item-gray-650.list-group-item-action:focus {
  color: rgb(47.4, 55.8, 69.6);
  background-color: rgb(197.82, 200.34, 204.48);
}
.list-group-item-gray-650.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.4, 55.8, 69.6);
  border-color: rgb(47.4, 55.8, 69.6);
}

.list-group-item-gray-700 {
  color: rgb(32.4, 42, 58.2);
  background-color: rgb(214.8, 218, 223.4);
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: rgb(32.4, 42, 58.2);
  background-color: rgb(193.32, 196.2, 201.06);
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.4, 42, 58.2);
  border-color: rgb(32.4, 42, 58.2);
}

.list-group-item-gray-800 {
  color: rgb(2.4, 14.4, 34.2);
  background-color: rgb(204.8, 208.8, 215.4);
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: rgb(2.4, 14.4, 34.2);
  background-color: rgb(184.32, 187.92, 193.86);
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: rgb(2.4, 14.4, 34.2);
  border-color: rgb(2.4, 14.4, 34.2);
}

.btn-close {
  box-sizing: content-box;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.25em 0.25em;
  color: #041839;
  background: none;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.7;
}
.btn-close:hover {
  color: #041839;
  text-decoration: none;
  opacity: 0.9;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: 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 4px 12px 0 rgba(4, 24, 57, 0.16);
  border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #7E899A;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

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

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

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

.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: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 3.5rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 7rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 7rem);
  }
  .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: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.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.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .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.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.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 rgb(239.7, 239.7, 239.7);
}

.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: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

@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%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px 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: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

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

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #10349E;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(12.8, 41.6, 126.4);
}

.link-secondary {
  color: #F2F3F5;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(244.6, 245.4, 247);
}

.link-success {
  color: #16A34A;
}
.link-success:hover, .link-success:focus {
  color: rgb(68.6, 181.4, 110.2);
}

.link-success-10 {
  color: rgba(22, 163, 74, 0.1);
}
.link-success-10:hover, .link-success-10:focus {
  color: rgba(214.4782608696, 239, 223.5217391304, 0.28);
}

.link-info {
  color: #2563EB;
}
.link-info:hover, .link-info:focus {
  color: rgb(29.6, 79.2, 188);
}

.link-warning {
  color: #F59E0B;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(247, 177.4, 59.8);
}

.link-danger {
  color: #CE0E2D;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(164.8, 11.2, 36);
}

.link-danger-10 {
  color: rgba(206, 14, 45, 0.1);
}
.link-danger-10:hover, .link-danger-10:focus {
  color: rgba(35.8260869565, 2.4347826087, 7.8260869565, 0.28);
}

.link-light {
  color: #F2F3F5;
}
.link-light:hover, .link-light:focus {
  color: rgb(244.6, 245.4, 247);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-gray {
  color: #8C95A4;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(163, 170.2, 182.2);
}

.link-gray-50 {
  color: #F2F7FC;
}
.link-gray-50:hover, .link-gray-50:focus {
  color: rgb(244.6, 248.6, 252.6);
}

.link-gray-100 {
  color: #F2F3F5;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: rgb(244.6, 245.4, 247);
}

.link-gray-450 {
  color: #9BA3B0;
}
.link-gray-450:hover, .link-gray-450:focus {
  color: rgb(175, 181.4, 191.8);
}

.link-gray-500 {
  color: #8C95A4;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: rgb(163, 170.2, 182.2);
}

.link-gray-600 {
  color: #7E899A;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: rgb(151.8, 160.6, 174.2);
}

.link-gray-650 {
  color: #4F5D74;
}
.link-gray-650:hover, .link-gray-650:focus {
  color: rgb(63.2, 74.4, 92.8);
}

.link-gray-700 {
  color: #364661;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: rgb(43.2, 56, 77.6);
}

.link-gray-800 {
  color: #041839;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: rgb(3.2, 19.2, 45.6);
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    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 4px 12px 0 rgba(4, 24, 57, 0.16) !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: 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 #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #10349E !important;
}

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

.border-success {
  border-color: #16A34A !important;
}

.border-success-10 {
  border-color: rgba(22, 163, 74, 0.1) !important;
}

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

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

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

.border-danger-10 {
  border-color: rgba(206, 14, 45, 0.1) !important;
}

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

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

.border-gray {
  border-color: #8C95A4 !important;
}

.border-gray-50 {
  border-color: #F2F7FC !important;
}

.border-gray-100 {
  border-color: #F2F3F5 !important;
}

.border-gray-450 {
  border-color: #9BA3B0 !important;
}

.border-gray-500 {
  border-color: #8C95A4 !important;
}

.border-gray-600 {
  border-color: #7E899A !important;
}

.border-gray-650 {
  border-color: #4F5D74 !important;
}

.border-gray-700 {
  border-color: #364661 !important;
}

.border-gray-800 {
  border-color: #041839 !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: 2.25rem !important;
}

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

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

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

.gap-10 {
  gap: 0.125rem !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: 2.25rem !important;
}

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

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

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

.m-10 {
  margin: 0.125rem !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: 2.25rem !important;
  margin-left: 2.25rem !important;
}

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

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

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

.mx-10 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !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: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

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

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

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

.my-10 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !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: 2.25rem !important;
}

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

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

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

.mt-10 {
  margin-top: 0.125rem !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: 2.25rem !important;
}

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

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

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

.me-10 {
  margin-right: 0.125rem !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: 2.25rem !important;
}

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

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

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

.mb-10 {
  margin-bottom: 0.125rem !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: 2.25rem !important;
}

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

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

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

.ms-10 {
  margin-left: 0.125rem !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: 2.25rem !important;
}

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

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

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

.p-10 {
  padding: 0.125rem !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: 2.25rem !important;
  padding-left: 2.25rem !important;
}

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

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

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

.px-10 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !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: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

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

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

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

.py-10 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !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: 2.25rem !important;
}

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

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

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

.pt-10 {
  padding-top: 0.125rem !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: 2.25rem !important;
}

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

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

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

.pe-10 {
  padding-right: 0.125rem !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: 2.25rem !important;
}

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

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

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

.pb-10 {
  padding-bottom: 0.125rem !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: 2.25rem !important;
}

.ps-7 {
  padding-left: 0.625rem !important;
}

.ps-8 {
  padding-left: 0.75rem !important;
}

.ps-9 {
  padding-left: 1.25rem !important;
}

.ps-10 {
  padding-left: 0.125rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !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-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

.lh-md {
  line-height: 1.4 !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: #10349E !important;
}

.text-secondary {
  color: #F2F3F5 !important;
}

.text-success {
  color: #16A34A !important;
}

.text-success-10 {
  color: rgba(22, 163, 74, 0.1) !important;
}

.text-info {
  color: #2563EB !important;
}

.text-warning {
  color: #F59E0B !important;
}

.text-danger {
  color: #CE0E2D !important;
}

.text-danger-10 {
  color: rgba(206, 14, 45, 0.1) !important;
}

.text-light {
  color: #F2F3F5 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-gray {
  color: #8C95A4 !important;
}

.text-gray-50 {
  color: #F2F7FC !important;
}

.text-gray-100 {
  color: #F2F3F5 !important;
}

.text-gray-450 {
  color: #9BA3B0 !important;
}

.text-gray-500 {
  color: #8C95A4 !important;
}

.text-gray-600 {
  color: #7E899A !important;
}

.text-gray-650 {
  color: #4F5D74 !important;
}

.text-gray-700 {
  color: #364661 !important;
}

.text-gray-800 {
  color: #041839 !important;
}

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

.text-body {
  color: #041839 !important;
}

.text-muted {
  color: #7E899A !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: #10349E !important;
}

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

.bg-success {
  background-color: #16A34A !important;
}

.bg-success-10 {
  background-color: rgba(22, 163, 74, 0.1) !important;
}

.bg-info {
  background-color: #2563EB !important;
}

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

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

.bg-danger-10 {
  background-color: rgba(206, 14, 45, 0.1) !important;
}

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

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

.bg-gray {
  background-color: #8C95A4 !important;
}

.bg-gray-50 {
  background-color: #F2F7FC !important;
}

.bg-gray-100 {
  background-color: #F2F3F5 !important;
}

.bg-gray-450 {
  background-color: #9BA3B0 !important;
}

.bg-gray-500 {
  background-color: #8C95A4 !important;
}

.bg-gray-600 {
  background-color: #7E899A !important;
}

.bg-gray-650 {
  background-color: #4F5D74 !important;
}

.bg-gray-700 {
  background-color: #364661 !important;
}

.bg-gray-800 {
  background-color: #041839 !important;
}

.bg-body {
  background-color: #F2F7FC !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

.user-select-none {
  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.25rem !important;
}

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

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

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

.rounded-5 {
  border-radius: 0.75rem !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: 2.25rem !important;
  }
  .gap-sm-7 {
    gap: 0.625rem !important;
  }
  .gap-sm-8 {
    gap: 0.75rem !important;
  }
  .gap-sm-9 {
    gap: 1.25rem !important;
  }
  .gap-sm-10 {
    gap: 0.125rem !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: 2.25rem !important;
  }
  .m-sm-7 {
    margin: 0.625rem !important;
  }
  .m-sm-8 {
    margin: 0.75rem !important;
  }
  .m-sm-9 {
    margin: 1.25rem !important;
  }
  .m-sm-10 {
    margin: 0.125rem !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: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-7 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-8 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-9 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !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: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-7 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-8 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-10 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .mt-sm-7 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-8 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-9 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.125rem !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: 2.25rem !important;
  }
  .me-sm-7 {
    margin-right: 0.625rem !important;
  }
  .me-sm-8 {
    margin-right: 0.75rem !important;
  }
  .me-sm-9 {
    margin-right: 1.25rem !important;
  }
  .me-sm-10 {
    margin-right: 0.125rem !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: 2.25rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ms-sm-7 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-8 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-9 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-10 {
    margin-left: 0.125rem !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: 2.25rem !important;
  }
  .p-sm-7 {
    padding: 0.625rem !important;
  }
  .p-sm-8 {
    padding: 0.75rem !important;
  }
  .p-sm-9 {
    padding: 1.25rem !important;
  }
  .p-sm-10 {
    padding: 0.125rem !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: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-7 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-9 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-10 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !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: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-7 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-8 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-9 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-10 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .pt-sm-7 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-8 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-9 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.125rem !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: 2.25rem !important;
  }
  .pe-sm-7 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-8 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-9 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-10 {
    padding-right: 0.125rem !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: 2.25rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ps-sm-7 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-8 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-9 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-10 {
    padding-left: 0.125rem !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: 2.25rem !important;
  }
  .gap-md-7 {
    gap: 0.625rem !important;
  }
  .gap-md-8 {
    gap: 0.75rem !important;
  }
  .gap-md-9 {
    gap: 1.25rem !important;
  }
  .gap-md-10 {
    gap: 0.125rem !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: 2.25rem !important;
  }
  .m-md-7 {
    margin: 0.625rem !important;
  }
  .m-md-8 {
    margin: 0.75rem !important;
  }
  .m-md-9 {
    margin: 1.25rem !important;
  }
  .m-md-10 {
    margin: 0.125rem !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: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-7 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-8 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-9 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-10 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !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: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-7 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-8 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-10 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .mt-md-7 {
    margin-top: 0.625rem !important;
  }
  .mt-md-8 {
    margin-top: 0.75rem !important;
  }
  .mt-md-9 {
    margin-top: 1.25rem !important;
  }
  .mt-md-10 {
    margin-top: 0.125rem !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: 2.25rem !important;
  }
  .me-md-7 {
    margin-right: 0.625rem !important;
  }
  .me-md-8 {
    margin-right: 0.75rem !important;
  }
  .me-md-9 {
    margin-right: 1.25rem !important;
  }
  .me-md-10 {
    margin-right: 0.125rem !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: 2.25rem !important;
  }
  .mb-md-7 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-8 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-9 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ms-md-7 {
    margin-left: 0.625rem !important;
  }
  .ms-md-8 {
    margin-left: 0.75rem !important;
  }
  .ms-md-9 {
    margin-left: 1.25rem !important;
  }
  .ms-md-10 {
    margin-left: 0.125rem !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: 2.25rem !important;
  }
  .p-md-7 {
    padding: 0.625rem !important;
  }
  .p-md-8 {
    padding: 0.75rem !important;
  }
  .p-md-9 {
    padding: 1.25rem !important;
  }
  .p-md-10 {
    padding: 0.125rem !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: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-7 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-9 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-10 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !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: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-7 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-8 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-9 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-10 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .pt-md-7 {
    padding-top: 0.625rem !important;
  }
  .pt-md-8 {
    padding-top: 0.75rem !important;
  }
  .pt-md-9 {
    padding-top: 1.25rem !important;
  }
  .pt-md-10 {
    padding-top: 0.125rem !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: 2.25rem !important;
  }
  .pe-md-7 {
    padding-right: 0.625rem !important;
  }
  .pe-md-8 {
    padding-right: 0.75rem !important;
  }
  .pe-md-9 {
    padding-right: 1.25rem !important;
  }
  .pe-md-10 {
    padding-right: 0.125rem !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: 2.25rem !important;
  }
  .pb-md-7 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-8 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-9 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ps-md-7 {
    padding-left: 0.625rem !important;
  }
  .ps-md-8 {
    padding-left: 0.75rem !important;
  }
  .ps-md-9 {
    padding-left: 1.25rem !important;
  }
  .ps-md-10 {
    padding-left: 0.125rem !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: 2.25rem !important;
  }
  .gap-lg-7 {
    gap: 0.625rem !important;
  }
  .gap-lg-8 {
    gap: 0.75rem !important;
  }
  .gap-lg-9 {
    gap: 1.25rem !important;
  }
  .gap-lg-10 {
    gap: 0.125rem !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: 2.25rem !important;
  }
  .m-lg-7 {
    margin: 0.625rem !important;
  }
  .m-lg-8 {
    margin: 0.75rem !important;
  }
  .m-lg-9 {
    margin: 1.25rem !important;
  }
  .m-lg-10 {
    margin: 0.125rem !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: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-7 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-8 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-9 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !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: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-7 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-8 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-10 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .mt-lg-7 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-8 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-9 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.125rem !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: 2.25rem !important;
  }
  .me-lg-7 {
    margin-right: 0.625rem !important;
  }
  .me-lg-8 {
    margin-right: 0.75rem !important;
  }
  .me-lg-9 {
    margin-right: 1.25rem !important;
  }
  .me-lg-10 {
    margin-right: 0.125rem !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: 2.25rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ms-lg-7 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-8 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-9 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-10 {
    margin-left: 0.125rem !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: 2.25rem !important;
  }
  .p-lg-7 {
    padding: 0.625rem !important;
  }
  .p-lg-8 {
    padding: 0.75rem !important;
  }
  .p-lg-9 {
    padding: 1.25rem !important;
  }
  .p-lg-10 {
    padding: 0.125rem !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: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-7 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-9 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-10 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !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: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-7 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-8 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-9 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-10 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .pt-lg-7 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-8 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-9 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.125rem !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: 2.25rem !important;
  }
  .pe-lg-7 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-8 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-9 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-10 {
    padding-right: 0.125rem !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: 2.25rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ps-lg-7 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-8 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-9 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-10 {
    padding-left: 0.125rem !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: 2.25rem !important;
  }
  .gap-xl-7 {
    gap: 0.625rem !important;
  }
  .gap-xl-8 {
    gap: 0.75rem !important;
  }
  .gap-xl-9 {
    gap: 1.25rem !important;
  }
  .gap-xl-10 {
    gap: 0.125rem !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: 2.25rem !important;
  }
  .m-xl-7 {
    margin: 0.625rem !important;
  }
  .m-xl-8 {
    margin: 0.75rem !important;
  }
  .m-xl-9 {
    margin: 1.25rem !important;
  }
  .m-xl-10 {
    margin: 0.125rem !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: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-7 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-8 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-9 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-10 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !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: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-7 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-8 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-10 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .mt-xl-7 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-8 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-9 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 0.125rem !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: 2.25rem !important;
  }
  .me-xl-7 {
    margin-right: 0.625rem !important;
  }
  .me-xl-8 {
    margin-right: 0.75rem !important;
  }
  .me-xl-9 {
    margin-right: 1.25rem !important;
  }
  .me-xl-10 {
    margin-right: 0.125rem !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: 2.25rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ms-xl-7 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-8 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-9 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-10 {
    margin-left: 0.125rem !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: 2.25rem !important;
  }
  .p-xl-7 {
    padding: 0.625rem !important;
  }
  .p-xl-8 {
    padding: 0.75rem !important;
  }
  .p-xl-9 {
    padding: 1.25rem !important;
  }
  .p-xl-10 {
    padding: 0.125rem !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: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-7 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-9 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-10 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !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: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-7 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-8 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-9 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-10 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .pt-xl-7 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-8 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-9 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 0.125rem !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: 2.25rem !important;
  }
  .pe-xl-7 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-8 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-9 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-10 {
    padding-right: 0.125rem !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: 2.25rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ps-xl-7 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-8 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-9 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-10 {
    padding-left: 0.125rem !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: 1400px) {
  .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: 2.25rem !important;
  }
  .gap-xxl-7 {
    gap: 0.625rem !important;
  }
  .gap-xxl-8 {
    gap: 0.75rem !important;
  }
  .gap-xxl-9 {
    gap: 1.25rem !important;
  }
  .gap-xxl-10 {
    gap: 0.125rem !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: 2.25rem !important;
  }
  .m-xxl-7 {
    margin: 0.625rem !important;
  }
  .m-xxl-8 {
    margin: 0.75rem !important;
  }
  .m-xxl-9 {
    margin: 1.25rem !important;
  }
  .m-xxl-10 {
    margin: 0.125rem !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: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-7 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-8 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-9 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-10 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !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: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-7 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-8 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-10 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .mt-xxl-7 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-8 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-9 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-10 {
    margin-top: 0.125rem !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: 2.25rem !important;
  }
  .me-xxl-7 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-8 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-9 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-10 {
    margin-right: 0.125rem !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: 2.25rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ms-xxl-7 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-8 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-9 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-10 {
    margin-left: 0.125rem !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: 2.25rem !important;
  }
  .p-xxl-7 {
    padding: 0.625rem !important;
  }
  .p-xxl-8 {
    padding: 0.75rem !important;
  }
  .p-xxl-9 {
    padding: 1.25rem !important;
  }
  .p-xxl-10 {
    padding: 0.125rem !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: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-7 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-8 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-9 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-10 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !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: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-7 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-8 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-9 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-10 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .pt-xxl-7 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-8 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-9 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-10 {
    padding-top: 0.125rem !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: 2.25rem !important;
  }
  .pe-xxl-7 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-8 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-9 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-10 {
    padding-right: 0.125rem !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: 2.25rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 0.125rem !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: 2.25rem !important;
  }
  .ps-xxl-7 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-8 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-9 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-10 {
    padding-left: 0.125rem !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: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/* User menu */
.link-text-span {
  padding-left: 10px;
  padding-right: 20px;
}

/* Flex grid container for responsible list of items */
.appearance-flex-grid-container {
  display: grid;
}

/* Companion flex grid setup for list of large buttons */
.appearance-btn-large-container {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  column-gap: 30px;
  row-gap: 15px;
}

@media (min-width: 421px) {
  .appearance-btn-large-container {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    column-gap: 30px;
    row-gap: 15px;
  }
}
/* Read-only detail form fields with potentially long unbroken text. */
.read-only-long-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

/* Make column text behave the same way as column links. */
.fashadow svg {
  color: rgba(0, 0, 0, 0.3);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 20;
  transform: translate(3px, 5px) !important;
}

/* Customized Bootstrap btn-lg to work with flex grid */
.navigation-btn-lg {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  height: 100%;
  margin-bottom: 0px;
  min-height: 120px;
  padding-bottom: 1px;
  padding-top: 20px;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
  white-space: normal;
  width: 100%;
}

.radio ul li {
  list-style-type: none;
}

/* Notifications */
#toast-container > div {
  opacity: 1;
}

/* List item view */
.panel-item {
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.panel-item > .panel-heading {
  padding: 1px 10px;
}

.panel-item > .panel-body {
  padding: 10px;
  word-wrap: break-word;
}

.list-extra-column-label {
  font-weight: bold;
}

.panel-highlighted {
  box-shadow: 0px 0px 3px #18bc9c, 10px 10px 20px #000000;
}

.panel-highlighted:hover {
  box-shadow: 0px 0px 3px #18bc9c, 10px 10px 20px #000000, 0px 0px 8px #000000;
}

.panel-item:not(.panel-highlighted):hover {
  box-shadow: 0px 0px 8px #000000;
}

.appearance-panel-footer-spacer {
  margin-left: 20px;
}

/* Content */
@media (min-width: 1200px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 95%;
  }
}
.lazyload-spinner-container {
  border: 1px solid lightgray;
  margin: auto;
  width: 100%;
}

.lazyload-spinner-container > .spinner-icon {
  margin-left: 4px;
  margin-top: 3px;
}

#ajax-spinner {
  -webkit-animation: 0.5s spin linear infinite;
  animation: 0.5s spin linear infinite;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #222;
  border-top: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
  height: 25px;
  left: 39px;
  position: fixed;
  top: 10px;
  width: 25px;
  z-index: 9999;
}

@media (min-width: 768px) {
  #ajax-spinner {
    left: 144px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Imitate the default look of Django's debug template */
#django-server-error {
  background-color: rgb(255, 255, 204);
  color: black;
}

#django-server-error code {
  overflow-wrap: normal;
  white-space: normal;
  word-break: normal;
}

#django-server-error h1, #django-server-error .h1 {
  font-size: 2em;
}

#django-server-error h2, #django-server-error .h2 {
  font-size: 1.5em;
}

#django-server-error h3, #django-server-error .h3 {
  font-size: 1.17em;
  margin: 1em 0 0.5em 0;
}

#django-server-error pre {
  background-color: inherit;
  border: 0px;
  color: inherit;
}

#django-server-error pre.exception_value {
  color: #575757;
  font-family: sans-serif;
  font-size: 1.5em;
  margin: 10px 0 10px 0;
}

/*
 * Main content
 */
#viewport {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}

.btn-invisible {
  background-color: transparent;
  border: 2px solid transparent;
  color: inherit;
}

#multi-item-title-responsible-wrapper {
  display: none;
}

/* Main menu footer */
#main-menu-footer {
  background: #002F87;
  padding-bottom: 5px;
  padding-top: 0px;
  width: 0px;
  display: none;
}

#main-menu-footer span {
  color: #E0E0E0;
  font-size: 70%;
  padding-bottom: 15px;
}

#main-menu-footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}

#main-menu-footer-copyright {
  margin: 0px;
}

@media (min-width: 768px) {
  /* Main menu footer */
  #main-menu-footer {
    display: block;
    width: 209px;
  }
  #multi-item-title-responsible-wrapper {
    display: block;
  }
}
#appearance-main-viewport .page-header {
  margin-top: 0;
}

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

#accordion-sidebar a {
  padding: 10px 15px;
}

#accordion-sidebar a[aria-expanded=true] {
  background: #3A8DDE;
}

#accordion-sidebar .panel {
  border: 0px;
}

#accordion-sidebar a {
  outline: none;
}

#accordion-sidebar > .panel > div > div > ul > li > a,
#accordion-sidebar > .panel > div > h4 > a,
#accordion-sidebar > .panel > div > .h4 > a {
  display: block;
  outline: none;
  position: relative;
  text-decoration: none;
}

#accordion-sidebar .panel-heading {
  background-color: #002F87;
  color: white;
  padding: 0px;
}

#accordion-sidebar .panel-heading:hover {
  background-color: #ABC8E7;
  transition: 0.1s ease;
}

#accordion-sidebar > .panel > div > .panel-body > ul > li.active {
  background: #3A8DDE;
}

#accordion-sidebar > .panel > div > .panel-body > ul > li:hover {
  background-color: #ABC8E7;
  transition: 0.1s ease;
}

#accordion-sidebar .panel-title {
  font-size: 15px;
}

#accordion-sidebar .panel-body {
  font-size: 13px;
  border: 0px;
  background-color: #002F87;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 3px;
}

#accordion-sidebar ul.list-unstyled {
  margin-bottom: 0px;
  gap: 0.125rem;
}

#accordion-sidebar .panel-body a {
  color: white;
  padding: 9px;
  text-decoration: none;
}

/* appearance - JavaScript server error */
#banner-server-error {
  margin-top: 10px;
}

/* List toolbar affix */
#list-toolbar.affix {
  top: 60px; /* OuterHeight of navbar */
  z-index: 90;
}

.dropdown-menu .link-text-span {
  padding-top: 10px;
}

/* Error templates */
.appearance-div-error {
  margin-top: 50px;
}

.appearance-icon-error {
  margin-bottom: 30px;
  margin-left: -75px;
  margin-top: 50px;
}

/* Fieldsets */
.appearance-fieldset {
  border: 1px solid rgb(44, 62, 80);
  border-radius: 4px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.appearance-legend {
  background-color: rgb(44, 62, 80);
  border-radius: 4px;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 10px 3px;
  width: auto;
  float: none;
}

/*
 Table appearance header fine tuning
 */
.appearance-table-condensed thead tr th {
  padding-bottom: 0px;
  padding-top: 0px;
}

.appearance-table-condensed thead .appearance-table-thead-tr-spacer th {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 10px;
}

/*
 Table header end ruler
 */
.appearance-table-condensed thead .appearance-table-thead-tr-ruler {
  border-bottom: 1px solid white;
  border-top: 1px solid lightgrey;
}

.appearance-table-condensed thead .appearance-table-thead-tr-ruler th {
  padding-bottom: 0px;
  padding-top: 0px;
}

/*
 Table body end ruler
 */
.appearance-table-condensed tbody .appearance-table-tbody-tr-ruler {
  border-bottom: 1px solid #f9f9f9;
  border-top: 1px solid lightgrey;
}

.appearance-table-condensed tbody .appearance-table-tbody-tr-ruler td {
  padding-bottom: 0px;
  padding-top: 0px;
}

/*
 * Collapse object menu
 */
.appearance-dropdown-menu-slim {
  min-width: 0px;
}

.list-object-actions-dropdown .dropdown-toggle::after,
.list-object-actions-dropdown .dropdown-toggle::before {
  display: none;
}

/* Menu dropdown */
.caret {
  pointer-events: none;
}

.panel-item > .panel-body {
  padding: 8px;
}

.panel-footer hr {
  border-top: 1px solid rgb(121, 141, 143);
  margin-bottom: 8px;
  margin-top: 8px;
}

/* About */
.media-list-about {
  margin-left: 5px;
  margin-right: 5px;
}

.media-list-about .media {
  background: white;
  padding: 10px;
  margin: 1px;
}

/* About */
#about-image-top {
  border-radius: 3px 3px 0 0;
}

#about-image-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

/* AJAX refresh button */
.appearance-link-ajax-refresh {
  padding-right: 10px !important;
}

/* List toolbar */
#multi-item-actions {
  display: none;
}

#multi-item-title {
  line-height: 16px;
  padding-top: 8px;
}

/* Coding and Pre */
.appearance-overscroll-contain {
  overscroll-behavior: contain;
}

.appearance-resize-vertical {
  resize: vertical;
}

/* Form label suffix  */
.appearance-form-label-suffix {
  float: right;
}

.appearance-btn-form-label-suffix {
  font-size: 0.65em;
}

.navbar-form {
  border: none;
  box-shadow: none;
}

.panel-heading {
  padding: 10px 15px;
}

.dashboards-panel-widget > .panel-body {
  font-size: 90%;
  max-height: 308px;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 5px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

.pull-left {
  float: left;
}

.panel {
  margin-bottom: 16px;
}

/* PPLS question iframe modal */
.ppls-question-iframe-modal__dialog {
  margin: 30px auto;
  max-width: 1200px;
  width: calc(100vw - 40px);
}

.ppls-question-iframe-modal__body {
  padding: 0;
}

.ppls-question-iframe-modal__frame {
  border: 0;
  display: block;
  height: min(78vh, 900px);
  width: 100%;
}

html,
body {
  height: 100%;
}

#page-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#page-wrapper .drawer-left-backdrop {
  display: none;
  height: 100%;
  width: 100%;
}

#appearance-main-viewport {
  position: relative;
  padding: 0 1.5rem 1.5rem 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
  transition: all 0.3s;
  scrollbar-width: none;
}
@media (max-width: 767.98px) {
  #appearance-main-viewport {
    padding: 0 1rem 1rem;
  }
}
#appearance-main-viewport::-webkit-scrollbar {
  display: none;
}
#appearance-main-viewport .main-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 1.25rem;
}

#ajax-content {
  display: flex;
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  #appearance-main-viewport #sidebar .list-group {
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #appearance-main-viewport #sidebar .list-group .dropdown-header {
    width: 100%;
  }
}
#appearance-main-viewport #sidebar .list-group {
  list-style: none;
}
@media (min-width: 768px) {
  #appearance-main-viewport #sidebar {
    display: block;
    padding: 1rem 0.5rem;
    margin-right: 1rem;
    bottom: 1.5rem;
    width: 11rem;
    right: 0;
    top: 6rem;
    background-color: #fff;
    border-radius: 1.5rem;
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-width: none;
  }
  #appearance-main-viewport #sidebar::-webkit-scrollbar {
    display: none;
  }
  #appearance-main-viewport #sidebar .dropdown-item {
    white-space: normal;
  }
  #appearance-main-viewport #sidebar .list-group-item {
    padding: 0.5rem;
  }
}
#appearance-main-viewport #menu-actions .dropdown-icon__close {
  display: none;
}
#appearance-main-viewport #menu-actions > .btn.bg-transparent {
  width: 2.5rem;
  height: 2.5rem;
}
#appearance-main-viewport #menu-actions > .btn.bg-transparent[aria-expanded=true] .dropdown-icon__close {
  display: block;
}
#appearance-main-viewport #menu-actions > .btn.bg-transparent[aria-expanded=true] .dropdown-icon__open {
  display: none;
}
#appearance-main-viewport #menu-actions .dropdown-header:not(:first-child) {
  margin-top: 0.5rem;
}

#list-toolbar {
  position: sticky;
  z-index: 2;
}

.no-result-icon .icon {
  font-size: 2.5rem;
}

input[type=datetime-local]::-webkit-calendar-picker-indicator {
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%236c757d'%3E%3Cpath d='M152 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V96H64C28.7 96 0 124.7 0 160V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H328V64c0-8.8-7.2-16-16-16s-16 7.2-16 16V96H152V64zm264 96V208H32V160c0-17.7 14.3-32 32-32H120v24c0 8.8 7.2 16 16 16s16-7.2 16-16V128H296v24c0 8.8 7.2 16 16 16s16-7.2 16-16V128H384c17.7 0 32 14.3 32 32zM32 240H416V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V240z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  opacity: 1;
  cursor: pointer;
}

.bg-glass, .navbar .search-navbar-form #search-navbar-form-input-terms-mobile {
  padding: 0.5rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  box-shadow: inset 2px 2px 2px -2px rgba(255, 255, 255, 0.7), inset -2px -2px 2px -2px rgba(255, 255, 255, 0.7), inset 8px 20px 30px -15px rgba(255, 255, 255, 0.1), inset -8px -20px 30px -15px rgba(0, 0, 0, 0.1);
}

input[type=checkbox] {
  color-scheme: light;
}

.badge {
  line-height: 1.125rem;
}

.badge-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.125rem 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.badge-status[data-indicator-type=recently_updated] {
  background-color: #16A34A;
}
.badge-status[data-indicator-type=recently_updated]::after {
  background-color: #16A34A;
}
.badge-status[data-indicator-type=new] {
  background-color: #2563EB;
}
.badge-status[data-indicator-type=new]::after {
  background-color: #2563EB;
}
.badge-status[data-indicator-type=pending_update] {
  background-color: #F59E0B;
}
.badge-status[data-indicator-type=pending_update]::after {
  background-color: #F59E0B;
}
.badge-status[data-indicator-type=at_work] {
  background-color: #F59E0B;
}
.badge-status[data-indicator-type=at_work]::after {
  background-color: #F59E0B;
}
.badge-status[data-indicator-type=processing] {
  background-color: #2563EB;
}
.badge-status[data-indicator-type=processing]::after {
  background-color: #2563EB;
}
.badge-status::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 0.75rem;
  height: 100%;
  clip-path: path("M0 -1 H9.8 C11.5 0 12.4 1.9 11.4 3.2 L7 8.7 C6.4 9.5 6.4 10.5 7 11.2 L11.4 16.7 C12.4 18 11.5 20 9.8 21 H0 Z");
}

.badge-not-acknowledged {
  background-color: transparent;
  border: 1px solid #E1E3E7;
  color: #364661;
}

.news-acknowledge.btn-not-acknowledged {
  color: #364661;
  border-color: #E1E3E7;
  transition: all 0.2s;
}
.news-acknowledge.btn-not-acknowledged:hover {
  color: #041839;
  background-color: #E1E3E7;
}

.news-acknowledge.btn-expired {
  color: #fff;
  border-color: #CE0E2D;
  background-color: #CE0E2D;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 52, 158, 0.7) rgba(16, 52, 158, 0.1);
}
.custom-scrollbar::-webkit-scrollbar {
  width: 0.125rem;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(16, 52, 158, 0.1);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(16, 52, 158, 0.7);
  border-radius: 0.5rem;
}

.navbar .navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.navbar .navbar-toggler-primary__mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler-primary__mobile {
    display: block;
  }
  .navbar .navbar-toggler-primary__desktop {
    display: none;
  }
}
.navbar .navbar-brand .logo-desktop {
  display: block;
}
.navbar .navbar-brand .logo-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand .logo-desktop {
    display: none;
  }
  .navbar .navbar-brand .logo-mobile {
    display: block;
  }
}
.navbar .navbar-collapse .search-navbar-form {
  margin-right: 1rem;
}
.navbar .navbar-collapse .form-group {
  display: inline-block;
  margin-right: 0.25rem;
}
.navbar .navbar-usermenu-header {
  background: linear-gradient(135deg, #10349E, #2455E9) no-repeat;
  box-shadow: 4px 4px 24px 0 rgba(6, 31, 120, 0.08);
  border-bottom-right-radius: 2.75rem;
}
@media (max-width: 767.98px) {
  .navbar .navbar-usermenu {
    position: fixed;
    top: 0;
    right: -104px;
    width: 104px;
    height: 100vh;
    background: linear-gradient(135deg, #10349E, #2455E9) no-repeat;
    transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-usermenu-body {
    padding: 1.25rem 1rem;
  }
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .nav-item:not(.accordion-item) {
  display: flex;
  max-height: 3.5rem;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .nav-item:not(.accordion-item) {
  display: flex;
  max-height: 3.5rem;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .accordion-item {
  border: 0;
  overflow: hidden;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .accordion-button {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .accordion-button:focus {
  box-shadow: none;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .accordion-button span {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .a-topbar-menu-accordion-link {
  padding-block: 0.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .a-topbar-menu-accordion-link .badge {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #FD7C3B;
}
.navbar .navbar-usermenu .navbar-nav-mobile-topbar .a-topbar-menu-accordion-link:has(.badge) {
  padding-block: 0.375rem;
}
.navbar .navbar-nav .dropdown .dropdown-menu form .dropdown-item {
  color: #7E899A;
}
.navbar .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav > li > a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar .navbar-nav.navbar-nav-topbar-links > li .dropdown-item {
  width: fit-content;
  position: relative;
  font-size: 0;
}
.navbar .navbar-nav.navbar-nav-topbar-links > li .dropdown-item .icon {
  font-size: 1.25rem;
}
.navbar .navbar-nav.navbar-nav-topbar-links > li .dropdown-item .badge {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #FD7C3B;
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  font-weight: 500;
}
.navbar .navbar-nav.navbar-nav-topbar-links > li .dropdown-item .link-text {
  display: none;
}
.navbar .search-navbar-form {
  position: relative;
}
.navbar .search-navbar-form #search-navbar-form-input-terms {
  padding: 1rem 0.75rem 1rem 3rem;
  max-width: 360px;
  line-height: 1.4;
  height: auto;
  width: 100%;
  accent-color: #7E899A;
}
.navbar .search-navbar-form #search-navbar-form-input-terms:focus {
  box-shadow: none;
}
.navbar .search-navbar-form #search-navbar-form-input-terms + .btn-search {
  color: #7E899A;
}
.navbar .search-navbar-form #search-navbar-form-input-terms-mobile {
  padding: 2rem 0.75rem 2rem 3rem;
  color: #fff;
  accent-color: #fff;
}
.navbar .search-navbar-form #search-navbar-form-input-terms-mobile + .btn-search {
  color: #fff;
}
.navbar .search-navbar-form #search-navbar-form-input-terms-mobile::placeholder {
  color: white;
}
.navbar .search-navbar-form #search-navbar-form-input-terms-mobile::-webkit-search-cancel-button {
  filter: brightness(0) invert(1);
}
.navbar .search-navbar-form #search-navbar-form-input-terms-mobile:focus {
  padding: 1.875rem 0.75rem 1.875rem 3rem;
  border: 2px solid #fff;
}
.navbar .search-navbar-form .btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
}
.navbar .search-navbar-form .btn-search .icon {
  font-size: 1.25rem;
  vertical-align: middle;
}

.nav-tabs {
  gap: 0.125rem;
}
.nav-tabs .nav-link {
  color: #8C95A4;
}
.nav-tabs .nav-link .nav-tab-indicator {
  position: absolute;
  top: 0.125rem;
  right: 0.25rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  background: linear-gradient(141.5deg, #FD7C3B 0%, #FC5E35 100%);
}
.nav-tabs .nav-link .icon {
  width: 1rem;
  height: 1rem;
  color: inherit;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #041839;
}
.nav-tabs .nav-link:hover .tab-icon, .nav-tabs .nav-link:focus .tab-icon, .nav-tabs .nav-link.active .tab-icon {
  color: #4F5D74;
}
.nav-tabs .nav-link.active {
  background-color: #fff !important;
  box-shadow: 0 4px 6px rgba(4, 24, 57, 0.07), 0 2px 4px rgba(4, 24, 57, 0.06);
}
@media (max-width: 767.98px) {
  .nav-tabs {
    display: flex;
    flex: 1 1 auto;
    width: auto;
    min-width: 9.25rem;
    height: 2.5rem;
    overflow: visible;
  }
  .nav-tabs .nav-item {
    flex: 1 1 0;
  }
  .nav-tabs .nav-link {
    width: 100%;
    height: 2rem;
    padding: 0 0.5rem !important;
    white-space: nowrap;
  }
  .nav-tabs .nav-link .tab-icon {
    font-size: 1rem !important;
  }
  .nav-tabs .nav-link:has(.tab-icon) > span:not(.tab-icon) {
    display: none;
  }
}

#page-wrapper.show-usermenu .navbar-usermenu {
  right: 0;
  width: 100%;
}

#menu-main {
  position: fixed;
  width: 104px;
  height: calc(100% - 96px);
  top: 6rem;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: left 0.3s;
  z-index: 1050;
}
@media (max-width: 767.98px) {
  #menu-main {
    padding-top: 3.5rem;
    height: 100%;
    top: 0;
    left: -255px;
    background-color: #10349E;
  }
}
#menu-main .btn-close-mobile {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
#menu-main .primary-navigation {
  overflow-y: auto;
}
#menu-main #accordion-sidebar > .nav-item:not(:last-child) {
  margin-bottom: 1rem;
}
#menu-main .nav-item {
  border-radius: 1.75rem;
}
#menu-main .nav-item .nav-link {
  display: flex;
  align-items: start;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  white-space: normal;
}
#menu-main .nav-item .nav-link .icon,
#menu-main .nav-item .nav-link .mayan-icon,
#menu-main .nav-item .nav-link .svg-inline--fa {
  width: 1rem;
  height: 1rem;
}
#menu-main .nav-item .nav-link .svg-inline--fa {
  margin-top: 0.125rem;
}
#menu-main .nav-item .nav-link .icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
#menu-main .nav-item .nav-link .link-text {
  line-height: 1.375rem;
}
#menu-main .nav-item .nav-link:hover, #menu-main .nav-item .nav-link:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
#menu-main .nav-item .accordion-button::after {
  display: none;
}
#menu-main .nav-item .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.2s;
}
#menu-main .nav-item .accordion-button:not(.collapsed) .icon {
  rotate: 180deg;
}
#menu-main .nav-item .accordion-button:focus {
  box-shadow: none;
}
#menu-main .nav-item.active > .nav-link {
  color: #10349E;
  background-color: #fff;
}
#menu-main .language-switcher {
  width: fit-content;
  gap: 0.125rem;
}
#menu-main .language-switcher .language-option {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  transition: all 0.2s;
}
#menu-main .language-switcher .language-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#menu-main .language-switcher .language-option.active {
  color: #10349E;
  background-color: #fff;
}

#page-wrapper:not(.show-primary-nav) #appearance-main-viewport {
  margin-left: 104px;
}
@media (max-width: 767.98px) {
  #page-wrapper:not(.show-primary-nav) #appearance-main-viewport {
    margin-left: 0;
  }
}
#page-wrapper:not(.show-primary-nav) .primary-navigation {
  scrollbar-width: none;
}
#page-wrapper:not(.show-primary-nav) .primary-navigation .accordion-item .accordion-header {
  display: none;
}
#page-wrapper:not(.show-primary-nav) .primary-navigation .accordion-item .accordion-collapse {
  display: block;
}
#page-wrapper:not(.show-primary-nav) .primary-navigation .accordion-item .a-main-menu-accordion-link {
  width: 2.5rem;
  height: 2.5rem;
}
#page-wrapper:not(.show-primary-nav) .primary-navigation .a-main-menu-accordion-link .link-text {
  display: none;
}
#page-wrapper.show-primary-nav .navbar-toggler-primary .navbar-toggler-primary__desktop {
  rotate: 180deg;
}
#page-wrapper.show-primary-nav #menu-main {
  width: 255px;
  left: 0;
}
#page-wrapper.show-primary-nav #menu-main .language-switcher {
  flex-direction: row !important;
}
#page-wrapper.show-primary-nav #menu-main .nav-item .nav-link {
  justify-content: start;
}
@media (max-width: 767.98px) {
  #page-wrapper.show-primary-nav .drawer-left-backdrop {
    display: block;
  }
}
#page-wrapper.show-primary-nav #appearance-main-viewport {
  margin-left: 255px;
}
@media (max-width: 767.98px) {
  #page-wrapper.show-primary-nav #appearance-main-viewport {
    margin-left: 0;
  }
}

.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table thead th, .table thead td {
  color: #8C95A4;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #F2F3F5;
  border: none;
}
.table thead th a, .table thead td a {
  color: #8C95A4;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 400;
}
.table thead tr th:first-child,
.table thead tr td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.table thead tr th:last-child,
.table thead tr td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.table thead .appearance-table-th-checkbox {
  width: 2.75rem;
  white-space: nowrap;
}

.toolbar-search {
  width: 100%;
}
@media (min-width: 768px) {
  .toolbar-search {
    max-width: 20rem;
  }
}
.toolbar-search .appearance-input-search-clearable #search-filter-input-terms {
  padding-left: 2.25rem;
  background-color: #F2F3F5;
}
.toolbar-search .appearance-input-search-clearable #search-filter-input-terms:focus {
  background-color: #fff;
}
.toolbar-search .appearance-input-search-clearable #search-filter-input-terms::-webkit-search-cancel-button {
  display: none;
}
.toolbar-search .appearance-input-search-clearable .btn-search {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
}
.toolbar-search .appearance-input-search-clearable .appearance-input-search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

#toolbar-pagination .paginatiobtn-wrap {
  border-radius: 0.5rem;
}
#toolbar-pagination .paginatiobtn-wrap .btn {
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .view-switcher {
    display: none;
  }
}
.view-switcher .btn-toolbar {
  border-radius: 0.25rem;
  background-color: #e9ecef;
}
.view-switcher .btn {
  color: #9BA3B0;
  font-size: 0;
}
.view-switcher .btn-view {
  padding: 0.375rem;
  border-radius: 0.25rem;
}
.toolbar-filters__toggle {
  gap: 0.25rem;
  max-height: 2.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background: #F2F3F5;
  color: #041839;
}
.toolbar-filters__toggle::after {
  display: none;
}
.toolbar-filters__toggle:hover {
  background: #E1E3E7;
  border-color: #E1E3E7;
}
.toolbar-filters__toggle.show {
  border-color: #1D4CC4;
  background: transparent;
}
.toolbar-filters__toggle.show .toolbar-filters__chevron {
  transform: rotate(180deg);
}
.toolbar-filters__toggle .icon {
  color: #9BA3B0;
}
.toolbar-filters__label {
  display: flex;
  align-items: center;
}
.toolbar-filters__chevron {
  transition: transform 0.2s;
}
.toolbar-filters__mobile-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  color: #4F5D74;
}
.toolbar-filters__mobile-icon .icon {
  color: inherit;
}
.toolbar-filters__counter {
  display: none;
  align-items: end;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1875rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #FD7C3B 0%, #FC5E35 100%);
  color: #fff;
  text-align: center;
}
.toolbar-filters__clear {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: #4F5D74;
  cursor: pointer;
}
.toolbar-filters__clear .icon {
  color: inherit;
}
.toolbar-filters.toolbar-filters--active .toolbar-filters__mobile-icon {
  display: none;
}
.toolbar-filters.toolbar-filters--active .toolbar-filters__counter,
.toolbar-filters.toolbar-filters--active .toolbar-filters__clear {
  display: flex;
}
.toolbar-filters__menu {
  width: 24rem;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 0.9375rem rgba(4, 24, 57, 0.1), 0 0.25rem 0.375rem rgba(4, 24, 57, 0.05);
  overflow: visible;
}
.toolbar-filters form.dropdown-filters {
  max-height: calc(100vh - 24rem);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .toolbar-filters form.dropdown-filters {
    max-height: unset;
  }
}
.toolbar-filters__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #041839;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.toolbar-filters__menu-close {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #4F5D74;
}
.toolbar-filters__menu-close .icon {
  color: inherit;
}
.toolbar-filters__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.toolbar-filters__body::-webkit-scrollbar {
  display: none;
}
.toolbar-filters .filter-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  min-width: 0;
}
.toolbar-filters .filter-panel[open] .filter-panel__summary .filter-panel__toggle {
  transform: rotate(180deg);
}
.toolbar-filters .filter-panel__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.5rem;
  list-style: none;
  cursor: pointer;
}
.toolbar-filters .filter-panel__summary::-webkit-details-marker {
  display: none;
}
.toolbar-filters .filter-panel__summary::marker {
  content: "";
}
.toolbar-filters .filter-panel__summary .icon {
  flex: 0 0 auto;
  color: #4F5D74;
}
.toolbar-filters .filter-panel__toggle {
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.2s;
}
.toolbar-filters .filter-panel__label {
  flex: 1 1 auto;
  min-width: 0;
  color: #041839;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.toolbar-filters .filter-panel__control {
  padding-top: 0.25rem;
}
.toolbar-filters .filter-panel__control .select2,
.toolbar-filters .filter-panel__control .select2-container {
  width: 100%;
}
.toolbar-filters .filter-panel__control .select2-container--default.select2-container--open .select2-selection--multiple .select2-search--inline::after {
  transform: translateY(-50%) rotate(180deg);
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-search--inline {
  position: relative;
  flex: 1 1 100%;
  order: 1;
  margin: 0;
  transition: transform 0.2s ease-in-out;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-search--inline::after {
  content: "\e90d";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #4F5D74;
  font-family: "af-fontawesome-custom";
  font-size: 0.75rem;
  line-height: 1;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0;
  padding: 0.625rem 2rem 0.625rem 0.75rem;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background-color: #F2F3F5;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  outline: none;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
  border-color: #1D4CC4;
  background-color: #fff;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: #AAB0BC;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  order: 0;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: #041839;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: -1;
  margin-right: 0.5rem;
  font-size: 0;
  line-height: 0;
  font-weight: 400;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "\e91b";
  font-family: "af-fontawesome-custom";
  font-size: 0.75rem;
  line-height: 1;
  color: #9BA3B0;
}
.toolbar-filters .filter-panel__control .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover::before {
  color: #fff;
}
.toolbar-filters .select2-dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 1.5625rem rgba(4, 24, 57, 0.12), 0 0.5rem 0.625rem rgba(4, 24, 57, 0.06);
  z-index: 6;
}
.toolbar-filters .select2-dropdown .select2-search--dropdown {
  width: 100%;
  padding: 0;
}
.toolbar-filters .select2-dropdown .select2-search--dropdown .select2-search__field {
  width: 100%;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: #F2F3F5;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.toolbar-filters .select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #AAB0BC;
}
.toolbar-filters .select2-dropdown .select2-results {
  width: 100%;
}
.toolbar-filters .select2-dropdown .select2-results__options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 6.25rem;
  margin: 0;
  padding: 0;
}
.toolbar-filters .select2-dropdown .select2-results__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.toolbar-filters .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F3F5;
  color: #041839;
}
.toolbar-filters .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #F2F3F5;
  font-weight: 500;
}
.toolbar-filters .select2-dropdown .select2-results__option[aria-selected=true]::after {
  content: "";
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  background-color: #4F5D74;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M13.485 3.515 6 11l-3.485-3.485 1.07-1.07L6 8.86l6.415-6.415z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M13.485 3.515 6 11l-3.485-3.485 1.07-1.07L6 8.86l6.415-6.415z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.toolbar-filters .filter-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
}
.toolbar-filters .filter-tabs__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: #F2F3F5;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  white-space: nowrap;
  cursor: pointer;
}
.toolbar-filters .filter-tabs__button:has(input:checked) {
  background-color: #041839;
  color: #fff;
}
.toolbar-filters .filter-tabs__label {
  padding: 0 0.25rem;
}
.toolbar-filters .form-check {
  padding: 0.625rem 0.125rem;
}
.toolbar-filters .form-check .toolbar-filters__checkbox {
  margin-left: 0;
  float: none;
}
.toolbar-filters .form-check .form-check-label {
  line-height: 1rem;
}
.toolbar-filters__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: stretch;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0;
  background-color: #fff;
}
.toolbar-filters__actions .btn {
  flex: 1 1 0;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.toolbar-filters__actions .btn:disabled {
  border-color: transparent;
  background: #E1E3E7;
  color: #AAB0BC;
  cursor: default;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .toolbar-filters__chevron {
    display: none;
  }
  .toolbar-filters__menu {
    display: none;
    flex-direction: column;
    width: 100vw;
    max-width: none;
    max-height: none;
    height: 100vh;
    min-height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    padding: calc(1rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));
    border-radius: 0;
    box-shadow: none;
    position: fixed !important;
    inset: 0 !important;
    transform: none !important;
    z-index: 1062 !important;
    overflow: hidden;
  }
  .toolbar-filters form.dropdown-filters {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }
  .toolbar-filters__header {
    position: relative;
    min-height: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .toolbar-filters__menu-close {
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
  }
  .toolbar-filters__body {
    flex: 1 1 auto;
    min-height: 0;
    gap: 0.75rem;
  }
  .toolbar-filters__actions {
    flex: 0 0 auto;
    margin-top: auto;
  }
}

body.toolbar-filters-open {
  overflow: hidden;
}
body.toolbar-filters-open .navbar {
  z-index: 0 !important;
}
body.toolbar-filters-open #appearance-main-viewport {
  overflow: visible;
}
body.toolbar-filters-open #list-toolbar {
  z-index: 1061;
}

.view-card {
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}

.view-card:has(.card-news) {
  gap: 1rem;
  border-radius: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (min-width: 768px) {
  .view-card:has(.card-news) {
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}

.view-card:has(.card-documents) {
  gap: 0.75rem;
  border-radius: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
@media (min-width: 768px) {
  .view-card:has(.card-documents) {
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    padding: 1.25rem;
    background-color: #F2F3F5;
  }
}
@media (min-width: 1200px) {
  .view-card:has(.card-documents) {
    gap: 1.5rem 1.25rem;
    padding: 1.5rem;
  }
}

.card-news .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.5rem;
}
.card-news .news-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.75rem;
}
.card-news .news-type {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.card-news .news-date {
  font-size: 0.75rem;
}

.card-documents .documents-img {
  width: 3.25rem;
  height: 3.25rem;
}
.card-documents .documents-img img {
  width: auto;
  height: 80%;
}
@media (min-width: 768px) {
  .card-documents .documents-img {
    width: 100%;
    height: 7.5rem;
  }
  .card-documents .documents-img img {
    height: 65%;
  }
}
.card-documents .documents-badge-wrap > .d-flex {
  gap: 1rem;
}
@media (min-width: 768px) {
  .card-documents .documents-badge-wrap {
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .card-documents .documents-badge-wrap > .d-flex {
    gap: 0.125rem;
  }
}
.card-documents .documents-icons {
  position: absolute;
  top: 0;
  right: 0;
}
.card-documents .documents-dropdown .dropdown-toggle::after {
  display: none;
}
.card-documents .documents-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .card-documents .documents-title {
    font-size: 1rem;
  }
}

.version-comparison-subtitle {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  background-color: #F2F3F5;
  line-height: 1.25;
}
.version-comparison-subtitle__label {
  font-size: 0.875rem;
}
.version-comparison-subtitle__version {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  white-space: nowrap;
}
.version-comparison-subtitle__version-number {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.version-comparison-subtitle__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.version-comparison-subtitle__badge--muted {
  background-color: #F2F7FC;
  color: #364661;
}
.version-comparison-subtitle__badge--success {
  background-color: rgba(22, 163, 74, 0.16);
  color: #16A34A;
}
.version-comparison-subtitle__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #10349E, #2455E9);
}
.version-comparison-subtitle__arrow .mayan-icon {
  color: #fff;
  font-size: 0.75rem;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-auto {
  cursor: auto;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.min-w-0 {
  min-width: 0;
}

.btn-secondary {
  color: #041839;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #AAB0BC;
  background-color: white;
}
.btn-secondary:hover {
  background-color: #E1E3E7;
}
.btn-secondary:active, .btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.btn-secondary.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-secondary .icon {
  color: #4F5D74;
}

.btn-success {
  color: #fff;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #fff;
}

.btn-orange {
  color: #fff;
  background: linear-gradient(141.5deg, #FD7C3B 0%, #FC5E35 100%);
}
.btn-orange:hover {
  color: #fff;
  background: linear-gradient(141.5deg, #FC5E35 0%, #E55630 100%);
}
.btn-orange:active, .btn-orange:focus {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(141.5deg, #FC5E35 0%, #E55630 100%);
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.btn-brand {
  color: #fff;
  background: linear-gradient(116.82deg, #10349E 0%, #2455E9 100%);
}
.btn-brand .icon {
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: linear-gradient(116.82deg, #061F78 0%, #10349E 100%);
}
.btn-brand:hover .icon {
  color: #fff;
}
.btn-brand:active, .btn-brand:focus {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(116.82deg, #061F78 0%, #10349E 100%);
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.btn-brand:active .icon, .btn-brand:focus .icon {
  color: #fff;
}

.btn-not-acknowledged {
  color: #364661;
  border-color: #E1E3E7;
  transition: all 0.2s;
}
.btn-not-acknowledged:hover {
  color: #041839;
  background-color: #E1E3E7;
}

.news-acknowledge.btn-danger {
  color: #fff;
}

.btn-white-active, .document-mode-switch[data-mode-value=view] .document-mode-switch__button[data-mode=view], .document-mode-switch[data-mode-value=edit] .document-mode-switch__button[data-mode=edit], .view-switcher .btn-view.active {
  background-color: #fff;
  color: #4F5D74;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(4, 24, 57, 0.06);
}

.login-panel {
  width: 100%;
  margin: 0 auto;
}
.login-panel .content {
  border-radius: 1.25rem;
}
.login-panel .login-form img {
  width: 11rem;
}
.login-panel .login-form .form-group {
  margin-bottom: 1rem;
}
.login-panel .login-form .text-welcome {
  font-size: 1.5rem;
}
.login-panel .login-form .text-signin {
  font-size: 1.25rem;
}
.login-panel .password-recovery .form-group {
  margin-bottom: 1rem;
}

.login-form,
.login-recovery {
  max-width: 480px;
  width: 100%;
}

.news-table {
  margin-bottom: 0;
  table-layout: fixed;
}
.news-table thead tr {
  height: 2.5rem;
}
.news-table thead th {
  padding: 0 0.75rem;
  vertical-align: middle;
  border-bottom: 0;
}
.news-table thead th > span {
  min-height: 0.75rem;
}
.news-table thead th :has(.appearance-list-column-sort-icon) a,
.news-table thead th :has(.appearance-list-column-sort-icon) .appearance-list-column-sort-icon .icon {
  color: #041839;
}
.news-table tbody td {
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #E1E3E7;
}
.news-table tbody td p {
  margin-bottom: 0;
}
.news-table tbody td.appearance-table-td-identifier a {
  color: #10349E;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.125rem;
}
.news-table tbody td:last-child {
  text-align: center;
}
.news-table .news-table-short {
  color: #364661;
}
.news-table .news-table-published {
  color: #8C95A4;
}
.news-table .news-table-type {
  color: #8C95A4;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.news-table .news-table-favorite-button {
  padding: 0;
}

#appearance-main-viewport:has(.home-page-header) .main-inner {
  padding: 2rem 2.5rem !important;
  border-radius: 1.75rem;
}
#appearance-main-viewport:has(.home-page-header) #viewport {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#appearance-main-viewport:has(.home-page-header) .home-page-header ~ .well > .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 2.5rem;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-document-search, #appearance-main-viewport:has(.home-page-header) .home-widget-documents {
  flex: 0 0 100%;
  max-width: 100%;
}
#appearance-main-viewport:has(.home-page-header) .btn-all-link {
  height: 2.5rem;
}
#appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list {
  display: flex;
  align-items: stretch;
  flex: 0 0 100%;
  gap: 2rem;
  max-width: 100%;
}
#appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list .home-widget-news {
  flex: 1 1 0;
  min-width: 0;
}
#appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list .home-widget-bookmarks {
  flex: 0 0 calc((100% - 1.25rem) / 3);
  min-width: 0;
}
#appearance-main-viewport:has(.home-page-header) .home-ais-ppls-button {
  line-height: 1rem;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-document-search .panel {
  isolation: isolate;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-document-search .panel::before {
  position: absolute;
  right: 1.25rem;
  bottom: -0.9375rem;
  z-index: 0;
  width: 20rem;
  height: 10.4375rem;
  background: url("pix/doc-center.2c911da2c17f.svg") center/contain no-repeat;
  content: "";
}
#appearance-main-viewport:has(.home-page-header) .home-widget-document-search .panel-body {
  z-index: 1;
}
#appearance-main-viewport:has(.home-page-header) .home-document-search-subtitle {
  opacity: 0.8;
}
#appearance-main-viewport:has(.home-page-header) .home-document-search-row {
  flex: 1 1 auto;
  max-width: 50rem;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form,
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-group {
  flex: 1 1 auto;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form {
  margin: 0;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-group {
  position: relative;
  height: 100%;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-control {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem 0 3rem;
  border: 0;
  background-color: transparent;
  color: #364661;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-shadow: none;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-control::placeholder {
  color: #364661;
  opacity: 1;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .btn-search {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  display: inline-flex;
  transform: translateY(-50%);
  pointer-events: none;
}
#appearance-main-viewport:has(.home-page-header) .search-navbar-form .btn-search .icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  color: #4F5D74;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-documents .view-card:has(.card-documents) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-link {
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-link .card-body {
  gap: 0.5rem;
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-link:hover, #appearance-main-viewport:has(.home-page-header) .home-direction-card-link:focus {
  border-color: rgba(36, 85, 233, 0.45);
  color: #1D4CC4;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(16, 52, 158, 0.12);
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-icon {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: contain;
}
#appearance-main-viewport:has(.home-page-header) .home-direction-card-label {
  min-height: 2.5rem;
}
#appearance-main-viewport:has(.home-page-header) .card-news {
  border: 1px solid transparent;
  transition: all 0.2s;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-title {
  display: block;
  overflow: hidden;
  height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-description {
  display: -webkit-box;
  overflow: hidden;
  height: 2.5rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-description p {
  margin-bottom: 0;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-type {
  line-height: 1.125rem;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-favorite-button {
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.2s, visibility 0.2s;
}
#appearance-main-viewport:has(.home-page-header) .card-news .news-favorite-button .icon {
  width: 1.25rem;
  height: 1.25rem;
}
#appearance-main-viewport:has(.home-page-header) .card-news .badge {
  height: 1.25rem;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  border: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}
#appearance-main-viewport:has(.home-page-header) .card-news .badge .icon {
  font-size: 0.75rem !important;
}
#appearance-main-viewport:has(.home-page-header) .card-news .badge-not-acknowledged {
  background-color: transparent;
  border: 1px solid #E1E3E7;
  color: #364661;
}
#appearance-main-viewport:has(.home-page-header) .card-news:has(.badge.bg-success-10) {
  background-color: #fff !important;
  border-color: #E1E3E7;
}
#appearance-main-viewport:has(.home-page-header) .card-news:has(.badge.bg-success-10) .news-title {
  color: #364661 !important;
  font-weight: 400 !important;
}
#appearance-main-viewport:has(.home-page-header) .card-news:has(.badge.bg-success-10) .news-description {
  color: #8C95A4 !important;
}
#appearance-main-viewport:has(.home-page-header) .card-news:hover, #appearance-main-viewport:has(.home-page-header) .card-news:focus {
  border-color: #041839 !important;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .panel-heading {
  min-height: 3.5rem;
  border-bottom: 1px solid #E1E3E7 !important;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .panel-heading:has(.home-bookmark-toggle.collapsed) {
  border-bottom-color: transparent !important;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .panel-body {
  flex: 1 1 auto;
  gap: 0 !important;
}
@media (min-width: 768px) {
  #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-collapse {
    display: flex !important;
    height: auto !important;
  }
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-toggle {
  width: 1.25rem;
  height: 1.25rem;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-toggle .icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-toggle:not(.collapsed) .icon {
  transform: rotate(180deg);
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-footer {
  flex: 0 0 auto;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-item {
  flex: 0 0 auto;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-item:hover, #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-item:focus {
  background-color: #fff;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-name, #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-document {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-document-icon {
  width: 1rem;
  height: 1rem;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-all-link {
  color: #10349E;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-all-link:hover, #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-all-link:focus {
  color: #1D4CC4;
  text-decoration: none;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-all-link-icon {
  width: 1rem;
  height: 1rem;
}
#appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-separator {
  flex: 0 0 auto;
  border-bottom: 1px solid #E1E3E7;
}
@media (max-width: 991.98px) {
  #appearance-main-viewport:has(.home-page-header) .home-direction-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  #appearance-main-viewport:has(.home-page-header) .main-inner {
    padding: 1.5rem 1rem !important;
    border-radius: 1.75rem;
  }
  #appearance-main-viewport:has(.home-page-header) #viewport {
    gap: 1rem;
  }
  #appearance-main-viewport:has(.home-page-header) .home-page-header {
    position: relative;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 1rem 1.25rem;
    gap: 1rem;
    overflow: hidden;
    isolation: isolate;
    background-color: #F2F3F5;
    border-radius: 0.75rem;
  }
  #appearance-main-viewport:has(.home-page-header) .home-page-header::before {
    position: absolute;
    right: -1.125rem;
    bottom: -0.3125rem;
    z-index: 0;
    width: 15.125rem;
    height: 7.875rem;
    background: url("pix/doc-center.2c911da2c17f.svg") center/contain no-repeat;
    content: "";
  }
  #appearance-main-viewport:has(.home-page-header) .home-greeting-title {
    z-index: 1;
    font-size: 1.375rem !important;
    line-height: 1.5rem;
  }
  #appearance-main-viewport:has(.home-page-header) .home-ais-ppls-button {
    z-index: 1;
    border: none;
    background: linear-gradient(116.82deg, #10349E 0%, #2455E9 100%);
    color: #fff;
  }
  #appearance-main-viewport:has(.home-page-header) .home-ais-ppls-button:hover {
    background: linear-gradient(116.82deg, #061F78 0%, #10349E 100%);
  }
  #appearance-main-viewport:has(.home-page-header) .home-ais-ppls-button span {
    color: inherit;
  }
  #appearance-main-viewport:has(.home-page-header) .home-ais-ppls-button__icon {
    color: #fff !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-document-search .panel {
    padding: 1.25rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget .panel::before {
    display: none;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-documents h4, #appearance-main-viewport:has(.home-page-header) .home-widget-documents .h4 {
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-document-search-title {
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-document-search-submit {
    width: 3rem;
    height: 3rem;
    padding: 0 !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-document-search-submit-label {
    display: none;
  }
  #appearance-main-viewport:has(.home-page-header) .home-document-search-submit-icon {
    display: inline-flex !important;
    font-size: 1.5rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-group {
    padding-right: 0.5rem;
  }
  #appearance-main-viewport:has(.home-page-header) .search-navbar-form .form-control {
    padding: 0;
  }
  #appearance-main-viewport:has(.home-page-header) .search-navbar-form .btn-search {
    display: none;
  }
  #appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list {
    flex-direction: column;
  }
  #appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list .home-widget-news,
  #appearance-main-viewport:has(.home-page-header) .home-secondary-widget-list .home-widget-bookmarks {
    flex-basis: auto;
  }
  #appearance-main-viewport:has(.home-page-header) .home-direction-card-label {
    font-size: 0.75rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-documents .view-card:has(.card-documents) {
    padding: 0 !important;
    background-color: #fff !important;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .panel-heading h4, #appearance-main-viewport:has(.home-page-header) .home-widget-news .panel-heading .h4 {
    font-size: 1.125rem !important;
    line-height: 1.25rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .card-news .news-title {
    font-size: 0.875rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .card-news .news-description {
    height: 2rem;
    font-size: 0.75rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .card-news .news-favorite-button {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    visibility: visible;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .card-news .news-favorite-button .icon {
    width: 1rem;
    height: 1rem;
    font-size: 1rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-news .card-news .news-date {
    font-weight: 400 !important;
    line-height: 1rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .panel-heading strong {
    font-size: 0.875rem !important;
    line-height: 1rem !important;
  }
  #appearance-main-viewport:has(.home-page-header) .home-widget-bookmarks .home-bookmark-name {
    font-size: 0.75rem !important;
  }
}

.relation-modal__header, .fragment-links-dialog__header, .modal-dialog.relation-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
  background: #F2F3F5;
  border-bottom: 1px solid #dee2e6;
}
.relation-modal__title, .fragment-links-dialog__title, .modal-dialog.relation-modal .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.relation-modal__step {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  color: #8C95A4;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.relation-modal__segment-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  gap: 0.125rem;
  width: 100%;
  height: 2.5rem;
  padding: 0.25rem;
  background: #F2F3F5;
  border-radius: 0.5rem;
}
.relation-modal__segment-tab {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #4F5D74;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out;
}
.relation-modal__segment-tab:hover:not(.is-active) {
  color: #041839;
}
.relation-modal__segment-tab.is-active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #041839;
}
.relation-modal__segment-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.relation-modal__segment-tab-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
}
.relation-modal__segment-tab-icon--toolbar-link {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("/static/documents/images/pdfjs/toolbarButton-link.97250889570f.svg");
  mask-image: url("/static/documents/images/pdfjs/toolbarButton-link.97250889570f.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.relation-modal__segment-tab-icon--outgoing-link {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("/static/documents/images/pdfjs/outgoing-link.c47af59a7e5d.svg");
  mask-image: url("/static/documents/images/pdfjs/outgoing-link.c47af59a7e5d.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.relation-modal__segment-tab-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation-modal__btn-close, .fragment-links-dialog__close-button, .modal-dialog.relation-modal .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2rem;
  background: none;
  border: 0;
  opacity: 1;
  font-size: 1.25rem;
  font-weight: 400;
  color: #8C95A4;
}
.relation-modal__content, .fragment-links-dialog__content {
  padding: 2rem;
}
.relation-modal__footer, .fragment-links-dialog__footer {
  display: flex;
  gap: 0.5rem;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  background: #F2F3F5;
  border-top: 1px solid #dee2e6;
}
.relation-modal__footer-btn-icon, .fragment-links-dialog__footer-btn-icon {
  font-size: 1.25rem;
}
.relation-modal__btn, .fragment-links-dialog__next-button, .fragment-links-dialog__back-button, .relation-modal__finish-button, .relation-modal__create-button, .fragment-links-dialog__submit-button, .relation-modal__back-button, .relation-modal__next-button {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.875rem;
  border-radius: 0.5rem;
  border: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.relation-modal__btn:disabled, .fragment-links-dialog__next-button:disabled, .fragment-links-dialog__back-button:disabled, .relation-modal__finish-button:disabled, .relation-modal__create-button:disabled, .fragment-links-dialog__submit-button:disabled, .relation-modal__back-button:disabled, .relation-modal__next-button:disabled {
  background: #E1E3E7;
  color: #AAB0BC;
  cursor: default;
  opacity: 1;
}
.relation-modal__btn:disabled .relation-modal__footer-btn-icon, .fragment-links-dialog__next-button:disabled .relation-modal__footer-btn-icon, .fragment-links-dialog__next-button:disabled .fragment-links-dialog__footer-btn-icon, .fragment-links-dialog__back-button:disabled .relation-modal__footer-btn-icon, .fragment-links-dialog__back-button:disabled .fragment-links-dialog__footer-btn-icon, .relation-modal__finish-button:disabled .relation-modal__footer-btn-icon, .relation-modal__finish-button:disabled .fragment-links-dialog__footer-btn-icon, .relation-modal__create-button:disabled .relation-modal__footer-btn-icon, .relation-modal__create-button:disabled .fragment-links-dialog__footer-btn-icon, .fragment-links-dialog__submit-button:disabled .relation-modal__footer-btn-icon, .fragment-links-dialog__submit-button:disabled .fragment-links-dialog__footer-btn-icon, .relation-modal__back-button:disabled .relation-modal__footer-btn-icon, .relation-modal__back-button:disabled .fragment-links-dialog__footer-btn-icon, .relation-modal__next-button:disabled .relation-modal__footer-btn-icon, .relation-modal__next-button:disabled .fragment-links-dialog__footer-btn-icon,
.relation-modal__btn:disabled .fragment-links-dialog__footer-btn-icon {
  color: #AAB0BC;
}
.relation-modal__next-button, .fragment-links-dialog__next-button {
  background: linear-gradient(135deg, #061F78, #10349E);
  color: #fff;
}
.relation-modal__next-button:disabled, .fragment-links-dialog__next-button:disabled {
  opacity: 1;
  background: #E1E3E7;
  color: #AAB0BC;
}
.relation-modal__back-button {
  background: #fff;
}
.relation-modal__create-button, .fragment-links-dialog__submit-button {
  border: none;
  background: linear-gradient(135deg, #FC5E35, #E55630);
  color: #fff;
}
.relation-modal__create-button:disabled, .fragment-links-dialog__submit-button:disabled {
  opacity: 1;
  background: #E1E3E7;
  color: #AAB0BC;
}
.relation-modal__finish-button {
  background: #fff;
}

.modal-dialog.relation-modal {
  max-width: 675px;
}
.modal-dialog.relation-modal .btn-close {
  width: auto;
  height: auto;
}
.modal-dialog.relation-modal .btn-close .mayan-icon {
  font-size: inherit !important;
}

.document-selection {
  width: 100%;
}
.document-selection .select2-container--default {
  margin-bottom: 1.25rem;
}
.document-selection .select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.document-selection .select2-container--default .select2-selection {
  height: auto;
  min-height: auto;
  padding: 0.625rem 0.75rem 0.625rem 2.375rem;
  border: 2px solid #F2F3F5;
  border-radius: 0.5rem;
  background: #F2F3F5;
  position: relative;
}
.document-selection .select2-container--default .select2-selection::before {
  content: "\e912";
  font-family: "af-fontawesome-custom";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4F5D74;
  font-size: 0.75rem;
  line-height: 1;
  z-index: 1;
}
.document-selection .select2-container--default .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.2;
  color: #4F5D74;
}
.document-selection .select2-container--default .select2-selection .select2-selection__placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9BA3B0;
}
.document-selection .select2-container--default.select2-container--focus .select2-selection,
.document-selection .select2-container--default .select2-container--open .select2-selection,
.document-selection .select2-container--default .select2-selection--focus {
  border: 2px solid #1D4CC4;
  background: #fff;
}
.document-selection .select2-container--default .select2-selection:hover {
  border: 2px solid #1D4CC4;
  background: #fff;
}
.document-selection .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  font-size: 1rem;
  color: #4F5D74;
}
.document-selection .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9BA3B0;
}
.document-selection .select2-selection__choice {
  display: none;
}
.document-selection .select2-dropdown {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.document-selection .select2-dropdown .select2-results__option {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.document-selection .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F3F5;
  border-top-color: #E1E3E7;
  border-bottom-color: #E1E3E7;
  color: #041839;
}
.document-selection .select2-results__option--highlighted .document-select-result__radio {
  background: #fff;
  border-color: #10349E;
}
.document-selection .select2-results__option[aria-selected=true] .document-select-result__radio {
  border-color: #10349E;
  background: #10349E;
  box-shadow: inset 0 0 0 2px #fff;
}
.document-selection .document-select-result {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.document-selection .document-select-result__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.document-selection .document-select-result__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.document-selection .document-select-result__meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  color: #8C95A4;
  text-transform: uppercase;
}
.document-selection .document-select-result__radio {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: #F2F3F5;
  border: 2px solid #F2F3F5;
  border-radius: 50%;
}
.document-selection__selection {
  border-radius: 0.5rem;
  background: #F2F3F5;
  text-align: center;
}
.document-selection__empty-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #4F5D74;
}
.document-selection__empty-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #8C95A4;
  margin-bottom: 0;
}
.document-selection__selected {
  position: relative;
}
.document-selection__selected-image-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.document-selection__selected-image {
  max-width: 2rem;
  max-height: 2rem;
  border-radius: 0.25rem;
  object-fit: contain;
}
.document-selection__selected-body {
  flex: 1;
  min-width: 0;
}
.document-selection__selected-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #4F5D74;
}
.document-selection__selected-meta {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  color: #8C95A4;
  text-transform: uppercase;
  display: block;
  line-height: 0.75rem;
  text-transform: uppercase;
}
.document-selection__deselect {
  position: absolute;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #8C95A4;
  cursor: pointer;
}

.fragment-selection {
  width: 100%;
}
.fragment-selection__search-wrap {
  position: relative;
}
.fragment-selection__search-wrap::before {
  content: "\e912";
  font-family: "af-fontawesome-custom";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4F5D74;
  font-size: 0.75rem;
  line-height: 1;
  z-index: 1;
}
.fragment-selection__search {
  height: auto;
  min-height: auto;
  padding: 0.625rem 0.75rem 0.625rem 2.375rem;
  border: 2px solid #F2F3F5;
  border-radius: 0.5rem;
  background: #F2F3F5;
  font-size: 1rem;
  color: #4F5D74;
}
.fragment-selection__search::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9BA3B0;
}
.fragment-selection__search:hover, .fragment-selection__search:focus {
  border: 2px solid #1D4CC4;
  background: #fff;
  outline: none;
}
.fragment-selection__tree {
  max-height: 240px;
  overflow-y: auto;
}
.fragment-selection__divider {
  border-top: 1px solid #E1E3E7;
}
.fragment-selection__node {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fragment-selection__children {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fragment-selection__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  min-height: 2.25rem;
}
.fragment-selection__row--auto, .fragment-selection__row--manual {
  background-color: rgba(37, 99, 235, 0.16);
}
.fragment-selection__chevron {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  color: #4F5D74;
}
.fragment-selection__chevron:disabled {
  cursor: default;
  visibility: hidden;
}
.fragment-selection__radio {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.fragment-selection__radio:hover {
  border-color: #10349E;
}
.fragment-selection__radio:checked {
  border-color: #10349E;
  background: #10349E;
  box-shadow: inset 0 0 0 2px #fff;
}
.fragment-selection__label {
  flex: 1 1 auto;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fragment-selection__legend-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.fragment-selection__legend-dot--auto {
  background-color: #2455E9;
}
.fragment-selection__legend-dot--manual {
  background-color: #16A34A;
}

.relation-toggle-cards, .fragment-links-dialog__toggle-group {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
.relation-toggle-card, .fragment-links-dialog__toggle-card {
  height: 200px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 2px solid #E1E3E7;
  border-radius: 0.5rem;
  position: relative;
  cursor: pointer;
}
.relation-toggle-card:hover, .fragment-links-dialog__toggle-card:hover {
  background-color: #E1E3E7;
}
.relation-toggle-card.selected, .selected.fragment-links-dialog__toggle-card {
  border-color: #1D4CC4;
  background-color: #F2F7FC;
}
.relation-toggle-card.selected .relation-toggle-icon, .relation-toggle-card.selected .fragment-links-dialog__toggle-icon, .selected.fragment-links-dialog__toggle-card .relation-toggle-icon, .selected.fragment-links-dialog__toggle-card .fragment-links-dialog__toggle-icon {
  color: #fff;
  background: linear-gradient(135deg, #10349E, #2455E9);
}
.relation-toggle-icon, .fragment-links-dialog__toggle-icon {
  padding: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 0.5rem;
  background: #F2F3F5;
  font-size: 1.25rem;
  color: #4F5D74;
}
.relation-toggle-card-content, .fragment-links-dialog__toggle-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.relation-toggle-card-title, .fragment-links-dialog__toggle-card-title {
  font-size: 1rem;
  font-weight: 500;
}
.relation-toggle-card-desc, .fragment-links-dialog__toggle-card-desc {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #7E899A;
}
.relation-toggle-radio, .fragment-links-dialog__toggle-radio {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  accent-color: #10349E;
  cursor: pointer;
}

.relation-final {
  position: relative;
}
.relation-final__divider {
  border-top: 1px solid #E1E3E7;
}
.relation-final__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #10349E, #2455E9);
}
.relation-final__arrow .mayan-icon {
  color: #fff;
  font-size: 1.25rem;
}
.relation-final__arrow_vertical {
  top: auto;
  transform: translate(-50%, -50%) rotate(90deg);
}
.relation-final__badge {
  background: rgba(37, 99, 235, 0.16);
  line-height: 1rem;
}
.relation-final__badge--inactive {
  background: rgba(245, 158, 11, 0.16);
  color: #D86F00 !important;
}
.relation-final__badge--inactive .mayan-icon {
  font-size: 1rem;
}
.relation-final__card {
  flex: 1;
  min-height: 200px;
}
.relation-final__card_document {
  min-height: auto;
}
.relation-final__card-icon {
  display: inline-flex;
  align-self: flex-start;
}
.relation-final__card-title {
  line-height: 1.25rem;
}
.relation-final__card-label {
  text-transform: uppercase;
}
.relation-final__card-meta {
  line-height: 1rem;
}
.relation-final__card-meta-page {
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
}

.document-mode-switch {
  display: inline-flex;
  align-items: center;
  background-color: #F2F3F5;
  border-radius: 0.5rem;
  padding: 0.25rem;
  gap: 0.125rem;
}
.document-mode-switch__button {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #9BA3B0;
  transition: all 0.2s ease-in-out;
}
.document-mode-switch__button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#mainContainer .toolbar {
  padding: 0;
  margin: 0;
  border: 0;
}

#viewersWrapper.view-content-pdf {
  top: 4rem;
}
#viewersWrapper.view-content-pdf .pdfjs-fragment-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid #E1E3E7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 101;
}
#viewersWrapper.view-content-pdf .textLayer {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

body:has(.view-content-pdf) .well > form > .mb-3 {
  margin-bottom: 0 !important;
}
body:has(.view-content-pdf) .main-inner {
  overflow: hidden;
}
body:has(.view-content-pdf) .view-content-pdf {
  margin: 0 -1rem -4rem;
  width: calc(100% + 2rem);
}
@media (min-width: 768px) {
  body:has(.view-content-pdf) .view-content-pdf {
    margin: 0 -1.5rem -1.5rem;
    width: calc(100% + 3rem);
  }
}

.document-thumbnail-list a.fancybox span.instance-image-widget span.lazyload-spinner-container {
  height: 100% !important;
}
.document-thumbnail-list div.text-center div.fa-4x {
  font-size: 0;
}

.label__document_type-icon {
  max-width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.25rem;
}
.label__document_type-link {
  color: #10349E;
  text-decoration-style: dotted;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#toolbarContainer.view-toolbar-pdf {
  border-bottom: none;
  box-shadow: none;
}
#toolbarContainer.view-toolbar-pdf #loadingBar {
  border-radius: 1rem;
}
#toolbarContainer.view-toolbar-pdf .toolbarButton {
  padding: 0.375rem;
  border-radius: 0.25rem;
}
#toolbarContainer.view-toolbar-pdf .toolbarButton.toggled, #toolbarContainer.view-toolbar-pdf .toolbarButton:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#toolbarContainer.view-toolbar-pdf .toolbarButton::before {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  background-color: #4F5D74;
}
#toolbarContainer.view-toolbar-pdf .toolbarButton::before:hover, #toolbarContainer.view-toolbar-pdf .toolbarButton::before:active {
  background-color: #4F5D74;
}
#toolbarContainer.view-toolbar-pdf #showFragmentsButton.toggled,
#toolbarContainer.view-toolbar-pdf #showManualFragmentsButton.toggled {
  background-color: rgba(37, 99, 235, 0.16);
}
#toolbarContainer.view-toolbar-pdf #showFragmentsButton.toggled::before,
#toolbarContainer.view-toolbar-pdf #showManualFragmentsButton.toggled::before {
  background-color: #2563EB;
}
#toolbarContainer.view-toolbar-pdf .btn-separator {
  height: 2rem;
  padding: 0.375rem;
}
#toolbarContainer.view-toolbar-pdf .btn-separator.btn-divider::before {
  content: "";
  display: block;
  margin: 0 0.375rem;
  width: 0.0625rem;
  height: 100%;
  background-color: #E1E3E7;
}
#toolbarContainer.view-toolbar-pdf .input-count {
  width: 2.5rem;
}
#toolbarContainer.view-toolbar-pdf .dropdownToolbarButton > select {
  height: 2rem;
  font-weight: 500;
}
#toolbarContainer.view-toolbar-pdf #findbar .toolbarLabel {
  margin: 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
#toolbarContainer.view-toolbar-pdf #findbar .toolbarLabel:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.pdfjs-fragment-persisted-button {
  position: absolute;
}

#viewersWrapper.view-content-pdf .pdfjs-fragment-rect {
  position: absolute;
  border: 2px dotted #2563EB;
  background-color: rgba(37, 99, 235, 0.4);
  pointer-events: auto;
  cursor: move;
  z-index: 100;
  box-sizing: border-box;
}
#viewersWrapper.view-content-pdf .pdfjs-fragment-expand-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(37, 99, 235, 0.4);
  pointer-events: all;
  z-index: 103;
}
#viewersWrapper.view-content-pdf .pdfjs-fragment-expand-spinner__icon {
  width: 2.25rem;
  height: 2.25rem;
  border: 3px solid rgba(37, 99, 235, 0.8);
  border-top-color: #2563EB;
  border-radius: 50%;
  animation: pdfjs-fragment-expand-spinner-rotate 0.8s linear infinite;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: 2px solid #2563EB;
  border-radius: 0.25rem;
  z-index: 102;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.nw {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.n {
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  cursor: n-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.ne {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.e {
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: e-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.se {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.s {
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  cursor: s-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.sw {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
#viewersWrapper.view-content-pdf .pdfjs-resize-handle.w {
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: w-resize;
}

@keyframes pdfjs-fragment-expand-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
.fragment-highlight-persisted {
  border: 2px solid #2455E9;
  background-color: rgba(36, 85, 233, 0.1);
  box-sizing: border-box;
}

@keyframes fragment-highlight-blink-once {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 85, 233, 0);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(36, 85, 233, 0.65);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(36, 85, 233, 0);
  }
}
.fragment-highlight-persisted.fragment-highlight-blink-once {
  animation: fragment-highlight-blink-once 0.6s ease-in-out 1;
}

.fragment-overlay, .manual-fragment-overlay {
  background: color-mix(in srgb, var(--fragment-bg-color) 16%, transparent);
  transition: background-color 0.15s ease;
}
.fragment-overlay:hover, .manual-fragment-overlay:hover, .fragment-overlay--open.fragment-overlay, .fragment-overlay--open.manual-fragment-overlay {
  background: color-mix(in srgb, var(--fragment-bg-color) 40%, transparent);
}

.manual-fragment-overlay {
  position: absolute;
  cursor: pointer;
  overflow: visible;
  z-index: 2;
}
.manual-fragment-overlay:hover .manual-fragment-actions {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.manual-fragment-actions {
  display: flex;
  visibility: hidden;
  opacity: 0;
  padding: 0.25rem;
  flex-direction: row;
  gap: 0.25rem;
  background-color: #041839;
  border-radius: 0.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

#viewersWrapper .manual-fragment-actions .pdfjs-fragment-button.manual-fragment-edit-icon, #viewersWrapper .manual-fragment-actions .pdfjs-fragment-button.manual-fragment-delete-icon, #viewersWrapper .manual-fragment-actions .pdfjs-fragment-button.manual-fragment-links-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  cursor: pointer;
  color: #fff;
  line-height: 1.2;
}

.pdfjs-fragment-button.manual-fragment-links-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10349E;
}
.pdfjs-fragment-button.manual-fragment-links-icon .icon.af-link {
  font-size: 1rem;
  line-height: 1;
}

.pdfjs-fragment-button.manual-fragment-delete-icon {
  color: #CE0E2D;
}

.pdfjs-fragment-button.manual-fragment-edit-icon::before,
.pdfjs-fragment-button.manual-fragment-delete-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.pdfjs-fragment-button.manual-fragment-edit-icon::before {
  mask-image: url("/static/documents/images/pdfjs/edit-pen.6748e89ee517.svg");
}

.pdfjs-fragment-button.manual-fragment-delete-icon::before {
  mask-image: url("/static/documents/images/pdfjs/editor-toolbar-delete.b4de8e7f03f8.svg");
}

#viewersWrapper.view-content-pdf .pdfjs-fragment-button.fragment-creation-plus-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 0.75rem;
  background-color: #2563EB;
}
#viewersWrapper.view-content-pdf .pdfjs-fragment-button.fragment-creation-exit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #CE0E2D;
  border-radius: 0.75rem;
}

.pdfjs-fragment-button.fragment-creation-plus-button::before,
.pdfjs-fragment-button.fragment-creation-exit-button::before {
  content: none;
  display: none;
}

.fragmentCreationManager {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fragmentCreationManager #fragmentDeleteConfirmButton {
  background-color: #CE0E2D;
  color: #fff;
}
.fragmentCreationManager .menuContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

:is(.dialog.fragmentCreationManager .mainContainer) .fragment-creation-name-input,
:is(.dialog.fragmentCreationManager .mainContainer) .fragment-creation-description-input {
  width: 100%;
  padding: 0.75rem 0.75rem;
  background-color: #F2F7FC;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #041839;
}
:is(.dialog.fragmentCreationManager .mainContainer) .fragment-creation-description-input {
  resize: vertical;
  min-height: 3.75rem;
}

.fragment-creation-dialog-title {
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.0625rem;
  color: #4F5D74;
}

.fragment-dialog-alert {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #CE0E2D;
  background-color: rgba(206, 14, 45, 0.1);
}

.feedbackManager {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedbackManager .menuContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.feedback-dialog-title {
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.0625rem;
  color: #4F5D74;
}

#documentLinkFragmentDialog.fragment-links-dialog.dialog {
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(4, 24, 57, 0.25);
}

#documentLinkExternalDialog.fragment-links-dialog.dialog {
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(4, 24, 57, 0.25);
}

.fragment-links-dialog.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 675px;
  overflow: visible;
  border-radius: 1rem;
}
.fragment-links-dialog__close-button:before {
  font-family: "af-fontawesome-custom";
  content: "\e91b";
  font-size: inherit;
}
.fragment-links-dialog__back-button {
  background: #fff;
}
.fragment-links-dialog__submit-button {
  flex: 0 0 1;
  width: auto;
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.fragment-links-document-select-wrap {
  width: 100%;
}

.fragment-links-course-tree-wrap-outer {
  width: 100%;
}

.fragment-links-search-wrap {
  width: 100%;
}

.fragment-links-search-input {
  width: 100%;
}

.fragment-links-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: #7E899A;
}

.fragment-links-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.fragment-links-legend-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.fragment-links-legend-dot-auto {
  background-color: #5282ff;
}

.fragment-links-legend-dot-manual {
  background-color: #5bb557;
}

.fragment-links-tree {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 240px;
  overflow-y: auto;
}

.fragment-links-tree-empty {
  font-size: 0.875rem;
  color: #8C95A4;
  padding: 0.5rem;
}

.fragment-links-tree-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  min-height: 2.25rem;
}

.fragment-links-tree-row--auto {
  background-color: rgba(82, 130, 255, 0.2);
}

.fragment-links-tree-row--manual {
  background-color: rgba(91, 181, 87, 0.2);
}

.fragment-links-tree-chevron {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  color: #4F5D74;
}
.fragment-links-tree-chevron:disabled {
  cursor: default;
  visibility: hidden;
}

.fragment-links-tree-radio {
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}

.fragment-links-tree-label {
  flex: 1 1 auto;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fragment-overlay-links-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0.5rem;
  border: none;
  background: #041839;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: background-color 0.2s ease-in-out;
}
.fragment-overlay-links-btn .icon.af-link {
  font-size: inherit;
  line-height: 1;
}
.fragment-overlay-links-btn:hover {
  background: rgba(16, 52, 158, 0.8);
}

.fragment-overlay:hover .fragment-overlay-links-btn {
  display: flex;
}

#outerContainer, #viewerContainer, #compareViewerContainer {
  --editorInk-editing-cursor: url("/static/documents/images/pdfjs/cursor-editorInk.6cf7a147a226.svg") 0 16, pointer;
  --editorHighlight-editing-cursor: url("/static/documents/images/pdfjs/cursor-editorTextHighlight.ab8563f299c4.svg") 24 24, text;
  --editorFreeHighlight-editing-cursor: url("/static/documents/images/pdfjs/cursor-editorFreeHighlight.8054bb528a9d.svg") 1 18, pointer;
  --toolbarButton-zoomIn-icon: url("/static/documents/images/pdfjs/toolbarButton-zoomIn.7393db490c10.svg");
  --toolbarButton-bookmark-icon: url("/static/documents/images/pdfjs/annotation-pushpin.f73ed297cba6.svg");
  --comment-edit-button-icon: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
  --mayan-highlight-default-color: rgb(255, 179, 71);
}

.annotation-popup,
.editor-manager {
  width: 22.5rem;
  max-width: 100%;
  min-width: 12.5rem;
  position: absolute;
  padding: 0.5rem 1rem 1rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

#commentManagerDialog,
#bookmarkManagerDialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.editor-manager {
  --comment-close-button-icon: url("/static/documents/images/pdfjs/comment-closeButton.d7da0d322f49.svg");
}
.editor-manager .mainContainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.editor-manager .mainContainer #commentManagerToolbar,
.editor-manager .mainContainer #bookmarkManagerToolbar {
  cursor: default;
}

.dialog.editor-manager-dialog {
  width: calc(22.5rem + 1px);
  padding: 1.25rem;
  gap: 1rem;
  background: var(--mayan-color-surface);
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 1.5625rem var(--mayan-color-shadow), 0 0.5rem 0.625rem var(--mayan-color-shadow-sm);
  color: var(--mayan-color-text-primary);
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  box-sizing: border-box;
}
.dialog.editor-manager-dialog .mainContainer {
  gap: 0.5rem;
  overflow-y: auto;
  max-height: calc(100dvh - 2rem - 2.5rem);
  scrollbar-width: thin;
  scrollbar-color: rgba(79, 93, 116, 0.45) transparent;
}
.dialog.editor-manager-dialog .mainContainer::-webkit-scrollbar {
  width: 0.375rem;
}
.dialog.editor-manager-dialog .mainContainer::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 0.5rem;
}
.dialog.editor-manager-dialog .mainContainer::-webkit-scrollbar-thumb {
  background-color: rgba(79, 93, 116, 0.45);
  border-radius: 0.25rem;
}
.dialog.editor-manager-dialog .mainContainer .title {
  width: 100%;
  height: auto;
  min-height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: var(--mayan-font-size-md);
  align-self: stretch;
  justify-content: space-between;
  margin-bottom: 0;
}
.dialog.editor-manager-dialog .mainContainer .title > span {
  color: var(--mayan-color-text-primary);
  font-family: var(--mayan-font-family-base);
  font-size: var(--mayan-font-size-md);
  font-weight: var(--mayan-font-weight-medium);
  line-height: var(--mayan-line-height-xs);
  flex: 1;
  min-width: 0;
}
.dialog.editor-manager-dialog .mainContainer .toolbarField {
  width: 100%;
  margin-bottom: 0;
  padding: 0.625rem 0.75rem;
  box-sizing: border-box;
  background: var(--mayan-color-surface-muted);
  border: none;
  border-radius: 0.5rem;
  color: var(--mayan-color-text-primary);
  font-family: var(--mayan-font-family-base);
  font-size: var(--mayan-font-size-md);
  font-weight: var(--mayan-font-weight-regular);
  line-height: var(--mayan-line-height-md);
}
.dialog.editor-manager-dialog .mainContainer .toolbarField textarea.dialog.editor-manager-dialog .mainContainer .toolbarField {
  min-height: 5rem;
  resize: vertical;
  scrollbar-width: thin;
  scrollbar-color: rgba(79, 93, 116, 0.45) transparent;
}
.dialog.editor-manager-dialog .mainContainer .toolbarField textarea.dialog.editor-manager-dialog .mainContainer .toolbarField::-webkit-scrollbar {
  width: 0.375rem;
}
.dialog.editor-manager-dialog .mainContainer .toolbarField textarea.dialog.editor-manager-dialog .mainContainer .toolbarField::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 0.5rem;
}
.dialog.editor-manager-dialog .mainContainer .toolbarField textarea.dialog.editor-manager-dialog .mainContainer .toolbarField::-webkit-scrollbar-thumb {
  background-color: rgba(79, 93, 116, 0.45);
  border-radius: 0.25rem;
}
.dialog.editor-manager-dialog .mainContainer .toolbarField textarea.dialog.editor-manager-dialog .mainContainer .toolbarField::-webkit-scrollbar-corner {
  background: var(--mayan-color-surface-muted);
}
.dialog.editor-manager-dialog .dialogCloseButton {
  position: relative;
  display: flex;
  flex: 0 0 1.25rem;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  background: var(--mayan-color-transparent);
  cursor: pointer;
}
.dialog.editor-manager-dialog .dialogCloseButton::before {
  content: "×";
  width: 1rem;
  height: 1rem;
  color: var(--mayan-color-icon-primary);
  font-family: var(--mayan-font-family-base);
  font-size: 1.25rem;
  font-weight: var(--mayan-font-weight-bold);
  line-height: 0.875rem;
  text-align: center;
}
.dialog.editor-manager-dialog .dialogCloseButton:hover {
  background: var(--mayan-color-surface-muted);
}
.dialog.editor-manager-dialog .dialogCloseButton > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.dialog.editor-manager-dialog .dialogAction {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.dialog.editor-manager-dialog .dialogAction button {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 100% !important;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-family: var(--mayan-font-family-base);
  font-size: var(--mayan-font-size-xs);
  font-weight: var(--mayan-font-weight-medium);
  line-height: 1;
}
.dialog.editor-manager-dialog .dialogAction button > span {
  display: block;
  line-height: 1;
}
.dialog.editor-manager-dialog .dialogAction .primaryButton {
  border: none;
  background: linear-gradient(141.5deg, var(--mayan-color-accent-start) 0%, var(--mayan-color-accent-end) 100%);
  color: var(--mayan-color-on-accent);
}
.dialog.editor-manager-dialog .dialogAction .primaryButton > span {
  color: var(--mayan-color-on-accent);
}

#editorCommentsSidebar, #editorBookmarksSidebar, #editorHighlightsSidebar,
.annotation-popup {
  --comment-close-button-icon: url("/static/documents/images/pdfjs/comment-closeButton.d7da0d322f49.svg");
  --comment-popup-edit-button-icon: url("/static/documents/images/pdfjs/comment-popup-editButton.2df2a6d3170b.svg");
  --comment-popup-delete-button-icon: url("/static/documents/images/pdfjs/editor-toolbar-delete.b4de8e7f03f8.svg");
  --csstools-light-dark-toggle--81: var(--csstools-color-scheme--light) rgb(251 251 254 / 0.69);
  --comment-date-fg-color: var(--csstools-light-dark-toggle--81, rgb(21 20 26 / 0.69));
  --csstools-light-dark-toggle--82: var(--csstools-color-scheme--light) #1c1b22;
  --comment-bg-color: var(--csstools-light-dark-toggle--82, #f9f9fb);
  --csstools-light-dark-toggle--83: var(--csstools-color-scheme--light) #2c2b33;
  --comment-hover-bg-color: var(--csstools-light-dark-toggle--83, #e0e0e6);
  --csstools-light-dark-toggle--84: var(--csstools-color-scheme--light) #3a3944;
  --comment-active-bg-color: var(--csstools-light-dark-toggle--84, #d1d1d9);
  --comment-hover-brightness: 0.89;
  --comment-hover-filter: brightness(var(--comment-hover-brightness));
  --comment-active-brightness: 0.825;
  --comment-active-filter: brightness(var(--comment-active-brightness));
  --csstools-light-dark-toggle--85: var(--csstools-color-scheme--light) #52525e;
  --comment-border-color: var(--csstools-light-dark-toggle--85, #f0f0f4);
  --csstools-light-dark-toggle--86: var(--csstools-color-scheme--light) #00cadb;
  --comment-focus-outline-color: var(--csstools-light-dark-toggle--86, #0062fa);
  --csstools-light-dark-toggle--87: var(--csstools-color-scheme--light) #fbfbfe;
  --comment-fg-color: var(--csstools-light-dark-toggle--87, #15141a);
  --csstools-light-dark-toggle--88: var(--csstools-color-scheme--light) #00317e;
  --comment-count-bg-color: var(--csstools-light-dark-toggle--88, #e2f7ff);
  --csstools-light-dark-toggle--89: var(--csstools-color-scheme--light) #a6ecf4;
  --comment-indicator-active-fg-color: var(--csstools-light-dark-toggle--89, #0041a4);
  --comment-indicator-active-filter: brightness(calc(1 / var(--comment-active-brightness)));
  --csstools-light-dark-toggle--90: var(--csstools-color-scheme--light) #fbfbfe;
  --comment-indicator-focus-fg-color: var(--csstools-light-dark-toggle--90, #5b5b66);
  --csstools-light-dark-toggle--91: var(--csstools-color-scheme--light) #61dce9;
  --comment-indicator-hover-fg-color: var(--csstools-light-dark-toggle--91, #0053cb);
  --comment-indicator-hover-filter: brightness(calc(1 / var(--comment-hover-brightness)));
  --csstools-light-dark-toggle--92: var(--csstools-color-scheme--light) #00cadb;
  --comment-indicator-selected-fg-color: var(--csstools-light-dark-toggle--92, #0062fa);
  --button-comment-bg: transparent;
  --button-comment-color: var(--main-color);
  --csstools-light-dark-toggle--93: var(--csstools-color-scheme--light) #5b5b66;
  --button-comment-active-bg: var(--csstools-light-dark-toggle--93, #cfcfd8);
  --button-comment-active-border: none;
  --button-comment-active-color: var(--button-comment-color);
  --button-comment-border: none;
  --csstools-light-dark-toggle--94: var(--csstools-color-scheme--light) #52525e;
  --button-comment-hover-bg: var(--csstools-light-dark-toggle--94, #e0e0e6);
  --button-comment-hover-color: var(--button-comment-color);
  --csstools-light-dark-toggle--95: var(--csstools-color-scheme--light) #0df;
  --link-fg-color: var(--csstools-light-dark-toggle--95, #0060df);
  --csstools-light-dark-toggle--96: var(--csstools-color-scheme--light) #80ebff;
  --link-hover-fg-color: var(--csstools-light-dark-toggle--96, #0250bb);
}

@supports (color: light-dark(red, red)) and (color: rgba(0, 0, 0, 0)) {
  .annotation-sidebar,
  .commentPopup {
    --comment-date-fg-color: light-dark(rgb(21 20 26 / 0.69), rgb(251 251 254 / 0.69));
  }
}
@supports (color: light-dark(red, red)) {
  .annotation-sidebar,
  .commentPopup {
    --comment-bg-color: light-dark(#f9f9fb, #1c1b22);
    --comment-hover-bg-color: light-dark(#e0e0e6, #2c2b33);
    --comment-active-bg-color: light-dark(#d1d1d9, #3a3944);
    --comment-border-color: light-dark(#f0f0f4, #52525e);
    --comment-focus-outline-color: light-dark(#0062fa, #00cadb);
    --comment-fg-color: light-dark(#15141a, #fbfbfe);
    --comment-count-bg-color: light-dark(#e2f7ff, #00317e);
    --comment-indicator-active-fg-color: light-dark(#0041a4, #a6ecf4);
    --comment-indicator-focus-fg-color: light-dark(#5b5b66, #fbfbfe);
    --comment-indicator-hover-fg-color: light-dark(#0053cb, #61dce9);
    --comment-indicator-selected-fg-color: light-dark(#0062fa, #00cadb);
    --button-comment-active-bg: light-dark(#cfcfd8, #5b5b66);
    --button-comment-hover-bg: light-dark(#e0e0e6, #52525e);
    --link-fg-color: light-dark(#0060df, #0df);
    --link-hover-fg-color: light-dark(#0250bb, #80ebff);
  }
}
@supports not (color: light-dark(tan, tan)) {
  :is(.annotation-sidebar, .commentPopup, .bookmarkPopup) * {
    --csstools-light-dark-toggle--81: var(--csstools-color-scheme--light) rgb(251 251 254 / 0.69);
    --comment-date-fg-color: var(--csstools-light-dark-toggle--81, rgb(21 20 26 / 0.69));
    --csstools-light-dark-toggle--82: var(--csstools-color-scheme--light) #1c1b22;
    --comment-bg-color: var(--csstools-light-dark-toggle--82, #f9f9fb);
    --csstools-light-dark-toggle--83: var(--csstools-color-scheme--light) #2c2b33;
    --comment-hover-bg-color: var(--csstools-light-dark-toggle--83, #e0e0e6);
    --csstools-light-dark-toggle--84: var(--csstools-color-scheme--light) #3a3944;
    --comment-active-bg-color: var(--csstools-light-dark-toggle--84, #d1d1d9);
    --csstools-light-dark-toggle--85: var(--csstools-color-scheme--light) #52525e;
    --comment-border-color: var(--csstools-light-dark-toggle--85, #f0f0f4);
    --csstools-light-dark-toggle--86: var(--csstools-color-scheme--light) #00cadb;
    --comment-focus-outline-color: var(--csstools-light-dark-toggle--86, #0062fa);
    --csstools-light-dark-toggle--87: var(--csstools-color-scheme--light) #fbfbfe;
    --comment-fg-color: var(--csstools-light-dark-toggle--87, #15141a);
    --csstools-light-dark-toggle--88: var(--csstools-color-scheme--light) #00317e;
    --comment-count-bg-color: var(--csstools-light-dark-toggle--88, #e2f7ff);
    --csstools-light-dark-toggle--89: var(--csstools-color-scheme--light) #a6ecf4;
    --comment-indicator-active-fg-color: var(--csstools-light-dark-toggle--89, #0041a4);
    --csstools-light-dark-toggle--90: var(--csstools-color-scheme--light) #fbfbfe;
    --comment-indicator-focus-fg-color: var(--csstools-light-dark-toggle--90, #5b5b66);
    --csstools-light-dark-toggle--91: var(--csstools-color-scheme--light) #61dce9;
    --comment-indicator-hover-fg-color: var(--csstools-light-dark-toggle--91, #0053cb);
    --csstools-light-dark-toggle--92: var(--csstools-color-scheme--light) #00cadb;
    --comment-indicator-selected-fg-color: var(--csstools-light-dark-toggle--92, #0062fa);
    --csstools-light-dark-toggle--93: var(--csstools-color-scheme--light) #5b5b66;
    --button-comment-active-bg: var(--csstools-light-dark-toggle--93, #cfcfd8);
    --csstools-light-dark-toggle--94: var(--csstools-color-scheme--light) #52525e;
    --button-comment-hover-bg: var(--csstools-light-dark-toggle--94, #e0e0e6);
    --csstools-light-dark-toggle--95: var(--csstools-color-scheme--light) #0df;
    --link-fg-color: var(--csstools-light-dark-toggle--95, #0060df);
    --csstools-light-dark-toggle--96: var(--csstools-color-scheme--light) #80ebff;
    --link-hover-fg-color: var(--csstools-light-dark-toggle--96, #0250bb);
  }
}
@media screen and (forced-colors: active) {
  .annotation-sidebar,
  .annotation-popup {
    --comment-date-fg-color: CanvasText;
    --comment-bg-color: Canvas;
    --comment-hover-bg-color: Canvas;
    --comment-hover-filter: none;
    --comment-active-bg-color: Canvas;
    --comment-active-filter: none;
    --comment-border-color: CanvasText;
    --comment-fg-color: CanvasText;
    --comment-count-bg-color: Canvas;
    --comment-indicator-active-fg-color: SelectedItem;
    --comment-indicator-focus-fg-color: CanvasText;
    --comment-indicator-hover-fg-color: CanvasText;
    --comment-indicator-selected-fg-color: SelectedItem;
    --button-comment-bg: ButtonFace;
    --button-comment-color: ButtonText;
    --button-comment-active-bg: Highlight;
    --button-comment-active-color: HighlightText;
    --button-comment-border: 1px solid ButtonText;
    --button-comment-hover-bg: Highlight;
    --button-comment-hover-color: HighlightText;
    --link-fg-color: LinkText;
    --link-hover-fg-color: LinkText;
  }
}
.annotation-sidebar {
  display: flex;
  height: auto;
  padding-bottom: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.annotation-sidebar .annotation-sidebar-header {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.5rem;
}
.annotation-sidebar .annotation-sidebar-header .editor-count {
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
  user-select: none;
}
.annotation-sidebar .annotation-sidebar-header .editor-count .annotation-sidebar-title,
.annotation-sidebar .annotation-sidebar-header .editor-count #editorBookmarksSidebarTitle {
  font: menu;
  font-style: normal;
  font-weight: 590;
  line-height: normal;
  font-size: 1.0625rem;
  color: var(--comment-fg-color);
}
.annotation-sidebar .annotation-sidebar-header .editor-count #editorBookmarksSidebarTitle {
  margin-right: 0.25rem;
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-title {
  font: menu;
  font-style: normal;
  font-weight: 590;
  line-height: normal;
  font-size: 1.0625rem;
  color: var(--comment-fg-color);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-count-value {
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--comment-count-bg-color);
  color: var(--comment-fg-color);
  text-align: center;
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.8125rem;
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: var(--button-comment-border);
  background-color: var(--button-comment-bg);
  cursor: pointer;
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--comment-close-button-icon);
  mask-image: var(--comment-close-button-icon);
  background-color: var(--button-comment-color);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton:hover {
  background-color: var(--button-comment-hover-bg);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton:hover::before {
  background-color: var(--button-comment-hover-color);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton:active {
  border: var(--button-comment-active-border);
  background-color: var(--button-comment-active-bg);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton:active::before {
  background-color: var(--button-comment-active-color);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton:focus-visible {
  outline: var(--focus-ring-outline);
}
.annotation-sidebar .annotation-sidebar-header .annotation-sidebar-closebutton > span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.annotation-sidebar .annotation-sidebar-header .mayan-highlights-visibility-toggle {
  margin-bottom: 1rem;
  user-select: none;
  white-space: nowrap;
}
.annotation-sidebar .annotation-sidebar-header .mayan-highlights-visibility-toggle .form-check-input:focus {
  box-shadow: none;
}
.annotation-sidebar .annotation-sidebar-header .annotation-add-button {
  order: 3;
  flex: 1 1 100%;
  margin-inline-start: 0;
  width: 100%;
  min-height: 2rem;
  padding: 0 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid color-mix(in srgb, var(--comment-fg-color) 20%, transparent);
  background-color: var(--button-comment-hover-bg);
  cursor: pointer;
}
.annotation-sidebar .annotation-sidebar-header .annotation-add-button-label {
  color: var(--comment-fg-color);
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.annotation-sidebar .annotation-sidebar-header .annotation-add-button:hover {
  background-color: color-mix(in srgb, var(--button-comment-hover-bg) 75%, var(--comment-bg-color));
}
.annotation-sidebar .annotation-sidebar-header .annotation-add-button:active {
  background-color: var(--button-comment-active-bg);
}
.annotation-sidebar .annotation-sidebar-header .annotation-add-button:focus-visible {
  outline: 2px solid var(--comment-focus-outline-color);
  outline-offset: 1px;
}
.annotation-sidebar .annotation-sidebar-list-container {
  overflow: auto;
  width: 100%;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list {
  display: flex;
  width: auto;
  padding: 0.25rem 1rem;
  gap: 0.625rem;
  align-items: flex-start;
  flex-direction: column;
  list-style-type: none;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item {
  display: flex;
  width: auto;
  padding: 0.5rem 1rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border: 0.5px solid var(--comment-border-color);
  background-color: var(--comment-bg-color);
  color: var(--comment-fg-color);
}
@media screen and (forced-colors: active) {
  .annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty):hover {
    background-color: var(--comment-hover-bg-color);
  }
  .annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty):active {
    background-color: var(--comment-active-bg-color);
  }
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty):hover {
  filter: var(--comment-hover-filter);
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty):active {
  filter: var(--comment-active-filter);
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty):focus-visible {
  outline: 2px solid var(--comment-focus-outline-color);
  outline-offset: 2px;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item--empty .annotation-sidebar-item-text {
  max-height: fit-content;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  user-select: none;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item--empty a {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.9375rem;
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  margin-block-start: 0.9375rem;
  color: var(--link-fg-color);
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item--empty a:focus-visible {
  outline: var(--focus-ring-outline);
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item--empty a:hover {
  color: var(--link-hover-fg-color);
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item .annotation-sidebar-item-text {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.9375rem;
  width: 100%;
  height: fit-content;
  overflow-wrap: break-word;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item .annotation-sidebar-item-text .richText {
  --total-scale-factor: 1.5;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item:not(.annotation-sidebar-item--empty) .annotation-sidebar-item-text {
  max-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item time {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.8125rem;
}
.annotation-sidebar .annotation-sidebar-list-container .annotation-sidebar-list .annotation-sidebar-item time::after {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--comment-edit-button-icon);
  mask-image: var(--comment-edit-button-icon);
  transform: scaleX(var(--dir-factor));
}

#editorCommentsSidebar #cursorCommentToolSidebar::before {
  -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
  mask-image: var(--toolbarButton-zoomIn-icon);
}

#editorBookmarksSidebar #cursorBookmarkToolSidebar::before {
  -webkit-mask-image: var(--toolbarButton-bookmark-icon);
  mask-image: var(--toolbarButton-bookmark-icon);
}

#editorCommentsSidebarList .selected.annotation-sidebar-item--comment:not(.annotation-sidebar-item--empty),
.annotation-sidebar-item--bookmark-current.annotation-sidebar-item--bookmark:not(.annotation-sidebar-item--empty) {
  background-color: var(--comment-hover-bg-color) !important;
  border-color: var(--button-comment-active-bg) !important;
  box-shadow: inset 3px 0 0 var(--comment-button-selected-bg);
}

.annotation-popup {
  --csstools-color-scheme--light: initial;
  color-scheme: light;
  --csstools-light-dark-toggle--97: var(--csstools-color-scheme--light) #3a3944;
  --divider-color: var(--csstools-light-dark-toggle--97, #cfcfd8);
  --csstools-light-dark-toggle--98: var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
  --csstools-light-dark-toggle--99: var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
  --comment-shadow: 0 0.5px 2px 0 var(--csstools-light-dark-toggle--98, rgba(0, 0, 0, 0.05)), 0 0.25rem 1rem 0 var(--csstools-light-dark-toggle--99, rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.75rem;
  gap: 0.75rem;
  z-index: 100001;
  pointer-events: auto;
  margin-top: 0.125rem;
  border: 0.5px solid var(--comment-border-color);
  background: var(--comment-bg-color);
  box-shadow: var(--comment-shadow);
}
@media screen and (forced-colors: active) {
  .annotation-popup {
    --divider-color: CanvasText;
    --comment-shadow: none;
  }
}

@supports (color: light-dark(red, red)) {
  .commentPopup {
    --divider-color: light-dark(#cfcfd8, #3a3944);
  }
}
@supports (color: light-dark(red, red)) and (color: rgba(0, 0, 0, 0)) {
  .commentPopup {
    --comment-shadow: 0 0.5px 2px 0 light-dark(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2)), 0 0.25rem 1rem 0 light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  }
}
@supports not (color: light-dark(tan, tan)) {
  .commentPopup, .bookmarkPopup * {
    --csstools-light-dark-toggle--97: var(--csstools-color-scheme--light) #3a3944;
    --divider-color: var(--csstools-light-dark-toggle--97, #cfcfd8);
    --csstools-light-dark-toggle--98: var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
    --csstools-light-dark-toggle--99: var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
    --comment-shadow: 0 0.5px 2px 0 var(--csstools-light-dark-toggle--98, rgba(0, 0, 0, 0.05)), 0 0.25rem 1rem 0 var(--csstools-light-dark-toggle--99, rgba(0, 0, 0, 0.1));
  }
}
.commentPopup:focus-visible, .bookmarkPopup:focus-visible {
  outline: none;
}
.commentPopup.dragging, .bookmarkPopup.dragging {
  cursor: move !important;
}
.commentPopup.dragging *,
.commentPopup.dragging button, .bookmarkPopup.dragging *,
.bookmarkPopup.dragging button {
  cursor: move !important;
  pointer-events: none !important;
}
.commentPopup:not(.selected) .commentPopupButtons, .commentPopup:not(.selected) .bookmarkPopupButtons, .bookmarkPopup:not(.selected) .commentPopupButtons, .bookmarkPopup:not(.selected) .bookmarkPopupButtons {
  visibility: hidden !important;
}
.commentPopup hr, .bookmarkPopup hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid var(--divider-color);
  margin: 0;
  padding: 0;
}
.commentPopup .commentPopupTop,
.commentPopup .bookmarkPopupTop, .bookmarkPopup .commentPopupTop,
.bookmarkPopup .bookmarkPopupTop {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.commentPopup .commentPopupTop .commentPopupTime,
.commentPopup .commentPopupTop .bookmarkPopupTime,
.commentPopup .bookmarkPopupTop .commentPopupTime,
.commentPopup .bookmarkPopupTop .bookmarkPopupTime, .bookmarkPopup .commentPopupTop .commentPopupTime,
.bookmarkPopup .commentPopupTop .bookmarkPopupTime,
.bookmarkPopup .bookmarkPopupTop .commentPopupTime,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupTime {
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.8125rem;
  color: var(--comment-date-fg-color);
}
.commentPopup .commentPopupTop .commentPopupButtons,
.commentPopup .commentPopupTop .bookmarkPopupButtons,
.commentPopup .bookmarkPopupTop .commentPopupButtons,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons, .bookmarkPopup .commentPopupTop .commentPopupButtons,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  cursor: default;
}
.commentPopup .commentPopupTop .commentPopupButtons > button,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button, .bookmarkPopup .commentPopupTop .commentPopupButtons > button,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border: var(--button-comment-border);
  border-radius: 0.25rem;
  background-color: var(--button-comment-bg);
  color: var(--button-comment-color);
}
.commentPopup .commentPopupTop .commentPopupButtons > button::before,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button::before,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button::before,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button::before, .bookmarkPopup .commentPopupTop .commentPopupButtons > button::before,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button::before,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button::before,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.commentPopup .commentPopupTop .commentPopupButtons > button:hover,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button:hover,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button:hover,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button:hover, .bookmarkPopup .commentPopupTop .commentPopupButtons > button:hover,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button:hover,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button:hover,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button:hover {
  background-color: var(--button-comment-hover-bg);
}
.commentPopup .commentPopupTop .commentPopupButtons > button:hover::before,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button:hover::before,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button:hover::before,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button:hover::before, .bookmarkPopup .commentPopupTop .commentPopupButtons > button:hover::before,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button:hover::before,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button:hover::before,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button:hover::before {
  background-color: var(--button-comment-hover-color);
}
.commentPopup .commentPopupTop .commentPopupButtons > button:active,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button:active,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button:active,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button:active, .bookmarkPopup .commentPopupTop .commentPopupButtons > button:active,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button:active,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button:active,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button:active {
  border: var(--button-comment-active-border);
  background-color: var(--button-comment-active-bg);
  color: var(--button-comment-active-color);
}
.commentPopup .commentPopupTop .commentPopupButtons > button:active::before,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button:active::before,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button:active::before,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button:active::before, .bookmarkPopup .commentPopupTop .commentPopupButtons > button:active::before,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button:active::before,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button:active::before,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button:active::before {
  background-color: var(--button-comment-active-color);
}
.commentPopup .commentPopupTop .commentPopupButtons > button:focus-visible,
.commentPopup .commentPopupTop .bookmarkPopupButtons > button:focus-visible,
.commentPopup .bookmarkPopupTop .commentPopupButtons > button:focus-visible,
.commentPopup .bookmarkPopupTop .bookmarkPopupButtons > button:focus-visible, .bookmarkPopup .commentPopupTop .commentPopupButtons > button:focus-visible,
.bookmarkPopup .commentPopupTop .bookmarkPopupButtons > button:focus-visible,
.bookmarkPopup .bookmarkPopupTop .commentPopupButtons > button:focus-visible,
.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button:focus-visible {
  background-color: var(--button-comment-hover-bg);
  outline: 2px solid var(--comment-focus-outline-color);
  outline-offset: 0;
}
.commentPopup .commentPopupText,
.commentPopup .bookmarkPopupText, .bookmarkPopup .commentPopupText,
.bookmarkPopup .bookmarkPopupText {
  width: 100%;
  height: auto;
  max-height: 15.625rem;
  overflow: auto;
  overflow-wrap: break-word;
  font: menu;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.9375rem;
  color: var(--comment-fg-color);
}

.commentPopupEdit:is(.commentPopup .commentPopupTop .commentPopupButtons > button)::before,
.bookmarkPopupEdit:is(.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button)::before {
  -webkit-mask-image: var(--comment-popup-edit-button-icon);
  mask-image: var(--comment-popup-edit-button-icon);
}

.commentPopupDelete:is(.commentPopup .commentPopupTop .commentPopupButtons > button)::before,
.bookmarkPopupDelete:is(.bookmarkPopup .bookmarkPopupTop .bookmarkPopupButtons > button)::before {
  -webkit-mask-image: var(--comment-popup-delete-button-icon);
  mask-image: var(--comment-popup-delete-button-icon);
}

.commentPopupText,
.bookmarkPopupText,
.annotation-sidebar-item-text .richText {
  margin-block: 0;
}
.commentPopupText p:first-of-type,
.bookmarkPopupText p:first-of-type,
.annotation-sidebar-item-text .richText p:first-of-type {
  margin-block: 0;
}
.commentPopupText > *,
.bookmarkPopupText > *,
.annotation-sidebar-item-text .richText > * {
  white-space: pre-wrap;
  font-size: max(0.9375rem, 0.625rem * var(--total-scale-factor));
  overflow-wrap: break-word;
}
.commentPopupText span,
.bookmarkPopupText span,
.annotation-sidebar-item-text .richText span {
  color: var(--comment-fg-color) !important;
}

.commentPopup,
.commentOverlayPopup,
.fragmentCommentPopup {
  --comment-bg-color: #fff;
  --comment-fg-color: #15141a;
  --comment-date-fg-color: rgba(21, 20, 26, 0.69);
  --comment-border-color: #f0f0f4;
  --button-comment-bg: transparent;
  --button-comment-hover-bg: #fff;
  --button-comment-active-bg: #f0f0f4;
  --button-comment-color: var(--main-color);
  --button-comment-hover-color: var(--main-color);
  --button-comment-active-color: var(--main-color);
  background: #fff !important;
}
.commentPopup:hover,
.commentOverlayPopup:hover,
.fragmentCommentPopup:hover {
  background: #fff !important;
}
.commentPopup .commentPopupText,
.commentPopup .commentPopupText span,
.commentOverlayPopup .commentPopupText,
.commentOverlayPopup .commentPopupText span,
.fragmentCommentPopup .commentPopupText,
.fragmentCommentPopup .commentPopupText span {
  color: #15141a !important;
}
.commentPopup .commentPopupTop .commentPopupButtons > button:hover, .commentPopup .commentPopupTop .commentPopupButtons > button:focus-visible, .commentPopup .commentPopupTop .commentPopupButtons > button:active,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:hover,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:focus-visible,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:active,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:hover,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:focus-visible,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:active {
  background-color: #fff !important;
}
.commentPopup .commentPopupTop .commentPopupButtons > button:hover::before, .commentPopup .commentPopupTop .commentPopupButtons > button:focus-visible::before, .commentPopup .commentPopupTop .commentPopupButtons > button:active::before,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:hover::before,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:focus-visible::before,
.commentOverlayPopup .commentPopupTop .commentPopupButtons > button:active::before,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:hover::before,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:focus-visible::before,
.fragmentCommentPopup .commentPopupTop .commentPopupButtons > button:active::before {
  background-color: var(--button-comment-color);
}

.note-floating-toolbar.editToolbar .selection-tool-button,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon {
  color: #fff;
}
.note-floating-toolbar.editToolbar .selection-tool-button::before,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon::before {
  background-color: #fff !important;
}
.note-floating-toolbar.editToolbar .selection-tool-button:hover, .note-floating-toolbar.editToolbar .selection-tool-button:active, .note-floating-toolbar.editToolbar .selection-tool-button:focus-visible,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:hover,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:active,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:focus-visible {
  color: #fff;
  background-color: transparent !important;
}
.note-floating-toolbar.editToolbar .selection-tool-button:hover::before, .note-floating-toolbar.editToolbar .selection-tool-button:active::before, .note-floating-toolbar.editToolbar .selection-tool-button:focus-visible::before,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:hover::before,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:active::before,
.note-floating-toolbar.editToolbar .overlay-icon.comment-overlay-icon:focus-visible::before {
  background-color: #fff !important;
}

.note-floating-toolbar.selection-tool-toolbar {
  --editor-toolbar-height: 2rem;
  --editor-toolbar-icon-height: 1.25rem;
  --editor-toolbar-bg-color: #041839;
  --editor-toolbar-fg-color: #fff;
  --editor-toolbar-border-color: #041839;
  --editor-toolbar-hover-bg-color: rgb(255 255 255 / 0.12);
  --editor-toolbar-hover-fg-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.25rem;
  min-width: 3.75rem;
  height: 2rem;
  background: #041839;
  box-shadow: 0 1px 2px rgba(4, 24, 57, 0.06), 0 1px 3px rgba(4, 24, 57, 0.1);
  border-radius: 0.5rem;
  z-index: 2;
}
.note-floating-toolbar.selection-tool-toolbar .buttons {
  gap: 0.125rem;
  flex-wrap: nowrap;
}

.selection-tool-button {
  width: var(--editor-toolbar-height);
  height: var(--editor-toolbar-height);
  border: none;
  border-radius: 0.25rem;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.selection-tool-button::before {
  content: "";
  display: block;
  width: var(--editor-toolbar-icon-height);
  height: var(--editor-toolbar-icon-height);
  margin: 0 auto;
  background-color: var(--editor-toolbar-fg-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.selection-tool-button:hover, .selection-tool-button:active, .selection-tool-button:focus-visible {
  background-color: var(--editor-toolbar-hover-bg-color);
}
.selection-tool-button.selection-tool-button--disabled, .selection-tool-button:disabled {
  cursor: default;
  opacity: 0.55;
}
.selection-tool-button.selection-tool-button--disabled:hover, .selection-tool-button:disabled:hover {
  background-color: transparent;
}

.selection-tool-note::before {
  -webkit-mask-image: var(--toolbarButton-editorHighlight-icon);
  mask-image: var(--toolbarButton-editorHighlight-icon);
}

.selection-tool-comment::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
  mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
}

.selection-tool-feedback::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/feedback-icon.454ef6cb1ca0.svg");
  mask-image: url("/static/documents/images/pdfjs/feedback-icon.454ef6cb1ca0.svg");
}

.selection-tool-external-link::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/external-link.f33491f5506a.svg");
  mask-image: url("/static/documents/images/pdfjs/external-link.f33491f5506a.svg");
}

.selection-tool-fragment-link::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/link.340e5709ad5b.svg");
  mask-image: url("/static/documents/images/pdfjs/link.340e5709ad5b.svg");
}

#editorHighlightsSidebar .annotation-sidebar-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#editorHighlightsSidebar .annotation-sidebar-item {
  border-inline-start: 2px solid var(--mayan-highlight-sidebar-color, transparent);
  padding-inline-start: 0.75rem;
}
#editorHighlightsSidebar .annotation-sidebar-item.selected {
  border-inline-start-width: 4px;
  padding-inline-start: 0.625rem;
}
#editorHighlightsSidebar .annotation-sidebar-item.selected .annotation-sidebar-item-text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
#editorHighlightsSidebar .annotation-sidebar-item--loading {
  cursor: default;
  flex-direction: row;
  align-items: center;
  opacity: 0.78;
}
#editorHighlightsSidebar .annotation-sidebar-item--loading .annotation-sidebar-item-text {
  min-height: 1.25em;
}
#editorHighlightsSidebar .annotation-sidebar-item--loading .mayan-highlight-sidebar-loader {
  display: inline-block;
}
#editorHighlightsSidebar .mayan-highlight-sidebar-loader {
  display: none;
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  margin-inline-end: 0.5rem;
  border: 2px solid color-mix(in srgb, var(--main-color) 24%, transparent);
  border-block-start-color: var(--main-color);
  border-radius: 50%;
  animation: mayanHighlightSidebarLoader 0.8s linear infinite;
}
#editorHighlightsSidebar .annotation-sidebar-closebutton::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/comment-closeButton.d7da0d322f49.svg");
  mask-image: url("/static/documents/images/pdfjs/comment-closeButton.d7da0d322f49.svg");
  background-color: var(--button-comment-color, var(--main-color));
}
#editorHighlightsSidebar #editorHighlightColorPicker {
  order: 3;
  flex: 1 1 100%;
  margin-inline-start: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
#editorHighlightsSidebar #editorHighlightColorPicker.hidden {
  display: none;
}
#editorHighlightsSidebar #editorHighlightColorPicker .dropdown {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#editorHighlightsSidebar #editorHighlightColorPicker .dropdown button {
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 0.25rem;
}
#editorHighlightsSidebar #editorHighlightColorPicker .dropdown button > .swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
#editorHighlightsSidebar #editorHighlightColorPicker .dropdown button[aria-selected=true] .swatch {
  outline: 2px solid var(--selected-outline-color);
}
#editorHighlightsSidebar #editorHighlightColorPicker .dropdown button:is(:hover, :active, :focus-visible) .swatch {
  outline: 2px solid var(--hover-outline-color);
}

@keyframes mayanHighlightSidebarLoader {
  to {
    transform: rotate(360deg);
  }
}
.pdfjs-selection-preview-overlay {
  position: absolute;
  pointer-events: none;
  z-index: 50;
  border-radius: 3px;
}

.highlight-warning-toast {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  max-width: min(90%, 40rem);
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  background: black;
  color: white;
  font: menu;
  font-size: 0.8125rem;
  line-height: 1.3;
  z-index: 2147483646;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease-in-out;
}
.highlight-warning-toast.visible {
  opacity: 1;
}

#viewerContainer.custom-notes-highlight-mode .textLayer {
  cursor: default;
}
#viewerContainer.custom-notes-highlight-mode .textLayer span::-moz-selection, #viewerContainer.custom-notes-highlight-mode .textLayer span::selection {
  background: var(--custom-notes-selection-bg, rgba(255, 179, 71, 0.32)) !important;
}
#viewerContainer.custom-notes-highlight-mode .textLayer :is(span, br), #viewerContainer.custom-notes-highlight-mode .textLayer.selecting {
  cursor: var(--editorHighlight-editing-cursor);
}
#viewerContainer.custom-notes-highlight-mode .textLayer .highlight {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#viewerContainer.custom-notes-highlight-mode .canvasWrapper svg.highlight,
#viewerContainer.custom-notes-highlight-mode .canvasWrapper svg.highlightOutline {
  visibility: hidden !important;
  pointer-events: none !important;
}
#viewerContainer.custom-notes-highlight-mode .annotationEditorLayer .highlightEditor .editToolbar {
  display: none !important;
}
#viewerContainer.custom-notes-highlight-mode .pdfjs-persisted-highlight-note {
  cursor: default;
}
#viewerContainer.custom-notes-neutral-mode .textLayer span::-moz-selection {
  background: rgba(117, 117, 117, 0.32) !important;
}
#viewerContainer.custom-notes-neutral-mode .textLayer span::selection {
  background: rgba(117, 117, 117, 0.32) !important;
}
#viewerContainer.custom-notes-default-cursor .textLayer, #viewerContainer.custom-notes-default-cursor .textLayer :is(span, br), #viewerContainer.custom-notes-default-cursor .textLayer.selecting {
  cursor: default !important;
}
#viewerContainer.custom-notes-highlight-only-mode .pdfjs-persisted-highlight-note {
  cursor: pointer;
}
#viewerContainer.commentMode :is(.page, .canvasWrapper, .textLayer),
#viewerContainer.commentMode *,
#viewerContainer.commentMode .textLayer :is(span, br) {
  cursor: copy !important;
}
#viewerContainer.commentMode.commentModeBlocked :is(.page, .canvasWrapper, .textLayer),
#viewerContainer.commentMode.commentModeBlocked *,
#viewerContainer.commentMode.commentModeBlocked .textLayer :is(span, br) {
  cursor: default !important;
}

.pdfjs-persisted-highlight-note {
  box-sizing: border-box;
  border-radius: 0.25rem;
  margin: -1px;
  padding: 1px;
  pointer-events: none;
  touch-action: manipulation;
  z-index: 0;
  background-color: color-mix(in srgb, var(--persisted-note-color) 20%, transparent);
  backdrop-filter: none;
}
.pdfjs-persisted-highlight-note.selected {
  outline: 2px solid var(--selected-outline-color);
  outline-offset: 0;
  background-color: color-mix(in srgb, var(--persisted-note-color) 34%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--selected-outline-color) 72%, transparent);
}

.note-floating-toolbar.editToolbar {
  --editor-toolbar-height: 1.75rem;
  --editor-toolbar-padding: 0.125rem;
  --editor-toolbar-delete-image: url("/static/documents/images/pdfjs/editor-toolbar-delete.b4de8e7f03f8.svg");
  --editor-toolbar-bg-color: #041839;
  --editor-toolbar-fg-color: #fff;
  --editor-toolbar-border-color: #8f8f9d;
  --editor-toolbar-hover-bg-color: #041839;
  --editor-toolbar-hover-fg-color: #fff;
  --editor-toolbar-shadow: 0 2px 0.375rem 0 rgba(58, 57, 68, 0.2);
  display: flex;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
  pointer-events: auto;
  box-sizing: content-box;
  padding: var(--editor-toolbar-padding);
  position: fixed !important;
  inset: unset !important;
  z-index: 2147483646;
  border-radius: 0.375rem;
  background-color: var(--editor-toolbar-bg-color);
  border: 1px solid var(--editor-toolbar-border-color);
  box-shadow: var(--editor-toolbar-shadow);
}
@supports (color: light-dark(red, red)) {
  .note-floating-toolbar.editToolbar {
    --editor-toolbar-bg-color: #041839;
    --editor-toolbar-fg-color: #fff;
    --editor-toolbar-hover-bg-color: #041839;
    --editor-toolbar-hover-fg-color: #fff;
  }
}
.note-floating-toolbar.editToolbar .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: var(--editor-toolbar-height);
  height: auto;
}
.note-floating-toolbar.editToolbar .buttons .divider {
  width: 0;
  height: calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));
  border-left: 1px solid var(--editor-toolbar-border-color);
  border-right: none;
  display: inline-block;
  margin-inline: 0.125rem;
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: var(--editor-toolbar-height);
  height: var(--editor-toolbar-height);
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  background-color: var(--editor-toolbar-fg-color);
  -webkit-mask-image: var(--editor-toolbar-delete-image);
  mask-image: var(--editor-toolbar-delete-image);
  width: 100%;
  height: 100%;
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton:hover {
  border-radius: 0.25rem;
  background-color: var(--editor-toolbar-hover-bg-color);
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton:hover::before {
  background-color: var(--editor-toolbar-hover-fg-color);
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton.mayan-note-add-comment-button::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
  mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton.mayan-note-add-comment-button:disabled {
  cursor: not-allowed;
}
.note-floating-toolbar.editToolbar .buttons .basic.deleteButton.mayan-note-add-comment-button:disabled::before {
  background-color: #8a8f98;
}
.note-floating-toolbar.editToolbar .mayan-note-color-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding-inline: 0.125rem;
  max-width: 15rem;
}
.note-floating-toolbar.editToolbar .mayan-note-swatch {
  width: 1.375rem;
  height: 1.375rem;
  min-width: 1.375rem;
  min-height: 1.375rem;
  border: none;
  border-radius: 0.25rem;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  background-color: var(--mayan-note-swatch);
}
.note-floating-toolbar.editToolbar .mayan-note-swatch.selected {
  outline: 2px solid var(--selected-outline-color);
}

.overlay-icon.comment-overlay-icon.comment-overlay-jump-highlight,
.overlay-icon.bookmark-overlay-icon.bookmark-overlay-jump-highlight {
  animation: annotationOverlayJumpHighlight 800ms ease-out 1;
}

.overlay-icon.comment-overlay-icon, .overlay-icon.bookmark-overlay-icon, .overlay-icon.create-fragment-icon {
  color: var(--editor-toolbar-fg-color, #4f5d74);
}
.overlay-icon.comment-overlay-icon::before, .overlay-icon.bookmark-overlay-icon::before, .overlay-icon.create-fragment-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.overlay-icon {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 4px 4px 24px 0 rgba(6, 31, 120, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 101;
  transition: transform 0.2s;
}
.overlay-icon:hover {
  transform: scale(1.1);
}
.overlay-icon.comment-overlay-icon::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
  mask-image: url("/static/documents/images/pdfjs/comment-editButton.b0322cc5a926.svg");
}
.overlay-icon.bookmark-overlay-icon::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/annotation-pushpin.f73ed297cba6.svg");
  mask-image: url("/static/documents/images/pdfjs/annotation-pushpin.f73ed297cba6.svg");
}
.overlay-icon.create-fragment-icon::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/create-fragmentButton.3b6e49c9438f.svg");
  mask-image: url("/static/documents/images/pdfjs/create-fragmentButton.3b6e49c9438f.svg");
}
.overlay-icon.bookmark-overlay-icon, .overlay-icon.link-edit-overlay-icon {
  left: auto !important;
  right: 0.25rem !important;
}
@media (min-width: 992px) {
  .overlay-icon.comment-overlay-icon:not(.selection-tool-button), .overlay-icon.bookmark-overlay-icon, .overlay-icon.link-edit-overlay-icon {
    right: -3rem !important;
  }
}

@keyframes annotationOverlayJumpHighlight {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --toolbarButton-editorLink-icon: url("/static/documents/images/pdfjs/external-link.f33491f5506a.svg");
  --menuitem-linksView-icon: url("/static/documents/images/pdfjs/annotation-paperclip.95261db8f469.svg");
}

#editorLinkButton::before {
  -webkit-mask-image: var(--toolbarButton-editorLink-icon);
  mask-image: var(--toolbarButton-editorLink-icon);
}

#linksView.treeView .treeItem {
  display: block;
  margin-bottom: 0.5rem;
}
#linksView.treeView .treeItem .linksViewItemHeader {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}
#linksView.treeView .treeItem .linksViewItemHeader > a {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-all;
}
#linksView.treeView .treeItem .linksViewItemToggle {
  width: 1.125rem;
  height: 1.125rem;
  border: 0;
  border-radius: 3px;
  padding: 0;
  background: transparent;
  color: var(--treeitem-color);
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  margin-top: 1px;
}
#linksView.treeView .treeItem .linksViewItemToggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/static/documents/images/pdfjs/pages_viewArrow.833bcc513164.svg");
  mask-image: url("/static/documents/images/pdfjs/pages_viewArrow.833bcc513164.svg");
  transform: rotate(0deg);
  transition: transform 120ms ease-in-out;
}
#linksView.treeView .treeItem.linksViewItemExpanded .linksViewItemToggle::before {
  transform: rotate(180deg);
}
#linksView.treeView .treeItem .linksViewItemDescription {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  color: color-mix(in srgb, var(--treeitem-color) 82%, transparent);
  font: menu;
  font-size: 0.75rem;
  line-height: 1.35;
  word-break: break-word;
}
#linksView.treeView .treeItem .linksViewItemActions {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-top: 1px;
  margin-inline-end: 0.125rem;
}
#linksView.treeView .treeItem .linksViewItemActionButton {
  width: 1.125rem;
  height: 1.125rem;
  border: 0;
  border-radius: 3px;
  padding: 0;
  background: transparent;
  color: var(--treeitem-color);
  cursor: pointer;
  position: relative;
}
#linksView.treeView .treeItem .linksViewItemActionButton:hover {
  background-color: var(--treeitem-bg-color);
  color: var(--treeitem-hover-color);
}
#linksView.treeView .treeItem .linksViewItemActionButton:focus-visible {
  outline: 1px solid var(--treeitem-selected-color);
  outline-offset: 1px;
}
#linksView.treeView .treeItem .linksViewItemActionButton::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
#linksView.treeView .treeItem .linksViewItemActionButton--edit::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/editor-toolbar-edit.65537b446420.svg");
  mask-image: url("/static/documents/images/pdfjs/editor-toolbar-edit.65537b446420.svg");
}
#linksView.treeView .treeItem .linksViewItemActionButton--delete::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/editor-toolbar-delete.b4de8e7f03f8.svg");
  mask-image: url("/static/documents/images/pdfjs/editor-toolbar-delete.b4de8e7f03f8.svg");
}

.selection-tool-external-link::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/fragment-icon.9f12fcd03b61.svg");
  mask-image: url("/static/documents/images/pdfjs/fragment-icon.9f12fcd03b61.svg");
}

.selection-tool-fragment-link::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/externallink.0473d38b6fb8.svg");
  mask-image: url("/static/documents/images/pdfjs/externallink.0473d38b6fb8.svg");
}

.overlay-icon.link-overlay-icon, .overlay-icon.link-edit-overlay-icon {
  color: var(--editor-toolbar-fg-color, #4f5d74);
}
.overlay-icon.link-overlay-icon::before, .overlay-icon.link-edit-overlay-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.overlay-icon.link-overlay-icon::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/annotation-paperclip.95261db8f469.svg");
  mask-image: url("/static/documents/images/pdfjs/annotation-paperclip.95261db8f469.svg");
}
.overlay-icon.link-edit-overlay-icon::before {
  -webkit-mask-image: url("/static/documents/images/pdfjs/editor-toolbar-edit.65537b446420.svg");
  mask-image: url("/static/documents/images/pdfjs/editor-toolbar-edit.65537b446420.svg");
}

.pdfjs-persisted-link-note {
  background: rgba(47, 128, 237, 0.2);
  border-bottom: 1px dotted rgba(47, 128, 237, 0.95);
  border-radius: 1px;
  pointer-events: auto;
  z-index: 52;
}

#viewerContainer.custom-notes-note-mode .pdfjs-persisted-link-note, #viewerContainer.custom-notes-comment-mode .pdfjs-persisted-link-note {
  pointer-events: none !important;
}

.pdfjs-persisted-link-note.link-overlay-jump-highlight {
  animation: linkOverlayJumpHighlight 900ms ease-out 1;
}

@keyframes linkOverlayJumpHighlight {
  0% {
    background: rgba(47, 128, 237, 0.2);
    border-bottom-color: rgba(47, 128, 237, 0.95);
  }
  35% {
    background: rgba(47, 128, 237, 0.45);
    border-bottom-color: rgb(47, 128, 237);
  }
  100% {
    background: rgba(47, 128, 237, 0.2);
    border-bottom-color: rgba(47, 128, 237, 0.95);
  }
}
.document-link-fragment-wizard__document-wrap {
  width: 100%;
  transition: min-height 0.22s ease;
}

.document-link-fragment-wizard__document-content--enter {
  animation: document-link-fragment-wizard-document-fade-in 0.2s ease;
}

@keyframes document-link-fragment-wizard-document-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.document-link-fragment-wizard__params {
  gap: 2rem;
}

.document-link-fragment-wizard__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.document-link-fragment-wizard__field-label {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #041839;
}

.document-link-fragment-wizard__field-input {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.625rem 0.75rem;
  border: 2px solid #F2F3F5;
  border-radius: 0.5rem;
  background: #F2F3F5;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #041839;
}
.document-link-fragment-wizard__field-input::placeholder {
  color: #9BA3B0;
}
.document-link-fragment-wizard__field-input:hover, .document-link-fragment-wizard__field-input:focus {
  border-color: #1D4CC4;
  background: #fff;
  outline: none;
}

.document-link-fragment-wizard__field-clear-button {
  width: 1rem;
  height: 1rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #4f5d74;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.document-link-fragment-wizard__field-clear-button:hover, .document-link-fragment-wizard__field-clear-button:focus {
  color: #041839;
  outline: none;
}

.document-link-fragment-wizard__field-textarea {
  min-height: 6rem;
  resize: vertical;
}

.document-link-fragment-wizard__selected-fragment-label {
  color: #041839;
}

.document-link-fragment-wizard__fragment-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  gap: 0.75rem;
  width: 100%;
  min-height: 4rem;
  height: 4rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.document-link-fragment-wizard__fragment-card--auto, .document-link-fragment-wizard__fragment-card--manual {
  background-color: rgba(37, 99, 235, 0.16);
}

.document-link-fragment-wizard__fragment-card-icon-wrap {
  flex: none;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
}
.document-link-fragment-wizard__fragment-card-icon-wrap--auto, .document-link-fragment-wizard__fragment-card-icon-wrap--manual {
  background: #10349E;
}

.document-link-fragment-wizard__fragment-card-icon {
  flex: none;
  flex-grow: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  -webkit-mask-image: url("/static/documents/images/pdfjs/fragment-icon.9f12fcd03b61.svg");
  mask-image: url("/static/documents/images/pdfjs/fragment-icon.9f12fcd03b61.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.document-link-fragment-wizard__fragment-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-grow: 1;
  gap: 0.25rem;
  min-width: 0;
  padding: 0;
}

.document-link-fragment-wizard__fragment-card-title {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  color: #041839;
}

.document-link-fragment-wizard__fragment-card-doc {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: #4F5D74;
}

.document-link-external-wizard__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.document-link-external-wizard__heading {
  color: #041839;
}

.document-link-external-wizard__form {
  gap: 1.25rem;
}

.document-link-external-wizard__field-textarea {
  min-height: 5rem;
}

.list-fragment-links {
  width: 2.5rem;
  position: relative;
  display: inline-flex;
}

.list-fragment-links-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.list-fragment-links-button--active {
  border-color: #AAB0BC;
}

.list-fragment-links-popover {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  z-index: 1050;
  display: none;
  width: 25rem;
  max-width: calc(100vw - 2rem);
  overflow: hidden;
  padding: 0.5rem 0.5rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 0.9375rem 0 rgba(4, 24, 57, 0.1), 0 0.25rem 0.375rem 0 rgba(4, 24, 57, 0.05);
}
.list-fragment-links-popover--open {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-fragment-links-popover--loading {
  pointer-events: none;
}
.list-fragment-links-popover--course-detail {
  width: 32.5rem;
  padding: 1.25rem 1.75rem;
}
.list-fragment-links-popover__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
}
.list-fragment-links-popover__header-label {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
.list-fragment-links-popover__header-title {
  color: #041839;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.list-fragment-links-popover__header-count {
  color: #8C95A4;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
.list-fragment-links-popover__close {
  display: flex;
  flex: 0 0 1.25rem;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #4F5D74;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
}
.list-fragment-links-popover__close:before {
  content: "×";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.list-fragment-links-popover__close:hover {
  background-color: #F2F3F5;
}
.list-fragment-links-popover__content {
  flex: 1 1 auto;
}
.list-fragment-links-popover__content .list-fragment-links-popover__card-menu-delete {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-fragment-links-popover__message {
  padding: 0.5rem 0;
  color: #7E899A;
  font-size: 0.875rem;
}
.list-fragment-links-popover__message--error {
  color: #CE0E2D;
}
.list-fragment-links-popover__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-fragment-links-popover__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #E1E3E7;
  border-radius: 0.5rem;
}
.list-fragment-links-popover__card-top {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.list-fragment-links-popover__card-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  gap: 0.5rem;
}
.list-fragment-links-popover__card-icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-fragment-links-popover__card-icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #4F5D74;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.list-fragment-links-popover__card-icon--outgoing-link::before {
  -webkit-mask-image: url("/static/appearance/images/popover/fragment-outgoing-link.d80c50bb9e85.svg");
  mask-image: url("/static/appearance/images/popover/fragment-outgoing-link.d80c50bb9e85.svg");
}
.list-fragment-links-popover__card-icon--incoming-link::before {
  -webkit-mask-image: url("/static/appearance/images/popover/fragment-incoming-link.ca434ba2f072.svg");
  mask-image: url("/static/appearance/images/popover/fragment-incoming-link.ca434ba2f072.svg");
}
.list-fragment-links-popover__card-icon--fragment-icon::before {
  -webkit-mask-image: url("/static/appearance/images/popover/fragment-icon.9f12fcd03b61.svg");
  mask-image: url("/static/appearance/images/popover/fragment-icon.9f12fcd03b61.svg");
}
.list-fragment-links-popover__card-icon--question-link::before {
  -webkit-mask-image: url("/static/appearance/images/popover/question_line.e136bea07763.svg");
  mask-image: url("/static/appearance/images/popover/question_line.e136bea07763.svg");
}
.list-fragment-links-popover__card-icon--course-link::before {
  -webkit-mask-image: url("/static/appearance/images/popover/academic_cap_line.9f73307fe78f.svg");
  mask-image: url("/static/appearance/images/popover/academic_cap_line.9f73307fe78f.svg");
}
.list-fragment-links-popover__card-icon--internal-link::before {
  -webkit-mask-image: url("/static/appearance/images/popover/fragment-icon.9f12fcd03b61.svg");
  mask-image: url("/static/appearance/images/popover/fragment-icon.9f12fcd03b61.svg");
}
.list-fragment-links-popover__card-title {
  flex: 1 1 auto;
  margin-bottom: 0;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
.list-fragment-links-popover__card-title-link {
  color: inherit;
  text-decoration: none;
}
.list-fragment-links-popover__card-title-link:hover, .list-fragment-links-popover__card-title-link:focus {
  color: #10349E;
  text-decoration: underline;
}
.list-fragment-links-popover__card-title-link--fragment-jump {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}
.list-fragment-links-popover__card-menu-wrap {
  right: 0;
  position: absolute;
}
.list-fragment-links-popover__card-menu {
  padding: 0;
  border: 0;
  background: transparent;
  color: #4F5D74;
  cursor: pointer;
}
.list-fragment-links-popover__card-menu:hover, .list-fragment-links-popover__card-menu--open {
  background-color: #F2F3F5;
}
.list-fragment-links-popover__card-menu-dropdown {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 10rem;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(4, 24, 57, 0.16);
}
.list-fragment-links-popover__card-menu-dropdown[hidden] {
  display: none !important;
}
.list-fragment-links-popover__card-menu-dropdown--delete-confirm {
  gap: 0.5rem;
  width: 20rem;
  padding: 1rem;
}
.list-fragment-links-popover__card-menu-dropdown--delete-confirm .list-fragment-links-popover__card-menu-delete-submit::before {
  display: none;
}
.list-fragment-links-popover__card-menu-delete-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.list-fragment-links-popover__card-menu-delete-title {
  flex: 1 1 auto;
  min-width: 0;
  color: #041839;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}
.list-fragment-links-popover__card-menu-delete-close {
  display: flex;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #4F5D74;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
}
.list-fragment-links-popover__card-menu-delete-close:before {
  content: "×";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.list-fragment-links-popover__card-menu-delete-close:hover {
  background-color: #F2F3F5;
}
.list-fragment-links-popover__card-menu-delete-body {
  color: #7E899A;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.list-fragment-links-popover__card-menu-delete-actions {
  display: flex;
  gap: 0.5rem;
}
.list-fragment-links-popover__card-menu-delete-cancel, .list-fragment-links-popover__card-menu-delete-submit {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.625rem 0.625rem;
  border: 0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.list-fragment-links-popover__card-menu-delete-cancel:disabled, .list-fragment-links-popover__card-menu-delete-submit:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.list-fragment-links-popover__card-menu-delete-cancel {
  background-color: #F2F3F5;
  color: #041839;
}
.list-fragment-links-popover__card-menu-delete-cancel:hover, .list-fragment-links-popover__card-menu-delete-cancel:focus {
  background-color: #E1E3E7;
  color: #4F5D74;
}
.list-fragment-links-popover__card-menu-delete-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: rgba(206, 14, 45, 0.1);
  color: #CE0E2D;
}
.list-fragment-links-popover__card-menu-delete-submit::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-color: currentColor;
  -webkit-mask-image: url("/static/appearance/images/popover/delete.368547debcda.svg");
  mask-image: url("/static/appearance/images/popover/delete.368547debcda.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
}
.list-fragment-links-popover__card-menu-delete-submit:hover, .list-fragment-links-popover__card-menu-delete-submit:focus {
  background-color: rgba(206, 14, 45, 0.16);
  color: #CE0E2D;
}
.list-fragment-links-popover__card-menu-item {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #041839;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.list-fragment-links-popover__card-menu-item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  color: #4F5D74;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.list-fragment-links-popover__card-menu-item[data-action=details]::before {
  -webkit-mask-image: url("/static/appearance/images/popover/info.651081f0c72e.svg");
  mask-image: url("/static/appearance/images/popover/info.651081f0c72e.svg");
}
.list-fragment-links-popover__card-menu-item[data-action=delete]::before {
  color: #CE0E2D;
  -webkit-mask-image: url("/static/appearance/images/popover/delete.368547debcda.svg");
  mask-image: url("/static/appearance/images/popover/delete.368547debcda.svg");
}
.list-fragment-links-popover__card-menu-item:hover, .list-fragment-links-popover__card-menu-item:focus {
  color: #041839;
  background-color: #F2F3F5;
}
.list-fragment-links-popover__card-menu-item--danger {
  color: #CE0E2D;
}
.list-fragment-links-popover__card-menu-item--danger:hover, .list-fragment-links-popover__card-menu-item--danger:focus {
  color: #CE0E2D;
  background-color: rgba(206, 14, 45, 0.08);
}
.list-fragment-links-popover__card-menu-item:disabled {
  color: #8C95A4;
  pointer-events: none;
}
.list-fragment-links-popover__card-meta {
  color: #8C95A4;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
}
.list-fragment-links-popover__card-meta--status-active {
  color: #16A34A;
}
.list-fragment-links-popover__card-meta--status-inactive {
  color: #D86F00;
}
.list-fragment-links-popover__card-meta--status-pending-delete {
  color: #CE0E2D;
}
.list-fragment-links-popover__card-meta--status-on-control {
  color: #10349E;
}
.list-fragment-links-popover__card-meta--page {
  font-size: 0.75rem;
  font-weight: 500;
  color: #10349E;
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  text-decoration: none;
}
.list-fragment-links-popover__card-meta--page:hover, .list-fragment-links-popover__card-meta--page:focus {
  text-decoration: underline;
}
.list-fragment-links-popover__card-category {
  margin-top: 0.25rem;
  color: #7E899A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  word-break: break-word;
}
.list-fragment-links-popover__card-category-link {
  color: #10349E;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
  word-break: break-word;
}
.list-fragment-links-popover__card-category-link:hover, .list-fragment-links-popover__card-category-link:focus {
  color: #10349E;
}
.list-fragment-links-popover__detail-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-fragment-links-popover__detail-header[hidden] {
  display: none !important;
}
.list-fragment-links-popover__detail-title {
  flex: 1 1 auto;
  min-width: 0;
  color: #041839;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.list-fragment-links-popover__detail-close {
  display: flex;
  flex: 0 0 1.25rem;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #4F5D74;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
}
.list-fragment-links-popover__detail-close:before {
  content: "×";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.list-fragment-links-popover__detail-close:hover {
  background-color: #F2F3F5;
}
.list-fragment-links-popover__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-fragment-links-popover__detail-direction {
  color: #041839;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
}
.list-fragment-links-popover__detail-document {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #E1E3E7;
  border-radius: 0.5rem;
}
.list-fragment-links-popover__detail-link {
  color: #10349E;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
  word-break: break-word;
}
.list-fragment-links-popover__detail-link:hover, .list-fragment-links-popover__detail-link:focus {
  color: #10349E;
}
.list-fragment-links-popover__detail-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.list-fragment-links-popover__detail-table td {
  padding: 0.25rem 0;
  border: 0;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1;
}
.list-fragment-links-popover__detail-table td:first-child {
  width: 45%;
  padding-right: 0.5rem;
  color: #7E899A;
  font-weight: 400;
}
.list-fragment-links-popover__detail-table td:last-child {
  color: #041839;
  font-weight: 500;
  word-break: break-word;
}
.list-fragment-links-popover__course-detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-fragment-links-popover__course-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.list-fragment-links-popover__course-detail-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.list-fragment-links-popover__course-detail-badge::before {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.list-fragment-links-popover__course-detail-badge--type {
  background-color: rgba(37, 99, 235, 0.16);
  color: #10349E;
}
.list-fragment-links-popover__course-detail-badge--status-inactive {
  background-color: rgba(245, 158, 11, 0.16);
  color: #D86F00;
}
.list-fragment-links-popover__course-detail-badge--status-inactive::before {
  content: "";
  -webkit-mask-image: url("/static/appearance/images/popover/clock.93c2fe1d72a5.svg");
  mask-image: url("/static/appearance/images/popover/clock.93c2fe1d72a5.svg");
}
.list-fragment-links-popover__course-detail-badge--status-pending-delete {
  background-color: rgba(140, 149, 164, 0.16);
  color: #4F5D74;
}
.list-fragment-links-popover__course-detail-badge--status-active {
  background-color: rgba(22, 163, 74, 0.16);
  color: #16A34A;
}
.list-fragment-links-popover__course-detail-badge--status-on-control {
  background-color: rgba(16, 52, 158, 0.16);
  color: #10349E;
}
.list-fragment-links-popover__course-detail-badge--scope {
  background-color: rgba(126, 137, 154, 0.16);
  color: #7E899A;
}
.list-fragment-links-popover__course-detail-block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.list-fragment-links-popover__course-detail-block-icon img {
  display: block;
  width: 2rem;
  height: auto;
}
.list-fragment-links-popover__course-detail-block-icon i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.list-fragment-links-popover__course-detail-block-icon--primary i {
  background-color: #10349E;
}
.list-fragment-links-popover__course-detail-block-icon--muted i {
  background-color: #8C95A4;
}
.list-fragment-links-popover__course-detail-block-role {
  color: #8C95A4;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.list-fragment-links-popover__course-detail-block-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
  min-height: 0;
}
.list-fragment-links-popover__course-detail-blocks {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.list-fragment-links-popover__course-detail-blocks-separator {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #10349E, #2455E9);
  color: #fff;
}
.list-fragment-links-popover__course-detail-blocks-separator i {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.list-fragment-links-popover__course-detail-block {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
  min-width: 0;
  height: 12.5rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #F2F3F5;
}
.list-fragment-links-popover__course-detail-block-title {
  color: #041839;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: break-word;
}
.list-fragment-links-popover__course-detail-block-meta {
  font-size: 0.75rem;
  line-height: 1.25;
}
.list-fragment-links-popover__course-detail-block-meta--page {
  color: #8C95A4;
}
.list-fragment-links-popover__course-detail-block-meta--document {
  color: #8C95A4;
}
.list-fragment-links-popover__course-detail-block-meta--link {
  color: #10349E;
}
.list-fragment-links-popover__course-detail-block-meta--link a {
  color: inherit;
  text-decoration: none;
}
.list-fragment-links-popover__course-detail-block-meta--link a:hover, .list-fragment-links-popover__course-detail-block-meta--link a:focus {
  text-decoration: underline;
}
.list-fragment-links-popover__course-detail-block-category {
  font-size: 0.75rem;
  line-height: 1.25;
}
.list-fragment-links-popover__course-detail-block-category-text {
  color: #8C95A4;
  word-break: break-word;
}
.list-fragment-links-popover__course-detail-block-category-link {
  color: #10349E;
  text-decoration: none;
  word-break: break-word;
}
.list-fragment-links-popover__course-detail-block-category-link:hover, .list-fragment-links-popover__course-detail-block-category-link:focus {
  color: #10349E;
  text-decoration: underline;
}
.list-fragment-links-popover__course-detail-footer {
  display: flex;
  gap: 0.5rem;
}
.list-fragment-links-popover__course-detail-footer .list-fragment-links-popover__card-menu-delete-cancel,
.list-fragment-links-popover__course-detail-footer .list-fragment-links-popover__card-menu-delete-submit {
  flex: 1 1 0;
  min-width: 0;
}

.list-fragment-links--overlay {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
}
.list-fragment-links--overlay .list-fragment-links-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #4F5D74;
  cursor: pointer;
  line-height: 1;
}
.list-fragment-links--overlay .list-fragment-links-button .icon.af-link {
  font-size: 1rem;
  line-height: 1;
}
.list-fragment-links--overlay .list-fragment-links-button:hover {
  background-color: #fff;
}
.list-fragment-links--overlay .list-fragment-links-button--active {
  border: none;
  box-shadow: 0 4px 12px 0 rgba(4, 24, 57, 0.16);
}
.list-fragment-links--overlay .list-fragment-links-popover--above {
  top: auto;
  bottom: calc(100% + 0.25rem);
  right: 0;
}

.list-fragment-links-popover--portaled.list-fragment-links-popover--open {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.list-fragment-links-popover--fixed {
  top: auto;
  right: auto;
}

.fragment-overlay {
  overflow: visible;
}

#jstree,
#folder-parent-jstree,
#relation-course-jstree,
#fragment-links-course-jstree,
#fragment-links-document-jstree {
  padding: 1rem 0 1rem 1.25rem;
}
@media (max-width: 767.98px) {
  #jstree,
  #folder-parent-jstree,
  #relation-course-jstree,
  #fragment-links-course-jstree,
  #fragment-links-document-jstree {
    padding: 0.75rem 1rem;
  }
}
#jstree .jstree-open > .jstree-anchor .af-jstree-folder:before,
#jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#folder-parent-jstree .jstree-open > .jstree-anchor .af-jstree-folder:before,
#folder-parent-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#relation-course-jstree .jstree-open > .jstree-anchor .af-jstree-folder:before,
#relation-course-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#fragment-links-course-jstree .jstree-open > .jstree-anchor .af-jstree-folder:before,
#fragment-links-course-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#fragment-links-document-jstree .jstree-open > .jstree-anchor .af-jstree-folder:before,
#fragment-links-document-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before {
  content: "\e92c";
}
#jstree .jstree-ocl,
#folder-parent-jstree .jstree-ocl,
#relation-course-jstree .jstree-ocl,
#fragment-links-course-jstree .jstree-ocl,
#fragment-links-document-jstree .jstree-ocl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 0.25rem;
  height: 2rem;
  background-image: none;
  vertical-align: top;
}
#jstree .jstree-ocl::before,
#folder-parent-jstree .jstree-ocl::before,
#relation-course-jstree .jstree-ocl::before,
#fragment-links-course-jstree .jstree-ocl::before,
#fragment-links-document-jstree .jstree-ocl::before {
  font-family: "af-fontawesome-custom" !important;
  font-style: normal;
  font-size: 1.25rem;
  color: #9BA3B0;
}
#jstree .jstree-leaf > .jstree-ocl,
#folder-parent-jstree .jstree-leaf > .jstree-ocl,
#relation-course-jstree .jstree-leaf > .jstree-ocl,
#fragment-links-course-jstree .jstree-leaf > .jstree-ocl,
#fragment-links-document-jstree .jstree-leaf > .jstree-ocl {
  visibility: hidden;
}
#jstree .jstree-closed > .jstree-ocl,
#jstree .jstree-open > .jstree-ocl,
#jstree .jstree-leaf > .jstree-ocl,
#jstree .jstree-themeicon-custom:empty,
#folder-parent-jstree .jstree-closed > .jstree-ocl,
#folder-parent-jstree .jstree-open > .jstree-ocl,
#folder-parent-jstree .jstree-leaf > .jstree-ocl,
#folder-parent-jstree .jstree-themeicon-custom:empty,
#relation-course-jstree .jstree-closed > .jstree-ocl,
#relation-course-jstree .jstree-open > .jstree-ocl,
#relation-course-jstree .jstree-leaf > .jstree-ocl,
#relation-course-jstree .jstree-themeicon-custom:empty,
#fragment-links-course-jstree .jstree-closed > .jstree-ocl,
#fragment-links-course-jstree .jstree-open > .jstree-ocl,
#fragment-links-course-jstree .jstree-leaf > .jstree-ocl,
#fragment-links-course-jstree .jstree-themeicon-custom:empty,
#fragment-links-document-jstree .jstree-closed > .jstree-ocl,
#fragment-links-document-jstree .jstree-open > .jstree-ocl,
#fragment-links-document-jstree .jstree-leaf > .jstree-ocl,
#fragment-links-document-jstree .jstree-themeicon-custom:empty {
  width: 1.25rem;
}
#jstree .jstree-themeicon-custom,
#folder-parent-jstree .jstree-themeicon-custom,
#relation-course-jstree .jstree-themeicon-custom,
#fragment-links-course-jstree .jstree-themeicon-custom,
#fragment-links-document-jstree .jstree-themeicon-custom {
  margin-right: 0.5rem;
}
#jstree .jstree-closed > .jstree-ocl::before,
#folder-parent-jstree .jstree-closed > .jstree-ocl::before,
#relation-course-jstree .jstree-closed > .jstree-ocl::before,
#fragment-links-course-jstree .jstree-closed > .jstree-ocl::before,
#fragment-links-document-jstree .jstree-closed > .jstree-ocl::before {
  content: "\e90f";
}
#jstree .jstree-open > .jstree-ocl::before,
#folder-parent-jstree .jstree-open > .jstree-ocl::before,
#relation-course-jstree .jstree-open > .jstree-ocl::before,
#fragment-links-course-jstree .jstree-open > .jstree-ocl::before,
#fragment-links-document-jstree .jstree-open > .jstree-ocl::before {
  content: "\e90d";
}
#jstree .jstree-node,
#folder-parent-jstree .jstree-node,
#relation-course-jstree .jstree-node,
#fragment-links-course-jstree .jstree-node,
#fragment-links-document-jstree .jstree-node {
  position: relative;
  margin-left: 0.75rem;
  background-image: none;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
#jstree .jstree-node:has(> .jstree-anchor.jstree-clicked)::before, #jstree .jstree-node:has(> .jstree-anchor.jstree-hovered)::before,
#folder-parent-jstree .jstree-node:has(> .jstree-anchor.jstree-clicked)::before,
#folder-parent-jstree .jstree-node:has(> .jstree-anchor.jstree-hovered)::before,
#relation-course-jstree .jstree-node:has(> .jstree-anchor.jstree-clicked)::before,
#relation-course-jstree .jstree-node:has(> .jstree-anchor.jstree-hovered)::before,
#fragment-links-course-jstree .jstree-node:has(> .jstree-anchor.jstree-clicked)::before,
#fragment-links-course-jstree .jstree-node:has(> .jstree-anchor.jstree-hovered)::before,
#fragment-links-document-jstree .jstree-node:has(> .jstree-anchor.jstree-clicked)::before,
#fragment-links-document-jstree .jstree-node:has(> .jstree-anchor.jstree-hovered)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2rem;
  background-color: #F2F3F5;
  border-radius: 0.25rem;
}
@media (hover: hover) and (pointer: fine) {
  #jstree .jstree-node:has(> .jstree-ocl:hover)::before, #jstree .jstree-node:has(> .jstree-anchor:hover)::before,
  #folder-parent-jstree .jstree-node:has(> .jstree-ocl:hover)::before,
  #folder-parent-jstree .jstree-node:has(> .jstree-anchor:hover)::before,
  #relation-course-jstree .jstree-node:has(> .jstree-ocl:hover)::before,
  #relation-course-jstree .jstree-node:has(> .jstree-anchor:hover)::before,
  #fragment-links-course-jstree .jstree-node:has(> .jstree-ocl:hover)::before,
  #fragment-links-course-jstree .jstree-node:has(> .jstree-anchor:hover)::before,
  #fragment-links-document-jstree .jstree-node:has(> .jstree-ocl:hover)::before,
  #fragment-links-document-jstree .jstree-node:has(> .jstree-anchor:hover)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2rem;
    background-color: #F2F3F5;
    border-radius: 0.25rem;
  }
}
#jstree .jstree-container-ul,
#folder-parent-jstree .jstree-container-ul,
#relation-course-jstree .jstree-container-ul,
#fragment-links-course-jstree .jstree-container-ul,
#fragment-links-document-jstree .jstree-container-ul {
  width: 100%;
}
#jstree .jstree-container-ul > .jstree-node,
#folder-parent-jstree .jstree-container-ul > .jstree-node,
#relation-course-jstree .jstree-container-ul > .jstree-node,
#fragment-links-course-jstree .jstree-container-ul > .jstree-node,
#fragment-links-document-jstree .jstree-container-ul > .jstree-node {
  margin-left: 0;
}
#jstree #folder_all_categories_anchor,
#folder-parent-jstree #folder_all_categories_anchor,
#relation-course-jstree #folder_all_categories_anchor,
#fragment-links-course-jstree #folder_all_categories_anchor,
#fragment-links-document-jstree #folder_all_categories_anchor {
  font-size: 1rem;
  font-weight: 500;
}
#jstree #folder_all_categories_anchor .jstree-themeicon-custom::before,
#folder-parent-jstree #folder_all_categories_anchor .jstree-themeicon-custom::before,
#relation-course-jstree #folder_all_categories_anchor .jstree-themeicon-custom::before,
#fragment-links-course-jstree #folder_all_categories_anchor .jstree-themeicon-custom::before,
#fragment-links-document-jstree #folder_all_categories_anchor .jstree-themeicon-custom::before {
  font-size: 0.875rem;
}
#jstree .jstree-anchor,
#folder-parent-jstree .jstree-anchor,
#relation-course-jstree .jstree-anchor,
#fragment-links-course-jstree .jstree-anchor,
#fragment-links-document-jstree .jstree-anchor {
  display: inline-block;
  height: 2rem;
  width: calc(100% - 1.5rem);
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: calc(2rem + 0.125rem);
  color: #041839;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
#jstree .jstree-anchor .af-jstree-folder:before,
#folder-parent-jstree .jstree-anchor .af-jstree-folder:before,
#relation-course-jstree .jstree-anchor .af-jstree-folder:before,
#fragment-links-course-jstree .jstree-anchor .af-jstree-folder:before,
#fragment-links-document-jstree .jstree-anchor .af-jstree-folder:before {
  color: #9BA3B0;
}
#jstree .jstree-anchor.jstree-clicked,
#folder-parent-jstree .jstree-anchor.jstree-clicked,
#relation-course-jstree .jstree-anchor.jstree-clicked,
#fragment-links-course-jstree .jstree-anchor.jstree-clicked,
#fragment-links-document-jstree .jstree-anchor.jstree-clicked {
  font-weight: 500;
}
#jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#folder-parent-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#relation-course-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#fragment-links-course-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before,
#fragment-links-document-jstree .jstree-anchor.jstree-clicked .af-jstree-folder:before {
  color: #4F5D74;
}
#jstree .jstree-anchor.jstree-clicked, #jstree .jstree-anchor.jstree-hovered,
#folder-parent-jstree .jstree-anchor.jstree-clicked,
#folder-parent-jstree .jstree-anchor.jstree-hovered,
#relation-course-jstree .jstree-anchor.jstree-clicked,
#relation-course-jstree .jstree-anchor.jstree-hovered,
#fragment-links-course-jstree .jstree-anchor.jstree-clicked,
#fragment-links-course-jstree .jstree-anchor.jstree-hovered,
#fragment-links-document-jstree .jstree-anchor.jstree-clicked,
#fragment-links-document-jstree .jstree-anchor.jstree-hovered {
  background-color: transparent;
  border-radius: 0.5rem;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  #jstree .jstree-anchor,
  #folder-parent-jstree .jstree-anchor,
  #relation-course-jstree .jstree-anchor,
  #fragment-links-course-jstree .jstree-anchor,
  #fragment-links-document-jstree .jstree-anchor {
    font-weight: 400;
  }
}
#jstree .jstree-icon,
#folder-parent-jstree .jstree-icon,
#relation-course-jstree .jstree-icon,
#fragment-links-course-jstree .jstree-icon,
#fragment-links-document-jstree .jstree-icon {
  position: relative;
  z-index: 1;
  line-height: 2rem;
}
#jstree .jstree-search,
#folder-parent-jstree .jstree-search,
#relation-course-jstree .jstree-search,
#fragment-links-course-jstree .jstree-search,
#fragment-links-document-jstree .jstree-search {
  text-decoration: underline;
  font-style: normal;
  font-weight: 400;
}
#jstree .jstree-disabled > .jstree-anchor,
#folder-parent-jstree .jstree-disabled > .jstree-anchor,
#relation-course-jstree .jstree-disabled > .jstree-anchor,
#fragment-links-course-jstree .jstree-disabled > .jstree-anchor,
#fragment-links-document-jstree .jstree-disabled > .jstree-anchor {
  color: #9BA3B0;
  cursor: not-allowed;
  opacity: 0.55;
}
#jstree .jstree-disabled > .jstree-anchor.jstree-clicked, #jstree .jstree-disabled > .jstree-anchor.jstree-hovered,
#folder-parent-jstree .jstree-disabled > .jstree-anchor.jstree-clicked,
#folder-parent-jstree .jstree-disabled > .jstree-anchor.jstree-hovered,
#relation-course-jstree .jstree-disabled > .jstree-anchor.jstree-clicked,
#relation-course-jstree .jstree-disabled > .jstree-anchor.jstree-hovered,
#fragment-links-course-jstree .jstree-disabled > .jstree-anchor.jstree-clicked,
#fragment-links-course-jstree .jstree-disabled > .jstree-anchor.jstree-hovered,
#fragment-links-document-jstree .jstree-disabled > .jstree-anchor.jstree-clicked,
#fragment-links-document-jstree .jstree-disabled > .jstree-anchor.jstree-hovered {
  font-weight: 400;
}
#jstree .jstree-disabled > .jstree-anchor .af-jstree-folder:before,
#folder-parent-jstree .jstree-disabled > .jstree-anchor .af-jstree-folder:before,
#relation-course-jstree .jstree-disabled > .jstree-anchor .af-jstree-folder:before,
#fragment-links-course-jstree .jstree-disabled > .jstree-anchor .af-jstree-folder:before,
#fragment-links-document-jstree .jstree-disabled > .jstree-anchor .af-jstree-folder:before {
  color: #AAB0BC;
}

.tree-container {
  padding: 0;
  width: 13.75rem;
}
@media (max-width: 767.98px) {
  .tree-container {
    padding: 0 1.5rem;
    width: 100%;
  }
}
.tree-container.folder-parent-picker-container, .tree-container.fragment-links-course-tree-wrap, .tree-container.fragment-links-document-tree-wrap, .tree-container.mayan-jstree-picker {
  width: 100%;
}
.tree-container.folder-parent-picker-container #folder-parent-jstree,
.tree-container.folder-parent-picker-container #relation-course-jstree,
.tree-container.folder-parent-picker-container #fragment-links-course-jstree,
.tree-container.folder-parent-picker-container #fragment-links-document-jstree, .tree-container.fragment-links-course-tree-wrap #folder-parent-jstree,
.tree-container.fragment-links-course-tree-wrap #relation-course-jstree,
.tree-container.fragment-links-course-tree-wrap #fragment-links-course-jstree,
.tree-container.fragment-links-course-tree-wrap #fragment-links-document-jstree, .tree-container.fragment-links-document-tree-wrap #folder-parent-jstree,
.tree-container.fragment-links-document-tree-wrap #relation-course-jstree,
.tree-container.fragment-links-document-tree-wrap #fragment-links-course-jstree,
.tree-container.fragment-links-document-tree-wrap #fragment-links-document-jstree, .tree-container.mayan-jstree-picker #folder-parent-jstree,
.tree-container.mayan-jstree-picker #relation-course-jstree,
.tree-container.mayan-jstree-picker #fragment-links-course-jstree,
.tree-container.mayan-jstree-picker #fragment-links-document-jstree {
  max-height: 17rem;
  overflow: auto;
}
.tree-container.folder-parent-picker-container .mayan-jstree-picker-loader, .tree-container.fragment-links-course-tree-wrap .mayan-jstree-picker-loader, .tree-container.fragment-links-document-tree-wrap .mayan-jstree-picker-loader, .tree-container.mayan-jstree-picker .mayan-jstree-picker-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 17rem;
  padding: 1rem;
  color: #9BA3B0;
  font-size: 0.875rem;
}
.tree-container.folder-parent-picker-container .mayan-jstree-picker-loader.d-none, .tree-container.fragment-links-course-tree-wrap .mayan-jstree-picker-loader.d-none, .tree-container.fragment-links-document-tree-wrap .mayan-jstree-picker-loader.d-none, .tree-container.mayan-jstree-picker .mayan-jstree-picker-loader.d-none {
  display: none;
}
.tree-container.folder-parent-picker-container .mayan-jstree-picker-loader__icon, .tree-container.fragment-links-course-tree-wrap .mayan-jstree-picker-loader__icon, .tree-container.fragment-links-document-tree-wrap .mayan-jstree-picker-loader__icon, .tree-container.mayan-jstree-picker .mayan-jstree-picker-loader__icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(170, 176, 188, 0.4);
  border-top-color: #9BA3B0;
  border-radius: 50%;
  animation: mayan-jstree-picker-loader-spin 0.8s linear infinite;
  flex-shrink: 0;
}
.tree-container.folder-parent-picker-container .mayan-jstree-picker-loader__label, .tree-container.fragment-links-course-tree-wrap .mayan-jstree-picker-loader__label, .tree-container.fragment-links-document-tree-wrap .mayan-jstree-picker-loader__label, .tree-container.mayan-jstree-picker .mayan-jstree-picker-loader__label {
  line-height: 1.2;
}
.tree-container.folder-parent-picker-container .jstree-checkbox-disabled, .tree-container.fragment-links-course-tree-wrap .jstree-checkbox-disabled, .tree-container.fragment-links-document-tree-wrap .jstree-checkbox-disabled, .tree-container.mayan-jstree-picker .jstree-checkbox-disabled {
  display: none;
}
.tree-container.folder-parent-picker-container .jstree-disabled > .jstree-anchor.jstree-clicked,
.tree-container.folder-parent-picker-container .jstree-disabled > .jstree-anchor.jstree-hovered, .tree-container.fragment-links-course-tree-wrap .jstree-disabled > .jstree-anchor.jstree-clicked,
.tree-container.fragment-links-course-tree-wrap .jstree-disabled > .jstree-anchor.jstree-hovered, .tree-container.fragment-links-document-tree-wrap .jstree-disabled > .jstree-anchor.jstree-clicked,
.tree-container.fragment-links-document-tree-wrap .jstree-disabled > .jstree-anchor.jstree-hovered, .tree-container.mayan-jstree-picker .jstree-disabled > .jstree-anchor.jstree-clicked,
.tree-container.mayan-jstree-picker .jstree-disabled > .jstree-anchor.jstree-hovered {
  font-weight: 400;
  background-color: transparent;
  box-shadow: none;
}
.tree-container .tree-search-container {
  border-bottom: 1px solid #E1E3E7;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 767.98px) {
  .tree-container .tree-search-container {
    padding: 1rem 0;
  }
}
.tree-container .tree-search-form {
  position: relative;
  width: 100%;
}
.tree-container .tree-search-form .form-control {
  padding-left: 2rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.tree-container .tree-search-form .form-control::placeholder {
  color: #8C95A4;
  opacity: 1;
}
.tree-container .tree-search-form .form-control:focus {
  border-color: #1D4CC4;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: none;
  outline: 1px solid #1D4CC4;
}
.tree-container .tree-search-form .tree-search-icon,
.tree-container .tree-search-form .tree-search-clear {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
}
.tree-container .tree-search-form .tree-search-icon {
  color: #8C95A4;
  left: 0.75rem;
  pointer-events: none;
}
.tree-container .tree-search-form .tree-search-clear {
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4F5D74;
}
.tree-container .tree-search-form .tree-search-clear:hover, .tree-container .tree-search-form .tree-search-clear:focus {
  color: #4F5D74;
}

.cabinet-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .cabinet-container {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@keyframes mayan-jstree-picker-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.cabinet-divider {
  width: 1px;
  background-color: #EDEFF2;
  cursor: col-resize;
}
@media (max-width: 767.98px) {
  .cabinet-divider {
    width: 100%;
    height: 1px;
  }
}

/*# sourceMappingURL=main.css.bab37710cebc.map */
