@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=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@font-face {
  font-family: URWLight;
  src: url("../fonts/URWGeometric-Light.woff2") format("woff2");
}
@font-face {
  font-family: URWRegular;
  src: url("../fonts/URWGeometric-Regular.woff2") format("woff2");
}
@font-face {
  font-family: URWMedium;
  src: url("../fonts/URWGeometric-Medium.woff2") format("woff2");
}
@font-face {
  font-family: URWBold;
  src: url("../fonts/URWGeometric-Bold.woff2") format("woff2");
}
@font-face {
  font-family: LTBukraRegular;
  src: url("../fonts/29LTBukra-Regular.woff2") format("woff2");
}
@font-face {
  font-family: LTBukraMedium;
  src: url("../fonts/29LTBukra-Medium.woff2") format("woff2");
}
@font-face {
  font-family: LTBukraBold;
  src: url("../fonts/29LTBukra-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Arslan-Wessam;
  src: url("../fonts/Arslan-Wessam.woff2") format("woff2");
}
:root {
  --bs-blue: #a2ae39;
  --bs-primary2: #2f388c;
  --bs-primary3: #D0D2EE;
  --bs-primarybg: #F0F5F5;
  --bs-accent: #a2ae39;
  --bs-accentLight: #fff2e4;
  --bs-tertiary: #5ADE77;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #FF453A;
  --bs-orange: #fd7e14;
  --bs-yellow: #FBD61A;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #40AFFF;
  --bs-white: #fff;
  --bs-gray: #656565;
  --bs-gray-dark: #343a40;
  --bs-primary: #a2ae39;
  --bs-primary2: #2f388c;
  --bs-primary3: #D0D2EE;
  --bs-accent: #a2ae39;
  --bs-accentLight: #fff2e4;
  --bs-secondary: #656565;
  --bs-success: #198754;
  --bs-tertiary: #5ADE77;
  --bs-info: #40AFFF;
  --bs-warning: #FBD61A;
  --bs-danger: #FF453A;
  --bs-light: #f8f9fa;
  --bs-dark: #1D1D1F;
  --bs-dark2: #656565;
  --bs-rounded: 0.5rem;
  --bs-rounded-sm: 0.325rem;
  --bs-rounded-lg: 1rem;
  --bs-rounded-pill: 50rem;
  --bs-font-sans-serif: URWRegular, LTBukraRegular, sans-serif, system-ui, -apple-system;
  --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: 1rem;
  font-weight: var(--bs-font-sans-serif);
  line-height: 1.5;
  color: #1D1D1F;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

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

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

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

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

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 500;
}

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-right: 2rem;
}

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

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

dt {
  font-weight: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
}

dd {
  margin-bottom: 0.5rem;
  margin-right: 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.625em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #a2ae39;
  text-decoration: underline;
}
a:hover {
  color: #cc5600;
}

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 ;
  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: #1D1D1F;
  border-radius: 0.325rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #656565;
  text-align: right;
}

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: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: right;
}

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-left: 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: #656565;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-right: 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: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-11,
.gx-11 {
  --bs-gutter-x: 2.75rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 2.75rem;
}

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

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

@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-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-sm-11 {
    margin-right: 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: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3rem;
  }
}
@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-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-md-11 {
    margin-right: 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: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3rem;
  }
}
@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-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-lg-11 {
    margin-right: 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: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3rem;
  }
}
@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-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xl-11 {
    margin-right: 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: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3rem;
  }
}
@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-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-right: 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: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #1D1D1F;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #1D1D1F;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #1D1D1F;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #1D1D1F;
  vertical-align: top;
  border-color: #CDCDCD;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  border-top-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: #CDCDCD;
}

.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: #cccfec;
  --bs-table-striped-bg: #c2c5e0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8bad4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbfda;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8bad4;
}

.table-secondary {
  --bs-table-bg: #e0e0e0;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacaca;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #d9efff;
  --bs-table-striped-bg: #cee3f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3d7e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9ddec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c3d7e6;
}

.table-warning {
  --bs-table-bg: #fef7d1;
  --bs-table-striped-bg: #f1ebc7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5debc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe4c1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5debc;
}

.table-danger {
  --bs-table-bg: #ffdad8;
  --bs-table-striped-bg: #f2cfcd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c4c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eccac8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6c4c2;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #1D1D1F;
  --bs-table-striped-bg: #28282a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #343435;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2e2e30;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #343435;
}

.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;
  font-weight: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system;
  line-height: 1.5;
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: var(--bs-font-sans-serif);
  line-height: 1.5;
  color: #a2ae39;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:hover {
  border-color: #a2ae39;
}
.form-control:focus {
  color: #a2ae39;
  background-color: #fff;
  border-color: #a2ae39;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #909295;
  opacity: 1;
}
.form-control:disabled, .form-control.disabled, .form-control[readonly] {
  background-color: #e9ecef;
  border-color: #ced4da;
  opacity: 1;
}
.form-control:disabled:hover, .form-control.disabled:hover, .form-control[readonly]:hover {
  border-color: #ced4da;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #a2ae39;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #a2ae39;
  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;
}
@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: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.325rem;
}
.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(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: var(--bs-font-sans-serif);
  line-height: 1.5;
  color: #a2ae39;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a2ae39;
  outline: 0;
}
.form-select:hover {
  border-color: #a2ae39;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-left: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
  border-color: #ced4da;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #a2ae39;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 2rem;
  background-position: left 0.5rem center;
  border-radius: 0.325rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  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: #a2ae39;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #a2ae39;
  border-color: #a2ae39;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #a2ae39;
  border-color: #a2ae39;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check.custom-form-check {
  padding-right: 0;
}
.form-check.custom-form-check .form-check-label {
  padding: 0.75rem 1rem 0.75rem 19px;
  border-radius: 10px;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 15, 159, 0.1);
}
.form-check.custom-form-check .form-check-input {
  display: none;
}
.form-check.custom-form-check .form-check-input:checked + .form-check-label {
  border-color: #a2ae39;
  position: relative;
}
.form-check.custom-form-check .form-check-input:checked + .form-check-label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath id='check' d='M10.82,13.82,8.86,11.86a.628.628,0,0,0-.88,0,.643.643,0,0,0-.2.47.611.611,0,0,0,.18.45l2.44,2.44a.631.631,0,0,0,.84,0l4.8-4.8a.6.6,0,0,0,.18-.44.632.632,0,0,0-.2-.46.611.611,0,0,0-.45-.18.643.643,0,0,0-.47.2ZM12,20a8.114,8.114,0,0,1-3.16-.61,7.743,7.743,0,0,1-4.23-4.23A8.114,8.114,0,0,1,4,12a8.062,8.062,0,0,1,.61-3.14A7.808,7.808,0,0,1,6.3,6.32,7.976,7.976,0,0,1,12,4a7.936,7.936,0,0,1,8,8,7.976,7.976,0,0,1-2.32,5.7,7.808,7.808,0,0,1-2.54,1.69A8.062,8.062,0,0,1,12,20Z' transform='translate(-4 -4)' fill='%23a2ae39'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.form-switch {
  padding-right: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-right: -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: right 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='%23ff6b00'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: left 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-left: 1rem;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #a2ae39;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b7e2;
}
.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: #a2ae39;
  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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b7e2;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 100% 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 1rem;
}
.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;
  border-radius: 0.325rem;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: var(--bs-font-sans-serif);
  line-height: 1.5;
  color: #a2ae39;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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.325rem;
}

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

.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-left-radius: 0;
  border-bottom-left-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-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.flex-row-reverse:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.flex-row-reverse:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.input-group.flex-row-reverse.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.flex-row-reverse.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.input-group.flex-row-reverse > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.flex-row-reverse .form-control.is-invalid {
  padding-left: 1rem;
  padding-right: calc(1.5em + 1rem);
  background-position: right calc(0.375em + 0.5rem) center;
}

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

.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: #fff;
  background-color: rgba(25, 135, 84, 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: #198754;
  padding-left: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: left calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0d462c;
  box-shadow: none;
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.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-left: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: left 1rem center, center left 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 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: #FF453A;
}

.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: #000;
  background-color: rgba(255, 69, 58, 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: #FF453A;
  padding-left: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF453A'%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='%23FF453A' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed0d00;
  box-shadow: none;
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #FF453A;
}
.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-left: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF453A'%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='%23FF453A' stroke='none'/%3e%3c/svg%3e");
  background-position: left 1rem center, center left 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #FF453A;
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #FF453A;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #FF453A;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 69, 58, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF453A;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 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: var(--bs-font-sans-serif);
  line-height: 1.5;
  color: #a2ae39;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 107, 0, 0.05);
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 10px;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #a2ae39;
  background-color: #ffffff;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  color: #a2ae39;
  box-shadow: none;
  background-color: #ffffff;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #a2ae39;
  border-color: #a2ae39;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000c7f;
  border-color: #000c7f;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #000c7f;
  border-color: #000c7f;
}
.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: #000a67;
  border-color: #000a67;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #a2ae39;
  border-color: #a2ae39;
}

.btn-primary2 {
  color: #fff;
  background-color: #2f388c;
  border-color: #2f388c;
}
.btn-primary2:hover {
  color: #fff;
  background-color: #262d70;
  border-color: #262d70;
}
.btn-check:focus + .btn-primary2, .btn-primary2:focus {
  color: #fff;
  background-color: #262d70;
  border-color: #262d70;
}
.btn-check:checked + .btn-primary2, .btn-check:active + .btn-primary2, .btn-primary2:active, .btn-primary2.active, .show > .btn-primary2.dropdown-toggle {
  color: #fff;
  background-color: #1f245b;
  border-color: #1f245b;
}
.btn-primary2:disabled, .btn-primary2.disabled {
  color: #fff;
  background-color: #2f388c;
  border-color: #2f388c;
}

.btn-primary3 {
  color: #000;
  background-color: #D0D2EE;
  border-color: #D0D2EE;
}
.btn-primary3:hover {
  color: #000;
  background-color: #d9dbf1;
  border-color: #d9dbf1;
}
.btn-check:focus + .btn-primary3, .btn-primary3:focus {
  color: #000;
  background-color: #d9dbf1;
  border-color: #d9dbf1;
}
.btn-check:checked + .btn-primary3, .btn-check:active + .btn-primary3, .btn-primary3:active, .btn-primary3.active, .show > .btn-primary3.dropdown-toggle {
  color: #000;
  background-color: #e0e2f4;
  border-color: #e0e2f4;
}
.btn-primary3:disabled, .btn-primary3.disabled {
  color: #000;
  background-color: #D0D2EE;
  border-color: #D0D2EE;
}

.btn-accent {
  color: #000;
  background-color: #a2ae39;
  border-color: #a2ae39;
}
.btn-accent:hover {
  color: #000;
  background-color: #ff8933;
  border-color: #ff8933;
}
.btn-check:focus + .btn-accent, .btn-accent:focus {
  color: #000;
  background-color: #ff8933;
  border-color: #ff8933;
}
.btn-check:checked + .btn-accent, .btn-check:active + .btn-accent, .btn-accent:active, .btn-accent.active, .show > .btn-accent.dropdown-toggle {
  color: #000;
  background-color: #ff9f59;
  border-color: #ff9f59;
}
.btn-accent:disabled, .btn-accent.disabled {
  color: #000;
  background-color: #a2ae39;
  border-color: #a2ae39;
}

.btn-accentLight {
  color: #000;
  background-color: #fff2e4;
  border-color: #fff2e4;
}
.btn-accentLight:hover {
  color: #000;
  background-color: #fff5e9;
  border-color: #fff5e9;
}
.btn-check:focus + .btn-accentLight, .btn-accentLight:focus {
  color: #000;
  background-color: #fff5e9;
  border-color: #fff5e9;
}
.btn-check:checked + .btn-accentLight, .btn-check:active + .btn-accentLight, .btn-accentLight:active, .btn-accentLight.active, .show > .btn-accentLight.dropdown-toggle {
  color: #000;
  background-color: #fff7ed;
  border-color: #fff7ed;
}
.btn-accentLight:disabled, .btn-accentLight.disabled {
  color: #000;
  background-color: #fff2e4;
  border-color: #fff2e4;
}

.btn-secondary {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #146c43;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #146c43;
  border-color: #146c43;
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #105837;
  border-color: #105837;
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-tertiary {
  color: #000;
  background-color: #5ADE77;
  border-color: #5ADE77;
}
.btn-tertiary:hover {
  color: #000;
  background-color: #7be592;
  border-color: #7be592;
}
.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
  color: #000;
  background-color: #7be592;
  border-color: #7be592;
}
.btn-check:checked + .btn-tertiary, .btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active, .show > .btn-tertiary.dropdown-toggle {
  color: #000;
  background-color: #94eaa7;
  border-color: #94eaa7;
}
.btn-tertiary:disabled, .btn-tertiary.disabled {
  color: #000;
  background-color: #5ADE77;
  border-color: #5ADE77;
}

.btn-info {
  color: #000;
  background-color: #40AFFF;
  border-color: #40AFFF;
}
.btn-info:hover {
  color: #000;
  background-color: #66bfff;
  border-color: #66bfff;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #66bfff;
  border-color: #66bfff;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #83cbff;
  border-color: #83cbff;
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #40AFFF;
  border-color: #40AFFF;
}

.btn-warning {
  color: #000;
  background-color: #FBD61A;
  border-color: #FBD61A;
}
.btn-warning:hover {
  color: #000;
  background-color: #fcde48;
  border-color: #fcde48;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #fcde48;
  border-color: #fcde48;
}
.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: #fce46a;
  border-color: #fce46a;
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FBD61A;
  border-color: #FBD61A;
}

.btn-danger {
  color: #000;
  background-color: #FF453A;
  border-color: #FF453A;
}
.btn-danger:hover {
  color: #000;
  background-color: #ff6a61;
  border-color: #ff6a61;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #ff6a61;
  border-color: #ff6a61;
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #ff867f;
  border-color: #ff867f;
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #FF453A;
  border-color: #FF453A;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.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: #fafbfc;
  border-color: #fafbfc;
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #1D1D1F;
  border-color: #1D1D1F;
}
.btn-dark:hover {
  color: #fff;
  background-color: #171719;
  border-color: #171719;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #171719;
  border-color: #171719;
}
.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: #131314;
  border-color: #131314;
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #1D1D1F;
  border-color: #1D1D1F;
}

.btn-dark2 {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-dark2:hover {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn-check:focus + .btn-dark2, .btn-dark2:focus {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn-check:checked + .btn-dark2, .btn-check:active + .btn-dark2, .btn-dark2:active, .btn-dark2.active, .show > .btn-dark2.dropdown-toggle {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.btn-dark2:disabled, .btn-dark2.disabled {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}

.btn-outline-primary {
  color: #a2ae39;
  border-color: #a2ae39;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #000320;
  background-color: white;
  border-color: #a2ae39;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: black;
  background-color: #ecedff;
}
.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 {
  background-color: #ecedff;
  border-color: #a2ae39;
}
.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 {
  background-color: #ecedff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #a2ae39;
  background-color: transparent;
}

.btn-outline-primary2 {
  color: #2f388c;
  border-color: #2f388c;
  background-color: transparent;
}
.btn-outline-primary2:hover {
  color: #0f122d;
  background-color: white;
  border-color: #2f388c;
}
.btn-check:focus + .btn-outline-primary2, .btn-outline-primary2:focus {
  color: black;
  background-color: white;
}
.btn-check:checked + .btn-outline-primary2, .btn-check:active + .btn-outline-primary2, .btn-outline-primary2:active, .btn-outline-primary2.active, .btn-outline-primary2.dropdown-toggle.show {
  background-color: white;
  border-color: #2f388c;
}
.btn-check:checked + .btn-outline-primary2:focus, .btn-check:active + .btn-outline-primary2:focus, .btn-outline-primary2:active:focus, .btn-outline-primary2.active:focus, .btn-outline-primary2.dropdown-toggle.show:focus {
  background-color: white;
}
.btn-outline-primary2:disabled, .btn-outline-primary2.disabled {
  color: #2f388c;
  background-color: transparent;
}

.btn-outline-primary3 {
  color: #D0D2EE;
  border-color: #D0D2EE;
  background-color: transparent;
}
.btn-outline-primary3:hover {
  color: #7278cc;
  background-color: white;
  border-color: #D0D2EE;
}
.btn-check:focus + .btn-outline-primary3, .btn-outline-primary3:focus {
  color: #1e2254;
  background-color: white;
}
.btn-check:checked + .btn-outline-primary3, .btn-check:active + .btn-outline-primary3, .btn-outline-primary3:active, .btn-outline-primary3.active, .btn-outline-primary3.dropdown-toggle.show {
  background-color: white;
  border-color: #D0D2EE;
}
.btn-check:checked + .btn-outline-primary3:focus, .btn-check:active + .btn-outline-primary3:focus, .btn-outline-primary3:active:focus, .btn-outline-primary3.active:focus, .btn-outline-primary3.dropdown-toggle.show:focus {
  background-color: white;
}
.btn-outline-primary3:disabled, .btn-outline-primary3.disabled {
  color: #D0D2EE;
  background-color: transparent;
}

.btn-outline-accent {
  color: #a2ae39;
  border-color: #a2ae39;
  background-color: transparent;
}
.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  color: #a2ae39;
  background-color: transparent;
}

.btn-outline-accentLight {
  color: #fff2e4;
  border-color: #fff2e4;
  background-color: transparent;
}
.btn-outline-accentLight:hover {
  color: #ffb565;
  background-color: white;
  border-color: #fff2e4;
}
.btn-check:focus + .btn-outline-accentLight, .btn-outline-accentLight:focus {
  color: #984f00;
  background-color: white;
}
.btn-check:checked + .btn-outline-accentLight, .btn-check:active + .btn-outline-accentLight, .btn-outline-accentLight:active, .btn-outline-accentLight.active, .btn-outline-accentLight.dropdown-toggle.show {
  background-color: white;
  border-color: #fff2e4;
}
.btn-check:checked + .btn-outline-accentLight:focus, .btn-check:active + .btn-outline-accentLight:focus, .btn-outline-accentLight:active:focus, .btn-outline-accentLight.active:focus, .btn-outline-accentLight.dropdown-toggle.show:focus {
  background-color: white;
}
.btn-outline-accentLight:disabled, .btn-outline-accentLight.disabled {
  color: #fff2e4;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #656565;
  border-color: #656565;
  background-color: transparent;
}
.btn-outline-secondary:hover {
  color: #252525;
  background-color: white;
  border-color: #656565;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  color: black;
  background-color: white;
}
.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 {
  background-color: white;
  border-color: #656565;
}
.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 {
  background-color: white;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #656565;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
  background-color: transparent;
}
.btn-outline-success:hover {
  color: #051b11;
  background-color: #effcf6;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  color: #010604;
  background-color: #c4f4de;
}
.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 {
  background-color: #59e0a1;
  border-color: #198754;
}
.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 {
  background-color: #c4f4de;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-tertiary {
  color: #5ADE77;
  border-color: #5ADE77;
  background-color: transparent;
}
.btn-outline-tertiary:hover {
  color: #1f9a3a;
  background-color: white;
  border-color: #5ADE77;
}
.btn-check:focus + .btn-outline-tertiary, .btn-outline-tertiary:focus {
  color: black;
  background-color: white;
}
.btn-check:checked + .btn-outline-tertiary, .btn-check:active + .btn-outline-tertiary, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.dropdown-toggle.show {
  background-color: white;
  border-color: #5ADE77;
}
.btn-check:checked + .btn-outline-tertiary:focus, .btn-check:active + .btn-outline-tertiary:focus, .btn-outline-tertiary:active:focus, .btn-outline-tertiary.active:focus, .btn-outline-tertiary.dropdown-toggle.show:focus {
  background-color: white;
}
.btn-outline-tertiary:disabled, .btn-outline-tertiary.disabled {
  color: #5ADE77;
  background-color: transparent;
}

.btn-outline-info {
  color: #40AFFF;
  border-color: #40AFFF;
  background-color: transparent;
}
.btn-outline-info:hover {
  color: #006fc0;
  background-color: #f3faff;
  border-color: #40AFFF;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  color: #0060a6;
  background-color: #e3f3ff;
}
.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 {
  background-color: #d9efff;
  border-color: #40AFFF;
}
.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 {
  background-color: #e3f3ff;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #40AFFF;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FBD61A;
  border-color: #FBD61A;
  background-color: transparent;
}
.btn-outline-warning:hover {
  color: #937b03;
  background-color: white;
  border-color: #FBD61A;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  color: black;
  background-color: white;
}
.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 {
  background-color: white;
  border-color: #FBD61A;
}
.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 {
  background-color: white;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FBD61A;
  background-color: transparent;
}

.btn-outline-danger {
  color: #FF453A;
  border-color: #FF453A;
  background-color: transparent;
}
.btn-outline-danger:hover {
  color: #ed0d00;
  background-color: white;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  color: #540500;
  background-color: #ffeeed;
}
.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 {
  background-color: #ffeeed;
  border-color: #FF453A;
}
.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 {
  background-color: #ffeeed;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #FF453A;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:hover {
  color: #aeb9c5;
  background-color: white;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  color: #455361;
  background-color: white;
}
.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 {
  background-color: white;
  border-color: #f8f9fa;
}
.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 {
  background-color: white;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #1D1D1F;
  border-color: #1D1D1F;
  background-color: transparent;
}
.btn-outline-dark:hover {
  color: black;
  background-color: #dcdcde;
  border-color: #1D1D1F;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  color: black;
  background-color: #c2c2c6;
}
.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 {
  background-color: #c2c2c6;
  border-color: #1D1D1F;
}
.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 {
  background-color: #c2c2c6;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #1D1D1F;
  background-color: transparent;
}

.btn-outline-dark2 {
  color: #656565;
  border-color: #656565;
  background-color: transparent;
}
.btn-outline-dark2:hover {
  color: #252525;
  background-color: white;
  border-color: #656565;
}
.btn-check:focus + .btn-outline-dark2, .btn-outline-dark2:focus {
  color: black;
  background-color: white;
}
.btn-check:checked + .btn-outline-dark2, .btn-check:active + .btn-outline-dark2, .btn-outline-dark2:active, .btn-outline-dark2.active, .btn-outline-dark2.dropdown-toggle.show {
  background-color: white;
  border-color: #656565;
}
.btn-check:checked + .btn-outline-dark2:focus, .btn-check:active + .btn-outline-dark2:focus, .btn-outline-dark2:active:focus, .btn-outline-dark2.active:focus, .btn-outline-dark2.dropdown-toggle.show:focus {
  background-color: white;
}
.btn-outline-dark2:disabled, .btn-outline-dark2.disabled {
  color: #656565;
  background-color: transparent;
}

.btn-link {
  font-weight: var(--bs-font-sans-serif);
  color: #a2ae39;
  text-decoration: underline;
}
.btn-link:hover {
  color: #cc5600;
}
.btn-link:disabled, .btn-link.disabled {
  color: #656565;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 14px;
}

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

.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-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #1D1D1F;
  text-align: right;
  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%;
  right: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: 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-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-right: 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.25rem 1rem;
  clear: both;
  font-weight: var(--bs-font-sans-serif);
  color: #1D1D1F;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1a1a1c;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a2ae39;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #a2ae39;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.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: #adb5bd;
}

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

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

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

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 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-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav::-webkit-scrollbar {
  display: none;
}

.nav-link {
  display: block;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  color: #fff;
  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: #fff;
}
.nav-link.disabled {
  color: #656565;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  background-color: #2f388c;
  padding: 1rem 1rem 0 1rem;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease-in-out;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.nav-tabs .nav-link:hover {
  transform: translateY(-2px);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  isolation: isolate;
}
.nav-tabs .nav-link:focus {
  transform: translateY(0);
}
.nav-tabs .nav-link.disabled {
  color: #656565;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8f9fb;
  border-color: #fff #fff #f8f9fb;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-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: #a2ae39;
}

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  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;
}

.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-left: 0.5rem;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0.5rem;
    padding-right: 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-left: 0.5rem;
  padding-right: 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: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: calc(0.5rem - 1px);
  border-top-left-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(0.5rem - 1px);
  border-bottom-right-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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-right-radius: calc(0.5rem - 1px);
  border-top-left-radius: calc(0.5rem - 1px);
}

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

.card-group > .card {
  margin-bottom: 0.5rem;
}
@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-right: 0;
    border-right: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #1D1D1F;
  text-align: right;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #000e8f;
  background-color: #e6e7f5;
  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='%23000e8f'%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-right: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231D1D1F'%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: #a2ae39;
  outline: 0;
  box-shadow: none;
}

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

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

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-right: 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-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #656565;
  content:  var(--bs-breadcrumb-divider, "/") ;
}
.breadcrumb-item.active {
  color: #656565;
}

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

.page-link {
  position: relative;
  display: block;
  color: #a2ae39;
  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: #cc5600;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #cc5600;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-right: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #a2ae39;
  border-color: #a2ae39;
}
.page-item.disabled .page-link {
  color: #656565;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.page-item:first-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-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-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-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-right-radius: 0.325rem;
  border-bottom-right-radius: 0.325rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.325rem;
  border-bottom-left-radius: 0.325rem;
}

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
}

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

.alert-primary {
  color: #00095f;
  background-color: #cccfec;
  border-color: #b3b7e2;
}
.alert-primary .alert-link {
  color: #00074c;
}

.alert-primary2 {
  color: #1c2254;
  background-color: #d5d7e8;
  border-color: #c1c3dd;
}
.alert-primary2 .alert-link {
  color: #161b43;
}

.alert-primary3 {
  color: #53545f;
  background-color: #f6f6fc;
  border-color: #f1f2fa;
}
.alert-primary3 .alert-link {
  color: #42434c;
}

.alert-accent {
  color: #994000;
  background-color: #ffe1cc;
  border-color: #ffd3b3;
}
.alert-accent .alert-link {
  color: #7a3300;
}

.alert-accentLight {
  color: #66615b;
  background-color: #fffcfa;
  border-color: #fffbf7;
}
.alert-accentLight .alert-link {
  color: #524e49;
}

.alert-secondary {
  color: #3d3d3d;
  background-color: #e0e0e0;
  border-color: #d1d1d1;
}
.alert-secondary .alert-link {
  color: #313131;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-tertiary {
  color: #245930;
  background-color: #def8e4;
  border-color: #cef5d6;
}
.alert-tertiary .alert-link {
  color: #1d4726;
}

.alert-info {
  color: #266999;
  background-color: #d9efff;
  border-color: #c6e7ff;
}
.alert-info .alert-link {
  color: #1e547a;
}

.alert-warning {
  color: #64560a;
  background-color: #fef7d1;
  border-color: #fef3ba;
}
.alert-warning .alert-link {
  color: #504508;
}

.alert-danger {
  color: #992923;
  background-color: #ffdad8;
  border-color: #ffc7c4;
}
.alert-danger .alert-link {
  color: #7a211c;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #111113;
  background-color: #d2d2d2;
  border-color: #bbbbbc;
}
.alert-dark .alert-link {
  color: #0e0e0f;
}

.alert-dark2 {
  color: #3d3d3d;
  background-color: #e0e0e0;
  border-color: #d1d1d1;
}
.alert-dark2 .alert-link {
  color: #313131;
}

@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: #a2ae39;
  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-right: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #1D1D1F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #656565;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #a2ae39;
  border-color: #a2ae39;
}
.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-right-radius: 0.5rem;
  border-top-left-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-right-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-right-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-right-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-right-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-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: #00095f;
  background-color: #cccfec;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00095f;
  background-color: #b8bad4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00095f;
  border-color: #00095f;
}

.list-group-item-primary2 {
  color: #1c2254;
  background-color: #d5d7e8;
}
.list-group-item-primary2.list-group-item-action:hover, .list-group-item-primary2.list-group-item-action:focus {
  color: #1c2254;
  background-color: #c0c2d1;
}
.list-group-item-primary2.list-group-item-action.active {
  color: #fff;
  background-color: #1c2254;
  border-color: #1c2254;
}

.list-group-item-primary3 {
  color: #53545f;
  background-color: #f6f6fc;
}
.list-group-item-primary3.list-group-item-action:hover, .list-group-item-primary3.list-group-item-action:focus {
  color: #53545f;
  background-color: #dddde3;
}
.list-group-item-primary3.list-group-item-action.active {
  color: #fff;
  background-color: #53545f;
  border-color: #53545f;
}

.list-group-item-accent {
  color: #994000;
  background-color: #ffe1cc;
}
.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
  color: #994000;
  background-color: #e6cbb8;
}
.list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #994000;
  border-color: #994000;
}

.list-group-item-accentLight {
  color: #66615b;
  background-color: #fffcfa;
}
.list-group-item-accentLight.list-group-item-action:hover, .list-group-item-accentLight.list-group-item-action:focus {
  color: #66615b;
  background-color: #e6e3e1;
}
.list-group-item-accentLight.list-group-item-action.active {
  color: #fff;
  background-color: #66615b;
  border-color: #66615b;
}

.list-group-item-secondary {
  color: #3d3d3d;
  background-color: #e0e0e0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cacaca;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-tertiary {
  color: #245930;
  background-color: #def8e4;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #245930;
  background-color: #c8dfcd;
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #245930;
  border-color: #245930;
}

.list-group-item-info {
  color: #266999;
  background-color: #d9efff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #266999;
  background-color: #c3d7e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #266999;
  border-color: #266999;
}

.list-group-item-warning {
  color: #64560a;
  background-color: #fef7d1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #64560a;
  background-color: #e5debc;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #64560a;
  border-color: #64560a;
}

.list-group-item-danger {
  color: #992923;
  background-color: #ffdad8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #992923;
  background-color: #e6c4c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #992923;
  border-color: #992923;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #111113;
  background-color: #d2d2d2;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111113;
  background-color: #bdbdbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111113;
  border-color: #111113;
}

.list-group-item-dark2 {
  color: #3d3d3d;
  background-color: #e0e0e0;
}
.list-group-item-dark2.list-group-item-action:hover, .list-group-item-dark2.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cacaca;
}
.list-group-item-dark2.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

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

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

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

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 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: center;
  padding: 1rem 1rem 0 1rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: calc(1rem - 1px);
  border-top-left-radius: calc(1rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem auto -0.5rem -0.5rem;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1 1 auto;
  padding: 0.25rem 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(1rem - 1px);
  border-bottom-right-radius: calc(1rem - 1px);
}
.modal-footer > div {
  flex-basis: 50%;
  text-align: center;
}
.modal-footer > div:not(:last-child) {
  border-left: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 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: var(--bs-font-sans-serif);
  line-height: 1.5;
  text-align: right;
  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 {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-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 {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-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 ;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: var(--bs-font-sans-serif);
  line-height: 1.5;
  text-align: right;
  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 {
  right: 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 {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-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;
  right: 50%;
  display: block;
  width: 1rem;
  margin-right: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

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

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

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

.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: right;
  width: 100%;
  margin-left: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-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 {
  right: 0;
}

.carousel-control-next {
  left: 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%;
}
.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='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-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='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;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-left: 15%;
  margin-bottom: 1rem;
  margin-right: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-left: 3px;
  margin-right: 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;
  left: 15%;
  bottom: 1.25rem;
  right: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-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) ;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-left-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-left: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

.offcanvas-bottom {
  left: 0;
  right: 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: #a2ae39;
}
.link-primary:hover, .link-primary:focus {
  color: #000c7f;
}

.link-primary2 {
  color: #2f388c;
}
.link-primary2:hover, .link-primary2:focus {
  color: #262d70;
}

.link-primary3 {
  color: #D0D2EE;
}
.link-primary3:hover, .link-primary3:focus {
  color: #d9dbf1;
}

.link-accent {
  color: #a2ae39;
}
.link-accent:hover, .link-accent:focus {
  color: #ff8933;
}

.link-accentLight {
  color: #fff2e4;
}
.link-accentLight:hover, .link-accentLight:focus {
  color: #fff5e9;
}

.link-secondary {
  color: #656565;
}
.link-secondary:hover, .link-secondary:focus {
  color: #515151;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-tertiary {
  color: #5ADE77;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: #7be592;
}

.link-info {
  color: #40AFFF;
}
.link-info:hover, .link-info:focus {
  color: #66bfff;
}

.link-warning {
  color: #FBD61A;
}
.link-warning:hover, .link-warning:focus {
  color: #fcde48;
}

.link-danger {
  color: #FF453A;
}
.link-danger:hover, .link-danger:focus {
  color: #ff6a61;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #1D1D1F;
}
.link-dark:hover, .link-dark:focus {
  color: #171719;
}

.link-dark2 {
  color: #656565;
}
.link-dark2:hover, .link-dark2:focus {
  color: #515151;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  right: 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;
  left: 0;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 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;
  left: 0;
  bottom: 0;
  right: 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: right !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: 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 {
  right: 0 !important;
}

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

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

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

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

.end-100 {
  left: 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-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

.border-primary2 {
  border-color: #2f388c !important;
}

.border-primary3 {
  border-color: #D0D2EE !important;
}

.border-accent {
  border-color: #a2ae39 !important;
}

.border-accentLight {
  border-color: #fff2e4 !important;
}

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

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

.border-tertiary {
  border-color: #5ADE77 !important;
}

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

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

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

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

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

.border-dark2 {
  border-color: #656565 !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: 0.75rem !important;
}

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !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: 0.75rem !important;
}

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

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

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

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

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

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

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-3 {
  margin-left: 0.75rem !important;
}

.me-4 {
  margin-left: 1rem !important;
}

.me-5 {
  margin-left: 1.25rem !important;
}

.me-6 {
  margin-left: 1.5rem !important;
}

.me-7 {
  margin-left: 1.75rem !important;
}

.me-8 {
  margin-left: 2rem !important;
}

.me-9 {
  margin-left: 2.25rem !important;
}

.me-10 {
  margin-left: 2.5rem !important;
}

.me-11 {
  margin-left: 2.75rem !important;
}

.me-12 {
  margin-left: 3rem !important;
}

.me-auto {
  margin-left: 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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-3 {
  margin-right: 0.75rem !important;
}

.ms-4 {
  margin-right: 1rem !important;
}

.ms-5 {
  margin-right: 1.25rem !important;
}

.ms-6 {
  margin-right: 1.5rem !important;
}

.ms-7 {
  margin-right: 1.75rem !important;
}

.ms-8 {
  margin-right: 2rem !important;
}

.ms-9 {
  margin-right: 2.25rem !important;
}

.ms-10 {
  margin-right: 2.5rem !important;
}

.ms-11 {
  margin-right: 2.75rem !important;
}

.ms-12 {
  margin-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !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: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

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

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

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

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

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pe-3 {
  padding-left: 0.75rem !important;
}

.pe-4 {
  padding-left: 1rem !important;
}

.pe-5 {
  padding-left: 1.25rem !important;
}

.pe-6 {
  padding-left: 1.5rem !important;
}

.pe-7 {
  padding-left: 1.75rem !important;
}

.pe-8 {
  padding-left: 2rem !important;
}

.pe-9 {
  padding-left: 2.25rem !important;
}

.pe-10 {
  padding-left: 2.5rem !important;
}

.pe-11 {
  padding-left: 2.75rem !important;
}

.pe-12 {
  padding-left: 3rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ps-3 {
  padding-right: 0.75rem !important;
}

.ps-4 {
  padding-right: 1rem !important;
}

.ps-5 {
  padding-right: 1.25rem !important;
}

.ps-6 {
  padding-right: 1.5rem !important;
}

.ps-7 {
  padding-right: 1.75rem !important;
}

.ps-8 {
  padding-right: 2rem !important;
}

.ps-9 {
  padding-right: 2.25rem !important;
}

.ps-10 {
  padding-right: 2.5rem !important;
}

.ps-11 {
  padding-right: 2.75rem !important;
}

.ps-12 {
  padding-right: 3rem !important;
}

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

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !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: 1.125rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.688rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.813rem !important;
}

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

.fs-15 {
  font-size: 0.938rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-family: 300 !important;
}

.fw-lighter {
  font-family: lighter !important;
}

.fw-normal {
  font-family: var(--bs-font-sans-serif) !important;
}

.fw-medium {
  font-family: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system !important;
}

.fw-semibold {
  font-family: 600 !important;
}

.fw-bold {
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system !important;
}

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

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

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

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

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

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

.text-end {
  text-align: left !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;
}
.text-primary {
  color: #a2ae39 !important;
}

.text-primary2 {
  color: #2f388c !important;
}

.text-primary3 {
  color: #D0D2EE !important;
}

.text-accent {
  color: #a2ae39 !important;
}

.text-accentLight {
  color: #fff2e4 !important;
}

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

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

.text-tertiary {
  color: #5ADE77 !important;
}

.text-info {
  color: #40AFFF !important;
}

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

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

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

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

.text-dark2 {
  color: #656565 !important;
}

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

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

.text-muted {
  color: #656565 !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: #a2ae39 !important;
}

.bg-primary2 {
  background-color: #2f388c !important;
}

.bg-primary3 {
  background-color: #D0D2EE !important;
}

.bg-accent {
  background-color: #a2ae39 !important;
}

.bg-accentLight {
  background-color: #fff2e4 !important;
}

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

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

.bg-tertiary {
  background-color: #5ADE77 !important;
}

.bg-info {
  background-color: #40AFFF !important;
}

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

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

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

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

.bg-dark2 {
  background-color: #656565 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: right !important;
  }
  .float-sm-end {
    float: left !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: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  .gap-sm-11 {
    gap: 2.75rem !important;
  }
  .gap-sm-12 {
    gap: 3rem !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: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-3 {
    margin-left: 0.75rem !important;
  }
  .me-sm-4 {
    margin-left: 1rem !important;
  }
  .me-sm-5 {
    margin-left: 1.25rem !important;
  }
  .me-sm-6 {
    margin-left: 1.5rem !important;
  }
  .me-sm-7 {
    margin-left: 1.75rem !important;
  }
  .me-sm-8 {
    margin-left: 2rem !important;
  }
  .me-sm-9 {
    margin-left: 2.25rem !important;
  }
  .me-sm-10 {
    margin-left: 2.5rem !important;
  }
  .me-sm-11 {
    margin-left: 2.75rem !important;
  }
  .me-sm-12 {
    margin-left: 3rem !important;
  }
  .me-sm-auto {
    margin-left: 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: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-right: 0 !important;
  }
  .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-right: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-right: 1rem !important;
  }
  .ms-sm-5 {
    margin-right: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-right: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-right: 1.75rem !important;
  }
  .ms-sm-8 {
    margin-right: 2rem !important;
  }
  .ms-sm-9 {
    margin-right: 2.25rem !important;
  }
  .ms-sm-10 {
    margin-right: 2.5rem !important;
  }
  .ms-sm-11 {
    margin-right: 2.75rem !important;
  }
  .ms-sm-12 {
    margin-right: 3rem !important;
  }
  .ms-sm-auto {
    margin-right: 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: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-sm-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-sm-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-sm-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sm-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .px-sm-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-left: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-left: 1rem !important;
  }
  .pe-sm-5 {
    padding-left: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-left: 1.75rem !important;
  }
  .pe-sm-8 {
    padding-left: 2rem !important;
  }
  .pe-sm-9 {
    padding-left: 2.25rem !important;
  }
  .pe-sm-10 {
    padding-left: 2.5rem !important;
  }
  .pe-sm-11 {
    padding-left: 2.75rem !important;
  }
  .pe-sm-12 {
    padding-left: 3rem !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: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-right: 0 !important;
  }
  .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-right: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-right: 1rem !important;
  }
  .ps-sm-5 {
    padding-right: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-right: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-right: 1.75rem !important;
  }
  .ps-sm-8 {
    padding-right: 2rem !important;
  }
  .ps-sm-9 {
    padding-right: 2.25rem !important;
  }
  .ps-sm-10 {
    padding-right: 2.5rem !important;
  }
  .ps-sm-11 {
    padding-right: 2.75rem !important;
  }
  .ps-sm-12 {
    padding-right: 3rem !important;
  }
  .text-sm-start {
    text-align: right !important;
  }
  .text-sm-end {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: right !important;
  }
  .float-md-end {
    float: left !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: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-11 {
    gap: 2.75rem !important;
  }
  .gap-md-12 {
    gap: 3rem !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: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-left: 0 !important;
  }
  .me-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-3 {
    margin-left: 0.75rem !important;
  }
  .me-md-4 {
    margin-left: 1rem !important;
  }
  .me-md-5 {
    margin-left: 1.25rem !important;
  }
  .me-md-6 {
    margin-left: 1.5rem !important;
  }
  .me-md-7 {
    margin-left: 1.75rem !important;
  }
  .me-md-8 {
    margin-left: 2rem !important;
  }
  .me-md-9 {
    margin-left: 2.25rem !important;
  }
  .me-md-10 {
    margin-left: 2.5rem !important;
  }
  .me-md-11 {
    margin-left: 2.75rem !important;
  }
  .me-md-12 {
    margin-left: 3rem !important;
  }
  .me-md-auto {
    margin-left: 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: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-right: 0 !important;
  }
  .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  .ms-md-3 {
    margin-right: 0.75rem !important;
  }
  .ms-md-4 {
    margin-right: 1rem !important;
  }
  .ms-md-5 {
    margin-right: 1.25rem !important;
  }
  .ms-md-6 {
    margin-right: 1.5rem !important;
  }
  .ms-md-7 {
    margin-right: 1.75rem !important;
  }
  .ms-md-8 {
    margin-right: 2rem !important;
  }
  .ms-md-9 {
    margin-right: 2.25rem !important;
  }
  .ms-md-10 {
    margin-right: 2.5rem !important;
  }
  .ms-md-11 {
    margin-right: 2.75rem !important;
  }
  .ms-md-12 {
    margin-right: 3rem !important;
  }
  .ms-md-auto {
    margin-right: 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: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-md-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-md-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .px-md-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-3 {
    padding-left: 0.75rem !important;
  }
  .pe-md-4 {
    padding-left: 1rem !important;
  }
  .pe-md-5 {
    padding-left: 1.25rem !important;
  }
  .pe-md-6 {
    padding-left: 1.5rem !important;
  }
  .pe-md-7 {
    padding-left: 1.75rem !important;
  }
  .pe-md-8 {
    padding-left: 2rem !important;
  }
  .pe-md-9 {
    padding-left: 2.25rem !important;
  }
  .pe-md-10 {
    padding-left: 2.5rem !important;
  }
  .pe-md-11 {
    padding-left: 2.75rem !important;
  }
  .pe-md-12 {
    padding-left: 3rem !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: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-right: 0 !important;
  }
  .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  .ps-md-3 {
    padding-right: 0.75rem !important;
  }
  .ps-md-4 {
    padding-right: 1rem !important;
  }
  .ps-md-5 {
    padding-right: 1.25rem !important;
  }
  .ps-md-6 {
    padding-right: 1.5rem !important;
  }
  .ps-md-7 {
    padding-right: 1.75rem !important;
  }
  .ps-md-8 {
    padding-right: 2rem !important;
  }
  .ps-md-9 {
    padding-right: 2.25rem !important;
  }
  .ps-md-10 {
    padding-right: 2.5rem !important;
  }
  .ps-md-11 {
    padding-right: 2.75rem !important;
  }
  .ps-md-12 {
    padding-right: 3rem !important;
  }
  .text-md-start {
    text-align: right !important;
  }
  .text-md-end {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: right !important;
  }
  .float-lg-end {
    float: left !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: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-11 {
    gap: 2.75rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !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: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-3 {
    margin-left: 0.75rem !important;
  }
  .me-lg-4 {
    margin-left: 1rem !important;
  }
  .me-lg-5 {
    margin-left: 1.25rem !important;
  }
  .me-lg-6 {
    margin-left: 1.5rem !important;
  }
  .me-lg-7 {
    margin-left: 1.75rem !important;
  }
  .me-lg-8 {
    margin-left: 2rem !important;
  }
  .me-lg-9 {
    margin-left: 2.25rem !important;
  }
  .me-lg-10 {
    margin-left: 2.5rem !important;
  }
  .me-lg-11 {
    margin-left: 2.75rem !important;
  }
  .me-lg-12 {
    margin-left: 3rem !important;
  }
  .me-lg-auto {
    margin-left: 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: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-right: 0 !important;
  }
  .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-right: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-right: 1rem !important;
  }
  .ms-lg-5 {
    margin-right: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-right: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-right: 1.75rem !important;
  }
  .ms-lg-8 {
    margin-right: 2rem !important;
  }
  .ms-lg-9 {
    margin-right: 2.25rem !important;
  }
  .ms-lg-10 {
    margin-right: 2.5rem !important;
  }
  .ms-lg-11 {
    margin-right: 2.75rem !important;
  }
  .ms-lg-12 {
    margin-right: 3rem !important;
  }
  .ms-lg-auto {
    margin-right: 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: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-lg-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-lg-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-lg-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .px-lg-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-left: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-left: 1rem !important;
  }
  .pe-lg-5 {
    padding-left: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-left: 1.75rem !important;
  }
  .pe-lg-8 {
    padding-left: 2rem !important;
  }
  .pe-lg-9 {
    padding-left: 2.25rem !important;
  }
  .pe-lg-10 {
    padding-left: 2.5rem !important;
  }
  .pe-lg-11 {
    padding-left: 2.75rem !important;
  }
  .pe-lg-12 {
    padding-left: 3rem !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: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-right: 0 !important;
  }
  .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-right: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-right: 1rem !important;
  }
  .ps-lg-5 {
    padding-right: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-right: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-right: 1.75rem !important;
  }
  .ps-lg-8 {
    padding-right: 2rem !important;
  }
  .ps-lg-9 {
    padding-right: 2.25rem !important;
  }
  .ps-lg-10 {
    padding-right: 2.5rem !important;
  }
  .ps-lg-11 {
    padding-right: 2.75rem !important;
  }
  .ps-lg-12 {
    padding-right: 3rem !important;
  }
  .text-lg-start {
    text-align: right !important;
  }
  .text-lg-end {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: right !important;
  }
  .float-xl-end {
    float: left !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: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  .gap-xl-8 {
    gap: 2rem !important;
  }
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  .gap-xl-11 {
    gap: 2.75rem !important;
  }
  .gap-xl-12 {
    gap: 3rem !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: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-3 {
    margin-left: 0.75rem !important;
  }
  .me-xl-4 {
    margin-left: 1rem !important;
  }
  .me-xl-5 {
    margin-left: 1.25rem !important;
  }
  .me-xl-6 {
    margin-left: 1.5rem !important;
  }
  .me-xl-7 {
    margin-left: 1.75rem !important;
  }
  .me-xl-8 {
    margin-left: 2rem !important;
  }
  .me-xl-9 {
    margin-left: 2.25rem !important;
  }
  .me-xl-10 {
    margin-left: 2.5rem !important;
  }
  .me-xl-11 {
    margin-left: 2.75rem !important;
  }
  .me-xl-12 {
    margin-left: 3rem !important;
  }
  .me-xl-auto {
    margin-left: 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: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-right: 0 !important;
  }
  .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-right: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-right: 1rem !important;
  }
  .ms-xl-5 {
    margin-right: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-right: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-right: 1.75rem !important;
  }
  .ms-xl-8 {
    margin-right: 2rem !important;
  }
  .ms-xl-9 {
    margin-right: 2.25rem !important;
  }
  .ms-xl-10 {
    margin-right: 2.5rem !important;
  }
  .ms-xl-11 {
    margin-right: 2.75rem !important;
  }
  .ms-xl-12 {
    margin-right: 3rem !important;
  }
  .ms-xl-auto {
    margin-right: 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: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-xl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xl-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .px-xl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-left: 1rem !important;
  }
  .pe-xl-5 {
    padding-left: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-left: 1.75rem !important;
  }
  .pe-xl-8 {
    padding-left: 2rem !important;
  }
  .pe-xl-9 {
    padding-left: 2.25rem !important;
  }
  .pe-xl-10 {
    padding-left: 2.5rem !important;
  }
  .pe-xl-11 {
    padding-left: 2.75rem !important;
  }
  .pe-xl-12 {
    padding-left: 3rem !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: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-right: 0 !important;
  }
  .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-right: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-right: 1rem !important;
  }
  .ps-xl-5 {
    padding-right: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-right: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-right: 1.75rem !important;
  }
  .ps-xl-8 {
    padding-right: 2rem !important;
  }
  .ps-xl-9 {
    padding-right: 2.25rem !important;
  }
  .ps-xl-10 {
    padding-right: 2.5rem !important;
  }
  .ps-xl-11 {
    padding-right: 2.75rem !important;
  }
  .ps-xl-12 {
    padding-right: 3rem !important;
  }
  .text-xl-start {
    text-align: right !important;
  }
  .text-xl-end {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: right !important;
  }
  .float-xxl-end {
    float: left !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: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  .gap-xxl-8 {
    gap: 2rem !important;
  }
  .gap-xxl-9 {
    gap: 2.25rem !important;
  }
  .gap-xxl-10 {
    gap: 2.5rem !important;
  }
  .gap-xxl-11 {
    gap: 2.75rem !important;
  }
  .gap-xxl-12 {
    gap: 3rem !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: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-xxl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-xxl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: 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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-left: 0 !important;
  }
  .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-left: 1rem !important;
  }
  .me-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .me-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .me-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .me-xxl-8 {
    margin-left: 2rem !important;
  }
  .me-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .me-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .me-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .me-xxl-12 {
    margin-left: 3rem !important;
  }
  .me-xxl-auto {
    margin-left: 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: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-right: 0 !important;
  }
  .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-right: 1rem !important;
  }
  .ms-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .ms-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .ms-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .ms-xxl-8 {
    margin-right: 2rem !important;
  }
  .ms-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .ms-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .ms-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .ms-xxl-12 {
    margin-right: 3rem !important;
  }
  .ms-xxl-auto {
    margin-right: 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: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-xxl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .px-xxl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-xxl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxl-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .px-xxl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-left: 0 !important;
  }
  .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-left: 1rem !important;
  }
  .pe-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .pe-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .pe-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .pe-xxl-8 {
    padding-left: 2rem !important;
  }
  .pe-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .pe-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .pe-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .pe-xxl-12 {
    padding-left: 3rem !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: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-right: 0 !important;
  }
  .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-right: 1rem !important;
  }
  .ps-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .ps-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .ps-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .ps-xxl-8 {
    padding-right: 2rem !important;
  }
  .ps-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .ps-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .ps-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .ps-xxl-12 {
    padding-right: 3rem !important;
  }
  .text-xxl-start {
    text-align: right !important;
  }
  .text-xxl-end {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !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;
  }
}
.material-symbols {
  position: relative;
  top: 0.2em;
  font-size: 1.14em;
  font-weight: inherit;
  transition: all 0.015s ease-in-out;
}
.material-symbols.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" inherit, "GRAD" 0, "opsz" inherit;
}
.material-symbols.fill {
  font-variation-settings: "FILL" 1 !important;
}
.material-symbols.rotate {
  animation: rotation 1s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(-359deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.clearfix {
  margin-top: 0;
  margin-bottom: 0;
}

:root {
  --bs-dangerLight: #ffe8e7;
  --bs-sidebar-open-width: 250px;
  --bs-sidebar-collapsed-width: 75px;
  --bs-dashboard-body-color: #f8f9fb;
  --bs-dashboard-header-height: 62px;
  --bs-transition-time: 0.15s ease-in-out;
}

.text-ellipses {
  white-space: nowrap;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.otp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.otp-container .form-control {
  max-width: 50px;
  text-align: center;
}

.form-control.spinner,
.form-select.spinner {
  padding-left: 3rem;
  position: relative;
  background-image: url("../images/loader.webp");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 1rem center;
}

body.c2cLanding {
  background-image: url("/images/body_bg.svg");
  background-repeat: no-repeat;
  background-position: top -233px right -395.05px;
}
body.dashboard {
  background: var(--bs-dashboard-body-color);
}

::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-accent);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a2ae39;
}

.toast-container {
  z-index: 1025;
  position: fixed;
  top: 0;
  padding: 1rem;
}
.toast-container.top-center {
  right: 50%;
  transform: translateX(50%);
}
.toast-container.bottom-center {
  top: unset;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.toast-container.top-right {
  right: unset;
  left: 0;
  transform: unset;
}
.toast-container.bottom-right {
  top: unset;
  bottom: 0;
  right: unset;
  left: 0;
  transform: unset;
}
.toast-container.top-left {
  right: 0;
  left: unset;
  transform: unset;
}
.toast-container.bottom-left {
  right: 0;
  top: unset;
  bottom: 0;
  left: unset;
  transform: unset;
}

.dashboard header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: var(--bs-dashboard-body-color);
  height: var(--bs-dashboard-header-height);
  display: flex;
  align-items: center;
}
.dashboard header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .dashboard header nav {
    flex-direction: row-reverse;
  }
}
.dashboard header nav .search-box {
  max-width: 320px;
  position: relative;
}
.dashboard header nav .search-box .form-control {
  border: none;
}
.dashboard header nav .search-box button.material-symbols {
  background-color: transparent;
  border: none;
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: opacity var(--bs-transition-time), background-color var(--bs-transition-time);
}
.dashboard header nav .search-box button.material-symbols:hover {
  opacity: 1;
  background-color: #D0D2EE;
}
.dashboard header nav .utilities {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .dashboard header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.humburger {
  visibility: hidden;
  opacity: 0;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  width: 42px !important;
  height: 42px !important;
  background-color: #D0D2EE;
  color: #1D1D1F;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  outline: none;
  border: none;
}
.humburger .material-symbols {
  position: relative;
  top: 0;
  font-size: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .humburger {
    visibility: visible;
    opacity: 1;
  }
}

aside {
  float: right;
  width: var(--bs-sidebar-open-width) !important;
  height: 100vh;
  position: relative;
  z-index: 2;
  padding: 0.5rem 1rem;
  background-color: white;
  transition: width var(--bs-transition-time);
}
aside .items {
  height: calc(100vh - 1rem);
  overflow: hidden auto;
  /* Track */
  /* Handle */
}
aside .items::-webkit-scrollbar {
  width: 4px;
  position: absolute;
  right: 0;
}
aside .items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #D0D2EE;
  border-radius: 10px;
}
aside .items::-webkit-scrollbar-thumb {
  background: #858ad3;
  border-radius: 10px;
}
aside .items::-webkit-scrollbar-thumb:hover {
  background: #7278cc;
}
aside .logo {
  display: block;
  padding-right: 20px;
}
aside .logo img {
  width: 70px;
  height: auto;
  transition: all var(--bs-transition-time);
}
aside .sidebar-link {
  padding: 0.75rem 1rem;
  display: flex;
  text-align: right;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  position: relative;
  transition: all var(--bs-transition-time);
}
aside .sidebar-link .profile-dropdown {
  display: flex;
  align-items: center;
}
aside .sidebar-link .tooltip {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
aside .sidebar-link:not(.create-shipment) {
  color: #2f388c;
  margin-bottom: 8px;
  background-color: transparent;
}
aside .sidebar-link:not(.create-shipment):hover, aside .sidebar-link:not(.create-shipment):active {
  color: #cc5600;
  background-color: #ffd3b3;
}
aside .sidebar-link:not(.create-shipment):hover:focus, aside .sidebar-link:not(.create-shipment):active:focus {
  color: #994000;
  background-color: #ffc499;
}
aside .sidebar-link:not(.create-shipment):focus {
  color: #994000;
  background-color: #ffc499;
}
aside .sidebar-link:not(.create-shipment).active {
  background-color: #fff2e4;
  color: #1D1D1F;
}
aside .sidebar-link:not(.create-shipment).active .material-symbols {
  font-variation-settings: "FILL" 1 !important;
}
aside .sidebar-link .label {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 155px;
}
aside .sidebar-link .material-symbols {
  margin-left: 8px;
}
aside .sidebar-link.create-shipment {
  margin-top: 36px;
  margin-bottom: 36px;
}
aside .sidebar-link.has-list {
  background-repeat: no-repeat;
  background-position: left 8px center;
  margin-bottom: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.999' height='6.834' viewBox='0 0 11.999 6.834'%3E%3Cpath id='expand_more' d='M18.658,17.215a.776.776,0,0,0-.291.053.805.805,0,0,0-.264.185l-5.231,5.231a.727.727,0,0,0-.2.568.813.813,0,0,0,.225.568.663.663,0,0,0,.568.225.993.993,0,0,0,.542-.251l4.649-4.649,4.649,4.649a.863.863,0,0,0,.568.238.625.625,0,0,0,.568-.238.582.582,0,0,0,.225-.555,1.029,1.029,0,0,0-.251-.581l-5.2-5.2a.805.805,0,0,0-.264-.185.776.776,0,0,0-.291-.053Z' transform='translate(-12.674 -17.215)' fill='%23656565'/%3E%3C/svg%3E%0A");
}
aside .sidebar-link.has-list.active {
  background-color: #D0D2EE;
}
aside .sidebar-link.has-list + ul {
  margin-bottom: 8px;
}
aside .sidebar-link.has-list + ul > li .sidebar-link {
  padding: 0.5rem !important;
  padding-right: 2rem !important;
  margin-bottom: 0;
  margin-bottom: 2px;
  font-size: 14px;
}
aside .sidebar-link.has-list.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6.834' viewBox='0 0 12 6.834'%3E%3Cpath id='expand_more' d='M18.658,24.05A.776.776,0,0,1,18.368,24a.805.805,0,0,1-.264-.185l-5.231-5.231a.727.727,0,0,1-.2-.568.813.813,0,0,1,.225-.568.663.663,0,0,1,.568-.225.993.993,0,0,1,.542.251l4.65,4.65,4.65-4.65a.863.863,0,0,1,.568-.238.625.625,0,0,1,.568.238.582.582,0,0,1,.225.555,1.029,1.029,0,0,1-.251.581l-5.2,5.2a.805.805,0,0,1-.264.185.776.776,0,0,1-.291.053Z' transform='translate(-12.674 -17.215)' fill='%23656565'/%3E%3C/svg%3E%0A");
  border-radius: 10px;
}
aside.collapsed {
  padding: 0.5rem;
  width: var(--bs-sidebar-collapsed-width) !important;
}
aside.collapsed .profile-dropdown {
  justify-content: center;
  margin-right: 6px;
}
aside.collapsed .tooltip {
  display: block;
}
aside.collapsed .logo {
  padding-right: 0;
  padding-top: 40px;
}
aside.collapsed .logo img {
  width: 50px;
  height: auto;
}
aside.collapsed .sidebar-link {
  text-align: center;
}
aside.collapsed .sidebar-link.has-list {
  background-image: none;
}
aside.collapsed .sidebar-link.has-list + ul > li .sidebar-link {
  padding: 0.5rem !important;
  justify-content: center;
}
aside.collapsed .sidebar-link .label, aside.collapsed .sidebar-link + .dropdown-menu {
  width: 0px;
  display: none;
}
aside.collapsed .sidebar-link .material-symbols {
  margin-left: 0;
  font-size: 1.5rem;
  top: 0;
}
aside.collapsed .sidebar-link.create-shipment {
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  aside {
    position: fixed;
    right: -100%;
    overflow-y: auto;
    height: 100vh;
    width: 100% !important;
    overflow-x: hidden;
    transition: right var(--bs-transition-time);
  }
  aside .collapse-btn {
    left: 1rem;
  }
  aside.show {
    right: 0;
  }
}

main {
  float: left;
  width: calc(100% - var(--bs-sidebar-open-width));
  height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  transition: width var(--bs-transition-time);
}
main.full {
  transition: width var(--bs-transition-time);
  width: calc(100% - var(--bs-sidebar-collapsed-width));
}
@media screen and (max-width: 1200px) {
  main {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
    overflow-y: visible;
  }
}
main .content .content-header {
  padding: 20px 0;
  background-color: var(--bs-dashboard-body-color);
}
main .content .content-header h2, main .content .content-header .h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.528px;
  margin-bottom: 24px;
}
main .content .content-header.sticky {
  position: sticky;
  z-index: 2;
  top: var(--bs-dashboard-header-height);
}
@media screen and (max-width: 1200px) {
  main .content .content-header.sticky {
    position: relative;
    top: unset;
  }
}
main .content .content-body {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 0.5rem;
}
main .content .content-body.bg-transparent {
  padding: 1rem 0;
}
main .content .content-body .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  main .content {
    padding-top: var(--bs-dashboard-header-height);
  }
}
@media screen and (max-width: 576px) {
  main .content .content-header {
    padding: 10px 0;
  }
  main .content .content-header h2, main .content .content-header .h2 {
    margin-bottom: 12px;
  }
}
main table.table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #656565;
}
main table.table td {
  color: #1D1D1F;
  font-size: 1rem;
  font-weight: 500;
  border-color: transparent;
}
main table .dataTables_length {
  margin-left: 8px;
}

.collapse-btn {
  width: 42px !important;
  height: 42px !important;
  font-size: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #a2ae39;
  border: 0;
  color: white;
  position: absolute;
  left: -20px;
  z-index: 6;
}
.collapse-btn.show .material-symbols {
  transition: all var(--bs-transition-time);
}
.collapse-btn.show.collapse .material-symbols {
  transform: rotate(-180deg);
}
.collapse-btn .material-symbols {
  top: 0;
}

.bg-accentLight {
  background-color: #fff2e4 !important;
}

.bg-info2 {
  background-color: #e7f5ff !important;
}

header {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 0.325rem 0;
  background-color: var(--bs-white);
}
header.home-header {
  padding: 0;
}
header.home-header .nav-item {
  padding-right: 12px;
  padding-left: 12px;
}
header.home-header .nav-item .nav-link {
  color: #2f388c;
  font-size: 1rem;
}
header.home-header .nav-item .nav-link.active, header.home-header .nav-item .nav-link:active, header.home-header .nav-item .nav-link:hover {
  color: #a2ae39;
}
header .my-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .saee-motto {
  display: none;
}
header .right-links,
header .left-links {
  display: flex;
  align-items: center;
}
header .profile-img {
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center center;
}

.consignee-container {
  height: 100vh;
}
.consignee-container .change-language-btn {
  display: flex;
  align-items: center;
  top: 60px;
  left: 96.672px;
}
@media screen and (max-width: 992px) {
  .consignee-container .change-language-btn {
    left: 140px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .consignee-container .change-language-btn {
    left: 0.75rem;
    top: 0;
  }
}
.consignee-container .login-height {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .consignee-container .login-height {
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 992px) {
  .consignee-container .top-banner {
    height: 70px;
  }
  .consignee-container .lower-banner {
    height: 100%;
  }
  .consignee-container .lower-banner form {
    height: calc(100% - 150px);
  }
}

.btn.spinner {
  height: inherit;
  position: relative;
}
.btn.no-text .material-symbols {
  vertical-align: middle;
  top: 0;
  font-variation-settings: "wght" 400;
}
.btn.btn-icon {
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}
.btn.btn-icon.btn-collapse {
  transform: rotate(-180deg);
}
.btn.btn-icon.btn-collapse.collapsed {
  transform: rotate(0deg);
  filter: unset;
}
.btn.btn-icon .material-symbols {
  vertical-align: middle;
  top: 0;
  font-size: 1.625rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.btn.btn-icon.btn-sm .material-symbols, .btn-group-sm > .btn.btn-icon .material-symbols {
  font-size: 1.125rem !important;
}
.btn.login-btn {
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.btn.btn-success {
  color: white;
}

.shipment-dashboard {
  padding: 1rem;
  border-radius: var(--bs-rounded);
  border: 1px solid;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: var(--bs-dark);
}
.shipment-dashboard:hover {
  transform: scale(1.03);
}
.shipment-dashboard .heading {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.shipment-dashboard.from-me {
  background-color: #fff5ea;
  border-color: var(--bs-accent);
}
.shipment-dashboard.to-me {
  background-color: #eafff3;
  border-color: var(--bs-success);
}
.shipment-dashboard.to-me:hover {
  color: var(--bs-success);
}

.attach-header {
  padding-top: 0.25rem;
  padding-bottom: 1.5rem;
  background-color: white;
  margin-bottom: 0.25rem;
  z-index: 2;
}

.sticky-continue-btn {
  position: sticky;
  bottom: 1rem;
}
.sticky-continue-btn .btn.btn-primary {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.sticky-continue-btn .btn.btn-accent {
  box-shadow: 0 10px 20px rgba(255, 157, 51, 0.3);
}

table.align-top th,
table.align-top td {
  vertical-align: top;
}
table.align-middle th,
table.align-middle td {
  vertical-align: middle;
}
table.align-bottom th,
table.align-bottom td {
  vertical-align: bottom;
}
table.checkout th,
table.checkout td {
  padding-right: 0;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
}
table.checkout td .tax {
  font-size: 12px;
}
table.checkout td:first-child {
  font-weight: normal !important;
  padding-left: 4px;
  text-align: right;
  color: #2f388c;
}
table.checkout td:last-child {
  text-align: left;
}

.wizard.send-shipment-wizard ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}
.wizard.send-shipment-wizard ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
  opacity: 0.5;
  position: relative;
}
.wizard.send-shipment-wizard ul li:not(:last-child)::before {
  position: absolute;
  right: 100%;
  transform: translateX(50%);
  top: 1rem;
  content: "";
  width: calc(100% - 52px);
  border-bottom: 3px solid var(--bs-primary);
}
.wizard.send-shipment-wizard ul li.active::before {
  opacity: 0.5;
}
.wizard.send-shipment-wizard ul li > div {
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  margin-bottom: 0.5rem;
  position: relative;
}
.wizard.send-shipment-wizard ul li p {
  margin-bottom: 0;
  font-size: 14px;
}
.wizard.send-shipment-wizard ul li.active {
  opacity: 1;
}
.wizard.send-shipment-wizard ul li.active > div {
  border-width: 3px;
  font-weight: 500;
}
.wizard.send-shipment-wizard ul li.completed {
  opacity: 1;
}
.wizard.send-shipment-wizard ul li.completed > div {
  background-color: var(--bs-primary);
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='10.664' viewBox='0 0 14.828 10.664'%3E%3Cpath id='check-wizard' d='M16,6,7.75,14.25,4,10.5' transform='translate(-2.586 -4.586)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

.selectize-control {
  padding: 0;
  border: none;
}
.selectize-control .selectize-input {
  padding: 0.5rem 1rem 0.5rem 3rem !important;
  border-radius: var(--bs-rounded);
}
.selectize-control .selectize-input:hover {
  border-color: var(--bs-primary);
}
.selectize-control .selectize-input.focus {
  border-color: var(--bs-accent);
  box-shadow: none;
}
.selectize-control .selectize-input.dropdown-active {
  border-radius: var(--bs-rounded);
}
.selectize-control.single .selectize-input {
  min-height: unset !important;
}
.selectize-control.single .selectize-input::after {
  padding: 0.5rem 0 0.5rem 2rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1f;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color var(--bs-transition-time), box-shadow var(--bs-transition-time);
  appearance: none;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  border: none !important;
}
.selectize-control.is-invalid {
  padding-left: 0 !important;
}
.selectize-control.is-invalid .selectize-dropdown {
  background-image: none !important;
  padding-left: 0 !important;
}
.selectize-control.is-invalid .selectize-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: left 1rem center, center left 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
  background-repeat: no-repeat;
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 20px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid transparent;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round::before {
  border-radius: 50%;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  right: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #2196f3;
}
.switch input:checked + .slider::before {
  -webkit-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
}
.switch.info input:checked + .slider {
  background-color: #E7F5FF;
  border-color: #40AFFF;
}
.switch.info input:checked + .slider::before {
  background-color: #40AFFF;
}

button.form-control.with-icon.icon-on-left {
  position: relative;
  padding-right: 3rem;
}
button.form-control.with-icon.icon-on-left .material-symbols,
button.form-control.with-icon.icon-on-left img {
  position: absolute;
  right: 1rem;
  top: 12px;
}
button.form-control.with-icon.icon-on-right {
  position: relative;
  padding-left: 3rem;
}
button.form-control.with-icon.icon-on-right .material-symbols,
button.form-control.with-icon.icon-on-right img {
  position: absolute;
  left: 1rem;
  top: 12px;
}

.form-control.with-icon.icon-on-left {
  position: relative;
  padding-right: 3rem;
}
.form-control.with-icon.icon-on-left + .material-symbols, .form-control.with-icon.icon-on-left + img {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}
.form-control.with-icon.icon-on-right {
  position: relative;
  padding-left: 3rem;
}
.form-control.with-icon.icon-on-right + .material-symbols, .form-control.with-icon.icon-on-right + img {
  position: absolute;
  left: 1rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}
.form-control.with-icon.opacity + .material-symbols {
  opacity: 0.5;
}

.form-check-label,
.no-hightlight {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drag-drop-files .attachs img.shipment-img {
  border-radius: var(--bs-rounded);
  box-shadow: var(--shadow-sm);
}
.drag-drop-files .attachs .image-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drag-drop-files .attachs hr.progress {
  border-top: 3px solid transparent;
  margin: 0;
  margin-top: 0.5rem;
  opacity: 1;
}
.drag-drop-files .attachs hr.progress.ongoing, .drag-drop-files .attachs hr.progress.ongoing + .progress-report {
  border-color: var(--bs-dark);
  color: var(--bs-dark);
}
.drag-drop-files .attachs hr.progress.completed, .drag-drop-files .attachs hr.progress.completed + .progress-report {
  border-color: var(--bs-success);
  color: var(--bs-success);
}
.drag-drop-files .attachs hr.progress.completed,
.drag-drop-files .attachs hr.progress.completed + .caption1 {
  border-color: var(--bs-success);
  color: var(--bs-success);
}

/* Datatables CSS */
.dataTables_wrapper.dt-bootstrap5 .dataTables_length {
  margin-left: 1rem;
  float: right;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_length,
.dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
  float: left;
}
@media screen and (max-width: 576px) {
  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
    margin-bottom: 1rem;
    width: 100%;
  }
  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter label, .dataTables_wrapper.dt-bootstrap5 .dataTables_filter input {
    width: 100%;
  }
  .dataTables_wrapper.dt-bootstrap5 .dt-buttons {
    float: left;
  }
  .dataTables_wrapper.dt-bootstrap5 .dataTables_length {
    float: right;
  }
}

.landing-page {
  height: 100vh;
  background-color: #fefefe;
  padding-top: 20px;
  overflow: hidden;
}
.landing-page footer {
  background-color: white;
  color: var(--bs-primary);
  position: absolute;
  padding: 0;
  box-shadow: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .landing-page {
    height: auto;
  }
  .landing-page footer {
    position: relative;
  }
}
.landing-page .landing-feature {
  width: 100%;
  height: auto;
}
.landing-page .text .landing-title2 {
  font-size: 2.5vw;
  font-weight: bold;
  color: var(--bs-primary2);
  margin-bottom: 0;
}
.landing-page .text .landing-title {
  font-size: 4vw;
  line-height: 1.3;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
.landing-page .text .landing3-container {
  position: relative;
  padding-right: 20px;
}
.landing-page .text .landing3-container::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
  width: 7px;
  height: 100%;
  background-color: var(--bs-accent);
}
.landing-page .text .landing3-container .landing-title3 {
  font-size: 1.5vw;
  font-weight: 500;
  color: var(--bs-accent);
}
.landing-page .text p {
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 500;
  color: var(--bs-primary);
}
@media screen and (max-width: 1200px) {
  .landing-page .text .landing-title2 {
    font-size: 24px;
  }
  .landing-page .text .landing-title {
    font-size: 36px;
    margin-bottom: 1rem;
  }
  .landing-page .text .landing3-container .landing-title3 {
    font-size: 20px;
  }
  .landing-page .text p {
    font-size: 18px;
  }
}
.landing-page .download-container {
  margin-top: 2rem;
}
.landing-page .download-container .download-app {
  display: block;
  text-decoration: none;
  padding: 1rem 1.5rem 1rem 2rem;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  width: 386px !important;
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: white;
  border-radius: 100px;
  box-shadow: 0 5px 20px rgba(44, 56, 64, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media screen and (max-width: 576px) {
  .landing-page .download-container .download-app {
    width: 100% !important;
  }
}
.landing-page .download-container .download-app p {
  margin-bottom: 0.5rem;
}
.landing-page .download-container .download-app h4, .landing-page .download-container .download-app .h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.landing-page .download-container .download-app:hover {
  transform: translateY(-5px);
}
.landing-page .download-container .download-app .image-container {
  width: 61px !important;
  height: 61px !important;
  border-radius: 50%;
  margin-left: 1rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .download-container .download-app .image-container img {
  width: 40px !important;
  height: 40px !important;
  align-self: flex-end;
  position: relative;
  top: 50%;
}
.landing-page .download-container .download-app.ios .image-container img {
  transform: translate(-2px, -100%);;
}
.landing-page .download-container .download-app.android .image-container img {
  transform: translate(3px, -100%);;
}
@media screen and (max-width: 768px) {
  .landing-page .download-container .download-app {
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  }
}

.shipment-container .get-price-btn {
  display: none;
}
.shipment-container .shipment-card {
  border-radius: 12px;
  padding: 0;
  display: block;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease-in-out;
}
.shipment-container .shipment-card .card-header {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border-bottom: none;
}
.shipment-container .shipment-card .card-body {
  padding: 1rem;
}
.shipment-container .shipment-card .card-body table th,
.shipment-container .shipment-card .card-body table td {
  font-size: 1rem;
  font-weight: normal;
}
.shipment-container .shipment-card .card-body table th {
  color: var(--bs-primary2);
  padding-left: 1vw;
  white-space: nowrap;
  vertical-align: top;
}
.shipment-container .shipment-card .card-body table td {
  color: var(--bs-primary);
}
.shipment-container .shipment-card .card-body .card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.shipment-container .shipment-card .card-body .card-info .vat,
.shipment-container .shipment-card .card-body .card-info .price {
  margin-bottom: 0;
}
.shipment-container .shipment-card .card-body .card-info .vat {
  font-size: 14px;
  font-weight: 300;
  color: var(--bs-primary2);
  margin-left: 8px;
}
.shipment-container .shipment-card .card-body .card-info .price {
  font-size: 1rem;
  color: var(--bs-primary);
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (hover: hover) {
  .shipment-container .shipment-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.shipment-container .shipment-card.new .card-header {
  background-color: var(--bs-accentLight);
  color: var(--bs-accent);
}
.shipment-container .shipment-card.cancelled .card-header {
  background-color: var(--bs-dangerLight);
  color: var(--bs-danger);
}
.shipment-container.get-price {
  position: relative;
}
.shipment-container.get-price .get-price-btn {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--bs-primary);
  transition: background-color 0.2s ease-in;
}
@media screen and (hover: hover) {
  .shipment-container.get-price .get-price-btn:hover {
    background-color: var(--bs-primary3);
  }
}
.shipment-container.get-price .shipment-card .card-body .card-info .price {
  visibility: hidden;
}

.shipment-details.bordered {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem;
  border-radius: var(--bs-rounded);
}
.shipment-details .heading {
  font-size: 1.25rem;
  font-weight: 500;
}
.shipment-details .shipment-status {
  margin-bottom: 0;
  font-size: 15px;
}
.shipment-details .shipment-status .material-symbols {
  color: var(--bs-primary2);
}
.shipment-details .status-badge {
  width: 130px;
  text-align: center;
  padding: 9px 0;
  border-radius: 30px;
}
.shipment-details .status-badge.new {
  background-color: var(--bs-accentLight);
  color: var(--bs-accent);
}
.shipment-details .status-badge.cancelled {
  background-color: var(--bs-dangerLight);
  color: var(--bs-danger);
}
.shipment-details hr {
  margin: 1.25rem 0;
}
.shipment-details .info-box {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.shipment-details .info-box .heading-icon {
  margin-left: 0.5rem;
}
.shipment-details .info-box .heading-icon,
.shipment-details .info-box .section-heading {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bs-primary2);
}
.shipment-details .info-box > div {
  width: 100%;
}
.shipment-details .info-box > div .section-heading {
  margin-bottom: 0.25rem;
}
.shipment-details .info-box > div .info-1 {
  margin-bottom: 0;
}
.shipment-details .info-box > div .info-2 {
  margin-top: 2px;
  font-weight: 300;
  margin-bottom: 0;
  word-break: break-all;
}
.shipment-details .info-box > div hr {
  margin-top: 1rem;
  margin-bottom: 0;
}
.shipment-details .info-box > div .qr-code {
  height: 75px;
  width: 200px;
  object-fit: contain;
}
@media screen and (max-width: 376px) {
  .shipment-details .info-box > div .qr-code {
    width: 150px;
  }
}

header.header-1 {
  position: sticky;
  right: 0;
  top: 0;
  padding: 20px 0;
}
header.header-1 .header-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header-1 .header-container .heading {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 376px) {
  header.header-1 .header-container .heading {
    font-size: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
header.header-1 .header-container .btn {
  white-space: nowrap;
}
header.header-1 .header-container .btn.back-btn {
  justify-self: flex-start;
}
header.header-1 .header-container .btn.action-btn {
  justify-self: flex-end;
}

main.c2cIndex {
  width: 100%;
  height: auto;
  float: unset;
  overflow-y: unset;
}
main.c2cIndex .page-title,
main.c2cIndex .section-title {
  font-size: 52px;
  font-family: LTBukraRegular;
  color: #a2ae39;
  line-height: 1.5;
  margin-bottom: 26px;
}
main.c2cIndex .page-title.alone,
main.c2cIndex .section-title.alone {
  margin-bottom: 48px;
}
main.c2cIndex .section-heading {
  font-size: 24px;
  font-weight: 500;
  color: #a2ae39;
  margin-bottom: 24px;
}
main.c2cIndex .section-text {
  font-size: 20px;
  font-weight: 500;
  color: #656565;
  margin-bottom: 48px;
}
main.c2cIndex section {
  padding-top: 60px;
  padding-bottom: 60px;
}
main.c2cIndex section#home {
  padding-top: 0;
}
main.c2cIndex .home {
  background: url("/images/home_bg.svg") no-repeat top center;
  background-size: 100%;
  padding: 48px;
}
main.c2cIndex .home .punchline {
  font-size: 20px;
  font-weight: 500;
  color: #656565;
  margin-bottom: 48px;
}
main.c2cIndex .home .calculator-box {
  padding: 24px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 17px 47px rgba(0, 15, 159, 0.15);
}
main.c2cIndex .home .calculator-box .calculated-price {
  font-size: 36px;
  font-weight: 500;
  color: #198754;
  margin-bottom: 0;
}
main.c2cIndex .home .calculator-box .calculated-price + p {
  font-size: 14px;
  font-weight: 300;
  color: #656565;
}
main.c2cIndex .home .calculator-box form {
  padding-top: 36px;
}
main.c2cIndex .benefits .box {
  border: 1px solid #d2dce4;
  padding: 1rem;
  border-radius: 10px;
  background-color: white;
  height: 100%;
}
main.c2cIndex .benefits .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 50%;
  color: white;
  margin-bottom: 20px;
}
main.c2cIndex .benefits .box .icon .material-symbols {
  font-size: 35px;
  top: unset;
}
main.c2cIndex .benefits .box .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #2f388c;
  line-height: 1.5;
}
main.c2cIndex .benefits .box p {
  font-size: 20px;
  font-weight: 500;
  color: #a2ae39;
  margin-bottom: 0;
}
main.c2cIndex .features .box {
  padding: 24px;
  height: 100%;
  position: relative;
}
main.c2cIndex .features .box .number {
  position: absolute;
  font-size: 117px;
  font-weight: 500;
  color: #a2ae39;
  opacity: 20%;
  right: 0;
  top: 0;
}
main.c2cIndex .features .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  width: 50px;
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 50%;
  color: white;
  margin-bottom: 0;
  background-color: #D0D2EE;
  color: #2f388c;
}
main.c2cIndex .features .box .icon .material-symbols {
  font-size: 30px;
  top: unset;
}
main.c2cIndex .features .box .title {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
  color: #2f388c;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
main.c2cIndex .features .box p {
  font-size: 20px;
  font-weight: 500;
  color: #a2ae39;
  margin-bottom: 0;
}
main.c2cIndex .download-our-app .box .image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
main.c2cIndex .download-our-app .box .text {
  position: relative;
  top: -38px;
  padding: 0 0 48px 0;
}
main.c2cIndex .download-our-app .box .text::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: -275px;
  right: 0;
  min-height: 533px;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9019607843) 30%, var(--white) 100%) 100% 0% no-repeat padding-box;
  background: transparent linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9019607843) 30%, #ffffff 100%) 100% 0% no-repeat padding-box;
}
main.c2cIndex .download-our-app .box .text h2, main.c2cIndex .download-our-app .box .text .h2,
main.c2cIndex .download-our-app .box .text .buttons {
  position: relative;
  z-index: 3;
}
main.c2cIndex .download-our-app .box .text .buttons a {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  min-width: 320px;
  border-radius: 1rem;
  box-shadow: 0 27px 47px rgba(0, 15, 159, 0.15);
  transition: transform var(--bs-transition-time);
  text-decoration: none;
}
main.c2cIndex .download-our-app .box .text .buttons a:hover {
  transform: translateY(-4px);
}
main.c2cIndex .download-our-app .box .text .buttons a img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  object-position: center;
  margin-left: 24px;
}
main.c2cIndex .download-our-app .box .text .buttons a .name p,
main.c2cIndex .download-our-app .box .text .buttons a .name h6,
main.c2cIndex .download-our-app .box .text .buttons a .name .h6 {
  color: #656565;
}
main.c2cIndex .download-our-app .box .text .buttons a .name p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
main.c2cIndex .download-our-app .box .text .buttons a .name h6, main.c2cIndex .download-our-app .box .text .buttons a .name .h6 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
main.c2cIndex .faqs .accordion .accordion-item {
  border: none;
}
main.c2cIndex .faqs .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 500;
  padding: 24px;
  border-radius: 1rem 1rem 0 0;
  border: none;
  background-color: #a2ae39;
  color: white;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-button.collapsed {
  border-radius: 1rem;
  background-color: #D0D2EE;
  color: #1D1D1F;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cpath id='accordion-collapse' d='M17.951,23.718a1.78,1.78,0,0,0,2.559,0l5.041-5a1.578,1.578,0,0,0,.465-1.163,1.772,1.772,0,0,0-.5-1.241,1.94,1.94,0,0,0-1.241-.485,1.575,1.575,0,0,0-1.2.485L19.231,20.15l-3.878-3.917a1.712,1.712,0,0,0-1.2-.465,1.641,1.641,0,0,0-1.2.5,1.708,1.708,0,0,0-.543,1.241,1.585,1.585,0,0,0,.543,1.2ZM19.269,35.7a16.868,16.868,0,0,1-6.553-1.26A15.81,15.81,0,0,1,4.01,25.734a16.868,16.868,0,0,1-1.26-6.553,16.524,16.524,0,0,1,1.26-6.457A16.314,16.314,0,0,1,7.481,7.489,16.136,16.136,0,0,1,12.716,3.98,16.645,16.645,0,0,1,19.269,2.7,16.371,16.371,0,0,1,35.75,19.219a16.546,16.546,0,0,1-1.28,6.515,16.137,16.137,0,0,1-3.509,5.235,16.314,16.314,0,0,1-5.235,3.471,16.524,16.524,0,0,1-6.457,1.26ZM19.231,19.219Zm0,12.835A12.555,12.555,0,0,0,32.066,19.219,12.555,12.555,0,0,0,19.231,6.384,12.555,12.555,0,0,0,6.4,19.219,12.555,12.555,0,0,0,19.231,32.055Z' transform='translate(-2.75 -2.7)' fill='%232c3840'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cpath id='expand_circle_down_FILL0_wght700_GRAD0_opsz48' d='M17.951,23.718a1.78,1.78,0,0,0,2.559,0l5.041-5a1.578,1.578,0,0,0,.465-1.163,1.772,1.772,0,0,0-.5-1.241,1.94,1.94,0,0,0-1.241-.485,1.575,1.575,0,0,0-1.2.485L19.231,20.15l-3.878-3.917a1.712,1.712,0,0,0-1.2-.465,1.641,1.641,0,0,0-1.2.5,1.708,1.708,0,0,0-.543,1.241,1.585,1.585,0,0,0,.543,1.2ZM19.269,35.7a16.868,16.868,0,0,1-6.553-1.26A15.81,15.81,0,0,1,4.01,25.734a16.868,16.868,0,0,1-1.26-6.553,16.524,16.524,0,0,1,1.26-6.457A16.314,16.314,0,0,1,7.481,7.489,16.136,16.136,0,0,1,12.716,3.98,16.645,16.645,0,0,1,19.269,2.7,16.371,16.371,0,0,1,35.75,19.219a16.546,16.546,0,0,1-1.28,6.515,16.137,16.137,0,0,1-3.509,5.235,16.314,16.314,0,0,1-5.235,3.471,16.524,16.524,0,0,1-6.457,1.26ZM19.231,19.219Zm0,12.835A12.555,12.555,0,0,0,32.066,19.219,12.555,12.555,0,0,0,19.231,6.384,12.555,12.555,0,0,0,6.4,19.219,12.555,12.555,0,0,0,19.231,32.055Z' transform='translate(-2.75 -2.7)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-collapse {
  background-color: #a2ae39;
  color: white;
  border-radius: 0 0 1rem 1rem;
  font-size: 20px;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-collapse.show {
  background-color: #a2ae39;
  color: white;
  border-radius: 0 0 1rem 1rem;
}
main.c2cIndex .faqs .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
main.c2cIndex #shipping-info .main-box {
  border-radius: 1rem;
  box-shadow: 0 17px 47px rgba(0, 15, 159, 0.1);
  background-color: #fff;
  padding: 48px 24px;
}
main.c2cIndex #shipping-info .main-box .title {
  font-weight: 500;
}
main.c2cIndex #shipping-info .summary-heading {
  color: #2f388c;
  margin-bottom: 4px;
}
main.c2cIndex #shipping-info .summary-value {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
main.c2cIndex #shipping-info .shipment-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center center;
}
main.c2cIndex #shipping-info .price-box {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 2;
  padding: 24px;
  background-color: #D0D2EE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -17px 47px rgba(0, 15, 159, 0.1);
}
main.c2cIndex #shipping-info .price-box * {
  margin-bottom: 0;
  color: #a2ae39;
}
main.c2cIndex #shipping-info .price-box h6, main.c2cIndex #shipping-info .price-box .h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
main.c2cIndex #shipping-info .price-box p {
  font-size: 14px;
  font-weight: 300;
}
main.c2cIndex #shipping-info .price-box h5, main.c2cIndex #shipping-info .price-box .h5 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  main.c2cIndex #shipping-info .price-box {
    position: sticky;
    top: 24px;
    border-radius: 1rem;
    background-color: #a2ae39;
    box-shadow: 0 17px 47px rgba(0, 15, 159, 0.1);
  }
  main.c2cIndex #shipping-info .price-box * {
    color: white;
  }
}
main .tracking-waybill {
  font-size: 32px;
  font-weight: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system;
  letter-spacing: 3.52px;
}
main .tracking-states {
  padding-right: 46px;
  margin-bottom: 0;
  position: relative;
}
main .tracking-states::before {
  position: absolute;
  content: "";
  right: 14px;
  top: 0;
  height: 100%;
  width: 2px;
  border-right: 2px dashed rgba(29, 29, 31, 0.5);
}
main .tracking-states > li {
  margin-bottom: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='expand_circle' d='M15.844,19.875a.906.906,0,0,0,1.312,0l4.094-4.094a.867.867,0,0,0,.25-.641.917.917,0,0,0-.281-.672,1.024,1.024,0,0,0-.656-.266.846.846,0,0,0-.656.266L16.5,17.875l-3.437-3.437a.867.867,0,0,0-.641-.25.917.917,0,0,0-.672.281.906.906,0,0,0,0,1.313ZM16.5,29a12.678,12.678,0,0,1-4.937-.953,12.1,12.1,0,0,1-6.609-6.609A12.678,12.678,0,0,1,4,16.5a12.6,12.6,0,0,1,.953-4.906A12.2,12.2,0,0,1,7.594,7.625,12.462,12.462,0,0,1,16.5,4,12.4,12.4,0,0,1,29,16.5a12.462,12.462,0,0,1-3.625,8.906,12.2,12.2,0,0,1-3.969,2.641A12.6,12.6,0,0,1,16.5,29ZM16.5,16.5Zm0,10.625A10.41,10.41,0,0,0,27.125,16.5,10.41,10.41,0,0,0,16.5,5.875,10.41,10.41,0,0,0,5.875,16.5,10.41,10.41,0,0,0,16.5,27.125Z' transform='translate(-4 -4)' fill='%237d7e7f'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top 1px left 1px;
  position: relative;
}
main .tracking-states > li::before {
  position: absolute;
  content: "";
  right: -46px;
  top: 0;
  width: 30px !important;
  height: 30px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='Ellipse_223' data-name='Ellipse 223' fill='%23fff' stroke='%232c3840' stroke-width='1'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .tracking-states > li.completed::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='completed' transform='translate(-849 -435)'%3E%3Cg id='Ellipse_223' data-name='Ellipse 223' transform='translate(849 435)' fill='%23fff' stroke='%232c3840' stroke-width='1'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.5' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_281' data-name='Ellipse 281' cx='9' cy='9' r='9' transform='translate(855 441)' fill='%23a2ae39'/%3E%3C/g%3E%3C/svg%3E%0A");
}
main .tracking-states > li .information {
  display: none;
  padding: 8px 1rem;
  border-radius: 12px;
  background-color: #D0D2EE;
}
main .tracking-states > li .information .captain {
  display: flex;
  align-items: center;
}
main .tracking-states > li .information .captain * {
  font-size: 12px;
}
main .tracking-states > li .information .captain img {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
main .tracking-states > li .information .captain p {
  display: block;
  margin-bottom: 2px;
}
main .tracking-states > li .information hr {
  margin-top: 8px;
  margin-bottom: 10px;
}
main .tracking-states > li .information .location p {
  margin-bottom: 0;
}
main .tracking-states > li .information .location .address p {
  font-size: 12px;
}
main .tracking-states > li .information .reason {
  font-size: 11px;
  font-weight: 300;
}
main .tracking-states > li.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='expand_circle_down' d='M15.844,13.125a.906.906,0,0,1,1.312,0l4.094,4.094a.867.867,0,0,1,.25.641.917.917,0,0,1-.281.672,1.024,1.024,0,0,1-.656.266.846.846,0,0,1-.656-.266L16.5,15.125l-3.437,3.438a.867.867,0,0,1-.641.25.917.917,0,0,1-.672-.281.906.906,0,0,1,0-1.312ZM16.5,4a12.678,12.678,0,0,0-4.937.953,12.1,12.1,0,0,0-6.609,6.609A12.678,12.678,0,0,0,4,16.5a12.6,12.6,0,0,0,.953,4.906,12.2,12.2,0,0,0,2.641,3.969A12.462,12.462,0,0,0,16.5,29,12.4,12.4,0,0,0,29,16.5a12.462,12.462,0,0,0-3.625-8.906,12.2,12.2,0,0,0-3.969-2.641A12.6,12.6,0,0,0,16.5,4ZM16.5,16.5Zm0-10.625A10.41,10.41,0,0,1,27.125,16.5,10.41,10.41,0,0,1,16.5,27.125,10.41,10.41,0,0,1,5.875,16.5,10.41,10.41,0,0,1,16.5,5.875Z' transform='translate(-4 -4)' fill='%232c3840'/%3E%3C/svg%3E%0A");
}
main .tracking-states > li.active .information {
  display: block;
}
main .tracking-states > li .message {
  padding-left: 33px;
  font-size: 18px;
  color: #2f388c;
  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
}
main .tracking-states > li .date {
  font-size: 18px;
  color: #a2ae39;
  margin-bottom: 8px;
}
@media screen and (min-width: 996.67px) {
  main .tracking-states {
    max-width: 768px;
    width: 768px;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  main.c2cIndex section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  main.c2cIndex section#shipping-info {
    padding-bottom: 48px;
  }
  main.c2cIndex .page-title {
    font-size: 36px;
  }
  main.c2cIndex .home {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.c2cIndex .page-title {
    margin-bottom: 1rem;
  }
  main.c2cIndex .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  main.c2cIndex .section-heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  main.c2cIndex .section-text {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  main.c2cIndex .home {
    background: none;
    padding: 0;
  }
  main.c2cIndex .home .punchline {
    margin-bottom: 20px;
  }
  main.c2cIndex .benefits .box .title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  main.c2cIndex .benefits .box p {
    font-size: 1rem;
  }
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer.index-footer ul {
  display: flex;
  justify-content: space-between;
}
footer.index-footer ul li {
  display: inline-block;
}
footer.index-footer ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #656565;
  text-decoration: none;
}
footer.index-footer ul li a:hover {
  color: #a2ae39;
}
footer.index-footer .social-link {
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all var(--bs-transition-time);
}
footer.index-footer .social-link img {
  width: 24px !important;
  height: 24px !important;
}
footer.index-footer .social-link:hover {
  border-color: #2f388c;
  box-shadow: 0 17px 47px rgba(0, 15, 159, 0.15);
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.board-layout .shipments {
  position: relative;
  height: 100%;
}
.board-layout .shipments .header {
  position: sticky;
  z-index: 1;
  right: 0;
  top: calc(var(--bs-dashboard-header-height) + 67px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.board-layout .shipments .header h6, .board-layout .shipments .header .h6 {
  font-size: 1rem;
  font-weight: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system;
  margin-bottom: 0;
}
.board-layout .shipments.processing .header {
  background-color: #D0D2EE;
  color: #a2ae39;
}
.board-layout .shipments.in-transit .header {
  background-color: #E7F5FF;
  color: #40AFFF;
}
.board-layout .shipments.delivered .header {
  background-color: #E4FFEB;
  color: #198754;
}
.board-layout .shipments.cancelled .header {
  background-color: #FFE8E7;
  color: #FF453A;
}
.board-layout .shipments .shipments-container .shipment-card-container {
  border-right: 3px solid;
  position: relative;
}
.board-layout .shipments .shipments-container .shipment-card-container .copy-waybill {
  position: absolute;
  top: 12px;
  right: 158px;
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card {
  display: block;
  width: 100%;
  text-decoration: none;
  background-color: white;
  padding: 1rem;
  margin: 16px 0;
  border-radius: 6px 0 0 6px;
  color: #1D1D1F;
  transition: all var(--bs-transition-time);
  box-shadow: 0 2px 4px rgba(0, 15, 159, 0.05);
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card:hover {
  box-shadow: 0 7px 17px rgba(0, 15, 159, 0.1);
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .waybill {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.86px;
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .flag {
  font-size: 12px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .receiver,
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .date,
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .price {
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .tax {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.board-layout .shipments .shipments-container .shipment-card-container .shipment-card .material-symbols.info {
  color: #2f388c;
}
.board-layout .shipments .shipments-container .shipment-card-container.pending {
  border-right-color: #a2ae39;
}
.board-layout .shipments .shipments-container .shipment-card-container.pending .shipment-card .flag {
  color: #a2ae39;
}
.board-layout .shipments .shipments-container .shipment-card-container.confirmed {
  border-right-color: #2f388c;
}
.board-layout .shipments .shipments-container .shipment-card-container.confirmed .shipment-card .flag {
  color: #2f388c;
}
.board-layout .shipments .shipments-container .shipment-card-container.last-mile {
  border-right-color: #a2ae39;
}
.board-layout .shipments .shipments-container .shipment-card-container.last-mile .shipment-card .flag {
  color: #a2ae39;
}
.board-layout .shipments .shipments-container .shipment-card-container.in-transit {
  border-right-color: #40AFFF;
}
.board-layout .shipments .shipments-container .shipment-card-container.in-transit .shipment-card .flag {
  color: #40AFFF;
}
.board-layout .shipments .shipments-container .shipment-card-container.delivered {
  border-right-color: #198754;
}
.board-layout .shipments .shipments-container .shipment-card-container.delivered .shipment-card .flag {
  color: #198754;
}
.board-layout .shipments .shipments-container .shipment-card-container.cancelled {
  border-right-color: #FF453A;
}
.board-layout .shipments .shipments-container .shipment-card-container.cancelled .shipment-card .flag {
  color: #FF453A;
}
@media screen and (max-width: 1100px) {
  .board-layout {
    overflow-x: scroll;
    overflow-y: auto;
    height: calc(100vh - var(--bs-dashboard-header-height) - 75px);
    flex-wrap: nowrap !important;
  }
  .board-layout::-webkit-scrollbar {
    display: none;
  }
  .board-layout .col-3 {
    width: 268px !important;
    min-width: 268px !important;
    max-width: 268px !important;
  }
  .board-layout .col-3 .shipments .header {
    top: 0;
  }
}

.content-body.dashboard .box {
  display: block;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  border-radius: 10px;
  background-color: white;
}
.content-body.dashboard .box .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-body.dashboard .box .box-header a,
.content-body.dashboard .box .box-header .btn {
  display: block;
  width: auto;
  margin-bottom: 20px;
}
.content-body.dashboard .box.stats {
  transition: 0.2s ease-in-out transform;
}
.content-body.dashboard .box.stats:hover {
  transform: translateY(-6px);
}
.content-body.dashboard .box.stats .icon {
  font-size: 24px;
}
.content-body.dashboard .box.stats .chart {
  max-width: 108px;
  width: 108px;
}
.content-body.dashboard .box.stats .value {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #1D1D1F;
}
.content-body.dashboard .box.stats .heading {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: normal;
  color: #1D1D1F;
}
.content-body.dashboard .box .box-title {
  font-weight: 500;
  margin-bottom: 20px;
}
.content-body.dashboard .box.green {
  background-color: #E4FFEB;
}
.content-body.dashboard .box.green .icon {
  color: #198754;
}
.content-body.dashboard .box.orange {
  background-color: #fff2e4;
}
.content-body.dashboard .box.orange .icon {
  color: #a2ae39;
}
.content-body.dashboard .box.blue {
  background-color: #F0F5F5;
}
.content-body.dashboard .box.blue .icon {
  color: #2f388c;
}
.content-body.dashboard .box .dashboard-bundle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-body.dashboard .box .dashboard-bundle:not(:last-child) {
  margin-bottom: 1rem;
}
.content-body.dashboard .box .dashboard-bundle .bundle-title {
  font-size: 1rem;
  font-weight: normal;
  color: #656565;
  margin-bottom: 4px;
}
.content-body.dashboard .box .dashboard-bundle .amount {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.content-body.dashboard .box .dashboard-recent-shipment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #1D1D1F;
  transition: 0.2s ease-in-out all;
}
.content-body.dashboard .box .dashboard-recent-shipment:hover {
  border-color: #1D1D1F;
}
.content-body.dashboard .box .dashboard-recent-shipment:not(:last-child) {
  margin-bottom: 8px;
}
.content-body.dashboard .box .dashboard-recent-shipment .waybill,
.content-body.dashboard .box .dashboard-recent-shipment .price {
  font-weight: 500;
  margin-bottom: 4px;
}
.content-body.dashboard .box .dashboard-recent-shipment .user,
.content-body.dashboard .box .dashboard-recent-shipment .status {
  margin-bottom: 0;
  font-size: 14px;
}
.content-body.dashboard .box .dashboard-recent-shipment .price,
.content-body.dashboard .box .dashboard-recent-shipment .status {
  text-align: left;
}
.content-body.dashboard .box .dashboard-recent-shipment .status.processing {
  color: #a2ae39;
}
.content-body.dashboard .box .dashboard-recent-shipment .status.intransit {
  color: #40AFFF;
}
.content-body.dashboard .box .dashboard-recent-shipment .status.cancelled {
  color: #FF453A;
}
.content-body.dashboard .box .dashboard-recent-shipment .status.lastmile {
  color: #1D1D1F;
}
.content-body.dashboard .box .dashboard-recent-shipment .status.delivered {
  color: #198754;
}

@media screen and (max-width: 1199px) {
  .shipment-details-main > .pb-xl-0 {
    margin-bottom: 124px;
  }
}
.shipment-details-main .box {
  background-color: white;
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 17px 47px rgba(0, 15, 159, 0.1);
}
.shipment-details-main .summary-heading {
  font-size: 1rem;
  font-weight: normal;
  color: #2f388c;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .shipment-details-main .summary-heading {
    margin-bottom: 0;
  }
}
.shipment-details-main .summary-value {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.shipment-details-main .shipment-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center center;
}
.shipment-details-main .price-box {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 2;
  padding: 1rem;
  background-color: #D0D2EE;
  display: block;
  box-shadow: 0 -17px 47px rgba(0, 15, 159, 0.1);
}
.shipment-details-main .price-box * {
  margin-bottom: 0;
}
.shipment-details-main .price-box h6, .shipment-details-main .price-box .h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #a2ae39 !important;
}
.shipment-details-main .price-box p {
  font-size: 14px;
  font-weight: 300;
  color: #a2ae39 !important;
}
.shipment-details-main .price-box h5, .shipment-details-main .price-box .h5 {
  font-size: 24px;
  font-weight: bold;
  color: #a2ae39 !important;
}
@media screen and (min-width: 1200px) {
  .shipment-details-main .price-box {
    position: sticky;
    top: var(--bs-dashboard-header-height);
    border-radius: 1rem;
    background-color: #D0D2EE;
    box-shadow: 0 17px 47px rgba(0, 15, 159, 0.1);
  }
}
.shipment-details-main .tracking {
  display: flex;
  align-items: center;
  width: 100%;
}
.shipment-details-main .tracking .status {
  font-size: 15px;
  margin-bottom: 0;
}
.shipment-details-main .tracking .status .material-symbols {
  color: #2f388c;
}
.shipment-details-main .tracking .waybill {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: URWMedium, LTBukraRegular, sans-serif, system-ui, -apple-system;
}
.shipment-details-main .tracking .status-badge {
  border-radius: 10px;
  padding: 9px 20px;
  user-select: none;
}
.shipment-details-main .tracking .status-badge.pending {
  background-color: #fff2e4;
  color: #a2ae39;
}
.shipment-details-main .tracking .status-badge.confirmed {
  background-color: #D0D2EE;
  color: #2f388c;
}
.shipment-details-main .tracking .status-badge.in-transit {
  background-color: #E7F5FF;
  color: #40AFFF;
}
.shipment-details-main .tracking .status-badge.delivered {
  background-color: #E4FFEB;
  color: #198754;
}
.shipment-details-main .tracking .status-badge.cancelled {
  background-color: #FFE8E7;
  color: #FF453A;
}

.payment-method-img {
  max-width: 44px;
  max-height: 26px;
  width: 44px;
  height: 26px;
  object-fit: contain;
  object-position: center center;
  margin-left: 24px;
}

.privacy-terms > .container {
  position: relative;
}

.privacy-terms .logo-contain {
  position: absolute;
  top: 0;
}

.privacy-terms p,
.privacy-terms li {
  text-align: justify;
}
.privacy-terms li {
  margin-bottom: 8px;
}
.privacy-terms .privacy-terms-bg {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a2ae39;
  margin-bottom: 3rem;
  color: white;
}

.fast-shipping {
  height: 100vh;
  background-image: url('../images/fastshipping_ar.webp');
  background-size: cover;
  background-position: top left;
  padding: 20px 0;
  overflow-y: auto;
}
.fast-shipping::-webkit-scrollbar {
  display: none;
}
.fast-shipping .box {
  padding: 24px 48px;
  border-radius: 20px;
  box-shadow: 0 17px 47px rgba(0, 15, 159, 0.15);
  background-color: white;
}
.fast-shipping .box header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fast-shipping {
    height: auto;
    background: none;
    padding: 0;
  }
  .fast-shipping .box {
    background-color: transparent;
    padding: 16px 8px;
    box-shadow: none;
  }
  .fast-shipping .box .title-container {
    padding: 18px 32px;
    margin: 0 -1rem;
    background: url('../images/fastshipping_ar.webp');
    background-size: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .fast-shipping .box .title-container::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
  .fast-shipping .box .title-container h1, .fast-shipping .box .title-container .h1 {
    color: white !important;
    text-shadow: 0 7px 7px black;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
  }
  .fast-shipping .box .title-container h1 span, .fast-shipping .box .title-container .h1 span {
    display: block;
    color: white !important;
  }
}

.saeepay .title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.saeepay .payment-type {
  margin-bottom: 20px;
}
.saeepay .payment-type .subheading {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 8px;
}
.saeepay .payment-type .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.saeepay .box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .saeepay .box {
    padding: 1rem 8px 0;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.saeepay .box h6, .saeepay .box .h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.saeepay .box .heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.saeepay .box table tr td {
  width: 30%;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.saeepay .box table tr td:first-child {
  padding-left: 6px;
}
.saeepay .box table tr td.detail {
  width: 30%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .saeepay .box table tr td {
    width: auto;
    display: block;
    padding: 0;
  }
  .saeepay .box table tr td.detail {
    width: auto;
  }
  .saeepay .box table tr td:last-child {
    margin-bottom: 1rem;
  }
}
.saeepay .box .price-box-checkout {
  position: relative;
  border-radius: 1rem;
  background-color: #eaefef;
  box-shadow: 0 17px 47px rgba(44, 56, 64, 0.1);
  color: #2c3840;
  display: flex;
  padding: 24px;
  width: 100%;
}
.saeepay .box .price-box-checkout h6, .saeepay .box .price-box-checkout .h6 {
  font-size: 18px;
  font-weight: 500;
}
.saeepay .box .price-box-checkout p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.saeepay .box .price-box-checkout h5, .saeepay .box .price-box-checkout .h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
}

.wallet-box {
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.wallet-box .value {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .saeex {
    height: auto;
  }
}
.saeex .header-container {
  background-image: url("../images/saeex/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 225px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.saeex .header-container .only-logo {
  margin-bottom: 1rem;
}
.saeex .header-container * {
  position: relative;
  z-index: 1;
  color: white;
}
.saeex .links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 320px) {
  .saeex .links .link {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .saeex .links .link {
    min-height: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .saeex .links .link {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .saeex .links .link {
    min-height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .saeex .links .link {
    min-height: 600px;
  }
}
.saeex .links .link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  content: "";
  transition: all 0.15s ease-in-out;
}
.saeex .links .link img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  filter: grayscale(2);
  transition: all 0.15s ease-in-out;
}
.saeex .links .link svg {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 2rem;
}
.saeex .links .link svg * {
  transition: all 0.15s ease-in-out;
}
.saeex .links .link h4, .saeex .links .link .h4 {
  position: relative;
  z-index: 4;
  text-align: center;
  color: white;
  font-size: 3vw;
  margin-bottom: 0;
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
  transition: all 0.15s ease-in-out;
}
.saeex .links .link:hover::before {
  display: none;
}
.saeex .links .link:hover img {
  filter: unset;
}
.saeex .links .link.corporate:hover svg * {
  fill: #a2ae39;
}
.saeex .links .link.courier:hover svg * {
  fill: #a2ae39;
}
.saeex .links .link.operation:hover svg * {
  fill: #198754;
}

.downloadapp-eng {
  height: 100vh;
  overflow: hidden;
}
.downloadapp-eng .box {
  border-radius: 30px;
  background: linear-gradient(-27deg, #a2ae39 30%, #a2ae39 80%);
  height: 75%;
  margin-top: 10px;
  padding: 120px 68px 66px;
  position: relative;
}
.downloadapp-eng .box .download-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.downloadapp-eng .box .download-flex .tagline {
  font-size: 24px;
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
  text-transform: uppercase;
  color: #a2ae39;
  margin-bottom: 0px;
  padding-right: 7px;
}
.downloadapp-eng .box .download-flex .download-text span {
  text-transform: uppercase;
  font-size: 22px;
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
  color: #a2ae39;
  background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
  padding: 0.5rem 0.5rem;
  margin-bottom: 50px;
  display: inline-block;
  margin-right: 7px;
}
.downloadapp-eng .box .download-flex h1, .downloadapp-eng .box .download-flex .h1 {
  color: #fff;
  font-family: URWHeavy, LTBukraBold, sans-serif, system-ui, -apple-system;
  font-size: 90px;
}
.downloadapp-eng .box h1, .downloadapp-eng .box .h1 {
  font-size: 65px;
  font-family: #fff;
  text-transform: uppercase;
  color: #a2ae39;
}
.downloadapp-eng .box .feature {
  position: absolute;
  max-width: 630px;
  left: -10%;
  bottom: -16%;
}
.downloadapp-eng .box .download-btn {
  padding: 1rem 3rem;
  border-radius: 50px;
  border: 1.4px solid #ffffff;
  min-width: 336px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.downloadapp-eng .box .download-btn .qrcode {
  height: 70px;
  width: 70px;
}
.downloadapp-eng .copyright {
  padding-top: 3%;
  padding-bottom: 1rem;
}
@media (max-width: 1399.98px) {
  .downloadapp-eng .box {
    padding-top: 66px;
  }
  .downloadapp-eng .box .download-btn {
    padding: 1rem 2rem;
    min-width: 300px;
  }
  .downloadapp-eng .box .feature {
    max-width: 600px;
  }
  .downloadapp-eng .box .download-text span {
    text-transform: uppercase;
    font-size: 22px;
    font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
    color: #a2ae39;
    background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
    padding: 0.5rem 0.5rem;
    margin-bottom: 50px;
    display: inline-block;
    margin-right: 7px;
  }
  .downloadapp-eng .box h1, .downloadapp-eng .box .h1 {
    color: #fff;
    font-family: URWHeavy, LTBukraBold, sans-serif, system-ui, -apple-system;
    font-size: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .downloadapp-eng {
    height: auto;
    overflow: auto;
  }
  .downloadapp-eng .box {
    padding-bottom: 0;
    background: linear-gradient(-164deg, #a2ae39 30%, #a2ae39 80%);
  }
  .downloadapp-eng .box .feature {
    position: relative;
    left: unset;
    display: block;
    margin-right: auto;
    margin-left: auto;
    bottom: -3rem;
  }
  .downloadapp-eng .box h1, .downloadapp-eng .box .h1 {
    margin-bottom: 3rem;
  }
  .downloadapp-eng .box .download-flex * {
    text-align: center;
    justify-content: center;
  }
  .downloadapp-eng .copyright {
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  .downloadapp-eng .box {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .downloadapp-eng .box h1, .downloadapp-eng .box .h1 {
    font-size: 48px !important;
  }
  .downloadapp-eng .box .download-btn {
    width: 85%;
    display: block;
    text-align: right;
    padding-right: 20%;
  }
  .downloadapp-eng .box .download-text span {
    font-size: 16px !important;
  }
  .downloadapp-eng .copyright {
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .downloadapp-eng .box {
    margin: 0rem 0.5rem;
  }
  .downloadapp-eng .box .download-btn {
    width: 70%;
    display: flex;
    text-align: right;
    padding-right: 20%;
    min-width: 260px;
    padding: 0.5rem 2rem;
  }
  .downloadapp-eng .box .download-btn .qrcode {
    width: 60px;
    height: auto;
  }
  .downloadapp-eng .box .download-btn img {
    width: 140px;
    height: auto;
  }
  .downloadapp-eng .box .download-text span {
    text-transform: uppercase;
    font-size: 22px;
    font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
    color: #a2ae39;
    background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
    padding: 0.5rem 0.5rem;
    margin-bottom: 50px;
    display: inline-block;
    margin-right: 7px;
  }
  .downloadapp-eng .box h1, .downloadapp-eng .box .h1 {
    color: #fff;
    font-family: URWHeavy, LTBukraBold, sans-serif, system-ui, -apple-system;
    font-size: 24px !important;
    padding-top: 0.5rem;
  }
  .downloadapp-eng .box .tagline {
    font-size: 20px !important;
  }
  .downloadapp-eng .copyright {
    font-size: 14px;
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}

.downloadapp-arabic {
  height: 100vh;
  overflow: hidden;
}
.downloadapp-arabic .box {
  border-radius: 30px;
  background: linear-gradient(-27deg, #a2ae39 30%, #a2ae39 80%);
  height: 75%;
  margin-top: 10px;
  padding: 120px 68px 66px;
  position: relative;
}
.downloadapp-arabic .box .download-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.downloadapp-arabic .box .download-flex .tagline {
  font-size: 24px;
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
  text-transform: uppercase;
  color: #a2ae39;
  margin-bottom: 0px;
  padding-right: 7px;
}
.downloadapp-arabic .box .download-flex .download-text span {
  text-transform: uppercase;
  font-size: 22px;
  font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
  color: #a2ae39;
  background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
  padding: 0.5rem 0.5rem;
  margin-bottom: 50px;
  display: inline-block;
  margin-right: 7px;
}
.downloadapp-arabic .box .download-flex h1, .downloadapp-arabic .box .download-flex .h1 {
  color: #fff;
  font-family: Arslan-Wessam;
  font-size: 160px;
  height: 130px;
}
.downloadapp-arabic .box h1, .downloadapp-arabic .box .h1 {
  font-size: 65px;
  font-family: #fff;
  text-transform: uppercase;
  color: #a2ae39;
}
.downloadapp-arabic .box .feature {
  position: absolute;
  max-width: 630px;
  left: -10%;
  bottom: -16%;
}
.downloadapp-arabic .box .download-btn {
  padding: 1rem 3rem;
  border-radius: 50px;
  border: 1.4px solid #ffffff;
  min-width: 336px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.downloadapp-arabic .box .download-btn .qrcode {
  height: 70px;
  width: 70px;
}
.downloadapp-arabic .copyright {
  padding-top: 3%;
  padding-bottom: 1rem;
}
@media (max-width: 1399.98px) {
  .downloadapp-arabic .box {
    padding-top: 66px;
  }
  .downloadapp-arabic .box .download-btn {
    padding: 1rem 2rem;
    min-width: 300px;
  }
  .downloadapp-arabic .box .feature {
    max-width: 600px;
  }
  .downloadapp-arabic .box .download-text span {
    text-transform: uppercase;
    font-size: 22px;
    font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
    color: #a2ae39;
    background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
    padding: 0.5rem 0.5rem;
    margin-bottom: 50px;
    display: inline-block;
    margin-right: 7px;
  }
  .downloadapp-arabic .box h1, .downloadapp-arabic .box .h1 {
    color: #fff;
    font-family: URWHeavy, LTBukraBold, sans-serif, system-ui, -apple-system;
    font-size: 160px !important;
    height: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .downloadapp-arabic {
    height: auto;
    overflow: auto;
  }
  .downloadapp-arabic .box {
    padding-bottom: 0;
    background: linear-gradient(-164deg, #a2ae39 30%, #a2ae39 80%);
  }
  .downloadapp-arabic .box .feature {
    position: relative;
    left: unset;
    display: block;
    margin-right: auto;
    margin-left: auto;
    bottom: -3rem;
  }
  .downloadapp-arabic .box h1, .downloadapp-arabic .box .h1 {
    margin-bottom: 3rem;
    font-size: 160px !important;
    height: 130px !important;
  }
  .downloadapp-arabic .box .download-flex * {
    text-align: center;
    justify-content: center;
  }
  .downloadapp-arabic .copyright {
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  .downloadapp-arabic .box {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .downloadapp-arabic .box h1, .downloadapp-arabic .box .h1 {
    font-size: 100px !important;
    height: 80px !important;
  }
  .downloadapp-arabic .box .download-btn {
    width: 85%;
    display: block;
    text-align: right;
    padding-right: 20%;
  }
  .downloadapp-arabic .box .download-text span {
    font-size: 16px !important;
  }
  .downloadapp-arabic .copyright {
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .downloadapp-arabic .box {
    margin: 0rem 0.5rem;
  }
  .downloadapp-arabic .box .download-btn {
    width: 70%;
    display: flex;
    text-align: right;
    padding-right: 20%;
    min-width: 260px;
    padding: 0.5rem 2rem;
  }
  .downloadapp-arabic .box .download-btn .qrcode {
    width: 60px;
    height: auto;
  }
  .downloadapp-arabic .box .download-btn img {
    width: 140px;
    height: auto;
  }
  .downloadapp-arabic .box .download-text span {
    text-transform: uppercase;
    font-size: 22px;
    font-family: URWBold, LTBukraBold, sans-serif, system-ui, -apple-system;
    color: #a2ae39;
    background: linear-gradient(-90deg, #59dd77 0%, #019345 100%);
    padding: 0.5rem 0.5rem;
    margin-bottom: 50px;
    display: inline-block;
    margin-right: 7px;
  }
  .downloadapp-arabic .box h1, .downloadapp-arabic .box .h1 {
    color: #fff;
    font-family: URWHeavy, LTBukraBold, sans-serif, system-ui, -apple-system;
    font-size: 80px !important;
    padding-top: 0.5rem;
    height: 80px !important;
  }
  .downloadapp-arabic .box .tagline {
    font-size: 20px !important;
  }
  .downloadapp-arabic .copyright {
    font-size: 14px;
    border-top: 1px solid #d8d8d6;
    padding-top: 1rem;
    margin-top: 3rem;
    display: flex !important;
    justify-content: center !important;
  }
}

.copy-waybill p {
  color: #a2ae39;
}

/*******Shipment Creation January 2024******/
.shipment-creation {
  background-color: #f8f8f8;
}
.shipment-creation .input-bg {
  background-color: #f7f7f7;
  border-radius: 6rem;
}
.shipment-creation .main-bg {
  margin-top: 20px;
  border-radius: 12px;
  background: var(--Pure-White, #fff);
}
.shipment-creation .timeline {
  position: relative;
  padding: 0px 20px;
}
.shipment-creation .step {
  text-align: start;
  margin-bottom: 20px;
  display: inline-block;
  color: #8a8a8a;
  padding-left: 20px;
}
.shipment-creation .line {
  width: 340px;
  height: 2px;
  background-color: #ebebeb;
}
.shipment-creation .step.completed {
  color: #a2ae39;
}
.shipment-creation .step.completed .line {
  background-color: #a2ae39;
}
.shipment-creation .form-control::placeholder {
  font-size: 1rem;
}
.shipment-creation .home-header {
  background-color: #ffffff;
}
.shipment-creation .title {
  color: #a2ae39;
  font-weight: 700;
}
.shipment-creation .box {
  border: none;
  padding-right: 0px;
}
.shipment-creation .heading {
  font-weight: bold;
}
.shipment-creation .table th {
  width: 25%;
}
.shipment-creation .payment-method {
  background-color: #a2ae39;
  padding: 2rem;
  box-shadow: 0 0 120px rgba(0, 15, 159, 0.1);
}
.shipment-creation .box .price-box-checkout {
  background: transparent;
  border-radius: 0rem;
}
.shipment-creation .box .price-box-checkout .h6 {
  color: white;
}
.shipment-creation .btn-saeepay {
  background-color: #a2ae39;
  border-radius: 2rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.shipment-creation .btn-payment {
  border-radius: 2rem;
  border: 1px solid #4c57bc;
}
.shipment-creation .btn-payment span {
  color: white;
  font-size: 14px;
}
.shipment-creation .btn-lang {
  border-radius: 2rem;
  border: 1px solid #c3c4c8;
  padding: 10px 25px;
}
.shipment-creation .btn.dropdown-toggle::after {
  display: none;
}
.shipment-creation .payment-confirm {
  top: 15%;
}
.shipment-creation .toast {
  width: 380px;
  border: none;
  padding: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 159, 0.1);
}
.shipment-creation .toast-body {
  padding: 1rem 0.5rem;
  border: none;
  display: flex;
}
.shipment-creation .toast-body .btn-saeepay {
  background-color: #a2ae39;
  border-radius: 2rem;
  padding: 1rem;
}
.shipment-creation .payment-success {
  padding-left: 10px;
  border-left: 1px solid #c3c4c8;
}
.shipment-creation .payment-info {
  top: 20%;
}
.shipment-creation .payment-failed {
  top: 40%;
}
.shipment-creation .btn-primary-sm {
  background-color: #a2ae39;
  border-radius: 2rem;
  color: white;
  padding: 0.25rem 0.75rem;
}
.shipment-creation .toast-body span strong {
  margin-right: 22px;
  color: #1d1d1f;
}
.shipment-creation .form-check.custom-form-check .form-check-input:checked + .form-check-label {
  background-color: #a2ae39;
  position: relative;
}
.shipment-creation .form-check.custom-form-check .form-check-label {
  padding: 0.75rem 0rem 0.75rem 19px;
  padding-right: 20px;
  border-radius: 10px;
  border-radius: 2rem;
  border: 0rem;
  display: flex;
}
.shipment-creation .payment-method-img {
  margin-left: 15px;
}
.shipment-creation .form-check.custom-form-check .form-check-input:checked + .form-check-label::before {
  display: none;
}
.shipment-creation .price-box-checkout {
  position: relative;
  background-color: #eaefef;
  box-shadow: 0 17px 47px rgba(44, 56, 64, 0.1);
  color: #2c3840;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #4c57bc;
  border-radius: 0rem;
}
.shipment-creation .price-box-checkout h6, .shipment-creation .price-box-checkout .h6 {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.shipment-creation .price-box-checkout p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
}
.shipment-creation .price-box-checkout h5, .shipment-creation .price-box-checkout .h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
  color: white;
}
.shipment-creation .Copyright {
  margin-top: 50px;
  border-top: 1px solid #d8d8d6;
}
.shipment-creation .cards {
  display: flex;
  justify-content: end;
}
.shipment-creation .box .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.shipment-creation .saeepay .box table tr td {
  width: 25%;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.shipment-creation .saeepay .box table th {
  padding-bottom: 16px;
  border-bottom: 1px solid #c3c4c8;
}
.shipment-creation .saeepay .box h6, .shipment-creation .saeepay .box .h6 {
  color: white;
}
@media screen and (max-width: 420px) {
  .shipment-creation .alert-success {
    width: 100%;
  }
  .shipment-creation .alert-warning {
    width: 100%;
  }
  .shipment-creation .payment-success {
    padding-left: 10px;
    border-left: none !important;
  }
}
@media screen and (max-width: 768px) {
  .shipment-creation .saeepay .box {
    border-radius: 10px;
  }
  .shipment-creation .Copyright {
    margin-top: 50px;
    border-top: 1px solid #d8d8d6;
  }
  .shipment-creation .cards {
    display: flex;
    justify-content: center;
  }
  .shipment-creation .copyright-content {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .shipment-creation table {
    width: 100%;
  }
  .shipment-creation table tbody {
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .shipment-creation tr {
    display: inline-block;
    flex: 1 1 auto;
  }
  .shipment-creation td,
  .shipment-creation th {
    display: block;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: none;
  }
  .shipment-creation td {
    white-space: nowrap;
    width: 100% !important;
    text-align: left;
  }
  .shipment-creation .saeepay .box table th {
    padding-bottom: 16px;
    border-bottom: none;
  }
}
.shipment-creation .discount-coupon {
  border-bottom: 1px solid #6a74d5;
}
.shipment-creation .discount-coupon input {
  border-radius: 2rem;
  padding: 1rem 0.5rem;
  color: #6a74d5;
  padding-right: 20px;
  font-size: 1rem;
  padding-left: 0px;
}
.shipment-creation .discount-coupon .btn {
  border-radius: 6rem;
  padding: 1rem 0.5rem;
  background-color: #a2ae39;
  color: white;
  padding: 1rem 2rem;
  display: block;
}
.shipment-creation .discount-coupon .input-group {
  position: relative;
  border: 1px solid #4c57bc;
  margin-top: 10px;
  border-radius: 2rem;
}
.shipment-creation .discount-coupon .input-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  border: none;
}
.shipment-creation #coupon-input::placeholder {
  color: #6a74d5;
}
.shipment-creation .input-group {
  display: flex;
}
.shipment-creation .input-group input {
  border: none;
  flex: 1;
  border-left: 0px;
}

.saeepay-new {
  background-color: #fafafd;
}
.saeepay-new .alert-success {
  color: #1d1d1f;
  width: 420px;
  border: none;
  padding: 1.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 159, 0.1);
  background-color: white;
  display: flex;
  margin-bottom: 20px;
}
.saeepay-new .alert-warning {
  color: #1d1d1f;
  width: 420px;
  border: none;
  padding: 1.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 159, 0.1);
  background-color: white;
  display: flex;
}
.saeepay-new .home-header {
  background-color: #fafafd;
}
.saeepay-new .title {
  color: #a2ae39;
  font-weight: 700;
}
.saeepay-new .box {
  border: none;
  padding-right: 0px;
}
.saeepay-new .heading {
  font-weight: bold;
}
.saeepay-new .table th {
  width: 25%;
}
.saeepay-new .payment-method {
  background-color: #a2ae39;
  padding: 2rem;
  box-shadow: 0 0 120px rgba(0, 15, 159, 0.1);
}
.saeepay-new .box .price-box-checkout {
  background: transparent;
  border-radius: 0rem;
}
.saeepay-new .box .price-box-checkout .h6 {
  color: white;
}
.saeepay-new .btn-saeepay {
  background-color: #a2ae39;
  border-radius: 2rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.saeepay-new .btn-payment {
  border-radius: 2rem;
  border: 1px solid #4c57bc;
}
.saeepay-new .btn-payment span {
  color: white;
  font-size: 14px;
}
.saeepay-new .btn-lang {
  border-radius: 2rem;
  border: 1px solid #c3c4c8;
  padding: 10px 25px;
}
.saeepay-new .btn.dropdown-toggle::after {
  display: none;
}
.saeepay-new .payment-confirm {
  top: 15%;
}
.saeepay-new .toast {
  width: 380px;
  border: none;
  padding: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 15, 159, 0.1);
}
.saeepay-new .toast-body {
  padding: 1rem 0.5rem;
  border: none;
  display: flex;
}
.saeepay-new .toast-body .btn-saeepay {
  background-color: #a2ae39;
  border-radius: 2rem;
  padding: 1rem;
}
.saeepay-new .payment-success {
  padding-left: 10px;
  border-left: 1px solid #c3c4c8;
}
.saeepay-new .payment-info {
  top: 20%;
}
.saeepay-new .payment-failed {
  top: 40%;
}
.saeepay-new .btn-primary-sm {
  background-color: #a2ae39;
  border-radius: 2rem;
  color: white;
  padding: 0.25rem 0.75rem;
}
.saeepay-new .toast-body span strong {
  margin-right: 22px;
  color: #1d1d1f;
}
.saeepay-new .form-check.custom-form-check .form-check-input:checked + .form-check-label {
  background-color: #a2ae39;
  position: relative;
}
.saeepay-new .form-check.custom-form-check .form-check-label {
  padding: 0.75rem 0rem 0.75rem 19px;
  padding-right: 20px;
  border-radius: 10px;
  border-radius: 2rem;
  border: 0rem;
  display: flex;
}
.saeepay-new .payment-method-img {
  margin-left: 15px;
}
.saeepay-new .form-check.custom-form-check .form-check-input:checked + .form-check-label::before {
  display: none;
}
.saeepay-new .price-box-checkout {
  position: relative;
  background-color: #eaefef;
  box-shadow: 0 17px 47px rgba(44, 56, 64, 0.1);
  color: #2c3840;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #4c57bc;
  border-radius: 0rem;
}
.saeepay-new .price-box-checkout h6, .saeepay-new .price-box-checkout .h6 {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.saeepay-new .price-box-checkout p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
}
.saeepay-new .price-box-checkout h5, .saeepay-new .price-box-checkout .h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
  color: white;
}
.saeepay-new .Copyright {
  margin-top: 50px;
  border-top: 1px solid #d8d8d6;
}
.saeepay-new .cards {
  display: flex;
  justify-content: end;
}
.saeepay-new .box .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.saeepay-new .saeepay .box table tr td {
  width: 25%;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.saeepay-new .saeepay .box table th {
  padding-bottom: 16px;
  border-bottom: 1px solid #c3c4c8;
}
.saeepay-new .saeepay .box h6, .saeepay-new .saeepay .box .h6 {
  color: white;
}
@media screen and (max-width: 420px) {
  .saeepay-new .alert-success {
    width: 100%;
  }
  .saeepay-new .alert-warning {
    width: 100%;
  }
  .saeepay-new .payment-success {
    padding-left: 10px;
    border-left: none !important;
  }
}
@media screen and (max-width: 768px) {
  .saeepay-new .saeepay .box {
    border-radius: 10px;
  }
  .saeepay-new .Copyright {
    margin-top: 50px;
    border-top: 1px solid #d8d8d6;
  }
  .saeepay-new .cards {
    display: flex;
    justify-content: center;
  }
  .saeepay-new .copyright-content {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .saeepay-new table {
    width: 100%;
  }
  .saeepay-new table tbody {
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .saeepay-new tr {
    display: inline-block;
    flex: 1 1 auto;
  }
  .saeepay-new td,
  .saeepay-new th {
    display: block;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: none;
  }
  .saeepay-new td {
    white-space: nowrap;
    width: 100% !important;
    text-align: left;
  }
  .saeepay-new .saeepay .box table th {
    padding-bottom: 16px;
    border-bottom: none;
  }
}
.saeepay-new .discount-coupon {
  border-bottom: 1px solid #6a74d5;
}
.saeepay-new .discount-coupon input {
  border-radius: 2rem;
  padding: 1rem 0.5rem;
  color: #6a74d5;
  padding-right: 20px;
  font-size: 1rem;
  padding-left: 0px;
}
.saeepay-new .discount-coupon .btn {
  border-radius: 6rem;
  padding: 1rem 0.5rem;
  background-color: #a2ae39;
  color: white;
  padding: 1rem 2rem;
  display: block;
}
.saeepay-new .discount-coupon .input-group {
  position: relative;
  border: 1px solid #4c57bc;
  margin-top: 10px;
  border-radius: 2rem;
}
.saeepay-new .discount-coupon .input-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  border: none;
}
.saeepay-new #coupon-input::placeholder {
  color: #6a74d5;
}
.saeepay-new .input-group {
  display: flex;
}
.saeepay-new .input-group input {
  border: none;
  flex: 1;
  border-left: 0px;
}

.saeepay-new-search {
  background-color: #FAFAFD;
  /*******Header Css**************/
  /*******Body CSS**************/
  /*******Track Shipment Start **************/
  /*******Track Shipment End **************/
  /*******Footer Css**************/
}
.saeepay-new-search .home-header {
  background-color: #FAFAFD;
}
.saeepay-new-search .btn-lang {
  border-radius: 2rem;
  border: 1px solid #C3C4C8;
  padding: 10px 25px;
}
.saeepay-new-search .btn.dropdown-toggle::after {
  display: none;
}
.saeepay-new-search .waybill-copy p {
  text-align: center;
  font-size: 1.25rem;
}
.saeepay-new-search .waybill-copy h3, .saeepay-new-search .waybill-copy .h3 {
  text-align: center;
}
.saeepay-new-search .search_container {
  background-color: #a2ae39;
  width: 80%;
  height: auto;
  border-radius: 10px;
  text-align: center;
  padding: 5rem;
  box-shadow: 0 0 120px rgba(0, 15, 159, 0.1);
}
.saeepay-new-search .search_container h3, .saeepay-new-search .search_container .h3 {
  color: #fff;
}
.saeepay-new-search .tracking_timeline {
  background-color: #a2ae39;
  width: 80%;
  height: auto;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 2.5rem;
  padding-bottom: 0px;
  box-shadow: 0 0 120px rgba(0, 15, 159, 0.1);
}
.saeepay-new-search .tracking_timeline h6, .saeepay-new-search .tracking_timeline .h6 {
  text-align: start;
  color: #fff;
}
.saeepay-new-search .tracking-title p {
  font-size: 14px;
  text-align: center;
  color: #2c3840;
}
.saeepay-new-search .saeepay .title {
  color: white;
  font-size: 1.5rem;
  text-transform: capitalize;
  text-align: center;
}
.saeepay-new-search .trackingpage {
  width: 75%;
}
.saeepay-new-search .trackingpage .shipment-detail,
.saeepay-new-search .trackingpage .consignee-detail {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.saeepay-new-search .trackingpage .shipment-detail th,
.saeepay-new-search .trackingpage .consignee-detail th {
  border: none;
  text-transform: capitalize;
  color: #2c3840;
  text-align: right;
  font-weight: 500;
}
.saeepay-new-search .trackingpage .shipment-detail td,
.saeepay-new-search .trackingpage .consignee-detail td {
  border: none;
  text-transform: capitalize;
  color: #2c3840;
  text-align: left;
  font-weight: 500;
}
.saeepay-new-search .trackingpage .shipment-detail h6, .saeepay-new-search .trackingpage .shipment-detail .h6,
.saeepay-new-search .trackingpage .consignee-detail h6,
.saeepay-new-search .trackingpage .consignee-detail .h6 {
  text-align: right;
  margin-right: 8px;
}
.saeepay-new-search .track-shipment {
  width: 60%;
}
.saeepay-new-search .track-shipment input {
  border-radius: 2rem;
  padding: 1rem 0.5rem;
  color: #6A74D5;
  padding-right: 20px;
  font-size: 1rem;
  padding-left: 0px;
}
.saeepay-new-search .track-shipment .btn {
  border-radius: 6rem;
  padding: 1rem 0.5rem;
  background-color: #a2ae39;
  color: white;
  padding: 1rem 2rem;
  display: block;
}
.saeepay-new-search .track-shipment .input-group {
  position: relative;
  border: 1px solid #4C57BC;
  margin-top: 10px;
  border-radius: 2rem;
}
.saeepay-new-search .track-shipment .input-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  border: none;
}
.saeepay-new-search #coupon-input::placeholder {
  color: #6A74D5;
}
.saeepay-new-search .input-group {
  display: flex;
}
.saeepay-new-search .input-group input {
  border: none;
  flex: 1;
  border-left: 0px;
}
.saeepay-new-search .tracking-details {
  display: flex;
}
.saeepay-new-search .payment-status {
  display: flex;
  margin-top: 20px;
}
.saeepay-new-search .payment-status .btn {
  background-color: #a2ae39;
  color: #fff;
  padding: 1rem 0.5rem;
  width: 169px;
}
.saeepay-new-search .shipment-detail {
  border: 1px solid #4C57BC;
  border-radius: 10px;
}
.saeepay-new-search .shipment-detail th {
  border: none;
  text-transform: capitalize;
  color: white;
  text-align: right;
}
.saeepay-new-search .shipment-detail td {
  border: none;
  text-transform: capitalize;
  color: white;
  text-align: left;
}
.saeepay-new-search .shipment-detail h6, .saeepay-new-search .shipment-detail .h6 {
  text-align: right;
  margin-right: 8px;
}
.saeepay-new-search .consignee-detail {
  border: 1px solid #4C57BC;
  border-radius: 10px;
}
.saeepay-new-search .consignee-detail th {
  border: none;
  text-transform: capitalize;
  color: white;
  text-align: right;
}
.saeepay-new-search .consignee-detail td {
  border: none;
  text-transform: capitalize;
  color: white;
  text-align: left;
}
.saeepay-new-search .consignee-detail h6, .saeepay-new-search .consignee-detail .h6 {
  text-align: right;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .saeepay-new-search .track-shipment {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .saeepay-new-search .trackingpage {
    width: 100%;
  }
  .saeepay-new-search .search_container {
    background-color: #a2ae39;
    width: 100%;
    height: auto;
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
  }
  .saeepay-new-search .shipment-detail {
    margin-bottom: 20px;
  }
  .saeepay-new-search .track-shipment {
    width: 100%;
  }
  .saeepay-new-search .tracking-details {
    display: block;
    padding: 1rem;
  }
  .saeepay-new-search .shipment-detail {
    border: 1px solid #4C57BC;
    border-radius: 10px;
  }
  .saeepay-new-search .shipment-detail th {
    border: none;
    text-transform: capitalize;
    color: white;
    text-align: right;
  }
  .saeepay-new-search .shipment-detail td {
    border: none;
    text-transform: capitalize;
    color: white;
    text-align: right;
  }
  .saeepay-new-search .shipment-detail h6, .saeepay-new-search .shipment-detail .h6 {
    text-align: right;
    margin-right: 8px;
  }
  .saeepay-new-search .consignee-detail {
    border: 1px solid #4C57BC;
    border-radius: 10px;
  }
  .saeepay-new-search .consignee-detail th {
    border: none;
    text-transform: capitalize;
    color: white;
    text-align: right;
  }
  .saeepay-new-search .consignee-detail td {
    border: none;
    text-transform: capitalize;
    color: white;
    text-align: right;
  }
  .saeepay-new-search .consignee-detail h6, .saeepay-new-search .consignee-detail .h6 {
    text-align: right;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .saeepay-new-search .trackingpage {
    width: 100%;
  }
  .saeepay-new-search .tracking-details {
    display: block;
  }
  .saeepay-new-search table {
    width: 100%;
  }
  .saeepay-new-search table tbody {
    display: block;
    gap: 8px;
    width: 0%;
  }
}
@media screen and (max-width: 576px) {
  .saeepay-new-search .track-shipment {
    width: 100%;
    padding: 0rem 1.25rem;
  }
  .saeepay-new-search .waybill-copy p {
    text-align: center;
    font-size: 1.25rem;
  }
  .saeepay-new-search .waybill-copy h3, .saeepay-new-search .waybill-copy .h3 {
    text-align: center;
    font-size: 1.25rem;
  }
  .saeepay-new-search .track-shipment input {
    border-radius: 2rem;
    padding: 0.5rem;
    color: #6A74D5;
    padding-right: 20px;
    font-size: 0.75rem;
    padding-left: 0px;
  }
  .saeepay-new-search .track-shipment .btn {
    border-radius: 6rem;
    padding: 0.5rem;
    background-color: #a2ae39;
    color: white;
    padding: 0.5rem 1rem;
    display: block;
  }
  .saeepay-new-search .trackingpage {
    width: 100%;
  }
  .saeepay-new-search .search_container {
    width: 90%;
  }
}
.saeepay-new-search .Copyright {
  margin-top: 50px;
  border-top: 1px solid #d8d8d6;
}
.saeepay-new-search .cards {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .saeepay-new-search table {
    width: 100%;
  }
  .saeepay-new-search table tbody {
    display: block;
    gap: 8px;
    width: 0%;
  }
  .saeepay-new-search tr {
    display: inline-block;
    flex: 1 1 auto;
  }
  .saeepay-new-search td,
  .saeepay-new-search th {
    display: block;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: none;
  }
  .saeepay-new-search td {
    white-space: nowrap;
    width: 100% !important;
    text-align: left;
  }
  .saeepay-new-search .saeepay .box table th {
    padding-bottom: 16px;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .saeepay-new-search .search_container h3, .saeepay-new-search .search_container .h3 {
    font-size: 1rem !important;
  }
  .saeepay-new-search .saeepay .title {
    font-size: 1rem;
  }
  .saeepay-new-search .payment-status .btn {
    background-color: #a2ae39;
    color: #fff;
    padding: 0.5rem 0.25rem;
    width: 120px;
  }
  .Copyright {
    margin-top: 50px;
    border-top: 1px solid #d8d8d6;
  }
  .cards {
    display: flex;
    justify-content: center;
  }
  .copyright-content {
    text-align: center;
  }
}
/*******Tracking Timeline Code 1**************/
/*******Tracking Timeline Code 2**************/
.timeline-1 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  list-style: none;
  text-align: right;
  padding-right: 0px;
}
.timeline-1 h6, .timeline-1 .h6,
.timeline-1 p,
.timeline-1 span,
.timeline-1 li {
  color: #d8d8d6;
}
.timeline-1 .tracking-history {
  display: flex;
}
.timeline-1 .history {
  margin-right: 114px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-right: 2px solid #d8d8d6;
}
.timeline-1 .date-time h6, .timeline-1 .date-time .h6 {
  font-size: 1rem;
  padding-right: 0px;
  margin: 0px;
  padding-top: 0px;
}
.timeline-1 .date-time span {
  font-size: 1rem;
}
.timeline-1 .last {
  border-right: none;
}

@media (max-width: 767px) {
  .timeline-1 {
    max-width: 98%;
  }
  .history {
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 20px;
    border-right: 2px solid #d8d8d6;
  }
}
.timeline-1 .event {
  position: relative;
}

@media (max-width: 767px) {
  .timeline-1 .event {
    padding-top: 0px;
  }
  .timeline-1 .event:before,
  .timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0px !important;
  }
}
.timeline-1 .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-1 .event:before {
  content: attr(data-date);
  text-align: left;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline-1 .event:before {
    right: 20px;
    text-align: right !important;
    min-width: 150px !important;
  }
}
.timeline-1 .event:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
  right: 191.2px;
  background: #5ADE77;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  content: "";
  top: 0;
}

.timeline-1 .unchecked:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
  right: 191.2px;
  background: #a2ae39;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  content: "";
  top: 0;
}

@media (max-width: 1200px) {
  .timeline-1 .date-time {
    width: 150px;
  }
  .timeline-1 .event:after {
    right: 211.2px;
  }
}
@media (max-width: 992px) {
  .timeline-1 .date-time {
    width: 150px;
  }
  .timeline-1 .event:after {
    right: 200.2px;
  }
}
@media (max-width: 767px) {
  .timeline-1 .tracking-history {
    display: block;
  }
  .date-time {
    border-right: 2px solid #d8d8d6;
  }
  .date-time h6, .date-time .h6 {
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    margin-right: 23px !important;
  }
  .date-time span {
    font-size: 1rem;
    margin-right: 23px !important;
  }
  .tracking-details {
    display: block;
    padding: 0rem;
  }
  .tracking_timeline h6, .tracking_timeline .h6 {
    padding-top: 10px;
    font-size: 14px;
  }
  .timeline-1 .event:after {
    right: -9.8px;
  }
  .timeline-1 .event:before,
  .timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 7px;
  }
}
