@charset "UTF-8";
/* =========== IMAGE PATH VARIABLE ============= */
/* Usage of background IMAGE PATH VARIABLE*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

:root {
  --blue-primary: #1b1464;
  --forenzix-gradiant: linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%);
  --info: #297cdd;
  --white: #fff;
  --purple-primary: #9108c6;
  --skyblue: #43c5ff;
  --skyblue01: #43c5ff1a;
  --light-gray: #f5f5fa;
  --card-gradiant: linear-gradient(180deg, #dadaec 0%, rgba(255, 255, 255, 0) 100%);
  --blue-primary60: rgb(27, 20, 100, 0.6);
  --shadow-cst: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*!
 * 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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ff0000;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #898a9f;
  --bs-gray-dark: #57586b;
  --bs-primary: #1b1464;
  --bs-secondary: #fe8b00;
  --bs-success: #47b872;
  --bs-info: #297cdd;
  --bs-warning: #f3c32f;
  --bs-danger: #ed3e3e;
  --bs-red: #ff0000;
  --bs-light: #aedaea;
  --bs-skyblue: #43c5ff;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-dark: #111111;
  --bs-gray: #a5a6b6;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1b1464;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

::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-left: 0;
  list-style: none;
}

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ccccd6;
  border-radius: 16px;
  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: #898a9f;
}

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

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1441px) {
  .container-xxl, .container-xl, .container-tab, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-tab {
    flex: 1 0 0%;
  }
  .row-cols-tab-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-tab-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-tab-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-tab-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-tab-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-tab-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-tab-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: 1441px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gy-7 {
  --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-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --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-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3rem;
  }
  .g-md-7,
  .gy-md-7 {
    --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-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-tab-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-tab-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-tab-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tab-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-tab-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-tab-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tab-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-tab-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-tab-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tab-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-tab-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-tab-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-tab-0 {
    margin-left: 0;
  }
  .offset-tab-1 {
    margin-left: 8.33333333%;
  }
  .offset-tab-2 {
    margin-left: 16.66666667%;
  }
  .offset-tab-3 {
    margin-left: 25%;
  }
  .offset-tab-4 {
    margin-left: 33.33333333%;
  }
  .offset-tab-5 {
    margin-left: 41.66666667%;
  }
  .offset-tab-6 {
    margin-left: 50%;
  }
  .offset-tab-7 {
    margin-left: 58.33333333%;
  }
  .offset-tab-8 {
    margin-left: 66.66666667%;
  }
  .offset-tab-9 {
    margin-left: 75%;
  }
  .offset-tab-10 {
    margin-left: 83.33333333%;
  }
  .offset-tab-11 {
    margin-left: 91.66666667%;
  }
  .g-tab-0,
  .gx-tab-0 {
    --bs-gutter-x: 0;
  }
  .g-tab-0,
  .gy-tab-0 {
    --bs-gutter-y: 0;
  }
  .g-tab-1,
  .gx-tab-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-tab-1,
  .gy-tab-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-tab-2,
  .gx-tab-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-tab-2,
  .gy-tab-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-tab-3,
  .gx-tab-3 {
    --bs-gutter-x: 1rem;
  }
  .g-tab-3,
  .gy-tab-3 {
    --bs-gutter-y: 1rem;
  }
  .g-tab-4,
  .gx-tab-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-tab-4,
  .gy-tab-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-tab-5,
  .gx-tab-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-tab-5,
  .gy-tab-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-tab-6,
  .gx-tab-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-tab-6,
  .gy-tab-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-tab-7,
  .gx-tab-7 {
    --bs-gutter-x: 3rem;
  }
  .g-tab-7,
  .gy-tab-7 {
    --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-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1441px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: rgba(165, 166, 182, 0.2);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: rgb(209.4, 208, 224);
  --bs-table-striped-bg: rgb(198.93, 197.6, 212.8);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(188.46, 187.2, 201.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(193.695, 192.4, 207.2);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(188.46, 187.2, 201.6);
}

.table-secondary {
  --bs-table-bg: rgb(254.8, 231.8, 204);
  --bs-table-striped-bg: rgb(242.06, 220.21, 193.8);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(229.32, 208.62, 183.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(235.69, 214.415, 188.7);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(229.32, 208.62, 183.6);
}

.table-success {
  --bs-table-bg: rgb(218.2, 240.8, 226.8);
  --bs-table-striped-bg: rgb(207.29, 228.76, 215.46);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(196.38, 216.72, 204.12);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(201.835, 222.74, 209.79);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(196.38, 216.72, 204.12);
}

.table-info {
  --bs-table-bg: rgb(212.2, 228.8, 248.2);
  --bs-table-striped-bg: rgb(201.59, 217.36, 235.79);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(190.98, 205.92, 223.38);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(196.285, 211.64, 229.585);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(190.98, 205.92, 223.38);
}

.table-warning {
  --bs-table-bg: rgb(252.6, 243, 213.4);
  --bs-table-striped-bg: rgb(239.97, 230.85, 202.73);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(227.34, 218.7, 192.06);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(233.655, 224.775, 197.395);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(227.34, 218.7, 192.06);
}

.table-danger {
  --bs-table-bg: rgb(251.4, 216.4, 216.4);
  --bs-table-striped-bg: rgb(238.83, 205.58, 205.58);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(226.26, 194.76, 194.76);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(232.545, 200.17, 200.17);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(226.26, 194.76, 194.76);
}

.table-light {
  --bs-table-bg: #aedaea;
  --bs-table-striped-bg: rgb(165.3, 207.1, 222.3);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(156.6, 196.2, 210.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(160.95, 201.65, 216.45);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(156.6, 196.2, 210.6);
}

.table-dark {
  --bs-table-bg: #111111;
  --bs-table-striped-bg: rgb(28.9, 28.9, 28.9);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(40.8, 40.8, 40.8);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(34.85, 34.85, 34.85);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(40.8, 40.8, 40.8);
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b9b9c6;
  appearance: none;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: rgb(141, 137.5, 177.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.25em;
}
.form-control::placeholder {
  color: #898a9f;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e3e3e8;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1rem 1rem;
  margin: -1rem -1rem;
  margin-inline-end: 1rem;
  color: #000000;
  background-color: #e3e3e8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(215.65, 215.65, 220.4);
}
.form-control::-webkit-file-upload-button {
  padding: 1rem 1rem;
  margin: -1rem -1rem;
  margin-inline-end: 1rem;
  color: #000000;
  background-color: #e3e3e8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(215.65, 215.65, 220.4);
}

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

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

.form-control-lg {
  min-height: calc(1.25em + (2.5rem + 2px));
  padding: 1.25rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 12px;
}
.form-control-lg::file-selector-button {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem;
  margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem;
  margin-inline-end: 1.25rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  background-color: #ffffff;
  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='%2357586b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #b9b9c6;
  border-radius: 16px;
  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: rgb(141, 137.5, 177.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e3e3e8;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #ffffff;
  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: rgb(141, 137.5, 177.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.form-check-input:checked {
  background-color: #1b1464;
  border-color: #1b1464;
}
.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='%23ffffff' 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='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1b1464;
  border-color: #1b1464;
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1b1464;
  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: rgb(186.6, 184.5, 208.5);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccccd6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1b1464;
  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: rgb(186.6, 184.5, 208.5);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccccd6;
  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;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 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;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e3e3e8;
  border: 1px solid #b9b9c6;
  border-radius: 16px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.25rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 12px;
}

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

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 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-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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: #000000;
  background-color: rgba(71, 184, 114, 0.9);
  border-radius: 16px;
}

.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: #47b872;
  padding-right: calc(1.25em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347b872' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.5rem) center;
  background-size: calc(0.625em + 1rem) calc(0.625em + 1rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #47b872;
  box-shadow: 0 0 0 0.25rem rgba(71, 184, 114, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 2rem);
  background-position: top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #47b872;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 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='%2357586b' 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='%2347b872' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.625em + 1rem) calc(0.625em + 1rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #47b872;
  box-shadow: 0 0 0 0.25rem rgba(71, 184, 114, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #47b872;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #47b872;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 184, 114, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #47b872;
}

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

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

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

.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: #000000;
  background-color: rgba(237, 62, 62, 0.9);
  border-radius: 16px;
}

.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: #ed3e3e;
  padding-right: calc(1.25em + 2rem);
  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='%23ed3e3e'%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='%23ed3e3e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.5rem) center;
  background-size: calc(0.625em + 1rem) calc(0.625em + 1rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed3e3e;
  box-shadow: 0 0 0 0.25rem rgba(237, 62, 62, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 2rem);
  background-position: top calc(0.3125em + 0.5rem) right calc(0.3125em + 0.5rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ed3e3e;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 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='%2357586b' 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='%23ed3e3e'%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='%23ed3e3e' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.625em + 1rem) calc(0.625em + 1rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ed3e3e;
  box-shadow: 0 0 0 0.25rem rgba(237, 62, 62, 0.25);
}

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

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

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

.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000000;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(22.95, 17, 85);
  border-color: rgb(21.6, 16, 80);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: rgb(22.95, 17, 85);
  border-color: rgb(21.6, 16, 80);
  box-shadow: 0 0 0 0.25rem rgba(61.2, 55.25, 123.25, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(21.6, 16, 80);
  border-color: rgb(20.25, 15, 75);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(61.2, 55.25, 123.25, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}

.btn-secondary {
  color: #000000;
  background-color: #fe8b00;
  border-color: #fe8b00;
}
.btn-secondary:hover {
  color: #000000;
  background-color: rgb(254.15, 156.4, 38.25);
  border-color: rgb(254.1, 150.6, 25.5);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: rgb(254.15, 156.4, 38.25);
  border-color: rgb(254.1, 150.6, 25.5);
  box-shadow: 0 0 0 0.25rem rgba(215.9, 118.15, 0, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: rgb(254.2, 162.2, 51);
  border-color: rgb(254.1, 150.6, 25.5);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215.9, 118.15, 0, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #fe8b00;
  border-color: #fe8b00;
}

.btn-success {
  color: #000000;
  background-color: #47b872;
  border-color: #47b872;
}
.btn-success:hover {
  color: #000000;
  background-color: rgb(98.6, 194.65, 135.15);
  border-color: rgb(89.4, 191.1, 128.1);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: rgb(98.6, 194.65, 135.15);
  border-color: rgb(89.4, 191.1, 128.1);
  box-shadow: 0 0 0 0.25rem rgba(60.35, 156.4, 96.9, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: rgb(107.8, 198.2, 142.2);
  border-color: rgb(89.4, 191.1, 128.1);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60.35, 156.4, 96.9, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #47b872;
  border-color: #47b872;
}

.btn-info {
  color: #000000;
  background-color: #297cdd;
  border-color: #297cdd;
}
.btn-info:hover {
  color: #000000;
  background-color: rgb(73.1, 143.65, 226.1);
  border-color: rgb(62.4, 137.1, 224.4);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: rgb(73.1, 143.65, 226.1);
  border-color: rgb(62.4, 137.1, 224.4);
  box-shadow: 0 0 0 0.25rem rgba(34.85, 105.4, 187.85, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: rgb(83.8, 150.2, 227.8);
  border-color: rgb(62.4, 137.1, 224.4);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34.85, 105.4, 187.85, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #297cdd;
  border-color: #297cdd;
}

.btn-warning {
  color: #000000;
  background-color: #f3c32f;
  border-color: #f3c32f;
}
.btn-warning:hover {
  color: #000000;
  background-color: rgb(244.8, 204, 78.2);
  border-color: rgb(244.2, 201, 67.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: rgb(244.8, 204, 78.2);
  border-color: rgb(244.2, 201, 67.8);
  box-shadow: 0 0 0 0.25rem rgba(206.55, 165.75, 39.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: rgb(245.4, 207, 88.6);
  border-color: rgb(244.2, 201, 67.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(206.55, 165.75, 39.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #f3c32f;
  border-color: #f3c32f;
}

.btn-danger {
  color: #000000;
  background-color: #ed3e3e;
  border-color: #ed3e3e;
}
.btn-danger:hover {
  color: #000000;
  background-color: rgb(239.7, 90.95, 90.95);
  border-color: rgb(238.8, 81.3, 81.3);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: rgb(239.7, 90.95, 90.95);
  border-color: rgb(238.8, 81.3, 81.3);
  box-shadow: 0 0 0 0.25rem rgba(201.45, 52.7, 52.7, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: rgb(240.6, 100.6, 100.6);
  border-color: rgb(238.8, 81.3, 81.3);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(201.45, 52.7, 52.7, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #ed3e3e;
  border-color: #ed3e3e;
}

.btn-red {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-red:hover {
  color: #000000;
  background-color: rgb(255, 38.25, 38.25);
  border-color: rgb(255, 25.5, 25.5);
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #000000;
  background-color: rgb(255, 38.25, 38.25);
  border-color: rgb(255, 25.5, 25.5);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 0, 0, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: rgb(255, 25.5, 25.5);
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 0, 0, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-light {
  color: #000000;
  background-color: #aedaea;
  border-color: #aedaea;
}
.btn-light:hover {
  color: #000000;
  background-color: rgb(186.15, 223.55, 237.15);
  border-color: rgb(182.1, 221.7, 236.1);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: rgb(186.15, 223.55, 237.15);
  border-color: rgb(182.1, 221.7, 236.1);
  box-shadow: 0 0 0 0.25rem rgba(147.9, 185.3, 198.9, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: rgb(190.2, 225.4, 238.2);
  border-color: rgb(182.1, 221.7, 236.1);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(147.9, 185.3, 198.9, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #aedaea;
  border-color: #aedaea;
}

.btn-skyblue {
  color: #000000;
  background-color: #43c5ff;
  border-color: #43c5ff;
}
.btn-skyblue:hover {
  color: #000000;
  background-color: rgb(95.2, 205.7, 255);
  border-color: rgb(85.8, 202.8, 255);
}
.btn-check:focus + .btn-skyblue, .btn-skyblue:focus {
  color: #000000;
  background-color: rgb(95.2, 205.7, 255);
  border-color: rgb(85.8, 202.8, 255);
  box-shadow: 0 0 0 0.25rem rgba(56.95, 167.45, 216.75, 0.5);
}
.btn-check:checked + .btn-skyblue, .btn-check:active + .btn-skyblue, .btn-skyblue:active, .btn-skyblue.active, .show > .btn-skyblue.dropdown-toggle {
  color: #000000;
  background-color: rgb(104.6, 208.6, 255);
  border-color: rgb(85.8, 202.8, 255);
}
.btn-check:checked + .btn-skyblue:focus, .btn-check:active + .btn-skyblue:focus, .btn-skyblue:active:focus, .btn-skyblue.active:focus, .show > .btn-skyblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(56.95, 167.45, 216.75, 0.5);
}
.btn-skyblue:disabled, .btn-skyblue.disabled {
  color: #000000;
  background-color: #43c5ff;
  border-color: #43c5ff;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

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

.btn-dark {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(14.45, 14.45, 14.45);
  border-color: rgb(13.6, 13.6, 13.6);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(14.45, 14.45, 14.45);
  border-color: rgb(13.6, 13.6, 13.6);
  box-shadow: 0 0 0 0.25rem rgba(52.7, 52.7, 52.7, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(13.6, 13.6, 13.6);
  border-color: rgb(12.75, 12.75, 12.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(52.7, 52.7, 52.7, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}

.btn-gray {
  color: #000000;
  background-color: #a5a6b6;
  border-color: #a5a6b6;
}
.btn-gray:hover {
  color: #000000;
  background-color: rgb(178.5, 179.35, 192.95);
  border-color: rgb(174, 174.9, 189.3);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000000;
  background-color: rgb(178.5, 179.35, 192.95);
  border-color: rgb(174, 174.9, 189.3);
  box-shadow: 0 0 0 0.25rem rgba(140.25, 141.1, 154.7, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000000;
  background-color: rgb(183, 183.8, 196.6);
  border-color: rgb(174, 174.9, 189.3);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(140.25, 141.1, 154.7, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000000;
  background-color: #a5a6b6;
  border-color: #a5a6b6;
}

.btn-outline-primary {
  color: #1b1464;
  border-color: #1b1464;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #1b1464;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #47b872;
  border-color: #47b872;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #47b872;
  border-color: #47b872;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 184, 114, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #47b872;
  border-color: #47b872;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 184, 114, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #47b872;
  background-color: transparent;
}

.btn-outline-info {
  color: #297cdd;
  border-color: #297cdd;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #297cdd;
  border-color: #297cdd;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 124, 221, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #297cdd;
  border-color: #297cdd;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 124, 221, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #297cdd;
  background-color: transparent;
}

.btn-outline-warning {
  color: #f3c32f;
  border-color: #f3c32f;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #f3c32f;
  border-color: #f3c32f;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 195, 47, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #f3c32f;
  border-color: #f3c32f;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 195, 47, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f3c32f;
  background-color: transparent;
}

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

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

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

.btn-outline-skyblue {
  color: #43c5ff;
  border-color: #43c5ff;
}
.btn-outline-skyblue:hover {
  color: #000000;
  background-color: #43c5ff;
  border-color: #43c5ff;
}
.btn-check:focus + .btn-outline-skyblue, .btn-outline-skyblue:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 197, 255, 0.5);
}
.btn-check:checked + .btn-outline-skyblue, .btn-check:active + .btn-outline-skyblue, .btn-outline-skyblue:active, .btn-outline-skyblue.active, .btn-outline-skyblue.dropdown-toggle.show {
  color: #000000;
  background-color: #43c5ff;
  border-color: #43c5ff;
}
.btn-check:checked + .btn-outline-skyblue:focus, .btn-check:active + .btn-outline-skyblue:focus, .btn-outline-skyblue:active:focus, .btn-outline-skyblue.active:focus, .btn-outline-skyblue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 197, 255, 0.5);
}
.btn-outline-skyblue:disabled, .btn-outline-skyblue.disabled {
  color: #43c5ff;
  background-color: transparent;
}

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

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

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

.btn-outline-gray {
  color: #a5a6b6;
  border-color: #a5a6b6;
}
.btn-outline-gray:hover {
  color: #000000;
  background-color: #a5a6b6;
  border-color: #a5a6b6;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 166, 182, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000000;
  background-color: #a5a6b6;
  border-color: #a5a6b6;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 166, 182, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #a5a6b6;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #1b1464;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #898a9f;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-tab-start {
    --bs-position: start;
  }
  .dropdown-menu-tab-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-tab-end {
    --bs-position: end;
  }
  .dropdown-menu-tab-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1441px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #40414f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(57.6, 58.5, 71.1);
  text-decoration: none;
  background-color: #e3e3e8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #1b1464;
}
.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: #898a9f;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #ccccd6;
  background-color: #57586b;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #ccccd6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #1b1464;
}
.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: #ccccd6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1b1464;
  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: black;
  text-decoration: none;
}
.nav-link.disabled {
  color: #898a9f;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ccccd6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e3e3e8 #e3e3e8 #ccccd6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #898a9f;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e6f87;
  background-color: #ffffff;
  border-color: #ccccd6 #ccccd6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #1b1464;
}

.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-lg,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.34375rem;
  padding-bottom: 0.34375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

.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: 16px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

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

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}

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

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

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

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

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

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

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

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(165, 166, 182, 0.2);
}
.card-footer:last-child {
  border-radius: 0 0 19px 19px;
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(24.3, 18, 90);
  background-color: rgb(232.2, 231.5, 239.5);
  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='rgb%2824.3, 18, 90%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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: rgb(141, 137.5, 177.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #1b1464;
  background-color: #ffffff;
  border: 1px solid #ccccd6;
  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: black;
  text-decoration: none;
  background-color: #e3e3e8;
  border-color: #ccccd6;
}
.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e3e3e8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}
.page-item.disabled .page-link {
  color: #898a9f;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #ccccd6;
}

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 16px;
}
.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: 16px;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(16.2, 12, 60);
  background-color: rgb(209.4, 208, 224);
  border-color: rgb(186.6, 184.5, 208.5);
}
.alert-primary .alert-link {
  color: rgb(12.96, 9.6, 48);
}

.alert-secondary {
  color: rgb(152.4, 83.4, 0);
  background-color: rgb(254.8, 231.8, 204);
  border-color: rgb(254.7, 220.2, 178.5);
}
.alert-secondary .alert-link {
  color: rgb(121.92, 66.72, 0);
}

.alert-success {
  color: rgb(42.6, 110.4, 68.4);
  background-color: rgb(218.2, 240.8, 226.8);
  border-color: rgb(199.8, 233.7, 212.7);
}
.alert-success .alert-link {
  color: rgb(34.08, 88.32, 54.72);
}

.alert-info {
  color: rgb(24.6, 74.4, 132.6);
  background-color: rgb(212.2, 228.8, 248.2);
  border-color: rgb(190.8, 215.7, 244.8);
}
.alert-info .alert-link {
  color: rgb(19.68, 59.52, 106.08);
}

.alert-warning {
  color: rgb(97.2, 78, 18.8);
  background-color: rgb(252.6, 243, 213.4);
  border-color: rgb(251.4, 237, 192.6);
}
.alert-warning .alert-link {
  color: rgb(77.76, 62.4, 15.04);
}

.alert-danger {
  color: rgb(142.2, 37.2, 37.2);
  background-color: rgb(251.4, 216.4, 216.4);
  border-color: rgb(249.6, 197.1, 197.1);
}
.alert-danger .alert-link {
  color: rgb(113.76, 29.76, 29.76);
}

.alert-red {
  color: #990000;
  background-color: #ffcccc;
  border-color: rgb(255, 178.5, 178.5);
}
.alert-red .alert-link {
  color: rgb(122.4, 0, 0);
}

.alert-light {
  color: rgb(69.6, 87.2, 93.6);
  background-color: rgb(238.8, 247.6, 250.8);
  border-color: rgb(230.7, 243.9, 248.7);
}
.alert-light .alert-link {
  color: rgb(55.68, 69.76, 74.88);
}

.alert-skyblue {
  color: rgb(26.8, 78.8, 102);
  background-color: rgb(217.4, 243.4, 255);
  border-color: rgb(198.6, 237.6, 255);
}
.alert-skyblue .alert-link {
  color: rgb(21.44, 63.04, 81.6);
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: rgb(81.6, 81.6, 81.6);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(178.5, 178.5, 178.5);
}
.alert-black .alert-link {
  color: black;
}

.alert-dark {
  color: rgb(10.2, 10.2, 10.2);
  background-color: rgb(207.4, 207.4, 207.4);
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-dark .alert-link {
  color: rgb(8.16, 8.16, 8.16);
}

.alert-gray {
  color: rgb(99, 99.6, 109.2);
  background-color: rgb(237, 237.2, 240.4);
  border-color: rgb(228, 228.3, 233.1);
}
.alert-gray .alert-link {
  color: rgb(79.2, 79.68, 87.36);
}

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

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

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

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

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

.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: #6e6f87;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e6f87;
  text-decoration: none;
  background-color: #f4f4f6;
}
.list-group-item-action:active {
  color: #000000;
  background-color: #e3e3e8;
}

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

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

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

.list-group-item-primary {
  color: rgb(16.2, 12, 60);
  background-color: rgb(209.4, 208, 224);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(16.2, 12, 60);
  background-color: rgb(188.46, 187.2, 201.6);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(16.2, 12, 60);
  border-color: rgb(16.2, 12, 60);
}

.list-group-item-secondary {
  color: rgb(152.4, 83.4, 0);
  background-color: rgb(254.8, 231.8, 204);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(152.4, 83.4, 0);
  background-color: rgb(229.32, 208.62, 183.6);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(152.4, 83.4, 0);
  border-color: rgb(152.4, 83.4, 0);
}

.list-group-item-success {
  color: rgb(42.6, 110.4, 68.4);
  background-color: rgb(218.2, 240.8, 226.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(42.6, 110.4, 68.4);
  background-color: rgb(196.38, 216.72, 204.12);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(42.6, 110.4, 68.4);
  border-color: rgb(42.6, 110.4, 68.4);
}

.list-group-item-info {
  color: rgb(24.6, 74.4, 132.6);
  background-color: rgb(212.2, 228.8, 248.2);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(24.6, 74.4, 132.6);
  background-color: rgb(190.98, 205.92, 223.38);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(24.6, 74.4, 132.6);
  border-color: rgb(24.6, 74.4, 132.6);
}

.list-group-item-warning {
  color: rgb(97.2, 78, 18.8);
  background-color: rgb(252.6, 243, 213.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(97.2, 78, 18.8);
  background-color: rgb(227.34, 218.7, 192.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(97.2, 78, 18.8);
  border-color: rgb(97.2, 78, 18.8);
}

.list-group-item-danger {
  color: rgb(142.2, 37.2, 37.2);
  background-color: rgb(251.4, 216.4, 216.4);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(142.2, 37.2, 37.2);
  background-color: rgb(226.26, 194.76, 194.76);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(142.2, 37.2, 37.2);
  border-color: rgb(142.2, 37.2, 37.2);
}

.list-group-item-red {
  color: #990000;
  background-color: #ffcccc;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #990000;
  background-color: rgb(229.5, 183.6, 183.6);
}
.list-group-item-red.list-group-item-action.active {
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
}

.list-group-item-light {
  color: rgb(69.6, 87.2, 93.6);
  background-color: rgb(238.8, 247.6, 250.8);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(69.6, 87.2, 93.6);
  background-color: rgb(214.92, 222.84, 225.72);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(69.6, 87.2, 93.6);
  border-color: rgb(69.6, 87.2, 93.6);
}

.list-group-item-skyblue {
  color: rgb(26.8, 78.8, 102);
  background-color: rgb(217.4, 243.4, 255);
}
.list-group-item-skyblue.list-group-item-action:hover, .list-group-item-skyblue.list-group-item-action:focus {
  color: rgb(26.8, 78.8, 102);
  background-color: rgb(195.66, 219.06, 229.5);
}
.list-group-item-skyblue.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(26.8, 78.8, 102);
  border-color: rgb(26.8, 78.8, 102);
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action.active {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.list-group-item-dark {
  color: rgb(10.2, 10.2, 10.2);
  background-color: rgb(207.4, 207.4, 207.4);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(10.2, 10.2, 10.2);
  background-color: rgb(186.66, 186.66, 186.66);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(10.2, 10.2, 10.2);
  border-color: rgb(10.2, 10.2, 10.2);
}

.list-group-item-gray {
  color: rgb(99, 99.6, 109.2);
  background-color: rgb(237, 237.2, 240.4);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(99, 99.6, 109.2);
  background-color: rgb(213.3, 213.48, 216.36);
}
.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99, 99.6, 109.2);
  border-color: rgb(99, 99.6, 109.2);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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: 16px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 20, 100, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(165, 166, 182, 0.2);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(165, 166, 182, 0.2);
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
    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: 1023.98px) {
  .modal-fullscreen-tab-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-tab-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-tab-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-tab-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-tab-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: 1440.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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.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: #ffffff;
}

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

.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: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #1b1464;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(13.5, 10, 50);
}

.link-secondary {
  color: #fe8b00;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(254.5, 197, 127.5);
}

.link-success {
  color: #47b872;
}
.link-success:hover, .link-success:focus {
  color: rgb(163, 219.5, 184.5);
}

.link-info {
  color: #297cdd;
}
.link-info:hover, .link-info:focus {
  color: rgb(148, 189.5, 238);
}

.link-warning {
  color: #f3c32f;
}
.link-warning:hover, .link-warning:focus {
  color: #f9e197;
}

.link-danger {
  color: #ed3e3e;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(246, 158.5, 158.5);
}

.link-red {
  color: #ff0000;
}
.link-red:hover, .link-red:focus {
  color: rgb(255, 127.5, 127.5);
}

.link-light {
  color: #aedaea;
}
.link-light:hover, .link-light:focus {
  color: rgb(214.5, 236.5, 244.5);
}

.link-skyblue {
  color: #43c5ff;
}
.link-skyblue:hover, .link-skyblue:focus {
  color: #a1e2ff;
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

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

.link-dark {
  color: #111111;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(8.5, 8.5, 8.5);
}

.link-gray {
  color: #a5a6b6;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(210, 210.5, 218.5);
}

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

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-tab-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: 1441px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 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 {
  left: 0 !important;
}

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

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

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

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

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

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

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

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

.border {
  border: 1px solid rgba(165, 166, 182, 0.2) !important;
}

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

.border-top {
  border-top: 1px solid rgba(165, 166, 182, 0.2) !important;
}

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

.border-end {
  border-right: 1px solid rgba(165, 166, 182, 0.2) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(165, 166, 182, 0.2) !important;
}

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

.border-start {
  border-left: 1px solid rgba(165, 166, 182, 0.2) !important;
}

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

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

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

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

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

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

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

.border-red {
  border-color: #ff0000 !important;
}

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

.border-skyblue {
  border-color: #43c5ff !important;
}

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

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

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

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

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

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

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

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

.gap-7 {
  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.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
  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.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  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.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !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.8125rem !important;
}

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

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

.fs-18 {
  font-size: 1.125rem !important;
}

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

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

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

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

.fs-36 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

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

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

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

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

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

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

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

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

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

.lh-md {
  line-height: 1.6 !important;
}

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #1b1464 !important;
}

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

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

.text-info {
  color: #297cdd !important;
}

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

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

.text-red {
  color: #ff0000 !important;
}

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

.text-skyblue {
  color: #43c5ff !important;
}

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

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

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

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

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

.text-muted {
  color: #898a9f !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: #1b1464 !important;
}

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

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

.bg-info {
  background-color: #297cdd !important;
}

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

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

.bg-red {
  background-color: #ff0000 !important;
}

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

.bg-skyblue {
  background-color: #43c5ff !important;
}

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

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

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

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

.bg-body {
  background-color: #ffffff !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: 16px !important;
}

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

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

.rounded-2 {
  border-radius: 16px !important;
}

.rounded-3 {
  border-radius: 12px !important;
}

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

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

.rounded-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-end {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-start {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.625rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  .gap-sm-5 {
    gap: 1.5rem !important;
  }
  .gap-sm-6 {
    gap: 1.875rem !important;
  }
  .gap-sm-7 {
    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.625rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  .m-sm-6 {
    margin: 1.875rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-7 {
    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.625rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.625rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-6 {
    margin-right: 1.875rem !important;
  }
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 1.875rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 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.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-7 {
    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.625rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.625rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  .gap-md-5 {
    gap: 1.5rem !important;
  }
  .gap-md-6 {
    gap: 1.875rem !important;
  }
  .gap-md-7 {
    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.625rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.5rem !important;
  }
  .m-md-6 {
    margin: 1.875rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-7 {
    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.625rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.875rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.625rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 1.5rem !important;
  }
  .me-md-6 {
    margin-right: 1.875rem !important;
  }
  .me-md-7 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-6 {
    margin-left: 1.875rem !important;
  }
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.5rem !important;
  }
  .p-md-6 {
    padding: 1.875rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 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.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-7 {
    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.625rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.875rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-6 {
    padding-right: 1.875rem !important;
  }
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-6 {
    padding-left: 1.875rem !important;
  }
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.625rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  .gap-lg-5 {
    gap: 1.5rem !important;
  }
  .gap-lg-6 {
    gap: 1.875rem !important;
  }
  .gap-lg-7 {
    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.625rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  .m-lg-6 {
    margin: 1.875rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-7 {
    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.625rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-6 {
    margin-right: 1.875rem !important;
  }
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 1.875rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 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.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-7 {
    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.625rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-tab-start {
    float: left !important;
  }
  .float-tab-end {
    float: right !important;
  }
  .float-tab-none {
    float: none !important;
  }
  .d-tab-inline {
    display: inline !important;
  }
  .d-tab-inline-block {
    display: inline-block !important;
  }
  .d-tab-block {
    display: block !important;
  }
  .d-tab-grid {
    display: grid !important;
  }
  .d-tab-table {
    display: table !important;
  }
  .d-tab-table-row {
    display: table-row !important;
  }
  .d-tab-table-cell {
    display: table-cell !important;
  }
  .d-tab-flex {
    display: flex !important;
  }
  .d-tab-inline-flex {
    display: inline-flex !important;
  }
  .d-tab-none {
    display: none !important;
  }
  .flex-tab-fill {
    flex: 1 1 auto !important;
  }
  .flex-tab-row {
    flex-direction: row !important;
  }
  .flex-tab-column {
    flex-direction: column !important;
  }
  .flex-tab-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-tab-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-tab-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-tab-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-tab-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-tab-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-tab-wrap {
    flex-wrap: wrap !important;
  }
  .flex-tab-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-tab-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-tab-0 {
    gap: 0 !important;
  }
  .gap-tab-1 {
    gap: 0.25rem !important;
  }
  .gap-tab-2 {
    gap: 0.625rem !important;
  }
  .gap-tab-3 {
    gap: 1rem !important;
  }
  .gap-tab-4 {
    gap: 1.25rem !important;
  }
  .gap-tab-5 {
    gap: 1.5rem !important;
  }
  .gap-tab-6 {
    gap: 1.875rem !important;
  }
  .gap-tab-7 {
    gap: 3rem !important;
  }
  .justify-content-tab-start {
    justify-content: flex-start !important;
  }
  .justify-content-tab-end {
    justify-content: flex-end !important;
  }
  .justify-content-tab-center {
    justify-content: center !important;
  }
  .justify-content-tab-between {
    justify-content: space-between !important;
  }
  .justify-content-tab-around {
    justify-content: space-around !important;
  }
  .justify-content-tab-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-tab-start {
    align-items: flex-start !important;
  }
  .align-items-tab-end {
    align-items: flex-end !important;
  }
  .align-items-tab-center {
    align-items: center !important;
  }
  .align-items-tab-baseline {
    align-items: baseline !important;
  }
  .align-items-tab-stretch {
    align-items: stretch !important;
  }
  .align-content-tab-start {
    align-content: flex-start !important;
  }
  .align-content-tab-end {
    align-content: flex-end !important;
  }
  .align-content-tab-center {
    align-content: center !important;
  }
  .align-content-tab-between {
    align-content: space-between !important;
  }
  .align-content-tab-around {
    align-content: space-around !important;
  }
  .align-content-tab-stretch {
    align-content: stretch !important;
  }
  .align-self-tab-auto {
    align-self: auto !important;
  }
  .align-self-tab-start {
    align-self: flex-start !important;
  }
  .align-self-tab-end {
    align-self: flex-end !important;
  }
  .align-self-tab-center {
    align-self: center !important;
  }
  .align-self-tab-baseline {
    align-self: baseline !important;
  }
  .align-self-tab-stretch {
    align-self: stretch !important;
  }
  .order-tab-first {
    order: -1 !important;
  }
  .order-tab-0 {
    order: 0 !important;
  }
  .order-tab-1 {
    order: 1 !important;
  }
  .order-tab-2 {
    order: 2 !important;
  }
  .order-tab-3 {
    order: 3 !important;
  }
  .order-tab-4 {
    order: 4 !important;
  }
  .order-tab-5 {
    order: 5 !important;
  }
  .order-tab-last {
    order: 6 !important;
  }
  .m-tab-0 {
    margin: 0 !important;
  }
  .m-tab-1 {
    margin: 0.25rem !important;
  }
  .m-tab-2 {
    margin: 0.625rem !important;
  }
  .m-tab-3 {
    margin: 1rem !important;
  }
  .m-tab-4 {
    margin: 1.25rem !important;
  }
  .m-tab-5 {
    margin: 1.5rem !important;
  }
  .m-tab-6 {
    margin: 1.875rem !important;
  }
  .m-tab-7 {
    margin: 3rem !important;
  }
  .m-tab-auto {
    margin: auto !important;
  }
  .mx-tab-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-tab-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-tab-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-tab-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-tab-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-tab-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-tab-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-tab-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-tab-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-tab-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-tab-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-tab-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-tab-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-tab-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-tab-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-tab-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-tab-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-tab-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-tab-0 {
    margin-top: 0 !important;
  }
  .mt-tab-1 {
    margin-top: 0.25rem !important;
  }
  .mt-tab-2 {
    margin-top: 0.625rem !important;
  }
  .mt-tab-3 {
    margin-top: 1rem !important;
  }
  .mt-tab-4 {
    margin-top: 1.25rem !important;
  }
  .mt-tab-5 {
    margin-top: 1.5rem !important;
  }
  .mt-tab-6 {
    margin-top: 1.875rem !important;
  }
  .mt-tab-7 {
    margin-top: 3rem !important;
  }
  .mt-tab-auto {
    margin-top: auto !important;
  }
  .me-tab-0 {
    margin-right: 0 !important;
  }
  .me-tab-1 {
    margin-right: 0.25rem !important;
  }
  .me-tab-2 {
    margin-right: 0.625rem !important;
  }
  .me-tab-3 {
    margin-right: 1rem !important;
  }
  .me-tab-4 {
    margin-right: 1.25rem !important;
  }
  .me-tab-5 {
    margin-right: 1.5rem !important;
  }
  .me-tab-6 {
    margin-right: 1.875rem !important;
  }
  .me-tab-7 {
    margin-right: 3rem !important;
  }
  .me-tab-auto {
    margin-right: auto !important;
  }
  .mb-tab-0 {
    margin-bottom: 0 !important;
  }
  .mb-tab-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-tab-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-tab-3 {
    margin-bottom: 1rem !important;
  }
  .mb-tab-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-tab-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-tab-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-tab-7 {
    margin-bottom: 3rem !important;
  }
  .mb-tab-auto {
    margin-bottom: auto !important;
  }
  .ms-tab-0 {
    margin-left: 0 !important;
  }
  .ms-tab-1 {
    margin-left: 0.25rem !important;
  }
  .ms-tab-2 {
    margin-left: 0.625rem !important;
  }
  .ms-tab-3 {
    margin-left: 1rem !important;
  }
  .ms-tab-4 {
    margin-left: 1.25rem !important;
  }
  .ms-tab-5 {
    margin-left: 1.5rem !important;
  }
  .ms-tab-6 {
    margin-left: 1.875rem !important;
  }
  .ms-tab-7 {
    margin-left: 3rem !important;
  }
  .ms-tab-auto {
    margin-left: auto !important;
  }
  .p-tab-0 {
    padding: 0 !important;
  }
  .p-tab-1 {
    padding: 0.25rem !important;
  }
  .p-tab-2 {
    padding: 0.625rem !important;
  }
  .p-tab-3 {
    padding: 1rem !important;
  }
  .p-tab-4 {
    padding: 1.25rem !important;
  }
  .p-tab-5 {
    padding: 1.5rem !important;
  }
  .p-tab-6 {
    padding: 1.875rem !important;
  }
  .p-tab-7 {
    padding: 3rem !important;
  }
  .px-tab-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-tab-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-tab-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-tab-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-tab-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-tab-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-tab-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-tab-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-tab-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-tab-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-tab-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-tab-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-tab-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-tab-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-tab-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-tab-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-tab-0 {
    padding-top: 0 !important;
  }
  .pt-tab-1 {
    padding-top: 0.25rem !important;
  }
  .pt-tab-2 {
    padding-top: 0.625rem !important;
  }
  .pt-tab-3 {
    padding-top: 1rem !important;
  }
  .pt-tab-4 {
    padding-top: 1.25rem !important;
  }
  .pt-tab-5 {
    padding-top: 1.5rem !important;
  }
  .pt-tab-6 {
    padding-top: 1.875rem !important;
  }
  .pt-tab-7 {
    padding-top: 3rem !important;
  }
  .pe-tab-0 {
    padding-right: 0 !important;
  }
  .pe-tab-1 {
    padding-right: 0.25rem !important;
  }
  .pe-tab-2 {
    padding-right: 0.625rem !important;
  }
  .pe-tab-3 {
    padding-right: 1rem !important;
  }
  .pe-tab-4 {
    padding-right: 1.25rem !important;
  }
  .pe-tab-5 {
    padding-right: 1.5rem !important;
  }
  .pe-tab-6 {
    padding-right: 1.875rem !important;
  }
  .pe-tab-7 {
    padding-right: 3rem !important;
  }
  .pb-tab-0 {
    padding-bottom: 0 !important;
  }
  .pb-tab-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-tab-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-tab-3 {
    padding-bottom: 1rem !important;
  }
  .pb-tab-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-tab-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-tab-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-tab-7 {
    padding-bottom: 3rem !important;
  }
  .ps-tab-0 {
    padding-left: 0 !important;
  }
  .ps-tab-1 {
    padding-left: 0.25rem !important;
  }
  .ps-tab-2 {
    padding-left: 0.625rem !important;
  }
  .ps-tab-3 {
    padding-left: 1rem !important;
  }
  .ps-tab-4 {
    padding-left: 1.25rem !important;
  }
  .ps-tab-5 {
    padding-left: 1.5rem !important;
  }
  .ps-tab-6 {
    padding-left: 1.875rem !important;
  }
  .ps-tab-7 {
    padding-left: 3rem !important;
  }
  .text-tab-start {
    text-align: left !important;
  }
  .text-tab-end {
    text-align: right !important;
  }
  .text-tab-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.625rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  .gap-xl-5 {
    gap: 1.5rem !important;
  }
  .gap-xl-6 {
    gap: 1.875rem !important;
  }
  .gap-xl-7 {
    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.625rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  .m-xl-6 {
    margin: 1.875rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-7 {
    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.625rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-6 {
    margin-right: 1.875rem !important;
  }
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 1.875rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 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.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-7 {
    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.625rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1441px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.625rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  .gap-xxl-5 {
    gap: 1.5rem !important;
  }
  .gap-xxl-6 {
    gap: 1.875rem !important;
  }
  .gap-xxl-7 {
    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.625rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  .m-xxl-5 {
    margin: 1.5rem !important;
  }
  .m-xxl-6 {
    margin: 1.875rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-7 {
    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.625rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.5rem !important;
  }
  .p-xxl-6 {
    padding: 1.875rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 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.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-7 {
    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.625rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 1.375rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
  .fs-36 {
    font-size: 2.25rem !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;
  }
}
/**
* ----------------------------------------
* HEADINGS
* ----------------------------------------
*/
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

/**
* ----------------------------------------
* HEADING TYPOGRAPHY FUNCTION
* ----------------------------------------
*/
h1,
.h1 {
  font-size: 5rem;
}

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

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

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

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

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

/**
* ----------------------------------------
* FRONT SIZE CLASSES
* ----------------------------------------
*/
.fs-10 {
  font-size: 0.625rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-10 {
    font-size: 0.625rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 0.625rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-10 {
    font-size: 0.625rem !important;
  }
}
.fs-11 {
  font-size: 0.688rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-11 {
    font-size: 0.688rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-11 {
    font-size: 0.688rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-11 {
    font-size: 0.688rem !important;
  }
}
.fs-12 {
  font-size: 0.75rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-12 {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem !important;
  }
}
.fs-13 {
  font-size: 0.8125rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-13 {
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-13 {
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-13 {
    font-size: 0.8125rem !important;
  }
}
.fs-14 {
  font-size: 0.875rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 0.875rem !important;
  }
}
.fs-16 {
  font-size: 1rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-16 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 1rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-16 {
    font-size: 1rem !important;
  }
}
.fs-18 {
  font-size: 1.125rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-18 {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 1.125rem !important;
  }
}
.fs-20 {
  font-size: 1.25rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-20 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 1.25rem !important;
  }
}
.fs-22 {
  font-size: 1.375rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-22 {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-22 {
    font-size: 1.375rem !important;
  }
}
.fs-24 {
  font-size: 1.5rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-24 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 1.5rem !important;
  }
}
.fs-32 {
  font-size: 2rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-32 {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 2rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 2rem !important;
  }
}
.fs-36 {
  font-size: 2.25rem !important;
}

@media (min-width: 1560px) {
  .fs-xxxl-36 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 2.25rem !important;
  }
}
/**
* ----------------------------------------
* FRONT WEIGHT CLASSES
* ----------------------------------------
*/
.fw-100 {
  font-weight: 100 !important;
}

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

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

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

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

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

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

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

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

/**
* ----------------------------------------
* BORDER RADIUS
* ----------------------------------------
*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

.radius-top-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.radius-right-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.radius-bottom-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.radius-left-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

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

.radius-top-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.radius-right-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.radius-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.radius-left-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

.radius-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-top-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.radius-right-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.radius-bottom-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.radius-left-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-top-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.radius-right-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.radius-bottom-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.radius-left-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-top-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.radius-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.radius-bottom-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.radius-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-top-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.radius-right-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.radius-bottom-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.radius-left-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-top-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.radius-right-16 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.radius-bottom-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.radius-left-16 {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.radius-right-20 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.radius-bottom-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.radius-left-20 {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.radius-circle {
  border-radius: 100px !important;
}

.radius-top-circle {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.radius-right-circle {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.radius-bottom-circle {
  border-bottom-left-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.radius-left-circle {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

/**
* ----------------------------------------
* WIDTH CLASS
* ----------------------------------------
*/
.w-5 {
  width: 5% !important;
}

.min-w-5 {
  min-width: 5% !important;
}

.max-w-5 {
  max-width: 5% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-5 {
    width: 5% !important;
  }
  .min-w-xxl-5 {
    width: 5% !important;
  }
  .max-w-xxl-5 {
    width: 5% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-5 {
    width: 5% !important;
  }
  .min-w-xl-5 {
    width: 5% !important;
  }
  .max-w-xl-5 {
    width: 5% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-5 {
    width: 5% !important;
  }
  .min-w-lg-5 {
    width: 5% !important;
  }
  .max-w-lg-5 {
    width: 5% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-5 {
    width: 5% !important;
  }
  .min-w-md-5 {
    width: 5% !important;
  }
  .max-w-md-5 {
    width: 5% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-5 {
    width: 5% !important;
  }
  .min-w-sm-5 {
    width: 5% !important;
  }
  .max-w-sm-5 {
    width: 5% !important;
  }
}
.w-10 {
  width: 10% !important;
}

.min-w-10 {
  min-width: 10% !important;
}

.max-w-10 {
  max-width: 10% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-10 {
    width: 10% !important;
  }
  .min-w-xxl-10 {
    width: 10% !important;
  }
  .max-w-xxl-10 {
    width: 10% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-10 {
    width: 10% !important;
  }
  .min-w-xl-10 {
    width: 10% !important;
  }
  .max-w-xl-10 {
    width: 10% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-10 {
    width: 10% !important;
  }
  .min-w-lg-10 {
    width: 10% !important;
  }
  .max-w-lg-10 {
    width: 10% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-10 {
    width: 10% !important;
  }
  .min-w-md-10 {
    width: 10% !important;
  }
  .max-w-md-10 {
    width: 10% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-10 {
    width: 10% !important;
  }
  .min-w-sm-10 {
    width: 10% !important;
  }
  .max-w-sm-10 {
    width: 10% !important;
  }
}
.w-15 {
  width: 15% !important;
}

.min-w-15 {
  min-width: 15% !important;
}

.max-w-15 {
  max-width: 15% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-15 {
    width: 15% !important;
  }
  .min-w-xxl-15 {
    width: 15% !important;
  }
  .max-w-xxl-15 {
    width: 15% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-15 {
    width: 15% !important;
  }
  .min-w-xl-15 {
    width: 15% !important;
  }
  .max-w-xl-15 {
    width: 15% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-15 {
    width: 15% !important;
  }
  .min-w-lg-15 {
    width: 15% !important;
  }
  .max-w-lg-15 {
    width: 15% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-15 {
    width: 15% !important;
  }
  .min-w-md-15 {
    width: 15% !important;
  }
  .max-w-md-15 {
    width: 15% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-15 {
    width: 15% !important;
  }
  .min-w-sm-15 {
    width: 15% !important;
  }
  .max-w-sm-15 {
    width: 15% !important;
  }
}
.w-20 {
  width: 20% !important;
}

.min-w-20 {
  min-width: 20% !important;
}

.max-w-20 {
  max-width: 20% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-20 {
    width: 20% !important;
  }
  .min-w-xxl-20 {
    width: 20% !important;
  }
  .max-w-xxl-20 {
    width: 20% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-20 {
    width: 20% !important;
  }
  .min-w-xl-20 {
    width: 20% !important;
  }
  .max-w-xl-20 {
    width: 20% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-20 {
    width: 20% !important;
  }
  .min-w-lg-20 {
    width: 20% !important;
  }
  .max-w-lg-20 {
    width: 20% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-20 {
    width: 20% !important;
  }
  .min-w-md-20 {
    width: 20% !important;
  }
  .max-w-md-20 {
    width: 20% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-20 {
    width: 20% !important;
  }
  .min-w-sm-20 {
    width: 20% !important;
  }
  .max-w-sm-20 {
    width: 20% !important;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

@media (max-width: 1440.8px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .min-w-xxl-25 {
    width: 25% !important;
  }
  .max-w-xxl-25 {
    width: 25% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .min-w-xl-25 {
    width: 25% !important;
  }
  .max-w-xl-25 {
    width: 25% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .min-w-lg-25 {
    width: 25% !important;
  }
  .max-w-lg-25 {
    width: 25% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-25 {
    width: 25% !important;
  }
  .min-w-md-25 {
    width: 25% !important;
  }
  .max-w-md-25 {
    width: 25% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .min-w-sm-25 {
    width: 25% !important;
  }
  .max-w-sm-25 {
    width: 25% !important;
  }
}
.w-30 {
  width: 30% !important;
}

.min-w-30 {
  min-width: 30% !important;
}

.max-w-30 {
  max-width: 30% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-30 {
    width: 30% !important;
  }
  .min-w-xxl-30 {
    width: 30% !important;
  }
  .max-w-xxl-30 {
    width: 30% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-30 {
    width: 30% !important;
  }
  .min-w-xl-30 {
    width: 30% !important;
  }
  .max-w-xl-30 {
    width: 30% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-30 {
    width: 30% !important;
  }
  .min-w-lg-30 {
    width: 30% !important;
  }
  .max-w-lg-30 {
    width: 30% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-30 {
    width: 30% !important;
  }
  .min-w-md-30 {
    width: 30% !important;
  }
  .max-w-md-30 {
    width: 30% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-30 {
    width: 30% !important;
  }
  .min-w-sm-30 {
    width: 30% !important;
  }
  .max-w-sm-30 {
    width: 30% !important;
  }
}
.w-35 {
  width: 35% !important;
}

.min-w-35 {
  min-width: 35% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-35 {
    width: 35% !important;
  }
  .min-w-xxl-35 {
    width: 35% !important;
  }
  .max-w-xxl-35 {
    width: 35% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-35 {
    width: 35% !important;
  }
  .min-w-xl-35 {
    width: 35% !important;
  }
  .max-w-xl-35 {
    width: 35% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-35 {
    width: 35% !important;
  }
  .min-w-lg-35 {
    width: 35% !important;
  }
  .max-w-lg-35 {
    width: 35% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-35 {
    width: 35% !important;
  }
  .min-w-md-35 {
    width: 35% !important;
  }
  .max-w-md-35 {
    width: 35% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-35 {
    width: 35% !important;
  }
  .min-w-sm-35 {
    width: 35% !important;
  }
  .max-w-sm-35 {
    width: 35% !important;
  }
}
.w-40 {
  width: 40% !important;
}

.min-w-40 {
  min-width: 40% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-40 {
    width: 40% !important;
  }
  .min-w-xxl-40 {
    width: 40% !important;
  }
  .max-w-xxl-40 {
    width: 40% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-40 {
    width: 40% !important;
  }
  .min-w-xl-40 {
    width: 40% !important;
  }
  .max-w-xl-40 {
    width: 40% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .min-w-lg-40 {
    width: 40% !important;
  }
  .max-w-lg-40 {
    width: 40% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-40 {
    width: 40% !important;
  }
  .min-w-md-40 {
    width: 40% !important;
  }
  .max-w-md-40 {
    width: 40% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-40 {
    width: 40% !important;
  }
  .min-w-sm-40 {
    width: 40% !important;
  }
  .max-w-sm-40 {
    width: 40% !important;
  }
}
.w-45 {
  width: 45% !important;
}

.min-w-45 {
  min-width: 45% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-45 {
    width: 45% !important;
  }
  .min-w-xxl-45 {
    width: 45% !important;
  }
  .max-w-xxl-45 {
    width: 45% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-45 {
    width: 45% !important;
  }
  .min-w-xl-45 {
    width: 45% !important;
  }
  .max-w-xl-45 {
    width: 45% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-45 {
    width: 45% !important;
  }
  .min-w-lg-45 {
    width: 45% !important;
  }
  .max-w-lg-45 {
    width: 45% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-45 {
    width: 45% !important;
  }
  .min-w-md-45 {
    width: 45% !important;
  }
  .max-w-md-45 {
    width: 45% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-45 {
    width: 45% !important;
  }
  .min-w-sm-45 {
    width: 45% !important;
  }
  .max-w-sm-45 {
    width: 45% !important;
  }
}
.w-50 {
  width: 50% !important;
}

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

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

@media (max-width: 1440.8px) {
  .w-xxl-50 {
    width: 50% !important;
  }
  .min-w-xxl-50 {
    width: 50% !important;
  }
  .max-w-xxl-50 {
    width: 50% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .min-w-xl-50 {
    width: 50% !important;
  }
  .max-w-xl-50 {
    width: 50% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .min-w-lg-50 {
    width: 50% !important;
  }
  .max-w-lg-50 {
    width: 50% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-50 {
    width: 50% !important;
  }
  .min-w-md-50 {
    width: 50% !important;
  }
  .max-w-md-50 {
    width: 50% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .min-w-sm-50 {
    width: 50% !important;
  }
  .max-w-sm-50 {
    width: 50% !important;
  }
}
.w-55 {
  width: 55% !important;
}

.min-w-55 {
  min-width: 55% !important;
}

.max-w-55 {
  max-width: 55% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-55 {
    width: 55% !important;
  }
  .min-w-xxl-55 {
    width: 55% !important;
  }
  .max-w-xxl-55 {
    width: 55% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-55 {
    width: 55% !important;
  }
  .min-w-xl-55 {
    width: 55% !important;
  }
  .max-w-xl-55 {
    width: 55% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-55 {
    width: 55% !important;
  }
  .min-w-lg-55 {
    width: 55% !important;
  }
  .max-w-lg-55 {
    width: 55% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-55 {
    width: 55% !important;
  }
  .min-w-md-55 {
    width: 55% !important;
  }
  .max-w-md-55 {
    width: 55% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-55 {
    width: 55% !important;
  }
  .min-w-sm-55 {
    width: 55% !important;
  }
  .max-w-sm-55 {
    width: 55% !important;
  }
}
.w-60 {
  width: 60% !important;
}

.min-w-60 {
  min-width: 60% !important;
}

.max-w-60 {
  max-width: 60% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-60 {
    width: 60% !important;
  }
  .min-w-xxl-60 {
    width: 60% !important;
  }
  .max-w-xxl-60 {
    width: 60% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-60 {
    width: 60% !important;
  }
  .min-w-xl-60 {
    width: 60% !important;
  }
  .max-w-xl-60 {
    width: 60% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-60 {
    width: 60% !important;
  }
  .min-w-lg-60 {
    width: 60% !important;
  }
  .max-w-lg-60 {
    width: 60% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-60 {
    width: 60% !important;
  }
  .min-w-md-60 {
    width: 60% !important;
  }
  .max-w-md-60 {
    width: 60% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-60 {
    width: 60% !important;
  }
  .min-w-sm-60 {
    width: 60% !important;
  }
  .max-w-sm-60 {
    width: 60% !important;
  }
}
.w-65 {
  width: 65% !important;
}

.min-w-65 {
  min-width: 65% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-65 {
    width: 65% !important;
  }
  .min-w-xxl-65 {
    width: 65% !important;
  }
  .max-w-xxl-65 {
    width: 65% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-65 {
    width: 65% !important;
  }
  .min-w-xl-65 {
    width: 65% !important;
  }
  .max-w-xl-65 {
    width: 65% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-65 {
    width: 65% !important;
  }
  .min-w-lg-65 {
    width: 65% !important;
  }
  .max-w-lg-65 {
    width: 65% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-65 {
    width: 65% !important;
  }
  .min-w-md-65 {
    width: 65% !important;
  }
  .max-w-md-65 {
    width: 65% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-65 {
    width: 65% !important;
  }
  .min-w-sm-65 {
    width: 65% !important;
  }
  .max-w-sm-65 {
    width: 65% !important;
  }
}
.w-70 {
  width: 70% !important;
}

.min-w-70 {
  min-width: 70% !important;
}

.max-w-70 {
  max-width: 70% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-70 {
    width: 70% !important;
  }
  .min-w-xxl-70 {
    width: 70% !important;
  }
  .max-w-xxl-70 {
    width: 70% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-70 {
    width: 70% !important;
  }
  .min-w-xl-70 {
    width: 70% !important;
  }
  .max-w-xl-70 {
    width: 70% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-70 {
    width: 70% !important;
  }
  .min-w-lg-70 {
    width: 70% !important;
  }
  .max-w-lg-70 {
    width: 70% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-70 {
    width: 70% !important;
  }
  .min-w-md-70 {
    width: 70% !important;
  }
  .max-w-md-70 {
    width: 70% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-70 {
    width: 70% !important;
  }
  .min-w-sm-70 {
    width: 70% !important;
  }
  .max-w-sm-70 {
    width: 70% !important;
  }
}
.w-75 {
  width: 75% !important;
}

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

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

@media (max-width: 1440.8px) {
  .w-xxl-75 {
    width: 75% !important;
  }
  .min-w-xxl-75 {
    width: 75% !important;
  }
  .max-w-xxl-75 {
    width: 75% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-75 {
    width: 75% !important;
  }
  .min-w-xl-75 {
    width: 75% !important;
  }
  .max-w-xl-75 {
    width: 75% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-75 {
    width: 75% !important;
  }
  .min-w-lg-75 {
    width: 75% !important;
  }
  .max-w-lg-75 {
    width: 75% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-75 {
    width: 75% !important;
  }
  .min-w-md-75 {
    width: 75% !important;
  }
  .max-w-md-75 {
    width: 75% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-75 {
    width: 75% !important;
  }
  .min-w-sm-75 {
    width: 75% !important;
  }
  .max-w-sm-75 {
    width: 75% !important;
  }
}
.w-80 {
  width: 80% !important;
}

.min-w-80 {
  min-width: 80% !important;
}

.max-w-80 {
  max-width: 80% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-80 {
    width: 80% !important;
  }
  .min-w-xxl-80 {
    width: 80% !important;
  }
  .max-w-xxl-80 {
    width: 80% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-80 {
    width: 80% !important;
  }
  .min-w-xl-80 {
    width: 80% !important;
  }
  .max-w-xl-80 {
    width: 80% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-80 {
    width: 80% !important;
  }
  .min-w-lg-80 {
    width: 80% !important;
  }
  .max-w-lg-80 {
    width: 80% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-80 {
    width: 80% !important;
  }
  .min-w-md-80 {
    width: 80% !important;
  }
  .max-w-md-80 {
    width: 80% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-80 {
    width: 80% !important;
  }
  .min-w-sm-80 {
    width: 80% !important;
  }
  .max-w-sm-80 {
    width: 80% !important;
  }
}
.w-85 {
  width: 85% !important;
}

.min-w-85 {
  min-width: 85% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-85 {
    width: 85% !important;
  }
  .min-w-xxl-85 {
    width: 85% !important;
  }
  .max-w-xxl-85 {
    width: 85% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-85 {
    width: 85% !important;
  }
  .min-w-xl-85 {
    width: 85% !important;
  }
  .max-w-xl-85 {
    width: 85% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-85 {
    width: 85% !important;
  }
  .min-w-lg-85 {
    width: 85% !important;
  }
  .max-w-lg-85 {
    width: 85% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-85 {
    width: 85% !important;
  }
  .min-w-md-85 {
    width: 85% !important;
  }
  .max-w-md-85 {
    width: 85% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-85 {
    width: 85% !important;
  }
  .min-w-sm-85 {
    width: 85% !important;
  }
  .max-w-sm-85 {
    width: 85% !important;
  }
}
.w-90 {
  width: 90% !important;
}

.min-w-90 {
  min-width: 90% !important;
}

.max-w-90 {
  max-width: 90% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-90 {
    width: 90% !important;
  }
  .min-w-xxl-90 {
    width: 90% !important;
  }
  .max-w-xxl-90 {
    width: 90% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-90 {
    width: 90% !important;
  }
  .min-w-xl-90 {
    width: 90% !important;
  }
  .max-w-xl-90 {
    width: 90% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-90 {
    width: 90% !important;
  }
  .min-w-lg-90 {
    width: 90% !important;
  }
  .max-w-lg-90 {
    width: 90% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-90 {
    width: 90% !important;
  }
  .min-w-md-90 {
    width: 90% !important;
  }
  .max-w-md-90 {
    width: 90% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-90 {
    width: 90% !important;
  }
  .min-w-sm-90 {
    width: 90% !important;
  }
  .max-w-sm-90 {
    width: 90% !important;
  }
}
.w-95 {
  width: 95% !important;
}

.min-w-95 {
  min-width: 95% !important;
}

.max-w-95 {
  max-width: 95% !important;
}

@media (max-width: 1440.8px) {
  .w-xxl-95 {
    width: 95% !important;
  }
  .min-w-xxl-95 {
    width: 95% !important;
  }
  .max-w-xxl-95 {
    width: 95% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-95 {
    width: 95% !important;
  }
  .min-w-xl-95 {
    width: 95% !important;
  }
  .max-w-xl-95 {
    width: 95% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-95 {
    width: 95% !important;
  }
  .min-w-lg-95 {
    width: 95% !important;
  }
  .max-w-lg-95 {
    width: 95% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-95 {
    width: 95% !important;
  }
  .min-w-md-95 {
    width: 95% !important;
  }
  .max-w-md-95 {
    width: 95% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-95 {
    width: 95% !important;
  }
  .min-w-sm-95 {
    width: 95% !important;
  }
  .max-w-sm-95 {
    width: 95% !important;
  }
}
.w-100 {
  width: 100% !important;
}

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

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

@media (max-width: 1440.8px) {
  .w-xxl-100 {
    width: 100% !important;
  }
  .min-w-xxl-100 {
    width: 100% !important;
  }
  .max-w-xxl-100 {
    width: 100% !important;
  }
}
@media (max-width: 1199.8px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .min-w-xl-100 {
    width: 100% !important;
  }
  .max-w-xl-100 {
    width: 100% !important;
  }
}
@media (max-width: 991.8px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .min-w-lg-100 {
    width: 100% !important;
  }
  .max-w-lg-100 {
    width: 100% !important;
  }
}
@media (max-width: 767.8px) {
  .w-md-100 {
    width: 100% !important;
  }
  .min-w-md-100 {
    width: 100% !important;
  }
  .max-w-md-100 {
    width: 100% !important;
  }
}
@media (max-width: 575.8px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .min-w-sm-100 {
    width: 100% !important;
  }
  .max-w-sm-100 {
    width: 100% !important;
  }
}
.text-12 {
  font-size: 0.75rem;
}
.text-15 {
  font-size: 0.8125rem;
}
.text-primary {
  color: var(--blue-primary) !important;
}
.text-info {
  color: #297cdd;
}
.text-lnh-20 {
  line-height: 20px;
}
.text-lnh-16 {
  line-height: 16px;
}
.text-lnh-30 {
  line-height: 30px;
}

.ope-6 {
  color: rgba(27, 20, 100, 0.6) !important;
}

.ope-7 {
  color: rgba(27, 20, 100, 0.7) !important;
}

.title {
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--forenzix-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1b1464;
}

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

button:focus-visible, button:focus,
.btn:focus-visible,
.btn:focus,
.btn-primary:focus-visible,
.btn-primary:focus {
  box-shadow: none;
  outline: none;
}

.btn {
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  min-height: 50px;
}
.btn-reset {
  background: transparent;
  border: none;
  padding: 0;
}
.btn-gradiant {
  background: var(--forenzix-gradiant);
  color: var(--white);
  border: 1px solid transparent;
  border-left: 0;
}
.btn-gradiant:hover {
  background: linear-gradient(133deg, #39ade1 -0.39%, #740b9d 122.99%);
  color: #ffffff;
  transition: all ease-in;
}
.btn-gradiant:focus {
  color: #ffffff;
  box-shadow: none;
}
.btn-outline:hover {
  border: 1px solid #1b1464;
  background: rgba(27, 20, 100, 0.03);
  transition: all ease-in;
}
.btn-outline:focus {
  box-shadow: none;
}
.btn-outline-gradiant {
  border: 1px solid var(--forenzix-gradiant);
}
.btn-outline-gradiant:hover {
  border: 1px solid #1b1464;
  background: rgba(27, 20, 100, 0.03);
  transition: all ease-in;
}
.btn-outline-gradiant:focus {
  box-shadow: none;
}

.btn-link {
  background: transparent;
  border: none;
  color: #1b1464;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    min-height: 45px;
  }
}
.btn-primary {
  background: #1b1464;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0.375rem;
}
.btn-primary-lg {
  padding: 0.625rem 0.75rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary-sm {
  padding: 0.375rem 0.625rem;
}
.btn-primary-xs {
  padding: 0.25rem 0.625rem;
}
.btn-primary:hover {
  background: #15104f;
}

.tab-btn {
  background-color: #f7fbfd;
  border-radius: 10px;
}
.tab-btn .btn {
  min-width: 130px;
  padding: 9px 16px;
  background-color: transparent;
  border: none;
  color: #1b1464;
  font-family: var(--Colaborate);
  font-weight: 400;
  font-size: 1.125rem;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-btn .btn:hover {
  background-color: #1b1464;
  border-radius: 10px !important;
  color: #ffffff;
}
.tab-btn .btn:not(.btn-check) {
  border-radius: 10px;
}
.tab-btn .btn:not(.btn-check:first-child) {
  border-radius: 0;
}
.tab-btn .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tab-btn .btn.btn-check {
  background-color: #1b1464;
  color: #ffffff;
  border-radius: 10px !important;
}

.btn-icon-list {
  margin-top: -1.25rem;
}
.btn-icon-list .search-filter {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: width 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
.btn-icon-list .search-filter.show {
  width: 650px;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.btn-icon {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 2.875rem;
  justify-content: center;
  min-width: 2.875rem;
  padding: 0;
  text-align: center;
  width: 2.875rem;
}
.btn-icon img {
  opacity: 0.7;
}
.btn-icon.md {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
}
.btn-icon:hover {
  background-color: rgba(27, 20, 100, 0.1);
}
.btn-icon:hover img {
  opacity: 1;
}

:root [type=search] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58317 18.1248C4.87484 18.1248 1.0415 14.2915 1.0415 9.58317C1.0415 4.87484 4.87484 1.0415 9.58317 1.0415C14.2915 1.0415 18.1248 4.87484 18.1248 9.58317C18.1248 14.2915 14.2915 18.1248 9.58317 18.1248ZM9.58317 2.2915C5.55817 2.2915 2.2915 5.5665 2.2915 9.58317C2.2915 13.5998 5.55817 16.8748 9.58317 16.8748C13.6082 16.8748 16.8748 13.5998 16.8748 9.58317C16.8748 5.5665 13.6082 2.2915 9.58317 2.2915Z' fill='%237D7D7D'/%3E%3Cpath d='M18.3335 18.9585C18.1752 18.9585 18.0169 18.9002 17.8919 18.7752L16.2252 17.1085C15.9835 16.8669 15.9835 16.4669 16.2252 16.2252C16.4669 15.9835 16.8669 15.9835 17.1085 16.2252L18.7752 17.8919C19.0169 18.1335 19.0169 18.5335 18.7752 18.7752C18.6502 18.9002 18.4919 18.9585 18.3335 18.9585Z' fill='%237D7D7D'/%3E%3C/svg%3E%0A");
}

textarea {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-image: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  border: 1px solid rgba(27, 20, 100, 0.6) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control {
  padding: 9px 16px;
  border-radius: 5px;
  border: 1px solid rgba(27, 20, 100, 0.6);
  background: var(--white);
  position: relative;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1b1464;
  min-height: 48px;
}
.form-control.form-control-reset {
  padding: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  min-height: initial;
}
.form-control-small {
  min-height: 36px;
  padding: 5px 10px;
  border: 1px solid rgba(27, 20, 100, 0.3);
}
.form-control:focus {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%) border-box;
  background-color: transparent;
  border: 2px solid transparent !important;
  box-shadow: 0 2px 1px 0 rgba(27, 20, 100, 0.078);
}

.lable {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1b1464;
  margin-bottom: 0.375rem;
  display: block;
  text-align: left;
}

.cstm-upload {
  position: relative;
  border: 1px dashed rgba(27, 20, 100, 0.6);
  padding: 0.5625rem 1rem;
  min-height: 3.375rem;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/upload-ico.svg");
  background-repeat: no-repeat;
  background-position: center left 9px;
  width: 100%;
}

.upload-file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 148px;
  height: 46px;
  cursor: pointer;
}

.cstm-radio-fz input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.cstm-radio-fz {
  position: relative;
}

.cstm-radio-fz input[type=radio]:checked + .cstm-radio-label {
  background: #1b1464;
  color: #ffffff !important;
}

.cstm-radio-fz input[type=radio]:checked + .cstm-radio-label .radio-check-svg-white {
  display: block;
}

.radio-check-svg-white {
  display: none;
}

.control-wrap {
  display: flex;
}
.control-wrap .cstm-radio-fz {
  flex: 1;
}
.control-wrap .cstm-radio-fz:first-child .cstm-radio-label {
  border-radius: 5px 0 0 5px;
}
.control-wrap .cstm-radio-fz:last-child .cstm-radio-label {
  border-radius: 0 5px 5px 0;
}
.control-wrap .cstm-radio-fz .cstm-radio-label {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.cstm-radio-label {
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: rgba(27, 20, 100, 0.6);
  /* -webkit-padding-start: 6px; */
  /* padding-inline-start: 6px; */
  padding: 9px 16px;
  width: 50%;
  border: 1px solid rgba(27, 20, 100, 0.6);
  min-height: 48px !important;
  border-right: 0;
}

.cstm-radio-fz:last-child .cstm-radio-label {
  border-right: 1px solid;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.multiple-select-label .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.multiple-select-label .dropdown-btn {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images/down-errow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center right 23px !important;
  background-color: #ffffff !important;
}

.multiple-select-label .dropdown-btn span {
  font-size: 13px;
  padding: 6px 10px;
  color: rgba(27, 20, 100, 0.7);
  border-radius: 4px;
  margin-right: 6px;
  display: inline-block;
}

/* .multiple-select-label .dropdown-btn:after {
    content: '\25BC';
    font-size: 10px;
    margin-left: 5px;
  } */
.multiple-select-label .dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid rgba(27, 20, 100, 0.5);
  border-radius: 6px;
  background: #ffffff;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  margin-top: 4px;
}

.multiple-select-label .dropdown-content label {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.multiple-select-label .dropdown-content input[type=checkbox] {
  margin-right: 10px;
  opacity: 0;
}

.multiple-select-label .dropdown.active .dropdown-content {
  display: block;
}

[type=search] {
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position-y: center;
}
[type=search]:not(.search-icon-left) {
  padding-inline-end: 2rem;
  background-position-x: calc(100% - 0.625rem);
}
[type=search].search-icon-left {
  padding-inline-start: 2rem;
  background-position-x: 0.625rem;
}

.form-label {
  margin-bottom: 4px;
  font-size: 0.875rem;
}

.has-danger {
  color: #ed3e3e;
}
.has-danger .form-control {
  border-color: #ed3e3e;
}

/** ---------------------------------------- ICONS FIELD ---------------------------------------- **/
.field-icon {
  position: relative;
}
.field-icon .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field-icon .icon::before {
  color: #000000;
}
.field-icon.right-icon .form-control {
  padding: 16px 40px 16px 20px;
}
@media (max-width: 575.8px) {
  .field-icon.right-icon .form-control {
    padding: 10px 40px 10px 10px;
  }
}
.field-icon.right-icon .icon {
  left: auto;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 575.8px) {
  .field-icon.right-icon .icon {
    right: 15px;
    font-size: 16px;
  }
}
.field-icon.right-icon .icon-eye-off {
  font-size: 21px;
}
@media (max-width: 575.8px) {
  .field-icon.right-icon .icon-eye-off {
    font-size: 19px;
  }
}

.date-range-wrapper {
  display: flex;
  align-items: center;
  padding: 0 1rem !important;
}
.date-range-wrapper .dp__input {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  border: none;
  min-height: auto;
  box-shadow: none;
  padding: 0 1.875rem;
  background-color: transparent;
  color: #1b1464;
  font-size: 13px;
  font-weight: 500;
  height: 3rem;
}
.date-range-wrapper .dp__input::placeholder {
  color: rgba(27, 20, 100, 0.5);
}
.date-range-wrapper .dp--clear-btn svg {
  padding: 0;
}

.form-group-wrap {
  position: relative;
}
.form-group-wrap .form-group-text {
  position: absolute;
  top: 14px;
  left: auto;
  right: 14px;
  bottom: auto;
  background: var(--forenzix-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.dashbord-header .navbar {
  padding: 0;
}
.dashbord-header .navbar .navbar-nav .nav-item {
  padding: 0.375rem 1rem;
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
  height: 3rem;
}
.dashbord-header .navbar .navbar-nav .nav-item:hover, .dashbord-header .navbar .navbar-nav .nav-item.active {
  background: rgba(27, 20, 100, 0.1);
  border-radius: 0.25rem;
}
.dashbord-header .navbar .navbar-nav .nav-item:hover .filled-ico-header, .dashbord-header .navbar .navbar-nav .nav-item.active .filled-ico-header {
  display: block;
}
.dashbord-header .navbar .navbar-nav .nav-item:hover .line-ico-header, .dashbord-header .navbar .navbar-nav .nav-item.active .line-ico-header {
  display: none;
}
.dashbord-header .navbar .navbar-nav .nav-item:hover .nav-link, .dashbord-header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #1b1464;
}
.dashbord-header .navbar .navbar-nav .nav-item .filled-ico-header {
  display: none;
}
.dashbord-header .navbar .navbar-nav .nav-item .line-ico-header {
  opacity: 0.7;
}
.dashbord-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  color: rgba(27, 20, 100, 0.7);
}
.dashbord-header .navbar .navbar-nav .nav-item span {
  margin-right: 0.25rem;
}
.dashbord-header .navbar .admin-profile-sec {
  display: flex;
  cursor: pointer;
}
.dashbord-header .navbar .admin-profile-sec .notification-sec img {
  margin-right: 1.875rem;
}
.dashbord-header .navbar .admin-profile-sec .profile-dropdown {
  display: flex;
}
.dashbord-header .navbar .admin-profile-sec .profile-dropdown .admin-pic {
  margin-right: 1rem;
}
.dashbord-header .notification-sec .svg-ico {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.875rem;
}
.dashbord-header .notification-sec .svg-ico:hover {
  background: #1b1464;
}
.dashbord-header .notification-sec .svg-ico:hover svg path {
  stroke: #ffffff;
}
.dashbord-header .admin-dp-down .dropdown-menu[data-bs-popper] {
  right: 0;
  left: inherit;
}
.dashbord-header .admin-dp-down .dropdown-menu {
  padding: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  overflow: hidden;
}
.dashbord-header .admin-dp-down .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1b1464;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 2.5rem;
}
.dashbord-header .admin-dp-down .dropdown-item svg {
  margin-right: 0.625rem;
}

.payment-header {
  padding: 1.125rem 0;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-dp-down li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid rgba(27, 20, 100, 0.2);
}

.profile-dropdown .user-name, .profile-dropdown .company-name {
  max-width: 12.5rem;
}

.company-dropdown-item .dropdown-item {
  position: relative;
}
.company-dropdown-item .dropdown-item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8720_20' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8720_20)'%3E%3Cpath d='M7.95811 14.7118L3.5127 10.2664L4.40353 9.37533L7.95811 12.9299L15.596 5.29199L16.4869 6.18303L7.95811 14.7118Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.sidebar-main {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vh - 2.5rem);
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 19.96px 87.33px 0 rgba(32, 36, 138, 0.06);
  padding: 1.25rem 1.4375rem;
  margin: 1.25rem;
  border-radius: 1.25rem;
  margin-right: 0;
  width: 15.625rem;
}
.sidebar-main.minimized .sidebar-menu-item .sidebar-menu-link {
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .sidebar-main {
    left: -100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
  }
  .sidebar-main.show {
    left: 0;
    background-color: #ffffff;
    z-index: 10;
  }
}

.sidebar-open .sidebar-main {
  left: 0;
}

.sidebar-logo {
  margin: 0 0.9375rem;
}
.sidebar-logo > img {
  width: 7.625rem;
  height: 2.1875rem;
}
.sidebar-logo .collapse-close-ico {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.collapse-open-ico {
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
}

.svg-wraper {
  margin-right: 0.625rem;
}

.sidebar-menu {
  margin-top: 1.6875rem;
}

.sidebar-menu-item {
  margin-bottom: 0.1875rem;
}
.sidebar-menu-item .sidebar-menu-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1b1464;
  padding: 0.6875rem 0.875rem;
  border-radius: 0.375rem;
  opacity: 0.7;
  display: flex;
  align-items: center;
  height: 46px;
  min-height: 46px;
}
.sidebar-menu-item .sidebar-menu-link:hover {
  background-color: #ffffff;
}
.sidebar-menu-item .sidebar-menu-link.active {
  color: #ffffff;
  background-color: #1b1464;
  opacity: 1;
  box-shadow: 0 1.2475rem 5.458125rem 0 rgba(32, 36, 138, 0.06);
}
.sidebar-menu-item .sidebar-menu-link.active .menu-icon path {
  stroke: #ffffff;
}
.sidebar-menu-item .sidebar-menu-link.active .count {
  background-color: #ffffff;
  color: #1b1464;
}
.sidebar-menu-item .sidebar-menu-link .menu-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.sidebar-menu-item .sidebar-menu-link .count {
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.375rem;
  padding: 0.125rem 0.375rem;
  border-radius: 1.25rem;
  background-color: rgba(27, 20, 100, 0.2);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
  margin-left: auto;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1324px !important;
  }
}

a {
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  color: black;
}

.width-max-content {
  width: max-content !important;
}

.forenzix-tab .nav-pills .nav-item .nav-link {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid rgba(27, 20, 100, 0.2);
  border-radius: 5px;
  color: rgba(27, 20, 100, 0.1);
  margin-right: 6px;
}
.forenzix-tab .nav-pills .nav-item .nav-link.active {
  background: #1b1464;
  font-weight: 600;
  color: #ffffff !important;
}
.forenzix-tab .nav-pills .nav-item .nav-link:hover {
  background: #15104f;
  color: #ffffff !important;
}
.forenzix-tab .tab-content .tab-card {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  position: relative;
  height: 100%;
}
.forenzix-tab .tab-content .tab-card::after {
  position: absolute;
  content: "";
  background-image: url("../images/verticle-stroke.svg");
  height: 90%;
  right: 0;
  z-index: 11111111;
  width: 2px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 0;
}
.forenzix-tab .tab-content .tab-card.metal-weight-price h6, .forenzix-tab .tab-content .tab-card.metal-weight-price .h6,
.forenzix-tab .tab-content .tab-card.metal-weight-price p {
  line-height: 30px;
}
.forenzix-tab .tab-content .inventory-data-all-location {
  margin-top: 1.5rem;
}

.bg-gradiant-wrap {
  background-color: #f5f5fa;
  background-image: url("../images/dashboard-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.bg-gradiant-wrap-customer {
  background-image: url("../images/dashboard-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 80px);
}

.bg-onboard {
  background-image: url("../images/onboard-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.main-content {
  margin-left: 16.875rem;
  padding: 1.875rem 1.25rem 0;
  min-height: calc(100vh - 1.25rem);
}
@media (max-width: 991.98px) {
  .main-content {
    margin-left: 0 !important;
    padding: 1.5rem 1rem;
  }
}

.border-primary-ope1 {
  border-color: rgba(27, 20, 100, 0.1);
}

.offcanvas-end {
  padding: 30px;
}
.offcanvas-end-lg {
  width: 560px;
}
.offcanvas-end-sm {
  width: 550px;
}

select::before,
.country-drop .select2-selection,
.select-dropdown__button::before {
  position: absolute;
  content: "";
  background-image: url("../images/expand-ico.svg") !important;
  background-position: center right 23px !important;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.875rem;
}

.no-dropdown-down_arrow::before {
  display: none;
}

.dp-focus,
.select-dropdown__button.show {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%) border-box;
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 0px 0px 16px 0px rgba(27, 20, 100, 0.5);
}

.country-drop .select2-selection {
  background-position: center right 0px !important;
}

.country-drop .select2-selection__arrow {
  display: none;
}

.serch-bx input {
  background-image: url("../images/search-1.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center left 7px !important;
  background-color: #ffffff !important;
  padding: 0 30px;
}

.ls-base {
  letter-spacing: 0.5px;
}

.bg-white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(27, 20, 100, var(--bg-opacity)) !important;
}

.bg-red {
  --bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--bg-opacity)) !important;
}

.bg-skyblue {
  --bg-opacity: 1;
  background-color: rgba(67, 197, 255, var(--bg-opacity)) !important;
}

.bg-forenzix-gradiant {
  background: linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%);
}

.text-primary {
  --txt-opacity: 1;
  color: rgba(27, 20, 100, var(--txt-opacity)) !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(27, 20, 100, var(--bs-border-opacity)) !important;
}

.bg-graylight {
  background: #f2f2fb;
}

.bg-white-layer {
  background: rgba(255, 255, 255, 0.6);
}

.bg-info {
  background: #43c5ff !important;
}

.white-space-normal {
  white-space: normal;
}

.amount-input-container {
  position: relative;
  display: inline-block;
  width: 200px; /* Adjust the width as needed */
}

.amount-input {
  position: relative;
  z-index: 2; /* Keep input above the overlay */
  border: 1px solid rgba(27, 20, 100, 0.6); /* Default border */
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  color: transparent; /* Hide the input text */
  background-color: transparent; /* Transparent background */
  width: 100%;
  z-index: 0;
}

/* Create a gradient border using a pseudo-element */
.amount-input-container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
  border-radius: 6px;
  background: linear-gradient(to right, #a742f6, #00d2ff); /* Gradient */
  transition: all 0.3s ease;
  opacity: 0;
}

/* Show the gradient border when input is focused */
.amount-input:focus + .input-overlay + .amount-input-container::before {
  opacity: 1;
}

.amount-input:focus {
  outline: none;
  border: 1px solid transparent; /* Transparent border to show the gradient */
}

.control-wrap {
  position: relative;
}

.curuncy-label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 13px;
  color: rgba(27, 20, 100, 0.7);
}

.gray-lable {
  background: rgba(27, 20, 100, 0.1);
}

.input-with-check {
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: #1b1464;
}
.input-with-check:focus-visible {
  outline: none;
}

.rounded-top-left-0 {
  border-top-left-radius: 0;
}

.rounded-top-right-0 {
  border-top-right-radius: 0;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0;
}

.checkbox-container:has(input:checked) {
  background: #1b1464;
  border-right-color: #fff !important;
  border-left-color: #fff;
}

.checkbox-container:has(input:checked) label.form-check-label {
  color: #fff !important;
}

.checkbox-container:has(input:checked) input {
  background-color: #fff !important;
}

.checkbox-container:has(input:checked) .form-check-input[type=checkbox]::before {
  color: #1b1464;
}

.error-style {
  border: 2px solid;
  border-color: #ed3e3e;
  background: #fff2f2 !important;
  box-shadow: 0px 2px 1px 0px rgba(64, 72, 82, 0.05);
}

.error-text {
  color: #ed3e3e;
}

.cstm-radio-fz .form-check-label {
  min-height: 60px;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.select-dropdown__button {
  text-align: left;
  padding-right: 2.5rem;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  max-height: 300px;
  overflow: auto;
  padding: 8px 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  border: 1px solid rgba(27, 20, 100, 0.5);
  border-radius: 6px;
  background: #ffffff;
  margin-top: 4px;
}
.select-dropdown__list.active, .select-dropdown__list.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1b1464;
  text-align: left;
  border-top: none;
  padding: 10px 16px;
  cursor: pointer;
}
.select-dropdown__list-item .form-check-label {
  width: calc(100% - 22px);
  padding: 12px 16px;
}
.select-dropdown__list-item.dropdown-iem-check {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 16px 0 0;
}

.form-check-label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.form-check:not(.form-switch) .form-check-input {
  border: 2px solid #1b1464;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.form-check:not(.form-switch) .form-check-input:focus {
  box-shadow: none;
  border-color: #1b1464;
}
.form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
  background: #1b1464 url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 15.8172L17.6537 7.4134L16.3366 6.0963L9.25 13.1828L5.6875 9.6203L4.37031 10.9375L9.25 15.8172Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50%/contain;
}

.select-dropdown__list-item:hover {
  background: rgba(27, 20, 100, 0.1);
}
.select-dropdown__list-item.active {
  background: rgba(27, 20, 100, 0.15);
  font-weight: 600;
}
.select-dropdown__list-item.disabled {
  background: rgba(27, 20, 100, 0.065);
  pointer-events: none;
}

.eye-ico circle,
.eye-ico path,
.eye-ico line {
  stroke: rgba(27, 20, 100, 0.5);
}

.control-wrap:focus-within .eye-ico circle,
.control-wrap:focus-within .eye-ico path,
.control-wrap:focus-within .eye-ico line {
  stroke: #1b1464;
}

.load-more-text a {
  color: rgba(27, 20, 100, 0.7);
}

.load-more-text a:hover {
  color: #1b1464;
}

.title-ico-sec .title {
  margin-bottom: 2.8125rem;
}
.title-ico-sec .customer-header-ico .ico-pallate p {
  margin-top: 0.625rem;
}

.cursor-pointer {
  cursor: pointer;
}

.full-box {
  min-height: calc(100vh - 276px);
}

.full-box-1 {
  height: calc(100vh - 362px);
}

.full-box-2 {
  height: calc(100vh - 430px);
}

.alert-toaster-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto;
  position: fixed;
  top: 1.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.alert-toaster {
  border-radius: 0.625rem;
  border: 1px solid var(--Forenzix-Gradient, #43c5ff);
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(27, 20, 100, 0.2);
  padding: 0.875rem 4.375rem 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  will-change: transform, opacity;
}
.alert-toaster.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .alert-toaster {
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
  }
}
.alert-toaster .alert-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #1b1464;
  transition: width 0.1s linear;
}
.alert-toaster .alert-message {
  display: flex;
  align-items: center;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.alert-toaster.show .alert-message {
  transform: translateX(0);
  opacity: 1;
}
.alert-toaster .tick-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  transform: scale(0.8);
  transition: transform 0.3s ease 0.1s;
}
.alert-toaster.show .tick-icon {
  transform: scale(1);
}
.alert-toaster .btn-close {
  width: 0.625rem;
  height: 0.625rem;
  background-size: 0.625rem;
  padding-right: 1.625rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.alert-toaster .btn-close:focus {
  box-shadow: none;
}
.alert-toaster.show .btn-close {
  opacity: 1;
}

.upload-container {
  border: 2px dashed rgba(27, 20, 100, 0.4);
  border-radius: 0.3125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  padding: 0.625rem 1.25rem;
  color: #1b1464;
  font-size: 13px;
  font-weight: 500;
}
.upload-container .upload-input {
  display: none;
}
.upload-container .remove-image-btn {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
}
.upload-container .image-preview-container {
  position: relative;
  width: 150px;
  display: block;
}
.upload-container .image-preview-container img {
  object-fit: contain;
}

.modal-fullscreen-xxl-down {
  width: 1600px;
  margin: 0 auto;
}

@media (max-width: 1640.98px) {
  .modal-fullscreen-xxl-down {
    width: 97.396vw;
    margin: 0 auto;
  }
}
.modal-fullscreen .modal-content {
  max-height: 93%;
  border-radius: 6px;
}
.modal-fullscreen .btn_close img {
  width: 2.5rem;
  height: 2.5rem;
}

.modal.deleteModal .modal-body > *:not(:first-child) {
  margin-bottom: 30px;
}

.modal .modal-dialog {
  min-width: 500px;
}

.modal .modal-body {
  padding: 40px;
}

.modal .modal-body .close-btn-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.btn-full {
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin-right: 0.375rem;
}
.nav-tabs .nav-link {
  border-radius: 0.313rem 0.313rem 0 0;
  background: rgba(27, 20, 100, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  color: #1b1464;
  padding: 0.625rem 1.25rem;
  opacity: 0.7;
  border: 0px;
}
.nav-tabs .nav-link.active {
  font-weight: 600;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(27, 20, 100, 0.2);
  border-bottom-color: #fbfbfd;
  color: #1b1464;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .nav-tabs .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem 0.9375rem;
  }
}

.tab-content {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(27, 20, 100, 0.1);
  border-radius: 0 0.375rem 0.375rem 0.375rem;
  border-color: transparent;
  margin-top: 1px;
}

.search-filter {
  padding: 0.6875rem 1rem;
}
.search-filter .search-filter-input {
  position: relative;
}
.search-filter .search-filter-input::before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg opacity='0.7'%3E%3Cmask id='mask0_4644_1781' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4644_1781)'%3E%3Cpath d='M17.9138 18.8631L12.1564 13.1055C11.6981 13.4839 11.171 13.7801 10.5752 13.994C9.97932 14.2079 9.36294 14.3148 8.72601 14.3148C7.15927 14.3148 5.83331 13.7724 4.74813 12.6875C3.66295 11.6026 3.12036 10.277 3.12036 8.71054C3.12036 7.14426 3.6628 5.81815 4.74767 4.7322C5.83255 3.64641 7.1582 3.10352 8.72463 3.10352C10.2909 3.10352 11.617 3.64611 12.703 4.73129C13.7888 5.81647 14.3317 7.14243 14.3317 8.70916C14.3317 9.36381 14.2218 9.98906 14.0021 10.5849C13.7823 11.1807 13.489 11.6989 13.1223 12.1396L18.8797 17.8969L17.9138 18.8631ZM8.72601 12.94C9.90713 12.94 10.9075 12.5301 11.7272 11.7103C12.547 10.8907 12.9569 9.89029 12.9569 8.70916C12.9569 7.52804 12.547 6.52765 11.7272 5.70799C10.9075 4.88819 9.90713 4.47829 8.72601 4.47829C7.54488 4.47829 6.54449 4.88819 5.72484 5.70799C4.90503 6.52765 4.49513 7.52804 4.49513 8.70916C4.49513 9.89029 4.90503 10.8907 5.72484 11.7103C6.54449 12.5301 7.54488 12.94 8.72601 12.94Z' fill='%231B1464'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  width: 1.375rem;
  height: 1.375rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  z-index: 1;
}
.search-filter .search-filter-input .form-control {
  border-radius: 0.375rem;
  padding-left: 2.4rem;
  color: #1b1464;
  border: 1px solid rgba(27, 20, 100, 0.1);
  min-height: 48px;
  background: #ffffff;
}
.search-filter .search-filter-input .form-control::placeholder {
  opacity: 0.6;
}
.search-filter .search-filter-input .form-control:hover {
  border-color: rgba(27, 20, 100, 0.2);
}
.search-filter .search-filter-input .form-control:focus {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%) border-box;
  background-color: transparent;
  border: 2px solid transparent;
}
.search-filter .btn {
  min-width: 8.75rem;
  font-size: 0.813rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-filter .dropdown button::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/down-errow.svg") no-repeat center/contain;
}
.search-filter .dropdown-menu {
  width: 100%;
}
.search-filter .dropdown-menu .dropdown-item input[type=checkbox] {
  display: none;
}
.search-filter .dropdown-menu .dropdown-item input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.search-filter .dropdown-menu .dropdown-item label {
  position: relative;
  padding-left: 1.7rem;
  display: block;
  cursor: pointer;
}
.search-filter .dropdown-menu .dropdown-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #1b1464;
  border-radius: 2px;
}
.search-filter .dropdown-menu .dropdown-item label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.97457 8L0.570312 4.59575L1.7618 3.40426L3.97457 5.61702L9.59159 0L10.7831 1.19149L3.97457 8Z' fill='%231B1464'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .search-filter {
    padding: 0.9375rem;
  }
}
.search-filter .select-dropdown__button.form-control {
  border: 1px solid rgba(27, 20, 100, 0.1);
}
.search-filter .select-dropdown__button.form-control:hover {
  border-color: rgba(27, 20, 100, 0.2);
}
.search-filter .select-dropdown__button:focus-within span {
  color: #1b1464;
}
.search-filter .select-dropdown__button:focus-within span svg {
  opacity: 1;
}
.search-filter .select-dropdown__button span {
  color: rgba(27, 20, 100, 0.7);
}
.search-filter .select-dropdown__button span svg {
  opacity: 0.7;
}

.search-filter-wrapper .form-control {
  background-color: #ffffff;
  border: 1px solid rgba(27, 20, 100, 0.1);
  text-align: left;
  font-size: 0.75rem;
  padding-right: 1.75rem;
  color: rgba(27, 20, 100, 0.6);
}
.search-filter-wrapper .form-control .filter-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.table-bx {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.3125rem;
  height: 25rem;
}

.table th,
.table td {
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.875rem;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 1px solid rgba(27, 20, 100, 0.2) !important;
  border-bottom: 1px solid rgba(27, 20, 100, 0.2) !important;
  position: relative;
}
.table th.no-border,
.table td.no-border {
  border: none !important;
}
.table th p,
.table td p {
  font-size: 0.8125rem;
}
.table th {
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  height: 2.4375rem;
  color: rgba(27, 20, 100, 0.7);
  border-top: 0 !important;
  font-weight: 400;
}
.table th:has(button) {
  cursor: pointer;
}
.table th.no-hover {
  background-color: inherit !important;
}
.table th:hover {
  background-color: transparent;
  background-color: rgba(27, 20, 100, 0.05);
}
.table th .sort {
  min-height: initial;
  margin-top: -0.125rem;
}
.table th .sort img {
  opacity: 1;
}
.table th .sort:focus {
  outline: none;
  box-shadow: none;
}
.table th .btn {
  display: unset;
}
.table tbody tr td,
.table tbody tr a {
  color: rgba(27, 20, 100, 0.7);
}
.table tbody tr.no-hover:hover {
  background-color: inherit !important;
}
.table tbody tr.no-hover td:hover {
  background-color: inherit !important;
}
.table tbody tr:hover td,
.table tbody tr:hover a {
  color: #1b1464;
}
.table tbody tr:hover td {
  background-color: rgba(27, 20, 100, 0.05);
}
.table tbody tr:hover td:first-child {
  font-weight: 600;
}
.table tbody tr:hover td .action-icons img path,
.table tbody tr:hover td .action-icons svg path {
  stroke: #1b1464;
}
.table td {
  padding: 0 1rem;
  min-height: 2.875rem;
  height: 2.875rem;
}
.table td .badge {
  margin-left: 0.5rem;
}
.table td.no-border {
  border: none !important;
}
.table td .user img {
  width: 1.5rem;
  height: 1.5rem;
}
.table td .action-btn {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.25rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}
.table td .action-btn:hover {
  background-color: rgba(27, 20, 100, 0.1);
}
.table td .action-btn img {
  width: 1rem;
  height: 1rem;
}
.table td .action-icons img path,
.table td .action-icons svg path {
  stroke: rgba(27, 20, 100, 0.7);
}
.table-sm tr td {
  font-size: 0.6875rem;
  padding: 0.625rem 0.75rem;
  border-top: none !important;
}
.table-sm tr:last-child td {
  border-bottom: none !important;
}
.table tr .ico-hover {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.dropdown-menu {
  border: 1px solid rgba(27, 20, 100, 0.5);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.251);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
}
.dropdown-menu .dropdown-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  color: #1b1464;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(27, 20, 100, 0.1);
  color: #1b1464;
}

.fa-card .table tr td {
  border-top: none !important;
}
.fa-card .table tr:last-child td {
  border-bottom: none !important;
}

.badge {
  padding: 0.3125rem 0.375rem;
  border-radius: 0.25rem;
  background-color: #1b1464;
  font-size: 0.6875rem;
  font-weight: 600;
}
.badge.bg-primary-100 {
  background-color: rgba(27, 20, 100, 0.1);
  color: #1b1464;
}
.badge.pending {
  opacity: 0.4;
}

.table-footer .entry {
  border: none;
  background: transparent url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99966 4.43326L0.962891 0.396484H9.03643L4.99966 4.43326Z' fill='%231B1464'/%3E%3C/svg%3E%0A") no-repeat right center/0.625rem !important;
  padding-right: 0.625rem;
  padding-left: 0.125rem;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.table-footer .entry:focus {
  box-shadow: none;
  outline: none;
}

.pagination .page-item .page-link {
  border: none;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #1b1464;
  border-radius: 0;
  padding: 5px 10px;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: none;
}
.pagination .page-item .page-link.active {
  border-radius: 4px;
  background: rgba(27, 20, 100, 0.1);
}
.pagination .page-item:first-child {
  background-color: transparent;
}
.pagination .page-item:last-child .page-link {
  color: #297cdd;
  text-decoration: underline;
}

.user-group-icons {
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
}
.user-group-icons .user-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  border: 0.1875rem solid #ffffff;
  background-color: #1b1464;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.user-group-icons .user-icon:not(:first-child) {
  margin-left: -0.5625rem;
}
.user-group-icons .user-icon:nth-child(1) {
  z-index: 7;
}
.user-group-icons .user-icon:nth-child(2) {
  z-index: 6;
}
.user-group-icons .user-icon:nth-child(3) {
  z-index: 5;
}
.user-group-icons .user-icon:nth-child(4) {
  z-index: 4;
}
.user-group-icons .user-icon:nth-child(5) {
  z-index: 3;
}
.user-group-icons .user-icon:nth-child(6) {
  z-index: 2;
}
.user-group-icons .user-icon:nth-child(7) {
  z-index: 1;
}

.table-with-card {
  border: 1px solid rgba(27, 20, 100, 0.102);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.375rem;
}
.table-with-card .table {
  margin-bottom: 0;
}
.table-with-card thead tr {
  background: rgba(245, 245, 250, 0.698);
}
.table-with-card thead tr th,
.table-with-card thead tr td {
  border-top: none !important;
}
.table-with-card tfoot tr {
  background-color: #f5f5fa;
}
.table-with-card tfoot tr td {
  border: none !important;
}

.table-field-wrapper .table {
  border: none;
  margin-bottom: 0;
}
.table-field-wrapper .table-border tr th,
.table-field-wrapper .table-border tr td {
  border-bottom: 1px solid rgba(27, 20, 100, 0.2) !important;
}
.table-field-wrapper .table-border tr td.no-border {
  border-bottom: none !important;
}
.table-field-wrapper thead th {
  border: none !important;
  padding: 0.875rem 1.875rem;
}
.table-field-wrapper tbody tr td {
  padding: 0 0.5rem 1.25rem 0.5rem;
  border: none !important;
}
.table-field-wrapper tbody tr td:first-child {
  padding-left: 1.25rem;
}
.table-field-wrapper tbody tr td:last-child {
  padding-right: 1.25rem;
}
.table-field-wrapper tbody tr:hover td {
  background-color: transparent;
}
.table-field-wrapper tbody tr:first-child td {
  padding-top: 0.625rem;
}
.table-field-wrapper tfoot tr td {
  border: none !important;
}

.table td .ico-pallate:not(:last-child) .ico-hover {
  margin-right: 8px;
}

#my-tooltip {
  z-index: 99;
  max-width: 390px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(165, 166, 182, 0.2);
  border-radius: 10px;
  color: #111111;
  opacity: 1;
  pointer-events: all;
  filter: drop-shadow(0px 20px 32px rgba(0, 0, 0, 0.1));
}

.custom-tooltip {
  z-index: 999;
  box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.custom-tooltip.tooltip-light {
  color: #111111;
  background: #ffffff;
  opacity: 1;
}
.custom-tooltip.tooltip-warning {
  background: #f9e39f;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  opacity: 1;
  border-radius: 10px;
}
.custom-tooltip.tooltip-sm {
  max-width: 260px;
  padding: 10px;
}
.custom-tooltip.tooltip-md {
  width: 100%;
  max-width: 390px;
  padding: 20px;
}

.offcanvas-end-lg {
  width: 35rem;
  padding-right: 0.625rem;
}
.offcanvas-end-lg .offcanvas-header {
  padding: 0;
  padding-right: 1.625rem;
  margin-bottom: 1.5rem;
}
.offcanvas-end-lg .offcanvas-header h6, .offcanvas-end-lg .offcanvas-header .h6 {
  margin-bottom: 0;
}
.offcanvas-end-lg .offcanvas-body {
  overflow-y: auto;
  padding: 0 1.25rem 0 0;
}
.offcanvas-end-lg .btn {
  margin-top: 1.5rem;
}
.offcanvas-end-lg .btn-end-form {
  height: calc(100% - 0px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offcanvas-end-lg .btn-close {
  background-image: none;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.offcanvas-end-lg .btn-close .ico-hover {
  width: 40px;
  height: 40px;
}
.offcanvas-end-lg .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.offcanvas-end-lg .btn-close:focus-visible {
  outline: none;
}

.offcanvas-end-xl {
  width: 38.75rem;
}

.modal .modal-dialog {
  min-width: 31.25rem;
}
.modal .modal-body {
  padding: 2.5rem;
}
.modal .modal-body .close-btn-modal {
  display: flex;
  justify-content: end;
}
.modal#deleteModal .modal-body > *:not(:first-child) {
  margin-bottom: 1.875rem;
}

.forenzix-slider .owl-dots {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: center;
}
.forenzix-slider .owl-dots .owl-dot {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 6.25rem;
  background: rgba(27, 20, 100, 0.2) !important;
  margin-right: 4px;
}
.forenzix-slider .owl-dots .owl-dot.active {
  background: #1b1464 !important;
}

.pricing-sec-plan-list {
  display: flex;
  padding-left: 0;
}
.pricing-sec-plan-list li {
  padding: 15px 30px;
  list-style-type: none;
  border-right: 1px solid rgba(27, 20, 100, 0.2);
}
.pricing-sec-plan-list li:last-child {
  padding-right: 0;
  border: none;
}
.pricing-sec-plan-list li:first-child {
  padding-left: 0;
}

.pricing-gray-lable {
  font-size: 10px;
  padding: 2px 8px;
  background: rgba(27, 20, 100, 0.1);
  font-weight: 600;
  border-radius: 1px;
}

.form-switch {
  position: relative;
}
.form-switch .form-check-input {
  width: 3.6875rem;
  height: 1.75rem;
  background-color: #43C5FF;
  background-image: url("../images/fz-round-togle.svg");
  border-color: #43C5FF;
}
.form-switch .form-check-input:focus {
  box-shadow: none;
  background-image: url("../images/fz-round-togle.svg");
}

.pricing-title-sec {
  margin-bottom: 1.875rem;
}

.current-plan-lable {
  padding: 0.6875rem;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 600;
  text-align: center;
  background: #CBCBDF;
  border-start-start-radius: 0.3125rem;
  border-start-end-radius: 0.3125rem;
}

.pricing-main-card {
  padding: 30px 20px;
  border: 1px solid rgba(27, 20, 100, 0.4);
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  min-width: 19.5rem;
}
.pricing-main-card.pp-with-current-plan {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  box-shadow: none;
  background: #F2F2FB;
}
.pricing-main-card .cancel-price, .pricing-main-card .pound-ico {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: rgba(27, 20, 100, 0.6);
}
.pricing-main-card .cancel-price {
  margin-bottom: 1.25rem;
  position: relative;
  margin-top: 2.5rem;
}
.pricing-main-card .cancel-price::after {
  content: "";
  position: absolute;
  width: 4.0625rem;
  height: 0.15625rem;
  background: #ED3E3E;
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%) rotate(-16deg);
}
.pricing-main-card .current-price-big h6, .pricing-main-card .current-price-big .h6 {
  font-size: 3.0625rem;
  font-weight: 600;
  color: #1b1464;
  display: flex;
  justify-content: center;
}
.pricing-main-card .title {
  margin-bottom: 3.125rem;
}
.pricing-main-card .price-desc {
  margin-bottom: 0.9375rem;
  margin-top: 1.875rem;
  min-height: 4.0625rem;
}
.pricing-main-card .pricing-check-list {
  padding-left: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
.pricing-main-card .pricing-check-list li {
  list-style-type: none;
  text-align: left;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 500;
}
.pricing-main-card .pricing-check-list li span svg {
  margin-right: 0.5625rem;
}

.current-plan-card .btn-gradiant {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.current-plan-card .pricing-main-card {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.price-plan-badge {
  padding: 0.125rem 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1b1464;
  background: rgba(27, 20, 100, 0.1);
  border-radius: 0.375rem;
}

.popular-paln-btn + div {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.placeholder {
  display: inline-block;
  min-height: 1.5em;
  border-radius: 4px;
  vertical-align: middle;
  cursor: wait;
  background-color: rgba(27, 20, 100, 0.2);
  opacity: 1;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.5;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.5) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.onbord-singup-main input:-webkit-autofill,
.onbord-singup-main input:-webkit-autofill:hover,
.onbord-singup-main input:-webkit-autofill:focus,
.onbord-singup-main input:-webkit-autofill:active {
  background-image: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  border: 1px transparent !important;
}

.onbord-singup-main.onbord-second .form-wrap {
  position: relative;
}
.onbord-singup-main.onbord-second .stepwizard {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.onbord-singup-main.onbord-second .stepwizard-row {
  display: flex;
}
.onbord-singup-main.onbord-second .control-wrap {
  position: relative;
}
.onbord-singup-main.onbord-second .control-wrap .expand-errow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.onbord-singup-main.onbord-second .invent-ico {
  margin-top: 1.5rem;
}
.onbord-singup-main.onbord-second .next-ico {
  margin-top: 1.5rem;
}
.onbord-singup-main.verify-email-sec h2.title, .onbord-singup-main.verify-email-sec .title.h2 {
  margin-bottom: 1.875rem;
}
.onbord-singup-main.verify-email-sec input[type=number] {
  min-height: 5rem;
}
.onbord-singup-main .login-signup-link {
  margin-bottom: 1.4375rem;
}
.onbord-singup-main .btn-gradiant {
  margin-top: 1.5rem;
}
.onbord-singup-main .left-box .logo {
  padding: 20px 40px;
  width: 100%;
}
.onbord-singup-main .left-box .form-wrap {
  padding: 20px 140px;
}
.onbord-singup-main .left-box .login-signup-link {
  margin-top: 24px;
}
.onbord-singup-main .left-box .control-wrap {
  position: relative;
}
.onbord-singup-main .left-box .control-wrap .eye-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.onbord-singup-main .left-box .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: transparent;
}
.onbord-singup-main .left-box .form-check .form-check-input[type=checkbox]:checked::before {
  color: #1b1464;
  width: 12px;
  top: 4px;
}
.onbord-singup-main .left-box .form-check label {
  line-height: 30px;
}
.onbord-singup-main .left-box .country-drop .select2 {
  padding: 9px 16px;
  border-radius: 5px;
  border: 1px solid rgba(27, 20, 100, 0.6);
  background: var(--white);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(64, 72, 82, 0.05);
  box-shadow: 0px 2px 1px 0px rgba(64, 72, 82, 0.05);
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1B1464;
  min-height: 54px;
}
.onbord-singup-main .left-box .country-drop .select2-selection {
  border: none;
}
.onbord-singup-main .right-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.onbord-singup-main .right-box .side-wrap {
  padding: 20px 140px;
}
.onbord-singup-main .right-box p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}
.onbord-singup-main .left-box,
.onbord-singup-main .right-box {
  background-image: url("../images/gradiant-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.onbord-singup-main .onboard-header-1 {
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
}
.onbord-singup-main .onboard-padding {
  padding: 0 150px;
}
@media (max-width: 1300px) {
  .onbord-singup-main .onboard-padding {
    padding: 0 45px;
  }
}
.onbord-singup-main .eye-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.onbord-singup-main .slider-onboard .image-sec h6, .onbord-singup-main .slider-onboard .image-sec .h6 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
  color: rgba(27, 20, 100, 0.7);
  margin-bottom: 3.75rem;
}
.onbord-singup-main .slider-onboard .owl-dots {
  margin-top: 3.75rem;
  margin-bottom: 0.9375rem;
}
.onbord-singup-main .slider-onboard .forenzix-slider .item {
  overflow: hidden;
  padding-left: 5.5625rem;
}
.onbord-singup-main .slider-onboard .forenzix-slider .item img {
  width: auto;
}
.onbord-singup-main .form-wrap {
  width: 26.25rem;
  min-width: 26.25rem;
}
.onbord-singup-main .form-wrap .form-control {
  border-color: transparent;
}
.onbord-singup-main .slider-onboard .form-wrap {
  margin-top: 3.125rem;
}

.horizontal-line {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.horizontal-line::after, .horizontal-line::before {
  content: "";
  width: 100%;
  border: 1px solid var(--blue-primary);
  opacity: 0.4;
}
.horizontal-line::after {
  margin-left: 11px;
}
.horizontal-line::before {
  margin-right: 11px;
}

.login .form-check-input {
  width: 20px;
  height: 20px;
  border: 3px solid #1B1464;
  margin-right: 0.625rem;
}
.login .forgot-pwd-rw {
  height: calc(100vh - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
}

.otp-field input {
  text-align: center;
  vertical-align: middle;
  padding: 0.625rem;
  font-size: 1.25rem;
  height: 5rem;
  width: 4.375rem;
}
.otp-field:not(:last-child) {
  margin-right: 1.25rem;
}

.dashbord-main .white-gradiant-card {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.dashbord-main .new-user-db.bg-white-layer {
  border-radius: 5px;
}
.dashbord-main .new-user-db.bg-white-layer .cd-1 {
  min-height: calc(100vh - 430px);
  border-right: 1px solid rgba(27, 20, 100, 0.1);
}
.dashbord-main .new-user-db.bg-white-layer .cd-1 h6, .dashbord-main .new-user-db.bg-white-layer .cd-1 .h6 {
  margin-bottom: 0.25rem;
}
.dashbord-main .new-user-db.bg-white-layer .cd-2,
.dashbord-main .new-user-db.bg-white-layer .cd-3 {
  min-height: 50%;
}
.dashbord-main .new-user-db.bg-white-layer .cd-2 h6, .dashbord-main .new-user-db.bg-white-layer .cd-2 .h6,
.dashbord-main .new-user-db.bg-white-layer .cd-3 h6,
.dashbord-main .new-user-db.bg-white-layer .cd-3 .h6 {
  margin-bottom: 0.25rem;
}
.dashbord-main .new-user-db.bg-white-layer .cd-2 {
  border-bottom: 1px solid rgba(27, 20, 100, 0.1);
}
.dashbord-main .location-link {
  padding: 10px;
  line-height: 20px;
}
.dashbord-main .forenzix-table {
  width: 100%;
}
.dashbord-main .forenzix-table tr {
  display: flex;
  margin: 0 10px;
  border-bottom: 1px solid rgba(27, 20, 100, 0.1);
  padding: 13px 0;
  align-items: center;
}
.dashbord-main .forenzix-table tr:hover {
  background: rgba(27, 20, 100, 0.05);
}
.dashbord-main .forenzix-table tr td:first-child {
  width: 75%;
}
.dashbord-main .forenzix-table tr td img {
  margin: 0 8px;
}
.dashbord-main.all-location-db .forenzix-tab .tab-content {
  background-color: unset;
}
.dashbord-main.all-location-db .top-selling-dropdown button {
  background: transparent;
}
.dashbord-main.all-location-db .top-selling-dropdown .dropdown-menu {
  border-radius: 5px;
}
.dashbord-main.all-location-db .offcanvas-body {
  overflow-y: auto;
}
.dashbord-main.all-location-db .offcanvas-body h6, .dashbord-main.all-location-db .offcanvas-body .h6 {
  margin-bottom: 24px;
}
.dashbord-main.all-location-db .offcanvas-body .form-check-input:before {
  width: 10px;
  height: 6px;
  top: 4px;
}
.dashbord-main.all-location-db .create-location-off .offcanvas-body {
  overflow-y: inherit;
}
.dashbord-main.all-location-db .letter-icon-round {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(27, 20, 100, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.dashbord-main.all-location-db .letter-icon-round p {
  color: #ffffff;
}
.dashbord-main.all-location-db .gray-lable {
  background: rgba(27, 20, 100, 0.1);
}
.dashbord-main.all-location-db .amount-input {
  color: #627ae9;
  font-weight: 600;
}
.dashbord-main.all-location-db .amount-input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 20, 100, 0.6);
  -webkit-text-fill-color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .amount-input:-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 20, 100, 0.6);
  -webkit-text-fill-color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .amount-input::-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 20, 100, 0.6);
  -webkit-text-fill-color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .amount-input:-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 20, 100, 0.6);
  -webkit-text-fill-color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .amount-input::placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(27, 20, 100, 0.6);
  -webkit-text-fill-color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .switch-btn-forenzix .btn {
  font-size: 13px;
  font-weight: 500;
}
.dashbord-main.all-location-db .switch-radio-forenzix {
  list-style: none;
}
.dashbord-main.all-location-db .switch-radio-forenzix li {
  min-width: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(27, 20, 100, 0.1);
  font-size: 13px;
  color: rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .switch-radio-forenzix li.bg-primary {
  color: #ffffff;
}
.dashbord-main.all-location-db .radio-item-create .cstm-radio-fz:first-child .cstm-radio-label {
  border-radius: 5px 5px 5px 5px;
}
.dashbord-main.all-location-db .radio-item-create .cstm-radio-fz:last-child .cstm-radio-label {
  border-radius: 5px 5px 5px 5px;
}
.dashbord-main.all-location-db .add-category-field {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed rgba(27, 20, 100, 0.6);
}
.dashbord-main.all-location-db .tab-content .precious-metal-card-row {
  border-radius: 5px;
}
.dashbord-main.all-location-db .tab-content .precious-metal-card-row .tab-card:hover {
  background: rgba(255, 255, 255, 0.7);
}
.dashbord-main.all-location-db .tab-content .precious-metal-card-row .tab-card:hover .anchor-arrow svg {
  opacity: 1;
  transition: 0.5s ease-in;
}
.dashbord-main.all-location-db .tab-content .precious-metal-card-row .tab-card:hover img {
  opacity: 1;
}
.dashbord-main.all-location-db .tab-content .precious-metal-card-row .tab-card .anchor-arrow svg {
  opacity: 0;
}
.dashbord-main.all-location-db .all-location-table {
  border: 1px solid rgba(27, 20, 100, 0.2);
  min-height: 500px;
  border-radius: 5px;
}
.dashbord-main.all-location-db .all-location-table .cd-1 {
  min-height: 500px;
  border-right: 1px solid rgba(27, 20, 100, 0.1);
}
.dashbord-main.all-location-db .all-location-table .cd-2,
.dashbord-main.all-location-db .all-location-table .cd-3 {
  min-height: 250px;
}
.dashbord-main.all-location-db .all-location-table .cd-2 {
  border-bottom: 1px solid rgba(27, 20, 100, 0.1);
  margin-bottom: 46px;
}
.dashbord-main .precious-metal-card-row {
  border-radius: 5px;
}
.dashbord-main .precious-metal-card-row .tab-card:hover {
  background: rgba(255, 255, 255, 0.7);
}
.dashbord-main .precious-metal-card-row .tab-card:hover .anchor-arrow svg {
  opacity: 1;
  transition: 0.5s ease-in;
}
.dashbord-main .precious-metal-card-row .tab-card:hover img {
  opacity: 1;
}
.dashbord-main .precious-metal-card-row .tab-card .anchor-arrow svg {
  opacity: 0;
}
.dashbord-main .precious-metal-card-row .tab-card .metal-weight-price {
  margin-top: 1.5rem;
}
.dashbord-main .precious-metal-card-row .tab-card img {
  opacity: 0.5;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico {
  cursor: pointer;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:not(:last-child) {
  margin-right: 1.25rem;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico .svg-ico {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0 auto;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico .svg-ico svg [stroke] {
  stroke: rgba(27, 20, 100, 0.7);
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico p {
  margin-top: 10px;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:hover .svg-ico {
  background: rgba(27, 20, 100, 0.1);
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:hover svg [stroke] {
  stroke: #1b1464;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:hover p {
  color: #1b1464 !important;
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:focus .svg-ico, .dashbord-main .right-panel-ico-wrap .right-panel-ico:active .svg-ico {
  background: rgba(27, 20, 100, 0.2);
}
.dashbord-main .right-panel-ico-wrap .right-panel-ico:focus svg [stroke], .dashbord-main .right-panel-ico-wrap .right-panel-ico:active svg [stroke] {
  stroke: #ffffff;
}

.dashbaord-pricing .pricing-title-sec {
  margin-top: 2.5rem;
}
.dashbaord-pricing .pricing-title-sec .toggle-switch {
  margin-bottom: 0;
}
.dashbaord-pricing .pricing-container {
  margin: 3.4375rem 0;
}
.dashbaord-pricing .pricing-main-card .btn-gradiant {
  margin-top: 0;
}

.precious-metal-card-row .row .col-md-4:first-child .tab-card {
  border-top-left-radius: 5px; /* Adjust as needed */
  border-bottom-left-radius: 5px;
}

.precious-metal-card-row .row .col-md-4:last-child .tab-card {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.settings-main {
  min-height: 170px;
}
.settings-main .tab-pane {
  padding: 0;
}
.settings-main .forenzix-tab-nested .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #1B1464 !important;
  font-weight: 600;
  border-bottom: 2px solid #1b1464;
  border-radius: 0;
}
.settings-main .forenzix-tab-nested .nav-pills .nav-item .nav-link {
  border: 0;
  text-align: left;
  color: rgba(27, 20, 100, 0.7) !important;
  background: transparent;
}
.settings-main .forenzix-tab-nested .tab-content {
  background: unset;
  min-height: auto;
}
.settings-main .nested-tab-wrap {
  border-bottom: 1px solid rgba(27, 20, 100, 0.2);
}
.settings-main .nested-tab-wrap .tab-pane {
  padding: 0;
}
.settings-main .inventory-items-table {
  margin-bottom: 50px;
}
.settings-main .inventory-items-table .form-control {
  border: 1px solid rgba(27, 20, 100, 0.1) !important;
  min-height: auto;
  box-shadow: none !important;
}
.settings-main .inventory-items-table tr td {
  padding: 0 1rem;
}
.settings-main .inventory-items-table .ico-hover {
  width: 2.1875rem;
  height: 2.1875rem;
}
.settings-main .inventory-items-table tr:last-child {
  border-color: transparent;
}
.settings-main .inventory-items-table form .control-wrap.form-control {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(165, 166, 182, 0.2);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.settings-main .inventory-items-table form .control-wrap input[type=text]:focus-visible {
  outline: 0;
}
.settings-main .inventory-items-table form .notes-btn {
  right: 0px;
}
.settings-main .inventory-items-table .defaul-label-fz {
  padding: 0px 6px;
  border-radius: 4px;
  background: #1b1464;
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  display: flex;
  color: #ffffff;
  margin-left: 10px;
}
.settings-main .inventory-items-table .default-active {
  text-decoration: inherit !important;
  color: rgba(27, 20, 100, 0.7) !important;
}
.settings-main .forenzix-tab .tab-pane .title-customer-info {
  padding: 8px 0;
  border-bottom: 1px solid rgba(27, 20, 100, 0.4);
}
.settings-main .forenzix-tab .tab-pane .title-customer-info h3, .settings-main .forenzix-tab .tab-pane .title-customer-info .h3 {
  margin-bottom: 0;
}
.settings-main .forenzix-tab .tab-pane .buisness-detail-sec {
  margin-top: 20px;
}
.settings-main .forenzix-tab .tab-pane .buisness-detail-sec p,
.settings-main .forenzix-tab .tab-pane .buisness-detail-sec h6,
.settings-main .forenzix-tab .tab-pane .buisness-detail-sec .h6 {
  line-height: 27px;
  margin-bottom: 0;
}
.settings-main .forenzix-tab .tab-pane .buisness-detail-sec .comp-name {
  margin-bottom: 25px;
}
.settings-main .forenzix-tab .tab-pane .cstm-pricing-table tr {
  border-style: hidden;
}
.settings-main .forenzix-tab .tab-pane .cstm-pricing-table tr:hover {
  background: transparent;
}
.settings-main .forenzix-tab .tab-pane .cstm-pricing-table tr td {
  padding: 12px 10px;
}
.settings-main .forenzix-tab .tab-pane .cstm-pricing-table tr td .item-img img {
  margin-right: 6px;
}
.settings-main .forenzix-tab .tab-pane .cstm-pricing-table tr td input:focus-visible {
  outline: 0;
}
.settings-main .teams-serch-add-ul {
  display: flex;
  list-style-type: none;
}
.settings-main .teams-serch-add-ul li {
  padding: 0 16px;
}
.settings-main .teams-serch-add-ul li span {
  margin-right: 6px;
}
.settings-main .name-lable-tm {
  width: 32px;
  height: 32px;
  background: rgba(27, 20, 100, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings-main .lable-fz {
  padding: 0 6px;
  background: #1b1464;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  margin-left: 10px;
  font-weight: 600;
}
.settings-main .member-lable {
  width: 32px;
  height: 32px;
  display: block;
  background: #1b1464;
  color: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  z-index: 5;
}
.settings-main .member-lable:nth-child(2) {
  z-index: 4;
}
.settings-main .member-lable:nth-child(3) {
  z-index: 3;
}
.settings-main .member-lable:nth-child(4) {
  z-index: 2;
}
.settings-main .member-lable:nth-child(5) {
  z-index: 1;
}
.settings-main .member-lable:not(:first-child) {
  margin-left: -10px;
}
.settings-main .margin-left-minus {
  margin-left: -14px;
  position: relative;
  z-index: 0 !important;
}
.settings-main .zi-0 {
  position: relative;
  z-index: 0 !important;
}
.settings-main .zi-1 {
  position: relative;
  z-index: 1 !important;
}
.settings-main .zi-11 {
  position: relative;
  z-index: 11 !important;
}
.settings-main .review-member-list {
  padding: 20px 16px;
  background: rgba(27, 20, 100, 0.05);
}
.settings-main .review-member-list li {
  list-style-type: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(27, 20, 100, 0.2);
}
.settings-main .review-member-list li:first-child {
  padding-top: 0;
}
.settings-main .review-member-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.settings-main #SuccessModal .modal-body {
  padding: 30px;
}
.settings-main #SuccessModal .modal-body .delete-img {
  margin-bottom: 40px;
}
.settings-main #SuccessModal .modal-body h6, .settings-main #SuccessModal .modal-body .h6 {
  margin-bottom: 24px;
}
.settings-main #SuccessModal .modal-body .modal-btn-sec {
  margin-top: 50px;
}
.settings-main .cd-card {
  padding: 24px 20px;
  border-radius: 5px;
  border: 1px solid rgba(27, 20, 100, 0.4);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.settings-main .cd-card .cd-number-kebab {
  margin-bottom: 30px;
}
.settings-main .cd-card .form-check-label {
  color: rgba(27, 20, 100, 0.7);
}
.settings-main .cd-card .form-check-input {
  width: 16px;
  height: 16px;
}
.settings-main .cd-card .form-check-input:checked {
  background-image: url("../images/checked-radio.svg");
  background-color: transparent;
}
.settings-main .cd-card .cd-name {
  margin-bottom: 15px;
}
.settings-main .cd-card .cd-name p {
  color: rgba(27, 20, 100, 0.6);
}
.settings-main .cd-card .cd-badge {
  padding: 4PX 8PX;
  background: rgba(27, 20, 100, 0.05);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.settings-main .cd-card input[type=radio]:checked + .cd-card {
  border: 1px solid rgba(27, 20, 100, 0.7);
}
.settings-main .cd-card input[type=radio]:checked + .cd-name p {
  color: #1b1464;
}
.settings-main .cd-card input[type=radio]:checked + .form-check-label {
  color: #1b1464;
}
.settings-main .add-new-card {
  padding: 9px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 11.25rem;
  border: 1px dashed rgba(27, 20, 100, 0.7);
}
.settings-main .pricing-tab {
  padding: 30px;
}
.settings-main .pricing-tab .pricing-sec-plan-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.settings-main .pricing-tab .pricing-sec-plan-list li {
  padding: 15px 30px;
  list-style-type: none;
  border-right: 1px solid rgba(27, 20, 100, 0.2);
}
.settings-main .pricing-tab .pricing-sec-plan-list li:last-child {
  padding-right: 0;
  border: none;
}
.settings-main .pricing-tab .pricing-sec-plan-list li:first-child {
  padding-left: 0;
}
.settings-main .pricing-tab .pricing-gray-lable {
  font-size: 10px;
  padding: 2px 8px;
  background: rgba(27, 20, 100, 0.1);
  font-weight: 600;
  border-radius: 1px;
}
.settings-main .pricing-tab .form-switch {
  position: relative;
}
.settings-main .pricing-tab .form-switch .form-check-input {
  width: 3.6875rem;
  height: 1.75rem;
}
.settings-main .pricing-tab .pricing-title-sec {
  margin-bottom: 1.875rem;
}
.settings-main .pricing-tab .current-plan-lable {
  padding: 0.6875rem;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 600;
  text-align: center;
  background: #CBCBDF;
  border-start-start-radius: 0.3125rem;
  border-start-end-radius: 0.3125rem;
}
.settings-main .pricing-tab .pricing-main-card {
  padding: 30px 20px;
  border: 1px solid rgba(27, 20, 100, 0.4);
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.settings-main .pricing-tab .pricing-main-card.pp-with-current-plan {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  box-shadow: none;
  background: #F2F2FB;
}
.settings-main .pricing-tab .pricing-main-card .cancel-price, .settings-main .pricing-tab .pricing-main-card .pound-ico {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: rgba(27, 20, 100, 0.6);
}
.settings-main .pricing-tab .pricing-main-card .cancel-price {
  margin-bottom: 1.25rem;
  position: relative;
}
.settings-main .pricing-tab .pricing-main-card .cancel-price::after {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 230%;
  background-color: #FF413A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(80deg);
}
.settings-main .pricing-tab .pricing-main-card .current-price-big h6, .settings-main .pricing-tab .pricing-main-card .current-price-big .h6 {
  font-size: 3.75rem;
  font-weight: 600;
  color: #1b1464;
  display: flex;
  justify-content: center;
}
.settings-main .pricing-tab .pricing-main-card .title {
  margin-bottom: 3.125rem;
}
.settings-main .pricing-tab .pricing-main-card .price-desc {
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
.settings-main .pricing-tab .pricing-main-card .pricing-check-list {
  padding-left: 0;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
.settings-main .pricing-tab .pricing-main-card .pricing-check-list li {
  list-style-type: none;
  text-align: left;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 500;
}
.settings-main .pricing-tab .info-msgbox {
  padding: 1.0625rem 1.25rem;
  background: #fff;
  border: 0.0625rem solid rgba(27, 20, 100, 0.2);
  box-shadow: 6px 3px 14px 0 rgba(27, 20, 100, 0.102);
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
}
.settings-main .pricing-tab .info-msgbox p {
  text-align: left;
}

.activity-items-table tbody tr td {
  color: rgb(27, 20, 100);
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.7;
}
.activity-items-table tbody tr td .member-img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  border-radius: 50%;
}
.activity-items-table tbody tr:hover {
  --bs-table-accent-bg: rgba(27, 20, 100, 0.05);
}
.activity-items-table tbody tr:hover td {
  opacity: 1;
}

.search-activity-wrapper .form-control {
  border-color: rgba(27, 20, 100, 0.4);
  background: #ffffff url("/public/assets/images/search.svg") no-repeat 0.8rem center/1.5rem;
  padding-left: 3rem;
}
.search-activity-wrapper .dropdown button {
  background-color: #ffffff;
  border: 1px solid rgba(27, 20, 100, 0.4);
  box-shadow: 0 2px 1px 0 rgba(64, 72, 82, 0.05);
  border-radius: 5;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 500;
  padding: 11 16;
  min-height: 48;
  width: 100%;
  display: flex;
  align-items: center;
}
.search-activity-wrapper .dropdown button::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/public/assets/images/down-errow.svg") no-repeat center/contain;
}
.search-activity-wrapper .dropdown-menu {
  width: 100%;
  border: 1px solid rgba(27, 20, 100, 0.5);
  border-radius: 6px;
}
.search-activity-wrapper .dropdown-menu .dropdown-item {
  font-size: 13;
  font-weight: 500;
  color: #1b1464;
  padding: 0.6176rem 1rem;
  display: flex;
  align-items: center;
}
.search-activity-wrapper .dropdown-menu .dropdown-item input[type=checkbox] {
  display: none;
}
.search-activity-wrapper .dropdown-menu .dropdown-item input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.search-activity-wrapper .dropdown-menu .dropdown-item label {
  position: relative;
  padding-left: 1.7rem;
  display: block;
  cursor: pointer;
}
.search-activity-wrapper .dropdown-menu .dropdown-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18;
  height: 18;
  border: 2px solid #1B1464;
  border-radius: 2;
}
.search-activity-wrapper .dropdown-menu .dropdown-item label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.97457 8L0.570312 4.59575L1.7618 3.40426L3.97457 5.61702L9.59159 0L10.7831 1.19149L3.97457 8Z' fill='%231B1464'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  opacity: 0;
  visibility: hidden;
}
.search-activity-wrapper .dropdown-menu .dropdown-item:hover {
  background-color: rgba(27, 20, 100, 0.1);
}

.card-wrapper {
  padding: 1.875rem 1.25rem;
  border-bottom: 1px solid #CBCBDF;
}

.subscription-detail-wrap {
  padding: 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #CBCBDF;
}
.subscription-detail-wrap .subscription-detail-billing {
  margin-top: 1.875rem;
}

.sub-amount-wraper p {
  line-height: 1.875rem;
}

.subscription-detail-footer .sub-amount-wraper {
  margin-top: 1.875rem;
}
.subscription-detail-footer .sub-amount-wraper a {
  display: block;
  margin-right: 1.875rem;
  text-decoration: underline;
}

#cancelSubscription .modal-content {
  padding: 2.5rem;
  width: 32.5rem;
}
#cancelSubscription .modal-content-mt {
  margin-top: 1.5rem;
}
#cancelSubscription .gray-strip-content {
  padding: 0.625rem;
  background: rgba(27, 20, 100, 0.1);
  border: 1px solid rgba(27, 20, 100, 0.1);
  border-radius: 0.375rem;
}
#cancelSubscription .modal-form-element {
  padding: 0.625rem 0.625rem;
  border-bottom: 1px solid rgba(27, 20, 100, 0.1);
}
#cancelSubscription .modal-form-element label {
  line-height: 1.5rem;
}
#cancelSubscription .modal-textarea textarea {
  border-color: rgba(27, 20, 100, 0.1);
}

.customer-listing .tab-pane {
  padding: 0;
}
.customer-listing table tbody tr {
  cursor: pointer;
}
.customer-listing table tbody tr td {
  border-bottom-width: 0 !important;
  padding: 0 1rem;
  border-top: 0 !important;
}
.customer-listing table .ico-hover {
  width: 40px;
  height: 40px;
}
.customer-listing .serch-bx input {
  border: none;
}
.customer-listing .serch-bx input:focus {
  border: none;
}
.customer-listing .search-filter-input::before {
  content: url("../images/contact-serch-icon.svg");
  position: absolute;
  background: none;
}
.customer-listing .search-filter-input:focus-within::before {
  content: url("../images/contact-focus-ico.svg");
}
.customer-listing .tags-data {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid #1B1464;
}

.customer-transaction-main .customer-header-ico .ico-pallate {
  margin: 0 10px;
}
.customer-transaction-main .customer-label-round {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #5F5B93;
  display: flex;
  font-size: 21px;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 0.9375rem;
}
.customer-transaction-main .metal-weigh-sec {
  display: flex;
}
.customer-transaction-main .metal-weigh-sec .card-metal-cash {
  padding: 10px 24px;
  border-left: 1px solid rgba(27, 20, 100, 0.2);
  width: 18%;
}
.customer-transaction-main .metal-weigh-sec .card-metal-cash h6, .customer-transaction-main .metal-weigh-sec .card-metal-cash .h6 {
  font-size: 16px;
  line-height: 16px;
}
.customer-transaction-main .metal-weigh-sec .card-metal-cash span {
  line-height: 16px;
}
.customer-transaction-main .metal-weigh-sec .card-metal-cash p {
  margin-bottom: 6px;
}
.customer-transaction-main #offcanvasAdvanceSearch input[type=search] {
  background-image: none;
  background: url("../images/search-1.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.customer-profile-main .forenzix-tab .tab-pane {
  margin-top: 30px;
}
.customer-profile-main .forenzix-tab .tab-pane .title-customer-info {
  padding: 8px 0;
  border-bottom: 1px solid rgba(27, 20, 100, 0.4);
}
.customer-profile-main .forenzix-tab .tab-pane .title-customer-info h3, .customer-profile-main .forenzix-tab .tab-pane .title-customer-info .h3 {
  margin-bottom: 0;
}
.customer-profile-main .forenzix-tab .tab-pane .buisness-detail-sec {
  margin-top: 20px;
}
.customer-profile-main .forenzix-tab .tab-pane .buisness-detail-sec p, .customer-profile-main .forenzix-tab .tab-pane .buisness-detail-sec h6, .customer-profile-main .forenzix-tab .tab-pane .buisness-detail-sec .h6 {
  line-height: 27px;
  margin-bottom: 0;
}
.customer-profile-main .forenzix-tab .tab-pane .buisness-detail-sec .comp-name {
  margin-bottom: 25px;
}
.customer-profile-main .forenzix-tab .tab-pane .cstm-pricing-table tr {
  border-style: hidden;
}
.customer-profile-main .forenzix-tab .tab-pane .cstm-pricing-table tr:hover {
  background: transparent;
}
.customer-profile-main .forenzix-tab .tab-pane .cstm-pricing-table tr td {
  padding: 12px 10px;
}
.customer-profile-main .forenzix-tab .tab-pane .cstm-pricing-table tr td .item-img img {
  margin-right: 6px;
}
.customer-profile-main .forenzix-tab .tab-pane .cstm-pricing-table tr td input:focus-visible {
  outline: 0;
}

.notes-card {
  border-radius: 6px;
  padding: 16px;
  background: rgba(27, 20, 100, 0.05);
  margin-bottom: 10px;
}
.notes-card p {
  margin-bottom: 10px;
}

.notes-btn {
  outline: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.customer-note-input input[type=text] {
  padding-right: 75px;
  border: 0;
  width: 100%;
}

.customer-note-input {
  margin: 30px 0;
  padding: 25px 16px;
}

.back-round-fz {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: rgba(27, 20, 100, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.back-round-fz:hover {
  background: #1b1464;
}
.back-round-fz:hover svg path {
  stroke: #ffffff;
}

.ico-pallate:hover .ico-hover {
  background: rgba(27, 20, 100, 0.1);
}
.ico-pallate:hover .ico-hover svg path {
  stroke: #1b1464;
}
.ico-pallate:active .ico-hover {
  background: #1b1464;
}
.ico-pallate:active .ico-hover svg path {
  stroke: #ffffff;
}
.ico-pallate .ico-hover {
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ico-pallate .ico-hover svg path {
  stroke: rgba(27, 20, 100, 0.7);
}

.tooltip-inner {
  padding: 8px 12px;
  border-radius: 8px;
  background: #1b1464;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  box-shadow: 0 4px 6px 0 rgba(27, 20, 100, 0.2);
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #1b1464;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #1b1464;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #1b1464;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #1b1464;
}

.width-heding-same {
  width: 140px;
  min-width: 140px;
}

.border-rw-div {
  padding: 15px 0px;
  border: 1px solid #cbcbdf;
}

.head-rw {
  display: flex;
  margin-bottom: 15px;
}

.card-bg-lightgray {
  background: #f5f5fa;
}

.card-bg-darkgray {
  background: #edecf3;
}

.border-rw-wrap {
  position: relative;
}
.border-rw-wrap:hover .swap-ico-fz {
  display: block;
}
.border-rw-wrap .swap-ico-fz,
.border-rw-wrap .kebab-ico-fz {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.border-rw-wrap .swap-ico-fz {
  display: none;
}
.border-rw-wrap .kebab-ico-fz {
  left: 100%;
  right: auto;
}

.border-rw-wrap .dropdown-toggle::after {
  display: none;
}

.border-rw-wrap .dropdown-menu.show {
  width: 140px;
  min-width: 140px;
  padding: 8px 0;
  border-radius: 6px;
  background: #ffffff;
  z-index: 1;
}

#offcanvasNewTransaction .cstm-transaction-check-label {
  position: relative;
  left: -30px;
}

.customer-trans-off-checkbx .form-check-label {
  padding: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.customer-trans-off-checkbx .form-check-input {
  margin-left: 0;
}
.customer-trans-off-checkbx .cstm-check-transaction:checked[type=checkbox] {
  background-image: url("../images/check-blue.svg");
}

.control-wrap.customer-trans-off-checkbx .checkbox-container:first-child {
  border-right: 0;
  border-end-end-radius: 0;
  border-start-end-radius: 0;
}

.control-wrap.customer-trans-off-checkbx .checkbox-container:last-child {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.customer-transaction-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 0.625rem;
}
.customer-transaction-wrapper .customer-transaction-table {
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(100% - 60px);
}
.customer-transaction-wrapper .table-responsive {
  height: calc(100vh - 170px);
}
.customer-transaction-wrapper .form-switch .form-check-input {
  background-color: #1b1464;
  border-color: #1b1464;
}
.customer-transaction-wrapper .dropdown-menu {
  border: 1px solid rgba(27, 20, 100, 0.502);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.251);
  border-radius: 6px;
}
.customer-transaction-wrapper .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.customer-transaction-wrapper .dropdown-menu .dropdown-item .dropdown-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 14px;
  color: #1b1464;
  width: 100%;
  text-align: left;
}
.customer-transaction-wrapper .dropdown-menu .dropdown-item:hover, .customer-transaction-wrapper .dropdown-menu .dropdown-item:focus {
  background-color: rgba(27, 20, 100, 0.1);
}
.customer-transaction-wrapper .combine-amount {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.customer-transaction-wrapper .combine-amount .total-amount {
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  bottom: auto;
  font-style: italic;
  font-size: 11px;
  font-weight: 300;
  opacity: 0.7;
}
.customer-transaction-wrapper .customer-transaction-col.action {
  flex: 0 0 60px;
  min-width: 60px;
  border-radius: 0.625rem;
  height: calc(100vh - 130px);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border: none;
  box-shadow: none;
  margin-left: 3px;
}
.customer-transaction-wrapper .customer-transaction-col.action .customer-transaction-info {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.customer-transaction-wrapper .customer-transaction-col.action .table th,
.customer-transaction-wrapper .customer-transaction-col.action .table td {
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.customer-transaction-wrapper .table {
  border-collapse: separate;
  border-spacing: 1px 0;
}
.customer-transaction-wrapper .table th,
.customer-transaction-wrapper .table td {
  font-size: 13px;
  font-weight: 500;
}
.customer-transaction-wrapper .table .table-header-info {
  height: 70px;
}
.customer-transaction-wrapper .table .table-header-info th {
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 0 4px 34px 0 rgba(27, 20, 100, 0.102);
  border-bottom: none !important;
  color: #1b1464;
}
.customer-transaction-wrapper .table .table-header th {
  background-color: #f5f5fa;
  height: 40px;
  border-top: 1px solid rgba(27, 20, 100, 0.1) !important;
  border-bottom: 1px solid rgba(27, 20, 100, 0.1) !important;
}
.customer-transaction-wrapper .table .table-header th:nth-child(n+5) {
  border-left: 1px solid rgba(27, 20, 100, 0.1) !important;
}
.customer-transaction-wrapper .table td {
  background-color: rgba(255, 255, 255, 0.2);
  white-space: normal;
  height: 80px;
  border-color: rgba(27, 20, 100, 0.1) !important;
  border-top: none !important;
}
.customer-transaction-wrapper .table td:nth-child(n+5) {
  border-left: 1px solid rgba(27, 20, 100, 0.1) !important;
}
.customer-transaction-wrapper .table td.heighlight-td {
  background-color: #ffffff;
  color: #1b1464;
}

.custom-switch-wrapper .custom-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
}
.custom-switch-wrapper .custom-switch .switch-text {
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
}
.custom-switch-wrapper .custom-switch input {
  display: none;
}
.custom-switch-wrapper .custom-switch input:checked + .custom-switch-slider::after {
  transform: translateX(0);
}
.custom-switch-wrapper .custom-switch-slider {
  position: relative;
  width: 70px;
  height: 32px;
  background-color: #1b1464;
  border-radius: 20px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.custom-switch-wrapper .custom-switch-slider.no {
  background-color: rgba(27, 20, 100, 0.2);
}
.custom-switch-wrapper .custom-switch-slider.no .switch-text {
  padding-left: 20px;
  padding-right: 0;
}
.custom-switch-wrapper .custom-switch-slider::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-color: white;
  transform: translateX(-38px);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.custom-switch-wrapper .label-text {
  font-size: 12px;
  font-weight: 500;
  color: #1b1464;
  opacity: 0.7;
}

.compare-roles-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #e8e7ef;
  z-index: 1;
}
.compare-roles-table thead tr td {
  border: none;
  padding: 1.2rem 2rem;
}
.compare-roles-table tr th, .compare-roles-table tr td {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 2rem;
}
.compare-roles-table tr th:first-child, .compare-roles-table tr td:first-child {
  text-align: left;
}
.compare-roles-table tr th:last-child, .compare-roles-table tr td:last-child {
  text-align: right;
}
.compare-roles-table tbody td {
  border-color: rgba(27, 20, 100, 0.1);
  box-shadow: none;
}
.compare-roles-table tbody td:not([colspan="7"]) {
  padding: 1rem 2.8rem;
}
.compare-roles-table tbody td .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.card-select-add {
  padding: 0;
  position: relative;
}
.card-select-add .back-btn {
  margin-bottom: 1.875rem;
  display: block;
}
.card-select-add .form-wrap {
  width: 30rem;
  min-width: 30rem;
}
@media (max-width: 767.98px) {
  .card-select-add .form-wrap {
    width: 100%;
    min-width: 100%;
  }
}
.card-select-add .payment-option.form-control {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border-width: 1px 0 0;
  border-radius: 0;
  min-height: 3.75rem;
  height: 3.75rem;
}
.card-select-add .payment-option .form-check {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
}
.card-select-add .payment-option .form-check-input {
  display: none; /* Hide the default radio button */
}
.card-select-add .payment-option .form-check-label {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.card-select-add .payment-option .form-check-label .radio-btn {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(27, 20, 100, 0.4); /* Blue border for radio button */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.card-select-add .payment-option .form-check-input:checked + .form-check-label .radio-btn {
  border-color: #1b1464;
}
.card-select-add .payment-option .form-check-label .radio-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1a237e; /* Blue fill for selected state */
  border-radius: 50%;
  transform: scale(0); /* Initially hidden */
  transition: transform 0.2s ease;
}
.card-select-add .payment-option .form-check-label .card-details {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.card-select-add .payment-option .form-check-label .card-number,
.card-select-add .payment-option .form-check-label .card-holder,
.card-select-add .payment-option .form-check-label .card-expiry {
  font-size: 13px;
  font-weight: 600;
  color: rgba(27, 20, 100, 0.4);
}
.card-select-add .payment-option .form-check-input:checked + .form-check-label .card-number,
.card-select-add .payment-option .form-check-input:checked + .form-check-label .card-holder,
.card-select-add .payment-option .form-check-input:checked + .form-check-label .card-expiry {
  color: #1b1464;
}
.card-select-add .payment-option .form-check-input:checked + .form-check-label .radio-btn::after {
  transform: scale(1); /* Show inner circle when selected */
}
.card-select-add .new-card-cd {
  padding: 1.25rem 0 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.375rem;
}
.card-select-add .save-cd-lable {
  padding: 0.625rem 1.25rem;
}
.card-select-add .new-card-wrap {
  padding: 0 1.25rem;
}
.card-select-add .new-card-wrap .form-control {
  border: 0;
}
.card-select-add .new-card-wrap .payment-option.form-control {
  border-radius: 6px 6px 0px 0px;
}
.card-select-add .horizontal-line-payment {
  margin: 20px 0;
  background-color: rgba(27, 20, 100, 0.4);
}
.card-select-add .error-msg-payment {
  padding: 0.75rem 0.875rem;
  background: rgba(27, 20, 100, 0.1);
  border-radius: 6px;
  margin-top: 10px;
}
.card-select-add .payment-details {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .card-select-add .payment-details {
    position: fixed;
    top: 4.8125rem;
    right: 0;
    width: 50%;
    height: calc(100vh - 4.8125rem);
    padding: 50px;
  }
}
.card-select-add .payment-details p {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .card-select-add .payment-details-box {
    width: 33.75rem;
  }
}
.card-select-add .fs-logo-box {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(27, 20, 100, 0.1);
  border: 1px solid rgba(27, 20, 100, 0.2);
  border-radius: 0.375rem;
}
.card-select-add .payment-add-card {
  padding: 2.1875rem 0 2.1875rem 6.25rem;
}
@media (max-width: 1199.98px) {
  .card-select-add .payment-add-card {
    padding: 2.1875rem 0;
  }
}
.card-select-add .downgrade-plan-card {
  padding: 0.625rem 0.625rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.375rem;
}
.card-select-add .error-msg-payment p {
  line-height: normal;
}
.card-select-add .new-card-field {
  box-shadow: none;
}

.payment-success-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 76px);
  margin: 0 auto;
}
.payment-success-sec img {
  margin-bottom: 2.5rem;
}
.payment-success-sec p {
  margin-top: 1.5rem;
}

.back-btn {
  padding: 2.5rem 0;
}

.popular-paln-btn {
  min-width: 19.5rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.back-round-fz {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: rgba(27, 20, 100, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.terms-wraper {
  margin-top: 1.3125rem;
}
.terms-wraper .terms-card {
  padding: 0.5625rem 1rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(27, 20, 100, 0.6);
  background: #FFF;
  box-shadow: 0px 0.125rem 0.0625rem 0px rgba(64, 72, 82, 0.05);
  height: 18rem;
  min-height: 18rem;
  overflow-y: auto;
}
.terms-wraper .terms-card p {
  color: rgba(27, 20, 100, 0.7);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.terms-wraper .accept-terms-text {
  margin-top: 1.875rem;
}
.terms-wraper .form-check-input {
  width: 20px;
  height: 20px;
  border: 3px solid #1B1464;
  margin-right: 0.625rem;
}

.items-table td {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.view-items-sec .view-items-padding {
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}
.view-items-sec .item-img-bx {
  background: #ffffff;
  padding: 0.84375rem 1.5rem;
  border: 0.09375rem solid rgba(27, 20, 100, 0.4);
  border-radius: 0.3125rem;
}
.view-items-sec .role-option {
  height: 100%;
}
.view-items-sec .role-option .tick-image {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
}
.view-items-sec .role-option .role-option-radio {
  display: none;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label {
  border-color: rgba(27, 20, 100, 0.5);
  background-color: #1b1464;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label .tick-image {
  display: block;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label .role-option-icon svg path {
  stroke: #ffffff;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label .role-details {
  padding-right: 0.75rem;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label .role-details h4, .view-items-sec .role-option .role-option-radio:checked + .role-option-label .role-details .h4 {
  color: #ffffff;
}
.view-items-sec .role-option .role-option-radio:checked + .role-option-label .role-details p {
  color: rgba(255, 255, 255, 0.7);
}
.view-items-sec .role-option-label {
  border-radius: 0.375rem;
  border: 1px solid rgba(27, 20, 100, 0.5);
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  height: 100%;
  cursor: pointer;
}
.view-items-sec .role-option-label .role-option-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.view-items-sec .role-option-label .role-option-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.view-items-sec .role-option-label .role-details h4, .view-items-sec .role-option-label .role-details .h4 {
  font-size: 0.8125rem;
  color: #1b1464;
  margin-bottom: 0.375rem;
}
.view-items-sec .role-option-label .role-details p {
  color: rgba(27, 20, 100, 0.7);
}
.view-items-sec .cstm-radio-label {
  background: #ffffff;
  min-height: 3rem !important;
}
.view-items-sec .form-control {
  background-color: #ffffff;
}
.view-items-sec .gray-lable {
  background: transparent;
  border-bottom: 1px solid rgba(27, 20, 100, 0.3);
}
.view-items-sec .imge-bx {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid rgba(27, 20, 100, 0.4);
  border-radius: 0.46875rem;
}
.view-items-sec .items-upper-space {
  margin-top: 1.875rem;
}
.view-items-sec hr {
  background-color: rgba(27, 20, 100, 0.2);
}

.back-round-fz:hover img {
  filter: invert(1);
}

#offcanvasEditItem .cstm-upload {
  background-position: center left 35%;
}
#offcanvasEditItem .select-dropdown__list {
  padding: 0.8125rem 1rem;
}
#offcanvasEditItem .pricing-sec-edit-item .control-wrap {
  margin-top: 0.375rem;
}

.pricing-sec-edit-item .row .has-error {
  height: 5rem;
}

#offcanvasCreateItem .cstm-upload {
  background-position: center left 35%;
}
#offcanvasCreateItem .pricing-sec-edit-item .control-wrap {
  margin-top: 0.375rem;
}

.items-sec .customer-header-ico .ico-pallate:not(:last-child) {
  margin-right: 1.25rem;
}

.inventory-sec .customer-header-ico {
  width: 28.125rem;
}
.inventory-sec .humberg-ico {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 36px;
  background: #1B1464;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inventory-sec .down-stock {
  position: relative;
  color: #f00 !important;
}
.inventory-sec .down-stock:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.inventory-sec .customer-header-ico .ico-pallate:not(:last-child) {
  margin-right: 1.25rem;
}
.inventory-sec .customer-header-ico .ico-pallate p {
  margin-top: 0.625rem;
}

.transfer-arrow-sec {
  position: relative;
}
.transfer-arrow-sec::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-next.svg");
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.6875rem;
}

.transfer-item-del {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(27, 20, 100, 0.1);
}

.review-transfer-fset {
  padding: 0.8125rem 1rem;
  background: rgba(27, 20, 100, 0.05);
}
.review-transfer-fset hr {
  background: rgba(27, 20, 100, 0.2);
}

.melt-scrap-off .cstm-radio-fz:first-child .cstm-radio-label {
  border-right: 1px solid;
}
.melt-scrap-off .cstm-radio-label:last-child {
  border-right: 0;
}
.melt-scrap-off fieldset .cstm-radio-label {
  background: rgba(27, 20, 100, 0.05);
  border-color: rgba(27, 20, 100, 0.05);
}
.melt-scrap-off .melt-scrap-tble td p {
  margin-bottom: 0.625rem;
}
.melt-scrap-off .melt-scrap-tble tr:has(input[type=checkbox]:checked) {
  background-color: rgba(27, 20, 100, 0.05);
}
.melt-scrap-off .melt-scrap-tble-footer thead tr {
  border-style: hidden;
}
.melt-scrap-off .melt-scrap-tble-footer td p {
  margin-bottom: 0.625rem;
}

#offcanvasReviewMeltScrap h6, #offcanvasReviewMeltScrap .h6 {
  margin-right: 1.25rem;
}

#ReviewMeltScrap tbody {
  background: rgba(27, 20, 100, 0.05);
}

.review-melt-scrap-tble tbody {
  background: rgba(27, 20, 100, 0.05);
  overflow-x: hidden;
}
.review-melt-scrap-tble td p {
  margin-bottom: 0.625rem;
}
.review-melt-scrap-tble tr:first-child {
  border-top-style: hidden;
}

#offcanvasInternalTransfer3 .select-dropdown__button::before {
  background-color: transparent !important;
}

.inventory-notification-off {
  width: 51.625rem;
}
.inventory-notification-off .form-control {
  margin-top: 0.625rem;
}
.inventory-notification-off .notification-input {
  margin-top: 0.625rem;
}
.inventory-notification-off .notification-input input {
  height: 100%;
  border: 0;
  margin-left: 0.625rem;
}
.inventory-notification-off .notification-input input:focus-visible {
  outline: 0;
}
.inventory-notification-off .notification-input:focus-within {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #43c5ff -35.08%, #9108c6 145.97%) border-box;
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 0px 0px 16px 0px rgba(27, 20, 100, 0.5);
}
.inventory-notification-off .notification-input .curuncy-label {
  color: rgba(27, 20, 100, 0.4);
}
.inventory-notification-off .form-switch {
  margin-left: 0.5rem;
}
.inventory-notification-off .form-switch .form-check-input {
  width: 3.6875rem;
  height: 1.75rem;
  background-color: #1B1464;
  position: relative;
}
.inventory-notification-off .form-switch label {
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 11px;
  color: #fff;
}
.inventory-notification-off .cstm-radio-label {
  border-right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 6.875rem;
  height: 1.875rem;
  margin-left: 0.625rem;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 20, 100, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.25rem;
  bottom: 0.375rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1b1464;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 64%;
  font-size: 0.8125rem;
  user-select: none;
  font-weight: 600;
}

input:checked + .slider .on {
  display: block;
  left: 30%;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 2.125rem;
}

.slider.round:before {
  border-radius: 50%;
}

.total-stock-list {
  gap: 5rem;
}

.total-stock-item:not(:last-child) {
  border-right: 1px solid rgba(27, 20, 100, 0.3);
  padding-right: 6.875rem;
}
@media (max-width: 1550px) {
  .total-stock-item:not(:last-child) {
    padding-right: 4.375rem;
  }
}

.customize-items-list {
  max-height: calc(100vh - 224px);
  overflow: auto;
}

.customize-item {
  position: relative;
}
.customize-item:not(:last-child) {
  border-bottom: 1px solid rgba(27, 20, 100, 0.2);
}
.customize-item .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  margin-bottom: 0;
}
.customize-item .form-check-input {
  margin-left: 0;
}
.customize-item .btn-plus {
  position: absolute;
  left: auto;
  right: 12px;
  top: 12px;
  bottom: auto;
}
.customize-item .customize-sublist {
  padding-left: 30px;
  padding-bottom: 10px;
}

.close-location {
  background-color: #c8c7dc;
}
.close-location .user-group-icons .user-icon {
  background-color: #74718c;
  border-color: #c8c7dc;
}

.report-sec .customer-header-ico .ico-pallate {
  padding: 0 1.25rem;
}
.report-sec .report-tab-header-card {
  padding: 0 1.25rem;
  border-right: 1px solid rgba(27, 20, 100, 0.4);
}
.report-sec .report-tab-header-card:last-child {
  border: 0;
}
.report-sec .report-tab-header-card h3, .report-sec .report-tab-header-card .h3 {
  margin-top: 0.375rem;
}
.report-sec .advanse-serch-scrap {
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  transform: translateY(-50%);
}
.report-sec #scrap-reports .search-filter-input input {
  padding-right: 7.75rem;
}

.Scrap-table tfoot td {
  font-weight: 600;
  color: #1b1464;
}

.home-header .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--blue-primary);
  transition: width 0.3s ease-in-out;
}
.home-header .navbar-toggler {
  padding: 4px 8px !important;
}
.home-header .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}
.home-header .nav-link:hover::after {
  width: 100%;
}
.home-header .navbar-expand-lg .navbar-nav .nav-item {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.home-header .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--blue-primary);
  font-weight: 500;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.home-header .navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 600;
  pointer-events: none;
}

.dashboard-banner {
  z-index: -1;
  max-width: 970px;
}

.dashboard-mask {
  bottom: 10px;
  z-index: -1;
}

.trusted-company {
  padding-bottom: 100px;
}
.trusted-company img {
  max-width: 857px;
}
@media (max-width: 768px) {
  .trusted-company {
    padding-bottom: 50px;
  }
}

.banner-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--blue-primary);
  line-height: 58px;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.banner-description {
  line-height: 31px;
}

.banner-mask {
  position: absolute;
  bottom: -410px;
  width: 100%;
  z-index: -41;
  left: 0px;
}
@media (max-width: 1430px) {
  .banner-mask {
    bottom: -110px;
  }
}
@media (max-width: 768px) {
  .banner-mask {
    bottom: -30px;
  }
}

.banner-left-mask {
  bottom: 0px;
  z-index: -1;
  fill: var(--Purple, #9108c6);
  opacity: 0.2;
  filter: blur(205px);
  width: 557.921px;
  height: 383.88px;
  transform: rotate(-120deg);
  flex-shrink: 0;
}

.banner-right-mask {
  bottom: 0px;
  right: 0;
  z-index: -1;
}

.gold-inventory-mask-image {
  right: 110px;
  top: 20px;
  z-index: 0;
}
@media (max-width: 991px) {
  .gold-inventory-mask-image {
    right: 0px;
    opacity: 0.2;
    top: -70px;
  }
}
@media (max-width: 576px) {
  .gold-inventory-mask-image {
    display: none;
  }
}

.gold-inventory-main {
  background-image: url("/assets/images/banner-round-shape.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .gold-inventory-main .title-h1 {
    max-width: 100% !important;
  }
}

.gold-inventory-left-accordion {
  max-width: 530px;
}
@media (max-width: 991px) {
  .gold-inventory-left-accordion {
    max-width: 100%;
  }
}

.accordion-cst .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-cst .accordion-item {
  background-color: transparent;
}
.accordion-cst .accordion-button {
  color: var(--blue-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  padding: 30px 0;
  box-shadow: none !important;
}
.accordion-cst .accordion-button:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .accordion-cst .accordion-button {
    padding: 24px 0;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .accordion-cst .accordion-button {
    padding: 20px 0;
  }
}
.accordion-cst .accordion-button:not(.collapsed) {
  padding-bottom: 16px;
}
.accordion-cst .accordion-button:not(.collapsed):hover {
  background: transparent;
}
@media (max-width: 991px) {
  .accordion-cst .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }
}
.accordion-cst .accordion-body {
  padding: 0 0 30px 0;
  color: rgba(27, 20, 99, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .accordion-cst .accordion-body {
    padding: 0 0 24px 0;
  }
}
.accordion-cst .accordion-button::after {
  background-image: none !important;
}
.accordion-cst .accordion-button {
  padding-right: 36px;
}
.accordion-cst .accordion-button::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1.5px;
  background-color: #000;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  border-radius: 60px;
}
.accordion-cst .accordion-button::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 14px;
  background-color: #000;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 60px;
}
.accordion-cst .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) scaleY(0);
  opacity: 0;
}

@media (min-width: 992px) {
  .sales-and-purchases .image-hover-div {
    border-radius: 10px;
  }
  .sales-and-purchases .image-hover-div:hover .images-sales {
    transform: scale(1.03) translate(10px, 10px);
  }
}
.sales-and-purchases .images-sales {
  border-radius: 10px;
  height: auto;
  min-height: 300px;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 576px) {
  .sales-and-purchases .images-sales {
    min-height: 250px;
  }
}
.sales-and-purchases .desciption-box {
  bottom: 40px;
  left: 40px;
}
@media (max-width: 991px) {
  .sales-and-purchases .desciption-box {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 575px) {
  .sales-and-purchases .desciption-box {
    bottom: 16px;
    left: 16px;
  }
}

.sales-and-purchases-mask-left {
  position: absolute;
  left: -70px;
  bottom: -250px;
  z-index: -1;
}
@media (max-width: 991px) {
  .sales-and-purchases-mask-left {
    display: none;
  }
}

.sales-and-purchases-mask-right {
  position: absolute;
  right: 0px;
  top: -110px;
  z-index: -1;
}
@media (max-width: 991px) {
  .sales-and-purchases-mask-right {
    display: none;
  }
}

.gold-stock-solution-card-img {
  position: relative;
  min-height: 330px;
}
.gold-stock-solution-card-img img {
  max-height: 330px;
}
.gold-stock-solution-card-img .absolute-img {
  position: absolute;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .gold-stock-solution-card-img .absolute-img {
    min-height: 400px;
  }
}
@media (max-width: 1200px) {
  .gold-stock-solution-card-img {
    min-height: 270px;
  }
}

@media (max-width: 767px) {
  .gold-stock-solution-card-main-div {
    flex-wrap: nowrap !important;
    overflow: auto;
    padding-bottom: 6px;
  }
  .gold-stock-solution-card {
    min-width: 280px;
  }
}
.sales-and-purchases-round-mask-left {
  position: absolute;
  left: -101px;
  top: -101px;
  z-index: -1;
}
@media (max-width: 991px) {
  .sales-and-purchases-round-mask-left {
    display: none;
  }
}

.feature-list {
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 24px;
  color: var(--blue-primary);
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.feature-list li::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_3302_818)"><path d="M5 12L10 17L20 7" stroke="%239108C6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_3302_818"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.feature-list.blue-check-list li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8bWFzayBpZD0ibWFzazBfMzMxNl8xNTQ3IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgogICAgPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CiAgPC9tYXNrPgogIDxnIG1hc2s9InVybCgjbWFzazBfMzMxNl8xNTQ3KSI+CiAgICA8cGF0aCBkPSJNOS41NDk5MyAxNy42NTM0TDQuMjE1MzMgMTIuMzE4OEw1LjI4NDU2IDExLjI0OTZMOS41NDk5MyAxNS41MTVMMTguNzE1MyA2LjM0OTYxTDE5Ljc4NDUgNy40MTg4MUw5LjU0OTkzIDE3LjY1MzRaIiBmaWxsPSIjNDNDNUZGIi8+CiAgPC9nPgo8L3N2Zz4=");
}

.inventory-management-tools-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .inventory-management-tools-image {
    max-width: 900px;
  }
}
@media (max-width: 900px) {
  .inventory-management-tools-image {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .inventory-management-tools-image {
    max-width: 576px;
    padding: 0 0px;
  }
}
@media (max-width: 575px) {
  .inventory-management-tools-image {
    max-width: 95%;
  }
}

.management-tools-padding {
  padding-bottom: 450px !important;
}
@media (max-width: 1200px) {
  .management-tools-padding {
    padding-bottom: 300px !important;
  }
}
@media (max-width: 767px) {
  .management-tools-padding {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 575px) {
  .management-tools-padding {
    padding-bottom: 38% !important;
  }
}

.management-empty-padding {
  padding-bottom: 300px !important;
}
@media (max-width: 1200px) {
  .management-empty-padding {
    padding-bottom: 220px !important;
  }
}
@media (max-width: 900px) {
  .management-empty-padding {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 767px) {
  .management-empty-padding {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 575px) {
  .management-empty-padding {
    padding-bottom: 6% !important;
  }
}

.pricing-tab-container .toggle-container {
  position: relative;
  display: inline-flex;
  border: 1px solid var(--blue-primary);
  border-radius: 5px;
  padding: 6px;
}
.pricing-tab-container .toggle-btn {
  position: relative;
  padding: 6px 27px;
  cursor: pointer;
  color: var(--blue-primary);
  font-weight: 500;
  transition: color 0.3s ease;
  z-index: 2;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pricing-tab-container .active {
  color: white;
}
.pricing-tab-container .tab-slider {
  position: absolute;
  width: 47.5%;
  height: 36px;
  background-color: var(--blue-primary);
  border-radius: 5px;
  transition: transform 0.3s ease;
  z-index: 1;
}
.pricing-tab-container .price-discount-badge {
  position: absolute;
  top: -18px;
  right: 25px;
  background-color: #03ac00;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-pricing-plan {
  max-width: 1005px;
  margin: auto;
}
.dashboard-pricing-plan .dashboard-pricing-main-card {
  padding: 50px 33px 36px 33px;
  border: 1px solid rgba(27, 20, 100, 0.2);
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 4px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card:nth-child(2) {
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
  }
}
.dashboard-pricing-plan .dashboard-pricing-main-card.pp-with-current-plan {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  box-shadow: none;
  background: #f2f2fb;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .cancel-price,
.dashboard-pricing-plan .dashboard-pricing-main-card .pound-ico {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(27, 20, 100, 0.6);
  padding-top: 4px;
  padding-right: 4px;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .cancel-price {
  margin-bottom: 1.25rem;
  position: relative;
  margin-top: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .cancel-price::after {
  content: "";
  position: absolute;
  margin-left: auto;
  width: calc(100% + 10px);
  height: 2px;
  background: #ed3e3e;
  top: 16px;
  left: -7px;
  transform: rotate(-15deg);
}
.dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big h6, .dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big .h6 {
  font-size: 3.75rem;
  font-weight: 600;
  color: #1b1464;
  display: flex;
  justify-content: center;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .title {
    margin-bottom: 15px;
  }
}
.dashboard-pricing-plan .dashboard-pricing-main-card .price-desc {
  margin-bottom: 12px;
  margin-top: 1.875rem;
  min-height: 4.0625rem;
}
@media (max-width: 991px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .price-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .price-desc {
    margin-top: 1.25rem;
  }
}
.dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list {
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 0;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list .blue-check {
  margin-right: 4px;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list .wrong-ico {
  margin-right: 4px;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list li {
  display: flex;
  list-style-type: none;
  text-align: left;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #1b1464;
  font-weight: 500;
}
.dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list li span svg {
  margin-right: 0.5625rem;
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list li {
    padding: 0.4375rem 0;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .pricing-check-list {
    margin-top: 12px;
  }
}
@media (max-width: 1100px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card {
    padding: 45px 20px 30px 20px;
  }
  .dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big h6, .dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big .h6 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big h6, .dashboard-pricing-plan .dashboard-pricing-main-card .current-price-big .h6 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card {
    min-width: 240px;
    padding: 25px 12px 16px 12px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-pricing-plan .dashboard-pricing-main-card {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.dashboard-pricing-plan .active-plan-card .active-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  min-height: 40px;
  padding: 10px;
  border: 0;
  pointer-events: none;
}
.dashboard-pricing-plan .active-plan-card .dashboard-pricing-main-card {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-color: var(--blue-primary);
  margin-top: 0;
}
.dashboard-pricing-plan .btn-pricing-section {
  background: transparent;
  color: var(--blue-primary);
  border: 1px solid var(--Forenzix-Gradient, #43c5ff);
}
.dashboard-pricing-plan .btn-pricing-section:hover {
  background: linear-gradient(133deg, #39ade1 -0.39%, #740b9d 122.99%);
  color: #ffffff;
  transition: all ease-in;
  border-color: transparent;
  border-left: 0;
  opacity: 0.9;
}
.dashboard-pricing-plan .btn-pricing-section:focus {
  box-shadow: none;
}
.dashboard-pricing-plan .btn-pricing-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.dashboard-pricing-plan .active-plan-card .btn-pricing-section {
  background: var(--forenzix-gradiant);
  color: var(--white);
  border: 1px solid transparent;
  border-left: 0;
}
@media (max-width: 767px) {
  .dashboard-pricing-plan {
    overflow: auto;
  }
}

.free-guided-setup-design {
  max-width: 968px !important;
  padding-top: 160px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .free-guided-setup-design {
    max-width: 900px !important;
  }
}
@media (max-width: 991px) {
  .free-guided-setup-design {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .free-guided-setup-design {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.free-guided-setup-design .in-div-free-guide {
  left: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .free-guided-setup-design .in-div-free-guide {
    left: 10px;
  }
}
@media (max-width: 575px) {
  .free-guided-setup-design .in-div-free-guide {
    left: 0px;
  }
}
.free-guided-setup-design .card-free-guide {
  background: var(--forenzix-gradiant) !important;
  padding: 50px 50px 60px 50px;
  min-height: 320px;
  padding-left: 185px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .free-guided-setup-design .card-free-guide {
    padding-left: 255px;
  }
}
@media (max-width: 991px) {
  .free-guided-setup-design .card-free-guide {
    padding: 40px 40px 50px 40px;
    padding-left: 245px;
  }
}
@media (max-width: 575px) {
  .free-guided-setup-design .card-free-guide {
    padding: 30px 30px 40px 30px;
  }
}

.pricing-girl-image {
  z-index: 1;
  left: -70px;
}
@media (max-width: 991px) {
  .pricing-girl-image {
    left: -53px;
  }
}
@media (max-width: 575px) {
  .pricing-girl-image {
    max-height: 300px;
    left: 0;
    display: none !important;
  }
}

.contact-us-swimmer-icon {
  right: 70px;
  top: 50%;
}

.contact-us-bubble-icon {
  right: -86px;
  top: -83px;
  z-index: -1;
}

.footer-layout .footer-right-mask {
  top: -507px;
  right: -43px;
}
@media (max-width: 575px) {
  .footer-layout .footer-ul {
    max-width: 100%;
  }
}
.footer-layout .footer-ul li {
  padding-bottom: 12px;
}
@media (max-width: 575px) {
  .footer-layout .footer-ul li {
    padding-bottom: 6px;
  }
}
.footer-layout .footer-ul a {
  padding-bottom: 2px;
  display: block;
  padding-top: 5px;
}
.footer-layout .footer-ul a:hover {
  color: var(--purple-primary);
}
.footer-layout li::marker {
  font-size: 10px;
}
.footer-layout .footer-social-icons {
  display: flex;
  gap: 40px;
}
.footer-layout .footer-social-icons a {
  height: fit-content;
  color: var(--skyblue);
}
.footer-layout .footer-social-icons a:hover {
  color: var(--blue-primary);
}
@media (max-width: 991px) {
  .footer-layout .footer-social-icons {
    gap: 20px;
  }
}

.data-secure-backup .btn-outline-primary {
  min-height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.data-secure-backup .carousel-indicators {
  white-space: nowrap;
  overflow: auto;
  position: relative;
  right: revert;
  bottom: revert;
  left: revert;
  z-index: revert;
  display: revert;
  justify-content: revert;
  padding: revert;
  margin-right: revert;
  margin-bottom: revert;
  margin-left: revert;
  list-style: revert;
}
.data-secure-backup .carousel-indicators button {
  background-color: transparent !important;
  color: var(--blue-primary60);
  text-indent: revert;
  width: revert;
  height: revert;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 12px;
  margin-left: 12px;
  opacity: 1;
  padding-bottom: 6px;
}
.data-secure-backup .carousel-indicators button.active {
  border-bottom: 2px solid var(--blue-primary);
  color: var(--blue-primary);
}
.data-secure-backup .carousel-indicators button:focus-visible {
  outline: none;
}
@media screen and (max-width: 1199px) {
  .data-secure-backup .carousel-indicators button {
    font-size: 13px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1050px) {
  .data-secure-backup .carousel-indicators button {
    font-size: 12px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 575px) {
  .data-secure-backup .carousel-indicators button {
    font-size: 12px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
.data-secure-backup .min-h-370 {
  min-height: 370px;
}
@media (max-width: 1200px) {
  .data-secure-backup .min-h-370 {
    min-height: 390px;
  }
}
@media (max-width: 1024px) {
  .data-secure-backup .min-h-370 {
    min-height: 300px !important;
  }
}
.data-secure-backup .carousel-card {
  overflow: hidden;
  border-radius: 10px;
  padding: 70px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .data-secure-backup .carousel-card {
    padding: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .data-secure-backup .carousel-card {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.data-secure-backup .carousel-card .secure-backup-carousel-images {
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .data-secure-backup .carousel-card:hover .secure-backup-carousel-images {
    transform: scale(1.01) translate(10px, 10px);
  }
}
.data-secure-backup .slick-slide {
  padding: 16px;
  padding-bottom: 30px;
  padding-right: 16px;
}
.data-secure-backup .slick-slide.slick-active .carousel-card {
  box-shadow: 10px 10px 30px 0px rgba(27, 20, 100, 0.1);
}
@media (min-width: 576px) {
  .data-secure-backup .slick-slide {
    padding: 20px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .data-secure-backup .slick-slide {
    padding: 16px;
    padding-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1099px) {
  .data-secure-backup .slick-slide {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .data-secure-backup .slick-slide {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .data-secure-backup .slick-slide {
    padding-right: 16px;
  }
}
.data-secure-backup .carousel-item {
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 575px) {
  .data-secure-backup .carousel-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.data-secure-backup .slick-slide.slick-active + .slick-slide .carousel-card {
  box-shadow: 10px 10px 30px 0px rgba(27, 20, 100, 0.1);
}
.data-secure-backup .slick-track .slick-slide:nth-child(4) .carousel-card {
  box-shadow: 10px 10px 30px 0px rgba(27, 20, 100, 0.1);
}

@media (max-width: 991px) {
  .home-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--white);
  }
  .home-header .navbar {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .home-header .logo-home {
    width: 147px;
  }
  .dashboard-banner {
    position: relative !important;
    max-width: 80%;
    margin: auto;
    left: -6%;
  }
}
@media (max-width: 575px) {
  .dashboard-banner {
    max-width: 100%;
    left: -10%;
  }
  .data-secure-backup .left-side-carousel {
    min-height: fit-content;
  }
}
@media (min-width: 1600px) {
  .trusted-company {
    margin-top: 8%;
  }
  .dashboard-banner {
    width: 55%;
  }
}
.dropdown-front .select-dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown-front .select-dropdown .form-control {
  background-color: transparent;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-front .select-dropdown .dropdown-list {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding-left: 0px;
  position: absolute;
  background-color: white;
  z-index: 99;
  max-height: 200px;
  overflow: auto;
  top: 50px;
  border-radius: 8px;
  width: 100%;
}
.dropdown-front .select-dropdown .select-dropdown__list-item {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1b1464;
  text-align: left;
  border-top: none;
  transition: allease-in-out 0.3s;
  padding: 10px 16px;
}
.dropdown-front .select-dropdown__button::before {
  background-color: rgba(255, 255, 255, 0) !important;
  top: 11px;
}

.container-slider {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .container-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1440px) {
  .container-slider {
    padding-left: calc((100vw - 1354px) / 2);
  }
}
.carousel-button-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  .carousel-button-wrapper {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-button-wrapper {
    margin-left: auto;
  }
}

.carousel-button-cst {
  border: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(27, 20, 100, 0.4);
  border-radius: 9999px;
}
.carousel-button-cst:hover {
  background: rgba(27, 20, 100, 0.6);
}
@media screen and (max-width: 767px) {
  .carousel-button-cst {
    padding: 6px;
  }
  .carousel-button-cst svg {
    width: 20px;
    height: 20px;
  }
}
.carousel-button-cst:focus-visible {
  outline: none;
}

.container-main img {
  user-select: none;
}

.border-primary-op2 {
  border-color: rgba(27, 20, 100, 0.2) !important;
}

.hover-purple-primary:hover {
  color: var(--purple-primary) !important;
}

.hover-text-white:hover {
  color: var(--white) !important;
}
.hover-text-white:focus {
  color: var(--white) !important;
}

.hover-underline-cst {
  position: relative;
  width: fit-content;
  padding-bottom: 0.25rem;
}
.hover-underline-cst::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: 2px;
  width: 0;
  content: "";
  background: none repeat scroll 0 0 transparent;
  background: currentColor;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.hover-underline-cst:hover::after {
  left: 0;
  content: "";
  width: 100%;
}
.hover-underline-cst.line-sm::after {
  height: 1px;
  background: var(--purple-primary);
}

.container-main a:hover {
  color: var(--blue-primary);
}

.z-9 {
  z-index: 9;
}

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

.fs-15 {
  font-size: 15px;
}

.input-cst {
  border-radius: 5px;
  border: 1px solid var(--blue-primary);
  padding: 12px;
}
.input-cst:focus-visible {
  outline-color: var(--blue-primary);
}

.font-poppins {
  font-family: "Poppins", serif;
}

.font-museo-moderno {
  font-family: "MuseoModerno", serif;
}

.min-h-fit {
  min-height: fit-content !important;
}

.top-34 {
  top: 34px;
}

.top-160 {
  top: 160px;
}

.top--40 {
  top: -40px;
}

.right-80 {
  right: 80px;
}

.left--115 {
  left: -115px;
}

.lh-20 {
  line-height: 20px;
}

.lh-24 {
  line-height: 24px;
}

.opacity-60 {
  opacity: 0.6;
}

.w-fit-cst {
  width: fit-content !important;
}

@media (min-width: 576px) {
  .w-sm-fit {
    width: fit-content !important;
  }
}
.p-8px {
  padding: 8px;
}

.text-skyblue {
  color: var(--skyblue);
}

.bg-skyblue {
  background-color: var(--skyblue);
}

.bg-skyblue-op1 {
  background-color: var(--skyblue01);
}

.opacity-70 {
  opacity: 0.7;
}

.min-h-50 {
  min-height: 50px !important;
}

.text-purple {
  color: var(--purple-primary);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.card-cst {
  padding: 16px;
  border-radius: 10px;
  background: #dadaec;
  border: 1px solid #bdbdd9;
  background: var(--card-gradiant);
  transition: all 0.2s ease-in-out;
}
.card-cst:hover {
  box-shadow: var(--shadow-cst);
}

.title-h1 {
  color: var(--blue-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .title-h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title-h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .title-h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .title-h1.large-text {
    font-size: 48px;
  }
}

.badge-text {
  color: var(--purple-primary);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.badge-text.tracking-6 {
  letter-spacing: 6px;
}

.shadow-section {
  box-shadow: 0px -55px 94px 0px rgba(27, 20, 100, 0.0509803922);
}

.gold-inventory-main {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .gold-inventory-main {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .gold-inventory-main {
    padding-top: 60px;
  }
}

@media (max-width: 1439px) {
  .container-main .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-main .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container-main .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.max-w-200 {
  max-width: 200px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-360 {
  max-width: 360px;
}

.max-w-280 {
  max-width: 280px;
}

.max-w-600 {
  max-width: 630px;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-1080 {
  max-width: 1080px !important;
}

.max-w-680px {
  max-width: 680px;
}

@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 2.25rem !important;
  }
}
.scrollbar-visibility-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-visibility-hidden {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@media (max-width: 575px) {
  .p-max-sm-0 {
    padding: 0 !important;
  }
  .max-sm-min-w-260 {
    min-width: 260px;
  }
}

/*# sourceMappingURL=style.css.map */
