@charset "UTF-8";
/* --------------------------------------------------------
   Bootstrap overrides
   -------------------------------------------------------- */
/*!
 * 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='%23a0aec0' 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='%23a0aec0' 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='%23a0aec0' 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-success {
  color: #48BB78 !important;
}

.text-primary {
  color: #0AF1EC !important;
}

/* --------------------------------------------------------
   Custom application specific styles
   -------------------------------------------------------- */
[class*=block-grid-] {
  display: block;
  margin: -0.75rem;
  padding: 0;
}
[class*=block-grid-]::after {
  display: block;
  clear: both;
  content: "";
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: none;
}
[class*=block-grid-].flex {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0.75rem;
  padding-bottom: 0;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.3333333333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.6666666667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.2857142857%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.1111111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.0909090909%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.3333333333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n1) {
  clear: both;
}

@media (max-width: 575.98px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n1) {
    clear: both;
  }
}
@media (max-width: 767.98px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n1) {
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n1) {
    clear: both;
  }
}
/** Spacer Classes **/
/**
 *  The transition-timing-function property specifies the speed curve of the transition effect.
 *
 *  ease - specifies a transition effect with a slow start, then fast, then end slowly (this is default)
 *  linear - specifies a transition effect with the same speed from start to end
 *  ease-in - specifies a transition effect with a slow start
 *  ease-out - specifies a transition effect with a slow end
 *  ease-in-out - specifies a transition effect with a slow start and end
 *  cubic-bezier(n,n,n,n) - lets you define your own values in a cubic-bezier function
 */
.spacer-10 {
  margin-bottom: 10px;
}

.spacer-20 {
  margin-bottom: 20px;
}

.spacer-30 {
  margin-bottom: 30px;
}

.spacer-40 {
  margin-bottom: 40px;
}

.spacer-50 {
  margin-bottom: 50px;
}

.spacer-60 {
  margin-bottom: 60px;
}

.spacer-70 {
  margin-bottom: 70px;
}

.spacer-80 {
  margin-bottom: 80px;
}

.spacer-90 {
  margin-bottom: 90px;
}

.spacer-100 {
  margin-bottom: 100px;
}

* {
  outline: 0 !important;
}

body {
  background-color: #101017;
  font-family: "Poppins", sans-serif;
  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.mobile-overlay-menu {
  overflow: hidden;
  touch-action: none;
  width: 100%;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
}
body #overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}

a {
  outline: none;
  text-decoration: none;
  color: #09E8E9;
}
a:hover, a:focus, a:active {
  color: #069f9f;
}

form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #a0aec0;
  margin-bottom: 4px;
}

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

hr {
  background: #F0F0F0;
}

.page-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: block;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.page-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 1px;
  background: radial-gradient(circle at center, #3decf7 0%, rgba(40, 40, 54, 0.17) 100%);
  box-shadow: 0px 0px 35px 15px rgba(8, 210, 255, 0.15);
}

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

.pagination {
  justify-content: end;
}
.pagination .page-item .page-link {
  border: none;
  background-color: #303247;
  color: rgba(255, 255, 255, 0.5);
}
.pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  border: none;
  background-color: #131728;
  color: #FFF;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  background: none;
}
.accordion .accordion-item .accordion-button {
  background-color: #1a202c;
  color: #FFF;
}
.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("../wild7/img/svg/plus-faq.svg");
  border: 1px solid #2F3247;
  border-radius: 50%;
  padding: 18px;
  background-position: center;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #FFF;
  background-color: #1a202c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../wild7/img/svg/plus-minus.svg");
}
.accordion .accordion-item .accordion-header .accordion-button {
  background-color: #1D1D29;
  border-radius: 10px;
}
.accordion .accordion-item .accordion-body {
  background-color: #1D1D29;
  color: #FFF;
  line-height: 24px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 25px;
  min-width: 210px;
}
.dropdown-menu .dropdown-item {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #544F60;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
  color: #1F51D1;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  left: 37%;
  bottom: 0;
  height: 1px;
  width: 25%;
  border-bottom: 1px solid #F0F0F0;
}
.dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropdown-menu li:last-child .dropdown-item:before {
  content: none;
}

.form-control {
  border-radius: 10px;
  background: #22263A;
  height: 49px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #FFF;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  background-color: #333856;
  border: none;
  color: #FFF;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #000;
  opacity: 1;
  color: #9c9c9c !important;
}
.form-control.form-validation-success {
  border: 1px solid #B5DBFF;
  box-shadow: 0 0 6px #81CCFF;
}
.form-control.form-validation-error {
  border: 1px solid #FFB9C7;
  box-shadow: 0 0 6px 0 rgba(248, 84, 116, 0.5);
}

.input-group {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
}
.input-group .input-group-text {
  background-color: #0f0f18;
  font-size: 18px;
  padding: 10px;
  color: #FFF;
  min-width: 55px;
  border-color: #0f0f18;
  justify-content: center;
  margin-right: 1px;
}
.input-group .input-group-text:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.input-group .input-group-text:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.input-group .input-group-text.form-validation-border-error {
  border: 1px solid #FFB9C7 !important;
  box-shadow: 0 0 6px 0 rgba(248, 84, 116, 0.5);
}
.input-group .input-group-text.form-validation-border-success {
  border: 1px solid #B5DBFF !important;
  box-shadow: 0 0 6px #81CCFF;
}
.input-group .input-group-btn.input-group-combined {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #22263A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.input-group .input-group-btn.input-group-combined .btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 240, 0.5);
  background-color: #22263A;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 700;
  color: #09E8E9;
  margin-right: 4px;
}
.input-group .input-group-btn.input-group-combined .btn:focus, .input-group .input-group-btn.input-group-combined .btn:hover {
  background-color: #232c3c;
}

.withdraw-dynamic-fields-wrapper .input-group .form-control:focus + .input-group-combined {
  background-color: #333856;
}
@media (max-width: 575.98px) {
  .withdraw-dynamic-fields-wrapper .input-group .form-control {
    border-top-right-radius: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .withdraw-dynamic-fields-wrapper .input-group .input-group-combined {
    flex: 1;
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px !important;
  }
}

.withdraw-buttons-combined-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .withdraw-buttons-combined-wrapper {
    flex-direction: column;
    align-items: start;
  }
}

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

.input-group .form-validation-error:is(.form-select) {
  color: rgb(248, 84, 116);
  border: 1px solid rgb(248, 84, 116);
  margin-top: 0 !important;
  font-size: 12px;
  width: auto !important;
}

.datetimepicker:is(.form-control) {
  font-size: 15px;
  display: flex;
  color: #FFF;
}

.blocked-countries {
  text-align: center;
  color: #FFF;
  padding: 20px;
}
.blocked-countries .blocked-countries-logo {
  margin-bottom: 48px;
}
.blocked-countries .blocked-countries-not-accepting {
  padding: 15px;
  background-color: #fdb718;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 16px;
}
.blocked-countries .blocked-countries-support {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 24px;
}
.blocked-countries .blocked-countries-access-deny {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.blocked-countries .blocked-countries-info {
  line-height: 24px;
  font-size: 14px;
}

#content {
  margin-left: 300px;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  #content {
    margin-left: 0;
    padding-top: 20px;
  }
}
#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%;
  }
}

.positive {
  color: #3FCC0E !important;
}

.negative {
  color: #F33255 !important;
}

.notify-box-wrapper {
  display: block;
  background-color: rgba(8, 200, 221, 0.53);
  margin: -25px -25px 25px -25px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .notify-box-wrapper {
    margin: -10px 0 10px 0;
  }
}
.notify-box-wrapper .notify-verify-email-address {
  width: 100%;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.sidebar-promo-icon {
  margin-right: 12px;
}

#sidebar {
  padding-top: 20px;
  padding-bottom: 120px;
  margin-top: 65px;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0) 100%), #161721;
  transition: all 0.3s;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #sidebar {
    margin-left: -300px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}
#sidebar .nav-section-title {
  color: #3E3E55;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 10px;
}
#sidebar .sidebar-promos {
  margin-left: 20px;
  margin-right: 20px;
}
#sidebar .sidebar-promos .sidebar-promo-icon {
  margin-right: 12px;
}
#sidebar .sidebar-promos a {
  margin-bottom: 10px;
  text-align: start;
}
#sidebar .sidebar-promos a:last-child {
  margin-bottom: 0;
}
#sidebar .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .navigation > li > a {
  display: block;
  color: #3E3E55;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
  border-radius: 0;
}
#sidebar .navigation > li > a .navigation-item-icon {
  display: inline-block;
  width: 35px;
}
#sidebar .navigation > li > a .navigation-item-name {
  display: inline-block;
  vertical-align: middle;
}
#sidebar .navigation > li > a.unavailable {
  pointer-events: none;
  opacity: 0.4;
}
#sidebar .navigation > li > a img {
  width: 22px;
  vertical-align: middle;
}
#sidebar .navigation > li > a .text {
  vertical-align: middle;
  display: inline-block;
}
#sidebar .navigation > li > a.active, #sidebar .navigation > li > a:focus, #sidebar .navigation > li > a:hover {
  color: #fff;
}
#sidebar .navigation .navigation-item.single {
  border-radius: 10px !important;
  background: rgba(12, 12, 21, 0.5) !important;
  backdrop-filter: blur(10px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
#sidebar .navigation .navigation-item.single a {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
#sidebar .navigation .navigation-item.single a.light-green {
  color: #67D024;
}
#sidebar .navigation .dropdown .dropdown-toggle::after {
  top: 20px;
  position: absolute;
  right: 25px;
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
}
#sidebar .navigation .dropdown .dropdown-toggle.show::after {
  transform: rotate(0deg);
}
#sidebar .navigation .dropdown-menu {
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(12, 12, 21, 0.5) !important;
  backdrop-filter: blur(10px);
}
#sidebar .navigation .dropdown-menu.show {
  position: initial !important;
  transform: none !important;
  transform: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  margin: 0px;
  margin-bottom: 30px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding-left: 0px !important;
}
#sidebar .navigation .dropdown-menu a {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0px;
  padding-left: 20px;
  vertical-align: middle;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A0AEC0;
}
#sidebar .navigation .dropdown-menu a .dropdown-item-icon {
  display: inline-block;
  margin-right: 12px;
}
#sidebar .navigation .dropdown-menu a .dropdown-item-name {
  display: inline-block;
  vertical-align: middle;
  text-wrap: auto;
  white-space: break-spaces;
}
#sidebar .navigation .dropdown-menu a:before {
  content: none;
}
#sidebar .navigation .dropdown-menu a.active, #sidebar .navigation .dropdown-menu a:focus, #sidebar .navigation .dropdown-menu a:hover {
  background-color: inherit;
  color: #00FFF0;
}
#sidebar .navigation .dropdown-menu a.active .dropdown-item-name, #sidebar .navigation .dropdown-menu a:focus .dropdown-item-name, #sidebar .navigation .dropdown-menu a:hover .dropdown-item-name {
  color: #00FFF0;
}
#sidebar .navigation .dropdown-menu li:last-child a {
  border-bottom: 0;
}
#sidebar.collapsed {
  width: 80px;
}
#sidebar.collapsed .dropdown-toggle::after {
  display: none;
}
#sidebar.collapsed .navigation {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sidebar.collapsed .sidebar-promos {
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar.collapsed .sidebar-promos a {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center !important;
}
#sidebar.collapsed .sidebar-promos .sidebar-promo-title {
  display: none !important;
}
#sidebar.collapsed .sidebar-promos .sidebar-promo-icon {
  margin-right: 0;
}
#sidebar.collapsed .sidebar-promos .sidebar-promo-icon::after {
  left: 17px;
}
#sidebar.collapsed .sidebar-promos .btn-tournament::after {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
#sidebar.collapsed .btn-deposit::after {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
#sidebar.collapsed .dropdown-menu.show {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#sidebar.collapsed .navigation-item {
  text-align: center;
}
#sidebar.collapsed .navigation-item.single {
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar.collapsed .navigation-item.single a {
  justify-content: center;
}
#sidebar.collapsed .navigation-item .navigation-item-name {
  display: none;
}
#sidebar.collapsed .navigation-item a {
  padding-left: 0;
}
#sidebar.collapsed .navigation-item .sport-coming-soon {
  display: none !important;
}
#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 {
  display: none !important;
}
#sidebar.collapsed .navigation-item .dropdown-item .dropdown-item-count {
  display: none !important;
}
#sidebar.collapsed .navigation-item .dropdown-item .dropdown-item-icon {
  margin-right: 0 !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 {
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar.collapsed .nav-sidebar-buy-crypto-wrapper .btn-deposit {
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sidebar.collapsed .nav-sidebar-buy-crypto-wrapper .btn-deposit .deposit-icon {
  margin: 0;
}
#sidebar.collapsed .nav-sidebar-buy-crypto-wrapper .btn-deposit .deposit-icon::after {
  left: 17px;
}
#sidebar.collapsed .nav-sidebar-buy-crypto-wrapper .btn-deposit .sidebar-deposit-title {
  display: none;
}
#sidebar.collapsed .nav-sidebar-language {
  display: none !important;
}
#sidebar.collapsed .sidebar-banners {
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar.collapsed .sidebar-banners .banners-desktop {
  display: none;
}
#sidebar.collapsed .sidebar-banners .banners-mobile {
  display: block;
}
#sidebar.collapsed .sidebar-banners .banners-mobile img {
  width: 60px;
}
#sidebar .nav-sidebar-buy-crypto-wrapper {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
#sidebar .nav-sidebar-buy-crypto-wrapper .btn {
  margin-bottom: 10px;
  width: 100%;
}
#sidebar .nav-sidebar-language {
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar::-webkit-scrollbar {
  width: 0.2em;
}
#sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#sidebar::-webkit-scrollbar-thumb {
  background-color: #171923;
}

.sidebar-banners {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .sidebar-banners {
    display: flex;
    justify-content: space-between;
  }
}
.sidebar-banners .banners-desktop {
  display: block;
}
@media (max-width: 575.98px) {
  .sidebar-banners .banners-desktop {
    display: none;
  }
}
.sidebar-banners .banners-desktop .banners-desktop-img {
  border-radius: 8px;
  width: 100%;
}
.sidebar-banners .banners-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .sidebar-banners .banners-mobile {
    display: block;
  }
}
.sidebar-banners .banners-mobile .banners-mobile-img {
  width: 70px;
  border-radius: 8px;
  max-width: 80px;
}

.sport-coming-soon {
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #2d3748;
  border-radius: 6px;
  top: 0;
  margin-left: 20px;
  padding: 3px 5px;
}

.header-top-wrapper {
  border-left: 1px solid #171923;
  border-bottom: 1px solid #252637;
  background: #161721;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 24px;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-right: 25px;
}
@media (max-width: 575.98px) {
  .header-top-wrapper {
    width: 100%;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-top-wrapper .btn-login, .header-top-wrapper .btn-register {
    padding: 5px 25px !important;
  }
}
.header-top-wrapper .sidebar-toggle {
  z-index: 9999;
  cursor: pointer;
  padding: 12px 20px;
  margin-right: 6px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.header-top-wrapper .sidebar-toggle .sidebar-open-icon {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.header-top-wrapper .sidebar-toggle:focus, .header-top-wrapper .sidebar-toggle:hover, .header-top-wrapper .sidebar-toggle:active {
  background: radial-gradient(188% 188% at 50% -88%, #535569 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #7c81b2 -20%, rgba(22, 23, 33, 0) 100%);
}
.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;
  }
}

.header-top {
  position: relative;
}
.header-top .header-top-wrapper .header-top-flash-titles {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFAF0;
}
.header-top .header-top-wrapper .header-top-single-stat {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  margin-right: 28px;
}
.header-top .header-top-wrapper .header-top-single-stat .header-top-single-stat-title {
  margin-right: 2px;
}
.header-top .header-top-wrapper .header-top-single-stat .header-top-single-stat-value {
  font-weight: 700;
}

.header-bonus-box {
  background-color: #0AF1EC;
  border-radius: 6px;
  padding: 2px;
}
.header-bonus-box:hover {
  background-color: #08c0bc;
}
@media (max-width: 575.98px) {
  .header-bonus-box {
    position: absolute;
    top: 18px;
  }
}

.user-nav-widget.user-widget-chat {
  cursor: pointer;
  margin-left: 16px;
  transition: all 0.2s ease-in-out;
  color: #A0AEC0;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.user-nav-widget.user-widget-chat .user-widget-notification-count {
  position: absolute;
  background-color: #09c8dd;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  top: -4px;
  right: -7px;
  border: 2px solid #1a202c;
}
.user-nav-widget.user-widget-balance {
  cursor: pointer;
  min-width: 95px;
  margin-right: 14px;
  position: relative;
}
.user-nav-widget.user-widget-balance .balance-asset-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px 10px 15px;
  border-radius: 16px;
  background: #0E0E13;
  box-shadow: 0 0 7px 2px rgba(44, 44, 65, 0.69);
  position: relative;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-balance .balance-asset-box {
    margin-right: 0;
  }
}
.user-nav-widget.user-widget-balance .btn-circle-deposit {
  position: absolute;
  right: 7px;
  top: 8px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-balance.dropdown {
    position: static;
  }
}
.user-nav-widget.user-widget-balance .user-widget-balance-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-balance .user-widget-balance-icon {
    width: 22px;
    margin-right: 5px;
  }
}
.user-nav-widget.user-widget-balance .user-widget-balance-title {
  font-weight: 400;
  font-size: 14px;
  color: #A0AEC0;
}
.user-nav-widget.user-widget-balance .user-widget-balance-value {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.user-nav-widget.user-widget-balance .dropdown-toggle {
  position: relative;
}
.user-nav-widget.user-widget-balance .dropdown-toggle:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  color: #b2aeae !important;
  position: absolute;
  right: 16px;
  top: 20px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-balance .dropdown-toggle:after {
    right: 20px;
    top: 22px;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
.user-nav-widget.user-widget-balance .dropdown-toggle.show:after {
  transform: rotate(-180deg);
}
.user-nav-widget.user-widget-balance .dropdown-menu {
  margin-top: 16px !important;
  color: #fff;
  padding: 16px;
  min-width: 380px;
  border: 1px solid #3E4057;
  background: linear-gradient(180deg, #283142 0%, #1C1C28 100%);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.45);
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-balance .dropdown-menu {
    margin-top: 10px !important;
    width: 90%;
    min-width: 90%;
    transform: translate3d(22px, 72px, 0px) !important;
  }
}
.user-nav-widget.user-widget-balance .dropdown-menu .user-widget-balance-header {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .user-widget-balance-header strong {
  color: #00FFF0;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border-radius: 12px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .selection-wallet-list-inner {
  padding: 5px;
  padding-bottom: 20px;
  position: relative; /* Ensure the content is below the gradients */
  z-index: 0;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar {
  width: 0.2em;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  padding: 12px 10px;
  margin-bottom: 2px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background-color: #1d2431;
  border-radius: 4px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #09E8E9;
  border-radius: 4px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:last-child {
  border: none;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list .single-selection-wallet-list-icon-name img {
  width: 28px;
  margin-right: 5px;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list .single-selection-wallet-list-icon-name span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list .single-selection-wallet-list-balance-bonus .single-selection-wallet-list-curr-balance {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #FFFFFF;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list .single-selection-wallet-list-balance-bonus .single-selection-wallet-list-curr-fiat {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #718096;
}
.user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list .single-selection-wallet-list-balance-bonus .single-selection-wallet-list-curr-bonus {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}
.user-nav-widget.user-widget-balance .dropdown-menu .user-balance-widget-footer {
  margin-top: 12px;
}
.user-nav-widget.user-widget-balance .user-widget-in-play-title {
  display: none;
}
.user-nav-widget.user-widget-balance.hide-balance-in-play {
  height: 50px;
}
.user-nav-widget.user-widget-balance.hide-balance-in-play [data-wallet-current-balance] {
  display: none;
}
.user-nav-widget.user-widget-balance.hide-balance-in-play .user-widget-in-play-title {
  display: block;
}
.user-nav-widget.user-widget-balance.hide-balance-in-play .dropdown-toggle {
  height: 100%;
}
.user-nav-widget.user-widget-balance.hide-balance-in-play .dropdown-toggle:after {
  top: 45%;
}
.user-nav-widget.user-widget-profile {
  cursor: pointer;
  min-width: 75px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile {
    margin-right: 0;
    padding-right: 0px;
    min-width: auto;
    border: none;
    background: none;
  }
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile.dropdown {
    position: static;
  }
}
.user-nav-widget.user-widget-profile .user-widget-profile-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  width: 40px;
}
.user-nav-widget.user-widget-profile .user-widget-profile-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  margin-bottom: 2px;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile .user-widget-profile-title {
    margin-bottom: 0;
  }
}
.user-nav-widget.user-widget-profile .user-widget-profile-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #A0AEC0;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile .dropdown-toggle {
    position: relative;
  }
}
.user-nav-widget.user-widget-profile .dropdown-toggle:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  color: #b2aeae !important;
  position: absolute;
  right: 12px;
  top: 20px;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile .dropdown-toggle:after {
    content: none;
  }
}
.user-nav-widget.user-widget-profile .dropdown-toggle.show:after {
  transform: rotate(-180deg);
}
.user-nav-widget.user-widget-profile .dropdown-menu {
  margin-top: 16px !important;
  min-width: 360px;
  padding: 15px;
  background: transparent;
  border: 1px solid #3E4057;
  border-radius: 12px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.3);
  position: relative;
}
.user-nav-widget.user-widget-profile .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-profile .dropdown-menu {
    margin-top: 6px !important;
    width: 90%;
    min-width: 90%;
    transform: translate3d(20px, 62px, 0px) !important;
  }
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header {
  margin-bottom: 20px;
  word-break: break-word;
}
@media (max-height: 700px) {
  .user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header {
    margin-bottom: 10px;
  }
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header .user-profile-dropdown-header-user-avatar {
  margin-right: 8px;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header .user-profile-dropdown-header-username {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header .user-profile-dropdown-header-email {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-header .user-profile-dropdown-header-vip-points {
  color: white;
  background-color: #c46900;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar {
  margin-bottom: 16px;
}
@media (max-height: 700px) {
  .user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar {
    margin-bottom: 12px;
  }
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  margin-bottom: 10px;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #00FFF0;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values a {
  color: #FFF;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress {
  height: 4px;
  background: #2D3748;
}
.user-nav-widget.user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  border-radius: 4px;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #0098BA 100%);
}
.user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
@media (max-height: 700px) {
  .user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item img {
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
.user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item span {
  vertical-align: middle;
  display: inline-block;
}
.user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item.logout {
  background: none;
  border: none;
  text-align: center;
  color: #09ECEA;
}
.user-nav-widget.user-widget-profile .dropdown-menu .dropdown-item:before {
  content: none;
}
.user-nav-widget.user-widget-profile .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-nav-widget.user-widget-profile .dropdown-menu ul li:last-child .dropdown-item {
  margin-bottom: 0;
}
.user-nav-widget.user-widget-notification {
  cursor: pointer;
  position: relative;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-notification {
    margin-right: 0;
  }
}
.user-nav-widget.user-widget-notification .user-widget-notification-count {
  position: absolute;
  background-color: #09c8dd;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  top: -8px;
  right: -3px;
  border: 2px solid #1a202c;
}
.user-nav-widget.user-widget-notification .dropdown-toggle {
  transition: all 0.2s ease-in-out;
  color: #A0AEC0;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.user-nav-widget.user-widget-notification .dropdown-toggle:after {
  content: none;
}
.user-nav-widget.user-widget-notification .dropdown-toggle.show {
  color: #FFF;
}
.user-nav-widget.user-widget-notification .dropdown-menu {
  margin-top: 16px !important;
  padding: 16px;
  min-width: 367px;
  border-radius: 12px;
  border: 1px solid #3E4057;
  background: linear-gradient(180deg, #283142 0%, #1C1C28 100%);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.45);
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-notification .dropdown-menu {
    margin-top: 20px !important;
    transform: translate3d(-325px, 44px, 0px) !important;
    overflow: auto;
  }
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-header {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-header strong {
  color: #00FFF0;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content {
  height: 280px;
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(62, 64, 87, 0.2);
  background: linear-gradient(180deg, #283142 0%, #1C1C28 100%);
}
@media (max-width: 575.98px) {
  .user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content {
    max-height: 570px;
  }
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content::-webkit-scrollbar {
  width: 0.2em;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-notification-content-scrollable {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; /* Ensure the content is below the gradients */
  z-index: 0;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification {
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(43, 44, 55, 0.38) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  border: 1px solid rgba(0, 255, 240, 0.1411764706);
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification.new-notification {
  border: 1px solid rgba(0, 255, 240, 0.6);
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  border-radius: 20px;
  background: rgba(0, 255, 240, 0.2);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 6px 12px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-icon {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-desc {
  font-size: 12px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-timestamp {
  color: #cdcdcd;
  font-size: 10px;
  text-transform: uppercase;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification.deposit .user-widget-single-notification-title {
  color: #FFF;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification.deposit .user-widget-single-notification-desc {
  color: #FFF;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-content .user-widget-single-notification.deposit .user-widget-single-notification-icon {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  padding: 4px;
}
.user-nav-widget.user-widget-notification .dropdown-menu .user-widget-notification-footer {
  padding-top: 20px;
}
.user-nav-widget.user-widget-promotions {
  cursor: pointer;
  position: relative;
  margin-right: 0px;
}
.user-nav-widget.user-widget-promotions .user-widget-promotions-count {
  position: absolute;
  background-color: #ffa906;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  color: #FFF;
  top: -8px;
  right: -8px;
  border: 2px solid #1a202c;
}
.user-nav-widget.user-widget-promotions .dropdown-toggle:after {
  content: none;
}
.user-nav-widget.user-widget-promotions .dropdown-menu {
  margin-top: 30px !important;
  min-width: 367px;
  padding: 24px;
  background: #1a202c;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-header {
  margin-bottom: 14px;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-header .user-widget-promo-header-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single {
  margin-bottom: 28px;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single.expired {
  opacity: 0.5;
  pointer-events: none;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single .user-widget-promo-single-icon {
  margin-right: 12px;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single .user-widget-promo-single-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single .user-widget-promo-single-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
}
.user-nav-widget.user-widget-promotions .dropdown-menu .user-widget-promo-body .user-widget-promo-single:last-child {
  margin-bottom: 0;
}
.user-nav-widget.user-widget-languages {
  cursor: pointer;
  position: relative;
  margin-right: 0;
}
.user-nav-widget.user-widget-languages .dropdown-toggle {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.user-nav-widget.user-widget-languages .dropdown-menu {
  margin-top: 30px !important;
  min-width: 260px;
  padding: 24px;
  background: #1a202c;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.user-nav-widget.user-widget-languages .dropdown-menu .user-widget-languages-body .user-widget-language-single {
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  margin-right: 8px;
}

.header-user-deposit-btn {
  padding: 7px 20px !important;
}
@media (max-width: 575.98px) {
  .header-user-deposit-btn {
    padding: 8px 12px !important;
  }
}

.type-of-games-view-all {
  font-size: 14px;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1a202c;
  color: #FFF;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #2b3647;
}
.type-of-games-view-all:hover {
  color: #fff;
  background-color: #161b26;
}

.light-slider-left {
  font-size: 12px;
  padding: 12px;
  color: #FFF;
  margin-right: 2px;
  cursor: pointer;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0.5) 100%), #161721;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.light-slider-left:active, .light-slider-left:focus, .light-slider-left:hover {
  background-color: #1a202c;
  border-color: #0AF1EC;
}
@media (max-width: 575.98px) {
  .light-slider-left {
    padding: 6px;
  }
}

.light-slider-right {
  font-size: 12px;
  padding: 12px;
  color: #FFF;
  cursor: pointer;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0.5) 100%), #161721;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.light-slider-right:active, .light-slider-right:focus, .light-slider-right:hover {
  background-color: #1a202c;
  border-color: #0AF1EC;
}
@media (max-width: 575.98px) {
  .light-slider-right {
    padding: 6px;
  }
}

#form-register .input-group .form-control {
  background-color: #22263A;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#form-login .input-group .form-control {
  background-color: #22263A;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.welcome-back-title {
  margin-bottom: 36px;
  word-break: break-word;
}
.welcome-back-title h2, .welcome-back-title .h2 {
  margin: 0;
  font-size: 30px;
}
@media (max-width: 575.98px) {
  .welcome-back-title h2, .welcome-back-title .h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .welcome-back-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .welcome-back-title .text-purple {
    font-size: 18px;
  }
}

.text-purple {
  color: #D37FF1;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.casino-game-info-box {
  border-radius: 10px;
  background-color: #1D1D29;
  padding: 30px;
  margin-bottom: 36px;
}

.game-bets-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2F3247;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .game-bets-tabs {
    justify-content: center;
    border-bottom: none;
  }
}
.game-bets-tabs .nav-link {
  background-color: transparent !important;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.4901960784) !important;
  margin-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922) !important;
  position: relative;
  font-weight: 500 !important;
  padding: 8px;
}
.game-bets-tabs .nav-link.active, .game-bets-tabs .nav-link:hover {
  border: none;
  color: #74FFF7 !important;
}
.game-bets-tabs .nav-link.active:before, .game-bets-tabs .nav-link:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1.5px;
  left: 0;
  background: #00F0FF;
  border-radius: 5px;
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}

.about-provider-content {
  color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 10px;
  background-color: #1D1D29;
}
.about-provider-content .about-provider-total-games {
  color: #FFF;
  display: block;
  padding: 10px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

.about-game-desc {
  padding: 30px;
  border-radius: 10px;
  background-color: #1D1D29;
}
.about-game-desc .casino-game-description {
  color: #FFF;
}
.about-game-desc .casino-game-description p {
  color: rgba(255, 255, 255, 0.5);
}

.help-center .navigation-wrapper {
  flex-wrap: nowrap;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.help-center .navigation-wrapper a {
  min-width: 220px;
}
.help-center .navigation-wrapper a:hover {
  border: 1px solid #77D5EC;
}

.alert {
  font-size: 14px;
}
.alert.alert-warning {
  color: #0df1ec;
  background-color: #14151f;
  border-color: #22222e;
}

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

.notification-badge {
  background: #16203A;
  box-shadow: 0px 4px 8px #0D1220;
  border-radius: 8px;
  padding: 14px 18px;
  display: inline-block;
  cursor: pointer;
}

.notifications-info {
  position: relative;
}

#notifications-wrapper {
  position: absolute;
  right: 0px;
  top: 60px;
  display: none;
}

.notifications-box {
  background: #243152;
  border-radius: 16px;
  min-width: 390px;
  max-width: 390px;
}
.notifications-box .notifications-title {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #16203A;
  padding: 13px 0;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.notifications-box .notifications-content {
  padding: 6px 16px;
}
.notifications-box .notifications-content .single-notification {
  border-bottom: 1px solid #3E5389;
  margin-bottom: 16px;
}
.notifications-box .notifications-content .single-notification .single-notification-title {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.notifications-box .notifications-content .single-notification .single-notification-content {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #8E97AF;
  padding-bottom: 16px;
}

#navigation {
  position: fixed;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0) 100%), #161721;
  height: 100%;
  z-index: 100;
  top: 0;
  left: -800px;
  width: 400px;
  transition: all 0.2s ease-in-out;
  transition: left 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
#navigation::-webkit-scrollbar {
  width: 0.2em;
}
#navigation::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
#navigation::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}
@media (max-width: 575.98px) {
  #navigation {
    width: 70%;
    height: 100%;
    padding-top: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: transparent transparent;
    scrollbar-gutter: stable;
  }
}
#navigation .sidebar-promos {
  padding-left: 20px;
  padding-right: 20px;
}
#navigation .sidebar-promos a {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  #navigation .sidebar-promos a {
    text-align: start;
  }
}
#navigation .nav-section-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #718096;
  padding-left: 20px;
  margin-bottom: 4px;
}
#navigation .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
#navigation .navigation .navigation-item.single a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#navigation .navigation > li .navigation-item.single > a {
  display: flex;
  align-items: center;
  gap: 14px;
}
#navigation .navigation > li > a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A0AEC0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  vertical-align: middle;
  border-radius: 0;
}
#navigation .navigation > li > a .navigation-item-icon {
  display: inline-block;
  width: 35px;
}
#navigation .navigation > li > a .navigation-item-name {
  display: inline-block;
  vertical-align: middle;
}
#navigation .navigation > li > a .navigation-item-count {
  color: #0AF1EC;
}
#navigation .navigation > li > a.unavailable {
  pointer-events: none;
  opacity: 0.4;
}
#navigation .navigation > li > a img {
  width: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
#navigation .navigation > li > a .text {
  vertical-align: middle;
  display: inline-block;
}
#navigation .navigation > li > a.active, #navigation .navigation > li > a:focus, #navigation .navigation > li > a:hover {
  background-color: inherit;
  color: #fff;
}
#navigation .navigation .dropdown .dropdown-toggle::after {
  top: 20px;
  position: absolute;
  right: 15px;
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
}
#navigation .navigation .dropdown .dropdown-toggle.show::after {
  transform: rotate(0deg);
}
#navigation .navigation .dropdown-menu {
  list-style: none;
}
#navigation .navigation .dropdown-menu.show {
  position: initial !important;
  transform: none !important;
  margin: 0px;
  transform: none;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  background: rgba(12, 12, 21, 0.5) !important;
}
#navigation .navigation .dropdown-menu a {
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #A0AEC0;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
  padding-left: 20px;
  vertical-align: middle;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#navigation .navigation .dropdown-menu a .dropdown-item-icon {
  display: inline-block;
  width: 35px;
}
#navigation .navigation .dropdown-menu a .dropdown-item-name {
  display: inline-block;
  vertical-align: middle;
  color: #A0AEC0;
  text-wrap: auto;
  white-space: break-spaces;
}
#navigation .navigation .dropdown-menu a .dropdown-item-count {
  color: #718096;
  font-weight: 400;
}
#navigation .navigation .dropdown-menu a:before {
  content: none;
}
#navigation .navigation .dropdown-menu a.active, #navigation .navigation .dropdown-menu a:focus, #navigation .navigation .dropdown-menu a:hover {
  background-color: #1e2431;
  color: #fff;
}
#navigation .navigation .dropdown-menu li:last-child a {
  border: none;
}
#navigation .nav-mobile-header {
  padding: 20px 20px;
}
#navigation .nav-mobile-actions {
  padding: 25px 15px;
}
#navigation .nav-sidebar-buy-crypto-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
#navigation .nav-sidebar-buy-crypto-wrapper button {
  width: 100%;
  font-size: 14px !important;
  padding: 15px !important;
  margin: 5px;
}
#navigation .nav-sidebar-buy-crypto-wrapper .nav-sidebar-buy-crypto-logos {
  margin-bottom: 20px;
}
#navigation .nav-sidebar-buy-crypto-wrapper .nav-sidebar-buy-crypto-logos img {
  width: 45px;
}
#navigation .nav-sidebar-language {
  padding-left: 20px;
  padding-right: 20px;
}
#navigation .nav-sidebar-language .dropdown-toggle {
  padding: 15px;
  font-size: 16px;
}
#navigation hr {
  background: linear-gradient(90deg, rgba(62, 83, 137, 0) 0.52%, #3E5389 51.26%, rgba(62, 83, 137, 0) 99.41%);
}
#navigation .footer-copyright {
  display: flex;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #8E97AF;
  padding-bottom: 60px;
}
@media (max-width: 575.98px) {
  #navigation .footer-copyright {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }
}
#navigation .nav-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 42px;
}
#navigation .nav-footer-links li {
  display: inline-block;
}
#navigation .nav-footer-links li a {
  margin-right: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.27);
}
#navigation .nav-footer-links li a:hover {
  color: #0AF1EC;
}
#navigation .nav-footer-links li:last-child a {
  margin-right: 0;
}

#mobile-nav-bottom-stick {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 75px;
  background-color: #1A202C;
  border-top: 2px solid #293444;
  z-index: 200;
}
#mobile-nav-bottom-stick ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 5px;
}
#mobile-nav-bottom-stick ul li {
  flex-basis: 20%;
  flex-grow: 0;
  text-align: center;
}
#mobile-nav-bottom-stick ul li a {
  text-align: center;
}
#mobile-nav-bottom-stick ul li a .nav-item-icon {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-nav-bottom-stick ul li a .nav-item-icon img {
  padding-bottom: 5px;
}
#mobile-nav-bottom-stick ul li a.unavailable {
  pointer-events: none;
  opacity: 0.4;
}
#mobile-nav-bottom-stick ul li a .nav-item-name {
  color: white;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a.active {
  color: #442413;
  opacity: 1;
}

#navigation ul li a:hover, #navigation ul li a.active {
  color: #442413;
  opacity: 1;
}

body.reverse .navigation .navigation-item > a {
  color: #fff;
}
body.reverse .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.badge {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  border-radius: 4px;
}
.badge.badge-success {
  background: #25855A;
  color: #FFF;
}
.badge.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
.badge.badge-primary {
  color: #fff;
  background-color: #FFA903;
}

.app-header-xs {
  width: 100%;
  padding: 10px;
  margin-bottom: 25px;
}

.main-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .main-content {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.modal .modal-mdx {
  max-width: 660px;
}
.modal .modal-560px {
  max-width: 560px;
}
.modal .modal-800px {
  max-width: 800px;
}
.modal .modal-content {
  background: #14151E;
  border-radius: 8px;
}
.modal .modal-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.modal .modal-header {
  border-bottom: 0;
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 20px;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
}

.breadcrumb {
  background: rgba(45, 55, 72, 0.42);
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
  margin-bottom: 32px;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumb .breadcrumb-item a {
  color: #4A5568;
}
.breadcrumb .breadcrumb-item a img {
  margin-right: 4px;
  opacity: 0.6;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #EDF2F7;
}

.custom-select-checkboxes {
  position: relative;
}
.custom-select-checkboxes .custom-select-checkboxes-list {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
  padding: 24px 16px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-height: 223px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: none;
  z-index: 10;
}
.custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar {
  width: 0.1em;
}
.custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}
.custom-select-checkboxes .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-select-checkboxes .custom-select-checkboxes-label {
  display: block;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
}
.custom-select-checkboxes .custom-select-checkboxes-label:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}
@media (max-width: 575.98px) {
  .custom-select-checkboxes .custom-select-checkboxes-label:before {
    right: 10px;
  }
}
.custom-select-checkboxes.open .custom-select-checkboxes-list {
  display: block;
}
.custom-select-checkboxes.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
  margin-bottom: 20px;
}
.custom-select-checkboxes.open .checkbox:last-child {
  margin-bottom: 0;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom {
  position: absolute;
  opacity: 0;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom + .checkbox-custom-label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #4A5568;
  border-radius: 2px;
  margin-top: 2px;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #0BFFF0;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  background: #FFF;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.custom-select-checkboxes.open .checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #0BFFF0;
}
.custom-select-checkboxes.open .checkbox .checkbox-custom-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #718096;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-select-checkboxes.open .checkbox .custom-providers-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F7FAFC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-select-checkboxes.open .custom-select-checkboxes-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-select-radios {
  position: relative;
}
.custom-select-radios .custom-select-radios-list {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
  padding: 24px 16px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-height: 223px;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  display: none;
  z-index: 10;
}
.custom-select-radios .radio {
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-select-radios .custom-select-radios-label {
  display: block;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
}
.custom-select-radios .custom-select-radios-label:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}
@media (max-width: 575.98px) {
  .custom-select-radios .custom-select-radios-label:before {
    right: 10px;
  }
}
.custom-select-radios.open .custom-select-radios-list {
  display: block;
}
.custom-select-radios.open .radio {
  transition: 2s opacity 2s;
  opacity: 1;
  margin-bottom: 20px;
}
.custom-select-radios.open .radio:last-child {
  margin-bottom: 0;
}
.custom-select-radios.open .radio .radio-custom {
  position: absolute;
  opacity: 0;
}
.custom-select-radios.open .radio .radio-custom + .radio-custom-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 100%;
}
.custom-select-radios.open .radio .radio-custom + .radio-custom-label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #4A5568;
  margin-top: 2px;
  border-radius: 50%;
}
.custom-select-radios.open .radio .radio-custom:hover + .radio-custom-label:before {
  background: #0AF1EC;
}
.custom-select-radios.open .radio .radio-custom:checked + .radio-custom-label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  background: #FFF;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.custom-select-radios.open .radio .radio-custom:checked + .radio-custom-label:before {
  background: #0AF1EC;
}
.custom-select-radios.open .radio .radio-custom-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #718096;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-select-radios.open .custom-select-radios-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-breadcrumb {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 32px;
}

.page-header-title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #FFF;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .page-header-title {
    font-size: 32px;
    text-align: center;
  }
}

.page-header-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #544F60;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.page-content-title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.page-content-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8E97AF;
  margin-bottom: 25px;
}

.balance-info-amount {
  display: inline-block;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .balance-info-amount {
    font-size: 24px;
  }
}

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

#walletModal .wallet-modal-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #A0AEC0;
  margin-bottom: 20px;
}
#walletModal .withdraw-calculations {
  font-size: 12px;
  color: #fff;
}

.register-login-tabs {
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}
.register-login-tabs .nav-link {
  flex: 1;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.5);
}
.register-login-tabs .nav-link.active {
  position: relative;
  border: none;
  color: #74FFF7;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.register-login-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.7px;
  left: 0;
  background: #00F0FF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}

.nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.nav-tabs .nav-link {
  background: #1A202C;
  border-radius: 6px;
  margin: 0;
  margin-right: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4A5568;
  border: none;
}
.nav-tabs .nav-link.active {
  background: #2D3748;
  color: #FFFFFF;
}

footer {
  padding-top: 32px;
  padding-bottom: 20px;
  border-radius: 20px 20px 0 0;
  background: #14141C;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 45px;
  padding-right: 45px;
  border-top: 1px solid #2e3545;
  margin-top: 64px;
}
@media (max-width: 575.98px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }
}
footer hr {
  background-color: #3E5389;
  margin-top: 36px;
  margin-bottom: 33px;
}
footer .footer-company-reg {
  color: #717171;
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 22px;
}
footer .footer-widget.footer-widget-networks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
footer .footer-widget.footer-widget-provably-flair {
  text-align: right;
}
@media (max-width: 575.98px) {
  footer .footer-widget.footer-widget-provably-flair {
    text-align: left;
    padding-bottom: 24px;
    margin-bottom: 80px;
  }
  footer .footer-widget.footer-widget-provably-flair .footer-protection-urls {
    text-align: center;
    margin-bottom: 24px;
  }
}
footer .footer-widget.footer-widget-provably-flair .footer-protection-url {
  display: inline-block;
  filter: grayscale(1);
  height: 32px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  width: auto;
  margin-right: 16px;
}
@media (max-width: 575.98px) {
  footer .footer-widget.footer-widget-provably-flair .footer-protection-url {
    height: 28px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  footer .widget-languages {
    width: 100% !important;
  }
}
footer .footer-line-divider {
  width: 100%;
  background: #262c37;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}
footer .footer-widget-buy-crypto {
  border-radius: 14px;
  background-color: #111118;
  padding: 10px;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  footer .footer-widget-buy-crypto {
    text-align: center;
  }
}
footer .footer-widget-buy-crypto .fwbc-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}
@media (max-width: 575.98px) {
  footer .footer-widget-buy-crypto .fwbc-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-widget-buy-crypto .fwbc-methods {
    margin-bottom: 16px;
  }
}
footer .footer-widget-buy-crypto .fwbc-methods img {
  margin-right: 16px;
  width: 45px;
}
footer .footer-widget-buy-crypto .fwbc-methods img:last-child {
  margin-right: 0;
}
footer .footer-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  footer .footer-title {
    text-align: center;
    margin-bottom: 16px;
  }
}
footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575.98px) {
  footer .footer-links {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer .footer-links.page-links {
    text-align: center;
    margin-bottom: 24px;
  }
}
footer .footer-links li {
  display: block;
}
footer .footer-links li a {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.27);
}
footer .footer-links li a:hover, footer .footer-links li a:active {
  color: #0AF1EC;
}
footer .footer-links li:last-child a {
  margin-right: 0;
}
footer .footer-social img {
  /*height: 2.5rem;*/
  width: auto;
  margin: 0px 0.25rem 0.25rem 0px;
}
@media (max-width: 575.98px) {
  footer .footer-gambling-addictive {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-assets {
    margin-bottom: 24px;
  }
}
footer .footer-asset {
  width: 36px;
  margin-right: 6px;
}
footer .footer-asset-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  footer .footer-asset-title {
    margin-bottom: 16px;
    text-align: center;
  }
}
footer .footer-copyright {
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #717171;
}
@media (max-width: 575.98px) {
  footer .footer-copyright {
    margin-bottom: 12px;
    text-align: center;
  }
}

.cookie-consent-banner {
  bottom: 10px;
  display: none;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 200;
}
@media (max-width: 575.98px) {
  .cookie-consent-banner {
    bottom: 80px;
  }
}
.cookie-consent-banner .cookie-consent-banner-wrapper {
  color: #A0AEC0;
  background-color: #1a202c;
  border-radius: 20px;
  display: flex;
  max-width: 50rem;
  padding: 1.2rem 2rem;
  pointer-events: auto;
  transform-origin: bottom center;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4196078431);
}
@media (max-width: 575.98px) {
  .cookie-consent-banner .cookie-consent-banner-wrapper {
    font-size: 12px;
    border-radius: 0px;
    padding: 20px;
  }
}

.btn-accept-cookie {
  margin-left: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

.chaport-container.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button, .chaport-content.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button, .chaport-faq-container.chaport-window-dark-gray .chaport-launcher .chaport-launcher-button {
  bottom: 3.5rem;
}

.select2-results__options {
  background: #22263A;
  color: #FFF;
}
.select2-results__options .select2-results__option {
  margin-bottom: 4px;
}
.select2-results__options .select2-coin-balance {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 6px;
  margin-right: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.select2-dropdown {
  background: #22263A;
  border: none;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-search--dropdown {
  background: #22263A;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
  padding: 0 4px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 0.1em;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: inherit;
  border: none;
  border-bottom: 1px solid #6f76a8;
  color: #FFF;
  margin-bottom: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #394062;
  border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #394062;
  border-radius: 10px;
}

.mobile-sidebar {
  display: block;
  transition: transform 0.3s ease-out;
}
.mobile-sidebar .hidden {
  transform: translateX(-100%);
}

.casino-parent-categories a:hover {
  border-color: #77D5EC;
}

.payment-methods-wrapper {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #262c37;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .payment-methods-wrapper {
    padding-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-around;
  }
  .payment-methods-wrapper:last-child {
    justify-content: start;
  }
  .payment-methods-wrapper:has(> :nth-child(2)) {
    justify-content: space-around;
  }
}
.payment-methods-wrapper img {
  height: 38px;
}

.shadow-row {
  position: relative;
}
.shadow-row:before {
  content: "";
  position: absolute;
  top: 0;
  width: 221px;
  height: 100%;
  background: linear-gradient(90deg, #101016 0%, rgba(16, 16, 22, 0) 100%);
  z-index: 20;
}
.shadow-row:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 221px;
  height: 100%;
  background: linear-gradient(270deg, #101016 0%, rgba(16, 16, 22, 0) 100%);
  z-index: 20;
}

.shadow-row-xs {
  position: relative;
}
@media (max-width: 575.98px) {
  .shadow-row-xs:before {
    content: "";
    position: absolute;
    top: 0;
    width: 49px;
    height: 100%;
    background: linear-gradient(90deg, #101016 0%, rgba(16, 16, 22, 0) 100%);
    z-index: 20;
  }
  .shadow-row-xs:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 100%;
    background: linear-gradient(270deg, #101016 0%, rgba(16, 16, 22, 0) 100%);
    z-index: 20;
  }
}

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: auto;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white;
}

.jq-toast-single h2, .jq-toast-single .h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

.widget-scroll-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px; /* Adjust the height as needed */
  pointer-events: none; /* Ensure the overlay doesn't interfere with scrolling */
  z-index: 1; /* Ensure the gradient is above the content */
}
.widget-scroll-overlay.top {
  top: -1px;
  height: 10px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: linear-gradient(180deg, #191925 6.25%, rgba(25, 25, 35, 0.15) 100%);
}
.widget-scroll-overlay.bottom {
  bottom: -1px;
  height: 32px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background: linear-gradient(0deg, #191925 26.25%, rgba(25, 25, 35, 0.15) 100%);
}

.widget-search.widget-search-global {
  margin-right: 16px;
}
.widget-search.widget-search-global .widget-search-toggle {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.widget-search.widget-search-global .widget-search-toggle i {
  margin-right: 4px;
}
.widget-search.widget-search-global .widget-search-toggle.active {
  color: #FFF;
}
.widget-search.widget-search-global .widget-search-bar {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.431372549);
}
.widget-search.widget-search-global .widget-search-bar .input-group-text {
  background: #1A1A24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  min-width: 19px;
  padding-left: 24px;
  padding-right: 0;
}
.widget-search.widget-search-global .widget-search-bar .input-group-text i {
  font-size: 20px;
  color: #A0AEC0;
}
.widget-search.widget-search-global .widget-search-bar [data-search-input] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  background: #1A1A24;
  height: 48px;
}
@media (max-width: 575.98px) {
  .widget-search.widget-search-global {
    margin-right: 8px;
  }
  .widget-search.widget-search-global .widget-search-toggle {
    text-align: center;
    font-size: 21px;
  }
  .widget-search.widget-search-global .widget-search-toggle i {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .widget-search.widget-search-global .widget-search-toggle span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
  }
}
.widget-search.widget-search-static {
  position: relative;
}
.widget-search .widget-search-result {
  color: #FFF;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A1A24;
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 52px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.7215686275);
  border-radius: 12px;
}

.widget-load-more {
  text-align: center;
  display: inline-block;
  margin-bottom: 36px;
}
.widget-load-more .widget-load-more-progress {
  height: 2px;
  margin-bottom: 8px;
  background-color: #3d414a;
}
.widget-load-more .widget-load-more-progress .progress-bar {
  border-radius: 4px;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #0098BA 100%);
}
.widget-load-more .widget-load-more-txt {
  color: #a0aec0;
  margin-bottom: 16px;
  display: inline-block;
}
.widget-load-more .widget-load-more-action .btn {
  width: 100%;
}

.widget-languages {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #3E4057;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  backdrop-filter: blur(25px);
}
.widget-languages .dropdown-toggle {
  padding: 14px;
  padding-left: 0;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  position: relative;
}
.widget-languages .dropdown-toggle svg {
  margin-right: 6px;
}
.widget-languages .dropdown-toggle:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
  color: #FFF !important;
  position: absolute;
  right: 20px;
  top: 20px;
  margin-left: 8px;
}
.widget-languages .dropdown-toggle.show:after {
  transform: rotate(0deg);
}
.widget-languages .dropdown-menu {
  margin-top: 30px !important;
  min-width: 100%;
  bottom: 5px !important;
  left: 0px !important;
  padding: 0 !important;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  backdrop-filter: blur(25px);
}
@media (max-width: 575.98px) {
  .widget-languages .dropdown-menu {
    background: #161821;
  }
}
.widget-languages .dropdown-menu .user-widget-language-single {
  padding: 12px;
  padding-left: 20px;
  margin-right: 0px;
  color: #95a1b3;
  font-size: 14px;
  display: block;
}
.widget-languages .dropdown-menu .user-widget-language-single:active, .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background-color: #1A202C;
  border-radius: 42px;
}
.widget-languages .dropdown-menu .user-widget-language-single .flag-icon {
  margin-right: 4px;
}
.widget-languages .dropdown-menu .user-widget-language-single:last-child {
  margin-bottom: 0;
}

.widget-asset-price {
  font-size: 14px;
  padding: 13px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #38425C;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  margin-right: 8px;
  margin-top: 6px;
  color: #FFF;
  font-weight: 500;
  top: -2px;
  position: relative;
}

.widget-avatar-progress {
  background: conic-gradient(from -100deg, #00FFF0 var(--widget-avatar-progress-percentage), #1b4755 0deg);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-level-circle {
  position: absolute;
  left: -6px;
  bottom: -4px;
  border: 1px solid rgb(27, 71, 85);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  background-color: #09c8dd;
  color: #FFF;
}

.widget-avatar-initials {
  width: 40px;
  height: 40px;
  background: radial-gradient(235.71% 126.92% at -14.1% 50%, #6FCDE4 0%, #6F7BE4 100%), linear-gradient(180deg, #00ACC3 0%, #00FFF0 100%);
  padding: 10px 4px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
}
.widget-avatar-initials .progress-user {
  position: absolute;
}
.widget-avatar-initials .progress-user .progress-circle {
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
}
.widget-avatar-initials.widget-avatar-w48 {
  width: 48px;
  height: 48px;
}
.widget-avatar-initials span {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A202C;
}

#bonus-limited-time-offer {
  position: fixed;
  left: 30px;
  bottom: 20px;
  text-align: center;
  color: white;
  z-index: 100;
  padding: 30px 65px;
  background-image: linear-gradient(45deg, hsl(230, 21%, 11%) 0%, hsl(329, 8%, 14%) 12%, hsl(16, 18%, 18%) 19%, hsl(25, 29%, 21%) 25%, hsl(28, 37%, 25%) 31%, hsl(30, 43%, 28%) 37%, hsl(32, 49%, 31%) 44%, hsl(33, 54%, 34%) 50%, hsl(34, 59%, 37%) 57%, hsl(35, 64%, 40%) 64%, hsl(36, 69%, 43%) 71%, hsl(37, 74%, 46%) 78%, hsl(37, 79%, 48%) 85%, hsl(38, 86%, 50%) 93%, hsl(40, 100%, 51%) 100%);
}
#bonus-limited-time-offer .limited-time-offer-minimize {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#bonus-limited-time-offer .limited-time-offer-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}
#bonus-limited-time-offer .limited-time-offer-value {
  font-size: 38px;
  color: #FFF;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-shadow: #0f0d0c 0 2px;
}
#bonus-limited-time-offer .limited-time-offer-value span {
  color: #fdc343;
}
#bonus-limited-time-offer .limited-time-offer-countdown {
  margin-bottom: 18px;
}
#bonus-limited-time-offer .limited-time-offer-countdown .limited-time-offer-countdown-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: normal;
}
#bonus-limited-time-offer .limited-time-offer-countdown .limited-time-offer-timer {
  font-weight: bold;
  background-color: #1a202c;
  display: inline-block;
  padding: 10px 25px;
  font-size: 25px;
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer {
    left: 0px;
    width: 100%;
    bottom: 65px;
  }
}
#bonus-limited-time-offer.minimized {
  padding: 20px;
  left: 0;
  width: auto;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer.minimized {
    bottom: 90px;
    padding: 10px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
#bonus-limited-time-offer.minimized .limited-time-offer-value {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer.minimized .limited-time-offer-value {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer.minimized .limited-time-offer-countdown {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer.minimized .limited-time-offer-timer {
    display: inline-block;
    padding: 2px 13px;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
  }
}
@media (max-width: 575.98px) {
  #bonus-limited-time-offer.minimized .limited-time-offer-action {
    display: none;
  }
}
#bonus-limited-time-offer.minimized .limited-time-offer-title, #bonus-limited-time-offer.minimized .limited-time-offer-countdown-title, #bonus-limited-time-offer.minimized .limited-time-offer-minimize {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(11, 255, 240, 0.39);
  }
  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(11, 255, 240, 0.39);
    box-shadow: 0 0 0 0 rgba(11, 255, 240, 0.39);
  }
  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);
  }
}
@keyframes moveRightAndBack {
  0%, 100% {
    transform: translateX(-2px); /* Start and end at the original position */
  }
  50% {
    transform: translateX(8px); /* Move right by 100 pixels at the halfway point */
  }
}
.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);
  }
}
.animation-bonus-shake {
  animation: bonus-shake 3s linear infinite;
  -webkit-animation: bonus-shake 3s linear infinite; /* Safari 4.0 - 8.0 */
}

@keyframes bonus-shake {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  65% {
    transform: scale(1.1) skew(1.44deg);
  }
  70% {
    transform: scale(1) skew(2.88deg);
  }
  75% {
    transform: scale(1) skew(0);
  }
  77% {
    transform: rotate(-15deg);
  }
  79% {
    transform: rotate(10deg);
  }
  81% {
    transform: rotate(-10deg);
  }
  83% {
    transform: rotate(6deg);
  }
  85% {
    transform: rotate(-4deg);
  }
}
@keyframes infinite-slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .banners #homepage-slider {
    margin-bottom: 20px;
  }
}

.top-providers-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.top-games-box {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.top-games-box img {
  width: 100%;
  border-radius: 12px;
}
.top-games-box .circle-arrow {
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 4px;
  border-radius: 20px;
  border: 1px solid #04AED3;
  background: radial-gradient(ellipse at 0% -11.76%, #0BFFF0 0%, #04AED3 100%);
  backdrop-filter: blur(5px);
  transform: translateX(0);
  animation: moveRightAndBack 1.5s infinite;
}
.top-games-box .game-info-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(16, 16, 22, 0.4);
  backdrop-filter: blur(6px);
  --webkit--backdrop-filter: blur(6px);
  padding: 2px 6px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.top-games-box .game-info-title {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.top-games-box .game-info-txt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.row > .col-6:nth-last-child(-n+2) .top-games-box {
  margin-bottom: 0;
}

.page-title {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.page-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.promo-box {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 36px;
}
.promo-box img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.promo-box .promo-overlay {
  width: 100%;
  background: rgb(17, 7, 45);
  backdrop-filter: blur(22.5px);
  padding: 14px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 575.98px) {
  .promo-box .promo-overlay {
    text-align: center;
  }
}
.promo-box .overlay-txt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  flex: 2;
}
.promo-box .info-promo-overlay {
  position: absolute;
  left: 20px;
  top: 60px;
}
.promo-box .info-promo-overlay .info-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
.promo-box .info-promo-overlay .info-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
@media (max-width: 575.98px) {
  .promo-box {
    margin-bottom: 20px;
  }
}

.single-tournament-box {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  max-height: 350px;
  border-radius: 12px;
  margin-bottom: 20px;
  height: 100%;
}
.single-tournament-box img {
  height: 100%;
}
@media (max-width: 575.98px) {
  .single-tournament-box {
    min-height: 550px;
    max-height: 550px;
    margin-bottom: 40px;
  }
  .single-tournament-box .img-small {
    width: 100%;
  }
}
.single-tournament-box .info-tournament-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  padding: 14px;
  background: rgba(16, 16, 22, 0.52);
  backdrop-filter: blur(37.5px);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .single-tournament-box .info-tournament-overlay {
    position: absolute;
    top: unset;
    bottom: 0;
    height: 40%;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 2;
  }
}
.single-tournament-box .info-desc {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.single-tournament-box .info-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 6px;
}
.single-tournament-box .info-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .single-tournament-box .info-subtitle {
    margin-bottom: 24px;
  }
}
.single-tournament-box .tournament-timer-box {
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media (max-width: 575.98px) {
  .single-tournament-box .tournament-timer-box {
    position: absolute;
    z-index: 3;
    bottom: 36%;
    right: 25%;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    padding: 14px;
  }
}
.single-tournament-box .tournament-timer-box .timer-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.single-tournament-box .chest-tournament {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 575.98px) {
  .single-tournament-box .chest-tournament {
    top: 20px;
    left: 50px;
    bottom: auto;
  }
  .single-tournament-box .chest-tournament img {
    width: 100%;
  }
}
.single-tournament-box .girl-tournament {
  position: absolute;
  left: 46px;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .single-tournament-box .girl-tournament {
    top: 20px;
    bottom: auto;
    left: 80px;
    z-index: 1;
  }
  .single-tournament-box .girl-tournament img {
    width: 100%;
  }
}
.single-tournament-box .prize-box {
  z-index: 2;
  position: absolute;
  padding: 6px 15px;
  left: 10px;
  bottom: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22.5px);
}
@media (max-width: 575.98px) {
  .single-tournament-box .prize-box {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: unset;
    left: unset;
    z-index: 2;
  }
}
.single-tournament-box .prize-box .prize-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px;
}
.single-tournament-box .prize-box .prize-amount {
  color: #FFEFF1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.single-tournament-box .live-box {
  position: absolute;
  padding: 4px;
  top: 10px;
  left: 10px;
  border-radius: 20px;
  background: rgba(204, 37, 75, 0.3);
}
.single-tournament-box .live-box .live-text {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}
.single-tournament-box .live-box .live-text svg {
  margin-right: 6px;
}

.sport-slider-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-bottom: 20px;
}
.sport-slider-wrapper .single-category-box-sport {
  width: 168px;
  height: 230px;
  padding: 20px;
  margin-right: 10px;
  border-radius: 15px;
  background: radial-gradient(83.43% 76.73% at 92.01% 84.05%, rgba(255, 110, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(53.85% 37.07% at 50% 50%, rgba(16, 174, 209, 0.3) 0%, rgba(25, 26, 38, 0) 100%), radial-gradient(54.12% 59.19% at 15.68% 8.62%, rgba(123, 13, 20, 0.3) 0%, rgba(0, 0, 0, 0) 100%), #191A26;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sport-slider-wrapper .single-category-box-sport img {
  width: 110px;
  margin-bottom: 30px;
}
.sport-slider-wrapper .single-category-box-sport .slider-category-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.sport-slider-wrapper .single-category-box-sport:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .sport-slider-wrapper .single-category-box-sport {
    width: 100%;
  }
}

.blue-ellipse {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 20px;
  margin-top: 30px;
}

.homepage-promotions {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .casino-games .btn-outline, .sport-games .btn-outline {
    border: none !important;
    color: #09E8E9 !important;
    padding: 0 10px !important;
  }
}
.casino-games .category-title, .sport-games .category-title {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .casino-games .category-title, .sport-games .category-title {
    font-size: 20px;
  }
}
.casino-games .casino-category_wrapper, .sport-games .casino-category_wrapper {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .casino-games .left:after, .sport-games .left:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .casino-games .left, .sport-games .left {
    display: flex;
    overflow: auto;
    margin-right: 10px;
  }
  .casino-games .left a, .sport-games .left a {
    min-width: 100px;
  }
  .overlay-txt {
    text-align: center;
    margin-bottom: 12px;
  }
}
.dashboard-home-recent-big-wins {
  background: #1A202C;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.dashboard-home-recent-big-wins .dashboard-home-recent-big-wins-title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}

.dashboard-home-vip-progress .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 105, 129, 0.2) 0%, rgba(104, 105, 129, 0) 100%);
  border: 1px solid rgba(104, 105, 129, 0.2);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  .dashboard-home-vip-progress .dashboard-home-vip-progress-current {
    padding-bottom: 0;
  }
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-current .progress-title_wrapper {
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .dashboard-home-vip-progress .dashboard-home-vip-progress-current .progress-title_wrapper {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .dashboard-home-vip-progress .dashboard-home-vip-progress-current .progress-title_wrapper .btn-primary {
    padding: 8px 16px;
  }
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-title {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .dashboard-home-vip-progress .dashboard-home-vip-progress-title {
    font-size: 14px;
  }
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-next-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-next-info .dashboard-home-vip-progress-next-info-title {
  font-size: 12px;
  color: #a0aec0;
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-next-info .dashboard-home-vip-progress-next-info-value {
  font-weight: bold;
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-next-info .progress-points {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #67D024;
}
.dashboard-home-vip-progress .lion-club-progress-values {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  margin-bottom: 10px;
}
.dashboard-home-vip-progress .lion-club-progress-values .lion-club-progress-points {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #00FFF0;
}
.dashboard-home-vip-progress .lion-club-progress-values a {
  color: #A0AEC0;
}
.dashboard-home-vip-progress .progress {
  height: 4px;
  background: #2D3748;
}
.dashboard-home-vip-progress .progress .progress-bar {
  border-radius: 4px;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #0098BA 100%);
}
.dashboard-home-vip-progress .dashboard-home-vip-progress-bar {
  margin-bottom: 24px;
}

.dashboard-home-casino-promotions {
  background: #1A202C;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.dashboard-home-casino-promotions .dashboard-home-casino-promo-title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}
.dashboard-home-casino-promotions .item img {
  border-radius: 8px;
}

.dashboard-home-favorite-games {
  background: #1A202C;
  border-radius: 8px;
  padding: 16px;
}
.dashboard-home-favorite-games .dashboard-home-favorite-games-title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}

.hero {
  background: rgb(74, 85, 104);
  background: linear-gradient(73deg, rgb(74, 85, 104) 0%, rgb(26, 32, 44) 91%);
  border-radius: 8px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .hero {
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .hero.hero-bg-mobile-left {
    background-position: right;
  }
}
.hero .lion-watermark {
  color: #4A5568;
  width: 76px;
  height: 76px;
  margin-bottom: 38px;
  margin-top: 24px;
  display: block;
}
@media (max-width: 575.98px) {
  .hero .lion-watermark {
    margin-bottom: 30px;
    margin-top: 8px;
  }
}
.hero .hero-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .hero .hero-title {
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 8px;
  }
}
.hero .hero-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .hero .hero-subtitle {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
.hero .hero-title-helper {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #A0AEC0;
  margin-bottom: 41px;
}
@media only screen and (max-width:520px) {
  .hero .hero-title-helper {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-btn {
    text-align: center;
    width: 100%;
  }
}
.hero .hero-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .hero .hero-img {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 140px;
    margin-bottom: 24px;
  }
}

.banner-live-wins {
  background: #1A202C;
  border-radius: 8px;
  padding: 16px;
}
.banner-live-wins .nav-tabs .nav-link {
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
  border-radius: 0;
}
.banner-live-wins .nav-tabs .nav-link.active {
  color: #FFA903;
  background: transparent;
  border-bottom: 2px solid #FFA903;
}
.banner-live-wins .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.homepage-global-search {
  margin-bottom: 32px;
}
.homepage-global-search .input-group-text {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background: #1A1A24;
  padding-right: 0;
}
.homepage-global-search .form-control {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  background: #1A1A24;
  padding-left: 0;
}

.platform-shortcuts {
  margin-bottom: 24px;
}
.platform-shortcuts .shortcut-box {
  max-width: 80px;
  width: 80px;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0 auto;
}
.platform-shortcuts .shortcut-box .shortcut-img {
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
}
.platform-shortcuts .shortcut-box .shortcut-title {
  color: #55F1F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.platform-shortcuts .shortcut-box .shortcut-subtitle {
  color: #55F1F5;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.platform-shortcuts .light-slider-nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 20px;
}
.platform-shortcuts .light-slider-nav .light-slider-left {
  padding: 6px;
  font-size: 14px;
  margin-left: 5px;
  background: none;
}
.platform-shortcuts .light-slider-nav .light-slider-right {
  font-size: 14px;
  padding: 6px;
  margin-right: 5px;
  background: none;
}

.recent-wins-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  position: relative;
}

.recent-wins-box {
  max-width: 100px;
  width: 100px;
}
.recent-wins-box img {
  margin-bottom: 6px;
}
.recent-wins-box .recent-wins-value {
  color: #55F1F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.type-of-games {
  margin-bottom: 48px;
}
@media only screen and (max-width:520px) {
  .type-of-games {
    margin-bottom: 16px;
  }
}
.type-of-games .type-of-games-title-wrapper {
  margin-bottom: 16px;
}
.type-of-games .type-of-games-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  vertical-align: middle;
}
.type-of-games .type-of-games-title img {
  vertical-align: middle;
  width: 32px;
}
.type-of-games .type-of-games-title svg {
  vertical-align: middle;
}
.type-of-games .type-of-games-title span {
  vertical-align: middle;
}
@media only screen and (max-width:520px) {
  .type-of-games .type-of-games-title {
    font-size: 18px;
    line-height: 22px;
  }
  .type-of-games .type-of-games-title img {
    width: 32px;
  }
}
.type-of-games .type-of-games-categories {
  margin-bottom: 56px;
}
.type-of-games .type-of-games-categories .single-type-of-game-category {
  background: #1A202C;
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4A5568;
  display: inline-block;
  margin-right: 23px;
  cursor: pointer;
}
.type-of-games .type-of-games-categories .single-type-of-game-category.active, .type-of-games .type-of-games-categories .single-type-of-game-category:hover {
  background: #2D3748;
  color: #fff;
}

.recent-wins {
  border-radius: 8px;
  background: #1D1D29;
  padding: 12px;
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .recent-wins {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.recent-wins .games-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.recent-wins .games-carousel .recent-wins-value {
  color: #08DBE3;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.recent-wins .platform-categories {
  margin-bottom: 48px;
}
.recent-wins .platform-categories .single-platform-category {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 34px 24px;
  height: 100%;
}
@media only screen and (max-width:520px) {
  .recent-wins .platform-categories .single-platform-category {
    margin-bottom: 16px;
  }
}
.recent-wins .platform-categories .single-platform-category.casino {
  background: rgb(45, 137, 74);
  background: linear-gradient(93deg, rgb(45, 137, 74) 16%, rgb(26, 44, 48) 49%, rgb(27, 35, 48) 91%);
}
.recent-wins .platform-categories .single-platform-category.sports {
  background: rgb(82, 31, 124);
  background: linear-gradient(93deg, rgb(82, 31, 124) 16%, rgb(38, 32, 60) 49%, rgb(26, 32, 46) 91%);
}
.recent-wins .platform-categories .single-platform-category .single-platform-category-left {
  margin-right: 32px;
}
@media only screen and (max-width:520px) {
  .recent-wins .platform-categories .single-platform-category .single-platform-category-left img {
    width: 80px;
    margin-bottom: 16px;
  }
}
.recent-wins .platform-categories .single-platform-category .single-platform-category-right .single-platform-category-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 7px;
}
@media only screen and (max-width:520px) {
  .recent-wins .platform-categories .single-platform-category .single-platform-category-right .single-platform-category-title {
    font-size: 24px;
  }
}
.recent-wins .platform-categories .single-platform-category .single-platform-category-right .single-platform-category-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #CBD5E0;
  margin-bottom: 24px;
}
.recent-wins .categories {
  background: #1A202C;
  padding-top: 96px;
  padding-bottom: 112px;
  margin-bottom: 80px;
}
.recent-wins .categories .category-single .category-single-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.recent-wins .categories .category-single .category-single-cover {
  margin-bottom: 24px;
}
.recent-wins .categories .category-single .category-single-meta .category-meta-total-games {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #718096;
}
.recent-wins .live-wins-mobile {
  margin-bottom: 24px;
}
.recent-wins .latest-realtime-bets {
  margin-bottom: 68px;
}
.recent-wins .home-section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 24px;
  vertical-align: middle;
}
.recent-wins #homepage-slider .item {
  position: relative !important;
}
.recent-wins #homepage-slider .single-slider {
  padding: 90px 0;
}
.recent-wins #homepage-slider .single-slider .single-slider-content .single-slider-content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #1C0D3A;
}
.recent-wins #homepage-slider .single-slider .single-slider-content .single-slider-content-subtitle {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#8E2DE2, #4A00E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.recent-wins #homepage-slider .single-slider .single-slider-content .single-slider-content-txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #291356;
  margin-bottom: 32px;
}
.recent-wins #homepage-slider .single-slider .single-slider-content .single-slider-content-action .single-slider-content-action-helper-text {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.recent-wins #homepage-slider .single-slider .single-slider-content .single-slider-content-action .single-slider-content-action-helper-text a {
  color: #8E2DE2;
}
.recent-wins #homepage-slider .btn-primary {
  margin-bottom: 24px;
}

.fortuna-provider-slider-item {
  border-radius: 15px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  background: #191A26;
  padding: 15px;
  background: url("../../assets/img/png/providers-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  max-width: 160px;
}
.fortuna-provider-slider-item .slider-category-img {
  margin-bottom: 40px;
  max-height: 80px;
}
.fortuna-provider-slider-item span {
  position: absolute;
  bottom: 10px;
}
.fortuna-provider-slider-item div {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.casino-providers {
  margin-bottom: 68px;
}
@media (max-width: 575.98px) {
  .casino-providers .btn-outline {
    border: none !important;
    color: #09E8E9 !important;
    padding: 0 10px !important;
  }
}
.casino-providers .casino-providers-title-wrapper {
  margin-bottom: 16px;
}
.casino-providers .casino-providers-title-wrapper .casino-providers-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  vertical-align: middle;
}
.casino-providers .casino-providers-title-wrapper .casino-providers-title img {
  vertical-align: middle;
}
.casino-providers .casino-providers-title-wrapper .casino-providers-title svg {
  vertical-align: middle;
}
.casino-providers .casino-providers-title-wrapper .casino-providers-title span {
  vertical-align: middle;
}
@media only screen and (max-width:520px) {
  .casino-providers .casino-providers-title-wrapper .casino-providers-title {
    font-size: 18px;
    line-height: 22px;
  }
  .casino-providers .casino-providers-title-wrapper .casino-providers-title img {
    width: 32px;
  }
}
.casino-providers #providers-slider img {
  display: inline-block;
  max-width: 150px;
  width: 100%;
}
@media only screen and (max-width:520px) {
  .casino-providers #providers-slider img {
    max-width: 100%;
  }
}

.casino-jackpot {
  margin-bottom: 40px;
}
.casino-jackpot .casino-jackpot-wrapper {
  min-width: 320px;
  text-align: center;
  padding: 20px;
  border: 2px solid #574b07;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .casino-jackpot .casino-jackpot-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
  }
}
.casino-jackpot .casino-jackpot-wrapper .casino-jackpot-logo {
  margin-bottom: 20px;
}
.casino-jackpot .casino-jackpot-wrapper .casino-jackpot-grand {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #3C2F0F;
  background: rgba(5, 5, 5, 0.5);
  padding: 10px 20px;
  color: #FFC85C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.casino-jackpot .casino-jackpot-wrapper .casino-jackpot-major {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #0F1142;
  background: rgba(5, 5, 5, 0.5);
  color: #408CFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 40px;
  margin-bottom: 10px;
}
.casino-jackpot .casino-jackpot-wrapper .casino-jackpot-minor {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #494949;
  background: rgba(5, 5, 5, 0.5);
  color: #DEDEDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 35px;
}
.casino-jackpot .casino-jackpot-wrapper .casino-jackpot-mini {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #494949;
  background: rgba(5, 5, 5, 0.5);
  color: #DEDEDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 35px;
}
.casino-jackpot .single-casino-game img {
  border-radius: 3px;
}
.casino-jackpot .single-casino-game-cover-wrapper {
  margin-bottom: 0 !important;
  border: 2px solid #574b07 !important;
  border-radius: 5px;
}
.casino-jackpot .single-casino-game-jackpot-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #171c80;
  color: #FFC85C;
  border-radius: 3px;
  font-weight: 600;
  padding: 4px 0;
  opacity: 0.9;
}

.affiliate-about-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
}

.affiliate-about-txt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 8px;
}

.affiliate-commissions-header-title {
  font-size: 16px;
  color: #718096;
}
.affiliate-commissions-header-title strong {
  color: #FFA903;
}
@media only screen and (max-width:520px) {
  .affiliate-commissions-header-title {
    margin-bottom: 16px;
  }
}

.affiliate-content {
  background: #1A202C;
  border-radius: 4px;
  padding: 15px;
}

.affiliate-commissions-header {
  padding: 15px;
  text-align: center;
  color: #A0AEC0;
  padding-left: 0px;
  padding-right: 0px;
}

.affiliate-commissions-header-ref-url {
  background: #2D3748;
  border-radius: 8px;
  padding: 15px;
  display: inline-block;
  color: #fff;
}
.affiliate-commissions-header-ref-url span {
  color: #FFA903;
}

.casino-category-banners img {
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width:520px) {
  .casino-category-banners img {
    max-width: 170px;
  }
}

.casino-category-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.casino-category-title img {
  vertical-align: middle;
}
.casino-category-title span {
  vertical-align: middle;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-casino-game {
  margin-bottom: 16px;
  display: block;
  color: #FFF;
  position: relative;
}
.single-casino-game.single-casino-game-blocked {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
.single-casino-game .casino-game-total-players {
  border-radius: 6px;
  background: rgba(16, 16, 22, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 4px;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-casino-game .casino-game-total-players svg {
  width: 8px;
}
.single-casino-game .live-game-results {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
}
.single-casino-game .live-game-results span {
  max-height: fit-content;
  text-align: center;
  flex: 1;
  font-size: 10px;
  color: #FFF;
  font-weight: 700;
}
.single-casino-game .live-game-results span.red {
  border-left: 0.5px solid rgb(240, 184, 76);
  border-right: 0.5px solid rgb(240, 184, 76);
  background: #EF0101;
}
.single-casino-game .live-game-results span.green {
  border-left: 0.5px solid rgb(240, 184, 76);
  border-right: 0.5px solid rgb(240, 184, 76);
  background: green;
}
.single-casino-game .live-game-results span.black {
  border-left: 0.5px solid rgb(240, 184, 76);
  border-right: 0.5px solid rgb(240, 184, 76);
  background: #000;
}
.single-casino-game .live-game-results span.player {
  border-radius: 30px;
  background: #0299EF;
  margin-right: 2px;
}
.single-casino-game .live-game-results span.bank {
  border-radius: 30px;
  background: #EF0202;
  margin-right: 2px;
}
.single-casino-game .live-game-results span.tie {
  border-radius: 30px;
  background: #1A9506;
  margin-right: 2px;
}
.single-casino-game .casino-table-limits {
  border-radius: 6px;
  background: rgba(16, 16, 22, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
}
.single-casino-game .single-casino-game-tag {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.single-casino-game .single-casino-game-cover {
  box-shadow: 1px 0px 14px #000000;
}
.single-casino-game img {
  border-radius: 6px;
}
.single-casino-game .single-casino-game-title {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: block;
}
.single-casino-game .single-casino-game-title a {
  color: #FFF;
}
.single-casino-game .single-casino-game-title a:focus, .single-casino-game .single-casino-game-title a:active, .single-casino-game .single-casino-game-title a:hover {
  color: #0AF1EC;
}
.single-casino-game .single-casino-game-provider {
  display: block;
  color: #6B6B7C;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.single-casino-game .single-casino-game-provider:focus, .single-casino-game .single-casino-game-provider:active, .single-casino-game .single-casino-game-provider:hover {
  color: #0AF1EC;
}
.single-casino-game .single-casino-game-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(2, 91, 38, 0.27) 0%, rgba(7, 64, 150, 0.35) 100%);
}
.single-casino-game .single-casino-game-hover .single-casino-game-hover-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.single-casino-game .single-casino-game-hover .single-casino-game-hover-wrapper .btn-primary {
  padding: 5px 25px;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 14px;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .single-casino-game .single-casino-game-hover .single-casino-game-hover-wrapper .btn-primary {
    padding: 8px;
  }
}
.single-casino-game .single-casino-game-free-spin-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 4, 10, 0.71) 100%);
}
.single-casino-game .single-casino-game-free-spin-loader .single-casino-game-hover-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.single-casino-game .single-casino-game-free-spin-loader .single-casino-game-hover-wrapper .free-spin-apply-loader {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
.single-casino-game .single-casino-game-blocked-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.single-casino-game .single-casino-game-blocked-info .single-casino-game-blocked-info-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.single-casino-game .single-casino-game-blocked-info .single-casino-game-blocked-info-wrapper .single-casino-game-blocked-info-txt {
  color: #FFF;
}
.single-casino-game .single-casino-game-cover-wrapper {
  position: relative;
  margin-bottom: 8px;
  display: block;
}
.single-casino-game .single-casino-game-cover-wrapper:hover {
  color: #0AF1EC;
}
.single-casino-game .single-casino-game-cover-wrapper:hover .single-casino-game-hover {
  display: block;
}
@media (max-width: 575.98px) {
  .single-casino-game .single-casino-game-cover-wrapper:hover .single-casino-game-hover {
    display: none;
  }
}
.single-casino-game .single-casino-game-cover-wrapper .single-casino-game-jackpot {
  background: rgba(222, 120, 0, 0.56);
  backdrop-filter: blur(9.5px);
  padding: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.single-casino-game .single-casino-game-cover-wrapper .single-casino-game-big-win {
  background: #171923;
  backdrop-filter: blur(9.5px);
  padding: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #31d032;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.single-casino-game .single-casino-game-info-content {
  background-color: #1a202c;
  padding: 15px;
  position: absolute;
  z-index: 999;
  left: 0px;
  bottom: -80px;
  min-width: 280px;
  display: none;
  border-radius: 0px;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3294117647);
}
.single-casino-game .single-casino-game-info-content .single-casino-game-info-data-wrapper {
  margin-bottom: 16px;
}
.single-casino-game .single-casino-game-info-content .single-casino-game-info-data-wrapper .single-casino-game-info-data {
  background: #17191d;
  padding: 5px 15px;
  margin-bottom: 4px;
  border-radius: 5px;
  font-weight: normal;
}
.single-casino-game .single-casino-game-info-content .single-casino-game-info-categories-tags .single-casino-game-info-category-tag {
  background: #17191d;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
}
.single-casino-game .single-casino-game-info-icon {
  cursor: pointer;
}
.single-casino-game .single-casino-game-info-icon:hover .single-casino-game-info-content {
  display: block;
}
.single-casino-game.sixth-child .single-casino-game-info-content {
  right: 0;
  left: unset;
}
.single-casino-game.transition-hover-up {
  -webkit-filter: brightness(100%);
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
.single-casino-game.transition-hover-up:hover {
  transform: translateY(-5px);
}
@media (max-width: 575.98px) {
  .single-casino-game.transition-hover-up:hover {
    transform: unset;
  }
}
.single-casino-game.transition-hover-up .single-casino-game-hover {
  backdrop-filter: blur(6px);
}

.game-my-bets {
  max-height: 570px;
  overflow: auto;
}
.game-my-bets .game-single-user-bet {
  margin-bottom: 8px;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-player {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-bet-id {
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-pl {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-pl.positive {
  color: #3BC117;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-pl.negative {
  color: #f53202;
}
.game-my-bets .game-single-user-bet .game-single-user-bet-time {
  text-align: right;
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

.ecomm-filters .ecomm-filters-header img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.ecomm-filters .ecomm-filters-header span {
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.08em;
  color: #232121;
}
.ecomm-filters .ecomm-single-filter {
  padding: 24px 0;
  border-bottom: 1px solid #E8E8E8;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-title {
  font-weight: normal;
  text-transform: initial;
  line-height: 22px;
  color: #FFF;
  letter-spacing: 0.08em;
  font-size: 16px;
}
@media only screen and (max-width:520px) {
  .ecomm-filters .ecomm-single-filter .ecomm-filter-title {
    font-size: 16px;
  }
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-title .ecomm-filter-btn-search {
  margin-left: 5px;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-title .ecomm-filter-btn-search:before {
  content: "\f002";
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-title .ecomm-filter-btn-search.active:before {
  content: "\f00d";
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-title .ecomm-filter-btn-search:hover {
  color: #898989;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-live-search {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  display: none;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-live-search .input-group-addon {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content.ecomm-filter-scrollable {
  overflow-y: auto;
  height: 200px;
  margin-right: 12px;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content.ecomm-filter-scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content.ecomm-filter-scrollable::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content.ecomm-filter-scrollable::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content ul li input[type=checkbox] {
  margin: 7px 0 0 0;
  position: relative;
  top: 3px;
}
.ecomm-filters .ecomm-single-filter .ecomm-filter-content ul li label {
  margin-left: 5px;
  font-size: 12px;
  margin-bottom: 5px;
}
@media only screen and (max-width:520px) {
  .ecomm-filters .ecomm-single-filter .ecomm-filter-content ul li label {
    font-size: 14px;
    width: 90%;
  }
}

.game-screen {
  height: 590px;
}
@media (max-width: 575.98px) {
  .game-screen {
    height: 425px;
  }
}

.game-screen-inside {
  height: 590px;
}
@media (max-width: 575.98px) {
  .game-screen-inside {
    height: 425px;
  }
}

.game-content-pre-play-currency {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 24px;
}

.game-content-pre-play-currency-current {
  margin-left: 6px;
}
.game-content-pre-play-currency-current span {
  vertical-align: middle;
}

.game-content-pre-play-action {
  padding: 40px 25px;
  border-radius: 10px;
  background-color: #1D1D29;
}
.game-content-pre-play-action .game-content-pre-play-message {
  line-height: 24px;
  font-size: 14px;
}
.game-content-pre-play-action .game-content-pre-play-message span {
  color: #0AF1EC;
  font-weight: bold;
}

.single-game-xs-meta .single-game-xs-title {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 8px;
}
.single-game-xs-meta .single-game-xs-provider {
  font-size: 14px;
  font-weight: normal;
  color: #888a8d;
  margin-bottom: 8px;
}
.single-game-xs-meta .single-game-xs-provider span {
  color: #FFF;
}
.single-game-xs-meta .single-game-xs-total-favorites {
  font-size: 14px;
  font-weight: normal;
  color: #888a8d;
  margin-bottom: 8px;
}
.single-game-xs-meta .single-game-xs-total-favorites span {
  color: #FFF;
}

.single-game-details-mobile-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin: 12px;
}
.single-game-details-mobile-wrapper .single-game-img {
  border-radius: 4px;
  max-width: 150px;
  margin-right: 16px;
}
.single-game-details-mobile-wrapper .single-game-xs-meta .favorite-action {
  color: #FFF;
}

.single-casino-game-actions-wrapper {
  padding: 0 10px;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.single-casino-game-actions-wrapper .btn {
  flex: 1;
}

.single-casino-game-text-wrapper {
  font-size: 12px;
  color: #888a8d;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 20px;
}

.casino-game-container {
  margin-bottom: 36px;
}

.related-games-title {
  margin-bottom: 16px;
}
.related-games-title h2, .related-games-title .h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 575.98px) {
  .related-games-title h2, .related-games-title .h2 {
    font-size: 16px;
  }
}

.casino-parent-categories {
  margin-bottom: 24px;
}
.casino-parent-categories a {
  min-width: fit-content;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid #2F3247;
  border-radius: 60px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.casino-parent-categories a img {
  margin-right: 8px;
  width: 24px;
  max-height: 24px;
}
.casino-parent-categories a.casino-category-banner {
  padding: 0;
  border-radius: 12px;
  position: relative;
}
.casino-parent-categories a.casino-category-banner img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  margin: 0;
  max-height: unset;
}

@media (max-width: 575.98px) {
  .casino-game-provider-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .casino-game-title {
    justify-content: center;
    margin-bottom: 14px !important;
    border-bottom: 1px solid #2F3247;
    padding-bottom: 10px;
    width: 100%;
  }
}

.type-of-games-title-wrapper .type-of-games-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .type-of-games-title-wrapper .type-of-games-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.casino-parent-categories-xs {
  margin-bottom: 40px;
  padding-bottom: 10px;
  overflow-x: scroll;
  position: relative;
  overflow-y: hidden;
}
.casino-parent-categories-xs a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
}
.casino-parent-categories-xs .casino-parent-single-category-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 95px;
}
.casino-parent-categories-xs .casino-parent-single-category-xs:focus, .casino-parent-categories-xs .casino-parent-single-category-xs:active, .casino-parent-categories-xs .casino-parent-single-category-xs:hover {
  color: #0AF1EC !important;
}
.casino-parent-categories-xs .casino-parent-single-category-xs img {
  vertical-align: middle;
  width: 38px !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.casino-parent-categories-xs::-webkit-scrollbar {
  height: 3px;
}
.casino-parent-categories-xs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.casino-parent-categories-xs::-webkit-scrollbar-thumb {
  background-color: #484a56;
}

.casino-single-category-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 18px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .casino-single-category-title .btn-outline {
    border: none !important;
    color: #09E8E9 !important;
    padding: 0 10px !important;
  }
}
.casino-single-category-title img {
  width: 28px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}
.casino-single-category-title span {
  display: inline-block;
  vertical-align: middle;
}

.category-see-all {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.casino-search-widget {
  margin-bottom: 40px;
  position: relative;
}
.casino-search-widget .input-group-text {
  background: #1A1A24;
  border: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 0;
  min-width: 19px;
  padding-left: 24px;
}
.casino-search-widget .input-group-text i {
  font-size: 20px;
  color: #A0AEC0;
}
.casino-search-widget .form-control {
  background-color: #1A1A24;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.casino-search-widget #search-initiate {
  background: #1A1A24;
  height: 48px;
  border: none;
}
.casino-search-widget #global-search-initiate {
  background: #1A202C;
  height: 48px;
  border: none;
}

#casino-search-results {
  background: #1A1A24;
  color: white;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.7215686275);
  border-radius: 12px;
}

.search-char-requirement {
  text-align: center;
}

.casino-search-results-content .search-results-title {
  font-size: 16px;
  margin-bottom: 24px;
  color: #a0aec0;
}

.casino-search-results-content .search-results-total {
  font-size: 16px;
  margin-bottom: 24px;
  color: #0BF8EE;
}

.search-result-games {
  min-height: 12.5rem;
  margin-bottom: 2rem;
  max-height: 31.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.search-result-games::-webkit-scrollbar {
  width: 0.1em;
}
.search-result-games::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}

.casino-search-widget #btn-search-cancel-input {
  display: none;
  padding-right: 20px;
  font-size: 14px;
  color: white;
  background-color: #2d3748;
  cursor: pointer;
}

.casino-provider {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0) 100%), #161721;
}
@media (max-width: 575.98px) {
  .casino-provider {
    padding: 8px;
    border-radius: 0;
    margin-bottom: 6px;
  }
}
@media (max-width: 575.98px) {
  .casino-provider .swiper-button-prev, .casino-provider .swiper-button-next {
    display: none;
  }
}

.casino-provider-logo {
  max-width: 160px;
  margin-bottom: 16px;
}

.casino-game-footer {
  position: relative;
}
.casino-game-footer .casino-game-footer-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
  width: 100px;
}

.wallet-nav {
  list-style: none;
  border-radius: 4px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 20px;
}
.wallet-nav a {
  margin-right: 6px;
  min-width: 140px;
}
@media (max-width: 575.98px) {
  .wallet-nav {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .wallet-nav::-webkit-scrollbar {
    height: 0.2em;
  }
  .wallet-nav::-webkit-scrollbar-track {
    background: transparent; /* Track is transparent */
    border-radius: inherit; /* Inherit border-radius from parent */
    margin-bottom: 5px;
  }
  .wallet-nav::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
    border-radius: 12px; /* Adjust the radius to fit your design */
    background-clip: padding-box;
  }
}
@media (max-width: 575.98px) {
  .wallet-nav .btn-outline {
    padding: 4px !important;
  }
}

.address-wrapper {
  padding-top: 30px;
}

.asset-address-box {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(to right, #21374a, #1f212e);
  backdrop-filter: blur(30px);
  color: #FFF;
}

.wallet-modal-payment-methods {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 15px;
  background-color: #191924;
  border-radius: 12px;
}
.wallet-modal-payment-methods::-webkit-scrollbar {
  width: 0.2em;
}
.wallet-modal-payment-methods::-webkit-scrollbar-track {
  background: transparent; /* Track is transparent */
  border-radius: inherit; /* Inherit border-radius from parent */
  margin-bottom: 5px;
}
.wallet-modal-payment-methods::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #191925 10%, #05C1DA 40%, #1C1C28 100%);
  border-radius: 12px; /* Adjust the radius to fit your design */
  background-clip: padding-box;
}
.wallet-modal-payment-methods .wallet-modal-payment-methods-inner {
  padding: 5px;
  padding-bottom: 20px;
  position: relative; /* Ensure the content is below the gradients */
  z-index: 0;
  border-radius: 12px;
}

.fiat-selected-method {
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

.wallet-section-box {
  background-color: #1D1D29;
  border-radius: 10px;
}
.wallet-section-box .wallet-section-nav {
  background-color: #1d2534;
  margin-bottom: 18px;
}
.wallet-section-box .wallet-section-nav a {
  padding: 15px;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  border-right: 1px solid #1e2022;
  color: #A0AEC0;
}
@media (max-width: 575.98px) {
  .wallet-section-box .wallet-section-nav a {
    min-width: 125px;
  }
}
.wallet-section-box .wallet-section-nav a.active {
  color: white;
  border-bottom: 3px solid #ed8936;
}
.wallet-section-box .wallet-section-content {
  padding: 30px;
  position: relative;
}
@media only screen and (max-width:520px) {
  .wallet-section-box .wallet-section-content {
    padding: 30px 15px;
  }
}
.wallet-section-box .wallet-section-content .balance-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.wallet-section-box .wallet-section-content .wallet-section-content-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #FFF;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .wallet-section-box .wallet-section-content .wallet-section-content-title {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
}
.wallet-section-box .wallet-section-content .wallet-section-content-title .wallet-amount {
  color: #00FFF0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.wallet-section-box .wallet-section-content .wallet-section-content-subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}
.wallet-section-box .wallet-section-content .wallet-deposit-address-content {
  padding: 15px;
  margin-bottom: 16px;
}
@media only screen and (max-width:520px) {
  .wallet-section-box .wallet-section-content .wallet-deposit-address-content {
    margin-bottom: 0px;
  }
}
.wallet-section-box .wallet-section-content .wallet-deposit-address-content .wallet-deposit-address-content-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A0AEC0;
  margin-bottom: 20px;
}
@media only screen and (max-width:520px) {
  .wallet-section-box .wallet-section-content .wallet-deposit-address-content .wallet-deposit-address-content-title {
    margin-bottom: 8px;
  }
}
.wallet-section-box .wallet-section-content .wallet-deposit-address-content .wallet-deposit-address-value {
  color: #FFF;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 18px;
}
.wallet-section-box .wallet-section-content .wallet-deposit-address-content .btn-primary {
  padding: 7px 40px;
}
.wallet-section-box .wallet-section-content .wallet-deposit-choose-network {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E2E8F0;
  margin-bottom: 8px;
}
.wallet-section-box .wallet-section-content .wallet-modal-deposit-notice {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
@media only screen and (max-width:520px) {
  .wallet-section-box .wallet-section-content .wallet-modal-deposit-notice {
    font-size: 10px;
    line-height: 18px;
  }
}
.wallet-section-box .wallet-section-content .wallet-withdraw-choose-network {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #a0aec0;
  margin-bottom: 4px;
}
.wallet-section-box .wallet-section-content .network-radio-choice {
  font-size: 14px;
  cursor: pointer;
}
.wallet-section-box .wallet-section-content .network-radio-choice input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wallet-section-box .wallet-section-content .network-radio-choice input[type=radio] + span {
  display: inline-block;
  color: #4A5568;
  margin-right: 4px;
  background-color: #202736;
  padding: 10px 30px;
  border: 2px solid transparent;
}
.wallet-section-box .wallet-section-content .network-radio-choice input[type=radio]:checked + span {
  display: inline-block;
  color: #FFF;
  background-color: rgba(255, 169, 6, 0.4784313725);
  border: 2px solid #ffa906;
}
.wallet-section-box .wallet-section-content .withdraw-calculations {
  font-size: 12px;
  color: #fff;
}
.wallet-section-box .wallet-section-content .input-group-text {
  margin-right: 0;
  z-index: 4;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid rgb(22, 24, 33);
  background-color: #161821;
}
.wallet-section-box .wallet-section-content .input-group-text:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.wallet-section-box .wallet-section-content .input-group-text:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.wallet-section-box .wallet-section-content .form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.list-balances .single-balance-info {
  border-radius: 10px;
  background-color: #22263A;
  margin-bottom: 6px;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .list-balances .single-balance-info {
    flex-direction: column;
    align-items: start !important;
  }
}
.list-balances .single-balance-info:last-child {
  border-bottom: 0;
}
.list-balances .single-balance-info .single-asset-amount-box {
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 575.98px) {
  .list-balances .single-balance-info .single-balance-info-name {
    margin-bottom: 10px;
  }
}
.list-balances .single-balance-info .single-balance-info-name .single-balance-info-icon {
  width: 30px;
  margin-right: 8px;
}
.list-balances .single-balance-info .single-balance-info-name .single-balance-info-title {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.list-balances .single-balance-info .single-balance-info-balance-actions {
  color: #9facbe;
  text-align: right;
  line-height: 22px;
}
@media (max-width: 575.98px) {
  .list-balances .single-balance-info .single-balance-info-balance-actions {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .list-balances .single-balance-info .single-balance-info-balance-actions .single-balance-info-balance {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.list-balances .single-balance-info .single-balance-info-balance-actions .single-balance-info-balance span {
  color: #FFF;
  font-weight: bold;
}

.account-section .user-bonus {
  border-radius: 15px;
  border: 1.5px solid #22222E;
  padding: 30px;
  margin-bottom: 24px;
  position: relative;
}
.account-section .user-bonus .user-bonus-icon {
  position: absolute;
  right: 0;
  top: -25px;
}
.account-section .user-bonus .user-bonus-title {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .user-bonus-title {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .user-bonus-title .user-bonus-title__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.account-section .user-bonus .user-bonus-title .user-bonus-title-txt {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.account-section .user-bonus .user-bonus-title .user-bonus-wager-multiplier {
  color: #FFCB30;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-right: 12px;
  display: block;
}
.account-section .user-bonus .user-bonus-title .user-bonus-exp {
  background: #4A5568;
  border-radius: 8px;
  padding: 6px 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
}
.account-section .user-bonus .user-bonus-title .user-bonus-exp img, .account-section .user-bonus .user-bonus-title .user-bonus-exp span {
  vertical-align: middle;
}
.account-section .user-bonus.deposit-bonus {
  background: linear-gradient(-44deg, #FFCB30 -336%, #191A26 40%, #191A26 80%, #FFCB30 200%, #FF6EFF 200%);
}
.account-section .user-bonus.deposit-bonus .user-bonus-wager-multiplier {
  color: #FFCB30;
}
.account-section .user-bonus.cashback-bonus {
  background: linear-gradient(-44deg, #FF6EFF -336%, #191A26 40%, #191A26 80%, #FF6EFF 200%, #FF6EFF 200%);
}
.account-section .user-bonus.cashback-bonus .user-bonus-wager-multiplier {
  color: #FF6EFF;
}
.account-section .user-bonus.cash-bonus {
  background: linear-gradient(-44deg, #00FFF0 -336%, #191A26 40%, #191A26 80%, #00FFF0 200%, #00FFF0 200%);
}
.account-section .user-bonus.cash-bonus .user-bonus-wager-multiplier {
  color: #00FFF0;
}
.account-section .user-bonus.free-spins-bonus {
  background: linear-gradient(-44deg, #b75c00 -336%, #191A26 40%, #191A26 80%, #b75c00 200%, #b75c00 200%);
}
.account-section .user-bonus.free-spins-bonus .user-bonus-wager-multiplier {
  color: #b75c00;
}
.account-section .user-bonus.reload-bonus {
  background: linear-gradient(-44deg, #FF3030 -336%, #191A26 40%, #191A26 80%, #FF3030 200%, #FF3030 200%);
}
.account-section .user-bonus.reload-bonus .user-bonus-wager-multiplier {
  color: #FF3030;
}
.account-section .user-bonus .user-bonus-amount-info {
  margin-bottom: 10px;
}
.account-section .user-bonus .user-bonus-amount-info .user-bonus-amount-info-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
}
.account-section .user-bonus .user-bonus-amount-info .user-bonus-amount-field {
  border-radius: var(--spacing-10, 10px);
  background: #282839;
  padding: 10px 15px;
}
.account-section .user-bonus .user-bonus-amount-info .user-bonus-amount-field .user-bonus-amount-field-icon {
  margin-right: 8px;
}
.account-section .user-bonus .user-bonus-amount-info .user-bonus-amount-field .user-bonus-amount-field-value {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.account-section .user-bonus .user-bonus-amount-info .user-bonus-amount-field .user-bonus-amount-field-info {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.account-section .user-bonus .user-bonus-condition-info {
  margin-bottom: 20px;
}
.account-section .user-bonus .user-bonus-condition-info .user-bonus-condition-info-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.account-section .user-bonus .user-bonus-condition-info .user-bonus-condition-info-value {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.account-section .user-bonus .time-stamp-box {
  color: #FFF;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .time-stamp-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }
}
.account-section .user-bonus .user-bonus-single-amount-box {
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 10px;
  background-color: #282839;
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .user-bonus-single-amount-box {
    flex-direction: column;
    align-items: start !important;
  }
}
.account-section .user-bonus .user-bonus-label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .user-bonus-label {
    width: 100%;
    text-align: center;
  }
}
.account-section .user-bonus .user-bonus-amounts {
  margin-bottom: 24px;
}
.account-section .user-bonus .user-bonus-amounts .user-bonus-single-amount-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.account-section .user-bonus .user-bonus-amounts .bonus-single-amount-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #00FFF0;
  margin-bottom: 10px;
}
.account-section .user-bonus .user-bonus-amounts .user-bonus-single-amount {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .account-section .user-bonus .user-bonus-amounts .user-bonus-single-amount {
    margin-bottom: 10px;
  }
}
.account-section .user-bonus .user-bonus-amounts .user-bonus-single-amount .user-bonus-single-amount-left {
  margin-right: 12px;
}
.account-section .user-bonus .user-bonus-amounts .user-bonus-single-amount .user-bonus-single-amount-right .user-bonus-single-amount-value {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #F7FAFC;
}
.account-section .user-bonus .user-bonus-cashback-details {
  margin-bottom: 8px;
}
.account-section .user-bonus .user-bonus-cashback-details .next-cashback-countdown-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  text-align: center;
  margin-bottom: 2px;
}
.account-section .user-bonus .user-bonus-cashback-details .next-cashback-countdown-value {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #F7FAFC;
  text-align: center;
}
.account-section .user-bonus .user-bonus-cashback-details .user-cashback-countdown {
  color: white;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.account-section .user-bonus .user-bonus-labels {
  margin-bottom: 18px;
}
.account-section .user-bonus .user-bonus-single-turnover {
  margin-bottom: 36px;
}
.account-section .user-bonus .user-bonus-single-turnover .user-bonus-single-turnover-label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.account-section .user-bonus .user-bonus-single-turnover .user-bonus-single-turnover-value {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}
.account-section .user-bonus .user-bonus-turnovers {
  margin-bottom: 24px;
}
.account-section .user-bonus .user-bonus-turnovers .user-bonus-single-turnover .user-bonus-single-turnover-left {
  margin-right: 6px;
}
.account-section .user-bonus .user-bonus-timestamps {
  margin-bottom: 40px;
}
.account-section .user-bonus .user-bonus-timestamps .user-bonus-timestamp .user-bonus-timestamp-icon {
  margin-right: 4px;
}
.account-section .user-bonus .user-bonus-timestamps .user-bonus-timestamp .user-bonus-timestamp-body .user-bonus-timestamp-title {
  color: #718096;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.account-section .user-bonus .user-bonus-timestamps .user-bonus-timestamp .user-bonus-timestamp-body .user-bonus-timestamp-value {
  color: #718096;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.account-section .user-bonus .user-bonus-timestamps .user-bonus-created-at {
  background: #4A5568;
  border-radius: 8px;
  padding: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  display: inline-block;
}
.account-section .user-bonus .user-bonus-action {
  margin-bottom: 8px;
}
.account-section .overview-box {
  background: #1D1D29;
  box-shadow: 0px -2px 48px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px;
}
.account-section .overview-box .responsible-value {
  color: #8E97AF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
.account-section .general-account-box {
  padding: 24px;
  border-radius: 10px;
  background-color: #1D1D29;
}
@media (max-width: 575.98px) {
  .account-section .general-account-box .account-input-wrapper .btn-email-mobile {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px !important;
    margin: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .account-section .general-account-box .account-input-wrapper .input-email-user {
    width: 100%;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0;
  }
}
.account-section .general-account-box .account-input-wrapper input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #11131B;
}
.account-section .overview-box-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8E97AF;
  margin-bottom: 16px;
}
.account-section .security-info {
  margin-bottom: 16px;
}
.account-section .security-info .security-info-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.account-section .security-info .security-info-status {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #8E97AF;
}
.account-section .activity-item {
  margin-bottom: 16px;
}
.account-section .activity-item .activity-item-device {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.account-section .activity-item .activity-item-location {
  font-size: 12px;
  line-height: 20px;
  color: #8E97AF;
}
.account-section .activity-item .activity-item-ip-address {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
}
.account-section .activity-item .activity-item-created-at {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #8E97AF;
}
.account-section .account-summary {
  background-color: #fff;
  border-radius: 32px;
  padding: 36px;
  color: #291356;
  margin-bottom: 32px;
}
.account-section .single-account-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(142, 137, 137, 0.04);
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 20px;
}
.account-section .single-account-item img {
  margin-right: 16px;
}
.account-section .single-account-item .single-account-item-name {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #291356;
}
.account-section .single-account-item .single-account-item-txt {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #544F60;
}
.account-section .single-document {
  padding: 30px;
  margin-bottom: 10px;
  position: relative;
  background: #1a202c;
  box-shadow: 0px 4px 32px rgba(142, 137, 137, 0.04);
  border-radius: 32px;
}
.account-section .single-document .single-document-header {
  margin-bottom: 16px;
}
.account-section .single-document .single-document-icon {
  margin-right: 16px;
}
.account-section .single-document .single-document-name {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  color: #FFF;
}
.account-section .single-document .single-document-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a0aec0;
  margin-bottom: 14px;
}
.account-section .responsible-tabs {
  border-bottom: 1px solid #2F3247;
  margin-bottom: 46px;
}
.account-section .responsible-tabs .nav-link {
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
  color: #A0AEC0;
  margin-right: 4px;
}
.account-section .responsible-tabs .nav-link.active {
  color: #00FFF0;
}
.account-section .mobile-nav-dropdown {
  margin-bottom: 20px;
  position: relative;
}
.account-section .mobile-nav-dropdown .btn-responsible-mobile {
  position: relative;
  z-index: 2;
}
.account-section .mobile-nav-dropdown .responsible-menu-mobile {
  display: none;
  list-style: none;
  padding: 0;
  border: 1px solid #3E4057;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.account-section .mobile-nav-dropdown .responsible-menu-mobile li {
  padding: 10px 18px;
  border-bottom: 1px solid #0f1015;
}
.account-section .mobile-nav-dropdown .responsible-menu-mobile li:last-child {
  border-bottom: none;
}
.account-section .mobile-nav-dropdown .responsible-menu-mobile li button {
  color: #E9F2FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.account-section .mobile-nav-dropdown .responsible-menu-mobile li button.active {
  color: #0AF1EC;
  background: none;
}
.account-section .responsible-gaming-box {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #2F3247;
  background: radial-gradient(490.63% 130.11% at 90.06% 50%, #121219 0%, #1A1B26 100%);
}
.account-section .responsible-gaming-box .responsible-text {
  color: #A0AEC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.account-section .responsible-gaming-box .form-select {
  color: rgba(255, 255, 255, 0.4);
  height: 49px;
  background-color: #22263A;
  border: none;
  border-radius: 10px;
  font-size: 14px;
}
.account-section .responsible-gaming-box .input-group-text {
  background: #1d1f2f;
  border: none;
  border-radius: 10px;
}
.account-section .responsible-gaming-box .form-control {
  color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.account-section .responsible-gaming-box .bet-limit-info {
  color: #A0AEC0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 20px;
}
.account-section .responsible-gaming-box .bet-limit-info strong {
  color: #FFF;
  font-weight: 700;
}
.account-section .responsible-gaming-box .buttons-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
.account-section .responsible-gaming-box .buttons-wrapper button {
  height: 50px;
  width: 120px;
  margin-top: 11px;
  padding: 10px 24px;
}
@media (max-width: 575.98px) {
  .account-section .responsible-gaming-box .buttons-wrapper button {
    margin: 0;
    margin-bottom: 14px;
    width: 100%;
  }
}
.account-section .responsible-gaming-box .res-table-title {
  color: #A0AEC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
.account-section .responsible-gaming-box .limits-period-box {
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.account-section .responsible-gaming-box .limits-period-box .limit-item {
  display: flex;
  align-items: center;
  padding-left: 12px;
  flex-basis: calc(50% - 5px);
  height: 46px;
  background: rgba(29, 29, 41, 0.5);
}
.account-section .responsible-gaming-box .limits-period-box .limit-item.first {
  color: #A0AEC0;
  background: #1D1D29;
  border-top-left-radius: 4px;
}
.account-section .responsible-gaming-box .limits-period-box .limit-item.second {
  color: #A0AEC0;
  background: #1D1D29;
  border-top-right-radius: 4px;
}
.account-section .responsible-gaming-box .limits-period-box .limit-item.seven {
  border-bottom-left-radius: 4px;
}
.account-section .responsible-gaming-box .limits-period-box .limit-item.eight {
  border-bottom-right-radius: 4px;
}
.account-section .responsible-gaming-box .limit-warning-text {
  color: #F6441D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.account-header-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .account-header-title {
    margin-bottom: 24px;
  }
}

.account-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .account-nav-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: unset;
  }
  .account-nav-wrapper::-webkit-scrollbar {
    height: 0.2em;
  }
  .account-nav-wrapper::-webkit-scrollbar-track {
    background: transparent; /* Track is transparent */
    border-radius: inherit; /* Inherit border-radius from parent */
    margin-bottom: 5px;
  }
  .account-nav-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #283142 5%, #05C1DA 45%, #1C1C28 100%);
    border-radius: 12px; /* Adjust the radius to fit your design */
    background-clip: padding-box;
  }
}
.account-nav-wrapper a {
  margin-right: 6px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}
.account-nav-wrapper a .account-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.account-nav-wrapper:last-child {
  margin: 0;
}

.account-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #1A202C;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .account-nav {
    margin-bottom: 24px;
  }
}
.account-nav li {
  list-style: none;
}
.account-nav li a {
  box-shadow: 0px -2px 48px rgba(0, 0, 0, 0.08);
  color: #a0aec0;
  padding: 10px 15px;
  position: relative;
}
@media (max-width: 575.98px) {
  .account-nav li a {
    padding: 0;
    background-color: transparent;
  }
}
.account-nav li a:hover, .account-nav li a:active {
  color: #FFF;
  background-color: #171923;
}
.account-nav li a svg {
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .account-nav li a svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
.account-nav li a .account-wrapper .account-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
@media (max-width: 575.98px) {
  .account-nav li a .account-wrapper .account-title {
    display: none;
  }
}
.account-nav li a .account-wrapper .account-subtitle {
  display: block;
  color: #8E97AF;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .account-nav li a .account-wrapper .account-subtitle {
    display: none;
  }
}
.account-nav li a.active {
  color: #FFF;
  background-color: #171923;
}
.account-nav li a.active:before {
  content: "";
  height: 47px;
  width: 2px;
  background-color: #ED8936;
  position: absolute;
  left: 0;
}
@media (max-width: 575.98px) {
  .account-nav li a.active:before {
    content: none;
  }
}
.account-nav li a.active .account-wrapper .account-title {
  display: block;
}

.single-security-feature {
  border-radius: 10px;
  background: #1D1D29;
  padding: 24px;
  margin-bottom: 24px;
}
.single-security-feature .single-security-feature-icon {
  margin-right: 18px;
}
.single-security-feature .single-security-feature-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.single-security-feature .single-security-feature-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #8E97AF;
}
@media (max-width: 575.98px) {
  .single-security-feature .single-security-feature-meta {
    margin-bottom: 24px;
  }
}
.single-security-feature .single-security-feature-action .btn {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 575.98px) {
  .single-security-feature .single-security-feature-action .btn {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.account-field-section {
  background: #1A202C;
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #242424;
}
.account-field-section .account-field-section-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}
.account-field-section .account-field-section-content {
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}

.preference-section {
  border-radius: 10px;
  background: #1D1D29;
  padding: 20px 15px;
}
.preference-section .preference-section-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}
.preference-section .preference-section-content {
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}
.preference-section .form-check .form-check-input {
  width: 40px;
  height: 25px;
  margin-right: 16px;
  background-color: #1d1d29;
  border: 1px solid rgb(42, 46, 67);
}
.preference-section .form-check-helper-txt {
  color: #a0aec0;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .preference-section .form-check-helper-txt {
    margin-left: 22px;
  }
}

.account-box-section {
  background: #1A202C;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.account-box-section .account-box-section-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}
.account-box-section .account-box-section-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 16px;
}
.account-box-section .account-box-section-txt {
  color: #a0aec0;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 8px;
}
.account-box-section .account-box-section-content {
  margin-bottom: 18px;
  border-bottom: 1px solid #2a2e43;
  padding-bottom: 18px;
}
.account-box-section .verification-document-types {
  font-size: 12px;
  color: #a0aec0;
  font-style: italic;
  line-height: normal;
}
.account-box-section .form-check .form-check-input {
  width: 40px;
  height: 25px;
  margin-right: 16px;
}
.account-box-section .form-check .form-check-input:checked {
  background-color: #ffa903;
  border-color: #ffa903;
}
.account-box-section .form-check-helper-txt {
  color: #a0aec0;
  font-size: 12px;
}
.account-box-section input, .account-box-section select {
  border-radius: 10px;
  background-color: #22263A !important;
}

.pass-box {
  border-radius: 10px;
  background: #1D1D29;
}

.res-table-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(to right, rgba(122, 128, 143, 0), #31353d, #31353d, rgba(122, 128, 143, 0));
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.responsibleGaming-box .responsible-gaming-tab-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}
.responsibleGaming-box .responsible-gaming-tab-desc {
  color: #A0AEC0;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.responsibleGaming-box .form-select {
  border-radius: 4px;
  background-color: #171923;
  box-shadow: 1px 1px 1px 0 #302F27 inset;
  color: #94A3B8;
  height: 49px;
  border: none;
}
.responsibleGaming-box .input-group-text {
  background: #171923;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.responsibleGaming-box .form-control {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.responsibleGaming-box .bet-limit-info {
  color: #A0AEC0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .responsibleGaming-box .bet-limit-info {
    margin-top: 20px;
  }
}
.responsibleGaming-box .buttons-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
.responsibleGaming-box .buttons-wrapper button {
  height: 49px;
  margin-top: 11px;
  padding: 10px 24px;
}
.responsibleGaming-box .limits-period-box {
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.responsibleGaming-box .limits-period-box .limit-item {
  display: flex;
  align-items: center;
  padding-left: 12px;
  flex-basis: calc(50% - 5px);
  height: 46px;
  background: rgba(55, 62, 75, 0.5);
}
.responsibleGaming-box .limits-period-box .limit-item.first {
  background: rgba(55, 62, 75, 0.9);
  border-top-left-radius: 4px;
}
.responsibleGaming-box .limits-period-box .limit-item.second {
  background: rgba(55, 62, 75, 0.9);
  border-top-right-radius: 4px;
}
.responsibleGaming-box .limits-period-box .limit-item.seven {
  border-bottom-left-radius: 4px;
}
.responsibleGaming-box .limits-period-box .limit-item.eight {
  border-bottom-right-radius: 4px;
}

.transactions-box {
  padding: 24px 16px;
  border-radius: 10px;
  background: #1D1D29;
}
.transactions-box .transactions-nav {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: 40px;
}
.transactions-box .transactions-nav a {
  flex: 1;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 10px;
}
.transactions-box .transactions-nav a.active {
  position: relative;
  border: none;
  color: #74FFF7;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.transactions-box .transactions-nav a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px; /* Adjust the height of the shadow as needed */
  bottom: -1.5px; /* Position the shadow just below the button */
  left: 0;
  background: #00F0FF; /* Set the color of the shadow */
  border-radius: 5px; /* Adjust border-radius as needed */
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}
.transactions-box .transactions-content {
  padding: 15px;
}

.account-bonuses-box {
  padding: 24px 16px;
  border-radius: 10px;
  background: #1D1D29;
}

.account-highlight-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: 20px;
}
.account-highlight-tabs .nav-link {
  flex: 1;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.5);
}
.account-highlight-tabs .nav-link.active {
  position: relative;
  border: none;
  color: #74FFF7;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.account-highlight-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px; /* Adjust the height of the shadow as needed */
  bottom: -0.8px; /* Position the shadow just below the button */
  left: 0;
  background: #00F0FF; /* Set the color of the shadow */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}

.affiliate-commissions-total-box {
  border-radius: 15px;
  background: radial-gradient(83.43% 76.73% at 92.01% 84.05%, rgba(255, 110, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(53.85% 37.07% at 50% 50%, rgba(16, 174, 209, 0.3) 0%, rgba(25, 26, 38, 0) 100%), radial-gradient(54.12% 59.19% at 15.68% 8.62%, rgba(123, 13, 20, 0.3) 0%, rgba(0, 0, 0, 0) 100%), #191A26;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  padding: 15px;
  margin-bottom: 16px;
  min-height: 84px;
}
.affiliate-commissions-total-box .affiliate-commissions-total-value {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.affiliate-commissions-total-box .affiliate-commissions-total-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.affiliate-commissions-total-box .affiliate-about-notice {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.affiliate-commissions-ref-txt {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 36px;
}
.affiliate-commissions-ref-txt strong {
  color: #0AF1EC;
}
@media (max-width: 575.98px) {
  .affiliate-commissions-ref-txt {
    margin-bottom: 16px;
  }
}

.affiliate-box {
  background-color: #1D1D29;
  border-radius: 10px;
  padding: 30px;
}
.affiliate-box .affiliate-nav {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: 40px;
}
.affiliate-box .affiliate-nav a {
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px;
}
@media (max-width: 575.98px) {
  .affiliate-box .affiliate-nav a {
    min-width: 125px;
  }
}
.affiliate-box .affiliate-nav a.active {
  color: #74FFF7;
  position: relative;
}
.affiliate-box .affiliate-nav a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1.5px;
  left: 0;
  background: #00F0FF;
  border-radius: 5px;
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}
.affiliate-box .affiliate-content {
  padding: 15px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.affiliate-commissions-ref-box {
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: linear-gradient(to right, #21374a, #1f212e);
  backdrop-filter: blur(30px);
}
.affiliate-commissions-ref-box .affiliate-commissions-ref-url {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.affiliate-commissions-ref-box .affiliate-commissions-ref-url span {
  color: #fff;
  font-size: 20px;
}

.kyc-complete-previous {
  color: #ffa906;
  margin-bottom: 8px;
}

#authenticationModal .modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
#authenticationModal .modal-content {
  border-radius: 10px;
  background-color: #14151E;
}
#authenticationModal .form-control {
  border-radius: 10px;
  background-color: #22263A;
}

.reset-password-box {
  background: linear-gradient(-140deg, #8996ff -300%, #191A26 40%, #191A26 56%, #4e3f96 230%, #FF6EFF 200%);
  padding: 14px;
  border-radius: 12px;
}
.reset-password-box .page-header-title {
  font-size: 26px;
}
@media (max-width: 575.98px) {
  .reset-password-box {
    text-align: center;
  }
  .reset-password-box .page-header-title {
    font-size: 24px;
  }
}

.steps-wrapper {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.steps-wrapper .steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.steps-wrapper .steps .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #2F3247;
  background: #1a202c;
  color: #0BFFF0;
  font-size: 18px;
  font-weight: 500;
  transition: all 200ms ease;
  transition-delay: 0;
}
.steps-wrapper .steps .circle.active {
  border-color: #0BFFF0;
  transition-delay: 100ms;
}
.steps-wrapper .steps .progress-bar {
  z-index: -1;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #2F3247;
}
.steps-wrapper .steps .progress-bar .indicator {
  position: absolute;
  height: 100%;
  width: 0;
  background: #09E9E9;
  transition: all 300ms ease;
}

.sport-parent-categories {
  padding-top: 14px;
  padding-bottom: 20px;
}
.sport-parent-categories a {
  min-width: 160px;
  margin-right: 6px;
}

.form-select {
  border-radius: 11px;
  border: none;
  color: #FFF;
  background-color: #22263A;
  height: 49px;
}

.passcode-box {
  background-color: #222331;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .passcode-box {
    padding: 10px;
  }
}

.tournaments .nav-tabs .nav-link, .tournament .nav-tabs .nav-link {
  color: #FFF;
  border-radius: 50px;
  border: 1px solid #38425C;
  padding: 4px 24px;
  background: none;
  font-size: 14px;
}
.tournaments .nav-tabs .nav-link.active, .tournament .nav-tabs .nav-link.active {
  border: 1px solid #77D5EC;
}
.tournaments .alert-warning, .tournament .alert-warning {
  color: #FFF;
  background: #126b6b;
  border: none;
}

.tournament-status {
  padding: 4px 8px 4px 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.tournament-status.pending {
  background: rgba(246, 209, 14, 0.3);
  color: #FFEA79;
}
.tournament-status.pending::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(246, 209, 14, 0.7);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  transform-origin: center;
}
.tournament-status.pending::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(246, 209, 14, 0.7);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  animation-delay: 1.25s;
  transform-origin: center;
}
.tournament-status.active {
  background: rgba(11, 207, 19, 0.3);
  color: #4AF151;
}
.tournament-status.active::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(11, 207, 19, 0.5);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  transform-origin: center;
}
.tournament-status.active::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(11, 207, 19, 0.5);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  animation-delay: 1.25s;
  transform-origin: center;
}
.tournament-status.completed {
  background: rgba(11, 248, 238, 0.3);
  color: #0BF8EE;
}
.tournament-status.canceled {
  background: rgba(187, 187, 187, 0.3);
  color: #B7B7B7;
}

@keyframes pulsateCircles {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.single-tournament {
  position: relative;
  margin-bottom: 24px;
}
.single-tournament .single-tournament-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .single-tournament .single-tournament-title {
    font-size: 16px;
  }
}
.single-tournament .single-tournament-status {
  position: absolute;
  top: 20px;
  left: 20px;
}
.single-tournament .single-tournament-status .badge-primary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22.5px);
  padding: 6px;
}
.single-tournament .single-tournament-prize {
  position: absolute;
  bottom: 10px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22.5px);
  border-radius: 18px;
  padding: 10px;
}
.single-tournament .single-tournament-prize .single-tournament-prize-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.single-tournament .single-tournament-prize .single-tournament-prize-value {
  color: #FFEFF1;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .single-tournament .single-tournament-prize {
    bottom: unset;
    top: 10px;
    left: unset;
    right: 20px;
  }
}
.single-tournament .single-tournament-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .single-tournament .single-tournament-content {
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48%;
    text-align: center;
  }
}
.single-tournament .single-tournament-action-wrapper .btn-primary {
  padding: 8px;
  font-size: 10px;
}

.single-tournament-description {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.single-tournament-timestamp-status {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.single-tournament-timestamp-status .tournament-status-txt {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.single-tournament-timestamp-status .single-tournament-timestamp {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.single-tournament-action-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-tournament-action-wrapper .btn {
  flex-grow: 1;
}
.single-tournament-action-wrapper .btn-transparent-underline {
  min-width: fit-content;
}
.single-tournament-action-wrapper .btn-warning {
  padding: 8px;
}

.tournaments-statistics-box {
  margin-bottom: 50px;
  padding: 14px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(to right, #1c3a4f, #14151e, #14151E);
  backdrop-filter: blur(30px);
}
@media (max-width: 575.98px) {
  .tournaments-statistics-box {
    flex-direction: column;
    gap: 20px;
  }
}
.tournaments-statistics-box .statistics-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tournaments-statistics-box .statistics-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .tournaments-statistics-box .statistics-subtitle {
    font-size: 16px;
  }
}
.tournaments-statistics-box .statistics-value {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .tournaments-statistics-box .statistics-value {
    font-size: 24px;
  }
}
.tournaments-statistics-box .statistics-prize {
  color: #09ECEA;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .tournaments-statistics-box .statistics-prize {
    font-size: 24px;
  }
}

.tournament-leaderboard {
  margin-bottom: 20px;
}

.tournament-leaderboard-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.tournament-leaderboard {
  background: #1a1a26;
  padding: 15px;
  border-radius: 30px;
}

.tournament-leaderboard-title {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.tournament-leaderboard-subtitle {
  color: #a0aec0;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: normal;
}

.leaderboard-pos {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0px 0.125rem;
  border-radius: 1.5rem;
  background: rgb(26, 32, 44);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament-title {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .tournament-title {
    font-size: 24px;
  }
}

.tournament-header-wrapper {
  position: relative;
}
.tournament-header-wrapper .tournament-header-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .tournament-header-wrapper .tournament-header-content {
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48%;
    text-align: center;
  }
}
.tournament-header-wrapper .tournament-header-status {
  position: absolute;
  top: 25px;
  left: 20px;
}
.tournament-header-wrapper .tournament-header-status .badge-primary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22.5px);
  padding: 6px;
}
.tournament-header-wrapper .tournament-header-prize-pool {
  position: absolute;
  bottom: 10px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22.5px);
  border-radius: 18px;
  padding: 10px;
}
.tournament-header-wrapper .tournament-header-prize-pool .tournament-header-prize-pool-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.tournament-header-wrapper .tournament-header-prize-pool .tournament-header-prize-pool-value {
  color: #FFEFF1;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .tournament-header-wrapper .tournament-header-prize-pool {
    bottom: unset;
    top: 10px;
    left: unset;
    right: 20px;
  }
}
.tournament-header-wrapper .overlay-info {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  background: rgba(16, 16, 22, 0.52);
  backdrop-filter: blur(37.5px);
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tournament-header-wrapper .overlay-info .tournament-header-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 16px;
}
.tournament-header-wrapper .overlay-info .tournament-header-info {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.tournament-header-wrapper .overlay-info .timer-box {
  padding: 14px;
  margin-bottom: 26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.tournament-header-wrapper .tournament-header-cover img {
  border-radius: 12px;
}

.tournament-header-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .tournament-header-title {
    font-size: 18px;
  }
}

.tournament-header-prize-pool-title {
  color: #a0aec0;
  font-weight: 400;
  margin-bottom: 8px;
}

.tournament-header-time-left-title {
  font-size: 12px;
  color: #a0aec0;
  margin-bottom: 4px;
}

.tournament-header-time-left-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tournament-desc-title {
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
}

.tournament-rules-title {
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
}

.tournament-desc {
  color: #a0aec0;
  line-height: 24px;
  margin-bottom: 24px;
}

.tournament-player-current-position {
  padding: 8px 15px;
  background: linear-gradient(0deg, rgba(9, 236, 234, 0.08) 0%, rgba(9, 236, 234, 0.08) 100%), #14141C !important;
  color: #09ECEA;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tournament-player-current-position.border-top-tournament {
  border-top: 1px solid #09ECEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tournament-clock-box {
  margin: 0;
  padding: 0;
  position: relative;
}
.tournament-clock-box .clock-container {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-clock-box .clock-container .clock-shape {
  fill: transparent;
  stroke-width: 2.2px;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-dasharray: 131.9;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s linear;
}
.tournament-clock-box .clock-container .clock-shape.main-circle {
  stroke: #FA00FF;
}
.tournament-clock-box .clock-content {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.small-tournament-box {
  border-radius: 20px;
  background: #201f22;
  height: 288px;
  position: relative;
}
.small-tournament-box .small-tournament-status {
  position: absolute;
  top: 10px;
  left: 10px;
}
.small-tournament-box .small-tournament-status .tournament-status {
  font-size: 8px;
}
.small-tournament-box .small-tournament-timestamp {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}
.small-tournament-box .small-tournament-timestamp .small-status-txt {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.small-tournament-box .small-tournament-timestamp .small-status-time {
  color: #FFEFF1;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.small-tournament-box .small-tournament-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  background: rgba(16, 16, 22, 0.4);
  padding: 10px 14px;
  text-align: center;
}
.small-tournament-box .small-tournament-info .small-tournament-info-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
}
.small-tournament-box .small-tournament-info .small-tournament-prize-pool {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.small-tournament-box .small-tournament-info .small-tournament-prize-pool strong {
  color: #FFEFF1;
  font-weight: 700;
}
.small-tournament-box .small-tournament-info .small-tournament-action-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec {
  animation: secAnimation 1s infinite;
}

@keyframes secAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.all-bonuses .single-bonus {
  margin-bottom: 38px;
}
section.all-bonuses .single-bonus .single-bonus-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: white;
  display: block;
  margin-bottom: 0;
  margin-top: 16px;
}
section.all-bonuses .single-bonus img {
  border-radius: 4px;
}
section.all-bonuses .single-bonus-meta {
  background-color: #1a202c;
  padding-left: 20px;
  padding-right: 20px;
}
section.all-bonuses .single-bonus .single-bonus-subtitle {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #a0aec0;
  margin-bottom: 16px;
  text-transform: uppercase;
}
section.all-bonuses .bonuses-nav ul {
  justify-content: center;
  gap: 12px;
}
section.all-bonuses .bonuses-nav ul .nav-item .btn {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  section.all-bonuses .bonuses-nav ul {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}

.bonus-title {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.timer-box {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(22.5px);
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.timer-box .timer-text {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 15.6px */
}

section.single-bonus .single-bonus-header {
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
}
section.single-bonus .single-bonus-header .single-bonus-header-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 14px;
}
section.single-bonus .single-bonus-header .single-bonus-header-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A0AEC0;
  margin-bottom: 16px;
}
section.single-bonus .single-bonus-header .bonus-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-header .bonus-image {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 160px;
    margin-bottom: 24px;
  }
}
section.single-bonus .single-bonus-header .single-bonus-header-wrapper {
  padding: 32px;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-header .single-bonus-header-wrapper {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-header .single-bonus-header-wrapper .single-bonus-action-btns button {
    padding: 10px 15px;
  }
}
section.single-bonus .single-bonus-header .single-bonus-header-wrapper .single-bonus-header-timestamp {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #A0AEC0;
  margin-bottom: 4px;
}
section.single-bonus .single-bonus-header .single-bonus-header-wrapper .single-bonus-header-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-header .single-bonus-header-wrapper .single-bonus-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}
section.single-bonus .single-bonus-header .single-bonus-header-wrapper .single-bonus-header-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A0AEC0;
  margin-bottom: 16px;
}
section.single-bonus .single-bonus-header .single-bonus-header-cover {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
section.single-bonus .bonus-info-section {
  margin-bottom: 72px;
}
@media (max-width: 575.98px) {
  section.single-bonus .bonus-info-section {
    margin-bottom: 48px;
  }
}
section.single-bonus .bonus-section-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 16px;
}
section.single-bonus .bonus-section-txt {
  color: #a0aec0;
  line-height: 21px;
  font-size: 14px;
}
section.single-bonus .single-bonus-info-highlights {
  gap: 6px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-info-highlights {
    margin-bottom: 20px;
  }
}
section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight {
  display: inline-block;
  text-align: center;
  background: #1A202C;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  flex: auto;
  padding: 8px;
}
section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight:last-child {
    margin-right: 6px;
  }
}
section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight .single-bonus-info-highlight-value {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0AF1EC;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight .single-bonus-info-highlight-value {
    font-size: 16px;
    line-height: 22px;
  }
}
section.single-bonus .single-bonus-info-highlights .single-bonus-info-highlight .single-bonus-info-highlight-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
}
section.single-bonus .single-bonus-desc-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  section.single-bonus .single-bonus-desc-wrapper {
    margin-bottom: 48px;
  }
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-desc-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #A0AEC0;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-desc-txt {
  color: #a0aec0;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 16px;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-desc-txt ol {
  margin: 0;
  padding-left: 15px;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-provider-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-provider {
  color: white;
  padding: 15px;
  background-color: #1a202c;
  display: inline-block;
  border-radius: 5px;
  margin-right: 8px;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-categories .single-bonus-categories-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
}
section.single-bonus .single-bonus-desc-wrapper .single-bonus-categories .single-bonus-category {
  color: white;
  padding: 15px;
  background-color: #1a202c;
  display: inline-block;
  border-radius: 5px;
  margin-right: 8px;
}
section.single-bonus .single-bonus-terms-wrapper {
  margin-bottom: 14px;
}
section.single-bonus .single-bonus-terms-wrapper .single-bonus-terms-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
section.single-bonus .single-bonus-terms-wrapper .single-bonus-terms-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #A0AEC0;
}
section.single-bonus .single-bonus-type {
  background-color: #1a8754;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 12px;
  border-radius: 4px;
}
section.single-bonus .single-bonus-excluded-games-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

section.vip-club .bonus-h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}
section.vip-club .bonus-h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #CBD5E0;
  margin-bottom: 28px;
}
section.vip-club .single-vip-level {
  border-radius: 10px;
  border: 1px solid #22222E;
  background: #1D1D29;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 100px;
}
section.vip-club .single-vip-level .single-vip-level-img {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  position: relative;
}
section.vip-club .single-vip-level .single-vip-level-img img {
  width: 50%;
  display: block;
  margin: auto;
  margin-top: -100px;
}
section.vip-club .single-vip-level .single-vip-level-current {
  position: absolute;
  right: 20px;
}
section.vip-club .single-vip-level .single-vip-level-current img {
  width: 60px;
}
section.vip-club .single-vip-level .single-vip-level-rewards__wrapper {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 105, 129, 0.2) 0%, rgba(104, 105, 129, 0) 100%);
  border: 1px solid rgba(104, 105, 129, 0.2);
  border-radius: 12px;
  padding: 18px 20px 10px 20px;
}
section.vip-club .single-vip-level .single-vip-level-reward {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}
section.vip-club .single-vip-level .single-vip-level-num {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #FFF;
  text-align: center;
}
section.vip-club .single-vip-level .single-vip-level-points {
  background: #2D3748;
  border-radius: 6px;
  right: 14px;
  top: 28px;
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 5px 15px;
}
section.vip-club .single-vip-level-title {
  color: #00FFF0;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
section.vip-club .lion-club-progress-values {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #A0AEC0;
  margin-bottom: 10px;
}
section.vip-club .lion-club-progress-values .lion-club-progress-points {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #00FFF0;
}
section.vip-club .lion-club-progress-values a {
  color: #A0AEC0;
}
section.vip-club .progress {
  height: 4px;
  background: #2D3748;
}
section.vip-club .progress .progress-bar {
  border-radius: 4px;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #0098BA 100%);
}
section.vip-club .vip-current-progress-title {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
section.vip-club .vip-current-progress {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 105, 129, 0.2) 0%, rgba(104, 105, 129, 0) 100%);
  border: 1px solid rgba(104, 105, 129, 0.2);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  section.vip-club .vip-current-progress {
    padding: 15px;
    margin-bottom: 24px;
  }
}
section.vip-club .loyal-program-about {
  padding: 80px;
  background: #1A202C;
}
@media (max-width: 575.98px) {
  section.vip-club .loyal-program-about {
    padding: 20px;
  }
}
section.vip-club .loyal-program-about .vip-bonuses {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.vip-club .loyal-program-about .vip-bonuses li {
  color: #fff;
  margin-bottom: 8px;
}
section.vip-club .loyal-program-about .vip-bonuses i {
  margin-right: 5px;
  color: #ED8936;
}
section.vip-club .loyalty-program-box {
  margin-bottom: 120px;
}

.loyalty-program-box {
  color: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #22222E;
  background: #1D1D29;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  height: 100%;
}
@media (max-width: 575.98px) {
  .loyalty-program-box {
    padding-bottom: 10px;
    height: unset;
    margin-bottom: 4px;
  }
}
.loyalty-program-box .loyal-program-how {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .loyalty-program-box .loyal-program-how {
    font-size: 21px;
    line-height: normal;
  }
}
.loyalty-program-box .my-level-title {
  color: #8F8FBE;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.loyalty-program-box .current-level-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.loyalty-program-box .single-loyal-rule {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.loyalty-program-box .single-loyal-rule i {
  margin-right: 5px;
  color: #ED8936;
}
.loyalty-program-box .rule-info {
  color: #8F8FBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loyalty-program-box .rule-info i {
  margin-right: 6px;
}
.loyalty-program-box .loyalty-img__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .loyalty-program-box .loyalty-img__wrapper {
    display: none;
  }
}
.loyalty-program-box .loyalty-img__wrapper .loyalty-title {
  color: #00FFF0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .loyalty-program-box .loyalty-img__wrapper .loyalty-title {
    margin-bottom: 20px;
  }
}

section.my-bonuses .my-bonuses-stats {
  background: #1A202C;
  padding: 18px;
  margin-bottom: 24px;
}
section.my-bonuses .my-bonuses-stats .my-bonuses-stat {
  text-align: center;
}
section.my-bonuses .my-bonuses-stats .my-bonuses-stat .my-bonuses-stat-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #A0AEC0;
  margin-bottom: 8px;
}
section.my-bonuses .my-bonuses-stats .my-bonuses-stat .my-bonuses-stat-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
}
section.my-bonuses .my-bonuses-section-type {
  margin-bottom: 48px;
}
section.my-bonuses .my-bonuses-section-type .my-bonuses-section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  color: #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(to right, #7A808F, rgba(122, 128, 143, 0));
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
section.my-bonuses .my-bonuses-card {
  min-height: 232px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  border-radius: 15px;
  border: 1.5px solid #22222E;
  background: #14151F;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 2px;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #A0AEC0;
  margin-bottom: 16px;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-infos {
  margin-bottom: 24px;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-infos .my-bonuses-card-info {
  margin-bottom: 8px;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-infos .my-bonuses-card-info .my-bonuses-card-info-title {
  font-size: 12px;
  line-height: 21px;
  color: #A0AEC0;
}
section.my-bonuses .my-bonuses-card .my-bonuses-card-infos .my-bonuses-card-info .my-bonuses-card-info-value {
  color: #FFF;
  font-size: 12px;
  line-height: 21px;
}
section.my-bonuses .my-bonuses-card .my-bonus-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(40, 45, 55, 0.8392156863);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  border-radius: 12px;
}
section.my-bonuses .my-bonuses-card .my-bonus-overlay .my-bonus-overlay-txt {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
section.my-bonuses .my-bonuses-card .my-bonus-overlay .my-bonus-overlay-txt img {
  width: 90px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  opacity: 0.5;
}
section.my-bonuses .bonus-code-box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: rgba(40, 45, 55, 0.6);
  box-shadow: 1px 1px 2px 0 rgba(75, 79, 83, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: relative;
}
section.my-bonuses .bonus-code-box .bonus-code-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  section.my-bonuses .bonus-code-box .bonus-code-title {
    margin-bottom: 16px;
  }
}
section.my-bonuses .bonus-code-box .bonus-code-img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 25%;
}

.bonus-games-wager .single-wager-box {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  margin-bottom: 16px;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .bonus-games-wager .single-wager-box .bonus-info-wrapper {
    flex-wrap: wrap;
  }
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-info-box {
  padding: 6px 12px;
  border-radius: 26px;
  background: rgba(187, 187, 187, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box {
  padding: 4px 8px 4px 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.pending {
  background: rgba(246, 209, 14, 0.3);
  color: #FFEA79;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.pending::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(246, 209, 14, 0.7);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  transform-origin: center;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.pending::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(246, 209, 14, 0.7);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  animation-delay: 1.25s;
  transform-origin: center;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.active {
  background: rgba(11, 207, 19, 0.3);
  color: #4AF151;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.active::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(11, 207, 19, 0.5);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  transform-origin: center;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.active::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(11, 207, 19, 0.5);
  border-radius: 50%;
  animation: pulsateCircles 2.5s infinite ease-out;
  animation-delay: 1.25s;
  transform-origin: center;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.completed {
  background: rgba(11, 248, 238, 0.3);
  color: #0BF8EE;
}
.bonus-games-wager .single-wager-box .bonus-info-wrapper .bonus-status-box.canceled {
  background: rgba(187, 187, 187, 0.3);
  color: #B7B7B7;
}
.bonus-games-wager .single-wager-box .bonus-wager-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .bonus-games-wager .single-wager-box .bonus-wager-details-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.bonus-games-wager .single-wager-box .bonus-wager-details-wrapper .wager-progress-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bonus-games-wager .single-wager-box .bonus-wager-details-wrapper .wager-progress-info {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bonus-games-wager .single-wager-box .bonus-wager-details-wrapper .wager-progress-info .wager-current-points {
  color: #00FFF0;
}
.bonus-games-wager .single-wager-box .bonus-wager-details-wrapper .wager-progress-info .wager-total-points {
  color: #617497;
}
.bonus-games-wager .single-wager-box .progress {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
  height: 8px;
}
.bonus-games-wager .single-wager-box .progress .progress-bar {
  border-radius: 4px;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #0098BA 100%);
  box-shadow: 0 0 12px #0BFFF0, 0 0 25px #0BFFF0, 0 0 50px rgba(11, 255, 240, 0.8), 0 0 100px rgba(11, 255, 240, 0.5);
}

.contact-section .contact-card {
  border-radius: 10px;
  border: 1px solid #22222E;
  background: #1D1D29;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  padding: 40px;
  margin-bottom: 18px;
  height: 320px;
  position: relative;
}
@media (max-width: 575.98px) {
  .contact-section .contact-card {
    padding: 25px;
  }
}
.contact-section .contact-card .contact-card-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .contact-section .contact-card .contact-card-title {
    font-size: 24px;
  }
}
.contact-section .contact-card .contact-card-desc {
  color: #8F8FBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .contact-section .contact-card .contact-card-desc {
    font-size: 14px;
  }
}
.contact-section .contact-card .contact-card-action {
  align-self: center;
  width: 70%;
}
.contact-section .contact-card .contact-card-icon {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal .modal-content {
  background: linear-gradient(-140deg, #8996ff -300%, #191A26 40%, #191A26 56%, #4e3f96 230%, #FF6EFF 200%);
}

.modal .btn-close {
  cursor: pointer;
  opacity: 1 !important;
  width: auto;
  height: auto;
  background: none;
}

.modal-bonus-unlocked .bonus-unlocked-share {
  text-align: center;
}
.modal-bonus-unlocked .bonus-unlocked-share .bonus-unlocked-share-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.modal-bonus-unlocked .bonus-unlocked-share .bonus-unlocked-socials {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.modal-bonus-unlocked .bonus-unlocked-share .bonus-unlocked-socials li {
  display: inline-block;
  margin-right: 18px;
}
.modal-bonus-unlocked .bonus-unlocked-share .bonus-unlocked-socials li:last-child {
  margin-right: 0;
}
.modal-bonus-unlocked .btn-bonus-unlocked {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #171923;
  text-transform: none;
  letter-spacing: normal;
}
.modal-bonus-unlocked .bonus-unlocked-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.modal-user-statistics .user-stat-highlights {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .modal-user-statistics .user-stat-highlights {
    flex-direction: column;
  }
}
.modal-user-statistics .user-stat-highlights .user-single-stat-bet {
  border-radius: 15px;
  background: radial-gradient(83.43% 76.73% at 92.01% 84.05%, rgba(255, 110, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(53.85% 37.07% at 50% 50%, rgba(16, 174, 209, 0.3) 0%, rgba(25, 26, 38, 0) 100%), radial-gradient(54.12% 59.19% at 15.68% 8.62%, rgba(123, 13, 20, 0.3) 0%, rgba(0, 0, 0, 0) 100%), #191A26;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
  padding: 15px;
  margin-bottom: 16px;
  margin-right: 5px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .modal-user-statistics .user-stat-highlights .user-single-stat-bet {
    margin-right: 0;
  }
}
.modal-user-statistics .user-stat-highlights .user-single-stat-bet:last-child {
  margin-right: 0;
}
.modal-user-statistics .user-stat-highlights .user-single-stat-bet .user-single-stat-bet-title {
  color: rgba(153, 164, 176, 0.8);
  font-size: 14px;
  margin-bottom: 4px;
}
.modal-user-statistics .user-stat-highlights .user-single-stat-bet .user-single-stat-bet-value {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.modal-user-statistics .modal-content {
  border-radius: 10px;
  border: 1px solid #14151E;
  background-color: #14151E;
}

.modal-bonus-terms .single-bonus-terms {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
}

.responsible-gaming-modal .modal-header {
  padding: 15px;
  background-color: #2D3748;
}
.responsible-gaming-modal .modal-header .modal-title {
  color: #A0AEC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.responsible-gaming-modal .modal-body {
  color: #A0AEC0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
}

.modal-wallet .modal-content {
  background: linear-gradient(-140deg, #8996ff -300%, #191A26 40%, #191A26 56%, #4e3f96 230%, #FF6EFF 200%);
}
.modal-wallet .single-fiat-payment-method {
  background-color: #25273d;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1294117647);
  border: 2px solid transparent;
  width: 100%;
  margin: 2px;
  cursor: pointer;
  margin-bottom: 10px;
}
.modal-wallet .single-fiat-payment-method.active {
  border: 2px solid #0da8bc;
}
.modal-wallet .single-fiat-payment-method .single-fiat-payment-method-icon {
  width: 4.25rem;
  height: auto;
  margin-right: 0.625rem;
  max-height: 2.375rem;
}
.modal-wallet .single-fiat-payment-method .single-fiat-payment-method-title {
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
.modal-wallet .single-fiat-payment-method .single-fiat-payment-method-eat {
  text-align: left;
  color: #9e9c9c;
  font-size: 12px;
}
.modal-wallet .single-fiat-payment-method .single-fiat-payment-method-desc {
  color: #a0aec0;
  font-size: 12px;
}
.modal-wallet .bank-wire-header {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.modal-wallet .payment-box.active {
  display: block !important;
}
.modal-wallet .payment-box .payment-box-header {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 10px;
}
.modal-wallet .payment-box .payment-box-body .qr-code {
  width: 200px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .modal-wallet .payment-box .payment-box-body .qr-code {
    margin: 0 auto;
  }
}
.modal-wallet .payment-box .voucher-purchase-one {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 8px;
}
.modal-wallet .payment-box .voucher-helper-txt {
  color: #a0aec0;
  font-size: 14px;
  margin-bottom: 16px;
}
.modal-wallet .payment-box .voucher-purchase-one {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.modal-wallet .payment-box .voucher-single-amount {
  background-color: #202736;
  padding: 10px 15px;
  font-size: 14px;
  color: white;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid transparent;
  cursor: pointer;
}
.modal-wallet .payment-box .voucher-single-amount.active {
  border: 2px solid #d48a08;
}
.modal-wallet .deposit-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
.modal-wallet .deposit-text strong {
  font-weight: 700;
}
.modal-wallet .deposit-options-wrapper {
  border-right: 1px solid #23253a;
  height: 100%;
}
.modal-wallet .deposit-option {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.modal-wallet .iban-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}
.modal-wallet .iban-details {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-bottom: 16px;
}
.modal-wallet .iban-details:last-child {
  border-bottom: 0;
}
.modal-wallet .iban-details span {
  font-weight: 400;
}
.modal-wallet .iban-box {
  border-radius: var(--spacing-8, 8px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(67, 120, 255, 0.08);
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.modal-wallet .iban-box span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.modal-wallet .iban-box span svg {
  margin-right: 10px;
}
.modal-wallet .iban-box .btn-copy-iban {
  background: none;
  border: none;
}
@media only screen and (max-width:520px) {
  .modal-wallet .modal-dialog {
    margin: 20px;
  }
  .modal-wallet .modal-content {
    height: 100%;
  }
}
.modal-wallet .modal-title {
  font-size: 24px;
}
@media only screen and (max-width:520px) {
  .modal-wallet .modal-title {
    font-size: 18px;
  }
}
@media only screen and (max-width:520px) {
  .modal-wallet .modal-header {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:520px) {
  .modal-wallet .modal-body {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width:520px) {
  .modal-wallet .wallet-modal-title {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.modal-wallet .input-group-buy-crypto-btc {
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #FFF;
  background-color: #2f3746;
  border-color: #2f3746;
}
.modal-wallet .input-group-buy-crypto-btc + input {
  border-color: #2f3746;
}
.modal-wallet .input-group-buy-crypto-usd {
  margin-right: -6px;
  z-index: 4;
  padding: 10px 15px;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #22263A;
}
.modal-wallet .input-group-buy-crypto-usd + input {
  border-color: #2f3746;
}
.modal-wallet .nav-tabs .nav-link {
  margin-right: 4px;
  background-color: #202736;
  padding: 10px 15px;
  font-size: 14px;
}
@media only screen and (max-width:520px) {
  .modal-wallet .nav-tabs .nav-link {
    padding: 10px;
  }
}
.modal-wallet .nav-tabs .nav-link svg {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
}
.modal-wallet .nav-tabs .nav-link span {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width:520px) {
  .modal-wallet #wallet-tab-nav .nav-link {
    padding: 15px;
    font-size: 16px;
  }
  .modal-wallet #wallet-tab-nav .nav-link svg {
    width: 24px;
  }
  .modal-wallet #wallet-tab-nav .nav-link.active {
    flex-grow: 1;
  }
  .modal-wallet #wallet-tab-nav .nav-link.active span {
    display: inline-block !important;
  }
}
.modal-wallet .wallet-modal-deposit-notice {
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.7;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width:520px) {
  .modal-wallet .wallet-modal-deposit-notice {
    font-size: 12px;
    line-height: 18px;
  }
}
.modal-wallet .wallet-deposit-choose-network {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E2E8F0;
  margin-bottom: 8px;
}
.modal-wallet .wallet-withdraw-choose-network {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E2E8F0;
  margin-bottom: 8px;
}
.modal-wallet .network-radio-choice {
  font-size: 14px;
  cursor: pointer;
}
.modal-wallet .network-radio-choice input[type=radio] {
  position: absolute;
  opacity: 0;
}
.modal-wallet .network-radio-choice input[type=radio] + span {
  display: inline-block;
  color: #4A5568;
  margin-right: 4px;
  background-color: #202736;
  padding: 10px 30px;
  border: 2px solid transparent;
}
.modal-wallet .network-radio-choice input[type=radio]:checked + span {
  display: inline-block;
  color: #FFF;
  background-color: rgba(255, 169, 6, 0.4784313725);
  border: 2px solid #ffa906;
}
.modal-wallet .wallet-deposit-address-content {
  margin-bottom: 16px;
}
@media only screen and (max-width:520px) {
  .modal-wallet .wallet-deposit-address-content {
    margin-bottom: 0px;
  }
}
.modal-wallet .wallet-deposit-address-content .wallet-deposit-address-content-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A0AEC0;
  margin-bottom: 20px;
}
@media only screen and (max-width:520px) {
  .modal-wallet .wallet-deposit-address-content .wallet-deposit-address-content-title {
    margin-bottom: 8px;
  }
}
.modal-wallet .wallet-deposit-address-content .wallet-deposit-address-value {
  color: #FFF;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 18px;
}
.modal-wallet .wallet-deposit-address-content .btn-primary {
  padding: 7px 40px;
}
.modal-wallet .wallet-deposit-address-content .qr-code {
  max-width: 100%;
}

.wallet-modal-deposit-balances .select2-container {
  width: 100% !important;
}
.wallet-modal-deposit-balances .select2-coin-view {
  margin-top: 11px;
}
.wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 10px;
  background-color: #22263A;
  height: 48px;
}
.wallet-modal-deposit-balances .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  color: #FFFFFF;
}
.wallet-modal-deposit-balances .select2-coin-balance-text {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #CBD5E0;
}
.wallet-modal-deposit-balances .select2-coin-balance-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #CBD5E0;
}
.wallet-modal-deposit-balances .select2-coin-balance {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 6px;
  margin-right: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}
.wallet-modal-deposit-balances .select2-selection__arrow {
  top: 17px !important;
  right: 7px !important;
}

.modal-register .modal-content {
  background: linear-gradient(-140deg, #8996ff -300%, #191A26 40%, #191A26 56%, #4e3f96 230%, #FF6EFF 200%);
  border: none;
}
.modal-register .modal-content img {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.modal-register .modal-content .modal-left {
  height: 100%;
}
.modal-register .modal-content .modal-left img {
  height: inherit;
}
.modal-register .reg-promo {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 10%;
  text-align: center;
}
.modal-register .reg-promo .reg-promo-title {
  color: #09E8E9;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.modal-register .reg-promo .reg-promo-subtitle {
  font-size: 22px;
  color: #74FFF7;
  font-weight: bold;
}
.modal-register .reg-agreement {
  color: #A0AEC0;
  font-size: 12px;
  vertical-align: middle;
  line-height: 21px;
  font-weight: normal;
}
.modal-register .modal-body {
  padding-bottom: 20px;
}
.modal-register .nav-link {
  background: #656578;
  padding: 2px;
}
.modal-register .nav-link.active {
  background: #0BFFF0;
  padding: 2px;
}

.modal-promotion-bonus .modal-content {
  position: relative;
}
.modal-promotion-bonus .modal-content .modal-promotion-bonus-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
}
.modal-promotion-bonus .modal-content .modal-title {
  margin-bottom: 16px;
}
@media only screen and (max-width:520px) {
  .modal-promotion-bonus .modal-content .modal-title {
    font-size: 18px;
  }
}
.modal-promotion-bonus .modal-content .modal-title span {
  color: #47c1a9;
}
.modal-promotion-bonus .modal-content .promotion-bonus-subtitle {
  color: #FFF;
  font-style: italic;
  font-size: 16px;
  text-decoration: underline;
}
.modal-promotion-bonus .modal-content .btn-promotion-modal-action {
  font-size: 16px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.modal-register-success .modal-content {
  padding: 48px;
}
.modal-register-success .modal-content .register-success-icon svg {
  margin-bottom: 24px;
  text-align: center;
}
.modal-register-success .modal-content .register-success-title {
  font-size: 21px;
  color: #FFF;
  margin-bottom: 18px;
  font-weight: bold;
}
.modal-register-success .modal-content .register-success-txt {
  font-size: 14px;
  color: silver;
  line-height: 24px;
}

.message-modal .isMobile {
  display: none;
}
@media (max-width: 767px) {
  .message-modal .isMobile {
    display: block;
  }
}
.message-modal .modal-dialog {
  max-width: 1130px;
  height: 90vh;
}
.message-modal .modal-content {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 45rem;
}
.message-modal .modal-body {
  padding: 0;
  --bs-gutter-x: 0;
  margin: 0;
  max-height: 100%;
  overflow: scroll;
}
.message-modal .close-modal {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  color: #4A5568;
}
.message-modal .modal-header {
  padding: 1.5rem;
  border-bottom: 0.5px #2D3748 solid;
}
.message-modal .modal-title {
  color: white;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem; /* 120% */
  word-wrap: break-word;
}
.message-modal .modal-body-sidebar {
  border-right: 0.5px #2D3748 solid;
  height: 100%;
  padding: 16px;
  overflow: scroll;
}
.message-modal .modal-body-sidebar .modal-search-bar {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(74, 85, 104, 0.36);
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px #2D3748 solid;
  backdrop-filter: blur(53px);
  -webkit-backdrop-filter: blur(53px);
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  display: inline-flex;
  margin-bottom: 13px;
}
.message-modal .modal-body-sidebar .modal-search-bar .fa-search {
  color: #4A5568;
}
.message-modal .modal-body-sidebar .modal-search-bar input {
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  color: var(--white, #FFF);
}
.message-modal .modal-body-sidebar .conversation-list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.message-modal .modal-body-sidebar .conversation-list .highlighted-text {
  color: #FFA903;
  font-weight: bold;
}
.message-modal .modal-body-sidebar .conversation-box:hover {
  background: #2D3748;
  border-radius: 8px;
}
.message-modal .modal-body-sidebar .conversation-box {
  cursor: pointer;
  width: 100%;
  padding: 16px 8px;
  align-items: flex-start;
  gap: 8px;
  display: grid;
  grid-template-columns: 50px 1fr;
}
.message-modal .modal-body-sidebar .conversation-box .last-message-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.message-modal .modal-body-sidebar .conversation-box .user-avatar-div {
  width: 48px;
  height: 48px;
  position: relative;
}
.message-modal .modal-body-sidebar .conversation-box .user-avatar {
  width: 48px;
  height: 48px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #FFDE9D;
  border-radius: 9999px;
}
.message-modal .modal-body-sidebar .conversation-box .user-avatar span {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A202C;
}
.message-modal .modal-body-sidebar .conversation-box .last-message-info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.25rem;
}
.message-modal .modal-body-sidebar .conversation-box .last-message-info .username-info {
  flex: 1 1 0;
  color: white;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  word-wrap: break-word;
}
.message-modal .modal-body-sidebar .conversation-box .last-message-info .timestamp-info {
  text-align: right;
  color: #718096;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.message-modal .modal-body-sidebar .conversation-box .message-content-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 4px;
  display: inline-flex;
}
.message-modal .modal-body-sidebar .conversation-box .message-content-div .message-content {
  width: 100%;
  color: #A0AEC0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px;
}
.message-modal .modal-body-sidebar .conversation-box .message-content-div .message-content .message-notification-badge {
  padding: 1px;
  background: #FFA903;
  border-radius: 74px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.message-modal .modal-body-sidebar .conversation-box .message-content-div .message-content .message-notification-badge p {
  width: 16px;
  text-align: center;
  color: #171923;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  word-wrap: break-word;
  margin-bottom: 0;
}
.message-modal .modal-body-sidebar .conversation-box .message-content-div .message-content p {
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--gray-400, #A0AEC0);
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  /* text-xs/lineHeight-4/font-normal */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
}
.message-modal .modal-body-sidebar .active-conversation {
  background: #2D3748;
  border-radius: 8px;
  padding: 1rem 0.5rem;
}
.message-modal .modal-body-conversation {
  position: relative;
  padding: 1.44rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: scroll;
}
.message-modal .modal-body-conversation .mobile-control-div {
  display: none;
}
.message-modal .modal-body-conversation .conversation {
  overflow: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.message-modal .modal-body-conversation .conversation .spinner-div {
  text-align: center;
  position: absolute;
  top: 12px;
  width: 100%;
}
.message-modal .modal-body-conversation .conversation .spinner-div .spinner-border {
  color: #A0AEC0;
  opacity: 0.5;
  align-self: center;
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
.message-modal .modal-body-conversation .input-div {
  display: none;
  grid-template-columns: auto min-content;
  gap: 1rem;
  position: relative;
}
.message-modal .modal-body-conversation .input-div .send-message-div {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 0.8125rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-700, #2D3748);
  background: rgba(74, 85, 104, 0.36);
  backdrop-filter: blur(26.5px);
  -webkit-backdrop-filter: blur(26.5px);
  justify-content: space-between;
}
.message-modal .modal-body-conversation .input-div .send-message-div .fa-image {
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
.message-modal .modal-body-conversation .input-div .image-preview {
  display: none;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0;
  background-color: rgba(45, 55, 72, 0.67);
  position: absolute;
  left: 0;
  bottom: 100%;
  width: calc(100% - (88px + 1rem));
  height: auto;
  max-height: 250px;
}
.message-modal .modal-body-conversation .input-div .image-preview .remove-image-preview {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.message-modal .modal-body-conversation .input-div .image-preview .remove-image-preview img {
  height: 15px;
  width: 15px;
}
.message-modal .modal-body-conversation .input-div .image-preview .image-preview-img {
  object-fit: contain;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
  max-height: 250px;
}
.message-modal .modal-body-conversation .input-div .btn-send-message {
  display: flex;
  width: 5.5rem;
  height: 3rem;
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background: var(--777-orange, #FFA903);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.message-modal .modal-body-conversation .send-message-div input {
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  color: var(--white, #FFF);
}
.message-modal .modal-body-conversation .messages-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}
.message-modal .modal-body-conversation .messages-div .message {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.5rem;
}
.message-modal .modal-body-conversation .messages-div .message .user-avatar-div {
  width: 40px;
  height: 40px;
  position: relative;
}
.message-modal .modal-body-conversation .messages-div .message .user-avatar-div .user-avatar {
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #FEB2B2;
  border-radius: 9999px;
}
.message-modal .modal-body-conversation .messages-div .message .chat-message-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-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;
}
.message-modal .modal-body-conversation .messages-div .message-own .chat-message-div .chat-message-content-div {
  background: #2D3748;
}
@media (max-width: 767px) {
  .message-modal .modal-dialog {
    margin: 0;
  }
  .message-modal .modal-content {
    border-radius: 0;
  }
  .message-modal .modal-body-conversation {
    background: var(--gray-800, #1A202C);
    transition: 0.5s;
    position: fixed;
    padding: 0;
    top: 0;
    transform: translateX(-100%);
    height: 100vh;
    width: 100vw;
    -webkit-transition: "all" "0.5" s "ease";
    -moz-transition: "all" "0.5" s "ease";
    -ms-transition: "all" "0.5" s "ease";
    -o-transition: "all" "0.5" s "ease";
    transition: "all" "0.5" s "ease";
  }
  .message-modal .modal-body-conversation.open {
    transform: translateX(0);
  }
  .message-modal .modal-body-conversation .mobile-control-div {
    display: flex;
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .message-modal .modal-body-conversation .mobile-control-div .mobile-control-div-heading {
    color: white !important;
    width: 100%;
    margin-right: 32px;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
  }
  .message-modal .modal-body-conversation .conversation {
    padding: 1rem;
  }
  .message-modal .modal-body-conversation .input-div {
    padding: 1rem;
    gap: 0;
  }
  .message-modal .modal-body-conversation .input-div .image-preview {
    width: 100%;
    margin: 0 auto;
    bottom: 100%;
  }
  .message-modal .modal-body-conversation .input-div .image-preview .image-preview-img {
    width: 100%;
  }
  .message-modal .modal-body-conversation .input-div .send-message-div {
    height: 2.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .message-modal .modal-body-conversation .input-div .btn-send-message {
    height: 2.5rem;
    font-size: 1rem;
    padding: 0.62rem 1rem;
  }
}

.conversation, .modal-body-sidebar, .modal-body-conversation, .modal-body {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.conversation::-webkit-scrollbar, .modal-body-sidebar::-webkit-scrollbar,
.modal-body-conversation::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
  display: none;
}

.tournament-modal .modal-header {
  padding: 0;
  justify-content: end;
  margin-bottom: 12px;
}
.tournament-modal .modal-header svg {
  cursor: pointer;
}
.tournament-modal .modal-body {
  padding: 0;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
}
.tournament-modal .modal-content {
  padding: 18px 16px;
  border: none;
  background: radial-gradient(50% 50% at 50% 50%, #3D3D4F 0%, #1D1D29 100%);
}
.tournament-modal .modal-footer {
  padding: 0;
  justify-content: center;
  gap: 4px;
}
.tournament-modal .modal-footer .btn-primary {
  width: 60%;
  font-size: 16px;
}
.tournament-modal .tournament-modal-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.tournament-modal .tournament-win-cup-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tournament-modal .tournament-win-sum {
  color: #FFD682;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 140px;
}
.tournament-modal .badge-tournament {
  background-color: #262066;
  padding: 5px 10px;
  color: #BCC7FF;
  font-size: 14px;
  font-weight: normal;
}
.tournament-modal .tournament-header-time-left-countdown {
  gap: 0;
  font-size: 16px !important;
}
.tournament-modal .tournament-clock-box .clock-container {
  width: 20px;
  height: 20px;
}
.tournament-modal .clock-shape {
  display: none !important;
}
.tournament-modal .btn-main-category {
  color: #BEBEC2;
}

.asset-current-price .asset-current-price-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 74px;
}
.asset-current-price .asset-current-price-subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.asset-current-price .asset-current-price-subtitle img {
  margin-right: 8px;
  display: inline-block;
}
.asset-current-price .asset-current-price-subtitle span {
  font-weight: normal;
}
.asset-current-price .asset-current-price-change {
  border-radius: 8px;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
.asset-current-price .asset-current-price-change.positive-change {
  background: #0c3724;
  color: #0fc26f;
}
.asset-current-price .asset-current-price-change.negative-change {
  background: rgba(243, 50, 85, 0.2901960784);
  color: #F33255;
}
.asset-current-price .asset-current-price-box {
  background: #16203A;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.asset-current-price .asset-current-price-box.statistics {
  background-color: #16203A;
}
.asset-current-price .asset-current-price-box.about {
  background: #111A30;
  font-size: 16px;
  line-height: 24px;
  color: #8E97AF;
}
.asset-current-price .asset-current-price-box .asset-current-price-box-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.asset-current-price .asset-current-price-box hr {
  border: 1px solid #243152;
  margin-top: 24px;
  margin-bottom: 32px;
}
.asset-current-price .asset-current-price-box .asset-current-price-box-stats .asset-current-price-box-stat {
  text-align: center;
}
.asset-current-price .asset-current-price-box .asset-current-price-box-stats .asset-current-price-box-stat .asset-current-price-box-stat-value {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.asset-current-price .asset-current-price-box .asset-current-price-box-stats .asset-current-price-box-stat .asset-current-price-box-stat-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #8E97AF;
}
.asset-current-price .asset-current-price-box .asset-current-price-box-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8E97AF;
}
.asset-current-price .asset-current-price-store-promo {
  padding: 32px;
  background: #16203A;
  border-radius: 16px;
  text-align: center;
}
.asset-current-price .asset-current-price-store-promo img {
  margin-bottom: 24px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.asset-current-price .asset-current-price-store-promo .asset-current-price-store-promo-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.asset-current-price .asset-current-price-store-promo .asset-current-price-store-promo-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8E97AF;
  margin-bottom: 24px;
}

.btn-main-category {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 20px;
  margin-right: 6px;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.btn-main-category:hover, .btn-main-category:focus, .btn-main-category:active {
  background-color: #2D3748;
  color: #fff;
}
.btn-main-category.active {
  background-color: #2D3748;
  color: #fff;
}
.btn-main-category:nth-of-type(2) {
  margin-right: 36px;
}

.btn {
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  padding: 9px 32px;
}
.btn.btn-outline-primary {
  background: rgba(16, 16, 22, 0.22);
  border-color: #77D5EC;
  color: #00FFF0;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  background: rgba(16, 16, 22, 0.52);
  border-color: #77D5EC;
  color: #00FFF0;
  box-shadow: none;
}
.btn.btn-primary {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0BFFF0 0%, #04AED3 100%);
  border: 1px solid #04AED3;
  color: #00323A;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #0c5c57 0%, #37c7e6 100%);
  box-shadow: none;
}
.btn.btn-promo {
  padding: 14px 20px;
  position: relative;
  color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  border: 0;
  background: linear-gradient(143deg, rgb(45, 82, 143), rgb(35, 36, 50));
}
.btn.btn-promo:hover, .btn.btn-promo:visited, .btn.btn-promo:focus {
  background: linear-gradient(143deg, rgb(88, 139, 223), rgba(37, 42, 107, 0.41));
}
.btn.btn-promo .sidebar-promo-icon::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 32px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #31DAFF;
  filter: blur(6px);
}
.btn.btn-promo .tag-total-bonuses {
  display: inline-block;
  padding: 0px 10px;
  background-color: #83d8ff;
  border-radius: 5px;
}
.btn.btn-bonus {
  padding: 14px 20px;
  position: relative;
  color: #FFF;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  background: linear-gradient(143deg, rgba(151, 79, 171, 0.53), rgb(35, 36, 50));
}
.btn.btn-bonus:hover, .btn.btn-bonus:visited, .btn.btn-bonus:focus {
  background: linear-gradient(143deg, rgba(186, 35, 228, 0.73), rgb(35, 36, 50));
}
.btn.btn-bonus .sidebar-promo-icon::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FF6A00;
  filter: blur(6px);
}
.btn.btn-tournament {
  padding: 14px 20px;
  position: relative;
  color: #FFF;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  background: linear-gradient(143deg, rgba(200, 128, 76, 0.59), rgb(35, 36, 50));
}
.btn.btn-tournament:hover, .btn.btn-tournament:visited, .btn.btn-tournament:focus {
  background: linear-gradient(143deg, rgba(231, 110, 23, 0.82), rgb(35, 36, 50));
}
.btn.btn-tournament .sidebar-promo-icon::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFDE31;
  filter: blur(6px);
}
.btn.btn-tournament-outline {
  color: #09ECEA;
  border-radius: 10px;
  border: 1px solid #77D5EC;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-telegram {
  padding: 14px 20px;
  color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  background: linear-gradient(143deg, rgb(2, 56, 91), rgb(27, 42, 61));
  border: 1px solid #093555;
}
.btn.btn-telegram:hover {
  background: linear-gradient(143deg, rgb(8, 104, 168), rgb(27, 42, 61));
}
.btn.btn-deposit {
  position: relative;
  padding: 13px 20px;
  font-size: 14px;
  color: #FFF;
  text-align: start;
  border-radius: 10px;
  border: 0;
  background: radial-gradient(circle at -155.38% 50%, rgba(40, 188, 27, 0.7) 0%, rgba(24, 131, 28, 0) 100%), radial-gradient(ellipse at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(ellipse at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.btn.btn-deposit:hover, .btn.btn-deposit:visited, .btn.btn-deposit:focus {
  background: radial-gradient(circle at -155.38% 50%, rgba(49, 255, 30, 0.91) 0%, rgba(24, 131, 28, 0) 100%), radial-gradient(ellipse at 50% -88%, #787ba1 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(ellipse at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.btn.btn-deposit .deposit-icon {
  margin-right: 6px;
}
.btn.btn-deposit .deposit-icon::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 32px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #91D600;
  filter: blur(6px);
}
.btn.btn-outline {
  color: #FFF;
  border-radius: 50px !important;
  border: 1px solid #38425C;
  padding: 4px 24px;
}
.btn.btn-outline.active, .btn.btn-outline:hover {
  border: 1px solid #77D5EC;
}
.btn.btn-outline-purple {
  padding: 4px 10px;
  border-radius: 30px !important;
  border: 1px solid #886395;
}
.btn.btn-outline-secondary {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #0BFFF0;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:visited, .btn.btn-outline-secondary:focus {
  color: #FFF;
  background: rgba(16, 16, 22, 0.52);
  border-color: #77D5EC;
}
.btn.btn-form-control {
  color: #09E8E9;
  border: 1px solid #0BFFF0;
  background-color: #22263A;
  margin-left: -12px !important;
  border-radius: 12px !important;
  z-index: 3;
}
.btn.btn-play-casino {
  background-color: rgb(45, 137, 74);
  color: #FFF;
}
.btn.btn-play-casino:hover, .btn.btn-play-casino:active, .btn.btn-play-casino:focus {
  background-color: #0c6940;
  border-color: #0c6940;
  box-shadow: none;
}
.btn.btn-play-sports {
  background-color: #362054;
  border-color: #362054;
  color: #FFF;
}
.btn.btn-play-sports:hover, .btn.btn-play-sports:active, .btn.btn-play-sports:focus {
  background-color: #1e122f;
  border-color: #1e122f;
  box-shadow: none;
}
.btn.btn-sport-categories {
  color: #FFF;
  border-radius: 16px;
  padding: 12px 10px;
  background: linear-gradient(143deg, rgb(43, 24, 34), rgb(35, 36, 50));
}
.btn.btn-sport-categories.active {
  border: 1px solid #77D5EC;
  color: #00FFF0;
  background: linear-gradient(143deg, rgb(43, 24, 34), rgba(23, 51, 77, 0.66));
}
.btn.btn-login {
  margin-right: 10px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
.btn.btn-login:hover, .btn.btn-login:active, .btn.btn-login:focus {
  background: radial-gradient(188% 188% at 50% -88%, #535569 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #7c81b2 -20%, rgba(22, 23, 33, 0) 100%);
}
@media (max-width: 575.98px) {
  .btn.btn-login {
    padding: 8px !important;
    margin-right: 4px;
  }
}
.btn.btn-register {
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
}
@media (max-width: 575.98px) {
  .btn.btn-register {
    padding: 8px !important;
  }
}
.btn.btn-google_oauth {
  padding: 8px 12px;
  background-color: #FFF;
  border: 1px solid #dadce0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.btn.btn-google_oauth:hover {
  background-color: #cccccc;
}
.btn.btn-google_oauth:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 48 48"><path fill="%23fbc02d" d="M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12%09s5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24s8.955,20,20,20%09s20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z"></path><path fill="%23e53935" d="M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039%09l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z"></path><path fill="%234caf50" d="M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36%09c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z"></path><path fill="%231565c0" d="M43.611,20.083L43.595,20L42,20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571%09c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z"></path></svg>');
  background-size: cover;
}
.btn.btn-telegram_auth {
  padding: 8px 12px;
  background-color: #FFF;
  border: 1px solid #DADCE0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.btn.btn-telegram_auth:hover {
  background-color: #cccccc;
}
.btn.btn-telegram_auth:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,%3Csvg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_637_5665)"%3E%3Cpath d="M15.6297 30.5232C23.8933 30.5232 30.5924 23.8242 30.5924 15.5606C30.5924 7.29689 23.8933 0.59787 15.6297 0.59787C7.36601 0.59787 0.666992 7.29689 0.666992 15.5606C0.666992 23.8242 7.36601 30.5232 15.6297 30.5232Z" fill="url(%23paint0_linear_637_5665)"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7.43202 15.3986C11.7925 13.5049 14.6953 12.2466 16.153 11.6362C20.3017 9.90442 21.1738 9.60542 21.7344 9.59296C21.859 9.59296 22.1331 9.61787 22.32 9.76738C22.4695 9.89196 22.5068 10.0539 22.5317 10.1785C22.5567 10.3031 22.5816 10.5647 22.5567 10.7641C22.3324 13.1312 21.3606 18.8746 20.8623 21.5158C20.6505 22.637 20.2394 23.0108 19.8407 23.0482C18.9686 23.1229 18.3083 22.4751 17.4736 21.9269C16.153 21.0673 15.4179 20.5315 14.1347 19.6844C12.6521 18.7126 13.6114 18.1769 14.4586 17.3048C14.6829 17.0805 18.5076 13.5921 18.5824 13.2807C18.5949 13.2433 18.5949 13.0938 18.5076 13.0191C18.4204 12.9443 18.2959 12.9692 18.1962 12.9941C18.0591 13.0191 15.9661 14.4144 11.8922 17.1677C11.2942 17.5789 10.7584 17.7782 10.2726 17.7657C9.73685 17.7533 8.71525 17.4667 7.94282 17.2176C7.00843 16.9186 6.26092 16.7566 6.32321 16.2333C6.36059 15.9593 6.73434 15.6852 7.43202 15.3986Z" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_637_5665" x1="15.6172" y1="0.59787" x2="15.6172" y2="30.2865" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%232AABEE"/%3E%3Cstop offset="1" stop-color="%23229ED9"/%3E%3C/linearGradient%3E%3CclipPath id="clip0_637_5665"%3E%3Crect width="29.9129" height="29.9129" fill="white" transform="translate(0.666992 0.59787)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-size: cover;
}
.btn.btn-facebook_auth {
  padding: 8px 12px;
  background-color: #0074e8;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  border: none;
}
.btn.btn-facebook_auth:hover {
  background-color: #004182;
}
.btn.btn-facebook_auth:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #FFF;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" aria-label="" class="FxY gUZ" height="19" role="img" viewBox="0 0 24 24" width="19"><path d="M17.75 3.98h-2.31c-1.81 0-2.16.85-2.16 2.08V8.8h4.32l-.57 4.26h-3.76V24h-4.5V13.05H5V8.8h3.77V5.64C8.77 1.99 11.05 0 14.38 0c1.6 0 2.97.12 3.37.17z" fill="%230074e8"></path></svg>');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.btn.btn-xs {
  padding: 8px 15px;
}
.btn.btn-full-width {
  width: 100%;
}
.btn.btn-real-play {
  background: linear-gradient(73deg, rgb(255, 169, 3) 0%, rgb(255, 169, 3) 91%);
  box-shadow: 0 0 0 rgb(254, 168, 5);
  border-color: #fea903;
  margin-right: 16px;
  color: #000;
}
.btn.btn-demo-play {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-demo-play svg {
  margin-right: 2px;
}
.btn.btn-demo-play:hover, .btn.btn-demo-play:active, .btn.btn-demo-play:focus {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
  box-shadow: none;
}
.btn.btn-withdraw-options {
  border-radius: 6px;
  border: 2px solid rgba(0, 255, 240, 0.4);
  background-color: #22263A;
  padding: 2px 10px;
  color: #09E8E9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-withdraw-options.active, .btn.btn-withdraw-options:focus, .btn.btn-withdraw-options:hover {
  border-radius: 6px;
  border: 2px solid rgba(0, 255, 240, 0.5);
  background-color: #09E8E9;
  color: #1D1D29;
  box-shadow: none;
}
.btn.btn-changelly {
  border-radius: 8px;
  border: 1px solid #10AB03;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #97FF95 0%, #10AB03 100%);
  color: #00323A;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .btn.btn-changelly {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.btn.btn-changelly img {
  width: 24px;
}
.btn.btn-changelly:hover, .btn.btn-changelly:active, .btn.btn-changelly:focus {
  background-color: #038449;
  border-color: #038449;
  color: #FFF;
  box-shadow: none;
}
.btn.btn-moonpay {
  border-radius: 8px;
  border: 1px solid #8E43D9;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #CFA9FF 0%, #8E43D9 100%);
  color: #00323A;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .btn.btn-moonpay {
    margin-left: 0;
  }
}
.btn.btn-moonpay:hover, .btn.btn-moonpay:active, .btn.btn-moonpay:focus {
  background-color: #3c0083;
  border-color: #3c0083;
  color: #FFF;
  box-shadow: none;
}
.btn.btn-moonpay img {
  width: 24px;
}
.btn.btn-responsible-mobile {
  border-radius: 10px;
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px 20px;
}
.btn.btn-responsible-mobile.active {
  color: #00FFF0;
}
.btn.btn-transparent-underline {
  color: #09ECEA;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}
.btn.btn-transparent-underline:hover {
  color: #07bbb9;
}
.btn.btn-transparent-underline:focus {
  box-shadow: none;
}
.btn.btn-tournament-read {
  border-radius: 10px;
  border: 1px solid #77D5EC;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  color: #09ECEA;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}
.btn.btn-tournament-read:hover {
  color: #fff;
  text-decoration-line: none;
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-swiper {
  background-color: #232332;
  padding: 0 2px;
}
.btn.btn-swiper.prev {
  border-radius: 30px 0 0 30px;
}
.btn.btn-swiper.next {
  border-radius: 0 30px 30px 0;
}
.btn.btn-swiper:hover {
  background-color: #383850;
}
.btn.btn-swiper:focus {
  box-shadow: unset;
}

.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;
  white-space: nowrap;
}
.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;
  white-space: nowrap;
}
.table.table-addresses tbody tr.tournament-player-current-position {
  position: relative;
}
.table.table-addresses tbody tr.tournament-player-current-position::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #09ECEA;
}
.table.table-addresses tbody tr.tournament-player-current-position td {
  color: #09ECEA;
}
.table.table-addresses tbody tr.tournament-player-current-position td .leaderboard-pos {
  color: #09ECEA;
}
.table.table-addresses tbody tr.tournament-player-current-position td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #09ECEA;
}
.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-wild {
  margin-bottom: 0;
}
.table.table-wild thead {
  background-color: #1D1D29;
}
.table.table-wild th {
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A0AEC0;
  padding: 14px 8px;
  border-bottom: 0;
}
.table.table-wild th:first-child {
  border-top-left-radius: 8px;
  padding-left: 30px;
}
.table.table-wild th:last-child {
  border-top-right-radius: 8px;
}
.table.table-wild tbody {
  border-top: 1px solid #171923;
}
.table.table-wild tbody tr {
  background-color: #16161E;
  vertical-align: middle;
}
.table.table-wild 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-wild tbody tr td:first-child {
  padding-left: 30px;
}
.table.table-wild tbody tr td.td-rb-game-cover {
  color: #A0AEC0;
  vertical-align: middle;
}
.table.table-wild tbody tr td.td-rb-game-cover a {
  color: #FFF;
}
.table.table-wild tbody tr td.td-rb-game-cover img {
  border-radius: 100%;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.table.table-wild tbody tr td.td-rb-game-cover span {
  display: inline-block;
  vertical-align: middle;
}
.table.table-wild tbody tr td.td-rb-bet-amount {
  vertical-align: middle;
}
.table.table-wild tbody tr td.td-rb-bet-amount span {
  display: inline-block;
  vertical-align: middle;
}
.table.table-wild tbody tr td.td-rb-bet-amount img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.table.table-wild tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-wild tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table.table-wild tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table.table-real-time-bets .td-bet-player {
  color: #FFF;
}
.table.table-real-time-bets .td-bet-multiplier {
  font-weight: 500;
}
.table.table-real-time-bets .td-bet-multiplier.positive-multiplier {
  color: #91D600;
}
.table.table-real-time-bets .td-bet-payout.positive-payout {
  color: #91D600;
  font-weight: 700;
}

.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,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAACXLgAAly4BDvedCQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURBVHic7d15mFxlmf7x+zlVvSWBLBCCECCQTicQBCQqO27ggkCSbmwXRkZGlJ+KDCAkHWDGcoGkAUHRcQyOoqAOdJIOAQQZVEABQWXVBOh0FhAiSQzZk16qzvP7g8Xs6aWq3lq+n+vyuiTpPu8tBt67z3nPUyYABW3CzJkVG/ZdMzyObR9XZh/JhkTyIbFraCQb4rIhkgZL8UCZDZDbQJNXumuwTEmTBm95PZcGSarYZplukzZs9XWuNZIyZlrrsi6Zb5T7JinaKPc1Ll9jka0x+ZrYtdoUrTH5CkvYyrftuXnFg+9LpXP7dwZAf1joAEA5q225ergiGymLDogiHSjXSFc8UrL9Je0jafgb/ylGKyWtkLTSpJcle0Wml2PzF82jv1kyerntjEv/ETokUK4oAEAutbQkxla/eGCcjmuleLRbVKvYR5tZreSjJdWEjhjYZpfa5Vpkpna52k2+KIrU/vwznS8plYpDBwRKFQUAyJKx85r383R8mEc2XrEd5qbx5n6UTANDZytSXZLaTTZfHi+ITfMV24L2+JDn1diYCR0OKHYUAKCXJsycWbF2r9V1UaQJLp/giiaY/B2SBoTOVia6JS008ydc9oS5nthQ0fHksjNSm0IHA4oJBQDYlZaWxLjKxYfFGT9GsmNj07tNOlRSMnQ0bCUt+QJX9EeZHnNPP77o2e4FPEIAdo4CAGyh9p7UntGmyhPjKDohko5z6Z2S9gidC32yTtKfJH/MzB6xyB5+YeLU9aFDAYWCAoCyNnZe8x6ejo+RRafE0okmf7e2f0UOpSEj6QW5PewW/zqqqHiAtxBQzigAKCsjW66vqUl2nyjpVMlPlXSk+OegXMUyPaNY95v8/q51nQ8vPTfVEToUkC/8iw8lr651xpFu+pCkU+U6UVJ16EwoSJsl/V7S/YlI9z0/qekvoQMBuUQBQMkZdXOqunLPqhPddIbMJsl1YOhMKD4uf9E8us8Tfnd6dcf93B1AqaEAoCSMa716r7RsYiQ7012n8O49ssq1Uab/k/mdld1Vd85vvOS10JGA/qIAoGjV3XXd3upOn+byj0n2IXF4D/mRcdljZj4rGWdanmu44u+hAwF9QQFAUTl43lUjkulEo0yNko6XFIXOhLKWkfSISS1xOm5pb7x8ZehAQE9RAFDwRrZcX1Od7DzdpHP4SR8FLOOyxyKLb7Eo+l9mDqDQUQBQkN77QCr5yuoBHzbFn3bpDPGhOSgumyTdKdfPFmYO+RWfXYBCRAFAQRk7r3msp+NPemTncnofJeLvks+K4uSPXjjrsmdDhwHeRAFAcGPnNe/hGf+Ey86V/LjQeYBccdkjMt1c1b359vmNqQ2h86C8UQAQTN3sq8cpSnxG8s+7NDR0HiCP1svtf838+231Tc+EDoPyRAFAXo1vSVV2Jqsmmtnn5ToldB4gNJOekPlNm7qrbn258ZLNofOgfFAAkBdj5zXvF2fiL0r2eUnDQ+cBCtAKuW5KKvN9ZgsgHygAyKnaOdccbfLzZX6OmMEP9ESXyebFytzQXn/5H0KHQemiACD7Uqmo9u019ZH8YjcdHzoOUMQeluyGhc9uvkOpVBw6DEoLBQBZM74lVdmdrP6ES9MkjQudByghi2W6sXtNx0w+lAjZQgFAv42d17xHHPu/yXWZpP1D5wFK2HJz/0FXVP3tpZMvXhM6DIobBQB9Nr7l+mFdia6LZfqypMGh8wBlZI1JN3ZU+rdfOn3a6tBhUJwoAOi1ca1X7xW7fdnN/l3SkNB5gDK2wWT/VZGuuIaPKEZvUQDQY3V3Xbe3urovcLOLxE/8QCHZIPmP04n46iUTr1geOgyKAwUAuzW+JTWoM1n1JZNNExs/UMg2mOy/0mmfvrixaW3oMChsFADs1PiWVGV3RdVn3O3rkkaEzgOgx1a5/Nr02s7v8NYAdoYCgO2894FUctnq6nNd+k9JI0PnAdBHppfc/Wvt6dE/5SOJsS0KALZSN2f6KbHZ9Sa9PXQWAFnzvJkuaZvcdG/oICgcFABIkmrvuPow88S1cj8tdBYAueJ3uyUuap88ZVHoJAiPAlDm6lq+ub8nkt+U6RxJUeg8AHKuU67veE3HVe2npdaFDoNwKABlasLMmRXr9ln9Rbm+IWmP0HkA5N0qmb6xsPuQ73E+oDxRAMpQ3dzmD7j7jZIOC50FQGCmpxTrooUNTb8LHQX5RQEoI7VzrxkduU93+cdCZwFQaPzuKJm88IUzL1sSOgnygwJQBibMnFmxfu/Vl7npPyRVh84DoGBtlim1/5CO6x98XyodOgxyiwJQ4sbMveYo8/h/XJoQOguAYuHPmuu8toZpfwqdBLlDAShRI1uurxmQ7P6qyy+VlAidB0DRSUv+/ZqBycuf/dBlG0OHQfZRAErQmDkzTnbTD02qC50FQNFbbO7ntzVM+3XoIMguCkAJGTX3hiEVcVezzD8n/r8FkEUmmxUp84Xn6y9fFToLsoNNokTU3jHjDIv135L2D50FQMlabtKUtvqmW0IHQf9RAIpcXcs39/dk4geSnR46C4DyYNK8hGe+8FzDFX8PnQV9RwEoYnVzpk92sx9K2it0FgBlZ41JX2irb7otdBD0DQWgCI1sub6mJtk5Q7ILQ2cBUN7M/NaK7s4vzm9MbQidBb1DASgyY2c3vzMT+c854Q+gYLiWuMVnt9df/ofQUdBzFIBi4W5j7mi+UK5rJFWGjgMA20ib+1VtmdHf4MOFigMFoAgc0jLjwETSb5HsPaGzAMCu2R+iZHQ2nylQ+Pj89wJXO6f5rERST7H5AygOflyczjxV29p8dugk2DXuABSo2ntSe0adVd9zt0+HzgIAfeL6SWWm48scECxMFIACNHZe89g4462SDgudBQD6w6U2xapvP6tpfugs2BqPAApM7ZzmM+OMPy42fwAlwKQ6i/SH2jnNZ4XOgq1xB6BQtLQk6pJLrnL5FPH/C4DS45J/d/+hnV958H2pdOgwYKMpCHV3Xbe3d6d/IenU0FkAILf8oXQi/viSiVcsD52k3FEAAqudc83RZvEcSaNCZwGAPHlZUXzWwkmXPx46SDnjDEBAda0zzjGLHxabP4DyMlJx9FBd64zPhQ5SzrgDEEDtPTdWqWPTd03iDz+Asmbmt27qrjr/5cZLNofOUm4oAHk2dl7zfnHG75D0rtBZAKAguB7vzkSTljZOeTV0lHJCAcij0a1XHR5Z4pdyHRg6CwAUmFdk0ekLJ095OnSQcsEZgDypmzP9lEiJh9n8AWCH9pfHv6ubO+MjoYOUCwpAHoxpbT7Xze6RNDh0FgAoYHu4684xc2acHzpIOaAA5JK71c2ZnpL8x5IqQscBgCKQlOkHY1qnf0fuPKbOIf7m5kjtPTdWWcfGH0nGJ2IBQB+YbFbX2s3nLD031RE6SymiAOTA+Jbrh3UlO1v5CF8A6B9zParK5MS2My79R+gspYYCkGV1c6Yf4ma/lDQudBYAKAmu9oxHpy0+a8rC0FFKCQUgi+rmNr/b3e+WNDx0FgAoMctj848umjztidBBSgWHALOkdu7097r7/WLzB4BcGBG5PTh6TvP7QgcpFRSALKi9Y8YZ5navpD1DZwGAEjYoMr+7du70D4YOUgooAP1UO3fGv1isVknVobMAQBkYYG531c2ZPjl0kGJHAeiH2tbpF5vrFknJ0FkAoIxUutntdXOmfzx0kGJGAeijMa3TLzPZ9eIgJQCEUOFmP6+d2/zZ0EGKFQWgD2pbp0+V7JrQOQCgzCXM/Ye1c5ovCh2kGFEAeqluzvSUyWaEzgEAkCSZmd9QO7f5q6GDFBtuX/fCmDkzviHTlaFzAAC2Z7LmtvqpTaFzFItE6ADForZ1xlVmuiJ0DgDATp241yc+kHjt9t88EDpIMaAA9MCYOTO+weYPAMXA3jPs46d0vnb7rx8OnaTQ8QhgN2pbZ/ynSV8LnQMA0HMmfaWtvun60DkKGQVgF+rmTP+Km10XOgcAoNfcpPPb6pt+GDpIoaIA7ETtnOaLzPyG0DkAAH2WMfez2xqm3R46SCGiAOxA7ZzmT5v5T8XfHwAodt0eqaF9UtNdoYMUGja4bdS2zpho0mwx3hcASkWXmSa1TW66N3SQQkIB2MLY1unvj2W/FB/sAwClZpNcH1nY0PS70EEKBQXgDXVzm9/t7r+RNCh0FgBATqyNzT+waPK0J0IHKQQUAElj77z24DideUzSPqGzAABy6h9xwo9bNHFae+ggoZX9ZwGMb7l+WJzO3Cs2fwAoB3tHGbvrwLunDw0dJLSyLgDjW1KVncmuWZLGhs4CAMibcVVddkftPTdWhQ4SUvkWAHfrrqj6H5PeHzoKACDvTraOTT+Re9k+Ci/bzwKoPbLmKskuCJ0DABDM4Xs/97BWtfzmwdBBQijL5lPbOv3fTPaj0DkAAMG5yc5tq5/609BB8q3sCkDt3OnvNbf7JFWGzgIAKAjd5n5aW8O0X4cOkk9lVQBq77j6MIujRyQNCZ0FAFBQ1iUinfj8pKa/hA6SL2VzCPDQOVe9zTy6V2z+AIDt7ZmJdeeolmv2DR0kX8qiAIy6OVWdtsQ8uQ4MnQUAULBGVSTjueXyemBZFIDKPau/J+ldoXMAAAresdax6TuhQ+RDyReAurnTP++mz4bOAQAoGufXzm0u+X2jpA8BvvEBP7+TVBa3cwAAWdMRxXbSC2dN/XPoILlSsgVgXOvVe2UU/VnSqNBZAABFyPSSJZMT2s649B+ho+RCaT4CaGlJZBT9Qmz+AIC+ch3o3enb1NJSklNzS7IAjEkuniHpg6FzAACK3gdqk4u/HjpELpTcI4C6uc2T3L1VJfi/DQAQhLtbY3vD1Nmhg2RTSW2SY+c1j40z/kdJe4bOAgAoKes9io9tn3T5gtBBsqVkHgHU3pPaM874PLH5AwCybw+Lo1njW1KDQgfJlpIpAFFn1fckjQ2dAwBQsg7rTlR/O3SIbCmJRwC1c5rPMvNZoXMAAEqfuX+irWHa7aFz9FfRF4DaOc0jzfwZScNCZwEAlIU1mbSOXNzY9FLoIP1R3I8AUqkoMr9FbP4AgPwZkkjq1mKfD1DUBWDMETXTXHpf6BwAgLJz8piKxV8JHaI/ivYRwOi50ydEbo9KqgydBQBQlrrN7MS2yVP/GDpIXxTlHYAj7rt2YOT2c7H5AwDCqfDYf16srwYWZQHo2JD5jnjlDwAQmqm2K1lzbegYfVF0jwDq5kyf7GatoXMAAPAmlya11zfNC52jN4qqANS1fHN/TyafkbRX6CwAAGzhH0nPHPFcwxV/Dx2kp4rrEUAy+V9i8wcAFJ6905b4YegQvVE0BaCudcYnXJoYOgcAADvx0TFzZnwqdIieKopHAONbrh/WlexaIGlE6CwAAOzCqnQiM37JxCuWhw6yO0VxB6Ar2Xm92PwBAIVvr4pMYmboED1R8HcARs9pfl9k/hsVQVYAACTJ3T7W3jB1dugcu1LQm+p+d6UGDOyuflbS6NBZAADoheWdlX7oS6dPWx06yM4U9COAAd3V3xCbPwCg+Iyo6oquDh1iVwr2DkDdnOnvcrM/SCrqT1sCAJStOI500qJJTY+GDrIjBXkH4L0PpJIe2Uyx+QMAilcUxTZzwsyZFaGD7EhBFoBlr1VPkesdoXMAANA/fvja4a9dEjrFjhTcI4DaudeMNo//Kqk6dBYAALJgU9qThy1puPTF0EG2VHB3ACyObxCbPwCgdAxIWvq60CG2VVB3AGrnTv+gud0XOgcAANnmsT7cflZTwexxBXMHYHxLqtLcbgydAwCAXLBINxTSgcCCKQDdFTVfkTQ2dA4AAHLk0PXDV385dIg3FcQjgLqWb+7vyeTzkgaFzgIAQA6tSycydYXwYUEFcQfAk4mrxOYPACh9eybTya+HDiEVwB2AutYZR7r0pAqkjAAAkGOZRKR3PD+p6S8hQwTfdN10XSHkAAAgTxLpWN8OHSLoxjum9ZrT5TolZAYAAPLNpPfXzp7xoZAZghWA9z6QSkrxNaHWBwAgJIvsOrW0BPvMm2AFYNmaqn+TdGio9QEACMsPH1Ox6NOhVg9yCHDUzanqisE1bZIfEGJ9AAAKgctfVPXAse2nXdiZ77WD3AGoGFx9AZs/AKDcmewg69h8fpi182zsvOY94oy3S9on32sDAFCAVkYJG/3CxKnr87lo3u8AxGmfIjZ/AADeNDyO/d/zvWhe7wDU3XXd3t6dXixpj3yuCwBAgVvbWekHv3T6tNX5WjC/dwC6M5eKzR8AgG0Nru6yi/K5YN7uAIxrvXqvjKIlogAAALAj6zorfVS+7gLk7Q5A2u0rYvMHAGBn9qzuVN7OAuTlDsD4luuHdSW7looCAAAFpSqR1Lv2OkBHDH2b9q3ZQ2bS6s7Nen7dSj2yYonWdnWEjlhu8nYWIJnrBSSpK9l5iWRs/gBQIAYkK3V+3bH65MFHaUhlzQ6/pjvO6JcvP6/vPPd7vbJpbZ4Tlq3Bld3RhZK+luuFcn4HoPae1J7WUf2ipCG5XgsAsHtHDH2bvnvMJL2tZs8eff3mTLe+/sz9mvNi0E+vLRsmra5Idxw4vzG1IZfr5P4MQEf1F8XmDwAF4djhB+rnJ32qx5u/JNUkKjT96NP0uTHH5DAZ3uTS0K5E9bm5XienBaD2nhurTLowl2sAAHrm8KH76gfHNqgq0benv5ce/l6dul9dllNhJy5+/VNzcyenBcA2b/qMpLflcg0AwO4dMHCIbjruLA1IVvb5GibpG0d9SIOSVdkLhh0zHfzy6qrJuVwidwWgpSUh01dydn0AQI8MrazRj45v1N5VA/t9rWFVA/Tp0UdnIRV2x2SX5fL6OSsAtYklkyWNydX1AQC7V5Oo0E3Hn6VRg4Zm7Zr1B709a9fCLr2rrnXGibm6eM4KgJkuydW1AQC7lzDTde88XUcO3S+r1z1o4FDtN6DnhwjRd7Hn7k56TgrA6LnTJ0h+XC6uDQDomdRRH8zZob3aPfbOyXWxNTNNHNPafGgurp2TAhDJ+OkfAAL60rjj9fFRR+Xs+oMqOAiYJ6YcvU2X9QIwdl7zfnKdle3rAgB6ZuIB43XhoSfldI1N6a6cXh9b8s8cPO+qEdm+atYLQCbjX5LU9/dMAAB9dvKIQzRjwmk5H/P60sY1OV4BW6hOxMn/l+2LZrUAvDH453PZvCYAoGcOH7qvbnz3RCUst0NeV3Vu0tINr+V0DWzN3L9Ye8+NWX3ukt0/JZ2bPiZpeFavCQDYrWwM+umpX778nGL3nK+DrexjnRvrs3nBrBaAKNYXsnk9AMDuZXPQz+50xRn9uP2POV8HO+CW1ccAWSsAY2dfe4Sbjs/W9QAAu1edSOq/j2vI6qCfXfn2gt9r2aZ1eVkL2zl5dOtVh2frYlkrAHEU89M/AORRwkzffvdEHT1s/7ys93/L2vjpP7BIUdbO2WWlAIxvSQ2S/FPZuBYAoGeuPOIUvX/f2rys9czqZbrsz3fz7D84+9cj7rs2K896slIAupPVn5TEXEgAyJMLxp2gsw/Jz4fyLFq/Suc9OkubM915WQ+7NHjzpvTHsnGhrBQAl/4tG9cBAOzexAPG68uH5uwzYraysmODznt0ltZ2deRlPfSA27nZuEy/C8DYec1jJR2ThSwAgN3I16AfSdqY7tLn/jBbr2xam4fV0AsnjZ43vd/PfvpdAOKMPivl5c8iAJS1w4fkZ9CPJKXjWF9+/A4tWLM852uh1yzK6DP9vUi//hS994FUUvJ/6W8IAMCujRwwWDcdn59BPy7piqfu1cMrluR8LfSVfUYtLYn+XKFfBeDltdUfkfS2/lwDALBrQytr9KMT8jPoR5K+Nf8hzX3pr3lZC322f220+JT+XKBfBSCK7dP9+X4AwK69Oejn4EHD8rLe/y55Sje1PZaXtdA/Fnm/9uA+P7sfO695jzjjyyXV9CcAAGDHEma68d2TdOp+dXlZ77evtutLj7Uqw7v+xcG1sTLTse/8xtSGvnx7n+8AeEb1YvMHgJy58ohT8rb5P7N6mS7+451s/sXENLCrouqMvn573wsAk/8AIGcY9IMeie2Tff3WPj0CGN167T6RMq9ISvZ1YQDAjk08YLyueefpeXm/emXHBjU+9DPe9S9e3QnFb3u+/vJVvf3GPt0BiBR/Qmz+AJB1DPpBL1VkZH0aDdynAuBSY1++DwCwcwz6QV94vgrAqJZr9jX5cX1ZDACwYwz6QV+Z9J7Rrdfu09vv63UBSCa8vi/fBwDYMQb9oJ8SCU+f2dtv6v1Gbt7Q6+8BAOwQg36QFRb1em/u1TmTca1X75VR9Ko4AAgA/cagH2RRd2elj3jp9Gmre/oNvboDkFHiTLH5A0BWMOgHWVRR2Rmd3ptv6OUjgHhS774eALAjDPpBtpl5r84B9LgA1N5zY5Vk7+99JADAliYeMF5fPvTEvKy1smODznt0ltZ2deRlPQT14df36p7pcQGINm34gKRBfYoEAJDEoB/k1KBo88aTevrFPS4Abr17tgAA2BqDfpBrHtlHe/q1vSgAflrf4gAAGPSDvHD1+BxAjwrA2NnXHmGyg/qeCADKF4N+kEeH1M2+elxPvrBHBSBOZD7cvzwAUJ4Y9IN8iy3Roz27p48ATu1HFgAoSwkzfeudZ+joYfvnZb3fvtqurz9zf17WQuGyqGd79m4LwKibU9VyndD/SABQXhj0gyBif09PXgfcbQFIDqk6WVJNVkIBQJlg0A+CMQ1U58bdfmrvbguAuXH7HwB6gUE/CK4He3dPzgBQAACghxj0g0JgPdi7d1kAxrdcP0zS27OWCABKGIN+UEAmjJp7w5BdfcEu/5R2V3SfvLuvAQAw6AcFJ6qIO3d5gH/Xm7v7yVmNAwAliEE/KFC73MN3WQBcek92swBAaWHQDwrYLvfwnRaA2ntSe0o6MutxAKBEMOgHBc00Yey85j129ts7LQDRpsoTJSVyEgoASgCDflDgknFGx+7sN3daAGKz/LzECgBFiEE/KAoWn7Sz39r5HQCznbYGAChnDPpB0XA7Zme/teMCkEpFLk3IWSAAKFIM+kGROUap1A73+h3+4tjDBx4uac+cRgKAIsOgHxShwbVHVY7b0W/s8E+xR5md3jIAgHLEoB8UrXjHj/R3XGNdFAAAeAODflDMzKMd7uk7LACx6d25jQMAxYFBPyh65j0rAKNuTlWbdGjuEwFAYWPQD0rEYaNuTlVv+4vbFYDKITVHSErmJRIAFDAG/aBEVCT3HHDYtr+4XQHw2N+RnzwAULgY9IOSEm2/t29/BsBEAQBQ1hj0g5LjPSkAUn4qLwAUIAb9oBRFvv0P91sXgJaWhKTD8xUIAAoJg35Qqtx0xLYTAbf6i3HJ9tGSavKaCgAKAIN+UOIGjT164EFb/sJWBSB2G5/fPAAQHoN+UA7itG+1x29VANyi7V4TAIBSxqAflA2Lt9rjt37QZU4BAFA2GPSDsuK+iwLgogAAKBsM+kF5sZ0UgNdPB47NdxwACIFBPyhDh8r9rTdc3yoAb5wO5A0AACWPQT8oU4NqW69563nXWwUgTse1YfIAQP4w6AdlLfrnXv9WAXBzCgCAksagH5S7KNb2BUCy0SHCAEA+MOgHkGT/3OvfKgCRcwcAQGli0A/wOtcO7gBs+YsAUCoY9ANsZZsC8PprAQeHSgMAucCgH2A7Wz8CqJ01fW9JA4LFAYAcYNAPsJ09Drx7+lDpzTsAieQBQeMAQJYx6AfYsZqO1/f81wuAxRQAACWDQT/AzsWW+WcBiMwoAABKAoN+gF3zSAdKbxQAj50CAKDoMegH6IE39vzX/ymJNDJoGADoJwb9AD3z5l3/N14D1H5B0wBAPzDoB+g5l94m/XMQ0IiAWQCgzxj0A/SWjZAoAACKGIN+gL7wfSTJJsycWbFu+OpOKS+HZgEga7565Kl5e9f/mdXLdM7vb+Ndf5SCeP+hHVXR+qEr9xGbP4Aiw6AfoM+iF9dV7BXFUWKf0EkAoDcY9AP0T2V35YhICQ0PHQQAeopBP0D/eSIeHkWxhoYOAgA9waAfIDtc8ZDIZUNCBwGA3WHQD5A9Fmto5MYdAACFjUE/QHa52ZAokgaHDgIAO8OgHyAHXIN5BACgYDHoB8gNNw2NxB0AAAXqyiNO0an71eVlrWdWL9PFf7xTGfe8rAeEZPIhkdwHhQ4CANti0A+QO+42MJJpQOggALAlBv0AuWWmAUlz1TiDgEtWwkwjavbQsMoBcrmWb96gf3RuDB0L2KmTRxyi6UfnZ9DPhnSnznt0FoN+UIa8JuncAShJE/YaqU8d/A6dPOIQDa6s3ur3Xtm0VvcvW6ifLX5CL21cEyghsL3Dh74+6CcZ5X7QT3ec0QWP36Hn1q7I+VpAoTHZAKttnfGCSfk5ZYOcG149UF876kM65W1jdvu16TjWzYv+pO8s+L264kwe0gE7d8DAIbr9Pf+Sl3f9XdKUP9+teX+bn/O1gAL1XGSymtApkB1j9txbc977rz3a/CUpGUX63Jhj9IuTz9a+NXvkOB2wc0Mra/Sj4/M76IfNH2WuJpK8evdfh0I3omYP3XzCx/u0kR8x9G1qfd+/6p17jcxBMmDXahIVuun4szRqUH6Gkv588ZMM+gGkmsikZOgU6L/mo0/TPtV9f6Nz76qBuuXET+bttStAev2Q6g3vPlNHDt0vL+vdv6xN33z213lZCyhwycgpAEXvvfuO1vH7jOr3dZJRpK8eeaqmH32aqhL8sUDupY76oN6/b21e1npy1cv6yp/vYtAP8LpEJCkROgX659OHTMjq9RoOertuP/lftN+APbN6XWBLF4w7QR8fdVRe1lq0fpXOf2yOOjLpvKwHFIEkBaDIDUhW6vh9Dsr6dQ8bMkKz33sO5wKQEw0HvT2vg34++2gLg36ArXEHoNiNG7yPEpabd6Y5F4Bc2rmzNQAAIABJREFUOHnEIfrGUR/O66CfZZvW5WE1oKhwB6DY7VOd29em3jwXcN07z1A15wLQT4cPyd+gn3Qc68LH5zHoB9ixRO7/KURO5es805kHHKbbOBeAfhg5YLBuOv4sDUhW5nwtl3TFU/fq4RVLcr4WUKwiSYyAK2Ir8zjXn3MB6KuhlTX68Qkfz+ugn7kv/TUvawFFKkMBKHLPr12hjMd5W49zAegtBv0ABSlNAShym9JdenTFi3ldk3MB6KmEma575+l5G/Tz21fbGfQD9Ax3AErBrYufCLLumQccpp+d9Ck+RwA7lTrqgzp1v/x81tiTq17WRX+cx6AfoGfSkUlMxihyD766SI+uWBpkbT5HADvzpXHHM+gHKFyZyCkAJWHqk/doRceGIGtzLgDbajjo7brw0JPyshaDfoA+SUeS8U9NCVi+eb3OfeR2vbp5fZD1+RwBvIlBP0BR2By5fHPoFMiOhev+oYYHb9Ezq5cFy9Bw0Nv1c84FlK3Dh+Zv0E93nNEFj9/BoB+gbzZHJm0KnQLZs7Jjg87+3S80a+kzwTIcMfRtmvf+c3Xs8Ox/RgEK18gBg3XTcfkb9HPlU78KdvYFKHYmbUrs3XjKOTIdEDoMsifjrt++2q4VHRt10oiDc/ZZAbtSk6jQmQccpu441hOrXs77+sivoZU1uvWkT2r/AYPzst635j+kny9+Mi9rAaXJF0Vu4hFAibp96dP69MO3aWWgw4EJi3Tp+PcwL6DEVSeS+u/jGnTwoGF5We+2JU8z6AfoN9scyXkEUMqeXPWyJj/wUz39WrhzAXyOQOlKmOlb7zxDRw/bPy/r/fbVdn3tmf/Ly1pAKXPXpkhmYX48RN6s6Nigf/l92HMBhw0Zobnv+wznAkrMlUeckrdBP8+sXqaL/3gng36ALDDzjYm9Gk/5gEzvCh0GucW5AGTbBeNO0OfqjsnLWovWr9I5D9+mDemuvKwHlDyzhyKXrwmdA/nDuQBkw8QDxuvLh56Yl7VWdmzQeY/OYtAPkFW+JrLIKABlhnMB6I+TRxyiGRNOy8ugn43pLn3uD7P1yqa1eVgNKB8Wa21k3AEoS5wLQF8cPuT1QT/5eISUjmN9+fE7tGDN8pyvBZSb2LQ6MfQTp4426WOhwyD/OBeA3hg5YLBuOemTGlxZk/O1XNLlT96j/1vWlvO1gHJkim6JzG116CAIi3MB2J2hlTX60QmN2rtqYF7W+9b8hzT3pb/mZS2gHJlpbSSzlaGDIDzOBWBnGPQDlJ6Mp5dHybibB2yQxLkAbI9BP0CpqlwRjRjWvVJSHDoKCkNXnNEVT/1K//HUfeqOM0EyDK2s0c0nNOrzdccGWR//xKAfoCRlFqUPWmWSNKZ1xkpJewcOhAJz9F4j9d13T9Tw6kHBMtz5twW68ql71ZFJB8tQri4Yd4IuzNO7/ovWr9Infvcz3vUH8mP5wvqmfd889s0HamM7nAsoXwz6AUqZL5ekSJJM4hwAdohzAeWHQT9AiTNbIb1RANz097BpUMg4F1A+GPQDlD6T/1168w6A29/CxkExYF5AaRs5YLBuOv4sDUhW5nwtl3TFU/fq4RVLcr4WgK256yXpjQIgOQUAPcK5gNLEoB+gjLzxQ38kSTF3ANALnAsoLQz6AcqLefzPAqA3/gLoKc4FlAYG/QDlJxP5Px8BJN/4C6C3OBdQ3Bj0A5QfTyf+Jumfb/qMaZ2xUdKAYIlQ1PapHqTvHTNZRw3bL1iGBWuW64uPt2rZpnXBMhQTBv0AZWndwvqmwdJbhwAlyRaHSoPix7mA4sKgH6BMmRa9+V/fKgDu3h4mDUoF5wKKA4N+gPJlbm/t9W8VADNRAJAVnAsoXAz6Acpb7PH2BUDyRTv6YqAvmBdQeBj0A0BRtP0jACmiACCrOBdQOBj0A+B18fYFIEpGPAJA1nEuIDwG/QB4Sxxt/wjghSc3vihpc5BAKHmcCwiDQT8AtrChvX7KK2/+xT8fAaRSsUzPB4mEssC5gPxj0A+ALSyQ2Vv/gG59FNh9Qd7joKxwLiB/Lhh3gs4+5Oi8rLVo/Sqd9+gsbc5052U9AH3g2mqP36oAmBsFADnHuYDcY9APgO2Y77wAKKIAIH84F5AbDPoBsEPb/JC/VQGIPEMBQF5xLiC7GPQDYGeiisTOC8Dz6dpFkjblNRHKHucCsoNBPwB2YcMbb/u9JbHVb8+a5Xs1nnKmTCPzGgtlL+Ou377arhUdG3XSiIPz8hPstmoSFTrzgMPUHcd6YtXLeV+/P4ZW1ujWkz6p/QcMzst635r/kH6++Mm8rAUgK/742heu/PGWv7D9v2XNnspbHGAbnAvoPQb9ANgt03Z7+3YFwCymACAozgX0HIN+APSEuz+97a9tXwAyEff1EBznAnqGQT8AeiTuwR2AzICav0himgeCY17ArjHoB0APdWnAwO3e8tuuALSfdmGn5M/lJxOwe5wL2B6DfgD0woLX9/at7fCotcsez30eoOc4F/BPDPoB0Du2w1O7O37XyigAKDycC2DQD4A+sHiHe/qO7wB4mgKAglTO5wIY9AOgLyzjPb8DsOjZ7gWSuOeHglVu5wKGVtboRyc0au+qgTlfS3p90M/cl/6al7UA5NSatr92te3oN3Z8HzGViiX9OZeJgP4ql3MBDPoB0Fcme+yNPX07u3iQuONbBkAhKfVzAQz6AdAvvuPn/9IuCoCZPZKbNEB2lfK5AAb9AOinh3f2GzsvAJE9LCmdkzhADpTauQAG/QDop+7qQck/7Ow3d1oAXpg4db2btpsdDBSyUjkXwKAfAP1nf372Q5dt3Nnv7vplYtfvsp4HyLFiPxfAoB8A2WDa9R6+u2kiFAAUpWI9F8CgHwBZE2f6XgCq0pW/l7TD1weAYlBM5wIY9AMgizJdiZpHd/UFuywA8xsveU2mcPdRgSwohnMBDPoBkGVPLJ188ZpdfcHu7zPGuj9rcYBACvlcAIN+AGSf73bv3m0BsB5cBCgGhXgugEE/AHLBldjt3r3bl5W71nU+XDG4erOkmqykAgK7fenTal//D9347kkaXp2fW+5bevNcwMGDhin2OG+Dfp5c9bIu+uM8Bv0Apc61UTXVu73N16M3jca0zvg/Saf2OxRQQPapHqTvHTNZRw3bL3SUnFu0fpU+8buf8a4/UBb87oX1087Y3Vf18F0jHgOg9BTCuYB8YNAPUG6iHu3ZPSoAseJ7+xcGKEyFcC4glxj0A5SfKKH7evJ1PR42NmbOjMUyHdz3SEBhO3qvkfruuydqePWg0FGyIh3H+vwfZvOuP1BeFi2sb6rtyRf2eNyYy3/Z9zxA4SuEeQHZwqAfoDy5NK+nX9vzAmCiAKDkvXUu4MVnQ0fpFwb9AOUp0Ysf1ntcAKx64AOS1vcpEVBEuuKMrnjy3qI9F8CgH6BsrUumOx/u6Rf3uAC0n3Zhp6Rf9ykSUIRuX/q0znn4Nq3s2OmnaRac+5e1MegHKFMm/Wp+Y6qrp1/fu48cM7+z14mAIvbEqpc1+YGfFMW5gGdWL9Olf76bQT9AmYpNd/Xm63tVALpVfYekHrcLoBQUw7yARetX6bxHZ2lzpjt0FABhdHVV9O6wfq8KwBufLPRQryIBJaCQ5wUw6AeApPtfOn3a6t58Q+8eAUiSa06vvwcoEbcvfVqffvg2rezYEDqKJAb9AHiT9Xpv7nUBSCczd0gqrB+BgDwqlHkB6TjWlx+/QwvWLA+aA0BwaatI9Or5v9SHArBk4hXLJT3S2+8DSknoeQEuadqT9zDoB4AkPdB2xqX/6O039f4RgCQzm9WX7wNKSch5Ad+a/5Dm/W1+XtcEUJjMfHZfvq9PBSDuztwuKd2X7wVKTb7PBTDoB8AWuiL3Pp3N61MBaG+8fKXJGAoEvCFf5wJ++2o7g34AvMWke5+vv3xVX763TwVAkmLXL/r6vUApyvW8gGdWL9PFf7yTQT8A/sn9f/v6rX0uAAMGRa1yFc+MVCAPcjUvgEE/ALbj2lg9KHl3X7+9zwXg2Q9dttEj6/PCQCnL5rkABv0A2BGLvPXZD13W5x/E+1wAJMliv7U/3w+UsidXvaz6B2/RM6v7fi5gfXenznt0FoN+AGzHPerXHtyvArAwc8ivJL3cn2sApWz55vU6+3d9mxewqnOTPvtoi55buyIHyQAUuZcXpg/+bX8u0K8CoMbGjMl+3q9rACXuzXkBX3p8bo8fCTz46iLVF8C0QQAFyvxmNTb266BRsr8ZImV+nFE0RZL191pAKbt/WZseWbFUkw8cr4/sf6jeMWw/VUSJt35/ZccG/X7FErUseUZPvvZKwKQACpy7Ej/t70WysmnXzZnxiJuOz8a1gHKRMNM+1XsoGUVa19Whtd0c8gPQIw8urG96X38v0u87AJIUR/Zjc6cAAL2QcdffN68LHQNAkTHp5mxcp39nAN5Q1b35dkn8mwwAgNxas6Gio0+z/7eVlQIwvzG1wcx/lo1rAQCAnfrpsjNSm7JxoawUAEmKzf9Lr39KKQAAyAGP9cNsXStrBaB90uULJD2SresBAICtPNh+VlPWPgc8awVAklz2g2xeDwAAvM7cs7rHZrUAqLpmtqSVWb0mAABYXpHpnJvNC2a1ALSfdmGnLLsNBQCAcudm/z2/MdWVzWtm9w6ApGQc/7ekrIYEAKCMdaa7bWa2L5r1AvBcwxV/N6kl29cFAKBM/WJp45RXs33RrBcASYo9uiEX1wUAoOxYdGMuLpuTAtDeMOVJSQ/n4toAAJQLl367cPKUp3Nx7ZwUgNcZdwEAAOiPSN/O3aVzZOGzm++QtCBX1wcAoMQ91/50xy9zdfHc3QFIpWI3uz5n1wcAoISZNEOpVJyr6+fwEYA0eMWQWyT7Wy7XAACgBL1cke64LZcL5LQAPHH++d2S5+T0IgAAJct0XbYH/2wrpwVAkqKEzTRpda7XAQCgRLxW2d3xo1wvkvMC8MLEqeslfTfX6wAAUBLcvj2/MbUh18vkvABIUjqt6yWtycdaAAAUsbXdUWVefmjOSwFY3Ni0Vq7v5WMtAACKlUvXL518cV5+YM5LAZCk7qjqW+IuAAAAO7M2bVV5OziftwKwdPLFa1z6fr7WAwCgmLjZDfn66V/KYwGQpKTi6yWty+eaAAAUOpNWp1X5nXyumdcC8Hz95auYDggAwDbMrs3nT/9SnguAJFV1b/6WpOX5XhcAgAK1wqL8H5TPewGY35ja4G4z8r0uAACFyKSvvzEzJ6/yXgAkqSqz+ftyLQmxNgAABWRpXD3gf0IsHKQAzG9Mdbn5N0OsDQBAoTDpq+2nXdgZYu0gBUCS2tOjfyr5s6HWBwAgsKfb0of8PNTiwQqAGhszsUcXBVsfAICAXNFFamzMhFo/XAGQtKhh6gPuuiNkBgAA8s2klvb6KQ+FzBC0ALwewL8iKcjzDwAAAuiIzKeGDhG8ALQ1TFssV16nHwEAEIzruucnT1saOkbwAiBJUdK+KenvoXMAAJBjr1RmOppDh5AKpAC8MHHqejf7j9A5AADIJTc1zW9MbQidQyqQAiBJ7c9svlnSn0LnAAAgJ1yPt0+aGuy1v20VTAFQKhXHkS6S5KGjAACQZW6mS2VWMHtc4RQASYsmNT1q0qzQOQAAyCYz/1lbfdPDoXNsqaAKgCR1e3KKpM2hcwAAkCUb1J2ZFjrEtgquACxpuPRFl38tdA4AALLB3f6jrfHKV0Ln2FbBFQBJGjm081smPRE6BwAA/fSn9szB3w0dYkcKsgA8+L5UWtJnJXWHzgIAQB+lPfbzQ87735WCLACS1Fbf9IxcN4TOAQBAn7hmtJ817anQMXamYAuAJG3OVKbkag+dAwCA3nCprXtdx1Whc+xKQReAlxsv2eyRf07MBgAAFA9PyL+w9NxUR+ggu1LQBUCS2idPe1DSzaFzAADQMzbzhfppvw2dYncKvgBIUiatSyQV3CsUAABs4+/dVllw7/zvSFEUgMWNTWtdfnHoHAAA7Iq5f2np5IvXhM7RExY6QG/Uzpkx10yTQucAAGAHZi+sb/pY6BA9VRR3AN5UocwXJf0jdA4AALaxIp3IXBA6RG8UVQF4ruGKv7t0XugcAABswT3SeUsmXrE8dJDeKKoCIEnt9U3z5HZT6BwAAEiSS99vn9R0V+gcvVV0BUCSNlZuvljS86FzAADK3nObKjqmhA7RF0VZAJadkdrkHp0tqSt0FgBA2eqURZ9adkZqU+ggfVGUBUCS2humPOnSV0PnAACUJ5MuXzh5ytOhc/RV0RYASWp/tuMalwp+2hIAoOTc3/Zsx7dDh+iPopoDsCN1Ld/c35PJZyUNC50FAFD6TFqdidJHLpp05d9CZ+mPor4DIEltjVe+ItnnQucAAJSHWH5+sW/+UgkUAElaWD+1Va6fhM4BAChxbje110+bFTpGNpREAZCkykzHlyUtCJ0DAFCaXPpLzaDoktA5sqXozwBsaVzr1XUZRX+UNDh0FgBASVkTJ/xdiyZOaw8dJFtK5g6AJD1ff3mbu50jyUNnAQCUDDf3fyulzV8qsQIgSe0NU+909xmhcwAASoNJ32hrmDY3dI5sK7kCIEntf+m80mS/Cp0DAFD07m9LH/L10CFyoSQLgFKpuCJdcbZcS0JHAQAUJ5e/aBXJT6mxMRM6Sy6UZgGQNL/xktcURfWSNofOAgAoOh1uamg749J/hA6SKyVbACRp4eQpT7vb+aFzAACKjX1x0eRpT4ROkUslXQAkqb1h6q2SZobOAQAoDu7+vYX1U28OnSPXSr4ASJJXD/h3uR4PnQMAUNjM9WhVpvMroXPkQ0kNAtqVUS3X7JtMZh4z2UGhswAACpBrSTqZOW7JxCuWh46SD2VxB0CSljZOedUUfcSk1aGzAAAKztrYMmeWy+YvlVEBkKSF9VOfixVNltQZOgsAoGB0m1nDovor/ho6SD6VVQGQpPb6KQ/J/FwxLhgAILlJ57VNnvqb0EHyrewKgCQtnDztf036RugcAIDA3L7aVt90S+gYIZTNIcDtuFvt3OafmHRO6CgAgBDsfxdOnnK2zMryjnBZ3gGQJJn54JVDz5NUdrd9AAD+kFfXnFuum79UzncA3nBIy4zBiaQ9LPnhobMAAPJiQWeln/jS6dPK+q2wsi8AkjRu7vRRGbfHJI0InQUAkDsmvdrtyWOXNFz6YugsoZXvI4AtPD952tLY/KOS1obOAgDImTVu0UfY/F9HAXjDosnTnnDFH5G0IXQWAEDWbbIoOnPh5ClPhw5SKCgAW2ivv/wPZjZJUkfoLACArNkcu53eNmnK70MHKSQUgG20TZ76G481SUwLBIBS0C1FjYsapj4QOkihoQDsQPtZTfdJ9ilJ6dBZAAB9ljHpnIX1U+4OHaQQUQB2YmH91FaTnScpDp0FANBrbu7/r62+6bbQQQoVBWAX2uqn/tSkC0PnAAD0irvbBW0N0/4ndJBCRgHYjbb6pv9yt4tD5wAA9IzLp7U3TP1+6ByFLhE6QDF4reXXj+3VeEpSppNDZwEA7Jy5f21hw7SrQucoBkwC7IXa1ulTTTYjdA4AwPZM1txWP7UpdI5iwSOAXmivn9Ys09TQOQAA23D7Tzb/3uEOQB+MaZ3+/yT7L1GgACA0l+nihZObvhM6SLGhAPRRbWvz2Sb/iaRk6CwAUKYykn1uYf3Um0MHKUYUgH6onTuj0Vw/k1QROgsAlJkudzu7vWHq7NBBihUFoJ/GzJnxUZlmSaoJnQUAykSnSx9vr2+aFzpIMaMAZEFt6zXvMcV3SdojdBYAKGmujSaf1NYw7dehoxQ7CkCW1M2Z/i43+5WkYaGzAECJWhNH+uiiSU2Phg5SCjjFniVtDdP+FJt/UNLy0FkAoNSY9KrH/n42/+zhDkCWjb3z2oPjdOaXkg4NnQUASsT8tCc/uqTh0hdDBykl3AHIshfOvGxJZ6WfYBKfPQ0A/eTSb7ut6kQ2/+yjAOTAS6dPW12R7viwS7eEzgIARcv1k6p0x0eWTr54TegopYhHALnkbnWtM77qZv8p/l4DQE+5uX+9rb7pazLz0GFKFZtSHtS1Nv+ry2+SVBk6CwAUuC53O6+9YeqtoYOUOgpAnoxtnf7+WDZH0pDQWQCgEJm0Ojavb5887cHQWcoBBSCPau+4+jCLo19KGhU6CwAUFNcSmX10Yf3U50JHKRccAsyj9kmXL+hOR8dJeix0FgAoFOZ6NLbEsWz++UUByLOljVNe3X9ox0kmaw6dBQCCc7upItPxvkX1l60IHaXc8AggoNq5M/7FXDMlDQidBQDyrMPlX2qvn/bj0EHKFQUgsDFzrzlKcdwq08GhswBAXphestjPamuY9qfQUcoZjwACWzh5ytMJi98l032hswBArrl0b2V35TvY/MPjDkChcLfauTOmmOxqUcwAlB432TVtz26+XKlUHDoMKAAFZ0zrNadL8a1iXgCA0rHO3D/T1jBtbugg+CcKQAE6ZPY1YxKRt0p+eOgsANBPz0tWzyt+hYdbzQVo8VlTFlamNx8nidOxAIqWSz+sGZh4J5t/YeIOQIEb09pcr9c/R2Cv0FkAoIfWmPSFtvqm20IHwc5RAIrAqJZr9q1M+s0u/3DoLACwG7+xdPpf2xqvfCV0EOwaBaBYuNuYO5ovlKtZUlXoOACwjW5zv7rtL51f55R/caAAFJnRrVcdbkr8wqS3h84CAG94zmM/u/2saU+FDoKe4xBgkVlUf8VfO9KVx0h+oyQPnQdAeTPzW2sGJt7F5l98uANQxGpnz/hQFOknLu0bOguAsrPSI322fVLTXaGDoG+4A1DE2s9qui/hmaMlvzN0FgBlxDUnnci8nc2/uHEHoETUtk7/mMm+L2nv0FkAlCaTXo3dvtzeMHV26CzoP+4AlIj2+mmzYiXGm/mtobMAKDlu5rdWpCvHs/mXDu4AlKDaOc1nRebf5WwAgCx4Qa7PL2xo+l3oIMgu7gCUoPaGqbPTaY17402BTOg8AIpS2mTN3Ws7jmLzL03cAShxtXOuOTqy+CaXJoTOAqBImJ6K5Z9bNHnaE6GjIHcoAGVgwsyZFWuHv3aJyf5T0oDQeQAUKNdGl13Znjn4u2ps5O5hiaMAlJG6lm/ur4rEdHf7dOgsAAqKm2x2tycuW9Jw6YuhwyA/KABlaPSc5vdFphslPzx0FgBhuenPiTi+6IWGyx8JnQX5xSHAMrSoYeoD+w/d/A6ZLpK0NnQeAEEsM/Pz25/pOIbNvzxxB6DMHTzvqhHJdPLrMv+spEToPAByrkPyb9UMTE5/9kOXbQwdBuFQACBJqpt99ThFia+7/GOhswDIFb87SiYvfOHMy5aEToLwKADYSt2c6ae42XWSjgydBUCWmJ5SrIt4nx9bogBgey0tiTHJJee44q+a7KDQcQD0kWuJmVJtz3b8TKlUHDoOCgsFADs1viVV2V1R9Rm5fY2xwkBR+YfLr0uv7fzO0nNTHaHDoDBRALBbR9x37cBNG9MXmKxJ0pDQeQDs1HqTfT+u3nx1+2mpdaHDoLBRANBjY+c175HJxF+kCAAFZ73Jvt9RGTe/dPq01aHDoDhQANBrbxaBSDbVpaGh8wBljI0ffUYBQJ+NmnvDkKS6/t3cL5Q0LHQeoIysktt3Mhm/cXFjE8O80CcUAPTbqJtT1ZWDqxtdulzS2NB5gFJl0qtyn5nO2A1s/OgvCgCyJ5WKao+q/miUUZObjg8dBygZrnZF+p5XDfhB+2kXdoaOg9JAAUBO1LXOODF2fcVMZ4rPnAD6xKQH4kg3tE+cerfMPHQelBYKAHKqbs70Q9z075KdJ2lA6DxAEegy2TyPMt9aOOnyx0OHQemiACAvaluuHq5k9AWTviRpn9B5gAK03Nx/0J2M/3vJxCuWhw6D0kcBQF6Nb0lVdiarJprZ5+X6gPgziDJn0hMyv2lTd9WtLzdesjl0HpQP/uWLYMbOax7rGZ3r8vMk7RU6D5BHa+V2eyLh33t+UtNfQodBeaIAILgj7rt24OZN6Y/J9W+SnSj+XKI0ueS/M9mPN1R0zF52RmpT6EAob/yLFgVl9B3fPMDixKfM7XyZDg6dB8iCV0z2s0wi/p9FE6e1hw4DvIkCgMKUSkW1h1efapF/Wm6TZBoYOhLQC+vN/A736NaFz27+DR/Fi0JEAUDBG3Vzqjo5tPrUKLZPu3yipMrQmYAdyMj0gLlurUh3tM5vTG0IHQjYFQoAisq41qv3ynh0lpsaTXqPpEToTChraZkeNFdLRbpyzvzGS14LHQjoKQoAitb4luuHdSe7Tnf5xyT7oLgzgPzIuOwxM5+VjjK38c4+ihUFACVh1NwbhiTjrjNMPlGmD0raI3QmlJR1JrsvNr8z7tZdfBAPSgEFAKWnpSVRl1x8nGSnu/xMSYeGjoSitFhuv/aE313V1XHf/MZUV+hAQDZRAFDy6mZfPS62xIct0qmK/T28UYCd2CDpIZnuT3h87/P1l7eFDgTkEgUAZWV8S6qys6LqeMX6oCI71VzvEAcJy1VG0pOS/58rcX9VetMf+Ckf5YQCgLI2viU1qDtRdaykEz2yE+Q6WRwmLFUZk552+SMuPVyVrvoNp/ZRzigAwBbGt6QGdVZUHW/SiXI7RtIxkgaHzoU+WSPT4xb7Y5Ierh6U/MOzH7psY+hQQKGgAAC7kkpFtUdVjrM4cYxcx8r8GEmHSaoIHQ1b6ZY0X9LjMn9MHj2+cPKU52XmoYMBhYoCAPTShJkzK9butbouijTB5RNc0QSTHylpUOhsZWKDSS/IfIHLnjDXE5vSlU/wUbpA71AAgCwZO695P0/Hh3lk4xXbYW4ab/IjxEyCvuqUtMhk8+Xxgtg0X7EtaP9rx3PM1gf6jwIA5JK7jZ531UhlKmoTikfLolp3r5VptKTRohysk7RYUrtJ7XJfFEdqVxy1t9dPeYVb+EDuUACAgA68e/phYTG2AAAAvUlEQVTQAWkbmYmjg9ziA+QaGZkf4G77STZC8uGShkuKQmftpVjSSslWSr7czJfFbn8z+d+kxMuJKH6xw6v+tnTyxWtCBwXKFQUAKHQtLYlRWjq8ujIe7rEPz3g0LFI8xM2GSD7EZUNMPkSyATLtIVe1STUuDdTrrzQOti0KhEvVkmq2WWWzSR1bfE0saa2kLpM2unyTzDrlWi/5JpetMfkayda42WpTvCZyrbbIVnZ0RSuXLti0gtv0QGH7/8rq/ckt0r+fAAAAAElFTkSuQmCC);
  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;
}

@media (max-width: 575.98px) {
  .swiper .swiper-slide.swiper-slide-fit-content {
    width: fit-content !important;
  }
}
.swiper .swiper-button-prev {
  border-radius: 10px;
  background: #282A38;
  left: 0;
}
.swiper .swiper-button-prev:after {
  font-size: 16px;
  color: #FFF;
}
.swiper .swiper-button-next {
  border-radius: 10px;
  background: #282A38;
  right: 0;
}
.swiper .swiper-button-next:after {
  font-size: 16px;
  color: #FFF;
}
.swiper .swiper-scrollbar {
  background: linear-gradient(-140deg, #8996ff -300%, #5bb4ac 20%, #3d8871 40%, #326460 56%, #4e3f96 230%, #FF6EFF 200%);
}
.swiper .swiper-scrollbar-drag {
  background: #00FFF0;
  height: 2px;
}
.swiper .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -1.5px;
  left: 0;
  background: #00F0FF;
  border-radius: 5px;
  box-shadow: 3px -5px 13px 4px rgb(26, 99, 107);
}
.swiper .swiper-horizontal > .swiper-scrollbar, .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
}
.swiper #swiper-pagination-homepage-banners {
  background: linear-gradient(90deg, rgba(165, 165, 188, 0.1) 0%, rgba(165, 165, 188, 0.2) 100%, transparent 25%, transparent 100%);
  border-radius: 30px;
  padding: 2px 4px 6px;
  width: unset;
  left: 50%;
  transform: translateX(-50%);
}
.swiper #swiper-pagination-homepage-banners .swiper-pagination-bullet {
  border-radius: unset;
  height: 3px;
  width: 10px;
  background: rgb(101, 101, 120);
}
.swiper #swiper-pagination-homepage-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6EFF;
  width: 20px;
}
.swiper #swiper-button-prev-jackpot, .swiper #swiper-button-prev-providers-games {
  border-radius: 0 20px 20px 0;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, rgba(47, 47, 67, 0.5) 0%, rgba(47, 47, 67, 0.25) 100%), rgba(22, 23, 33, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  max-height: 30px;
}
.swiper #swiper-button-prev-jackpot:after, .swiper #swiper-button-prev-providers-games:after {
  font-size: 10px;
}
.swiper #swiper-button-next-jackpot, .swiper #swiper-button-next-providers-games {
  border-radius: 20px 0 0 20px;
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, rgba(47, 47, 67, 0.5) 0%, rgba(47, 47, 67, 0.25) 100%), rgba(22, 23, 33, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  max-height: 30px;
}
.swiper #swiper-button-next-jackpot:after, .swiper #swiper-button-next-providers-games:after {
  font-size: 10px;
}

@media (max-width: 575.98px) {
  .swiper-nav-wrapper {
    display: flex;
    gap: 2px;
  }
}
@media (max-width: 575.98px) {
  .swiper-nav-wrapper .btn-swiper {
    max-width: 24px;
    max-height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}

body.purple-template {
  background-color: #261723;
}
body.purple-template a {
  color: #FF76CB;
}
body.purple-template .text-primary {
  color: #FF76CB !important;
}
body.purple-template .casino-parent-categories a {
  color: #FFF;
  border-color: #6A255F;
}
body.purple-template .casino-parent-categories a:hover {
  border-color: #FF76CB;
}
body.purple-template .swiper .swiper-scrollbar {
  background: linear-gradient(-140deg, #8996ff -300%, #FFA8EC 20%, #b661a3 40%, #ffa8ec 56%, #FFA8EC 230%, #FFA8EC 200%);
}
body.purple-template .swiper .swiper-scrollbar-drag {
  background: #FFA8EC;
}
body.purple-template .swiper .swiper-scrollbar-drag:before {
  background: #FFA8EC;
  box-shadow: 3px -5px 13px 4px rgba(255, 200, 234, 0.66);
}
body.purple-template .single-casino-game .single-casino-game-title a:hover {
  color: #FF76CB;
}
body.purple-template .single-casino-game .single-casino-game-provider:hover {
  color: #FF76CB;
}
body.purple-template .form-control, body.purple-template .input-group, body.purple-template .input-group-text {
  background: #4A1942 !important;
  color: #FFF !important;
}
body.purple-template .widget-search-result {
  background: #4A1942;
}
body.purple-template .widget-search-result .search-results-total {
  color: #FFF;
}
body.purple-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #FF76CB 45%, #1C1C28 100%);
}
body.purple-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FF76CB 0%, #B43A86 100%);
}
body.purple-template .widget-load-more .widget-load-more-txt {
  color: #FFF;
}
body.purple-template .homepage-desc-wrapper {
  background: rgba(80, 39, 73, 0.5);
}
body.purple-template .page-divider:after {
  background: radial-gradient(circle at center, #c93df7 0%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(214, 29, 205, 0.15);
}
body.purple-template .header-top-wrapper {
  background-color: #4A1942;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.purple-template .header-top-wrapper .header-bonus-box {
  background-color: #af3d98;
}
body.purple-template .header-top-wrapper .header-bonus-box svg path {
  fill: #fff;
}
body.purple-template .header-top-wrapper .balance-asset-box {
  background: #261723;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.purple-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: #261723;
  border: 1px solid #6c3378;
}
body.purple-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #FF76CB 45%, #1C1C28 100%);
}
body.purple-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #FF76CB;
}
body.purple-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: #311d2e;
}
body.purple-template .header-top-wrapper .widget-scroll-overlay.top, body.purple-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.purple-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #6c3378;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #4A1942 0%, rgba(74, 25, 66, 0) 100%);
}
body.purple-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #FF76CB var(--widget-avatar-progress-percentage), #6A255F 0deg);
}
body.purple-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #381832;
}
body.purple-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.purple-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background-color: #FF20AB;
  border: 1px solid #FFA8EC;
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  border: 1px solid #6c3378;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #4A1942 0%, rgba(74, 25, 66, 0) 100%);
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FF76CB 0%, #B43A86 100%);
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #FFC8EA;
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: #381832;
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: #311d2e;
}
body.purple-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  color: #FF76CB;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #FF76CB;
}
body.purple-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #6c3378;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #4A1942 0%, rgba(74, 25, 66, 0) 100%);
}
body.purple-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #FFF;
}
body.purple-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  border: 1px solid #6c3378;
  background: #261723;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #FF76CB 45%, #1C1C28 100%);
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: #311D2E;
  border-color: #6A255F;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #FF76CB;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(232, 86, 255, 0.1);
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(232, 86, 255, 0.1);
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #FFF;
}
body.purple-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  background-color: #FF20AB;
  border: 1px solid #FFA8EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.purple-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #FF76CB 45%, #1C1C28 100%);
}
body.purple-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.purple-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #6A255F;
}
body.purple-template #sidebar, body.purple-template #navigation {
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #432F2F 0%, rgba(47, 47, 67, 0) 100%), #4A1942;
}
body.purple-template #sidebar::-webkit-scrollbar-thumb, body.purple-template #navigation::-webkit-scrollbar-thumb {
  background-color: #FF76CB;
}
body.purple-template #sidebar .navigation .dropdown-toggle, body.purple-template #navigation .navigation .dropdown-toggle {
  color: #947195;
}
body.purple-template #sidebar .navigation .dropdown-toggle:hover, body.purple-template #navigation .navigation .dropdown-toggle:hover {
  color: #c0abc1;
}
body.purple-template #sidebar .navigation li a, body.purple-template #navigation .navigation li a {
  color: #FFF;
}
body.purple-template #sidebar .navigation li a:hover, body.purple-template #navigation .navigation li a:hover {
  color: #FF76CB;
}
body.purple-template #sidebar .navigation .dropdown-menu, body.purple-template #navigation .navigation .dropdown-menu {
  background: rgba(38, 23, 35, 0.5) !important;
}
body.purple-template #sidebar .navigation .dropdown-menu a.active, body.purple-template #navigation .navigation .dropdown-menu a.active {
  color: #FF76CB;
}
body.purple-template #sidebar .navigation .dropdown-menu a.active:hover, body.purple-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #FF76CB;
}
body.purple-template #sidebar .navigation .navigation-item.single, body.purple-template #navigation .navigation .navigation-item.single {
  background: rgba(38, 23, 35, 0.5) !important;
}
@media (max-width: 575.98px) {
  body.purple-template #sidebar .navigation .navigation-item.single, body.purple-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.purple-template .btn-main-category, body.purple-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #802E72;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #4A1942 0%, rgba(74, 25, 66, 0) 100%);
}
body.purple-template .btn-outline, body.purple-template .btn-outline-primary {
  border: 1px solid #6A255F;
  color: #FFF;
}
body.purple-template .btn-outline:hover, body.purple-template .btn-outline.active, body.purple-template .btn-outline-primary:hover, body.purple-template .btn-outline-primary.active {
  border-color: #FF76CB;
  color: #FFF;
}
body.purple-template .btn-demo-play:hover {
  background: inherit;
}
body.purple-template .btn-primary {
  border-radius: 10px;
  border: none;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FF76CB 0%, #893168 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
  color: #FFF;
}
body.purple-template .btn-primary:hover, body.purple-template .btn-primary:focus {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #b42180 0%, #893168 100%);
}
body.purple-template .btn-login {
  border-radius: 10px;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #4A1942 0%, rgba(74, 25, 66, 0) 100%);
}
body.purple-template .btn-login:hover, body.purple-template .btn-login:focus {
  border-color: #802E72;
  background: radial-gradient(188% 188% at 50% -88%, #802E72 0%, rgba(128, 46, 114, 0) 100%), radial-gradient(228% 228% at 50% -94%, #942481 0%, rgba(74, 25, 66, 0) 100%);
  color: #FFF;
}
body.purple-template .top-games-box .circle-arrow {
  border-radius: 20px;
  border: 1px solid #FF76CB;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FF76CB 0%, #893168 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
}
body.purple-template .top-games-box .circle-arrow svg path {
  stroke: #FFF;
}
body.purple-template .fortuna-provider-slider-item {
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .platform-shortcuts .shortcut-title {
  color: #FF76CB;
}
body.purple-template .platform-shortcuts .shortcut-subtitle {
  color: #FF76CB;
}
body.purple-template .table-wild, body.purple-template .table-addresses {
  border: none;
}
body.purple-template .table-wild thead, body.purple-template .table-addresses thead {
  background-color: #4A1942;
}
body.purple-template .table-wild tbody, body.purple-template .table-addresses tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
body.purple-template .table-wild tbody tr, body.purple-template .table-addresses tbody tr {
  background-color: #2c1c28;
}
body.purple-template .table-wild tbody tr td, body.purple-template .table-addresses tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.purple-template .tournaments .nav-tabs .nav-link {
  border-color: #6A255F;
}
body.purple-template .tournaments .nav-tabs .nav-link.active, body.purple-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #FF76CB;
}
body.purple-template .tournaments .alert-warning {
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .modal .modal-content {
  background: #261723 !important;
}
body.purple-template .modal .modal-content .form-control {
  background: #4A1942 !important;
}
body.purple-template .modal .nav-tabs .nav-link {
  background: rgba(80, 39, 73, 0.5);
}
body.purple-template .modal .nav-tabs .nav-link.active, body.purple-template .modal .nav-tabs .nav-link:hover {
  background: #4A1942;
  color: #FFF;
}
body.purple-template .modal .wallet-modal-deposit-notice {
  background: #4A1942;
}
body.purple-template .loyalty-program-box, body.purple-template .single-vip-level, body.purple-template .contact-card {
  border: 1px solid #4A1942;
  background: rgba(74, 25, 66, 0.5);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.purple-template .loyalty-program-box .contact-card-desc, body.purple-template .single-vip-level .contact-card-desc, body.purple-template .contact-card .contact-card-desc {
  color: #FFF;
}
body.purple-template .loyalty-program-box .my-level-title, body.purple-template .single-vip-level .my-level-title, body.purple-template .contact-card .my-level-title {
  color: #BE8FA9;
}
body.purple-template .loyalty-program-box .rule-info, body.purple-template .single-vip-level .rule-info, body.purple-template .contact-card .rule-info {
  color: #FFF;
}
body.purple-template .loyalty-program-box .single-vip-level-title, body.purple-template .single-vip-level .single-vip-level-title, body.purple-template .contact-card .single-vip-level-title {
  color: #FF76CB;
}
body.purple-template .loyalty-program-box .dashboard-home-vip-progress-current, body.purple-template .single-vip-level .dashboard-home-vip-progress-current, body.purple-template .contact-card .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(129, 104, 126, 0.2) 0%, rgba(129, 104, 126, 0) 100%);
}
body.purple-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.purple-template .single-vip-level .dashboard-home-vip-progress .progress, body.purple-template .contact-card .dashboard-home-vip-progress .progress {
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
}
body.purple-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.purple-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar, body.purple-template .contact-card .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FF76CB 0%, #B43A86 100%);
}
body.purple-template .loyalty-program-box .lion-club-progress-values, body.purple-template .single-vip-level .lion-club-progress-values, body.purple-template .contact-card .lion-club-progress-values {
  color: #FFF;
}
body.purple-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.purple-template .single-vip-level .lion-club-progress-values .lion-club-progress-points, body.purple-template .contact-card .lion-club-progress-values .lion-club-progress-points {
  color: #FFC8EA;
}
body.purple-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.purple-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #6A255F;
}
body.purple-template .account-section .account-nav-wrapper .btn-outline.active, body.purple-template .account-section .account-nav-wrapper .btn-outline:hover {
  border: 1px solid #FF76CB;
}
body.purple-template .account-section .nav-tabs .nav-link {
  background: rgba(80, 39, 73, 0.5);
}
body.purple-template .account-section .nav-tabs .nav-link.active {
  background: #4A1942;
}
body.purple-template .account-section .account-input-wrapper .form-control {
  background: #4A1942;
}
body.purple-template .account-section .overview-box, body.purple-template .account-section .general-account-box, body.purple-template .account-section .preference-section, body.purple-template .account-section .account-box-section, body.purple-template .account-section .single-security-feature {
  background: rgba(80, 39, 73, 0.5);
}
body.purple-template .account-section .overview-box .form-control, body.purple-template .account-section .general-account-box .form-control, body.purple-template .account-section .preference-section .form-control, body.purple-template .account-section .account-box-section .form-control, body.purple-template .account-section .single-security-feature .form-control {
  background: #4A1942 !important;
  color: #FFF !important;
}
body.purple-template .account-section .alert.alert-warning {
  color: #FF76CB;
  background: rgba(74, 25, 66, 0.5);
}
body.purple-template .account-section .user-bonus .user-bonus-amount-field {
  background: #4A1942;
}
body.purple-template .account-section .my-bonuses-card {
  background: rgb(59, 20, 52);
}
body.purple-template .account-section .my-bonuses-card svg path {
  stroke: #FFF;
}
body.purple-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(63, 42, 59, 0.78);
}
body.purple-template .account-pages .passcode-box {
  padding: 30px;
  background-color: #3F1839;
}
body.purple-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #6A255F;
}
body.purple-template .all-bonuses .bonuses-nav .btn-outline.active, body.purple-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #FF76CB;
}
body.purple-template .promo-box .promo-overlay {
  background: rgb(59, 20, 52);
}
body.purple-template .single-bonus .single-bonus-info-highlight {
  background: rgb(59, 20, 52);
}
body.purple-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #FF76CB;
}
body.purple-template .single-bonus .accordion .accordion-header .accordion-button {
  background: rgba(80, 39, 73, 0.5);
}
body.purple-template .single-bonus .accordion .accordion-body {
  background: #2c1c28;
}
body.purple-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #3F1839;
}
body.purple-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.purple-template .select2-container--default .select2-results__option[aria-selected=true] {
  background: #522f4d;
}
body.purple-template .select2-dropdown {
  background-color: #3F1839;
}
body.purple-template .select2-search--dropdown {
  background-color: #3F1839;
}
body.purple-template .select2-results__options {
  background-color: #3F1839;
}
body.purple-template .wallet-section-box {
  background: #3F1839;
}
body.purple-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #FFA8EC;
}
body.purple-template .wallet-section-box .list-balances .single-balance-info {
  background: #57154C;
}
body.purple-template .transactions-box {
  background: #3F1839;
}
body.purple-template .transactions-box .transactions-nav a.active, body.purple-template .transactions-box .transactions-nav a:hover {
  color: #FFC8EA;
}
body.purple-template .transactions-box .transactions-nav a.active:before, body.purple-template .transactions-box .transactions-nav a:hover:before {
  background: #FFA8EC;
  box-shadow: 3px -5px 13px 4px rgba(255, 200, 234, 0.66);
}
body.purple-template .user-stat-highlights .user-single-stat-bet {
  background: radial-gradient(336.23% 390.49% at -13.14% -229.55%, #FFA8EC 0%, rgba(255, 168, 236, 0) 100%), linear-gradient(141deg, #500936 22.47%, #3b0a28 86.47%);
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-label, body.purple-template .custom-select-checkboxes .custom-select-radios-label, body.purple-template .custom-select-radios .custom-select-checkboxes-label, body.purple-template .custom-select-radios .custom-select-radios-label {
  background: #261723;
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-list, body.purple-template .custom-select-checkboxes .custom-select-radios-list, body.purple-template .custom-select-radios .custom-select-checkboxes-list, body.purple-template .custom-select-radios .custom-select-radios-list {
  background: #261723;
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.purple-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.purple-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.purple-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #FF76CB 45%, #1C1C28 100%);
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.purple-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.purple-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.purple-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #FF76CB;
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.purple-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.purple-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.purple-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #FF76CB;
}
body.purple-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.purple-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.purple-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.purple-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #FF76CB;
}
body.purple-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #FF76CB;
}
body.purple-template .affiliate .affiliate-commissions-ref-box {
  background: radial-gradient(336.23% 390.49% at -13.14% -229.55%, #FFA8EC 0%, rgba(255, 168, 236, 0) 100%), linear-gradient(141deg, #500936 22.47%, #3b0a28 86.47%);
  backdrop-filter: blur(30px);
  --webkit--backdrop-filter: blur(30px);
}
body.purple-template .affiliate .affiliate-commissions-total-box {
  border-radius: 12px;
  border: 1.5px solid #4A1942;
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .affiliate .affiliate-box {
  background: #3F1839;
}
body.purple-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.purple-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #FFC8EA;
}
body.purple-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.purple-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #FFA8EC;
  box-shadow: 3px -5px 13px 4px rgba(255, 200, 234, 0.66);
}
body.purple-template .casino-provider {
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .casino-game-container {
  border-color: #6A255F;
}
body.purple-template .casino-game-container .casino-game-header {
  background: rgba(74, 25, 66, 0.35);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.purple-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.purple-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #FF76CB;
}
body.purple-template .casino-game-container .casino-game-footer {
  background: rgba(74, 25, 66, 0.35);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.purple-template .game-bets-tabs .nav-link.active, body.purple-template .game-bets-tabs .nav-link:hover {
  color: #FFC8EA !important;
}
body.purple-template .game-bets-tabs .nav-link.active:before, body.purple-template .game-bets-tabs .nav-link:hover:before {
  background: #FFA8EC;
  box-shadow: 3px -5px 13px 4px rgba(255, 200, 234, 0.66);
}
body.purple-template .about-provider-content {
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.purple-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  background: rgba(74, 25, 66, 0.35);
}
body.purple-template .about-game-desc .related-games-title h2 strong, body.purple-template .about-game-desc .related-games-title .h2 strong {
  color: #FF76CB;
}
body.purple-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.purple-template .casino-jackpot .single-casino-game-jackpot-box {
  background: #381832;
}
body.purple-template .pagination .page-item.active .page-link, body.purple-template .pagination .page-item:hover .page-link {
  background-color: #4a1942;
  border-color: #4a1942;
  color: #FFF;
}
body.purple-template .pagination .page-item .page-link {
  background-color: #371a32;
  border: 1px solid #371a32;
}
body.purple-template .shadow-row-xs:before, body.purple-template .shadow-row:before {
  background: linear-gradient(90deg, #261723 0%, rgba(38, 23, 35, 0) 100%);
}
body.purple-template .shadow-row-xs:after, body.purple-template .shadow-row:after {
  background: linear-gradient(270deg, #261723 0%, rgba(38, 23, 35, 0) 100%);
}
body.purple-template footer {
  border-radius: 20px 20px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #2C1C28;
}
body.purple-template footer .footer-links li a:hover {
  color: #FF76CB;
}
body.purple-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #802D72;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background: transparent;
}
body.purple-template footer .widget-languages .dropdown-menu {
  border: 1px solid #802D72;
  background: #311d2e;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
body.purple-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: #522f4d;
}
body.purple-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
body.light-blue-template {
  background-color: #16253B;
}
body.light-blue-template a {
  color: #F9F871;
}
body.light-blue-template .text-primary {
  color: #F9F871 !important;
}
body.light-blue-template .casino-parent-categories a {
  color: #FFF;
  border-color: #2B4570;
}
body.light-blue-template .casino-parent-categories a:hover {
  border-color: #F9F871;
}
body.light-blue-template .swiper .swiper-scrollbar {
  background: linear-gradient(-140deg, #ffeb89 -300%, #fff1a8 20%, #b6ab61 40%, #fff8a8 56%, #FFA8EC 230%, #FFA8EC 200%);
}
body.light-blue-template .swiper .swiper-scrollbar-drag {
  background: #F8F69B;
}
body.light-blue-template .swiper .swiper-scrollbar-drag:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.light-blue-template .single-casino-game .single-casino-game-title a:hover {
  color: #F9F871;
}
body.light-blue-template .single-casino-game .single-casino-game-provider:hover {
  color: #F9F871;
}
body.light-blue-template .form-control, body.light-blue-template .input-group, body.light-blue-template .input-group-text {
  background: #16253B !important;
  color: #FFF !important;
}
body.light-blue-template .widget-search-result {
  background: #16253B;
}
body.light-blue-template .widget-search-result .search-results-total {
  color: #FFF;
}
body.light-blue-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.light-blue-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #888D00 0%, #F9F871 100%);
}
body.light-blue-template .widget-load-more .widget-load-more-txt {
  color: #FFF;
}
body.light-blue-template .homepage-desc-wrapper {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .page-divider:after {
  background: radial-gradient(circle at center, #F9F871 0%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(214, 211, 29, 0.15);
}
body.light-blue-template .header-top-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #2B4570;
}
body.light-blue-template .header-top-wrapper .header-bonus-box {
  background-color: #296fe0;
}
body.light-blue-template .header-top-wrapper .header-bonus-box svg path {
  fill: #F9F871;
}
body.light-blue-template .header-top-wrapper .balance-asset-box {
  background: #16253B;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.light-blue-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: #16253B;
  border: 1px solid #69680a;
}
body.light-blue-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.light-blue-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #F9F871;
}
body.light-blue-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: #1d3557;
}
body.light-blue-template .header-top-wrapper .widget-scroll-overlay.top, body.light-blue-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.light-blue-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #1f3c6c;
  background: radial-gradient(188% 188% at 50% -88%, #476AA4 0%, rgba(71, 106, 164, 0) 100%), radial-gradient(228% 228% at 50% -94%, #2B4570 0%, rgba(43, 69, 112, 0) 100%);
}
body.light-blue-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #F9F871 var(--widget-avatar-progress-percentage), #5c6280 0deg);
}
body.light-blue-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #15253b;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background-color: #B7BA30;
  border: 1px solid #c7c95e;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #888D00 0%, #F9F871 100%);
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #FFFEB5;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: #15253b;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: #1d3557;
}
body.light-blue-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  color: #F9F871;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #F9F871;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #1f3c6c;
  background: radial-gradient(188% 188% at 50% -88%, #476AA4 0%, rgba(71, 106, 164, 0) 100%), radial-gradient(228% 228% at 50% -94%, #2B4570 0%, rgba(43, 69, 112, 0) 100%);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #F9F871;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #F9F871 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: radial-gradient(188% 188% at 50% -88%, #3E4857 0%, rgba(43, 49, 55, 0.38) 100%), radial-gradient(228% 228% at 50% -94%, #161A21 0%, rgba(22, 27, 33, 0) 100%);
  border-color: rgba(255, 254, 181, 0.42);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #F9F871;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(255, 254, 181, 0.2);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 254, 181, 0.2);
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #F9F871;
}
body.light-blue-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  background-color: #B7BA30;
  border: 1px solid #c7c95e;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.light-blue-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #F9F871 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.light-blue-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.light-blue-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #F9F871;
}
body.light-blue-template #sidebar, body.light-blue-template #navigation {
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0) 100%), #2B4570;
}
body.light-blue-template #sidebar::-webkit-scrollbar-thumb, body.light-blue-template #navigation::-webkit-scrollbar-thumb {
  background-color: #16253B;
}
body.light-blue-template #sidebar .navigation .dropdown-toggle, body.light-blue-template #navigation .navigation .dropdown-toggle {
  color: #7F8EA8;
}
body.light-blue-template #sidebar .navigation .dropdown-toggle:hover, body.light-blue-template #navigation .navigation .dropdown-toggle:hover {
  color: #bcc4d1;
}
body.light-blue-template #sidebar .navigation li a, body.light-blue-template #navigation .navigation li a {
  color: #FFF;
}
body.light-blue-template #sidebar .navigation li a:hover, body.light-blue-template #navigation .navigation li a:hover {
  color: #F9F871;
}
body.light-blue-template #sidebar .navigation .dropdown-menu, body.light-blue-template #navigation .navigation .dropdown-menu {
  background: rgba(22, 37, 59, 0.5) !important;
}
body.light-blue-template #sidebar .navigation .dropdown-menu a.active, body.light-blue-template #navigation .navigation .dropdown-menu a.active {
  color: #F9F871;
}
body.light-blue-template #sidebar .navigation .dropdown-menu a.active:hover, body.light-blue-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #F9F871;
}
body.light-blue-template #sidebar .navigation .navigation-item.single, body.light-blue-template #navigation .navigation .navigation-item.single {
  background: rgba(22, 37, 59, 0.5) !important;
}
@media (max-width: 575.98px) {
  body.light-blue-template #sidebar .navigation .navigation-item.single, body.light-blue-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.light-blue-template .btn-main-category, body.light-blue-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #1f3c6c;
  background: radial-gradient(188% 188% at 50% -88%, #476AA4 0%, rgba(71, 106, 164, 0) 100%), radial-gradient(228% 228% at 50% -94%, #2B4570 0%, rgba(43, 69, 112, 0) 100%);
}
body.light-blue-template .btn-main-category:hover, body.light-blue-template .sidebar-toggle:hover {
  border-color: #888D00;
  background: radial-gradient(188% 188% at 50% -88%, #535569 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #7c81b2 -20%, rgba(22, 23, 33, 0) 100%);
}
body.light-blue-template .btn-outline, body.light-blue-template .btn-outline-primary {
  border: 1px solid #2B4570;
  color: #FFF;
}
body.light-blue-template .btn-outline:hover, body.light-blue-template .btn-outline.active, body.light-blue-template .btn-outline-primary:hover, body.light-blue-template .btn-outline-primary.active {
  border-color: #F9F871;
  color: #FFF;
}
body.light-blue-template .btn-demo-play:hover {
  background: inherit;
}
body.light-blue-template .btn-primary {
  border-radius: 10px;
  border: none;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
  color: #16253B;
}
body.light-blue-template .btn-primary:hover, body.light-blue-template .btn-primary:focus {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #98982f 0%, #888D00 100%);
}
body.light-blue-template .btn-login {
  border-radius: 10px;
  border-color: #1f3c6c;
  background: radial-gradient(188% 188% at 50% -88%, #476AA4 0%, rgba(71, 106, 164, 0) 100%), radial-gradient(228% 228% at 50% -94%, #2B4570 0%, rgba(43, 69, 112, 0) 100%);
}
body.light-blue-template .btn-login:hover, body.light-blue-template .btn-login:focus {
  border-color: #888D00;
  background: radial-gradient(188% 188% at 50% -88%, #535569 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #7c81b2 -20%, rgba(22, 23, 33, 0) 100%);
  color: #FFF;
}
body.light-blue-template .top-games-box .circle-arrow {
  border-radius: 20px;
  border: 1px solid #c7c95e;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
}
body.light-blue-template .top-games-box .circle-arrow svg path {
  stroke: #16253B;
}
body.light-blue-template .fortuna-provider-slider-item {
  background: rgba(43, 69, 112, 0.2);
}
body.light-blue-template .platform-shortcuts .shortcut-title {
  color: #F9F871;
}
body.light-blue-template .platform-shortcuts .shortcut-subtitle {
  color: #F9F871;
}
body.light-blue-template .table-wild, body.light-blue-template .table-addresses {
  border: none;
}
body.light-blue-template .table-wild thead, body.light-blue-template .table-addresses thead {
  background-color: #2B4570;
}
body.light-blue-template .table-wild tbody, body.light-blue-template .table-addresses tbody {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.light-blue-template .table-wild tbody tr, body.light-blue-template .table-addresses tbody tr {
  background-color: #1b2c45;
}
body.light-blue-template .table-wild tbody tr td, body.light-blue-template .table-addresses tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.light-blue-template .tournaments .nav-tabs .nav-link {
  border-color: #2B4570;
}
body.light-blue-template .tournaments .nav-tabs .nav-link.active, body.light-blue-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #F9F871;
}
body.light-blue-template .tournaments .alert-warning {
  background: #24395C;
}
body.light-blue-template .modal .modal-content {
  background: #16253B !important;
}
body.light-blue-template .modal .modal-content .form-control {
  background: rgba(43, 69, 112, 0.3) !important;
}
body.light-blue-template .modal .nav-tabs .nav-link {
  background: rgba(43, 69, 112, 0.3);
}
body.light-blue-template .modal .nav-tabs .nav-link.active, body.light-blue-template .modal .nav-tabs .nav-link:hover {
  background: rgba(43, 69, 112, 0.65);
  color: #FFF;
}
body.light-blue-template .modal .wallet-modal-deposit-notice {
  background: #2B4570;
}
body.light-blue-template .loyalty-program-box, body.light-blue-template .single-vip-level, body.light-blue-template .contact-card {
  border: 1px solid #2B4570;
  background: rgba(43, 69, 112, 0.35);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.light-blue-template .loyalty-program-box .contact-card-desc, body.light-blue-template .single-vip-level .contact-card-desc, body.light-blue-template .contact-card .contact-card-desc {
  color: #FFF;
}
body.light-blue-template .loyalty-program-box .my-level-title, body.light-blue-template .single-vip-level .my-level-title, body.light-blue-template .contact-card .my-level-title {
  color: #8E99AC;
}
body.light-blue-template .loyalty-program-box .rule-info, body.light-blue-template .single-vip-level .rule-info, body.light-blue-template .contact-card .rule-info {
  color: #C8C78E;
}
body.light-blue-template .loyalty-program-box .single-vip-level-title, body.light-blue-template .single-vip-level .single-vip-level-title, body.light-blue-template .contact-card .single-vip-level-title {
  color: #F9F871;
}
body.light-blue-template .loyalty-program-box .dashboard-home-vip-progress-current, body.light-blue-template .single-vip-level .dashboard-home-vip-progress-current, body.light-blue-template .contact-card .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 111, 123, 0.2) 0%, rgba(104, 111, 123, 0) 100%);
}
body.light-blue-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.light-blue-template .single-vip-level .dashboard-home-vip-progress .progress, body.light-blue-template .contact-card .dashboard-home-vip-progress .progress {
  height: 8px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.01);
}
body.light-blue-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.light-blue-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar, body.light-blue-template .contact-card .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
}
body.light-blue-template .loyalty-program-box .lion-club-progress-values, body.light-blue-template .single-vip-level .lion-club-progress-values, body.light-blue-template .contact-card .lion-club-progress-values {
  color: #FFF;
}
body.light-blue-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.light-blue-template .single-vip-level .lion-club-progress-values .lion-club-progress-points, body.light-blue-template .contact-card .lion-club-progress-values .lion-club-progress-points {
  color: #FFFEB5;
}
body.light-blue-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.light-blue-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #2B4570;
}
body.light-blue-template .account-section .account-nav-wrapper .btn-outline.active, body.light-blue-template .account-section .account-nav-wrapper .btn-outline:hover {
  border: 1px solid #F9F871;
}
body.light-blue-template .account-section .nav-tabs .nav-link {
  background: rgba(43, 69, 112, 0.3);
}
body.light-blue-template .account-section .nav-tabs .nav-link.active {
  background: rgba(43, 69, 112, 0.65);
}
body.light-blue-template .account-section .account-input-wrapper .form-control {
  background: rgba(43, 69, 112, 0.3);
}
body.light-blue-template .account-section .overview-box, body.light-blue-template .account-section .general-account-box, body.light-blue-template .account-section .preference-section, body.light-blue-template .account-section .account-box-section, body.light-blue-template .account-section .single-security-feature {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .account-section .overview-box .form-control, body.light-blue-template .account-section .general-account-box .form-control, body.light-blue-template .account-section .preference-section .form-control, body.light-blue-template .account-section .account-box-section .form-control, body.light-blue-template .account-section .single-security-feature .form-control {
  background: rgba(43, 69, 112, 0.3) !important;
  color: #FFF !important;
}
body.light-blue-template .account-section .alert.alert-warning {
  color: #FFFEB5;
  background: #2B4570;
}
body.light-blue-template .account-section .user-bonus .user-bonus-amount-field {
  background: #2B4570;
}
body.light-blue-template .account-section .my-bonuses-card {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .account-section .my-bonuses-card svg path {
  stroke: #F9F871;
}
body.light-blue-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(63, 62, 42, 0.78);
}
body.light-blue-template .account-pages .passcode-box {
  padding: 30px;
  background-color: #1B2C45;
}
body.light-blue-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #2B4570;
}
body.light-blue-template .all-bonuses .bonuses-nav .btn-outline.active, body.light-blue-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #F9F871;
}
body.light-blue-template .promo-box .promo-overlay {
  background: rgb(20, 32, 59);
}
body.light-blue-template .single-bonus .single-bonus-info-highlight {
  background: rgb(20, 32, 59);
}
body.light-blue-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #F9F871;
}
body.light-blue-template .single-bonus .accordion .accordion-header .accordion-button {
  background: rgb(20, 32, 59);
}
body.light-blue-template .single-bonus .accordion .accordion-body {
  background: #1b2c45;
}
body.light-blue-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #1b2c45;
}
body.light-blue-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.light-blue-template .select2-container--default .select2-results__option[aria-selected=true] {
  background: #2B4570;
}
body.light-blue-template .select2-dropdown {
  background-color: #1b2c45;
}
body.light-blue-template .select2-search--dropdown {
  background-color: #1b2c45;
}
body.light-blue-template .select2-results__options {
  background-color: #1b2c45;
}
body.light-blue-template .wallet-section-box {
  background: #24395C;
}
body.light-blue-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #FFFEB5;
}
body.light-blue-template .wallet-section-box .list-balances .single-balance-info {
  background: #284677;
}
body.light-blue-template .transactions-box {
  background: #24395C;
}
body.light-blue-template .transactions-box .transactions-nav a.active, body.light-blue-template .transactions-box .transactions-nav a:hover {
  color: #FFFEB5;
}
body.light-blue-template .transactions-box .transactions-nav a.active:before, body.light-blue-template .transactions-box .transactions-nav a:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.light-blue-template .user-stat-highlights .user-single-stat-bet {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-label, body.light-blue-template .custom-select-checkboxes .custom-select-radios-label, body.light-blue-template .custom-select-radios .custom-select-checkboxes-label, body.light-blue-template .custom-select-radios .custom-select-radios-label {
  background: #16253B;
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-list, body.light-blue-template .custom-select-checkboxes .custom-select-radios-list, body.light-blue-template .custom-select-radios .custom-select-checkboxes-list, body.light-blue-template .custom-select-radios .custom-select-radios-list {
  background: #16253B;
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.light-blue-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.light-blue-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.light-blue-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.light-blue-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #F9F871;
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.light-blue-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #F9F871;
}
body.light-blue-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.light-blue-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.light-blue-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #F9F871;
}
body.light-blue-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #F9F871;
}
body.light-blue-template .affiliate .affiliate-commissions-ref-box {
  background: linear-gradient(to right, #4b5a51, rgba(43, 69, 112, 0.35));
  backdrop-filter: blur(30px);
  --webkit--backdrop-filter: blur(30px);
}
body.light-blue-template .affiliate .affiliate-commissions-total-box {
  border-radius: 12px;
  border: 1.5px solid #2B4570;
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .affiliate .affiliate-box {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.light-blue-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #FFFEB5;
}
body.light-blue-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.light-blue-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.light-blue-template .casino-provider {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .casino-game-container {
  border-color: #1f3c6c;
}
body.light-blue-template .casino-game-container .casino-game-header {
  background: rgba(43, 69, 112, 0.35);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.light-blue-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.light-blue-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #F9F871;
}
body.light-blue-template .casino-game-container .casino-game-footer {
  background: rgba(43, 69, 112, 0.35);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.light-blue-template .game-bets-tabs .nav-link.active, body.light-blue-template .game-bets-tabs .nav-link:hover {
  color: #FFFEB5 !important;
}
body.light-blue-template .game-bets-tabs .nav-link.active:before, body.light-blue-template .game-bets-tabs .nav-link:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.light-blue-template .about-provider-content {
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.light-blue-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  background: rgba(43, 69, 112, 0.35);
}
body.light-blue-template .about-game-desc .related-games-title h2 strong, body.light-blue-template .about-game-desc .related-games-title .h2 strong {
  color: #F9F871;
}
body.light-blue-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.light-blue-template .casino-jackpot .single-casino-game-jackpot-box {
  background: #2B4570;
}
body.light-blue-template .pagination .page-item.active .page-link, body.light-blue-template .pagination .page-item:hover .page-link {
  background-color: #273f65;
  border-color: #273f65;
  color: #FFF;
}
body.light-blue-template .pagination .page-item .page-link {
  background-color: #1b2c45;
  border: 1px solid #1b2c45;
}
body.light-blue-template .shadow-row-xs:before, body.light-blue-template .shadow-row:before {
  background: linear-gradient(90deg, #16253B 0%, rgba(22, 37, 59, 0) 100%);
}
body.light-blue-template .shadow-row-xs:after, body.light-blue-template .shadow-row:after {
  background: linear-gradient(270deg, #16253B 0%, rgba(22, 37, 59, 0) 100%);
}
body.light-blue-template footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #1B2C45;
}
body.light-blue-template footer .footer-links li a:hover {
  color: #F9F871;
}
body.light-blue-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #2B4570;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background: transparent;
}
body.light-blue-template footer .widget-languages .dropdown-menu {
  border: 1px solid #2B4570;
  background: #16253B;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
body.light-blue-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: #1d3557;
}
body.light-blue-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
body.green-template {
  background-color: #121619;
}
body.green-template a {
  color: #F9F871;
}
body.green-template .text-primary {
  color: #F9F871 !important;
}
body.green-template .casino-parent-categories a {
  color: #FFF;
  border-color: #30463D;
}
body.green-template .casino-parent-categories a:hover {
  border-color: #F9F871;
}
body.green-template .swiper .swiper-scrollbar {
  background: linear-gradient(-140deg, #ffeb89 -300%, #fff1a8 20%, #b6ab61 40%, #fff8a8 56%, #FFA8EC 230%, #FFA8EC 200%);
}
body.green-template .swiper .swiper-scrollbar-drag {
  background: #F8F69B;
}
body.green-template .swiper .swiper-scrollbar-drag:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.green-template .single-casino-game .single-casino-game-title a:hover {
  color: #F9F871;
}
body.green-template .single-casino-game .single-casino-game-provider:hover {
  color: #F9F871;
}
body.green-template .form-control, body.green-template .input-group, body.green-template .input-group-text {
  background: #121619 !important;
  color: #FFF !important;
}
body.green-template .widget-search-result {
  background: #121619;
}
body.green-template .widget-search-result .search-results-total {
  color: #FFF;
}
body.green-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.green-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #888D00 0%, #F9F871 100%);
}
body.green-template .widget-load-more .widget-load-more-txt {
  color: #FFF;
}
body.green-template .homepage-desc-wrapper {
  background: #1E2B26;
}
body.green-template .page-divider:after {
  background: radial-gradient(circle at center, #F9F871 0%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(214, 211, 29, 0.15);
}
body.green-template .header-top-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #202F29;
}
body.green-template .header-top-wrapper .header-bonus-box {
  background-color: #336250;
}
body.green-template .header-top-wrapper .header-bonus-box svg path {
  fill: #F9F871;
}
body.green-template .header-top-wrapper .balance-asset-box {
  background: #121619;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: #121619;
  border: 1px solid #202F29;
}
body.green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #F9F871;
}
body.green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: #1e3b30;
}
body.green-template .header-top-wrapper .widget-scroll-overlay.top, body.green-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.green-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #394441;
  background: radial-gradient(188% 188% at 50% -88%, #43896D 0%, rgba(67, 137, 109, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
}
body.green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #F9F871 var(--widget-avatar-progress-percentage), #394441 0deg);
}
body.green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #121619;
}
body.green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background-color: #B7BA30;
  border: 1px solid #c7c95e;
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #888D00 0%, #F9F871 100%);
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #FFFEB5;
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: #121619;
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: #172d28;
}
body.green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  color: #F9F871;
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #F9F871;
}
body.green-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #394441;
  background: radial-gradient(188% 188% at 50% -88%, #43896D 0%, rgba(67, 137, 109, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
}
body.green-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #FFFEB5;
}
body.green-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #F9F871 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: radial-gradient(188% 188% at 50% -88%, #3E4857 0%, rgba(43, 49, 55, 0.38) 100%), radial-gradient(228% 228% at 50% -94%, #161A21 0%, rgba(22, 27, 33, 0) 100%);
  border-color: rgba(255, 254, 181, 0.42);
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #F9F871;
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(255, 254, 181, 0.2);
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 254, 181, 0.2);
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #F9F871;
}
body.green-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  background-color: #B7BA30;
  border: 1px solid #c7c95e;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.green-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #F9F871 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.green-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.green-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #F9F871;
}
body.green-template #sidebar, body.green-template #navigation {
  background: radial-gradient(391.34% 116.55% at 86% -55.09%, #2F2F43 0%, rgba(47, 47, 67, 0) 100%), #202F29;
}
body.green-template #sidebar::-webkit-scrollbar-thumb, body.green-template #navigation::-webkit-scrollbar-thumb {
  background-color: #243d32;
}
body.green-template #sidebar .navigation .dropdown-toggle, body.green-template #navigation .navigation .dropdown-toggle {
  color: #709687;
}
body.green-template #sidebar .navigation .dropdown-toggle:hover, body.green-template #navigation .navigation .dropdown-toggle:hover {
  color: #abc1b8;
}
body.green-template #sidebar .navigation li a, body.green-template #navigation .navigation li a {
  color: #FFF;
}
body.green-template #sidebar .navigation li a:hover, body.green-template #navigation .navigation li a:hover {
  color: #F9F871;
}
body.green-template #sidebar .navigation .dropdown-menu, body.green-template #navigation .navigation .dropdown-menu {
  background: rgba(18, 22, 25, 0.5) !important;
}
body.green-template #sidebar .navigation .dropdown-menu a.active, body.green-template #navigation .navigation .dropdown-menu a.active {
  color: #F9F871;
}
body.green-template #sidebar .navigation .dropdown-menu a.active:hover, body.green-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #F9F871;
}
body.green-template #sidebar .navigation .navigation-item.single, body.green-template #navigation .navigation .navigation-item.single {
  background: rgba(18, 22, 25, 0.5) !important;
}
@media (max-width: 575.98px) {
  body.green-template #sidebar .navigation .navigation-item.single, body.green-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.green-template .btn-main-category, body.green-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #394441;
  background: radial-gradient(188% 188% at 50% -88%, #43896D 0%, rgba(67, 137, 109, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
}
body.green-template .btn-main-category:hover, body.green-template .sidebar-toggle:hover {
  border-color: #888D00;
  background: radial-gradient(188% 188% at 50% -88%, #27674d 0%, rgba(31, 128, 89, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
}
body.green-template .btn-outline, body.green-template .btn-outline-primary {
  border: 1px solid #30463D;
  color: #FFF;
}
body.green-template .btn-outline:hover, body.green-template .btn-outline.active, body.green-template .btn-outline-primary:hover, body.green-template .btn-outline-primary.active {
  border-color: #F9F871;
  color: #FFF;
}
body.green-template .btn-demo-play:hover {
  background: inherit;
}
body.green-template .btn-primary {
  border-radius: 10px;
  border: none;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
  color: #16253B;
}
body.green-template .btn-primary:hover, body.green-template .btn-primary:focus {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #98982f 0%, #888D00 100%);
}
body.green-template .btn-login {
  border-radius: 10px;
  border-color: #394441;
  background: radial-gradient(188% 188% at 50% -88%, #43896D 0%, rgba(67, 137, 109, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
}
body.green-template .btn-login:hover, body.green-template .btn-login:focus {
  border-color: #888D00;
  background: radial-gradient(188% 188% at 50% -88%, #27674d 0%, rgba(31, 128, 89, 0) 100%), radial-gradient(228% 228% at 50% -94%, #202F29 0%, rgba(32, 47, 41, 0) 100%);
  color: #FFF;
}
body.green-template .top-games-box .circle-arrow {
  border-radius: 20px;
  border: 1px solid #c7c95e;
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
}
body.green-template .top-games-box .circle-arrow svg path {
  stroke: #16253B;
}
body.green-template .fortuna-provider-slider-item {
  background: rgba(32, 47, 41, 0.35);
}
body.green-template .platform-shortcuts .shortcut-title {
  color: #F9F871;
}
body.green-template .platform-shortcuts .shortcut-subtitle {
  color: #F9F871;
}
body.green-template .table-wild, body.green-template .table-addresses {
  border: none;
}
body.green-template .table-wild thead, body.green-template .table-addresses thead {
  background-color: #202F29;
}
body.green-template .table-wild tbody tr, body.green-template .table-addresses tbody tr {
  background-color: #1a2024;
}
body.green-template .table-wild tbody tr td, body.green-template .table-addresses tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.green-template .tournaments .nav-tabs .nav-link {
  border-color: #2B4570;
}
body.green-template .tournaments .nav-tabs .nav-link.active, body.green-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #F9F871;
}
body.green-template .tournaments .alert-warning {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .modal .modal-content {
  background: #121619 !important;
}
body.green-template .modal .modal-content .form-control {
  background: rgba(32, 47, 41, 0.75) !important;
}
body.green-template .modal .nav-tabs .nav-link {
  background: rgba(32, 47, 41, 0.75);
}
body.green-template .modal .nav-tabs .nav-link.active, body.green-template .modal .nav-tabs .nav-link:hover {
  background: #24342D;
  color: #FFF;
}
body.green-template .modal .wallet-modal-deposit-notice {
  background: #24342D;
}
body.green-template .loyalty-program-box, body.green-template .single-vip-level, body.green-template .contact-card {
  border: 1px solid #202F29;
  background: rgba(32, 47, 41, 0.5);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.green-template .loyalty-program-box .contact-card-desc, body.green-template .single-vip-level .contact-card-desc, body.green-template .contact-card .contact-card-desc {
  color: #FFF;
}
body.green-template .loyalty-program-box .my-level-title, body.green-template .single-vip-level .my-level-title, body.green-template .contact-card .my-level-title {
  color: #8EACA1;
}
body.green-template .loyalty-program-box .rule-info, body.green-template .single-vip-level .rule-info, body.green-template .contact-card .rule-info {
  color: #C8C78E;
}
body.green-template .loyalty-program-box .single-vip-level-title, body.green-template .single-vip-level .single-vip-level-title, body.green-template .contact-card .single-vip-level-title {
  color: #C8C78E;
}
body.green-template .loyalty-program-box .dashboard-home-vip-progress-current, body.green-template .single-vip-level .dashboard-home-vip-progress-current, body.green-template .contact-card .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 111, 123, 0.2) 0%, rgba(104, 111, 123, 0) 100%);
}
body.green-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.green-template .single-vip-level .dashboard-home-vip-progress .progress, body.green-template .contact-card .dashboard-home-vip-progress .progress {
  height: 8px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.01);
}
body.green-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.green-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar, body.green-template .contact-card .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #F9F871 0%, #888D00 100%);
}
body.green-template .loyalty-program-box .lion-club-progress-values, body.green-template .single-vip-level .lion-club-progress-values, body.green-template .contact-card .lion-club-progress-values {
  color: #FFF;
}
body.green-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.green-template .single-vip-level .lion-club-progress-values .lion-club-progress-points, body.green-template .contact-card .lion-club-progress-values .lion-club-progress-points {
  color: #FFFEB5;
}
body.green-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.green-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #2B4570;
}
body.green-template .account-section .account-nav-wrapper .btn-outline.active, body.green-template .account-section .account-nav-wrapper .btn-outline:hover {
  border: 1px solid #F9F871;
}
body.green-template .account-section .nav-tabs .nav-link {
  background: rgba(32, 47, 41, 0.75);
}
body.green-template .account-section .nav-tabs .nav-link.active {
  background: #24342D;
}
body.green-template .account-section .account-input-wrapper .form-control {
  background: rgba(43, 69, 112, 0.3);
}
body.green-template .account-section .overview-box, body.green-template .account-section .general-account-box, body.green-template .account-section .preference-section, body.green-template .account-section .account-box-section, body.green-template .account-section .single-security-feature {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .account-section .overview-box .form-control, body.green-template .account-section .general-account-box .form-control, body.green-template .account-section .preference-section .form-control, body.green-template .account-section .account-box-section .form-control, body.green-template .account-section .single-security-feature .form-control {
  background: #24342D !important;
  color: #FFF !important;
}
body.green-template .account-section .alert.alert-warning {
  color: #FFFEB5;
  background: #24342D;
}
body.green-template .account-section .user-bonus .user-bonus-amount-field {
  background: #2B4138;
}
body.green-template .account-section .my-bonuses-card {
  background: rgb(33, 47, 44);
}
body.green-template .account-section .my-bonuses-card svg path {
  stroke: #F9F871;
}
body.green-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(76, 115, 97, 0.72);
}
body.green-template .account-pages .passcode-box {
  padding: 30px;
  background: rgb(33, 47, 44);
}
body.green-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #2B4570;
}
body.green-template .all-bonuses .bonuses-nav .btn-outline.active, body.green-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #F9F871;
}
body.green-template .promo-box .promo-overlay {
  background: rgba(37, 58, 49, 0.4);
}
body.green-template .single-bonus .single-bonus-info-highlight {
  background: rgba(37, 58, 49, 0.4);
}
body.green-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #F9F871;
}
body.green-template .single-bonus .accordion .accordion-header .accordion-button {
  background: #202F29;
}
body.green-template .single-bonus .accordion .accordion-body {
  background: #1a2024;
}
body.green-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #202F29;
}
body.green-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.green-template .select2-container--default .select2-results__option[aria-selected=true] {
  background: #214235;
}
body.green-template .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #313f3a;
}
body.green-template .select2-dropdown {
  background-color: #202F29;
}
body.green-template .select2-search--dropdown {
  background-color: #202F29;
}
body.green-template .select2-results__options {
  background-color: #202F29;
}
body.green-template .wallet-section-box {
  background: #1E2B26;
}
body.green-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #FFFEB5;
}
body.green-template .wallet-section-box .list-balances .single-balance-info {
  background: #2B4138;
}
body.green-template .transactions-box {
  background: #1E2B26;
}
body.green-template .transactions-box .transactions-nav a.active, body.green-template .transactions-box .transactions-nav a:hover {
  color: #FFFEB5;
}
body.green-template .transactions-box .transactions-nav a.active:before, body.green-template .transactions-box .transactions-nav a:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.green-template .user-stat-highlights .user-single-stat-bet {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-label, body.green-template .custom-select-checkboxes .custom-select-radios-label, body.green-template .custom-select-radios .custom-select-checkboxes-label, body.green-template .custom-select-radios .custom-select-radios-label {
  background: #121619;
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-list, body.green-template .custom-select-checkboxes .custom-select-radios-list, body.green-template .custom-select-radios .custom-select-checkboxes-list, body.green-template .custom-select-radios .custom-select-radios-list {
  background: #121619;
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.green-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.green-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.green-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #F9F871 45%, #1C1C28 100%);
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.green-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.green-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.green-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #F9F871;
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.green-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.green-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.green-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #F9F871;
}
body.green-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.green-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.green-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.green-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #F9F871;
}
body.green-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #F9F871;
}
body.green-template .affiliate .affiliate-commissions-ref-box {
  background: linear-gradient(to right, #4b5a51, rgba(32, 47, 41, 0.5));
  backdrop-filter: blur(30px);
  --webkit--backdrop-filter: blur(30px);
}
body.green-template .affiliate .affiliate-commissions-total-box {
  border-radius: 12px;
  border: 1.5px solid #202F29;
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .affiliate .affiliate-box {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #FFFEB5;
}
body.green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.green-template .casino-provider {
  background: rgba(32, 47, 41, 0.35);
}
body.green-template .casino-game-container {
  border-color: #202F29;
}
body.green-template .casino-game-container .casino-game-header {
  background: rgba(32, 47, 41, 0.5);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #F9F871;
}
body.green-template .casino-game-container .casino-game-footer {
  background: rgba(32, 47, 41, 0.5);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.green-template .game-bets-tabs .nav-link.active, body.green-template .game-bets-tabs .nav-link:hover {
  color: #FFFEB5 !important;
}
body.green-template .game-bets-tabs .nav-link.active:before, body.green-template .game-bets-tabs .nav-link:hover:before {
  background: #F8F69B;
  box-shadow: 3px -5px 13px 4px rgb(255, 254, 181);
}
body.green-template .about-provider-content {
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.green-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  background: rgba(32, 47, 41, 0.5);
}
body.green-template .about-game-desc .related-games-title h2 strong, body.green-template .about-game-desc .related-games-title .h2 strong {
  color: #F9F871;
}
body.green-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.green-template .casino-jackpot .single-casino-game-jackpot-box {
  background: #202F29;
}
body.green-template .pagination .page-item.active .page-link, body.green-template .pagination .page-item:hover .page-link {
  background-color: #2B4138;
  border-color: #2B4138;
  color: #FFF;
}
body.green-template .pagination .page-item .page-link {
  background-color: #24342D;
  border: 1px solid #24342D;
}
body.green-template .shadow-row-xs:before, body.green-template .shadow-row:before {
  background: linear-gradient(90deg, #121619 0%, rgba(18, 22, 25, 0) 100%);
}
body.green-template .shadow-row-xs:after, body.green-template .shadow-row:after {
  background: linear-gradient(270deg, #121619 0%, rgba(18, 22, 25, 0) 100%);
}
body.green-template footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #1A2024;
}
body.green-template footer .footer-links li a:hover {
  color: #F9F871;
}
body.green-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #30463D;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background: transparent;
}
body.green-template footer .widget-languages .dropdown-menu {
  border: 1px solid #30463D;
  background: rgba(43, 65, 56, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
body.green-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: rgba(43, 65, 56, 0.46);
}
body.green-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
body.dark-green-template {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%), #101016;
}
body.dark-green-template a {
  color: #88FF70;
}
body.dark-green-template .text-primary {
  color: #88FF70 !important;
}
body.dark-green-template .casino-parent-categories a {
  color: #FFF;
  border-color: #2F3247;
}
body.dark-green-template .casino-parent-categories a:hover {
  border-color: #51F384;
  color: #8BFF6E;
}
body.dark-green-template .swiper .swiper-scrollbar {
  background: linear-gradient(-140deg, #89ff8d -300%, #43ff62 20%, #7db661 40%, #4cb948 56%, #afffa8 230%, #74d831 200%);
}
body.dark-green-template .swiper .swiper-scrollbar-drag {
  background: #befaab;
}
body.dark-green-template .swiper .swiper-scrollbar-drag:before {
  background: #a7fffa;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.dark-green-template .single-casino-game .single-casino-game-title a:hover {
  color: #88FF70;
}
body.dark-green-template .single-casino-game .single-casino-game-provider:hover {
  color: #88FF70;
}
body.dark-green-template .input-group-text {
  padding-left: 0;
}
body.dark-green-template .input-group .form-control {
  padding-left: 8px;
}
body.dark-green-template .form-control, body.dark-green-template .input-group, body.dark-green-template .input-group-text {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #161721 !important;
  color: #FFF !important;
}
body.dark-green-template .widget-search-result {
  background: #161721;
}
body.dark-green-template .widget-search-result .search-results-total {
  color: #FFF;
}
body.dark-green-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #51F384 45%, #1C1C28 100%);
}
body.dark-green-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #238140 0%, #51F384 100%);
}
body.dark-green-template .widget-load-more .widget-load-more-txt {
  color: #FFF;
}
body.dark-green-template .homepage-desc-wrapper {
  background: #1E2B26;
}
body.dark-green-template .page-divider:after {
  background: radial-gradient(circle at center, #55e17d 0%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(29, 214, 57, 0.15);
}
body.dark-green-template .header-top-wrapper {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(35, 36, 58, 0.5);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #101016;
}
body.dark-green-template .header-top-wrapper .header-bonus-box {
  background-color: #b8b8b8;
}
body.dark-green-template .header-top-wrapper .header-bonus-box svg path {
  fill: #000;
}
body.dark-green-template .header-top-wrapper .balance-asset-box {
  background: #0E0E13;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.dark-green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  border: 1px solid #2B2C1D;
  background: #161B1E;
}
body.dark-green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #88FF70 45%, #1C1C28 100%);
}
body.dark-green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #88FF70;
}
body.dark-green-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: rgba(63, 107, 60, 0.37);
}
body.dark-green-template .header-top-wrapper .widget-scroll-overlay.top, body.dark-green-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.dark-green-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #25EA94 var(--widget-avatar-progress-percentage), #394441 0deg);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #121619;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background: linear-gradient(102deg, #25EA94 -11.04%, #8BFF6E 42.42%, #12EFBA 81.63%);
  border: none;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle .user-level-value {
  color: #296E30;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #DDE823 0%, #51F384 100%);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #00FFF0;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: radial-gradient(235.71% 126.92% at -14.1% 50%, #6FCDE4 0%, #6F7BE4 100%), linear-gradient(180deg, #00ACC3 0%, #00FFF0 100%);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: rgba(35, 193, 222, 0.2);
}
body.dark-green-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  color: #88FF70;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #88FF70;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #FFF;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  border: none;
  background: radial-gradient(188% 188% at 50% -88%, #3E4E57 0%, rgba(62, 78, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161C21 0%, rgba(22, 28, 33, 0) 100%);
  backdrop-filter: blur(25px);
  --webkit-backdrop-filter: blur(25px);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #88FF70 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: radial-gradient(188% 188% at 50% -88%, #3E4857 0%, rgba(43, 49, 55, 0.38) 100%), radial-gradient(228% 228% at 50% -94%, #161A21 0%, rgba(22, 27, 33, 0) 100%);
  border-color: rgba(255, 254, 181, 0.42);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #88FF70;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(255, 254, 181, 0.2);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 254, 181, 0.2);
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #88FF70;
}
body.dark-green-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  color: #296E30;
  background: linear-gradient(102deg, #25EA94 -11.04%, #8BFF6E 42.42%, #12EFBA 81.63%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dark-green-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #88FF70 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.dark-green-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.dark-green-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #88FF70;
}
body.dark-green-template #sidebar, body.dark-green-template #navigation {
  background: transparent;
}
body.dark-green-template #sidebar::-webkit-scrollbar-thumb, body.dark-green-template #navigation::-webkit-scrollbar-thumb {
  background-color: #1fefb8;
}
body.dark-green-template #sidebar .navigation .dropdown-toggle, body.dark-green-template #navigation .navigation .dropdown-toggle {
  color: #96969C;
}
body.dark-green-template #sidebar .navigation .dropdown-toggle:hover, body.dark-green-template #navigation .navigation .dropdown-toggle:hover {
  color: #cbcbce;
}
body.dark-green-template #sidebar .navigation li a, body.dark-green-template #navigation .navigation li a {
  color: #FFF;
}
body.dark-green-template #sidebar .navigation li a:hover, body.dark-green-template #navigation .navigation li a:hover {
  color: #8BFF6E;
}
body.dark-green-template #sidebar .navigation .dropdown-menu, body.dark-green-template #navigation .navigation .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(12, 12, 21, 0.5) !important;
}
body.dark-green-template #sidebar .navigation .dropdown-menu a.active, body.dark-green-template #navigation .navigation .dropdown-menu a.active {
  color: #8BFF6E;
}
body.dark-green-template #sidebar .navigation .dropdown-menu a.active:hover, body.dark-green-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #8BFF6E;
}
body.dark-green-template #sidebar .navigation .navigation-item.single, body.dark-green-template #navigation .navigation .navigation-item.single {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(12, 12, 21, 0.5) !important;
}
@media (max-width: 575.98px) {
  body.dark-green-template #sidebar .navigation .navigation-item.single, body.dark-green-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.dark-green-template .btn-main-category, body.dark-green-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  color: #bdbdc0;
}
body.dark-green-template .btn-main-category:hover, body.dark-green-template .sidebar-toggle:hover {
  color: #FFF;
  border-color: #00818d;
  background: radial-gradient(188% 188% at 50% -88%, #727496 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #36394d 0%, rgba(22, 23, 33, 0) 100%);
}
body.dark-green-template .btn-outline, body.dark-green-template .btn-outline-primary {
  border: 1px solid #2F3247;
  color: #FFF;
}
body.dark-green-template .btn-outline:hover, body.dark-green-template .btn-outline.active, body.dark-green-template .btn-outline-primary:hover, body.dark-green-template .btn-outline-primary.active {
  border-color: #51F384;
  color: #8BFF6E;
}
body.dark-green-template .btn-demo-play:hover {
  background: inherit;
}
body.dark-green-template .btn-primary {
  border-radius: 10px;
  border: none;
  background: linear-gradient(102deg, #25EA94 -11.04%, #8BFF6E 42.42%, #EFE212 81.63%);
  box-shadow: 0 4px 10px 0 rgba(38, 254, 19, 0.4);
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
  color: #00323A;
}
body.dark-green-template .btn-primary:hover, body.dark-green-template .btn-primary:focus {
  background: linear-gradient(102deg, #21a169 -11.04%, #30ff00 42.42%, #ffef00 81.63%);
  color: #000607;
}
body.dark-green-template .btn-login {
  border-radius: 10px;
  border-color: #3E4057;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #161721 0%, rgba(22, 23, 33, 0) 100%);
  color: #bdbdc0;
}
body.dark-green-template .btn-login:hover, body.dark-green-template .btn-login:focus {
  border-color: #00818d;
  background: radial-gradient(188% 188% at 50% -88%, #727496 0%, rgba(62, 64, 87, 0) 100%), radial-gradient(228% 228% at 50% -94%, #36394d 0%, rgba(22, 23, 33, 0) 100%);
  color: #FFF;
}
body.dark-green-template .top-games-box .circle-arrow {
  border-radius: 20px;
  background: linear-gradient(102deg, #25EA94 -11.04%, #8BFF6E 42.42%, #12EFBA 81.63%);
  border: none;
  backdrop-filter: blur(5px);
  --webkit--backdrop-filter: blur(5px);
}
body.dark-green-template .top-games-box .circle-arrow svg path {
  stroke: #296E30;
}
body.dark-green-template .fortuna-provider-slider-item {
  background: linear-gradient(63deg, #191a26, #263a2a 53%, #191d26);
}
body.dark-green-template .platform-shortcuts .shortcut-title {
  color: #88FF70;
}
body.dark-green-template .platform-shortcuts .shortcut-subtitle {
  color: #88FF70;
}
body.dark-green-template .table-wild, body.dark-green-template .table-addresses {
  border: none;
}
body.dark-green-template .table-wild thead, body.dark-green-template .table-addresses thead {
  background-color: #1D2629;
}
body.dark-green-template .table-wild tbody tr, body.dark-green-template .table-addresses tbody tr {
  background-color: #161b1e;
}
body.dark-green-template .table-wild tbody tr td, body.dark-green-template .table-addresses tbody tr td {
  border-bottom: 1px solid #1C202A;
}
body.dark-green-template .tournaments .nav-tabs .nav-link {
  border-color: #2F3247;
}
body.dark-green-template .tournaments .nav-tabs .nav-link.active, body.dark-green-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #51F384;
}
body.dark-green-template .tournaments .alert-warning {
  background: #191D26;
}
body.dark-green-template .modal .modal-content {
  background: #14151E !important;
}
body.dark-green-template .modal .modal-content .form-control {
  background: #22333A !important;
}
body.dark-green-template .modal .nav-tabs .nav-link {
  background: #1A282E;
  color: #FFF;
}
body.dark-green-template .modal .nav-tabs .nav-link.active, body.dark-green-template .modal .nav-tabs .nav-link:hover {
  background: #2c444f;
  color: #FFF;
}
body.dark-green-template .modal .wallet-modal-deposit-notice {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
body.dark-green-template .loyalty-program-box, body.dark-green-template .single-vip-level, body.dark-green-template .contact-card {
  border: 1px solid #22222E;
  background: #161B1E;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.dark-green-template .loyalty-program-box .contact-card-desc, body.dark-green-template .single-vip-level .contact-card-desc, body.dark-green-template .contact-card .contact-card-desc {
  color: #898996;
}
body.dark-green-template .loyalty-program-box .my-level-title, body.dark-green-template .single-vip-level .my-level-title, body.dark-green-template .contact-card .my-level-title {
  color: #8F8FBE;
}
body.dark-green-template .loyalty-program-box .rule-info, body.dark-green-template .single-vip-level .rule-info, body.dark-green-template .contact-card .rule-info {
  color: #898996;
}
body.dark-green-template .loyalty-program-box .single-vip-level-title, body.dark-green-template .single-vip-level .single-vip-level-title, body.dark-green-template .contact-card .single-vip-level-title {
  color: #88FF70;
}
body.dark-green-template .loyalty-program-box .dashboard-home-vip-progress-current, body.dark-green-template .single-vip-level .dashboard-home-vip-progress-current, body.dark-green-template .contact-card .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(104, 111, 123, 0.2) 0%, rgba(104, 111, 123, 0) 100%);
}
body.dark-green-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.dark-green-template .single-vip-level .dashboard-home-vip-progress .progress, body.dark-green-template .contact-card .dashboard-home-vip-progress .progress {
  height: 8px;
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.01);
}
body.dark-green-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.dark-green-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar, body.dark-green-template .contact-card .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #8BFF6E 0%, #25EA94 100%);
}
body.dark-green-template .loyalty-program-box .lion-club-progress-values, body.dark-green-template .single-vip-level .lion-club-progress-values, body.dark-green-template .contact-card .lion-club-progress-values {
  color: #FFF;
}
body.dark-green-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.dark-green-template .single-vip-level .lion-club-progress-values .lion-club-progress-points, body.dark-green-template .contact-card .lion-club-progress-values .lion-club-progress-points {
  color: #88FF70;
}
body.dark-green-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.dark-green-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #2F3247;
}
body.dark-green-template .account-section .account-nav-wrapper .btn-outline.active, body.dark-green-template .account-section .account-nav-wrapper .btn-outline:hover {
  color: #51F384;
  border: 1px solid #25EA94;
}
body.dark-green-template .account-section .nav-tabs .nav-link {
  background: #1A282E;
}
body.dark-green-template .account-section .nav-tabs .nav-link.active {
  background-color: #2c444f;
}
body.dark-green-template .account-section .account-input-wrapper .form-control {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #11131B;
}
body.dark-green-template .account-section .overview-box, body.dark-green-template .account-section .general-account-box, body.dark-green-template .account-section .preference-section, body.dark-green-template .account-section .account-box-section, body.dark-green-template .account-section .single-security-feature {
  border: 1px solid rgba(43, 43, 43, 0.5);
  background: rgba(22, 26, 30, 0.5);
}
body.dark-green-template .account-section .overview-box .form-control, body.dark-green-template .account-section .general-account-box .form-control, body.dark-green-template .account-section .preference-section .form-control, body.dark-green-template .account-section .account-box-section .form-control, body.dark-green-template .account-section .single-security-feature .form-control {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #11131B !important;
  color: #FFF !important;
}
body.dark-green-template .account-section .alert.alert-warning {
  color: #88FF70;
  background: rgba(22, 26, 30, 0.5);
}
body.dark-green-template .account-section .user-bonus .user-bonus-amount-field {
  background: #11131B;
}
body.dark-green-template .account-section .my-bonuses-card {
  background: #161B1E;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.dark-green-template .account-section .my-bonuses-card svg path {
  stroke: #88FF70;
}
body.dark-green-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(48, 60, 67, 0.58);
}
body.dark-green-template .account-pages .passcode-box {
  padding: 30px;
  background: #181d25;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.dark-green-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #2F3247;
}
body.dark-green-template .all-bonuses .bonuses-nav .btn-outline.active, body.dark-green-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #25EA94;
}
body.dark-green-template .promo-box .promo-overlay {
  background: rgba(37, 58, 49, 0.4);
}
body.dark-green-template .single-bonus .single-bonus-info-highlight {
  background: rgba(37, 58, 49, 0.4);
}
body.dark-green-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #88FF70;
}
body.dark-green-template .single-bonus .accordion .accordion-header .accordion-button {
  background: #202F29;
}
body.dark-green-template .single-bonus .accordion .accordion-body {
  background: #1a2024;
}
body.dark-green-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #1A282E;
}
body.dark-green-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.dark-green-template .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2c444f;
}
body.dark-green-template .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #313f3a;
}
body.dark-green-template .select2-dropdown {
  background-color: #1A282E;
}
body.dark-green-template .select2-search--dropdown {
  background-color: #1A282E;
}
body.dark-green-template .select2-results__options {
  background-color: #1A282E;
}
body.dark-green-template .wallet-section-box {
  background: rgba(22, 26, 30, 0.5);
  border: 1px solid rgba(43, 43, 43, 0.5);
}
body.dark-green-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #88FF70;
}
body.dark-green-template .wallet-section-box .list-balances .single-balance-info {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #11131B;
}
body.dark-green-template .transactions-box {
  background: rgba(22, 26, 30, 0.5);
  border: 1px solid rgba(43, 43, 43, 0.5);
}
body.dark-green-template .transactions-box .transactions-nav a.active, body.dark-green-template .transactions-box .transactions-nav a:hover {
  color: #88FF70;
}
body.dark-green-template .transactions-box .transactions-nav a.active:before, body.dark-green-template .transactions-box .transactions-nav a:hover:before {
  background: #a7fffa;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.dark-green-template .transactions-box .input-group-text {
  padding: 10px;
  border: none;
}
body.dark-green-template .user-stat-highlights .user-single-stat-bet {
  border: 1px solid #2B2C1D;
  background: #161B1E;
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-label, body.dark-green-template .custom-select-checkboxes .custom-select-radios-label, body.dark-green-template .custom-select-radios .custom-select-checkboxes-label, body.dark-green-template .custom-select-radios .custom-select-radios-label {
  background: #101016;
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-list, body.dark-green-template .custom-select-checkboxes .custom-select-radios-list, body.dark-green-template .custom-select-radios .custom-select-checkboxes-list, body.dark-green-template .custom-select-radios .custom-select-radios-list {
  background: #101016;
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.dark-green-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.dark-green-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.dark-green-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #283142 5%, #88FF70 45%, #1C1C28 100%);
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.dark-green-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #88FF70;
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.dark-green-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #88FF70;
}
body.dark-green-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.dark-green-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.dark-green-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #88FF70;
}
body.dark-green-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #EFE212;
}
body.dark-green-template .affiliate .affiliate-commissions-ref-box {
  background: linear-gradient(to right, #143436, rgba(32, 47, 41, 0.5));
  backdrop-filter: blur(30px);
  --webkit--backdrop-filter: blur(30px);
}
body.dark-green-template .affiliate .affiliate-commissions-total-box {
  border: 1px solid #2B2C1D;
  background: linear-gradient(to right, #143436, rgba(32, 47, 41, 0.5));
}
body.dark-green-template .affiliate .affiliate-box {
  border: 1px solid #2B2C1D;
  background: #161B1E;
}
body.dark-green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.dark-green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #88FF70;
}
body.dark-green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.dark-green-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #a7fffa;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.dark-green-template .casino-provider {
  border: 1px solid rgba(43, 43, 43, 0.5);
  background: rgba(22, 26, 30, 0.5);
}
body.dark-green-template .casino-game-container {
  border-color: #2B2C1D;
}
body.dark-green-template .casino-game-container .casino-game-header {
  background: #161B1E;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.dark-green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.dark-green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: #161B1E;
}
body.dark-green-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #F9F871;
}
body.dark-green-template .casino-game-container .casino-game-footer {
  background: #161B1E;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.dark-green-template .game-bets-tabs .nav-link.active, body.dark-green-template .game-bets-tabs .nav-link:hover {
  color: #88FF70 !important;
}
body.dark-green-template .game-bets-tabs .nav-link.active:before, body.dark-green-template .game-bets-tabs .nav-link:hover:before {
  background: #a7fffa;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.dark-green-template .about-provider-content {
  border: 1px solid #2B2C1D;
  background: #161B1E;
}
body.dark-green-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.dark-green-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #2B2C1D;
  background: #161B1E;
}
body.dark-green-template .about-game-desc .related-games-title h2 strong, body.dark-green-template .about-game-desc .related-games-title .h2 strong {
  color: #8BFF6E;
}
body.dark-green-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.dark-green-template .casino-jackpot .single-casino-game-jackpot-box {
  color: #296E30;
  background: linear-gradient(102deg, #25EA94 -11.04%, #8BFF6E 42.42%, #12EFBA 81.63%);
}
body.dark-green-template .pagination .page-item.active .page-link, body.dark-green-template .pagination .page-item:hover .page-link {
  background: #2c444f;
  border-color: #2B4138;
  color: #FFF;
}
body.dark-green-template .pagination .page-item .page-link {
  background-color: #1A282E;
  border: 1px solid #24342D;
}
body.dark-green-template .shadow-row-xs:before, body.dark-green-template .shadow-row:before {
  background: linear-gradient(90deg, #121619 0%, rgba(18, 22, 25, 0) 100%);
}
body.dark-green-template .shadow-row-xs:after, body.dark-green-template .shadow-row:after {
  background: linear-gradient(270deg, #121619 0%, rgba(18, 22, 25, 0) 100%);
}
body.dark-green-template footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #14141C;
}
body.dark-green-template footer .footer-links li a:hover {
  color: #88FF70;
}
body.dark-green-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #30463D;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background: transparent;
}
body.dark-green-template footer .widget-languages .dropdown-menu {
  border: 1px solid #30463D;
  background: rgba(43, 65, 56, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark-green-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: rgba(43, 65, 56, 0.46);
}
body.dark-green-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
body.vivawin-template {
  background: #002776;
}
body.vivawin-template a {
  color: #00D64F;
}
body.vivawin-template .text-primary {
  color: #00D64F !important;
}
body.vivawin-template .casino-parent-categories a {
  color: #FFF;
  border-color: #97A8CC;
}
body.vivawin-template .casino-parent-categories a:hover {
  border-color: #51F384;
  color: #51F384;
}
body.vivawin-template .swiper .swiper-scrollbar {
  background: #26478B;
}
body.vivawin-template .swiper .swiper-scrollbar-drag {
  background: #00D64F;
}
body.vivawin-template .swiper .swiper-scrollbar-drag:before {
  background: #00D64F;
  box-shadow: none;
}
body.vivawin-template .single-casino-game .single-casino-game-title a:hover {
  color: #00D64F;
}
body.vivawin-template .single-casino-game .single-casino-game-provider:hover {
  color: #00D64F;
}
body.vivawin-template .form-control, body.vivawin-template .input-group, body.vivawin-template .input-group-text {
  border-color: #26478B;
  background: #011E57 !important;
  color: #97A8CC !important;
}
body.vivawin-template .widget-search-result {
  background: #011E57;
  border-color: #26478B;
}
body.vivawin-template .widget-search-result .search-results-total {
  color: #97A8CC;
}
body.vivawin-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00D64F 5%, #00D64F 45%, #1C1C28 100%);
}
body.vivawin-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #238140 0%, #00D64F 100%);
}
body.vivawin-template .widget-load-more .widget-load-more-txt {
  color: #97A8CC;
}
body.vivawin-template .homepage-desc-wrapper {
  background: #062565;
  color: #97A8CC;
}
body.vivawin-template .page-divider {
  border-color: rgb(38, 71, 139);
}
body.vivawin-template .page-divider:after {
  background: radial-gradient(circle at center, #00D64F 30%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(29, 214, 57, 0.15);
}
body.vivawin-template .header-top-wrapper {
  box-shadow: 0 4px 20px 0 rgba(0, 29, 87, 0.5);
  border-bottom: 1px solid rgba(38, 71, 139, 0.5);
  background: #00143B;
}
body.vivawin-template .header-top-wrapper .header-bonus-box {
  background-color: #FEDF00;
}
body.vivawin-template .header-top-wrapper .header-bonus-box svg path {
  fill: #000;
}
body.vivawin-template .header-top-wrapper .balance-asset-box {
  border: 1px solid #26478B;
  background: #011E57;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.vivawin-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: rgb(20, 34, 62);
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #26478B;
}
body.vivawin-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00D64F 5%, #00D64F 45%, #1C1C28 100%);
}
body.vivawin-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #00D64F;
}
body.vivawin-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: rgba(0, 214, 79, 0.2);
}
body.vivawin-template .header-top-wrapper .widget-scroll-overlay.top, body.vivawin-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.vivawin-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #26478B;
  background: linear-gradient(to bottom, #237ed9, #003BB4, #002877);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #00D64F var(--widget-avatar-progress-percentage), #26478B 0deg);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: linear-gradient(to bottom, #6B9CFF, #0054FF);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background: #FEDF00;
  border: 1px solid #1B4755;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle .user-level-value {
  color: #000000;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  background: rgb(20, 34, 62);
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #26478B;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #00D64F 0%, #00D64F 100%);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #00D64F;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: linear-gradient(to bottom, #6B9CFF, #0054FF);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item {
  background: #011948;
  border-color: #26478B;
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: rgba(5, 43, 119, 0.5);
}
body.vivawin-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  background: none;
  color: #00D64F;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #00D64F;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #26478B;
  background: linear-gradient(to bottom, #237ed9, #003BB4, #002877);
}
body.vivawin-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #FFF;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  background: rgb(20, 34, 62);
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #26478B;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #00D64F 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: rgba(0, 20, 59, 0.3);
  border-color: #26478B;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #00D64F;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(0, 20, 59, 0.3);
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 254, 181, 0.2);
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #00D64F;
}
body.vivawin-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  color: #000000;
  background: #00D64F;
  border: 1px solid #1B4755;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.vivawin-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #00D64F 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.vivawin-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.vivawin-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #00D64F;
}
body.vivawin-template #sidebar, body.vivawin-template #navigation {
  background: radial-gradient(circle, rgb(0, 20, 59), #00143B);
}
body.vivawin-template #sidebar::-webkit-scrollbar-thumb, body.vivawin-template #navigation::-webkit-scrollbar-thumb {
  background-color: #00D64F;
}
body.vivawin-template #sidebar .navigation .dropdown-toggle, body.vivawin-template #navigation .navigation .dropdown-toggle {
  color: #97A8CC;
}
body.vivawin-template #sidebar .navigation .dropdown-toggle:hover, body.vivawin-template #navigation .navigation .dropdown-toggle:hover {
  color: #00D64F;
}
body.vivawin-template #sidebar .navigation li a, body.vivawin-template #navigation .navigation li a {
  color: #97A8CC !important;
}
body.vivawin-template #sidebar .navigation li a:hover, body.vivawin-template #navigation .navigation li a:hover {
  color: #00D64F !important;
}
body.vivawin-template #sidebar .navigation li a:hover .dropdown-item-name, body.vivawin-template #navigation .navigation li a:hover .dropdown-item-name {
  color: #00D64F !important;
}
body.vivawin-template #sidebar .navigation .dropdown-menu, body.vivawin-template #navigation .navigation .dropdown-menu {
  border: none;
  background: #08286e !important;
}
body.vivawin-template #sidebar .navigation .dropdown-menu a.active, body.vivawin-template #navigation .navigation .dropdown-menu a.active {
  color: #8BFF6E;
}
body.vivawin-template #sidebar .navigation .dropdown-menu a.active:hover, body.vivawin-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #8BFF6E;
}
body.vivawin-template #sidebar .navigation .dropdown-menu a.active .dropdown-item-name, body.vivawin-template #navigation .navigation .dropdown-menu a.active .dropdown-item-name {
  color: #8BFF6E;
}
body.vivawin-template #sidebar .navigation .navigation-item.single, body.vivawin-template #navigation .navigation .navigation-item.single {
  border: none;
  background: #08286e !important;
}
@media (max-width: 575.98px) {
  body.vivawin-template #sidebar .navigation .navigation-item.single, body.vivawin-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.vivawin-template .btn-main-category, body.vivawin-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #26478B;
  background: linear-gradient(to right, #003BB4, #002877);
  color: #FFF;
}
body.vivawin-template .btn-main-category:hover, body.vivawin-template .sidebar-toggle:hover {
  color: #FFF;
  border-color: #26478B;
  background: linear-gradient(to right, #1e5cdb, #0f3d98);
}
body.vivawin-template .btn-outline, body.vivawin-template .btn-outline-primary {
  border: 1px solid #26478B;
  color: #FFF;
}
body.vivawin-template .btn-outline:hover, body.vivawin-template .btn-outline.active, body.vivawin-template .btn-outline-primary:hover, body.vivawin-template .btn-outline-primary.active {
  border-color: #00D64F;
  color: #00D64F;
}
body.vivawin-template .btn-demo-play:hover {
  background: inherit;
}
body.vivawin-template .btn-primary {
  background: linear-gradient(to bottom, #FEDF00, #AB9600);
  border-radius: 10px;
  border: 1px solid #D5BB00;
  color: #000;
  text-transform: uppercase;
}
body.vivawin-template .btn-primary:hover, body.vivawin-template .btn-primary:focus {
  background: linear-gradient(to bottom, #857814, #efd419);
  color: #000000;
}
body.vivawin-template .btn-login {
  border-radius: 10px;
  border-color: #26478B;
  background: linear-gradient(to right, #003BB4, #002877);
  color: #FFF;
}
body.vivawin-template .btn-login:hover, body.vivawin-template .btn-login:focus {
  color: #FFF;
  border-color: #26478B;
  background: linear-gradient(to right, #1e5cdb, #0f3d98);
}
body.vivawin-template .top-games-box .circle-arrow {
  border-radius: 20px;
  background: #FEDF00;
  border: none;
  backdrop-filter: none;
}
body.vivawin-template .top-games-box .circle-arrow svg path {
  stroke: #000000;
}
body.vivawin-template .fortuna-provider-slider-item {
  background: radial-gradient(50% 50% at 50% 50%, #00349E 0%, #00143B 100%);
}
body.vivawin-template .platform-shortcuts .shortcut-title {
  color: #FFFFFF;
}
body.vivawin-template .platform-shortcuts .shortcut-subtitle {
  color: #FFFFFF;
}
body.vivawin-template .table-wild, body.vivawin-template .table-addresses {
  border: none;
}
body.vivawin-template .table-wild thead, body.vivawin-template .table-addresses thead {
  background-color: #011E57;
}
body.vivawin-template .table-wild tbody tr, body.vivawin-template .table-addresses tbody tr {
  background-color: #00143B;
}
body.vivawin-template .table-wild tbody tr td, body.vivawin-template .table-addresses tbody tr td {
  border-bottom: 1px solid #15274f;
}
body.vivawin-template .tournaments .nav-tabs .nav-link {
  border-color: #26478B;
  color: #FFF;
}
body.vivawin-template .tournaments .nav-tabs .nav-link.active, body.vivawin-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #00D64F;
}
body.vivawin-template .tournaments .alert-warning {
  background: #00143B;
}
body.vivawin-template .modal .modal-content {
  background: #002776 !important;
  color: #FFFFFF;
}
body.vivawin-template .modal .modal-content .form-control {
  background: #011E57 !important;
  color: #97A8CC;
}
body.vivawin-template .modal .nav-tabs .nav-link {
  background: #00143B;
  color: #FFF;
}
body.vivawin-template .modal .nav-tabs .nav-link.active, body.vivawin-template .modal .nav-tabs .nav-link:hover {
  background: #FEDF00;
  color: #FFF;
}
body.vivawin-template .modal .wallet-modal-deposit-notice {
  background: #00143B;
  border: none;
}
body.vivawin-template .loyalty-program-box, body.vivawin-template .single-vip-level, body.vivawin-template .contact-card {
  border: 1px solid #22222E;
  background: #011E57;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.vivawin-template .loyalty-program-box .contact-card-desc, body.vivawin-template .single-vip-level .contact-card-desc, body.vivawin-template .contact-card .contact-card-desc {
  color: #898996;
}
body.vivawin-template .loyalty-program-box .my-level-title, body.vivawin-template .single-vip-level .my-level-title, body.vivawin-template .contact-card .my-level-title {
  color: #97A8CC;
}
body.vivawin-template .loyalty-program-box .rule-info, body.vivawin-template .single-vip-level .rule-info, body.vivawin-template .contact-card .rule-info {
  color: #97A8CC;
}
body.vivawin-template .loyalty-program-box .single-vip-level-title, body.vivawin-template .single-vip-level .single-vip-level-title, body.vivawin-template .contact-card .single-vip-level-title {
  color: #00D64F;
}
body.vivawin-template .loyalty-program-box .dashboard-home-vip-progress-current, body.vivawin-template .single-vip-level .dashboard-home-vip-progress-current, body.vivawin-template .contact-card .dashboard-home-vip-progress-current {
  background: #062565;
}
body.vivawin-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.vivawin-template .single-vip-level .dashboard-home-vip-progress .progress, body.vivawin-template .contact-card .dashboard-home-vip-progress .progress {
  height: 8px;
  background: #26478B;
  border: 1px solid rgba(255, 255, 255, 0.01);
}
body.vivawin-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.vivawin-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar, body.vivawin-template .contact-card .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #00D64F 0%, #25EA94 100%);
}
body.vivawin-template .loyalty-program-box .lion-club-progress-values, body.vivawin-template .single-vip-level .lion-club-progress-values, body.vivawin-template .contact-card .lion-club-progress-values {
  color: #FFF;
}
body.vivawin-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.vivawin-template .single-vip-level .lion-club-progress-values .lion-club-progress-points, body.vivawin-template .contact-card .lion-club-progress-values .lion-club-progress-points {
  color: #00D64F;
}
body.vivawin-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.vivawin-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #26478B;
}
body.vivawin-template .account-section .account-nav-wrapper .btn-outline.active, body.vivawin-template .account-section .account-nav-wrapper .btn-outline:hover {
  color: #51F384;
  border: 1px solid #00D64F;
}
body.vivawin-template .account-section .nav-tabs .nav-link {
  background: #011E57;
}
body.vivawin-template .account-section .nav-tabs .nav-link.active {
  background-color: #022f89;
}
body.vivawin-template .account-section .account-input-wrapper .form-control {
  border: 1px solid #26478B;
  background: #011E57;
}
body.vivawin-template .account-section .overview-box, body.vivawin-template .account-section .general-account-box, body.vivawin-template .account-section .preference-section, body.vivawin-template .account-section .account-box-section, body.vivawin-template .account-section .single-security-feature {
  border: 1px solid #26478B;
  background: #00143B;
}
body.vivawin-template .account-section .overview-box .form-control, body.vivawin-template .account-section .general-account-box .form-control, body.vivawin-template .account-section .preference-section .form-control, body.vivawin-template .account-section .account-box-section .form-control, body.vivawin-template .account-section .single-security-feature .form-control {
  background: #011E57 !important;
  border: 1px solid #26478B;
  color: #FFF !important;
}
body.vivawin-template .account-section .alert.alert-warning {
  color: #00D64F;
  background: #011E57;
  border-color: #26478B;
}
body.vivawin-template .account-section .user-bonus .user-bonus-amount-field {
  background: #00143B;
}
body.vivawin-template .account-section .user-bonus.deposit-bonus {
  background: #062565;
  box-shadow: none;
  border-color: #26478B;
}
body.vivawin-template .account-section .my-bonuses-card {
  background: #011E57;
  box-shadow: none;
  border-color: #26478B;
}
body.vivawin-template .account-section .my-bonuses-card svg path {
  stroke: #00D64F;
}
body.vivawin-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(12, 21, 53, 0.7);
}
body.vivawin-template .account-pages .passcode-box {
  padding: 30px;
  background: #00143B;
  box-shadow: none;
}
body.vivawin-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #26478B;
}
body.vivawin-template .all-bonuses .bonuses-nav .btn-outline.active, body.vivawin-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #00D64F;
}
body.vivawin-template .promo-box .promo-overlay {
  background: #011E57;
}
body.vivawin-template .single-bonus .single-bonus-info-highlight {
  background: #062565;
}
body.vivawin-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #00D64F;
}
body.vivawin-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-title {
  color: #97A8CC;
}
body.vivawin-template .single-bonus .accordion .accordion-header .accordion-button {
  background: #011E57;
}
body.vivawin-template .single-bonus .accordion .accordion-body {
  background: #00143B;
}
body.vivawin-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #011E57;
}
body.vivawin-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.vivawin-template .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #022f89;
}
body.vivawin-template .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #26478B;
}
body.vivawin-template .select2-dropdown {
  background-color: #011E57;
}
body.vivawin-template .select2-search--dropdown {
  background-color: #011E57;
}
body.vivawin-template .select2-results__options {
  background-color: #011E57;
}
body.vivawin-template .wallet-section-box {
  border: 1px solid #26478B;
  background: #00143B;
}
body.vivawin-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #00D64F;
}
body.vivawin-template .wallet-section-box .list-balances .single-balance-info {
  border: 1px solid #26478B;
  background: #011E57;
  color: #FFFFFF;
}
body.vivawin-template .transactions-box {
  border: 1px solid #26478B;
  background: #00143B;
}
body.vivawin-template .transactions-box .transactions-nav a.active, body.vivawin-template .transactions-box .transactions-nav a:hover {
  color: #00D64F;
}
body.vivawin-template .transactions-box .transactions-nav a.active:before, body.vivawin-template .transactions-box .transactions-nav a:hover:before {
  background: #00D64F;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.vivawin-template .transactions-box .input-group-text {
  padding: 10px;
  border: none;
}
body.vivawin-template .user-stat-highlights .user-single-stat-bet {
  border-top: 1px solid #26478B;
  background: radial-gradient(63.57% 63.57% at 50% 50%, #0021A7 0%, #002672 49.84%, #00143B 100%), linear-gradient(149.32deg, rgba(153, 0, 255, 0.2) 9.84%, rgba(33, 0, 153, 0.178) 81.38%);
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-label, body.vivawin-template .custom-select-checkboxes .custom-select-radios-label, body.vivawin-template .custom-select-radios .custom-select-checkboxes-label, body.vivawin-template .custom-select-radios .custom-select-radios-label {
  background: #011E57;
  border-color: #26478B;
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-list, body.vivawin-template .custom-select-checkboxes .custom-select-radios-list, body.vivawin-template .custom-select-radios .custom-select-checkboxes-list, body.vivawin-template .custom-select-radios .custom-select-radios-list {
  background: #011E57;
  border-color: #26478B;
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.vivawin-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.vivawin-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.vivawin-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00D64F 5%, #00D64F 45%, #1C1C28 100%);
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.vivawin-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #00D64F;
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.vivawin-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #00D64F;
}
body.vivawin-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.vivawin-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.vivawin-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #00D64F;
}
body.vivawin-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #00D64F;
}
body.vivawin-template .affiliate .affiliate-commissions-ref-box {
  background: radial-gradient(63.57% 63.57% at 50% 50%, #0021A7 0%, #002672 49.84%, #00143B 100%), linear-gradient(149.32deg, rgba(153, 0, 255, 0.2) 9.84%, rgba(33, 0, 153, 0.178) 81.38%);
  border-top: 1px solid #26478B;
  backdrop-filter: none;
}
body.vivawin-template .affiliate .affiliate-commissions-total-box {
  border-top: 1px solid #26478B;
  background: radial-gradient(63.57% 63.57% at 50% 50%, #0021A7 0%, #002672 49.84%, #00143B 100%), linear-gradient(149.32deg, rgba(153, 0, 255, 0.2) 9.84%, rgba(33, 0, 153, 0.178) 81.38%);
}
body.vivawin-template .affiliate .affiliate-box {
  border: 1px solid #26478B;
  background: #062565;
}
body.vivawin-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.vivawin-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #00D64F;
}
body.vivawin-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.vivawin-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #00D64F;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.vivawin-template .casino-provider {
  border: 1px solid #26478B;
  background: #011E57;
}
body.vivawin-template .casino-game-container {
  border-color: #26478B;
}
body.vivawin-template .casino-game-container .casino-game-header {
  background: #011E57;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.vivawin-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.vivawin-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: #011E57;
}
body.vivawin-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #FEDF00;
}
body.vivawin-template .casino-game-container .casino-game-footer {
  background: #011E57;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.vivawin-template .game-bets-tabs .nav-link.active, body.vivawin-template .game-bets-tabs .nav-link:hover {
  color: #00D64F !important;
}
body.vivawin-template .game-bets-tabs .nav-link.active:before, body.vivawin-template .game-bets-tabs .nav-link:hover:before {
  background: #00D64F;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 104, 0.63);
}
body.vivawin-template .about-provider-content {
  border: 1px solid #26478B;
  background: #011E57;
}
body.vivawin-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.vivawin-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #26478B;
  background: #011E57;
}
body.vivawin-template .about-game-desc .related-games-title h2 strong, body.vivawin-template .about-game-desc .related-games-title .h2 strong {
  color: #00D64F;
}
body.vivawin-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.vivawin-template .casino-jackpot .single-casino-game-jackpot-box {
  color: #FEDF00;
  background: #00D64F;
}
body.vivawin-template .pagination .page-item.active .page-link, body.vivawin-template .pagination .page-item:hover .page-link {
  background: #022f89;
  border-color: #26478B;
  color: #FEDF00;
}
body.vivawin-template .pagination .page-item .page-link {
  color: #FFF;
  background-color: #011E57;
  border: 1px solid #26478B;
}
body.vivawin-template .shadow-row-xs:before, body.vivawin-template .shadow-row:before {
  background: linear-gradient(90deg, #002776 0%, rgba(18, 22, 25, 0) 100%);
}
body.vivawin-template .shadow-row-xs:after, body.vivawin-template .shadow-row:after {
  background: linear-gradient(270deg, #002776 0%, rgba(18, 22, 25, 0) 100%);
}
body.vivawin-template footer {
  border-top: 1px solid #26478B;
  background: #062565;
}
body.vivawin-template footer .payment-methods-wrapper {
  border-color: #26478B;
}
body.vivawin-template footer .footer-links li a {
  color: #97A8CC;
}
body.vivawin-template footer .footer-links li a:hover {
  color: #00D64F;
}
body.vivawin-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #26478B;
  box-shadow: none;
  background: linear-gradient(to right, #003BB4, #002877);
}
body.vivawin-template footer .widget-languages .dropdown-menu {
  border: 1px solid #26478B;
  background: rgba(0, 20, 59, 0.6980392157);
  box-shadow: none;
  color: #97A8CC;
}
body.vivawin-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: #062565;
}
body.vivawin-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
body.vivawin-template .btn-promo {
  background: linear-gradient(to right, #0C2457, #013AAD);
}
body.vivawin-template .btn-promo:hover {
  background: linear-gradient(to right, #13264e, #1b58d3);
}
body.vivawin-template .btn-bonus {
  background: linear-gradient(to right, #013AAD, #0C2457);
}
body.vivawin-template .btn-bonus:hover {
  background: linear-gradient(to right, #112c62, #0e3fa1);
}
body.vivawin-template .btn-tournament {
  background: linear-gradient(to right, #5E5200, #232432);
}
body.vivawin-template .btn-tournament:hover {
  background: linear-gradient(to right, #7b6e15, #313457);
}
body.vivawin-template .btn-deposit {
  background: linear-gradient(to right, #2F7706, #102405);
}
body.vivawin-template .btn-deposit:hover {
  background: linear-gradient(to right, #609f3d, #0d1707);
}
body.vivawin-template .btn-warning {
  color: #000;
}
body.vivawin-template .btn-warning:hover {
  background-color: #ba8b00;
}
body.vivawin-template #casino-search-results {
  background-color: #011E57;
  border-color: #26478B;
}
body.vivawin-template #casino-search-results .search-results-total {
  color: #0BF8EE;
}
body.go4win-template {
  background: #0C0C13;
}
body.go4win-template a {
  color: #07F9FD;
}
body.go4win-template .text-primary {
  color: #07F9FD !important;
}
body.go4win-template .casino-parent-categories a {
  color: #FFF;
  border-color: #97A8CC;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  body.go4win-template .casino-parent-categories a {
    font-size: 11px;
  }
}
body.go4win-template .casino-parent-categories a:hover {
  border-color: #07F9FD;
  color: #07F9FD;
}
body.go4win-template .swiper .swiper-scrollbar {
  background: #117678;
}
body.go4win-template .swiper .swiper-scrollbar-drag {
  background: #07F9FD;
}
body.go4win-template .swiper .swiper-scrollbar-drag:before {
  background: #07F9FD;
  box-shadow: none;
}
body.go4win-template .single-casino-game .single-casino-game-title a:hover {
  color: #07F9FD;
}
body.go4win-template .single-casino-game .single-casino-game-provider:hover {
  color: #07F9FD;
}
body.go4win-template .withdraw-dynamic-fields-wrapper .form-control {
  background: none !important;
}
@media (max-width: 575.98px) {
  body.go4win-template .withdraw-dynamic-fields-wrapper .input-group-text {
    border: none;
  }
}
body.go4win-template .withdraw-dynamic-fields-wrapper .input-group .input-group-btn.input-group-combined {
  background: none;
}
@media (max-width: 575.98px) {
  body.go4win-template .withdraw-dynamic-fields-wrapper .input-group .input-group-btn.input-group-combined {
    flex: 1;
    padding: 4px;
  }
}
@media (max-width: 575.98px) {
  body.go4win-template .withdraw-calculations {
    flex-direction: column;
    gap: 10px;
  }
}
body.go4win-template .form-control, body.go4win-template .input-group, body.go4win-template .input-group-text {
  border-color: #174750;
  background: #1B1B25 !important;
}
body.go4win-template .widget-search-result {
  background: #1B1B25;
  border-color: #174750;
}
body.go4win-template .widget-search-result .search-results-total {
  color: #5F5F66;
}
body.go4win-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #07F9FD 5%, #07F9FD 45%, #1C1C28 100%);
}
body.go4win-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #07F9FD 0%, #07F9FD 100%);
}
body.go4win-template .widget-load-more .widget-load-more-txt {
  color: #5F5F66;
}
body.go4win-template .homepage-desc-wrapper {
  background: #1B1B25;
  color: #5F5F66;
}
body.go4win-template .page-divider {
  border-color: #174750;
}
body.go4win-template .page-divider:after {
  background: radial-gradient(circle at center, #07AFFD 30%, rgba(50, 40, 54, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(29, 214, 57, 0.15);
}
body.go4win-template .header-top-wrapper {
  box-shadow: 0 4px 20px 0 rgba(0, 29, 87, 0.5);
  border-bottom: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .header-top-wrapper .header-bonus-box {
  background-color: #07F9FD;
}
body.go4win-template .header-top-wrapper .header-bonus-box svg path {
  fill: #000;
}
body.go4win-template .header-top-wrapper .balance-asset-box {
  border: 1px solid #174750;
  background: #0C0C13;
  box-shadow: 0 1px 0 0 rgba(44, 65, 62, 0.69);
}
body.go4win-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: #0C0C13;
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #174750;
}
body.go4win-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #07F9FD 5%, #07F9FD 45%, #1C1C28 100%);
}
body.go4win-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #07F9FD;
}
body.go4win-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: rgba(7, 249, 253, 0.2);
}
body.go4win-template .header-top-wrapper .widget-scroll-overlay.top, body.go4win-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.go4win-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #174750;
  background: #0C0C13;
}
@media (max-width: 575.98px) {
  body.go4win-template .header-top-wrapper .user-widget-profile {
    border: none;
    background: none;
  }
}
body.go4win-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #07F9FD var(--widget-avatar-progress-percentage), #174750 0deg);
}
body.go4win-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #0C0C13;
}
body.go4win-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.go4win-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background: #0C0C13;
  border: 1px solid #174750;
}
body.go4win-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle .user-level-value {
  color: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  background: #0C0C13;
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #174750;
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #07F9FD 0%, #07F9FD 100%);
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: linear-gradient(to bottom, #174750, #07F9FD);
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item {
  background: #1B1B25;
  border-color: #174750;
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: rgba(27, 27, 37, 0.05);
}
body.go4win-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  background: none;
  color: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #174750;
  background: #0C0C13;
}
body.go4win-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #FFF;
}
body.go4win-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  background: #0C0C13;
  backdrop-filter: none;
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #174750;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #07F9FD 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: rgba(27, 27, 37, 0.3);
  border-color: #174750;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(0, 45, 59, 0.3);
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 254, 181, 0.2);
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #07F9FD;
}
body.go4win-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  color: #07F9FD;
  background: #0C0C13;
  border: 1px solid #174750;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.go4win-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(67, 67, 87, 0.51) 5%, #07F9FD 45%, rgba(67, 67, 87, 0.51) 100%);
}
body.go4win-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.go4win-template .preference-section .form-check .form-check-input:checked {
  background-color: #261723;
  border-color: #07F9FD;
}
body.go4win-template #sidebar, body.go4win-template #navigation {
  background: linear-gradient(180deg, #212231, #161721);
}
body.go4win-template #sidebar::-webkit-scrollbar-thumb, body.go4win-template #navigation::-webkit-scrollbar-thumb {
  background-color: #07F9FD;
}
body.go4win-template #sidebar .navigation .dropdown-toggle, body.go4win-template #navigation .navigation .dropdown-toggle {
  color: #4D5D7A !important;
}
body.go4win-template #sidebar .navigation .dropdown-toggle:hover, body.go4win-template #navigation .navigation .dropdown-toggle:hover {
  color: #07F9FD;
}
body.go4win-template #sidebar .navigation li a, body.go4win-template #navigation .navigation li a {
  color: #FFF !important;
}
body.go4win-template #sidebar .navigation li a:hover, body.go4win-template #navigation .navigation li a:hover {
  color: #07F9FD !important;
}
body.go4win-template #sidebar .navigation .dropdown-menu, body.go4win-template #navigation .navigation .dropdown-menu {
  border: none;
  background: #151521 !important;
}
body.go4win-template #sidebar .navigation .dropdown-menu a.active, body.go4win-template #navigation .navigation .dropdown-menu a.active {
  color: #07F9FD;
}
body.go4win-template #sidebar .navigation .dropdown-menu a.active:hover, body.go4win-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #07F9FD;
}
body.go4win-template #sidebar .navigation .navigation-item.single, body.go4win-template #navigation .navigation .navigation-item.single {
  border: none;
  background: #151521 !important;
}
@media (max-width: 575.98px) {
  body.go4win-template #sidebar .navigation .navigation-item.single, body.go4win-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.go4win-template .btn-primary {
  padding: 8px;
}
body.go4win-template .btn-register {
  padding: 9px 32px !important;
}
body.go4win-template .btn-main-category, body.go4win-template .sidebar-toggle {
  border-radius: 10px;
  border-color: #07F9FD;
  background: #0C0C13;
  color: #FFF;
}
body.go4win-template .btn-main-category:hover, body.go4win-template .sidebar-toggle:hover {
  color: #FFF;
  border-color: #019a9d;
  background: #0C0C13;
}
body.go4win-template .btn-outline, body.go4win-template .btn-outline-primary {
  border: 1px solid #174750;
  color: #FFF;
}
body.go4win-template .btn-outline:hover, body.go4win-template .btn-outline.active, body.go4win-template .btn-outline-primary:hover, body.go4win-template .btn-outline-primary.active {
  border-color: #07F9FD;
  color: #07F9FD;
}
body.go4win-template .btn-demo-play:hover {
  background: inherit;
}
body.go4win-template .btn-primary {
  background: linear-gradient(-45deg, #07AFFD, #1A197C);
  border-radius: 10px;
  border: 1px solid #1A197C;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  body.go4win-template .btn-primary {
    padding: 8px !important;
  }
}
body.go4win-template .btn-primary:hover, body.go4win-template .btn-primary:focus {
  background: linear-gradient(to bottom, #20b5ff, #151467);
  color: #FFF;
}
body.go4win-template .btn-login {
  border-radius: 10px;
  border-color: #07F9FD;
  background: #0C0C13;
  color: #FFF;
}
body.go4win-template .btn-login:hover, body.go4win-template .btn-login:focus {
  color: #FFF;
  border-color: #019a9d;
  background: #0C0C13;
}
body.go4win-template .btn-deposit {
  background: linear-gradient(to right, #07AFFD, #1A197C);
  border: none;
}
body.go4win-template .btn-deposit:hover, body.go4win-template .btn-deposit:focus {
  background: linear-gradient(to left, #07AFFD, #1A197C);
}
body.go4win-template .top-games-box .circle-arrow {
  border-radius: 20px;
  background: #1B1B25;
  border: none;
  backdrop-filter: none;
}
body.go4win-template .top-games-box .circle-arrow svg path {
  stroke: #FFFFFF;
}
body.go4win-template .fortuna-provider-slider-item {
  background: radial-gradient(50% 50% at 50% 50%, #0c5866 0%, #0d3233 100%);
}
body.go4win-template .platform-shortcuts .shortcut-title {
  color: #FFFFFF;
}
body.go4win-template .platform-shortcuts .shortcut-subtitle {
  color: #FFFFFF;
}
body.go4win-template .table-wild, body.go4win-template .table-addresses {
  border: none;
}
body.go4win-template .table-wild thead, body.go4win-template .table-addresses thead {
  background-color: #1B1B25;
}
body.go4win-template .table-wild tbody tr, body.go4win-template .table-addresses tbody tr {
  background-color: #141420;
}
body.go4win-template .table-wild tbody tr td, body.go4win-template .table-addresses tbody tr td {
  border-bottom: 1px solid #174750;
}
body.go4win-template .tournaments .nav-tabs .nav-link {
  border-color: #174750;
  color: #FFF;
}
body.go4win-template .tournaments .nav-tabs .nav-link.active, body.go4win-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #07F9FD;
}
body.go4win-template .tournaments .alert-warning {
  background: #0C0C13;
}
body.go4win-template .modal .modal-content {
  background: #1B1B25 !important;
  border-color: #07F9FD;
  color: #FFFFFF;
}
body.go4win-template .modal .modal-content .form-control {
  background: #38384f !important;
  color: #97A8CC;
}
body.go4win-template .modal .nav-tabs .nav-link {
  background: #525165;
  border-color: #525165;
  color: #FFF;
}
body.go4win-template .modal .nav-tabs .nav-link.active, body.go4win-template .modal .nav-tabs .nav-link:hover {
  background: #0BFFF0;
  color: #FFF;
}
body.go4win-template .modal .wallet-modal-deposit-notice {
  background: #1B1B25;
  border: none;
}
body.go4win-template .loyalty-program-box, body.go4win-template .single-vip-level {
  border: 1px solid #174750;
  background: #1B1B25;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.go4win-template .loyalty-program-box .contact-card-desc, body.go4win-template .single-vip-level .contact-card-desc {
  color: #FFFFFF;
}
body.go4win-template .loyalty-program-box .my-level-title, body.go4win-template .single-vip-level .my-level-title {
  color: #FFFFFF;
}
body.go4win-template .loyalty-program-box .rule-info, body.go4win-template .single-vip-level .rule-info {
  color: #FFFFFF;
}
body.go4win-template .loyalty-program-box .single-vip-level-title, body.go4win-template .single-vip-level .single-vip-level-title {
  color: #07F9FD;
}
body.go4win-template .loyalty-program-box .dashboard-home-vip-progress-current, body.go4win-template .single-vip-level .dashboard-home-vip-progress-current {
  background: #1B1B25;
}
body.go4win-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.go4win-template .single-vip-level .dashboard-home-vip-progress .progress {
  height: 8px;
  background: #0C0C13;
  border: 1px solid rgba(255, 255, 255, 0.01);
}
body.go4win-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.go4win-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #09888a 0%, #07F9FD 100%);
}
body.go4win-template .loyalty-program-box .lion-club-progress-values, body.go4win-template .single-vip-level .lion-club-progress-values {
  color: #FFF;
}
body.go4win-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.go4win-template .single-vip-level .lion-club-progress-values .lion-club-progress-points {
  color: #07F9FD;
}
body.go4win-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.go4win-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #174750;
}
body.go4win-template .account-section .account-nav-wrapper .btn-outline.active, body.go4win-template .account-section .account-nav-wrapper .btn-outline:hover {
  color: #07F9FD;
  border: 1px solid #07F9FD;
}
body.go4win-template .account-section .nav-tabs .nav-link {
  background: #046a6c;
  color: rgba(255, 255, 255, 0.5);
}
body.go4win-template .account-section .nav-tabs .nav-link.active {
  background-color: #069a9d;
  color: #fff;
}
body.go4win-template .account-section .account-input-wrapper .form-control {
  border: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .account-section .overview-box, body.go4win-template .account-section .general-account-box, body.go4win-template .account-section .preference-section, body.go4win-template .account-section .account-box-section, body.go4win-template .account-section .single-security-feature {
  border: 1px solid #174750;
  background: #0C0C13;
}
body.go4win-template .account-section .overview-box .form-control, body.go4win-template .account-section .general-account-box .form-control, body.go4win-template .account-section .preference-section .form-control, body.go4win-template .account-section .account-box-section .form-control, body.go4win-template .account-section .single-security-feature .form-control {
  background: #0C0C13 !important;
  border: 1px solid #174750;
  color: #FFF !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.go4win-template .account-section .alert.alert-warning {
  color: #07F9FD;
  background: #1B1B25;
  border-color: #174750;
}
body.go4win-template .account-section .user-bonus .user-bonus-amount-field {
  background: #1B1B25;
}
body.go4win-template .account-section .user-bonus.deposit-bonus {
  background: #066557;
  box-shadow: none;
  border-color: #174750;
}
body.go4win-template .account-section .my-bonuses-card {
  background: #1B1B25;
  box-shadow: none;
  border-color: #174750;
}
body.go4win-template .account-section .my-bonuses-card svg path {
  stroke: #07F9FD;
}
body.go4win-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(24, 24, 39, 0.84);
}
body.go4win-template .account-pages .passcode-box {
  padding: 30px;
  background: #1B1B25;
  box-shadow: none;
}
body.go4win-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #174750;
}
body.go4win-template .all-bonuses .bonuses-nav .btn-outline.active, body.go4win-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #07F9FD;
}
body.go4win-template .promo-box .promo-overlay {
  background: #1B1B25;
}
body.go4win-template .single-bonus .single-bonus-info-highlight {
  background: #1B1B25;
}
body.go4win-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #07F9FD;
}
body.go4win-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-title {
  color: #5F5F66;
}
body.go4win-template .single-bonus .accordion .accordion-header .accordion-button {
  background: #1B1B25;
}
body.go4win-template .single-bonus .accordion .accordion-body {
  background: #242432;
}
body.go4win-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #0C0C13;
}
body.go4win-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.go4win-template .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #202032;
}
body.go4win-template .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #07F9FD;
}
body.go4win-template .select2-dropdown {
  background-color: #0C0C13;
}
body.go4win-template .select2-search--dropdown {
  background-color: #0C0C13;
}
body.go4win-template .select2-results__options {
  background-color: #0C0C13;
}
body.go4win-template .wallet-section-box {
  border: 1px solid #174750;
  background: #0C0C13;
}
body.go4win-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #07F9FD;
}
body.go4win-template .wallet-section-box .list-balances .single-balance-info {
  border: 1px solid #174750;
  background: #0C0C13;
  color: #FFFFFF;
}
body.go4win-template .transactions-box {
  border: 1px solid #174750;
  background: #0C0C13;
}
body.go4win-template .transactions-box .transactions-nav a.active, body.go4win-template .transactions-box .transactions-nav a:hover {
  color: #07F9FD;
}
body.go4win-template .transactions-box .transactions-nav a.active:before, body.go4win-template .transactions-box .transactions-nav a:hover:before {
  background: #07F9FD;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 174, 0.63);
}
body.go4win-template .transactions-box .input-group-text {
  padding: 10px;
  border: none;
}
body.go4win-template .user-stat-highlights .user-single-stat-bet {
  border-top: 1px solid #174750;
  background: #212133;
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-label, body.go4win-template .custom-select-checkboxes .custom-select-radios-label, body.go4win-template .custom-select-radios .custom-select-checkboxes-label, body.go4win-template .custom-select-radios .custom-select-radios-label {
  background: #1B1B25;
  border-color: #174750;
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-list, body.go4win-template .custom-select-checkboxes .custom-select-radios-list, body.go4win-template .custom-select-radios .custom-select-checkboxes-list, body.go4win-template .custom-select-radios .custom-select-radios-list {
  background: #1B1B25;
  border-color: #174750;
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.go4win-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.go4win-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.go4win-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #07F9FD 5%, #07F9FD 45%, #1C1C28 100%);
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.go4win-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.go4win-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.go4win-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #07F9FD;
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.go4win-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.go4win-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.go4win-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #07F9FD;
}
body.go4win-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.go4win-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.go4win-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.go4win-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #07F9FD;
}
body.go4win-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #07F9FD;
}
body.go4win-template .affiliate .affiliate-commissions-ref-box {
  background: #1B1B25;
  border-top: 1px solid #174750;
  backdrop-filter: none;
}
body.go4win-template .affiliate .affiliate-commissions-total-box {
  border-top: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .affiliate .affiliate-box {
  border: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.go4win-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #07F9FD;
}
body.go4win-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.go4win-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #07F9FD;
  box-shadow: 1px -9px 20px 4px rgba(26, 135, 145, 0.63);
}
body.go4win-template .casino-provider {
  border: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .casino-game-container {
  border-color: #174750;
}
body.go4win-template .casino-game-container .casino-game-header {
  background: #1B1B25;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.go4win-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.go4win-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: #1B1B25;
}
body.go4win-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #07F9FD;
}
body.go4win-template .casino-game-container .casino-game-footer {
  background: #1B1B25;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.go4win-template .game-bets-tabs .nav-link.active, body.go4win-template .game-bets-tabs .nav-link:hover {
  color: #07F9FD !important;
}
body.go4win-template .game-bets-tabs .nav-link.active:before, body.go4win-template .game-bets-tabs .nav-link:hover:before {
  background: #07F9FD;
  box-shadow: 1px -9px 20px 4px rgba(32, 179, 167, 0.63);
}
body.go4win-template .about-provider-content {
  border: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.go4win-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template .about-game-desc .related-games-title h2 strong, body.go4win-template .about-game-desc .related-games-title .h2 strong {
  color: #07F9FD;
}
body.go4win-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.go4win-template .casino-jackpot .single-casino-game-jackpot-box {
  color: #174750;
  background: #07F9FD;
}
body.go4win-template .pagination .page-item.active .page-link, body.go4win-template .pagination .page-item:hover .page-link {
  background: #313142;
  border-color: #174750;
  color: #07F9FD;
}
body.go4win-template .pagination .page-item .page-link {
  color: #FFF;
  background-color: #1B1B25;
  border: 1px solid #174750;
}
body.go4win-template .shadow-row-xs:before, body.go4win-template .shadow-row:before {
  background: linear-gradient(90deg, #0c0c13 0%, rgba(18, 22, 25, 0) 100%);
}
body.go4win-template .shadow-row-xs:after, body.go4win-template .shadow-row:after {
  background: linear-gradient(270deg, #0c0c13 0%, rgba(18, 22, 25, 0) 100%);
}
body.go4win-template footer {
  border-top: 1px solid #174750;
  background: #1B1B25;
}
body.go4win-template footer .payment-methods-wrapper {
  border-color: #174750;
}
body.go4win-template footer .footer-links li a {
  color: #5F5F66;
}
body.go4win-template footer .footer-links li a:hover {
  color: #07F9FD;
}
body.go4win-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #174750;
  box-shadow: none;
  background: linear-gradient(to right, #2d2d3d, #1B1B25);
}
body.go4win-template footer .widget-languages .dropdown-menu {
  border: 1px solid #174750;
  background: linear-gradient(to right, #2d2d3d, #1B1B25);
  box-shadow: none;
  color: #97A8CC;
}
body.go4win-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: #2d2d3d;
}
body.go4win-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
@media (max-width: 575.98px) {
  body.go4win-template .user-bonus-timestamps {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  body.go4win-template .account-box-section .responsible {
    gap: 8px;
  }
  body.go4win-template .account-box-section .nav-link {
    margin-right: 0 !important;
    flex: 1;
    min-width: fit-content;
  }
}
body.go4win-template .btn-warning {
  color: #000 !important;
}
body.go4win-template #registerModal .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.go4win-template .contact-card-title {
  text-transform: uppercase;
}
body.go4win-template .contact-card {
  border: none;
  border-radius: 0;
  background-color: #1B1B25;
  box-shadow: unset;
}
body.go4win-template .contact-card .contact-card-icon {
  width: unset;
  max-width: 270px;
}
@media (max-width: 575.98px) {
  body.go4win-template .contact-card .contact-card-icon {
    max-width: 250px;
    max-height: 230px;
  }
}
@media (max-width: 575.98px) {
  body.go4win-template .contact-card .contact-card-icon.icon-3, body.go4win-template .contact-card .contact-card-icon.icon-4 {
    max-width: 210px;
    max-height: 200px;
  }
}
body.go4win-template .contact-card .contact-card-action {
  align-self: unset;
  width: 50%;
}
body.go4win-template .contact-card .contact-card-action .btn-primary {
  width: 100%;
}
body.go4win-template .btn-bonus {
  border: 1px solid #c8191c;
  background: linear-gradient(143deg, rgb(149, 23, 66), rgb(65, 26, 36));
}
body.go4win-template .btn-bonus:hover {
  background: linear-gradient(143deg, rgb(131, 29, 64), rgb(131, 4, 36));
}
body.go4win-template .btn-bonus .sidebar-promo-icon::after {
  content: none;
}
body.go4win-template .btn-tournament {
  border: 1px solid #70239b;
  background: linear-gradient(143deg, rgb(83, 39, 130), rgb(42, 32, 63));
}
body.go4win-template .btn-tournament:hover {
  background: linear-gradient(143deg, rgb(94, 33, 159), rgb(54, 37, 91));
}
body.go4win-template .btn-tournament .sidebar-promo-icon::after {
  content: none;
}
body.go4win-template .payment-box .payment-box-body .input-group .input-group-text {
  border: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.go4win-template .responsibleGaming-box .form-select {
  border-radius: 10px;
}
body.go4win-template .responsibleGaming-box .input-group .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.go4win-template .single-bonus .bonus-info-section .single-casino-game-hover .btn-primary {
  padding: 8px;
}
body.go4win-template #desktopGlobalSearchBar .input-group, body.go4win-template #desktopGlobalSearchBar .input-group-text, body.go4win-template #desktopGlobalSearchBar .form-control, body.go4win-template #desktopGlobalSearchBar #desktopGlobalSearchResults, body.go4win-template #desktopGlobalSearchBar .widget-search-result, body.go4win-template #desktopGlobalSearchBar #casino-search-results, body.go4win-template .widget-search-bar .input-group, body.go4win-template .widget-search-bar .input-group-text, body.go4win-template .widget-search-bar .form-control, body.go4win-template .widget-search-bar #desktopGlobalSearchResults, body.go4win-template .widget-search-bar .widget-search-result, body.go4win-template .widget-search-bar #casino-search-results, body.go4win-template .casino-search-widget .input-group, body.go4win-template .casino-search-widget .input-group-text, body.go4win-template .casino-search-widget .form-control, body.go4win-template .casino-search-widget #desktopGlobalSearchResults, body.go4win-template .casino-search-widget .widget-search-result, body.go4win-template .casino-search-widget #casino-search-results {
  border: none;
}
body.moxsys-template {
  background: #18161C;
}
body.moxsys-template a {
  color: #FFAA46;
}
body.moxsys-template .text-primary {
  color: #FFAA46 !important;
}
body.moxsys-template .casino-parent-categories a {
  color: #FFF;
  border-color: #29203C;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  body.moxsys-template .casino-parent-categories a {
    font-size: 11px;
  }
}
body.moxsys-template .casino-parent-categories a:hover {
  border-color: #FFBE71;
  color: #FFF;
}
body.moxsys-template .swiper .swiper-scrollbar {
  background: #523512;
}
body.moxsys-template .swiper .swiper-scrollbar-drag {
  background: #FFAA46;
}
body.moxsys-template .swiper .swiper-scrollbar-drag:before {
  background: #FFAA46;
  box-shadow: none;
}
body.moxsys-template .single-casino-game .single-casino-game-title a:hover {
  color: #FFAA46;
}
body.moxsys-template .single-casino-game .single-casino-game-provider:hover {
  color: #FFAA46;
}
body.moxsys-template .withdraw-dynamic-fields-wrapper .form-control {
  background: none !important;
}
@media (max-width: 575.98px) {
  body.moxsys-template .withdraw-dynamic-fields-wrapper .input-group-text {
    border: none;
  }
}
body.moxsys-template .withdraw-dynamic-fields-wrapper .input-group .input-group-btn.input-group-combined {
  background: none;
}
@media (max-width: 575.98px) {
  body.moxsys-template .withdraw-dynamic-fields-wrapper .input-group .input-group-btn.input-group-combined {
    flex: 1;
    padding: 4px;
  }
}
@media (max-width: 575.98px) {
  body.moxsys-template .withdraw-calculations {
    flex-direction: column;
    gap: 10px;
  }
}
body.moxsys-template .form-control, body.moxsys-template .input-group, body.moxsys-template .input-group-text {
  border-color: #523512;
  background: #312942 !important;
  color: #5F5F66 !important;
}
body.moxsys-template .widget-search-result {
  background: #312942;
  border-color: #523512;
}
body.moxsys-template .widget-search-result .search-results-total {
  color: #5F5F66;
}
body.moxsys-template .widget-search-result .search-result-games::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFAA46 5%, #FFAA46 45%, #523512 100%);
}
body.moxsys-template .widget-load-more .widget-load-more-progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FFAA46 0%, #FFAA46 100%);
}
body.moxsys-template .widget-load-more .widget-load-more-txt {
  color: #5F5F66;
}
body.moxsys-template .homepage-desc-wrapper {
  background: #1E1B24;
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .page-divider {
  border-color: #523512;
}
body.moxsys-template .page-divider:after {
  background: radial-gradient(circle at center, #FFAA46 30%, rgba(66, 39, 13, 0.17) 100%);
  box-shadow: 0 0 35px 15px rgba(214, 106, 29, 0.15);
}
body.moxsys-template .header-top-wrapper {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #29203C;
}
body.moxsys-template .header-top-wrapper .header-bonus-box {
  background-color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .header-bonus-box svg path {
  fill: #523512;
}
body.moxsys-template .header-top-wrapper .balance-asset-box {
  border: 1px solid #523512;
  background: #18161C;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
}
body.moxsys-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu {
  background: #18161C;
  backdrop-filter: none;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
  border: 1px solid #523512;
}
body.moxsys-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFAA46 5%, #FFAA46 45%, #523512 100%);
}
body.moxsys-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list.active {
  border: 1px solid #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-nav-widget.user-widget-balance .dropdown-menu .selection-wallet-list .single-selection-wallet-list:hover {
  background: rgba(255, 170, 70, 0.13);
}
body.moxsys-template .header-top-wrapper .widget-scroll-overlay.top, body.moxsys-template .header-top-wrapper .widget-scroll-overlay.bottom {
  background: transparent;
}
body.moxsys-template .header-top-wrapper .user-widget-profile {
  border: 1px solid #523512;
  background: #18161C;
}
@media (max-width: 575.98px) {
  body.moxsys-template .header-top-wrapper .user-widget-profile {
    border: none;
    background: none;
  }
}
body.moxsys-template .header-top-wrapper .user-widget-profile .widget-avatar-progress {
  background: conic-gradient(from -100deg, #FFAA46 var(--widget-avatar-progress-percentage), #523512 0deg);
}
body.moxsys-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials {
  background: #18161C;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .widget-avatar-initials span {
  color: #FFF;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle {
  background: #18161C;
  border: 1px solid #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .widget-avatar-progress .user-level-circle .user-level-value {
  color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu {
  background: #18161C;
  backdrop-filter: none;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
  border: 1px solid #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress {
  background-color: #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FFAA46 0%, #FFAA46 100%);
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-lion-club-progressbar .lion-club-progress-values .lion-club-progress-points {
  color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials {
  background: linear-gradient(to bottom, #523512, #FFAA46);
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-header .widget-avatar-initials span {
  color: #FFF;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item {
  background: #18161C;
  border-color: #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item:hover {
  background: rgba(255, 170, 70, 0.09);
}
body.moxsys-template .header-top-wrapper .user-widget-profile .dropdown-menu .user-profile-dropdown-menu .dropdown-item.logout {
  background: none;
  color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-header strong {
  color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .dropdown-toggle {
  border: 1px solid #523512;
  background: #18161C;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .dropdown-toggle svg path {
  stroke: #b97723;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .dropdown-menu {
  background: #18161C;
  backdrop-filter: none;
  box-shadow: 0 1px 0 0 rgba(44, 44, 65, 0.69);
  border: 1px solid #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content {
  border: none;
  background: none;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(73, 46, 27, 0.51) 5%, #FFAA46 45%, rgba(73, 47, 20, 0.51) 100%);
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification {
  background: rgba(255, 170, 70, 0.03);
  border-color: #523512;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification.new-notification {
  border-color: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification .user-widget-single-notification-new {
  background: rgba(255, 170, 70, 0.09);
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon {
  background: rgba(255, 170, 70, 0.09);
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-content .user-widget-single-notification-icon svg path {
  stroke: #FFAA46;
}
body.moxsys-template .header-top-wrapper .user-widget-notification .user-widget-notification-count {
  color: #FFAA46;
  background: #18161C;
  border: 1px solid #523512;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.moxsys-template .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(73, 46, 27, 0.51) 5%, #FFAA46 45%, rgba(73, 47, 20, 0.51) 100%);
}
body.moxsys-template .preference-section .form-check .form-check-input {
  background-color: #FFF;
}
body.moxsys-template .preference-section .form-check .form-check-input:checked {
  background-color: #18161C;
  border-color: #FFAA46;
}
body.moxsys-template #sidebar, body.moxsys-template #navigation {
  background: #29203C;
}
body.moxsys-template #sidebar::-webkit-scrollbar-thumb, body.moxsys-template #navigation::-webkit-scrollbar-thumb {
  background-color: #FFAA46;
}
body.moxsys-template #sidebar .navigation .dropdown-toggle, body.moxsys-template #navigation .navigation .dropdown-toggle {
  color: #523512 !important;
}
body.moxsys-template #sidebar .navigation .dropdown-toggle:hover, body.moxsys-template #navigation .navigation .dropdown-toggle:hover {
  color: #FFAA46;
}
body.moxsys-template #sidebar .navigation li a, body.moxsys-template #navigation .navigation li a {
  color: #FFF !important;
}
body.moxsys-template #sidebar .navigation li a:hover, body.moxsys-template #navigation .navigation li a:hover {
  color: #FFAA46 !important;
}
body.moxsys-template #sidebar .navigation li a:hover .dropdown-item-name, body.moxsys-template #navigation .navigation li a:hover .dropdown-item-name {
  color: #FFAA46 !important;
}
body.moxsys-template #sidebar .navigation .dropdown-menu, body.moxsys-template #navigation .navigation .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(24, 22, 28, 0.5) !important;
}
body.moxsys-template #sidebar .navigation .dropdown-menu a.active, body.moxsys-template #navigation .navigation .dropdown-menu a.active {
  color: #FFAA46;
}
body.moxsys-template #sidebar .navigation .dropdown-menu a.active:hover, body.moxsys-template #navigation .navigation .dropdown-menu a.active:hover {
  color: #FFAA46;
}
body.moxsys-template #sidebar .navigation .dropdown-menu a.active .dropdown-item-name, body.moxsys-template #navigation .navigation .dropdown-menu a.active .dropdown-item-name {
  color: #FFAA46;
}
body.moxsys-template #sidebar .navigation .navigation-item.single, body.moxsys-template #navigation .navigation .navigation-item.single {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(24, 22, 28, 0.5) !important;
}
@media (max-width: 575.98px) {
  body.moxsys-template #sidebar .navigation .navigation-item.single, body.moxsys-template #navigation .navigation .navigation-item.single {
    margin: 0 20px;
    border-radius: 10px;
  }
}
body.moxsys-template .btn-primary {
  padding: 8px;
}
body.moxsys-template .btn-register {
  padding: 9px 32px !important;
}
body.moxsys-template .btn-main-category, body.moxsys-template .sidebar-toggle {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border-color: #594f71;
  background: radial-gradient(188% 188% at 50% -88%, #675490 0%, rgba(103, 84, 144, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .btn-main-category:hover, body.moxsys-template .sidebar-toggle:hover {
  color: #FFF;
  border-color: #665496;
  background: radial-gradient(188% 188% at 50% -88%, #7656bb 0%, rgba(82, 58, 134, 0) 100%), radial-gradient(228% 228% at 50% -94%, #412d6b 0%, rgba(54, 35, 94, 0) 100%);
}
body.moxsys-template .btn-outline, body.moxsys-template .btn-outline-primary {
  border: 1px solid #594f71;
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .btn-outline:hover, body.moxsys-template .btn-outline.active, body.moxsys-template .btn-outline-primary:hover, body.moxsys-template .btn-outline-primary.active {
  border-color: #665496;
  color: #FFAA46;
}
body.moxsys-template .btn-demo-play:hover {
  background: inherit;
}
body.moxsys-template .btn-primary {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #FFBE71 0%, #9C5705 100%);
  border-radius: 10px;
  border: 1px solid #b3834e;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  body.moxsys-template .btn-primary {
    padding: 8px !important;
  }
}
body.moxsys-template .btn-primary:hover, body.moxsys-template .btn-primary:focus {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #9d5c0c 0%, #c0761e 100%);
  color: #fff;
}
body.moxsys-template .btn-login {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border-color: #594f71;
  background: radial-gradient(188% 188% at 50% -88%, #675490 0%, rgba(103, 84, 144, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .btn-login:hover, body.moxsys-template .btn-login:focus {
  color: #FFF;
  border-color: #665496;
  background: radial-gradient(188% 188% at 50% -88%, #7656bb 0%, rgba(82, 58, 134, 0) 100%), radial-gradient(228% 228% at 50% -94%, #412d6b 0%, rgba(54, 35, 94, 0) 100%);
}
body.moxsys-template .btn-deposit {
  background: radial-gradient(240% 255.38% at -155.38% 50%, #28BC1B 0%, rgba(24, 131, 28, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  position: relative;
}
body.moxsys-template .btn-deposit:hover {
  background: radial-gradient(240% 255.38% at -155.38% 50%, #1f7917 0%, rgba(24, 131, 28, 0) 100%), radial-gradient(66% 300% at 50% -88%, #ba24c7 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-deposit::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-image: radial-gradient(240% 255.38% at -155.38% 50%, #28BC1B 0%, rgba(24, 131, 28, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  border-radius: 12px;
  z-index: -1;
  background-clip: border-box;
}
body.moxsys-template .top-games-box .circle-arrow {
  border-radius: 20px;
  background: #18161C;
  border: none;
  backdrop-filter: none;
}
body.moxsys-template .top-games-box .circle-arrow svg path {
  stroke: #FFAA46;
}
body.moxsys-template .fortuna-provider-slider-item {
  background: rgba(74, 25, 66, 0.35);
}
body.moxsys-template .platform-shortcuts .shortcut-title {
  color: #FFFFFF;
}
body.moxsys-template .platform-shortcuts .shortcut-subtitle {
  color: #FFFFFF;
}
body.moxsys-template .table-wild, body.moxsys-template .table-addresses {
  border: none;
}
body.moxsys-template .table-wild thead, body.moxsys-template .table-addresses thead {
  background-color: #29203C;
}
body.moxsys-template .table-wild tbody tr, body.moxsys-template .table-addresses tbody tr {
  background-color: #1E1B24;
}
body.moxsys-template .table-wild tbody tr td, body.moxsys-template .table-addresses tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.moxsys-template .tournaments .nav-tabs .nav-link {
  border-color: #29203C;
  color: #FFF;
}
body.moxsys-template .tournaments .nav-tabs .nav-link.active, body.moxsys-template .tournaments .nav-tabs .nav-link:hover {
  border-color: #FFBE71;
}
body.moxsys-template .tournaments .alert-warning {
  background: #1e172b;
}
body.moxsys-template .modal .modal-content {
  border: none;
  background: linear-gradient(-140deg, #832b1b -300%, #18161C 40%, #18161C 56%, #966d3f 230%, #FF6EFF 200%) !important;
  color: #FFFFFF;
}
body.moxsys-template .modal .modal-content .form-control {
  background: #312942 !important;
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .modal .nav-tabs .nav-link {
  background: #523512;
  border-color: #523512;
  color: #FFF;
}
body.moxsys-template .modal .nav-tabs .nav-link.active, body.moxsys-template .modal .nav-tabs .nav-link:hover {
  background: #FFAA46;
  color: #FFF;
}
body.moxsys-template .modal .wallet-modal-deposit-notice {
  background: #1e172b;
  border: none;
}
body.moxsys-template .loyalty-program-box, body.moxsys-template .single-vip-level {
  border: 1px solid #29203C;
  background: rgba(41, 32, 60, 0.5);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.08) inset;
}
body.moxsys-template .loyalty-program-box .contact-card-desc, body.moxsys-template .single-vip-level .contact-card-desc {
  color: #FFFFFF;
}
body.moxsys-template .loyalty-program-box .my-level-title, body.moxsys-template .single-vip-level .my-level-title {
  color: #FFFFFF;
}
body.moxsys-template .loyalty-program-box .rule-info, body.moxsys-template .single-vip-level .rule-info {
  color: #D3AC7E;
}
body.moxsys-template .loyalty-program-box .single-vip-level-title, body.moxsys-template .single-vip-level .single-vip-level-title {
  color: #FFAA46;
}
body.moxsys-template .loyalty-program-box .dashboard-home-vip-progress-current, body.moxsys-template .single-vip-level .dashboard-home-vip-progress-current {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(113, 104, 123, 0.2) 0%, rgba(113, 104, 123, 0) 100%);
}
body.moxsys-template .loyalty-program-box .vip-current-progress, body.moxsys-template .single-vip-level .vip-current-progress {
  background: radial-gradient(505.91% 363.49% at -22.5% -44%, rgba(113, 104, 123, 0.2) 0%, rgba(113, 104, 123, 0) 100%);
}
body.moxsys-template .loyalty-program-box .dashboard-home-vip-progress .progress, body.moxsys-template .single-vip-level .dashboard-home-vip-progress .progress {
  height: 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: radial-gradient(188% 188% at 50% -88%, #3E4057 0%, rgba(62, 64, 87, 0) 100%);
}
body.moxsys-template .loyalty-program-box .dashboard-home-vip-progress .progress .progress-bar, body.moxsys-template .single-vip-level .dashboard-home-vip-progress .progress .progress-bar {
  background: radial-gradient(196.27% 152.18% at 0% -11.76%, #8a5920 0%, #FFAA46 100%);
}
body.moxsys-template .loyalty-program-box .lion-club-progress-values, body.moxsys-template .single-vip-level .lion-club-progress-values {
  color: #FFF;
}
body.moxsys-template .loyalty-program-box .lion-club-progress-values .lion-club-progress-points, body.moxsys-template .single-vip-level .lion-club-progress-values .lion-club-progress-points {
  color: #FFAA46;
}
body.moxsys-template .account-section .account-nav-wrapper {
  padding: 14px;
}
body.moxsys-template .account-section .account-nav-wrapper .btn-outline {
  border: 1px solid #29203C;
}
body.moxsys-template .account-section .account-nav-wrapper .btn-outline.active, body.moxsys-template .account-section .account-nav-wrapper .btn-outline:hover {
  color: #FFBE71;
  border: 1px solid #FFBE71;
}
body.moxsys-template .account-section .nav-tabs .nav-link {
  background: #523512;
  color: rgba(255, 255, 255, 0.5);
}
body.moxsys-template .account-section .nav-tabs .nav-link.active, body.moxsys-template .account-section .nav-tabs .nav-link:hover {
  background-color: #7c501b;
  color: #fff;
}
body.moxsys-template .account-section .account-input-wrapper .form-control {
  border: 1px solid #523512;
  background: #312942;
}
body.moxsys-template .account-section .overview-box, body.moxsys-template .account-section .general-account-box, body.moxsys-template .account-section .preference-section, body.moxsys-template .account-section .account-box-section, body.moxsys-template .account-section .single-security-feature {
  background: rgba(41, 32, 60, 0.5);
}
body.moxsys-template .account-section .overview-box .form-control, body.moxsys-template .account-section .general-account-box .form-control, body.moxsys-template .account-section .preference-section .form-control, body.moxsys-template .account-section .account-box-section .form-control, body.moxsys-template .account-section .single-security-feature .form-control {
  background: #312942 !important;
  border: 1px solid #523512;
  color: #FFF !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.moxsys-template .account-section .alert.alert-warning {
  color: #FFBE71;
  background: #1e172b;
  border-color: #523512;
}
body.moxsys-template .account-section .user-bonus .user-bonus-exp {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}
body.moxsys-template .account-section .user-bonus .user-bonus-amount-field {
  background: #29203C;
}
body.moxsys-template .account-section .user-bonus.deposit-bonus {
  background: linear-gradient(-44deg, #433820 -30%, #18161c 40%, #18161c 80%, #433820 100%, #18161c 200%);
}
body.moxsys-template .account-section .user-bonus.deposit-bonus .user-bonus-wager-multiplier {
  color: #FFCB30;
}
body.moxsys-template .account-section .user-bonus.cash-bonus {
  background: linear-gradient(-44deg, #401c21 -30%, #18161c 40%, #18161c 80%, #401c21 100%, #18161c 200%);
}
body.moxsys-template .account-section .user-bonus.cash-bonus .user-bonus-wager-multiplier {
  color: #FF3030;
}
body.moxsys-template .account-section .my-bonuses-card {
  background: #18161C;
  box-shadow: none;
  border-color: #523512;
}
body.moxsys-template .account-section .my-bonuses-card svg path {
  stroke: #FFBE71;
}
body.moxsys-template .account-section .my-bonuses-card .my-bonus-overlay {
  border-radius: 12px;
  background: rgba(32, 29, 38, 0.74);
}
body.moxsys-template .account-pages .passcode-box {
  padding: 30px;
  background: #18161C;
  box-shadow: none;
}
body.moxsys-template .all-bonuses .bonuses-nav .btn-outline {
  border: 1px solid #29203C;
}
body.moxsys-template .all-bonuses .bonuses-nav .btn-outline.active, body.moxsys-template .all-bonuses .bonuses-nav .btn-outline:hover {
  border: 1px solid #FFBE71;
}
body.moxsys-template .promo-box .promo-overlay {
  background: #29203C;
}
body.moxsys-template .single-bonus .single-bonus-info-highlight {
  background: #29203C;
}
body.moxsys-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-value {
  color: #FFBE71;
}
body.moxsys-template .single-bonus .single-bonus-info-highlight .single-bonus-info-highlight-title {
  color: rgba(255, 255, 255, 0.7);
}
body.moxsys-template .single-bonus .accordion .accordion-header .accordion-button {
  background: #29203C;
}
body.moxsys-template .single-bonus .accordion .accordion-body {
  background: #1E1B24;
}
body.moxsys-template .wallet-modal-deposit-balances .select2-container--default .select2-selection--single {
  background-color: #29203C;
}
body.moxsys-template .select2-container--default .select2-results__option--highlighted[aria-selected], body.moxsys-template .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #40325d;
}
body.moxsys-template .select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #FFBE71;
}
body.moxsys-template .select2-dropdown {
  background-color: #29203C;
}
body.moxsys-template .select2-search--dropdown {
  background-color: #29203C;
}
body.moxsys-template .select2-results__options {
  background-color: #29203C;
}
body.moxsys-template .wallet-section-box {
  background: #2C2047;
}
body.moxsys-template .wallet-section-box .wallet-section-content .wallet-amount {
  color: #FFBE71;
}
body.moxsys-template .wallet-section-box .list-balances .single-balance-info {
  background: #43365E;
  color: #FFFFFF;
}
body.moxsys-template .transactions-box {
  background: #2C2047;
}
body.moxsys-template .transactions-box .transactions-nav a.active, body.moxsys-template .transactions-box .transactions-nav a:hover {
  color: #FFBE71;
}
body.moxsys-template .transactions-box .transactions-nav a.active:before, body.moxsys-template .transactions-box .transactions-nav a:hover:before {
  background: #FFBE71;
  box-shadow: 1px -9px 20px 4px rgba(179, 120, 32, 0.63);
}
body.moxsys-template .transactions-box .input-group-text {
  padding: 10px;
  border: none;
}
body.moxsys-template .user-stat-highlights .user-single-stat-bet {
  border-top: 1px solid #523512;
  background: #18161C;
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-label, body.moxsys-template .custom-select-checkboxes .custom-select-radios-label, body.moxsys-template .custom-select-radios .custom-select-checkboxes-label, body.moxsys-template .custom-select-radios .custom-select-radios-label {
  background: #312942;
  border-color: #523512;
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-list, body.moxsys-template .custom-select-checkboxes .custom-select-radios-list, body.moxsys-template .custom-select-radios .custom-select-checkboxes-list, body.moxsys-template .custom-select-radios .custom-select-radios-list {
  background: #312942;
  border-color: #523512;
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.moxsys-template .custom-select-checkboxes .custom-select-radios-list::-webkit-scrollbar-thumb, body.moxsys-template .custom-select-radios .custom-select-checkboxes-list::-webkit-scrollbar-thumb, body.moxsys-template .custom-select-radios .custom-select-radios-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFBE71 5%, #FFBE71 45%, #523512 100%);
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.moxsys-template .custom-select-checkboxes .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-checkboxes-list .checkbox-custom:hover + .checkbox-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-radios-list .checkbox-custom:hover + .checkbox-custom-label:before {
  background: #FFBE71;
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.moxsys-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:hover + .radio-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-radios-list .radio-custom:hover + .radio-custom-label:before {
  background: #FFBE71;
}
body.moxsys-template .custom-select-checkboxes .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.moxsys-template .custom-select-checkboxes .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-checkboxes-list .radio-custom:checked + .radio-custom-label:before, body.moxsys-template .custom-select-radios .custom-select-radios-list .radio-custom:checked + .radio-custom-label:before {
  background: #FFBE71;
}
body.moxsys-template .affiliate .affiliate-commissions-ref-txt strong {
  color: #FFBE71;
}
body.moxsys-template .affiliate .affiliate-commissions-ref-box {
  background: #312942;
  border-top: 1px solid #523512;
  backdrop-filter: none;
}
body.moxsys-template .affiliate .affiliate-commissions-total-box {
  border-top: 1px solid #523512;
  background: #312942;
}
body.moxsys-template .affiliate .affiliate-box {
  border: 1px solid #523512;
  background: #312942;
}
body.moxsys-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active, body.moxsys-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover {
  color: #FFBE71;
}
body.moxsys-template .affiliate .affiliate-box .account-highlight-tabs .nav-link.active:before, body.moxsys-template .affiliate .affiliate-box .account-highlight-tabs .nav-link:hover:before {
  background: #FFBE71;
  box-shadow: 1px -9px 20px 4px rgba(145, 111, 26, 0.63);
}
body.moxsys-template .casino-provider {
  border: 1px solid #523512;
  background: #302c39;
}
body.moxsys-template .casino-game-container {
  border-color: #523512;
}
body.moxsys-template .casino-game-container .casino-game-header {
  background: #302c39;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body.moxsys-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content {
  border-radius: 0;
}
body.moxsys-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action {
  background: #302c39;
}
body.moxsys-template .casino-game-container .casino-game-inner-content .game-screen-inside .game-content-pre-play-action .game-content-pre-play-message span {
  color: #FFBE71;
}
body.moxsys-template .casino-game-container .casino-game-footer {
  background: #302c39;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
body.moxsys-template .game-bets-tabs .nav-link.active, body.moxsys-template .game-bets-tabs .nav-link:hover {
  color: #FFBE71 !important;
}
body.moxsys-template .game-bets-tabs .nav-link.active:before, body.moxsys-template .game-bets-tabs .nav-link:hover:before {
  background: #FFBE71;
  box-shadow: 1px -9px 20px 4px rgba(179, 128, 32, 0.63);
}
body.moxsys-template .about-provider-content {
  border: 1px solid #523512;
  background: #302c39;
}
body.moxsys-template .about-provider-content .about-provider-total-games {
  color: #FFF;
}
body.moxsys-template .about-game-desc {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #523512;
  background: #302c39;
}
body.moxsys-template .about-game-desc .related-games-title h2 strong, body.moxsys-template .about-game-desc .related-games-title .h2 strong {
  color: #FFBE71;
}
body.moxsys-template .about-game-desc .casino-game-description {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
body.moxsys-template .casino-jackpot .single-casino-game-jackpot-box {
  color: #174750;
  background: #FFBE71;
}
body.moxsys-template .pagination .page-item.active .page-link, body.moxsys-template .pagination .page-item:hover .page-link {
  background: #302c39;
  border-color: #523512;
  color: #FFBE71;
}
body.moxsys-template .pagination .page-item .page-link {
  color: #FFF;
  background-color: #18161C;
  border: 1px solid #523512;
}
body.moxsys-template .shadow-row-xs:before, body.moxsys-template .shadow-row:before {
  background: linear-gradient(90deg, #18161C 0%, rgba(18, 22, 25, 0) 100%);
}
body.moxsys-template .shadow-row-xs:after, body.moxsys-template .shadow-row:after {
  background: linear-gradient(270deg, #18161C 0%, rgba(18, 22, 25, 0) 100%);
}
body.moxsys-template footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #1E1B24;
}
body.moxsys-template footer .payment-methods-wrapper {
  border-color: #523512;
}
body.moxsys-template footer .footer-links li a {
  color: rgba(255, 255, 255, 0.3);
}
body.moxsys-template footer .footer-links li a:hover {
  color: #FFAA46;
}
body.moxsys-template footer .widget-languages {
  border-radius: 50px;
  border: 1px solid #C9720B;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  background: #1E1B24;
}
body.moxsys-template footer .widget-languages .dropdown-menu {
  border: 1px solid #C9720B;
  background: #1E1B24;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  color: #97A8CC;
}
body.moxsys-template footer .widget-languages .dropdown-menu .user-widget-language-single:hover {
  background: rgba(255, 170, 70, 0.09);
}
body.moxsys-template footer .widget-languages .user-widget-languages-body {
  padding: 2px;
}
@media (max-width: 575.98px) {
  body.moxsys-template .user-bonus-timestamps {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  body.moxsys-template .account-box-section .responsible {
    gap: 8px;
  }
  body.moxsys-template .account-box-section .nav-link {
    margin-right: 0 !important;
    flex: 1;
    min-width: fit-content;
  }
}
body.moxsys-template .btn-warning {
  color: #000 !important;
}
body.moxsys-template #registerModal .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.moxsys-template .contact-card-title {
  text-transform: uppercase;
}
body.moxsys-template .contact-card {
  border: none;
  border-radius: 12px;
  background-color: #29203C;
  box-shadow: unset;
}
body.moxsys-template .contact-card .contact-card-icon {
  width: unset;
  max-width: 270px;
}
@media (max-width: 575.98px) {
  body.moxsys-template .contact-card .contact-card-icon {
    max-width: 250px;
    max-height: 230px;
  }
}
@media (max-width: 575.98px) {
  body.moxsys-template .contact-card .contact-card-icon.icon-3, body.moxsys-template .contact-card .contact-card-icon.icon-4 {
    max-width: 210px;
    max-height: 200px;
  }
}
body.moxsys-template .contact-card .contact-card-action {
  align-self: unset;
  width: 50%;
}
body.moxsys-template .contact-card .contact-card-action .btn-primary {
  width: 100%;
}
body.moxsys-template .btn-promo {
  border: 1px solid #6f5790;
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(0, 163, 255, 0.7) 0%, rgba(228, 138, 235, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-promo:hover {
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(60, 168, 227, 0.7) 50%, rgba(228, 138, 235, 0) 100%), radial-gradient(206% 206% at 50% -88%, #de10f5 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-bonus {
  border: 1px solid #7C2983;
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(143, 0, 255, 0.7) 0%, rgba(228, 138, 235, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-bonus:hover {
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(82, 17, 134, 0.7) 0%, rgba(228, 138, 235, 0) 100%), radial-gradient(206% 206% at 50% -88%, #b82ac4 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-tournament {
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(255, 180, 92, 0.7) 0%, rgba(255, 180, 92, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  position: relative;
}
body.moxsys-template .btn-tournament::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-image: radial-gradient(238% 255.38% at -155.38% 50%, rgba(255, 180, 92, 0.7) 0%, rgba(255, 180, 92, 0) 100%), radial-gradient(206% 206% at 50% -88%, #7C2983 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
  border-radius: 12px;
  z-index: -1;
  background-clip: border-box;
}
body.moxsys-template .btn-tournament:hover {
  background: radial-gradient(238% 255.38% at -155.38% 50%, rgba(157, 93, 18, 0.7) 80%, rgba(255, 180, 92, 0) 100%), radial-gradient(206% 206% at 50% -88%, #b926c5 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .btn-tournament:hover::after {
  background-image: radial-gradient(238% 255.38% at -155.38% 50%, rgba(157, 93, 18, 0.7) 80%, rgba(255, 180, 92, 0) 100%), radial-gradient(206% 206% at 50% -88%, #b926c5 0%, rgba(124, 41, 131, 0) 100%), radial-gradient(228% 228% at 50% -94%, #29203C 0%, rgba(41, 32, 60, 0) 100%);
}
body.moxsys-template .payment-box .payment-box-body .input-group .input-group-text {
  border: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.moxsys-template .responsibleGaming-box .form-select {
  border-radius: 10px;
}
body.moxsys-template .responsibleGaming-box .input-group .input-group-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
body.moxsys-template #casino-search-results {
  background-color: #312942;
  border-color: #523512;
}
body.moxsys-template #casino-search-results .search-results-total {
  color: #FFAA46;
}

.jquery_form_help_4.help.help-block {
  display: block;
  position: absolute;
  top: -28px;
  right: 0px;
}

#select2-deposit-currency-option-container {
  line-height: normal !important;
  margin-top: 6px;
}

#select2-deposit-currency-option-page-container {
  line-height: normal !important;
  margin-top: 6px;
}

#select2-buy-currency-option-page-container {
  line-height: normal !important;
  margin-top: 6px;
}

#select2-withdraw-currency-option-container {
  line-height: normal !important;
  margin-top: 6px;
}

#select2-transfer-currency-option-container {
  line-height: normal !important;
  margin-top: 6px;
}

#select2-buy-currency-option-container {
  line-height: normal !important;
  margin-top: 6px;
}

.item.hero {
  height: 100%;
}

.form-error {
  color: #ff2222;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

/*# sourceMappingURL=tpapp.css.map */
