@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

::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: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.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: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

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

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

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

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.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(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.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(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.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, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.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(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.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(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.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(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.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(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.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(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.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(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: calc(0.25rem - 1px);
}

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  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='%230c63e4'%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='%23212529'%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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 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: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.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: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

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

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

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

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

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

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

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

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

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

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

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

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

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

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

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

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: 0.25rem;
}
.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: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 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: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

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

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

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

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* --------------------------------------------------------
   Project Variables
   -------------------------------------------------------- */
.col-center {
  float: none;
  margin: 0 auto;
}

.text-strong {
  font-weight: bold;
}

.text-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

/* --------------------------------------------------------
   Custom application specific styles
   -------------------------------------------------------- */
* {
  outline: 0 !important;
}

*:not(.table-responsive, .select2-results__options)::-webkit-scrollbar {
  display: none;
}

*:not(.table-responsive, .select2-results__options) {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 2px;
  height: 6px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body {
  background: #E0E5EB;
  font-family: "Inter", Helvetica, sans-serif !important;
  font-style: normal;
  line-height: 18px;
  font-size: 14px;
}
body::-webkit-scrollbar {
  width: 0.2em;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
}
body.nav-opened {
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: #1071CB;
}
a:hover, a:focus, a:active {
  color: #0c579c;
}

form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1E293B;
  margin-bottom: 2px;
}

.form-required-field {
  color: red;
  font-size: 12px;
}

hr {
  background: #E0E5EB;
  height: 2px !important;
}

::placeholder {
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #718096;
}

:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #718096;
}

::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #718096;
}

.accordion .accordion-item {
  margin-bottom: 12px;
  border: none;
}
.accordion .accordion-item .accordion-button {
  background-color: #F1F5F9;
  color: #64748B;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.accordion .accordion-item .accordion-button .flag-icon {
  border-radius: 4px;
  margin-right: 5px;
}
.accordion .accordion-item .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748B'%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") !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #64748B;
  background-color: #F1F5F9;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion .accordion-item .accordion-body {
  background-color: #CDD5E1;
  color: #a0aec0;
  line-height: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-control {
  background-color: #fff;
  height: 45px;
  font-size: 14px;
  border: 1px solid #CDD5E1;
  border-radius: 6px;
  font-weight: 400;
  line-height: 20px;
  color: #1E293B;
}
.form-control.fortuna-range-control-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control.fortuna-range-control-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid #94A3B8;
  color: #1E293B;
}
.form-control:focus + .input-group-text, .form-control:focus ~ .input-group-text, .form-control:active + .input-group-text, .form-control:active ~ .input-group-text {
  border: 1px solid #94A3B8 !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F1F5F9;
  opacity: 1;
  color: #94A3B8 !important;
  border: none;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #94A3B8;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #94A3B8;
}
.form-control::placeholder {
  color: #94A3B8;
}
.form-control .inside-icon-input {
  position: relative;
}
.form-control.fortuna-validation-success {
  border: 1px solid #B5DBFF;
  box-shadow: 0 0 6px #81CCFF;
}
.form-control.fortuna-validation-error {
  border: 1px solid #FFB9C7;
  box-shadow: 0 0 6px 0 rgba(248, 84, 116, 0.5);
}

.fortuna-input-show-total label {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  margin-right: 4px;
  line-height: 18px;
}
.fortuna-input-show-total .form-check {
  display: inline-block;
  margin: 0px;
  min-height: 0px;
}

.input-group:focus-within .input-group-text {
  border-top: 1px solid #94A3B8;
  border-left: 1px solid #94A3B8;
  border-bottom: 1px solid #94A3B8;
}

.fortuna-validation-success:not(.form-control) {
  color: #81CCFF;
  margin-top: 5px;
  font-size: 12px;
}

.fortuna-validation-error:not(.form-control) {
  color: rgb(248, 84, 116);
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
}

.form-switch {
  padding-left: 0;
}
.form-switch .form-check-input {
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
}

.select2-xl-container .select2-container--default .select2-selection--single,
.select2-xl-container .select2-container--default .select2-selection--multiple {
  min-height: 160px !important;
}

.input-inside-icon-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.input-inside-icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

textarea.form-control {
  height: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #94A3B8;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 45px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  position: relative;
  top: 0 !important;
  color: #1E293B;
  overflow: scroll;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 4px;
  background: #E0E5EB;
  min-height: 18px;
  padding: 4px 12px;
  color: #1E293B;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:has(.badge) {
  background: transparent;
  padding: 0;
}

.select2-selection__choice__remove {
  color: #64748B;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0;
  font-size: 18px;
  order: 2;
  margin-left: 4px;
}

.remove-button-hide .select2-selection__choice__remove {
  display: none !important;
}

.form-check {
  margin: 0;
  min-height: 0px;
}

.input-group .input-group-text {
  background: #E2E8F0;
  font-size: 18px;
  padding: 8px;
  color: #4a5568;
  min-width: 45px;
  justify-content: center;
  margin-right: 1px;
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #CDD5E1;
  border-bottom: 1px solid #CDD5E1;
  border-right: none;
  border-top: 1px solid #CDD5E1;
}
.input-group .input-group-text.fortuna-validation-border-error {
  border: 1px solid #FFB9C7;
  box-shadow: 0 0 6px 0 rgba(248, 84, 116, 0.5);
}
.input-group .input-group-text.fortuna-validation-border-success {
  border: 1px solid #B5DBFF;
  box-shadow: 0 0 6px #81CCFF;
}
.input-group .input-group-text span.inline-txt {
  font-size: 14px;
}
.input-group .input-group-text.secondary-text {
  font-size: 14px;
  background-color: white;
  color: #94A3B8;
  border-right: 0 !important;
  padding-right: 2px;
}
.input-group .input-group-text.secondary-text + .form-control {
  border-left: 0px;
  padding-left: 0px;
}
.input-group.select2-input-group {
  flex-wrap: nowrap !important;
}
.input-group .input-group-btn.input-group-combined {
  background-color: #0f1017;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.input-group .input-group-btn.input-group-combined .btn {
  padding: 5px 12px;
  font-weight: normal;
  background-color: #1a202c;
  border-color: #1a202c;
  color: #ffffff;
  margin-right: 2px;
  border-radius: 0px !important;
}
.input-group .input-group-btn.input-group-combined .btn:focus, .input-group .input-group-btn.input-group-combined .btn:hover {
  background-color: #232c3c;
}
.input-group .inside-icon-input {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.input-group .select2-container {
  width: auto !important;
  flex: 1;
}
.input-group .select2-container .select2-selection--single {
  height: 100%;
  line-height: inherit;
}
.input-group .select2-container--default .select2-selection--single,
.input-group .select2-container--default .select2-selection--multiple {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#content {
  margin-left: 230px;
  flex-grow: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  #content {
    margin-left: 0;
  }
}
#content.collapsed {
  margin-left: 80px;
}
#content.collapsed .header-top-wrapper {
  width: calc(100% - 80px);
}
#content.collapsed .sidebar-open-icon {
  transform: rotate(0deg);
}
@media (max-width: 575.98px) {
  #content.collapsed {
    margin-left: 0;
  }
  #content.collapsed .header-top-wrapper {
    width: 100%;
  }
}

#sidebar {
  width: 230px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
  background: #1E293B;
  transition: all 0.3s;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #sidebar {
    margin-left: -230px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}
#sidebar .sidebar-header {
  padding: 10px;
}
#sidebar .sidebar-header .logo-full-img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
#sidebar .sidebar-header .logo-xs-img {
  width: 45px;
  margin: 0 auto;
  display: block;
}
#sidebar #logo-icon-only {
  display: none;
}
#sidebar.collapsed {
  width: 80px;
}
#sidebar.collapsed #logo-full-width {
  display: none;
}
#sidebar.collapsed #logo-icon-only {
  display: block;
}
#sidebar.collapsed .dropdown-toggle::after {
  top: 11px;
}
#sidebar.collapsed .navigation {
  margin-bottom: 0;
  padding-bottom: 0px;
}
#sidebar.collapsed .navigation-item {
  text-align: center;
}
#sidebar.collapsed .navigation-item .navigation-item-name {
  display: none;
}
#sidebar.collapsed .navigation-item > a {
  justify-content: center;
}
#sidebar.collapsed .navigation-item a {
  padding-left: 0;
}
#sidebar.collapsed .navigation-item .dropdown-item {
  justify-content: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sidebar.collapsed .navigation-item .dropdown-item .dropdown-item-name {
  width: 20px; /* Adjust width to fit one letter */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sidebar.collapsed .navigation-item .dropdown-item .dropdown-item-count {
  display: none !important;
}
#sidebar.collapsed .navigation-item-badge > a {
  display: block !important;
  padding-right: 0 !important;
}
#sidebar.collapsed .navigation-item-badge > a .navigation-item-count {
  display: none;
}
#sidebar.collapsed .nav-section-title {
  border-bottom: 1px solid #2D3748;
}
#sidebar.collapsed .nav-section-title span {
  display: none;
}
#sidebar.collapsed .nav-sidebar-buy-crypto-wrapper {
  display: none;
}
#sidebar.collapsed .nav-sidebar-language {
  display: none !important;
}
#sidebar::-webkit-scrollbar {
  width: 0em;
}
#sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#sidebar::-webkit-scrollbar-thumb {
  background-color: #171923;
}

.fortuna-main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.fortuna-main-nav > li > a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fortuna-main-nav > li > a .navigation-item-icon {
  display: inline-block;
  margin-right: 6px;
}
.fortuna-main-nav > li > a .navigation-item-name {
  display: inline-block;
  vertical-align: middle;
}
.fortuna-main-nav > li > a .text {
  vertical-align: middle;
  display: inline-block;
}
.fortuna-main-nav > li > a.active {
  background-color: #283445;
  color: #62ADF2;
}
.fortuna-main-nav > li > a:focus, .fortuna-main-nav > li > a:hover {
  color: #62ADF2;
}
.fortuna-main-nav .dropdown .dropdown-toggle::after {
  top: 10px;
  position: absolute;
  right: 20px;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTYuNzUgMTMuNUwxMS4yNSA5TDYuNzUgNC41IiBzdHJva2U9IiM5NEEzQjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  border: none;
  width: 18px;
  height: 18px;
}
.fortuna-main-nav .dropdown .dropdown-toggle.show::after {
  transform: rotate(90deg);
}
.fortuna-main-nav .dropdown-menu {
  list-style: square;
}
.fortuna-main-nav .dropdown-menu.show {
  position: initial !important;
  transform: none !important;
  margin: 0px;
  transform: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  margin-bottom: 0px;
  padding-left: 0px !important;
}
.fortuna-main-nav .dropdown-menu a {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #A0AEC0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 45px;
  vertical-align: middle;
  border-radius: 0;
  margin-bottom: 0;
}
.fortuna-main-nav .dropdown-menu a .dropdown-item-icon {
  display: inline-block;
  width: 35px;
}
.fortuna-main-nav .dropdown-menu a .dropdown-item-name {
  display: inline-block;
  vertical-align: middle;
  color: #94A3B8;
}
.fortuna-main-nav .dropdown-menu a .dropdown-item-count {
  color: #718096;
  font-weight: 400;
}
.fortuna-main-nav .dropdown-menu a:before {
  content: none;
}
.fortuna-main-nav .dropdown-menu a.active, .fortuna-main-nav .dropdown-menu a:hover, .fortuna-main-nav .dropdown-menu a:focus {
  background-color: transparent;
  color: #62ADF2;
}
.fortuna-main-nav .dropdown-menu a.active .dropdown-item-name, .fortuna-main-nav .dropdown-menu a:hover .dropdown-item-name, .fortuna-main-nav .dropdown-menu a:focus .dropdown-item-name {
  color: #62ADF2;
}

.header-top-wrapper {
  background: #F1F5F9;
  padding: 10px;
  margin-bottom: 20px;
  position: fixed;
  width: calc(100% - 230px);
  z-index: 100;
  padding-right: 25px;
  height: 54px;
}
@media (max-width: 575.98px) {
  .header-top-wrapper {
    width: 100%;
    padding: 0;
    background-color: #1E293B;
    height: 64px;
  }
}
.header-top-wrapper .header-mobile {
  padding: 10px;
}
.header-top-wrapper .header-actions .header-action {
  margin-right: 20px;
}
.header-top-wrapper .header-actions .header-action > a {
  color: #94A3B8;
}
.header-top-wrapper .header-actions .header-action > a.active, .header-top-wrapper .header-actions .header-action > a:hover {
  color: #57677E;
}
.header-top-wrapper .header-actions .header-action .dropdown-menu {
  padding: 10px;
}
.header-top-wrapper .header-actions .header-action .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #1071CA;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #E0E5EB;
}
.header-top-wrapper .header-actions .header-action .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.header-top-wrapper .header-actions .header-action .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
  margin-bottom: 0;
}
.header-top-wrapper .sidebar-toggle {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 9999;
  margin-left: -15px;
  cursor: pointer;
}
.header-top-wrapper .sidebar-toggle .sidebar-open-icon {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.header-top-wrapper .btn-toggle-wallet {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 575.98px) {
  .header-top-wrapper .btn-toggle-wallet {
    margin-right: 8px;
  }
}

#navigation {
  position: fixed;
  background: #1E293B;
  height: 100%;
  z-index: 999;
  top: 64px;
  left: -800px;
  width: 260px;
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
#navigation .mobile-nav-actions {
  padding: 10px;
  margin-bottom: 8px;
}

.alert {
  font-size: 14px;
}

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

.badge-filter {
  font-weight: 700;
  color: black;
  background-color: #74ABEC;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 0.5%;
  display: -webkit-inline-box;
}

.badge {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 4px;
  padding: 6px 8px;
}
.badge.badge-status .badge-icon {
  display: inline-block;
  height: 16px;
  margin-right: 0.4em;
  font-size: 12px;
}
.badge.badge-status .badge-icon svg {
  position: relative;
  top: -1px;
  height: 12px;
  width: auto;
  stroke: currentColor;
}
.badge.badge-xs {
  padding: 4px 8px;
  font-weight: 600;
}
.badge [data-remove-selected-item] {
  cursor: pointer;
}
.badge.badge-success {
  background: #25855A;
  color: #FFF;
}
.badge.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
.badge.badge-primary {
  color: #fff;
  background-color: #3B6C9A;
}
.badge.badge-secondary {
  color: #fff;
  background-color: #CFD5E0;
}
.badge.badge-processing, .badge.badge-deactivate {
  color: #fff;
  background-color: #ACABCD;
}
.badge.badge-expired, .badge.badge-lose, .badge.badge-suspended, .badge.badge-lost, .badge.badge-self_exclusion, .badge.badge-time_out, .badge.badge-time-out, .badge.badge-expired_by_wager_expiration, .badge.badge-expired_by_first_bet_won, .badge.badge-canceled_not_enough_players, .badge.badge-not_qualified, .badge.badge-expired_by_bonus, .badge.badge-half_lost, .badge.badge-deactivated {
  color: #fff;
  background-color: #D03B59;
}
.badge.badge-pending, .badge.badge-preparing, .badge.badge-attempt, .badge.badge-initiated {
  color: #fff;
  background-color: #94A3B8;
}
.badge.badge-on_hold, .badge.badge-canceled_by_user, .badge.badge-canceled_by_deposit, .badge.badge-canceled_by_withdraw, .badge.badge-cashout, .badge.badge-canceled_by_player {
  color: #fff;
  background-color: #F3A56C;
}
.badge.badge-refunded, .badge.badge-void, .badge.badge-refund, .badge.badge-resolved {
  color: #fff;
  background-color: #C6CD78;
}
.badge.badge-default, .badge.badge-free, .badge.badge-claimed, .badge.badge-verified {
  color: #fff;
  background-color: #74ABEC;
}
.badge.badge-in_progress {
  color: #fff;
  background-color: #ACABCD;
}
.badge.badge-completed, .badge.badge-active, .badge.badge-open, .badge.badge-accumulating {
  color: #fff;
  background-color: #8FC0EE;
}
.badge.badge-failed {
  color: #fff;
  background-color: #D03B59;
}
.badge.badge-high, .badge.badge-closed {
  color: #fff;
  background-color: #D03B59;
}
.badge.badge-low, .badge.badge-loading {
  color: #fff;
  background-color: #DBBD53;
}
.badge.badge-inactive {
  background-color: #94A2B8;
  color: #fff;
}
.badge.badge-medium {
  color: #fff;
  background-color: #E89254;
}
.badge.badge-half-return {
  color: #1D3B56;
  background-color: #C5DDF4;
}
.badge.badge-empty {
  color: #1E3B56;
  background-color: #DCECF9;
}
.badge.badge-initial_return {
  color: #fff;
  background-color: #63ADF2;
}
.badge.badge-initial_half-return {
  color: #1D3B56;
  background-color: #DDEFFF;
}
.badge.badge-review {
  color: #fff;
  background-color: #9A86C5;
}
.badge.badge-ready {
  color: #fff;
  background-color: #9A86C5;
}
.badge.badge-uncompleted {
  color: #fff;
  background-color: #94A3B8;
}
.badge.badge-scheduled, .badge.badge-sending {
  color: #fff;
  background-color: #ACABCD;
}
.badge.badge-return {
  color: #fff;
  background-color: #3A6C9A;
}
.badge.badge-half-win, .badge.badge-initial_half-won {
  color: #1D3B56;
  background-color: #DAF2E8;
}
.badge.badge-approved, .badge.badge-new {
  color: #fff;
  background-color: #8CBFEE;
}
.badge.badge-interrupted {
  color: #fff;
  background-color: #F3A56C;
}
.badge.badge-cancelled, .badge.badge-canceled {
  color: #fff;
  background-color: #FFA629;
}
.badge.badge-escalated {
  color: #fff;
  background-color: #F4A772;
}
.badge.badge-finished {
  color: #fff;
  background-color: #57677E;
}
.badge.badge-canceled_by_operator, .badge.badge-canceled_by_round_session, .badge.badge-canceled_by_multi_excluded_offer, .badge.badge-canceled_out_of_funds, .badge.badge-rejected, .badge.badge-canceled_no_players {
  color: #fff;
  background-color: #C14D64;
}
.badge.badge-win, .badge.badge-completed_out_of_funds, .badge.badge-half_win {
  color: #fff;
  background-color: #37AF7D;
}
.badge.badge-yes, .badge.badge-uploaded {
  background-color: #DAF2E8;
  color: #228159;
}
.badge.badge-split {
  background-color: #0a53be;
  color: #fff;
}
.badge.badge-split-bonus {
  background-color: #0d6efd;
  color: #fff;
}
.badge.badge-split-real {
  background-color: #0d6efd;
  color: #fff;
}
.badge.badge-no {
  background-color: #FFE4EA;
  color: #A31E38;
}
.badge.badge-casino_betting_block, .badge.badge-block_casino, .badge.badge-casino_betting_blocked, .badge.badge-blocked_casino {
  color: #fff;
  background-color: #9284B2;
}
.badge.badge-sport_betting_block, .badge.badge-block_sports, .badge.badge-blocked_sport, .badge.badge-sport_betting_blocked {
  color: #fff;
  background-color: #56B5BB;
}
.badge.badge-deposits_block, .badge.badge-block_deposits, .badge.badge-deposits_blocked, .badge.badge-blocked_deposits {
  color: #fff;
  background-color: #DA8092;
}
.badge.badge-withdrawals_block, .badge.badge-block_withdrawals, .badge.badge-withdrawals_blocked, .badge.badge-blocked_withdrawals {
  color: #fff;
  background-color: #FF9365;
}
.badge.badge-account_block, .badge.badge-block_account, .badge.badge-suspend_account, .badge.badge-deactivate_account, .badge.badge-account_blocked, .badge.badge-blocked_account, .badge.badge-suspended_account, .badge.badge-deactivated_account {
  color: #fff;
  background-color: #F85474;
}
.badge.badge-account_unblock, .badge.badge-unblock_account, .badge.badge-unsuspend_account, .badge.badge-account_unblocked, .badge.badge-unblocked_account, .badge.badge-unsuspended_account {
  color: #fff;
  background-color: #6DB090;
}
.badge.badge-no_restriction {
  color: #fff;
  background-color: #7CAAD3;
}
.badge.badge-deposit_bonus {
  background-color: #62ADF2;
  color: #FFF;
}
.badge.badge-risk_free_bonus {
  background-color: #ef700a;
  color: #FFF;
}
.badge.badge-reload_bonus {
  background-color: #62C0CD;
  color: #FFF;
}
.badge.badge-cashback_bonus {
  background-color: #B0745A;
  color: #FFF;
}
.badge.badge-free_spins {
  background-color: #DBBD53;
  color: #FFF;
}
.badge.badge-free_bet_bonus {
  background-color: #9ACD32;
  color: #FFF;
}
.badge.badge-cash_bonus {
  background-color: #8974BA;
  color: #FFF;
}
.badge.badge-multi_bonus {
  background-color: #cc0090;
  color: #FFF;
}
.badge.badge-provider_bonus {
  background-color: #37AF7D;
  color: #FFF;
}

.main-content {
  flex: 1 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .main-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.fortuna-footer {
  background: #1E293B;
  padding: 10px 25px;
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.fortuna-footer .fortuna-version {
  color: #45C688;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }
}

.fortuna-page-title {
  color: #344054;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 24px;
}
.fortuna-page-title a {
  color: #1071CB;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal !important;
}
.fortuna-page-title .text-muted {
  font-size: 14px;
}
.fortuna-page-title .btn-table-filter {
  padding: 0 !important;
  width: 24px;
}

@media (max-width: 575.98px) {
  .fortuna-page-actions-wrapper {
    width: 100%;
    display: flex;
    margin-top: 12px;
    gap: 10px;
    align-items: center;
  }
  .fortuna-page-actions-wrapper .btn {
    flex: 1;
  }
}
.breadcrumb-wrapper {
  margin-bottom: 24px;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMSA3LjVMNCA0TDEgMC41IiBzdHJva2U9IiM2NDc0OEIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.breadcrumb-wrapper .breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-wrapper .breadcrumb-item.active {
  font-weight: 600;
}

.fortuna-box-title {
  color: #1E293B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}
.fortuna-box-title.grey-color {
  color: #64748B;
}

.fortuna-title-section-divider {
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  border-bottom: 1px solid #CDD5E1;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.fortuna-box {
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 4px 0px rgba(30, 73, 113, 0.3);
  margin-bottom: 24px;
}

.form-title {
  color: #94A3B8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.filter-action-wrapper {
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.filter-action-wrapper .filter-total-results {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.filter-action-wrapper .filter-actions .btn {
  margin-right: 4px;
}
.filter-action-wrapper .filter-actions .btn:last-child {
  margin-right: 0;
}

.sort-wrapper {
  position: absolute;
  right: 4px;
  top: 12px;
}
.sort-wrapper a:first-child {
  display: block;
  line-height: 0;
  margin-bottom: 2px;
}
.sort-wrapper a:last-child {
  display: block;
  line-height: 0;
}

.navbar {
  padding: 15px 10px;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .navbar {
    margin-bottom: 10px;
  }
}

.tag {
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
}
.tag.tag-processing {
  background-color: #9595fb;
}
.tag.tag-approved {
  background-color: #1fa91f;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid #E0E5EB;
  border-right: 1px solid #E0E5EB;
  border-left: 1px solid #E0E5EB;
  background: #F1F5F9;
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 15px;
  margin-right: 4px;
  position: relative;
}
.nav-tabs .nav-link .fortuna-tab-validation-indicator {
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 10px;
}
.nav-tabs .nav-link .fortuna-tab-validation-indicator.success-indicator {
  background-color: #45C688;
  display: block;
}
.nav-tabs .nav-link .fortuna-tab-validation-indicator.error-indicator {
  background-color: #E9113C;
  display: block;
  animation: pulseError 2s infinite;
}
.nav-tabs .nav-link.secondly {
  background-color: #EFF7FF;
  color: #64748B;
  padding: 8px 15px;
}
.nav-tabs .nav-link.active {
  background: #FFF;
  color: #1071CB;
}

.tab-content {
  border: 1px solid #E0E5EB;
  padding-top: 20px;
  background-color: white;
  padding-bottom: 20px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.checkbox-holder {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.checkbox-holder .main-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ccc;
}

.loyalty-box {
  border-radius: 0px 8px 8px 8px;
}

.condition-box {
  border-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-1, #F1F5F9);
  padding: 16px;
}

.fortuna-blue-card {
  padding: 20px 16px;
  background: #EFF7FF;
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}
.fortuna-blue-card .fortuna-blue-card-title {
  color: #525E71;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.fortuna-blue-card .fortuna-blue-card-value {
  color: #64748B;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fortuna-blue-card:last-child {
  margin-right: 0;
}

.reports-top-wrapper {
  padding-bottom: 6px;
  border-bottom: 1px solid #E0E5EB;
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.condition-box {
  border-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-1, #F1F5F9);
  padding: 16px;
  margin-top: 10px;
}

.casinorep-box-data {
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #62ADF2;
  background: #DAEDFF;
}

.platinum-line {
  background: var(--surface-bg-light-2, #E0E5EB);
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

.select-icon-thumbnail {
  height: 34px;
  width: 34px;
}

.select2-selection__rendered {
  top: 0 !important;
  height: 100%;
  overflow: scroll;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.input-group .select2-container {
  overflow: scroll !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  min-height: 45px;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.filter-form-div {
  overflow: scroll;
}

[data-total-values-holder] {
  flex-wrap: wrap;
}

.badge-totalCount {
  align-self: center;
}

.svg5x6 {
  width: 5px;
  height: 6px;
}

.svg14x14 {
  width: 14px;
  height: 14px;
}

.svg14x18 {
  width: 14px;
  height: 18px;
}

.svg15x14 {
  width: 15px;
  height: 14px;
}

.svg14x11 {
  width: 14px;
  height: 11px;
}

.svg21x20 {
  width: 21px;
  height: 20px;
}

.svg6x11 {
  width: 6px;
  height: 11px;
}

.svg12x12 {
  width: 12px;
  height: 12px;
}

.svg13x12 {
  width: 13px;
  height: 12px;
}

.svg17x17 {
  width: 17px;
  height: 17px;
}

.svg18x18 {
  width: 18px;
  height: 18px;
}

.svg18x19 {
  width: 18px;
  height: 19px;
}

.svg20x20 {
  width: 20px;
  height: 20px;
}

.svg16x16 {
  height: 16px;
  width: 16px;
}

.svg16x18 {
  height: 18px;
  width: 16px;
}

.svg18x20 {
  height: 20px;
  width: 18px;
}

.svg25x25 {
  height: 25px;
  width: 25px;
}

.svg28x28 {
  height: 28px;
  width: 28px;
}

.donut-graph-container {
  height: 380px;
  width: 380px;
}

.asset-container:nth-of-type(4n + 3) div,
.asset-container:nth-of-type(4n + 4) div {
  background: #F1F5F9;
  height: 100%;
}

.asset-container-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  width: 100%;
}
.asset-container-wrapper .asset-container--amount p:nth-of-type(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.asset-container-wrapper .asset-inner-container {
  padding: 4px 8px;
  display: flex;
  gap: 8px;
}
.asset-container-wrapper .asset-inner-container div:first-of-type {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asset-container-wrapper .asset-inner-container div:last-of-type {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-2-custom-country .select2-selection__choice {
  border-radius: 4px !important;
  border: 2px solid #CDD5E1 !important;
  background-color: transparent !important;
  padding: 4px 6px !important;
}

.select-2-custom-currencies .select2-selection__choice {
  border-radius: 4px !important;
  border: 2px solid #CDD5E1 !important;
  background-color: transparent !important;
  padding: 4px 6px !important;
}

.info-cards-progresses {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  justify-content: center;
  gap: 2px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .info-cards-progresses {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
.info-cards-progresses .info-card-progress {
  display: inline-block;
  position: relative;
  text-align: center;
  gap: 9px;
  background: #EFF7FF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.info-cards-progresses .info-card-progress .info-card-progress-chart {
  width: 50px;
  position: relative;
}
.info-cards-progresses .info-card-progress .info-card-progress-chart .info-card-progress-count {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 21px;
  font-size: 15px;
}
.info-cards-progresses .info-card-progress .info-card-progress-label {
  color: #1E293B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .info-cards-progresses .info-card-progress .info-card-progress-label {
    font-size: 12px;
  }
}

.fortuna-action-history-logs .fortuna-action-history-log {
  margin-bottom: 12px;
}
.fortuna-action-history-logs .fortuna-action-history-log .fortuna-action-history-log-header {
  border-bottom: 1px solid #CDD5E1;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.fortuna-action-history-logs .fortuna-action-history-log .fortuna-action-history-log-header .fortuna-action-history-edited-by {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.fortuna-action-history-logs .fortuna-action-history-log .fortuna-action-history-log-header .fortuna-action-history-created-at {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.fortuna-action-history-logs .fortuna-action-history-log .fortuna-action-history-log-body {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.filter-option.active {
  background: #EFF7FF;
  padding: 4px 16px;
  border-radius: 4px;
  color: #1071CB;
  font-weight: bold;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-modal {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.loading-dots {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}

.loading-dots::before {
  content: "Loading...";
  animation: loading-dots 2s infinite;
}

@keyframes loading-dots {
  0% {
    content: "Loading...";
  }
  25% {
    content: "Loading..";
  }
  50% {
    content: "Loading.";
  }
  75% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
.issue-details {
  border-radius: 8px;
  background: #F1F5F9;
  padding: 16px;
}
.issue-details .issue-detail {
  margin-bottom: 12px;
}
.issue-details .issue-detail .issue-detail-title {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  margin-right: 8px;
}
.issue-details .issue-detail .issue-detail-value {
  color: #525E71;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .single-comment {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E5EB;
}
.comment-list .single-comment .single-comment-meta {
  margin-bottom: 8px;
  color: #525E71;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.comment-list .single-comment .single-comment-meta span {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}
.comment-list .single-comment:last-child {
  border-bottom: 0;
}

.dash-panel {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 4px 0px rgba(30, 73, 113, 0.3);
  background: #EFF7FF url("../img/png/dash-panel-bg.png") no-repeat top right;
  min-height: 145px;
}
.dash-panel .dash-panel-img-top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.dash-panel .dash-panel-title {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.dash-panel .dash-panel-title--green {
  color: #45C688;
}
.dash-panel .dash-panel-title--red {
  color: #E9113C;
}
.dash-panel .dash-panel-title--red-hidden {
  color: #E9113C;
  opacity: 0;
}
@media (min-width: 992px) {
  .dash-panel .dash-panel-title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .dash-panel .dash-panel-title {
    font-size: 14px;
  }
}
.dash-panel .dash-panel-value {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .dash-panel .dash-panel-value {
    font-size: 24px;
  }
}
.dash-panel .text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.dash-panel.dash-panel-user-wallets .dash-panel-header {
  margin-bottom: 30px;
}
.dash-panel.dash-panel-user-wallets .dash-panel-header .dash-panel-header-title {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
.dash-panel.dash-panel-user-wallets .dash-panel-header .dash-panel-header-percentage {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  background: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.dash-panel.dash-panel-user-wallets .dash-panel-header .dash-panel-header-percentage.up-movement {
  color: #45C688;
}
.dash-panel.dash-panel-user-wallets .dash-panel-header .dash-panel-header-percentage.down-movement {
  color: #E9113C;
}
.dash-panel.dash-panel-user-wallets .dash-panel-header .dash-panel-header-percentage svg {
  margin-right: 2px;
}
.dash-panel.dash-panel-user-wallets .dash-panel-value strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.dash-panel .dash-panel-actions {
  margin-top: 14px;
}
.dash-panel .dash-panel-actions .dash-panel-action a {
  color: #1E293B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: lowercase;
}
.dash-panel.dash-panel-kpis .dash-panel-title {
  margin-bottom: 12px;
}
.dash-panel.dash-panel-kpis .kpis-converted-value {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.kpi-settings-title {
  color: #1E293B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.opacity-0 {
  opacity: 0;
}

.header-top .header-top-left {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header-top .header-action .dropdown-notifications {
  border-radius: 4px;
  border: none;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(50, 132, 255, 0.1) inset, 0 12px 16px -4px rgba(16, 24, 40, 0.18), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  padding: 10px;
  min-width: 320px;
  max-height: 550px;
  overflow: auto;
}
.header-top .header-action .dropdown-notifications .btn-xs {
  padding: 2px 6px;
}
.header-top .header-action .dropdown-notifications .notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.header-top .header-action .dropdown-notifications .single-notification-box {
  border-radius: 6px;
  background-color: #E0E5EB;
  padding: 8px;
  margin-bottom: 12px;
}
.header-top .header-action .dropdown-notifications .single-notification-box .notification-data {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.header-top .header-action .dropdown-notifications .single-notification-box .notification-data strong {
  color: #1E293B;
  font-weight: 700;
}
.header-top .header-action .dropdown-notifications .single-notification-box .notification-data .badge {
  padding: 6px;
}
.header-top .header-action .dropdown-notifications .single-notification-box .btn-xs {
  width: fit-content;
}

.modal-container {
  background: #E0E5EB;
  height: 500px;
  overflow-y: auto;
}
.modal-container--input-container {
  height: 40px;
  border-color: #CDD5E1 !important;
}
.modal-container--input-container.input-group {
  flex-wrap: nowrap !important;
}
.modal-container--input-container--checked {
  border-color: #62ADF2 !important;
  box-shadow: 0px 11px 8px -10px rgba(0, 0, 0, 0.25), 0px -11px 8px -10px rgba(0, 0, 0, 0.25);
}
.modal-container--input-container--wrap {
  border-right: 1px solid #CDD5E1 !important;
  border-left: none !important;
  height: 100%;
  border-radius: 0.27rem 0 0 0.27rem;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  background: #F1F5F9;
}
.modal-container--input-container--draggable {
  border-radius: 0.22rem 0 0 0.22rem;
  height: 100%;
}

.bottom-holder-statistics {
  display: flex;
  min-height: 40px;
  margin: 20px 0;
  justify-content: start;
  align-items: center;
}
.bottom-holder-statistics .total-statistics-holder {
  position: relative;
  display: flex;
  border-radius: var(--radius-rounded, 4px);
  background: var(--surface-bg-light-1, #F1F5F9);
  margin-right: 20px;
}
.bottom-holder-statistics .total-statistics-holder .total-register {
  display: flex;
  align-items: center;
}
.bottom-holder-statistics .total-statistics-holder .total-register .total-registers-title {
  padding: 5px 10px;
}
.bottom-holder-statistics .total-statistics-holder .total-register .total-registers-svg {
  padding: 5px 10px;
  cursor: pointer;
}

.td-amount-fiat {
  position: relative;
  display: flex;
}
.td-amount-fiat .finance-amount-fiat-holder {
  background: var(--surface-bg-light-1, #F1F5F9);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit {
  text-align: center;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-rounded, 4px);
  border: 1px solid var(--colors-grey-300, #CDD5E1);
  background: var(--colors-grey-100, #F1F5F9);
  cursor: pointer;
  margin: 8px auto;
  display: block;
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat .amount-fiat-svg, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit .amount-fiat-svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat .amount-fiat-svg .finance-amount-svg-standard, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit .amount-fiat-svg .finance-amount-svg-standard {
  display: inline-block;
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat .amount-fiat-svg .finance-amount-svg-blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit .amount-fiat-svg .finance-amount-svg-blue {
  display: none;
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue-total-deposit, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue-total-deposit {
  background-color: #1071CB;
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue .amount-fiat-svg .finance-amount-svg-standard, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue-total-deposit .amount-fiat-svg .finance-amount-svg-standard, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue .amount-fiat-svg .finance-amount-svg-standard, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue-total-deposit .amount-fiat-svg .finance-amount-svg-standard {
  display: none;
}
.td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue .amount-fiat-svg .finance-amount-svg-blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat.blue-total-deposit .amount-fiat-svg .finance-amount-svg-blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue .amount-fiat-svg .finance-amount-svg-blue, .td-amount-fiat .finance-amount-fiat-holder .finance-amount-fiat-total-deposit.blue-total-deposit .amount-fiat-svg .finance-amount-svg-blue {
  display: inline-block;
}

.regions-div-info-block-holder {
  position: relative;
}
.regions-div-info-block-holder .country {
  cursor: pointer;
}
.regions-div-info-block-holder .regions-div-info-block {
  display: none;
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 50px;
  max-width: 200px;
  font-size: 12px;
  border-radius: var(--radius-rounded-lg, 8px);
  background: var(--surface-bg-light-0, #FFFFFF);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px #F3F7FE inset;
  padding: 12px;
}
.regions-div-info-block-holder .country-chosen {
  font-weight: bold;
  color: #1071CB;
}
.regions-div-info-block-holder .country-chosen:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #CDD5E1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.regions-div-info-block-holder .active td {
  background-color: #1071CB !important;
  color: #FFF !important;
}

.single-wallet-stats-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .single-wallet-stats-div {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
.single-wallet-stats-div .single-stat-div {
  background-color: #EFF7FF;
  padding: 20px;
}
.single-wallet-stats-div .single-stat-div p {
  font-weight: bold;
}
.single-wallet-stats-div .single-stat-div:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.single-wallet-stats-div .single-stat-div:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1200px) {
  .single-wallet-stats-div .single-stat-div:first-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .single-wallet-stats-div .single-stat-div:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info h5, .single-wallet-stats-div .single-stat-div .single-stat-div-info .h5 {
  line-height: 20px;
  font-size: 16px;
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info h4 span, .single-wallet-stats-div .single-stat-div .single-stat-div-info .h4 span {
  color: #000;
  font-weight: bold;
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info p {
  margin-bottom: 0;
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info .fa-arrow-up {
  color: #44C688;
}
.single-wallet-stats-div .single-stat-div .single-stat-div-info .fa-arrow-down {
  color: #E9103D;
}
.single-wallet-stats-div .d-grid {
  gap: 2px;
}
.single-wallet-stats-div .d-grid .single-stat-div {
  border-radius: 0;
}

.single-user-page .dropdown-menu {
  transform: translate3d(0px, 50px, 0px) !important;
}
.single-user-page .fortuna-page-title {
  margin-bottom: 6px;
}
.single-user-page .user-tags-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}
.single-user-page .single-user-second-box-title {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}
.single-user-page .user-comment-widget {
  margin-bottom: 20px;
}
.single-user-page .user-single-limit {
  border-radius: 6px;
  border: 1px solid #CDD5E1;
  background: #FFF8EA;
  padding: 20px;
  margin-bottom: 24px;
}
.single-user-page .user-single-limit .user-single-limit-header {
  margin-bottom: 12px;
}
.single-user-page .user-single-limit .user-single-limit-header .user-single-limit-header-title {
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  margin-bottom: 6px;
}
.single-user-page .user-single-limit .user-single-limit-header .user-single-limit-header-desc {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.profile-title-id-username {
  color: #344054;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 12px;
}
.profile-title-id-username .profile-title-id {
  color: #64748B;
  margin-right: 4px;
}
.profile-title-id-username .profile-title-id span {
  color: #344054;
}
.profile-title-id-username .profile-title-username {
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
}

.profile-badge-success {
  min-width: 24px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #45C688;
  display: inline-block;
}

.profile-badge-danger {
  min-width: 24px;
  padding: 6px 12px;
  color: #1E3B56;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  border: 1px solid #FFE4EA;
  background: #FFE4EA;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
}

.single-user-header {
  border-radius: 8px;
  background: #1E293B;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}
.single-user-header .btn-actions-group .dropdown-toggle {
  font-size: 14px;
  text-align: left;
  padding: 12px;
}
.single-user-header .btn-actions-group .dropdown-toggle:after {
  position: absolute;
  right: 13px;
  top: 20px;
}
.single-user-header .btn-actions-group .dropdown-menu {
  width: 100%;
}
.single-user-header .btn-actions-group .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.single-user-header .single-user-header-data-info {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #354050;
}
.single-user-header .single-user-header-data-info .single-user-header-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.single-user-header .single-user-header-data-info .single-user-header-data-info-icon {
  margin-right: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #94A3B8;
}
.single-user-header .single-user-header-data-info .single-user-header-data-info-value {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: #FFF;
  word-break: break-all;
}
.single-user-header .single-user-header-data-info:last-child {
  border-bottom: none;
}
.single-user-header .single-user-ggr-ngr .single-user-ggr-ngr-box {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
}
.single-user-header .single-user-ggr-ngr .single-user-ggr-ngr-box .single-user-ggr-ngr-box-title.ggr-ngr-box-title-blocked {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.single-user-header .single-user-ggr-ngr .single-user-ggr-ngr-box .single-user-ggr-ngr-box-value {
  font-weight: bold;
}

.up-kyc-application-progress {
  margin-top: 52px;
  margin-bottom: 72px;
}
.up-kyc-application-progress .up-kyc-application-single-progress {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.up-kyc-application-progress .up-kyc-application-single-progress:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #EAECF0;
  width: 100%;
  top: 28px;
  left: 50%;
  z-index: 2;
}
.up-kyc-application-progress .up-kyc-application-single-progress:last-child:after {
  content: none;
}
.up-kyc-application-progress .up-kyc-application-single-progress .up-kyc-application-single-progress-icon {
  padding: 14px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 9999px;
  background: #FFF;
  border: 1px #EAECF0 solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
  z-index: 10;
  color: rgba(52, 64, 84, 0.6);
}
.up-kyc-application-progress .up-kyc-application-single-progress .up-kyc-application-single-progress-title {
  color: #1E293B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}
.up-kyc-application-progress .up-kyc-application-single-progress .up-kyc-application-single-progress-status {
  color: #94A3B8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.up-kyc-application-progress .up-kyc-application-single-progress.approved:after {
  border-bottom: 2px solid #62ADF2;
}
.up-kyc-application-progress .up-kyc-application-single-progress.approved .up-kyc-application-single-progress-icon {
  background-color: #cfe4ff;
  border-color: #62ADF2;
  color: #62ADF2;
}
.up-kyc-application-progress .up-kyc-application-single-progress.approved .up-kyc-application-single-progress-status {
  color: #62ADF2;
}
.up-kyc-application-progress .up-kyc-application-single-progress.pending .up-kyc-application-single-progress-icon {
  background-color: #FFF;
  border-color: #EECB4E;
  color: #EECB4E;
}
.up-kyc-application-progress .up-kyc-application-single-progress.pending .up-kyc-application-single-progress-status {
  color: #EECB4E;
}
.up-kyc-application-progress .up-kyc-application-single-progress.review .up-kyc-application-single-progress-icon {
  background-color: #ffeff2;
  border-color: #9A86C5;
  color: #9A86C5;
}
.up-kyc-application-progress .up-kyc-application-single-progress.review .up-kyc-application-single-progress-status {
  color: #9A86C5;
}
.up-kyc-application-progress .up-kyc-application-single-progress.escalated .up-kyc-application-single-progress-icon {
  background-color: #ffeff2;
  border-color: #F4A772;
  color: #F4A772;
}
.up-kyc-application-progress .up-kyc-application-single-progress.escalated .up-kyc-application-single-progress-status {
  color: #F4A772;
}
.up-kyc-application-progress .up-kyc-application-single-progress.rejected .up-kyc-application-single-progress-icon {
  background-color: #ffeff2;
  border-color: #F85474;
  color: #F85474;
}
.up-kyc-application-progress .up-kyc-application-single-progress.rejected .up-kyc-application-single-progress-status {
  color: #F85474;
}

.up-kyc-application-title {
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #CDD5E1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.kyc-document-box-wrapper {
  padding: 20px;
}
.kyc-document-box-wrapper .kyc-document-type-box {
  border-radius: 8px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
}
.kyc-document-box-wrapper .kyc-document-type-box .kyc-document-type-box-title {
  color: #525E71;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
.kyc-document-box-wrapper .kyc-document-type-box .kyc-document-type-box-title img {
  margin-right: 4px;
}
.kyc-document-box-wrapper .kyc-document-type-box .kyc-document-type-box-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.kyc-modal-lvl-1-checklist-title {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 8px;
}

.kyc-modal-lvl-1-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kyc-modal-lvl-1-checklist li {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
  border-bottom: 1px solid #CDD5E1;
  margin-bottom: 8px;
}
.kyc-modal-lvl-1-checklist li:last-child {
  border-bottom: 0;
}

.label-text {
  color: #525E71 !important;
}

.tab-pane-title {
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
}

.get-total-item-count {
  color: var(--border-stroke-dark, #64748B);
  display: flex;
  align-items: end;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.export-csv {
  text-align: right;
}

.filter-save-holder {
  display: none;
  width: 100%;
  margin-bottom: 2rem;
}
.filter-save-holder .filter-save {
  display: none;
  border-radius: var(--radius-rounded, 4px);
  border: 1px solid var(--border-stroke-blue, #62ADF2);
  background: var(--colors-blue-100, #DAEDFF);
  color: var(--text-txt-regular, #1E293B);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px;
  overflow: scroll;
  margin-bottom: 8px;
}
.filter-save-holder .filter-save-button-holder {
  position: relative;
  display: none;
}
.filter-save-holder .filter-save-button-holder .save {
  background-color: white;
  border: none;
  color: var(--text-blue-active, #1071CB);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

#form-save-filters {
  display: none;
}
#form-save-filters.active {
  display: block;
}

#form-save-filters {
  right: 0;
  top: 34px;
  z-index: 9;
}
#form-save-filters .button-save-holder {
  position: relative;
}
#form-save-filters .button-save-holder #save-button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
#form-save-filters .name-save-button {
  height: 40px;
  min-width: 250px;
  border: 1px solid silver;
  padding: 10px;
  border-radius: 5px;
}

.analytics-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
  background-color: #E0E5EB;
}

.analytics-box {
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
  background-color: #F8FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.analytics-box .analytics-title {
  color: #1E293B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 4px;
}
.analytics-box .analytics-value {
  color: #1E293B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.analytics-box .analytics-value .currency-symbol {
  color: #64748B;
  margin-right: 2px;
  font-weight: normal;
}
.analytics-box .analytics-info {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.game-image-box {
  padding: 10px;
  height: 100%;
  border-radius: 8px;
  background-color: #F8FAFC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.game-image-box .game-title {
  color: #1E293B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 2px;
}
.game-image-box .game-data {
  color: #1E293B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.game-image-box .game-image img {
  max-height: 195px;
  border-radius: 4px;
}
.game-image-box .sport-image {
  width: 342px;
  height: 139px;
  background-color: #FFF;
}
.game-image-box .provider-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a202c;
  border-radius: 4px;
  height: 263px;
}

.bet-details-content {
  background-color: #E0E5EB;
  padding: 10px;
  border-radius: 6px;
}

.bet-sport-info-box {
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #fff;
  margin: 1px;
  min-height: 50px;
}
.bet-sport-info-box .bet-sport-info-title {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-right: 6px;
  display: inline-block;
}
.bet-sport-info-box .bet-sport-info-value {
  color: #1E293B;
  font-weight: 600;
  display: inline-block;
}

.bet-details-info-title {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-left: 5px;
  margin-bottom: 8px;
}

.sb-attributes-more {
  height: 18px;
  min-width: 18px;
  padding: 6px;
  border-radius: 4px;
  background: #DDE5EF;
  color: #1E3B56;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-live-stat {
  height: 28px;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #64748B;
  background: #FFF;
  box-shadow: 1px 1px 2px 0 rgba(16, 24, 40, 0.15);
  margin-right: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
  min-width: fit-content;
}
.widget-live-stat.widget-metric-negative {
  background-color: rgba(251, 48, 88, 0.2);
  animation: pulse_metric 0.2s ease;
}
.widget-live-stat.widget-metric-positive {
  background-color: rgba(69, 198, 136, 0.2);
  animation: pulse_metric 0.2s ease;
}
.widget-live-stat .widget-live-stat-icon {
  margin-right: 5px;
}
.widget-live-stat .widget-live-stat-title {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-right: 2px;
}
.widget-live-stat .widget-live-stat-value {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

#dynamic-widgets-container {
  display: flex;
}

.widgets-boxes-wrapper {
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(50, 132, 255, 0.1) inset, 0 12px 16px -4px rgba(16, 24, 40, 0.18), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  padding: 10px;
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 100;
  max-width: 230px;
  flex-wrap: wrap;
}
.widgets-boxes-wrapper .widget-live-stat {
  cursor: pointer;
  margin-right: 4px;
  flex: 1;
}
.widgets-boxes-wrapper.show {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.widget-user-tag {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin-right: 12px;
  margin-bottom: 12px;
}

.widget-kyc-level {
  padding: 6px;
  border-radius: 4px;
  background-color: #CDD5E1;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 6px;
  min-width: 30px;
}
.widget-kyc-level.approved {
  background-color: #62ADF2;
}
.widget-kyc-level.rejected {
  background-color: #D03B59;
}
.widget-kyc-level.pending {
  background-color: #EECB4E;
}
.widget-kyc-level.escalated {
  background-color: #F4A772;
}
.widget-kyc-level.review {
  background-color: #9A86C5;
}

.widget-bet-status {
  min-width: 18px;
  min-height: 18px;
  padding: 6px;
  border-radius: 2px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  background-color: #57677E;
  color: #FFF;
  width: 100%;
  display: block;
}
.widget-bet-status.win {
  background-color: #37AF7D;
  color: #FFF;
}
.widget-bet-status.lose {
  background-color: #D03B59;
  color: #FFF;
}
.widget-bet-status.refund {
  background-color: #E89254;
  color: #FFF;
}
.widget-bet-status.open, .widget-bet-status.new {
  background-color: #62ADF2;
  color: #FFF;
}
.widget-bet-status.return {
  background-color: #3D7DB8;
  color: #FFF;
}
.widget-bet-status.half_win {
  background-color: #DAF2E8;
  color: #228159;
}

.widget-status-bool {
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  min-width: 35px;
  display: inline-block;
}
.widget-status-bool.true {
  background: #DAF2E8;
  color: #228159;
}
.widget-status-bool.false {
  background: #FFE4EA;
  color: #A31E38;
}

.widget-user-role {
  min-width: 18px;
  min-height: 18px;
  padding: 6px;
  border-radius: 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  background-color: #62ADF2;
  color: #FFF;
  margin-right: 4px;
}

.widget-account-status {
  min-width: 24px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #57677E;
  display: inline-block;
}

.widget-translate-nav {
  margin-bottom: 15px;
}
.widget-translate-nav .widget-translate-nav-item {
  border-radius: 8px;
  background: #F1F5F9;
  padding: 10px 15px;
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.widget-translate-nav .widget-translate-nav-item .flag-icon {
  margin-right: 4px;
}
.widget-translate-nav .widget-translate-nav-item.active {
  background: #1071CB;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  color: white;
}
.widget-translate-nav .widget-translate-nav-item:last-child {
  margin-right: 0;
}

.widget-translate-content {
  margin-bottom: 15px;
}
.widget-translate-content .widget-translate-content-info {
  border-radius: 8px;
  border: 1px solid #CDD5E1;
  display: none;
}
.widget-translate-content .widget-translate-content-info.active {
  display: block;
}
.widget-translate-content .widget-translate-content-info .widget-translate-content-title {
  background: #F1F5F9;
  padding: 15px;
  overflow: hidden;
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.widget-translate-content .widget-translate-content-info .widget-translate-content-body {
  padding: 20px 15px;
  background: #CDD5E1;
}
.widget-translate-content.widget-translate-content-images .widget-translate-content-info {
  border: none;
  border-radius: 0;
}
.widget-translate-content.widget-translate-content-images .widget-translate-content-image {
  border-radius: 8px;
  background: #E0E5EB;
  padding: 20px;
}
.widget-translate-content.widget-translate-content-images .widget-translate-content-image-placeholder {
  height: 240px;
  width: 100%;
  border-radius: 4px;
  border: 1px dashed #64748B;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.56);
}
.widget-translate-content.widget-translate-content-images .widget-translate-content-image-placeholder svg {
  margin-bottom: 12px;
}
.widget-translate-content.widget-translate-content-images .widget-translate-content-image-placeholder span {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.dropzone-fortuna .dropzone-fortuna-image-placeholder {
  height: 240px;
  width: 100%;
  border-radius: 4px;
  border: 1px dashed #64748B;
  opacity: 0.3;
  background: rgba(255, 255, 255, 0.56);
}
.dropzone-fortuna .dropzone-fortuna-image-placeholder svg {
  margin-bottom: 12px;
}
.dropzone-fortuna .dropzone-fortuna-image-placeholder span {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.widget-fortuna-img-controls .widget-fortuna-img-controls-wrapper {
  border: 2px solid #f1f5f9;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}
.widget-fortuna-img-controls .widget-fortuna-img-controls-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  cursor: grab;
}
.widget-fortuna-img-controls .draggable-active {
  cursor: grabbing;
}
.widget-fortuna-img-controls .widget-fortuna-img-controls-actions .btn-icon-action {
  color: #64748B;
}
.widget-fortuna-img-controls .widget-fortuna-img-controls-actions .btn-draggable-active {
  background-color: #57677E;
  color: #CDD5E1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@-webkit-keyframes pulseError {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(187, 4, 10, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulseError {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 4, 10, 0.4);
    box-shadow: 0 0 0 0 rgba(187, 4, 10, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse_metric {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25); /* Increase the size to 125% */
  }
  100% {
    transform: scale(1); /* Return to original size */
  }
}
.rotate-infinite {
  animation: rotate 2s linear infinite;
}

.svg-bounce {
  animation: bounce 0.5s ease;
}

.animation-pulse {
  animation: pulse 2s infinite;
}

.animation-shake {
  animation: shake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 1s;
}

.affiliate-single .affiliate-single-header {
  margin-bottom: 21px;
}
.affiliate-single .affiliate-single-header .affiliate-single-name {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.affiliate-single .affiliate-single-header .affiliate-single-conv-info {
  text-align: right;
}
.affiliate-single .affiliate-single-header .affiliate-single-conv-info .affiliate-single-conv-title {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
}
.affiliate-single .affiliate-single-header .affiliate-single-conv-info .affiliate-single-conv-value {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.affiliate-single .affiliate-single-body {
  margin-bottom: 24px;
}
.affiliate-single .affiliate-single-body .affiliate-single-info {
  margin-bottom: 8px;
}
.affiliate-single .affiliate-single-body .affiliate-single-info .affiliate-single-info-title {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-right: 4px;
}
.affiliate-single .affiliate-single-body .affiliate-single-info .affiliate-single-info-value {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.bonus-all-statistics {
  margin-bottom: 24px;
}

.bonus-all-single-statistic {
  border-radius: 0px;
  background: #EFF7FF;
  padding: 24px;
  margin-right: 8px;
  height: 100%;
}
.bonus-all-single-statistic:last-child {
  margin-right: 0;
}
.bonus-all-single-statistic .bonus-all-single-statistic-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
}
.bonus-all-single-statistic .bonus-all-single-statistic-value {
  color: #3C90DE;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bonus-all-single-statistic.green-gradient {
  background: linear-gradient(180deg, #283445 0%, #124E5B 100%);
}
.bonus-all-single-statistic.green-gradient .bonus-all-single-statistic-title {
  color: #CDD5E1;
}
.bonus-all-single-statistic.green-gradient .bonus-all-single-statistic-value {
  color: #45C688;
}
.bonus-all-single-statistic.purple-gradient {
  background: linear-gradient(180deg, #283445 0%, #4E2E6D 100%);
}
.bonus-all-single-statistic.purple-gradient .bonus-all-single-statistic-title {
  color: #CDD5E1;
}
.bonus-all-single-statistic.purple-gradient .bonus-all-single-statistic-value {
  color: #A681FF;
}

.fortuna-levels .single-fortuna-level {
  background-color: #E0E5EB;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
.fortuna-levels .single-fortuna-level::after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: -21px;
  width: 1px;
  height: 18px;
  border-right: 2px dotted #94A3B8;
}
.fortuna-levels .single-fortuna-level .single-fortuna-level-title {
  padding: 4px 10px;
  background-color: #57677E;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  border-radius: 4px;
  margin-right: 8px;
}

.bonus-sport-settings {
  display: none;
}

.bonus-create-type-box {
  border-radius: 8px;
  background: #EFF7FF;
  padding: 20px;
  margin-bottom: 24px;
}
.bonus-create-type-box .bonus-create-type-header {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.bonus-create-type-box .bonus-create-type-txt {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
}

.games-selection-div .games-selection-cards-div {
  padding: 3.75rem 11.875rem;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.games-selection-div .games-selection-cards-div .games-selection-card {
  cursor: pointer;
  border-radius: 0.5rem;
  background: var(--colors-blue-50, #EFF7FF);
  padding: 1.25rem;
}
.games-selection-div .games-selection-cards-div .games-selection-card:hover {
  box-shadow: 0px 0px 16px -4px rgba(37, 150, 255, 0.5);
}
.games-selection-div .game-selection-games-div .select-games-main-div {
  height: 47.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 47.2rem;
  gap: 0.63rem;
}
.games-selection-div .game-selection-games-div .select-games-main-div .select-games-sidebar {
  height: 47.2rem;
  overflow: scroll;
  padding: 0.625rem;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid var(--colors-grey-300, #CDD5E1);
  background: var(--surface-bg-light-2, #E0E5EB);
}
.games-selection-div .game-selection-games-div .select-games-main-div .select-games-sidebar .provider-side-div {
  cursor: pointer;
  height: 2.125rem;
  min-width: 1.5rem;
  min-height: 1.125rem;
  max-height: 2.125rem;
  padding: var(--spacing-6, 0.375rem);
  align-items: center;
  gap: var(--spacing-4, 0.25rem);
  margin-bottom: 0.25rem;
  border-radius: 0.125rem;
  color: white;
  text-align: center;
  background: var(--colors-grey-600, #475569);
}
.games-selection-div .game-selection-games-div .select-games-main-div .select-games-sidebar .provider-side-div:hover {
  background: var(--colors-grey-700, #334155);
}
.games-selection-div .game-selection-games-div .select-games-main-div .select-games-sidebar .provider-side-div.active {
  background: var(--surface-bg-dark-2, #1E293B);
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games {
  height: 47.2rem;
  padding: 0.625rem 0.25rem 0.625rem 0.625rem;
  gap: 0.75rem;
  overflow-y: scroll;
  border-radius: 0.25rem;
  border: 1px solid var(--colors-grey-300, #CDD5E1);
  background: var(--surface-bg-light-2, #E0E5EB);
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games .placeholder-div {
  overflow-x: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games .placeholder-div .results {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games .placeholder-div .results .specific-game-div {
  color: white;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #BAC2CE;
  border-radius: 4px;
  padding: 0.375rem;
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games .placeholder-div .results .specific-game-div:hover {
  background-color: #475466;
}
.games-selection-div .game-selection-games-div .select-games-main-div .selected-games .placeholder-div .results .specific-game-div.active {
  background-color: #334155;
}
.games-selection-div .game-selection-games-div .selected-games-list-div {
  padding: 0.625rem;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid var(--colors-grey-300, #CDD5E1);
  background: var(--surface-bg-light-2, #E0E5EB);
}
.games-selection-div .game-selection-games-div .selected-games-list-div .results {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.games-selection-div .game-selection-games-div .selected-games-list-div .results .specific-game-div {
  color: white;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0.375rem;
  background-color: #334155;
}

.arrow-wrapper {
  /*display: none;*/
  position: absolute;
  top: 10%;
  right: 5px; /* Adjust as needed for positioning */
  width: 20px; /* Width of arrow wrapper */
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.arrow:active {
  transform: translateY(2px); /* Move button 2px down when pressed */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  border-radius: 4px;
}

.fz-14 {
  font-size: 14px;
}

.fz-18 {
  font-size: 18px;
}

.bg-blue-gradient {
  border-radius: 10px;
  border: 1px solid #EFF7FF;
  background: linear-gradient(92deg, #FAFCFF -1.03%, #D6EBF9 100.39%);
  box-shadow: 1px 1px 2px 0 rgba(87, 127, 154, 0.33);
  padding: 24px 16px;
  margin-bottom: 12px;
}

.bg-light-blue-box {
  background-color: #EEF7FF;
  padding: 24px 16px;
  border-radius: 4px;
}

.holder-div {
  border-radius: 4px;
  background-color: #F8FCFF;
  padding: 12px;
}
.holder-div .text-sport {
  color: #1071CB;
}
.holder-div .text-casino {
  color: #9466FF;
}
.holder-div.blue-bg {
  background-color: #CAE9FF;
}
.holder-div.blue-bg .fs-5 {
  margin-bottom: 0 !important;
}

.main-stats-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
}
.main-stats-container .stat-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.main-stats-container .stat-holder .bg-blue-gradient {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.secondary-stat-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8px;
  gap: 8px;
}
.secondary-stat-div .holder-div {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.bonus-status-box {
  padding: 10px 10px 6px 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid rgba(129, 204, 255, 0.4);
  background: rgba(152, 203, 238, 0.3);
}
.bonus-status-box.bonus-total {
  background-color: #E0EFFA;
}
.bonus-status-box .bonus-percentage {
  height: 6px;
  border-radius: 3px;
}
.bonus-status-box .bonus-percentage.bonus-total-count {
  background-color: #62ADF2;
}
.bonus-status-box .bonus-percentage.bonus-percentage-active {
  background-color: #81CCFF;
}
.bonus-status-box .bonus-percentage.bonus-percentage-completed {
  background-color: #91CE89;
}
.bonus-status-box .bonus-percentage.bonus-percentage-lost {
  background-color: #F5274C;
}
.bonus-status-box .bonus-percentage.bonus-percentage-claimed {
  background-color: #7FD8E2;
}
.bonus-status-box .bonus-percentage.bonus-percentage-expired {
  background-color: #57677E;
}
.bonus-status-box .bonus-percentage.bonus-percentage-pending {
  background-color: #BAC2CE;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_user {
  background-color: #FF6D6D;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_deposit {
  background-color: #FF955C;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_withdraw {
  background-color: #FF4E4E;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_round_session {
  background-color: #D43D75;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_operator {
  background-color: #FCA327;
}
.bonus-status-box .bonus-percentage.bonus-percentage-canceled_by_multi_excluded_offer {
  background-color: #DF93A2;
}
.bonus-status-box .bonus-percentage.bonus-percentage-expired_by_wager_expiration {
  background-color: #F88FB6;
}

.modal .btn-close {
  cursor: pointer;
  opacity: 1 !important;
}

#riskRuleHistoryModal .accordion-header .accordion-button {
  color: black;
  font-size: 14px;
  padding-bottom: 4px;
}
#riskRuleHistoryModal .accordion-body {
  padding-top: 4px;
  color: black;
  background-color: #F1F5F9;
}

.modal {
  z-index: 1050;
}
.modal#tableModal {
  z-index: 1049;
}
.modal .modal-mdx {
  max-width: 660px;
}
.modal .modal-560px {
  max-width: 560px;
}
.modal .modal-800px {
  max-width: 800px;
}
.modal .modal-content {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.modal .modal-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal .modal-header {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.modal .modal-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #64748B;
}

#category-add-game-modal .modal-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
#category-add-game-modal .modal-header .modal-title {
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
#category-add-game-modal .modal-content {
  padding: 20px;
}
#category-add-game-modal .modal-body {
  padding: 0;
}
#category-add-game-modal .modal-footer {
  padding: 0;
  border: none;
}

.btn-icon-txt {
  color: #1E293B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.btn-icon-txt .btn-icon-action {
  margin-right: 6px;
}

.btn-more-available {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 4px;
  padding: 6px 8px;
  background-color: #cfd5e0;
}

.btn-copy {
  cursor: pointer;
}

.btn-icon-action {
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  background: #F1F5F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon-action:hover, .btn-icon-action:active, .btn-icon-action:focus {
  background-color: #d9d9d9;
}
.btn-icon-action.btn-icon-action-primary {
  background-color: #1071CB;
  border: 1px solid #1071CB;
}
.btn-icon-action.btn-icon-action-lvl {
  padding: 12px 18px;
}
.btn-icon-action.btn-icon-action-xs {
  padding: 8px 10px;
}

.btn-export {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  background-color: #64748B;
  color: #F8FAFC;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  height: 35px;
}

.btn-table-filter {
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #cdd5e1;
  background-color: #F1F5F9;
  color: #1E293B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.btn-table-filter.btn-filters-toggle {
  width: 32px;
  height: 32px;
  padding: 0;
}
.btn-table-filter:hover, .btn-table-filter.active {
  border: 1px solid var(--border-stroke-blue, #62ADF2);
  background: var(--colors-blue-100, #DAEDFF);
  color: #1071CB;
}
.btn-table-filter:focus {
  box-shadow: none;
}
.btn-table-filter.success {
  background: #25855A;
  color: white;
}
.btn-table-filter.danger {
  background: #dc3545;
  color: white;
}

.btn {
  border-radius: 4px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px 32px;
  transition: 0.2s all;
}
.btn svg {
  margin-right: 4px;
}
.btn.btn-outline-primary {
  background-color: transparent;
  border-color: #FFA903;
  color: #FFA903;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  background-color: #FFA903;
  border-color: #FFA903;
  color: #FFF;
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #1071CB;
  border-color: #1071CB;
  color: #F1F5F9;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #1071CB;
  border-color: #1071CB;
  box-shadow: none;
}
.btn:active {
  transform: scale(0.9);
}
.btn.btn-secondary {
  background-color: #F1F5F9;
  border-color: #CDD5E1;
  color: #1E293B;
}
.btn.btn-secondary:hover {
  background-color: #CDD5E1;
  border-color: #CDD5E1;
  box-shadow: none;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus {
  box-shadow: none;
  background-color: #F1F5F9;
}
.btn.btn-select-game {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  background-color: #FFF;
}
.btn.btn-select-game:hover {
  background-color: #e6e6e6;
}
.btn.btn-default {
  background-color: #64748B;
  border-color: #64748B;
  color: #F8FAFC;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: #64748B;
  border-color: #64748B;
  box-shadow: none;
}
.btn.btn-kpi-settings {
  font-size: 12px;
  padding: 6px 12px;
}
.btn.btn-xs {
  padding: 8px 15px;
}
.btn.btn-xxs {
  padding: 5px 10px;
  font-size: 12px;
}
.btn.btn-p-12 {
  padding: 12px;
}
.btn.btn-full-width {
  width: 100%;
}
.btn.btn-go-back {
  padding: 12px 15px;
  font-weight: 500 !important;
}
.btn.btn-go-back svg {
  margin-right: 8px;
}
.btn:focus {
  box-shadow: none;
}

.btn-reset-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  width: fit-content;
  border-radius: 0.25rem;
  border: 1px solid #CDD5E1;
  color: #1E293B;
  background-color: #F1F5F9;
}
.btn-reset-selection:hover {
  box-shadow: 0px 0px 16px -4px rgba(37, 150, 255, 0.5);
}

.btn-transparent {
  background: none;
  outline: none;
  border: none;
  color: #1071CB;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.fortuna-table-header {
  border-radius: 8px 8px 0px 0px;
  background: #E0E5EB;
  padding: 10px;
}
.fortuna-table-header.xs {
  padding: 5px;
}
.fortuna-table-header .fortuna-table-header-right input {
  height: 28px;
  padding: 6px 24px 6px 12px;
}
.fortuna-table-header .fortuna-table-header-right input:focus {
  background-color: white;
}
.fortuna-table-header .fortuna-table-header-right .search-input-div {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.fortuna-table-header .fortuna-table-header-right .search-input-div i {
  position: absolute;
  right: 10px;
}
.fortuna-table-header .select2 {
  min-width: 150px;
}
.fortuna-table-header .select2 .select2-container--default, .fortuna-table-header .select2 .select2-selection--single, .fortuna-table-header .select2 .select2-container--default {
  height: auto;
  min-height: unset;
}
.fortuna-table-header .select2 .select2-selection__rendered {
  padding: 6px 12px;
}
.fortuna-table-header .select2 .select2-container--default, .fortuna-table-header .select2 .select2-selection--single, .fortuna-table-header .select2 .select2-selection__rendered {
  line-height: 14px;
}
.fortuna-table-header .select2 .select2-selection__arrow {
  top: 0;
  right: 0;
}

.fortuna-table-footer {
  border-radius: 0px 0px 8px 8px;
  background: #E0E5EB;
  padding: 10px;
}
.fortuna-table-footer.xs {
  padding: 5px;
}
.fortuna-table-footer .pagination {
  margin-bottom: 0;
  gap: 4px;
}
.fortuna-table-footer .pagination .page-item .page-link {
  border-radius: 4px;
  color: #1E293B;
}
.fortuna-table-footer .pagination .page-item.active .page-link {
  background-color: #DAEDFF;
  color: #1071CB;
  border-color: #62ADF2;
}

.table.table-fortuna {
  position: relative;
  overflow-x: auto;
}
.table.table-fortuna.table-lg-scroll {
  table-layout: fixed;
  display: block;
}
.table.table-fortuna th {
  background-color: #F1F5F9;
  padding: 10px 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  vertical-align: middle;
  overflow: hidden; /* Ensures content doesn't overflow */
  text-overflow: ellipsis; /* Adds ... if content is too long */
  white-space: nowrap; /* Prevents content from wrapping */
}
.table.table-fortuna th:first-child {
  padding-left: 10px;
  padding-right: 10px;
}
.table.table-fortuna tbody tr {
  vertical-align: middle;
}
.table.table-fortuna tbody tr:nth-of-type(odd) {
  background-color: #FFF;
}
.table.table-fortuna tbody tr:nth-of-type(odd) .fixed-column-td {
  background-color: #FFF;
}
.table.table-fortuna tbody tr:nth-of-type(even) {
  background-color: #F1F5F9;
}
.table.table-fortuna tbody tr:nth-of-type(even) .fixed-column-td {
  background-color: #F1F5F9;
}
.table.table-fortuna tbody tr td {
  color: #525E71;
  border: 4px solid transparent;
  border-bottom-width: 0 !important;
  background-color: transparent;
  overflow: hidden; /* Ensures content doesn't overflow */
  text-overflow: ellipsis; /* Adds ... if content is too long */
  white-space: nowrap; /* Prevents content from wrapping */
  padding-left: 15px;
  padding-right: 15px;
}
.table.table-fortuna tbody tr td .btn-table-filter {
  margin-right: 4px;
}
.table.table-fortuna tbody tr td .btn-table-filter:last-child {
  margin-right: 0;
}
.table.table-fortuna .sticky-table-cell {
  position: sticky;
  right: 0;
  min-height: 44px;
  border-width: 0;
  border-left: 1px solid #ddd;
  z-index: 2;
}
.table.table-fortuna .sticky-table-cell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #62ADF2;
  width: 2px;
  z-index: -1;
}
.table.table-fortuna .fixed-column-td {
  position: sticky;
  right: 0;
  border-left: 1px solid #ddd;
  z-index: 2;
  text-align: center;
}
.table.table-fortuna .fixed-column-td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #62ADF2;
  width: 2px;
  z-index: -1;
}
.table.table-addresses {
  border: 1px solid #2D3748;
}
.table.table-addresses th {
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 14px 8px;
  border-bottom: 0;
}
.table.table-addresses th:first-child {
  border-top-left-radius: 8px;
}
.table.table-addresses th:last-child {
  border-top-right-radius: 8px;
}
.table.table-addresses tbody {
  border-top: 1px solid #2D3748;
}
.table.table-addresses tbody tr {
  background: transparent;
  color: #CBD5E0;
}
.table.table-addresses tbody tr td {
  font-size: 12px;
  line-height: 20px;
  color: #CBD5E0;
  border-bottom: 1px solid #2D3748;
}
.table.table-addresses tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-addresses tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table.table-addresses tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table.table-realtime-bets {
  background: #1A202C;
  border-radius: 8px;
  margin-bottom: 0;
}
.table.table-realtime-bets th {
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
  padding: 14px 8px;
  border-bottom: 0;
}
.table.table-realtime-bets th:first-child {
  border-top-left-radius: 8px;
  padding-left: 30px;
}
.table.table-realtime-bets th:last-child {
  border-top-right-radius: 8px;
}
.table.table-realtime-bets tbody {
  border-top: 1px solid #171923;
}
.table.table-realtime-bets tbody tr {
  background: transparent;
  color: #CBD5E0;
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #171923;
}
.table.table-realtime-bets tbody tr td:first-child {
  padding-left: 30px;
}
.table.table-realtime-bets tbody tr td.td-rb-game-cover {
  color: #A0AEC0;
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td.td-rb-game-cover a {
  color: #FFF;
}
.table.table-realtime-bets tbody tr td.td-rb-game-cover img {
  border-radius: 100%;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td.td-rb-game-cover span {
  display: inline-block;
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td.td-rb-bet-amount {
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td.td-rb-bet-amount span {
  display: inline-block;
  vertical-align: middle;
}
.table.table-realtime-bets tbody tr td.td-rb-bet-amount img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.table.table-realtime-bets tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-realtime-bets tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table.table-realtime-bets tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.expand-row td {
  padding: 20px;
}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 4px;
  display: flex;
  column-gap: 3px;
  width: 50vw;
  white-space: normal;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #F1F5F9;
  border-top: none;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  border: 1px solid #CDD5E1;
  border-bottom: none;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #64748B;
  text-align: center;
  background-color: #F1F5F9;
  user-select: none;
  padding: 4px 15px;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  margin-bottom: 0;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  background-color: #fff;
}

.sticky-table-cell {
  position: sticky;
  right: 0;
  background-color: #F1F5F9 !important;
}

table.table-fortuna tbody tr:nth-of-type(odd) .sticky-table-cell {
  background-color: white !important;
}
table.table-fortuna tbody tr:nth-of-type(odd) .tab-wrap {
  background-color: white;
}

.color-withdrawal, .color-payout, .color-invoice {
  color: #A30027;
  font-weight: bold;
}

.color-deposit {
  color: #007A41;
  font-weight: bold;
}

.badge-totalCount {
  background-color: #C1C8D2;
  color: #1E3B56;
  font-size: 12px;
  font-weight: bold;
}

.badge-totalSum {
  background-color: #F8F1DB;
  color: #1E3B56;
  font-size: 12px;
  font-weight: bold;
}

.input-group-text-end {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-left: none;
  border-bottom: 1px solid #CDD5E1;
  border-right: 1px solid #CDD5E1 !important;
}

.pagination-input-div {
  height: 38px;
  padding-left: 4px;
  padding-right: 8px;
}

.pagination-input {
  border: none;
  width: 32px;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.up {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link-info {
  color: #1071CB;
  font-size: 14px;
  font-weight: bold;
}

.fi {
  border-radius: 50%;
}

.select2-selection__rendered div {
  order: 0;
}

.select2-selection__clear {
  order: 1;
  font-size: 20px;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #62ADF2;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out both;
}

.dot:nth-child(1) {
  animation-delay: -0.32s;
}

.dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.export-dropdown {
  padding: 0;
}
.export-dropdown li {
  border-bottom: 1px solid var(--border-stroke-lighter, #CDD5E1);
  background: var(--surface-bg-light0, #FFF);
  display: flex;
  height: 40px;
  padding: var(--spacing-0, 0px) var(--spacing-10, 10px);
  align-items: center;
  gap: var(--spacing-4, 4px);
  align-self: stretch;
}

.jq-toast-single {
  min-width: 240px;
}
.jq-toast-single .jq-toast-heading {
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 4px;
}

.jq-toast-new-deposit {
  background-image: url(data:image/png;base64,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);
  background-size: 30px;
  background-color: #0a4a39;
  color: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.631372549);
}
.jq-toast-new-deposit .jq-toast-loader {
  background-color: #118868 !important;
}

.admin-notifications-list .admin-notification {
  padding: 10px;
  border-radius: 6px;
  background: white;
  margin-bottom: 12px;
  border: 1px solid #E0E5EB;
}
.admin-notifications-list .admin-notification.new {
  background: #E0E5EB;
}
.admin-notifications-list .admin-notification p {
  color: #94A3B8;
  margin-bottom: 4px;
  font-weight: lighter;
  font-size: 14px;
}
.admin-notifications-list .admin-notification p strong {
  font-weight: bold;
  color: #1E293B;
}
.admin-notifications-list .admin-notification .btn-sm, .admin-notifications-list .admin-notification .btn-group-sm > .btn {
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 0 6px;
}

.gray-line {
  border-radius: 3px 0px 0px 3px;
  background: var(--colors-blue-300, #ccc);
  width: 100%;
  height: 1px;
  display: block;
  margin: 20px 0;
}

.toggle-class-management-filters .toggle-class-icon-holder {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  height: 32px;
  width: 32px;
}
.toggle-class-management-filters .toggle-class-icon-holder:hover, .toggle-class-management-filters .toggle-class-icon-holder.active {
  height: 32px;
  width: 32px;
  border-radius: var(--radius-rounded, 4px);
  border: 1px solid var(--border-stroke-blue, #62ADF2);
  background: var(--colors-blue-100, #DAEDFF);
}

#risk-management .dashboard-box {
  border-radius: var(--radius-rounded-0, 0px);
  background: var(--colors-blue-50, #EFF7FF);
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  margin-right: 4px;
}
#risk-management .dashboard-box-title {
  color: var(--text-txt-regular, #1E293B);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  text-transform: capitalize;
  margin-bottom: 5px;
}
#risk-management .dashboard-box-content {
  display: flex;
}
#risk-management .dashboard-box-content .content {
  color: var(--text-txt-regular, #1E293B);
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  flex: 1 0 50%;
  align-self: flex-end;
}
#risk-management .dashboard-box-content .icon {
  flex: 1 0 50%;
  text-align: right;
}
#risk-management .morris-holder {
  border-radius: 10px;
  background: var(--colors-grey-100, #F1F5F9);
  margin: 20px 0;
  padding: 20px 10px;
}
#risk-management .morris-holder .morris-footer {
  display: flex;
  margin: 10px;
}
#risk-management .morris-holder .morris-footer .registrations, #risk-management .morris-holder .morris-footer .triggered-alerts {
  position: relative;
  margin-right: 10px;
  border-radius: var(--radius-rounded, 4px);
  background: var(--surface-bg-light-0, #FFF);
  padding: 10px 10px 10px 20px;
  color: var(--text-txt-regular, #1E293B);
  /* Basic/Text sm/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#risk-management .morris-holder .morris-footer .registrations .number, #risk-management .morris-holder .morris-footer .triggered-alerts .number {
  color: var(--text-txt-regular, #1E293B);
  padding-right: 20px;
  /* Basic/Text sm/Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
#risk-management .morris-holder .morris-footer .registrations:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 3px 0px 0px 3px;
  background: var(--colors-blue-300, #8FC9FF);
  width: 6px;
  height: 100%;
}
#risk-management .morris-holder .morris-footer .triggered-alerts:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 3px 0px 0px 3px;
  background: var(--colors-grey-500, #64748B);
  width: 6px;
  height: 100%;
}
#risk-management .risk-management-dashboard-filters .filters-holder {
  display: none;
}
#risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder {
  display: flex;
}
#risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder .saved-filters {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
}
#risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder .toggle-class-management-filters {
  flex: 1 0 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder .toggle-class-management-filters .toggle-class-icon-holder {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  height: 32px;
  width: 32px;
}
#risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder .toggle-class-management-filters .toggle-class-icon-holder:hover, #risk-management .risk-management-dashboard-filters .toggle-class-management-filters-holder .toggle-class-management-filters .toggle-class-icon-holder.active {
  height: 32px;
  width: 32px;
  border-radius: var(--radius-rounded, 4px);
  border: 1px solid var(--border-stroke-blue, #62ADF2);
  background: var(--colors-blue-100, #DAEDFF);
}
#risk-management .alert-table-holder {
  border-radius: var(--radius-rounded-lg, 8px) var(--radius-rounded-lg, 8px) var(--radius-rounded-0, 0px) var(--radius-rounded-0, 0px);
  background: var(--surface-bg-light-2, #E0E5EB);
}
#risk-management .alert-table-holder .header-alert-table {
  display: flex;
  padding: 10px;
}
#risk-management .alert-table-holder .header-alert-table .select-saved-filter {
  flex: 1 0 50%;
}
#risk-management .alert-table-holder .header-alert-table .select-saved-filter .saved-filters-risk-dashboard {
  max-width: 280px;
  background-color: white;
}
#risk-management .alert-table-holder .header-alert-table .total-alert-export {
  flex: 1 0 50%;
  display: flex;
  justify-content: end;
  align-self: center;
}
#risk-management .alert-table-holder .header-alert-table .total-alert-export .total-alerts {
  color: var(--text-txt-grey-2, #64748B);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 235.714% */
  margin-right: 10px;
}
#risk-management .alert-table-holder .header-alert-table .export-alerts-holder {
  display: flex;
  align-self: center;
  min-height: 24px;
  max-height: 24px;
  padding: var(--spacing-0, 0px) var(--spacing-6, 6px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-0, 0px);
  border-radius: var(--radius-rounded, 4px);
  background: var(--colors-grey-500, #64748B);
  color: var(--colors-grey-50, #F8FAFC);
  text-align: center;
  /* Buttons/btn-text-xs */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
}
#risk-management .alert-table-holder .header-alert-table .export-alerts-holder .export-alert {
  background: var(--colors-grey-500, #64748B);
  color: white;
}

.line {
  background: var(--surface-bg-light-2, #E0E5EB);
  height: 1px;
  width: 100%;
  margin: 10px 0 5px 0;
}

.white-background {
  border-radius: var(--spacing-8, 8px);
  background: #FFF;
  /* Box Shadow */
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
  padding: 15px;
}

.conditions-holder {
  margin: 20px 0;
  border-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-1, #F1F5F9);
  padding: 10px;
}
.conditions-holder label {
  padding: 5px 0;
}
.conditions-holder .add-condition {
  max-width: 146px;
  border-radius: var(--radius-rounded, 4px);
  border: 1px solid var(--colors-grey-300, #CDD5E1);
  background: var(--colors-grey-100, #F1F5F9);
  padding: 10px;
  cursor: pointer;
}
.conditions-holder .add-condition .add-condition-button {
  border: none;
  background-color: transparent;
  width: 100%;
}

.require {
  color: var(--colors-vibrant-red-500, #E9113C);
  /* Basic/Text sm/Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.priority-low, .priority-high, .priority-medium {
  border-radius: 2px;
  padding: 6px;
  color: #FFF;
  text-align: center;
  /* Label_sm */
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 120% */
  text-transform: uppercase;
}

.priority-low {
  background: #EECB4E;
}

.priority-medium {
  background: #F38A3E;
}

.priority-high {
  background: #DE2E51;
}

.right-box {
  border-radius: var(--spacing-8, 8px);
  background: var(--surface-bg-light-1, #F1F5F9);
  /* Box Shadow */
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
}

.variables-holder {
  margin: 20px 0;
}
.variables-holder::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin-top: 10px;
}

.variables-title {
  color: var(--sitemaps-black, var(--Black, #344054));
  padding: 0;
  /* Input Label */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: capitalize;
}

.create-variable {
  color: var(--text-blue-active, #1071CB);
  text-align: center;
  /* Buttons/btn-text-xs */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
  border: none;
  background-color: transparent;
}

.mini-title-variables {
  color: var(--text-txt-grey-2, #64748B);
  /* Basic/Text xs/Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.variable-manual-holder {
  margin: 20px 0;
}
.variable-manual-holder .variable-manual {
  flex: 0 0 calc(33.3333% - 10px);
  padding: 5px;
  border-radius: 2px;
  background: var(--colors-blue-300, #8FC9FF);
  color: var(--text-txt-white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  margin-right: 10px;
  margin-bottom: 10px;
}

.variable-global-holder {
  margin: 20px 0;
}
.variable-global-holder .variable-global {
  flex: 0 0 calc(33.3333% - 10px);
  padding: 5px;
  border-radius: 2px;
  background: var(--colors-grey-400, #94A3B8);
  color: var(--text-txt-white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  margin-right: 10px;
  margin-bottom: 10px;
}

.main-modal .modal .modal-content {
  min-width: 600px;
  padding: 10px;
  border-radius: var(--radius-rounded-lg, 8px);
  background: #FFF;
  /* Shadow-lg */
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.main-modal .modal .modal-content .modal-title {
  color: var(--text-txt-regular, #1E293B);
  /* Basic/Text lg/Medium */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.main-modal .modal .modal-content .modal-header {
  position: relative;
}
.main-modal .modal .modal-content .modal-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.main-modal .modal .modal-content .modal-body #variable_description, .main-modal .modal .modal-content .modal-body #variable_variable_values {
  min-height: 120px;
}

.edit-variable {
  border: none;
  background-color: transparent;
}

.conditions-holder .single-condition .form-group {
  display: flex;
  border-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-0, #FFF);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 15px;
}
.conditions-holder .single-condition .form-group .col-sm-3, .conditions-holder .single-condition .form-group .col-sm-2, .conditions-holder .single-condition .form-group .col-sm-1 {
  margin-right: 10px;
  flex: 1 1 auto;
}
.conditions-holder .single-condition .condition-logical-actions {
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2" height="605" viewBox="0 0 2 605" fill="none"><path d="M1 0L1 604.5" stroke="%2394A3B8" stroke-dasharray="2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: 2.5%;
  height: 62px;
}
.conditions-holder .single-condition .condition-logical-actions #select-condition-logical {
  border-radius: var(--radius-rounded, 4px);
  background: var(--colors-blue-600, #1071CB);
  color: var(--colors-grey-100, #F1F5F9);
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
}
.condition-actions {
  display: flex;
  align-self: center;
}

.conditions-title {
  margin-bottom: 10px;
}

.create-condition-action {
  display: flex;
  margin: 10px 0;
}
.create-condition-action .add-condition {
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-rounded, 4px);
  background: var(--colors-blue-600, #1071CB);
}
.create-condition-action .add-condition .add-condition-button {
  width: 26px;
  height: 26px;
}
.create-condition-action .add-condition-button-text {
  color: var(--text-txt-grey-2, #64748B);
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  margin-left: 10px;
}

.select2-variables-holder .select2-container .select2-selection--multiple, .users .select2-container .select2-selection--multiple {
  min-height: 44px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
}

.variable-values-description {
  overflow: hidden;
  color: var(--text-txt-regular, #1E293B);
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.just-created-holder .just-created-title {
  color: var(--colors-grey-300, #CDD5E1);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
.just-created-holder .just-created-content {
  padding: 15px;
  border-top-left-radius: var(--radius-rounded-md, 6px);
  border-top-right-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-1, #F1F5F9);
}
.just-created-holder .just-created-footer {
  padding: 15px;
  border-bottom-left-radius: var(--radius-rounded-md, 6px);
  border-bottom-right-radius: var(--radius-rounded-md, 6px);
  background: var(--surface-bg-light-1, #F1F5F9);
}

.cms-tabs-title {
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

.languages-box {
  padding: 14px;
  border-radius: 8px;
  background: #F1F5F9;
}
.languages-box label {
  background: #F1F5F9;
  color: #94A3B8;
  margin: 0;
}
.languages-box.active label {
  color: #1E293B;
  background: #F1F5F9;
}

.languages-box .form-check {
  min-height: 0 !important;
}

.cms-box-section-title {
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.cms-box-section-subtitle {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 18px;
}

.cms-registrations-title {
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 14px;
}

.cms-registrations-desc {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.input-fields-title {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.input-fields-info {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.fields-box {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #CDD5E1;
}

.single-field {
  flex: 1;
  border-radius: 4px;
  background: #E0E5EB;
  margin-right: 10px;
  padding: 6px;
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 6px;
  cursor: move;
  width: 100%;
}

.single-field svg {
  margin-right: 4px;
}

.single-field:last-child {
  margin-right: 0;
}

.single-step {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #CDD5E1;
  margin-right: 18px;
  background: #F8FAFC;
}
.single-step .step-header-title {
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.single-field-boxes {
  min-height: 280px;
}

.single-step:last-child {
  margin-right: 0;
}

.step-body {
  gap: 80px;
}

.step-header {
  border-bottom: 1px solid #CDD5E1;
  padding-bottom: 8px;
}

.step-ask-box {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 4px;
  background: #F1F5F9;
}

.step-ask-box svg {
  margin-right: 20px;
}

.mainConfig-bottom-line {
  border-top: 1px solid #CDD5E1;
}

.verif-box {
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #F1F5F9;
}

.enforcement-left {
  border-right: 1px solid #CDD5E1;
  padding-right: 10px;
}

.email-middle {
  flex: 1;
  padding-left: 10px;
}

.verif-code-right {
  flex: 2;
}

.limits-title {
  margin-top: 14px;
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #E0E5EB;
}

.limits-info {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.limit-create {
  color: #1071CB;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.single-time-box {
  margin-right: 10px;
}

.time-wrapper {
  margin-bottom: 40px;
}

.time-box {
  padding: 10px 30px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  color: #1E293B;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.time-info {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-top: 6px;
}

.time-box-elements {
  margin-top: 10px;
  margin-right: 10px;
}

.email .form-check {
  min-height: 0;
}

.phone .form-check {
  min-height: 0;
}

.email-info {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.phone {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.phone-info {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.doc-type {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

.player-verif {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

.game-management-filter-wrapper {
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.categories-title {
  border-bottom: 1px solid #E0E5EB;
  padding-bottom: 6px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.section-name {
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.location-txt {
  overflow: hidden;
  color: #64748B;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.country-name {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.single-game-card {
  flex: 1;
  margin-right: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #F1F5F9;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.13);
}

.single-game-card:last-child {
  margin-right: 0;
}

.img-wrapper {
  margin-bottom: 30px;
}

.provider-title {
  color: #1E293B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.jstree-default .jstree-anchor {
  line-height: normal !important;
  height: auto !important;
  width: 98%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #F1F5F9;
}

.jstree-themeicon {
  display: none !important;
}

.id {
  color: #94A3B8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.id strong {
  color: #1E293B;
}

.total-games {
  color: #94A3B8;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.total-games strong {
  color: #1E293B;
}

.category-left {
  flex: 3;
}

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

.icon-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #E0E5EB;
}

.single-game-card {
  padding: 20px;
  border-radius: 8px;
  margin-right: 6px;
  border: 1px solid #CDD5E1;
  background-color: #FFF;
}
.single-game-card.active {
  background: #E0E5EB;
}

.single-game-card:last-child {
  margin-right: 0;
}

.single-provider-card {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  background: #E0E5EB;
  margin-right: 10px;
}

.single-provider-card:last-child {
  margin-right: 0;
}

.single-language-box {
  flex: 1;
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
  padding: 10px;
  margin-right: 10px;
}
.single-language-box.active {
  background-color: #F1F5F9;
  border: none;
}

.single-language-box:last-child {
  margin-right: 0;
}

.single-language-box .form-check {
  display: flex;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
}

.single-language-box .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}

.single-language-box .form-check-label {
  margin-bottom: 0;
}

.single-restriction-box {
  flex: 1;
  padding: 20px;
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
}
.single-restriction-box.active {
  border: none;
  border-radius: 8px 8px 0px 0px;
  background-color: #F1F5F9;
}

.single-restriction-box-provider {
  flex: 1;
  padding: 20px;
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
}
.single-restriction-box-provider.active {
  border: none;
  border-radius: 8px 8px 0px 0px;
  background-color: #F1F5F9;
}

.single-restriction-box:last-child {
  margin-right: 0;
}

.single-restriction-box .form-check {
  display: flex;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
}

.single-restriction-box .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}

.single-restriction-box svg {
  margin-right: 6px;
}

.single-restriction-box .form-check-label {
  margin-bottom: 0;
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.restriction-info {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.list-styled-game-categories {
  padding-left: 0;
  list-style: none;
}

.game-categories-label {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 5px 10px;
  margin-bottom: 6px;
}

.categories-game-box {
  padding: 20px;
  border-radius: 8px;
  background: #F1F5F9;
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
}

.panel-title {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #CDD5E1;
}

.countries-flag-box {
  padding: 6px;
  margin: 6px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  display: inline-block;
}

.countries-flag-box > i {
  border-radius: 100%;
}

.btn-countries-show {
  padding: 6px 8px;
  cursor: pointer;
  display: inline-block;
}
.btn-countries-show.xs {
  padding: 2px 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  border-radius: 12px;
}

.all-blocked-countries {
  display: none;
}

.providers-restriction-wrapper {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 8px;
  background: #F1F5F9;
}

.providers-title-restriction {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.providers-info-restriction {
  color: #1E293B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.single-provider-box {
  flex: 1;
  padding: 6px;
  margin-right: 4px;
  border-radius: 2px;
  background-color: #BAC2CE;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.single-provider-box.active {
  background-color: #475569;
}

.single-provider-box:last-child {
  margin-right: 0;
}

.fortuna-pagination {
  list-style: none;
  display: flex;
  gap: 8px;
}

.pages-box {
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #94A3B8;
}
.pages-box .active {
  color: #1E293B;
}

.services-logo-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #E0E5EB;
}

.status-box {
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #525E71;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.status-box.active {
  background-color: #F1F5F9;
}
.status-box label {
  margin-bottom: 0;
}

.single-period-box {
  padding: 8px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-period-box--exclusion label {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-period-box--timeout label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-period-box label {
  color: #1E293B;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.single-period-box.selected {
  background-color: #F1F5F9;
}

.single-coolof-box {
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  overflow: hidden;
  color: #1E293B;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.banners-category-wrapper {
  display: flex;
}

.single-banner-category-box {
  padding: 20px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #EFF7FF;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-banner-category-box :last-child {
  margin-right: 0;
}

.banner-category-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.banner-category-desc {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}

.banner-category-info {
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.btn-banner-create {
  padding: 10px;
  flex: 1;
  border-radius: 4px;
  background-color: #64748B;
  color: #F8FAFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.url-info {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.border-bottom-1 {
  border-bottom: 1px solid #E0E5EB;
}

.form-control {
  transition: none;
}

.form-check-input {
  background-color: #94A3B8 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-check-input:checked {
  background-color: #0d6efd !important;
}

.games-section-icon-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #E0E5EB;
  margin-bottom: 20px;
}

.single-game-section {
  padding: 10px;
  border-radius: 8px;
  background: var(--surface-bg-dark1, #283445);
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.13);
  margin-bottom: 20px;
  min-height: 270px;
}
.single-game-section .single-game-section-name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.single-game-section .single-game-section-provider {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:disabled ~ .checkbox-checkmark {
  background-color: #EBEFF4;
  cursor: not-allowed;
}
.checkbox-container input:disabled:checked ~ .checkbox-checkmark {
  background-color: #EBEFF4;
}
.checkbox-container input:disabled:checked ~ .checkbox-checkmark:after {
  display: block;
  border: solid #94A3B8;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #DAEDFF;
}
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #FFFFFF;
  border-color: #1071CB;
  box-shadow: 0px 0px 0px 3px rgba(16, 113, 203, 0.1);
}
.checkbox-container .checkbox-checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #1071CB;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 20%;
  background-color: #FFFFFF;
  border: 1px solid #94A3B8;
}
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-checkmark {
  top: -7px;
  left: 4px;
}

.visible-for-players {
  background: #E0E5EB;
}

.labels-visible-players {
  color: #1E293B;
}

.icon-no-background {
  border-left: none;
  background: white !important;
  border-color: #CDD5E1;
  border-right: 1px solid #CDD5E1 !important;
}

.hidden {
  display: none;
}

.checkboxItem {
  margin-bottom: 5px;
}

.deleteIcon {
  cursor: pointer;
  margin-left: 5px;
}

.label-text {
  color: grey !important;
}

.input-group .icon-no-background {
  border-left: none;
  background: white !important;
  border-color: #CDD5E1;
  border-right: 1px solid #CDD5E1 !important;
}
.input-group .form-control:disabled + .icon-no-background {
  background: #f1f5f9 !important;
  border-color: #f1f5f9;
  border-right: 1px solid #f1f5f9 !important;
}

.custom-period-hours {
  font-size: 12px;
}

.dashed-border-element {
  height: 25px;
  border: 1px dashed #dee2e6 !important;
  width: 1px;
  margin-left: 1rem;
}

#showInputButton {
  width: 35px;
  height: 35px;
}

.input-group-checkbox-container {
  width: 45px;
  min-width: 35px !important;
}

#reasonTimeout {
  width: 35px;
  height: 35px;
}

.border-left-none {
  border-left: none;
}

.form-control {
  transition: none;
}

.input-group .input-group-icon-box {
  border-color: #CDD5E1;
  border-right: none;
}
.input-group .icon-no-background {
  border-left: none;
  background: white !important;
  border-color: #CDD5E1;
  border-right: 1px solid #CDD5E1;
  border-radius: 6px;
}
.input-group .input-group-icon-box:has(+ .form-control:disabled) {
  border: none;
}
.input-group .input-group-icon-box:has(+ .form-control:focus) {
  box-shadow: none;
  border-color: #94A3B8;
  color: #1E293B;
  border-right: none;
}
.input-group .form-control:focus ~ .icon-no-background {
  box-shadow: none;
  border: 1px solid #94A3B8;
  color: #1E293B;
  border-left: none;
}
.input-group .form-control:disabled ~ .icon-no-background {
  border-color: #f1f5f9;
  background: #f1f5f9 !important;
  border-right: 1px solid #f1f5f9 !important;
}
.input-group .no-left-border {
  border-left: none !important;
}

.draggable-item {
  width: 250px;
}

.highlighted {
  border: 1px dashed #64748B;
  background: #FFF8EA;
}

.drag-over {
  border: 1px solid #FFB803;
  background: #FFF8EA;
}

.ui-sortable-placeholder {
  border: 2px solid #FFB803;
  width: 50%;
  transform: translateX(45%) translateY(-25%);
}

#KPISettingsModal .checkbox-container {
  padding: 0;
}
#KPISettingsModal .checkbox-container input {
  position: relative;
  opacity: 1;
  height: initial;
  width: initial;
}

.single-game-box .game-box-header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.single-game-box.default {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #CDD5E1;
  background-color: #F1F5F9;
  height: 100%;
}
.single-game-box.default .game-name {
  color: #94A3B8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 36px;
}
.single-game-box.default .provider-name {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.single-game-box.selected {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1071CB;
  background-color: #283445;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.13), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-game-box.selected .game-name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.single-game-box.selected .provider-name {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sortable-drag {
  position: relative;
}
.sortable-drag::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 52, 69, 0.7);
  z-index: 5; /* Place the overlay behind the SVG */
}
.sortable-drag::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px; /* Set the width of the SVG */
  height: 33px; /* Set the height of the SVG */
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none"%3E%3Cg opacity="0.5"%3E%3Cpath d="M31.0167 21.6484V31.1484H21.5167V28.1484H25.8957L16.0167 18.2694L6.13766 28.1484H10.5167V31.1484H1.01666V21.6484H4.01666V26.0269L13.8957 16.1484L4.01666 6.26944V10.6484H1.01666V1.14844H10.5167V4.14844H6.13766L16.0167 14.0269L25.8957 4.14844H21.5167V1.14844H31.0167V10.6484H28.0167V6.26944L18.1377 16.1484L28.0167 26.0269V21.6484H31.0167Z" fill="white"/%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
  background-size: contain; /* Ensure the SVG scales correctly */
  border-radius: 8px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.13), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  z-index: 10; /* Ensure the SVG stays on top of the overlay */
}

.single-footer-box-wrapper, .single-field-responsible {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 8px;
  background-color: #E0E5EB;
}
.single-footer-box-wrapper input:disabled, .single-footer-box-wrapper .form-control.order, .single-field-responsible input:disabled, .single-field-responsible .form-control.order {
  border: 1px solid #CDD5E1;
}
.single-footer-box-wrapper .image-preview, .single-field-responsible .image-preview {
  border: 1px dashed #64748B;
  border-radius: 4px;
}
.single-footer-box-wrapper .footer-header, .single-field-responsible .footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.single-footer-box-wrapper .footer-header .title, .single-field-responsible .footer-header .title {
  display: flex;
}
.single-footer-box-wrapper .footer-header .title input, .single-field-responsible .footer-header .title input {
  color: #94A3B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.single-footer-box-wrapper .footer-header .move-element, .single-field-responsible .footer-header .move-element {
  cursor: pointer;
}
.single-footer-box-wrapper .header-title, .single-field-responsible .header-title {
  color: #94A3B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.single-footer-box-wrapper textarea, .single-field-responsible textarea {
  min-height: 100px;
}

.processor-stats-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.processor-stats-card .processor-stats-card-title {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
.processor-stats-card .processor-stats-card-value {
  display: flex;
  justify-content: space-between;
}
.processor-stats-card .processor-stats-card-value p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 4px;
}
.processor-stats-card .processor-stats-card-value button {
  display: flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  padding: var(--spacing-0, 0px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(98, 173, 242, 0.25);
  border: none;
}

.white-bg-box {
  border-radius: 6px;
  border: 1px solid #F2F6FA;
  background: white;
  box-shadow: 1px 1px 2px 0 #C5D4E0;
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-svg .btn-icon-action {
  transform: rotate(180deg);
}
.dropdown-svg .btn-icon-action.collapsed {
  transform: rotate(0);
}

.role-container .form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.role-container .form-check .form-check-input:not(:checked) {
  background-image: none !important;
}

.role-container {
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 24px;
}
.role-container .role-container-title {
  width: fit-content;
  padding: 8px;
  background-color: #62ADF2;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.role-container .permission-section-container {
  background-color: #F1F5F9;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 8px;
}
.role-container .permission-section-container .full-section-switches {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.role-container .permission-section-container .full-section-switches .form-switch {
  text-align: center;
}
.role-container .permission-section-container .full-section-switches .form-switch .form-check-input {
  height: 16px;
  width: 32px;
}
.role-container .permission-section-container .white-bg-box {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
}
.role-container .permission-section-container .white-bg-box p {
  margin: 0;
  color: #1E293B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.role-container .permission-section-container .group-section-container {
  margin: 12px 0;
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
}
.role-container .permission-section-container .group-section-container .full-section-switches {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.role-container .permission-section-container .group-section-container .full-section-switches .form-check {
  margin: 0 auto;
}
.role-container .permission-section-container .group-section-container .full-section-switches .form-check .form-check-input {
  height: 20px;
  width: 20px;
}
.role-container .notification-section-container {
  background-color: #F1F5F9;
  margin-bottom: 0;
  border-top: 2px solid white;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.role-container .notification-section-container .notification-section-title {
  padding: 16px;
  border-right: 2px solid white;
}
.role-container .notification-section-content {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.role-container .notification-section-content .form-check .form-check-input {
  margin-left: 0;
  margin-right: 4px;
}
.role-container .notification-section-content .form-check .form-check-label {
  text-transform: capitalize;
}

.status-bar {
  display: flex;
  background-color: #EFF7FF;
  margin-bottom: 20px;
  border-radius: 8px;
}
.status-bar .status-bar-card {
  padding: 10px 16px;
  color: #1E293B;
}

.modal .select-tab {
  padding: 5px;
  border-radius: 8px;
  background-color: #E0E5EB;
}
.modal .select-tab button {
  background-color: transparent;
  border: none;
  color: #1071CB;
}
.modal .select-tab button :hover {
  background-color: inherit;
}
.modal .select-tab .active {
  border-radius: 4px;
  border: 1px solid #CDD5E1;
  background-color: #F1F5F9;
  color: #1E293B;
}
.modal .select-tab .col-6 {
  padding: 4px;
}
.modal .tab-div {
  display: none;
}
.modal .tab-div p {
  font-weight: bold;
}
.modal .tab-div.open-div {
  display: block;
}
.modal .tab-div .form-button-div {
  display: flex;
  justify-content: end;
  gap: 8px;
}
.modal .tab-div form .row {
  padding-bottom: 1rem;
}
.modal .tab-div .divider-div {
  border-bottom: 1px solid #E0E5EB;
}

.iti {
  width: 100%;
}

.status-div {
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 6px 0px rgba(30, 73, 113, 0.2);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  gap: 2px;
  margin: 20px 0;
  padding: 0;
}
.status-div .status-chart-div {
  padding: 8px 12px;
  background-color: #EFF7FF;
  position: relative;
  gap: 9px;
}
.status-div .status-chart-div:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.status-div .status-chart-div:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.status-div .status-chart-div p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  color: #1E293B;
}
.status-div .status-chart-div strong {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.position-relative strong {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.multi-bonus-div {
  padding: 12px;
  background-color: #EFF7FF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.multi-bonus-div .select2-container--default .select2-selection--single, .multi-bonus-div .select2-container--default .select2-selection--multiple {
  min-height: 38px;
}

.single-progression {
  background-color: #E0E5EB;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}
.single-progression .row {
  align-items: center;
}
.single-progression .dropzone-holder {
  position: relative;
  height: 100%;
  max-width: 200px;
}
.single-progression .dropzone-holder img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.single-progression .dropzone-holder .dz-clickable {
  background-color: #F0F5FB;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 196px;
  border: 2px dashed #E0E5EB;
}
.single-progression .dropzone-holder .dz-clickable i {
  color: #D4DDE5;
}
.single-progression .dropzone-holder .preview img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.single-progression .read-only-input {
  background-color: white;
  border: 1px solid #CDD5E1;
}
.single-progression .btn {
  height: 100%;
}
.single-progression p {
  font-size: 18px;
  font-weight: bold;
}
.single-progression .input-group .input-group-text {
  font-size: 14px;
  font-weight: normal;
}

.sublevel-text {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-left: 10px;
}

.body-conversation {
  background-color: #1A202C;
  border-radius: 8px;
  position: relative;
  padding: 1.44rem 1.5rem;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow: scroll;
}
.body-conversation .mobile-control-div {
  display: none;
}
.body-conversation .conversation {
  overflow: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.body-conversation .conversation .spinner-div {
  text-align: center;
  position: absolute;
  top: 12px;
  width: 100%;
}
.body-conversation .conversation .spinner-div .spinner-border {
  color: #A0AEC0;
  opacity: 0.5;
  align-self: center;
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
.body-conversation .conversation .messages-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}
.body-conversation .conversation .messages-div .message {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.5rem;
}
.body-conversation .conversation .messages-div .message .user-avatar-div {
  width: 40px;
  height: 40px;
  position: relative;
}
.body-conversation .conversation .messages-div .message .user-avatar-div .user-avatar {
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #FEB2B2;
  border-radius: 9999px;
}
.body-conversation .conversation .messages-div .message .user-avatar-div .user-avatar span {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A202C;
}
.body-conversation .conversation .messages-div .message .chat-message-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-info-div {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-info-div .chat-message-info-user {
  flex: 1 1 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  word-wrap: break-word;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-info-div .chat-message-info-timestamp {
  align-self: stretch;
  text-align: right;
  color: #718096;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-content-div {
  padding: 8px;
  background: #1E2431;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-content-div .chat-message-img {
  width: 100%;
  max-height: 350px;
  border-radius: 8px;
  display: flex;
  margin: 0 auto 8px;
  object-fit: contain;
  cursor: pointer;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-content-div .chat-message-content {
  flex: 1 1 0;
  text-align: left;
  display: block;
  padding: 0.5rem;
}
.body-conversation .conversation .messages-div .message .chat-message-div .chat-message-content-div .chat-message-content p {
  color: #A0AEC0;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.body-conversation .conversation .messages-div .message-own .chat-message-div .chat-message-content-div {
  background: #2D3748;
}

.conversation-user-cards {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.conversation-user-cards .user-card {
  box-shadow: 0px 0px 10px 0px rgba(50, 132, 255, 0.1) inset, 0px 1px 4px 0px rgba(30, 73, 113, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.conversation-user-cards .user-card .role-paragraph {
  font-weight: bold;
}

.health-days-box {
  border-radius: 8px;
  background-color: #FFF;
  padding: 2px 8px;
  margin-bottom: 10px;
}
.health-days-box a {
  padding: 6px;
  position: relative;
  color: #1E293B;
}
.health-days-box a.active, .health-days-box a:hover {
  color: #1071CB;
}
.health-days-box a:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  width: 1px;
  height: 16px;
  background-color: #E0E5EB;
  z-index: 1;
}

.api-health-box {
  padding: 16px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.api-health-box .health-box-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.api-health-box .health-box-header .box-header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.api-health-box .health-box-header .box-header-left .api-txt {
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
}
.api-health-box .health-box-header .box-header-left .api-info {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.api-health-box .health-box-header .box-header-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 4px;
  color: #1E293B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.api-health-box .health-box-header .box-header-right span {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.api-health-box .single-health-box {
  background-color: #45C688;
  border-radius: 4px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.api-health-box .single-health-box.degraded {
  background-color: #F4E76E;
}
.api-health-box .single-health-box.degraded .single-health-box-tooltip::before {
  background-color: #F4E76E;
}
.api-health-box .single-health-box.down {
  background-color: #F85474;
}
.api-health-box .single-health-box.down .single-health-box-tooltip::before {
  background-color: #F85474;
}
.api-health-box .single-health-box:hover .single-health-box-tooltip {
  opacity: 1;
  visibility: visible;
}
.api-health-box .single-health-box .single-health-box-tooltip {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1E293B;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  color: #fff;
  padding: 6px 24px 6px 20px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 100;
}
.api-health-box .single-health-box .single-health-box-tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 8px;
  background-color: #45C688;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.api-health-box .single-health-box .single-health-box-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1E293B transparent transparent transparent;
}
.api-health-box .single-health-box .single-health-box-tooltip .tooltip-date, .api-health-box .single-health-box .single-health-box-tooltip .tooltip-status-duration {
  color: #94A3B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.api-health-box .single-health-box .single-health-box-tooltip .tooltip-status {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 6px;
}

/*# sourceMappingURL=fortuna-admin.css.map */
