:root {
  --footer: #09090b;
  --footer-sc: #fff;
  --brand-secondary: #1d2128;
  --brand-secondary-rgb: #1d2128;
  --brand-secondary-sc: #b1bad3;
  --brand-secondary-sc-rgb: 177, 186, 211;
  --brand-secondary-hover: #282c33;
}

svg {
  display: block;
}

/* .layout-bc.is-home-page:not(.casino-lock-scroll) {
  background-image: linear-gradient(
    to bottom,
    var(--hero) 70px,
    rgba(var(--hero-rgb), 0)
  );
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 100% 600px;
} */

/* .layout-bc.is-home-page:not(.casino-lock-scroll) .layout-header-holder-bc {
  background: var(--hero);
} */

.layout-bc:not(.is-home-page) .layout-header-holder-bc,
.layout-bc.casino-lock-scroll .layout-header-holder-bc {
  box-shadow: inset 0 -1px 0 0 rgba(var(--header-sc-rgb), 0.05);
}

.hdr-logo-v-bc {
  max-width: 42px;
  padding: 0;
}

.btn-toggle-sidebar {
  transition: background 240ms, color 240ms;

  align-items: center;
  background: rgba(var(--menu-sc-rgb), 0.05);
  border-radius: 50%;
  color: var(--menu-sc);
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.sidebar-collapsed .btn-toggle-sidebar {
  border-radius: 4px;
  height: 36px;
  width: 36px;
}

.btn-toggle-sidebar:hover,
.btn-toggle-sidebar:active {
  background: var(--menu-sc);
  color: var(--menu);
}

.layout-bc:not(.sidebar-collapsed) .hdr-logo-v-bc {
  display: none;
}

.layout-sidebar-holder-bc {
  transition: width 240ms;

  background: var(--b);
  border-right: 1px solid rgba(var(--b-sc-rgb), 0.05);
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 220px;
  z-index: 953;
}

.sidebar-collapsed .layout-sidebar-holder-bc {
  width: 60px;
}

.sidebar-collapsed .layout-sidebar-holder-bc .hdr-logo-bc {
  display: none;
}

.sidebar-header {
  align-items: center;
  border-bottom: 1px solid rgba(var(--b-sc-rgb), 0.05);
  height: 56px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

.sidebar-collapsed .sidebar-header {
  justify-content: center;
}

.sidebar-header > .logo-container {
  flex: unset;
  margin-inline-end: 0;
}

.sidebar-inner {
  background: var(--b);
  color: var(--b-sc);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 56px);
  width: 100%;
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0 80px;
}

.nav-item {
  transition: background 240ms;

  align-items: center;
  color: var(--b-sc);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  gap: 12px;
  padding: 0 20px;
}

.nav-item:hover {
  background: rgba(var(--b-sc-rgb), 0.05);
}

.nav-item + .nav-item-subnav {
  transition: max-height 240ms;
  will-change: height;

  max-height: 0px;
  overflow: hidden;
}

.nav-item.active + .nav-item-subnav {
  max-height: 500px;
}

.nav-item-subnav > .nav-item {
  color: rgba(var(--b-sc-rgb), 0.75);
  gap: 14px;
  padding: 0 22px;
}

.nav-item-wrap:has(.nav-item.active) {
  background-color: rgba(var(--b-sc-rgb), 0.05);
}

/* .nav-item-wrap:not(:last-child):has(.nav-item.has-subnav.active) {
  box-shadow: inset 0 -1px 0 0 rgba(var(--b-sc-rgb), 0.1);
} */

.nav-item > .nav-item-icon {
  flex-shrink: 0;
}

.nav-item > .nav-item-title {
  flex: auto;
  white-space: nowrap;
}

.nav-item > .nav-item-arrow {
  transition: transform 240ms;

  align-items: center;
  background: rgba(var(--b-sc-rgb), 0.05);
  border-radius: 50%;
  display: flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.sidebar-collapsed .layout-sidebar-holder-bc .nav-item > .nav-item-title,
.sidebar-collapsed .layout-sidebar-holder-bc .nav-item > .nav-item-arrow {
  display: none;
}

.nav-item.active > .nav-item-arrow {
  transform: rotate(-180deg);
}

.header-icon-text::after {
  display: none !important;
}

.sports-group-bc {
  margin-bottom: 0 !important;
}

.ftr-game-item-bc {
  background-image: unset !important;
}

.nav-menu-container.header-navigation:first-child {
  background: none !important;
}

.sdr-item-bc:before {
  background: none !important;
}

.promotionsListEl-bc:hover .promotionsArticleThumbnail-bc {
  transform: scale(0.97) !important;
}

.hdr-main-nav .nav-menu-container .nav-menu-sub {
  background: var(--header-sc);
  border-radius: 0 4px 4px 4px;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 160px;
}

.hdr-main-nav .nav-menu-sub .nav-menu-item {
  color: var(--header);
}

.hdr-main-nav .nav-menu-item:has(.nav-menu-sub) {
  border-radius: 4px 4px 0 0 !important;
}

.casino-game-item-content {
  transition: transform 240ms;
  will-change: transform;
}

.casino-game-item-content:hover {
  transform: translateY(-4px);
}

.casino-game-paid-container {
  align-items: center;
  color: var(--b-sc);
  display: flex;
  flex-direction: row;
  font-size: 10px;
  gap: 6px;
}

.casino-game-paid-container > svg {
  color: var(--oc-2);
  flex-shrink: 0;
}

.casino-game-paid-details {
  display: flex;
  flex-direction: column;
}

.casino-game-paid-details .casino-game-paid-title {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--brand-secondary-sc);
  white-space: nowrap;
}

.casino-game-paid-details .casino-game-paid-amount {
  font-weight: 600;
  color: var(--oc-2);
  white-space: nowrap;
}

.casino-top-winners {
  display: flex;
  gap: 10px;
  flex-direction: row;
  overflow: hidden;
}

.casino-top-winners .casino-winners-title {
  align-items: center;
  color: var(--b-sc);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 600;
  gap: 3px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 0 8px;
  width: 90px;
}

.casino-top-winners .casino-info-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  max-width: 100%;
}

.casino-top-winners .casino-info-content::-webkit-scrollbar {
  display: none;
}

.casino-top-winners .casino-info-content > li + li {
  margin-top: 0;
}

.casino-top-winners .casino-info-content > li:not(.casino-winners-title) {
  flex-shrink: 0;
  min-height: 76px;
  padding: 6px;
  width: 220px;
}

.casino-top-winners .casino-info-img {
  aspect-ratio: 3/4;
  height: unset;
  width: 48px;
}

.form-control-message-holder-bc.success {
  margin-top: 0;
}

.form-control-message-holder-bc.success .form-control-message-bc {
  background: rgba(var(--oc-1-rgb), 1);
  border-radius: 0 0 4px 4px;
  color: var(--oc-1-sc);
}

.form-control-input-bc[name="personal_id"][readonly] {
  box-shadow: inset 0 0 0 2px var(--oc-1);
  border-radius: 6px 6px 0 0 !important;
}

.casino-game-online-users {
  align-items: center;
  background: rgba(var(--b-rgb), 0.75);
  backdrop-filter: blur(3px);
  border-radius: 24px;
  color: var(--b-sc);
  display: flex;
  font-size: 10px;
  font-weight: 600;
  left: 5px;
  gap: 3px;
  height: 16px;
  padding: 0 4px;
  position: absolute;
  top: 5px;
}

.payment-info-bc:has(iframe:last-child) {
  padding: 0;
  background: 0;
}

.carousel-dots {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.carousel-dots .carousel-dot-item {
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  flex-shrink: 0;
  height: 6px;
  width: 16px;
}
.carousel-dots .carousel-dot-item:hover,
.carousel-dots .carousel-dot-item.active {
  background-color: #fff;
}
.is-home-page .hm-row-bc:nth-child(1) .carousel-dots {
  display: none;
  margin: -10px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#root.casino-slots .hm-row-bc:nth-child(1) .carousel-dots,
#root.live-casino-games .hm-row-bc:nth-child(1) .carousel-dots {
  margin-top: -25px;
}
.casino-winners-content {
  overflow: hidden;
  position: relative;
}

.is-home-page .hm-row-bc.has-slider:first-child {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0) 40%);
  margin-bottom: -30px;
}

.is-home-page .layout-header-holder-bc {
  margin-bottom: 0;
}

.is-home-page .hm-row-bc:first-child .sdr-item-bc:only-child {
  border-radius: 0;
}

/* .is-home-page .hm-row-bc:first-child .sdr-item-bc:after {
  background: linear-gradient(
    to left,
    rgba(var(--hero-rgb), 0.75) 5%,
    rgba(var(--hero-rgb), 0) 15%,
    rgba(var(--hero-rgb), 0) 85%,
    rgba(var(--hero-rgb), 0.75) 95%
  );
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  width: 100%;
} */

.is-home-page .hm-row-bc:not(:first-child) {
  z-index: 2;
}

.games-horiz-top-10 .games-horiz-scroll {
  display: flex;
  grid-gap: unset;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  gap: 5px;
}

.games-horiz-top-10 .games-horiz-scroll .casino-game-item-content {
  width: 100%;
  min-width: 227px;
  padding-left: 56px;
}

.games-horiz-top-10 .games-horiz-scroll .casino-game-item-content:before {
  content: "";
  bottom: 0;
  color: var(--b);
  left: 0;
  line-height: 220px;
  font-size: 160px;
  font-weight: 700;
  letter-spacing: -5px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
}

.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(1):before {
  content: "1";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(2):before {
  content: "2";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(3):before {
  content: "3";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(4):before {
  content: "4";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(5):before {
  content: "5";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(6):before {
  content: "6";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(7):before {
  content: "7";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(8):before {
  content: "8";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(9):before {
  content: "9";
}
.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(10):before {
  content: "10";
  letter-spacing: -18px;
}

.games-horiz-top-10
  .games-horiz-scroll
  .casino-game-item-content:nth-child(10) {
  padding-left: 90px;
  min-width: 261px;
}

.btn-chev {
  transition: background 240ms, opacity 240ms, transform 240ms;

  align-items: center;
  background: #2d323b;
  border-radius: 50%;
  bottom: 0;
  color: var(--b-sc);
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  top: 0;
  margin: auto 0;
  width: 32px;
  z-index: 2;
}

.btn-chev:hover,
.btn-chev:active {
  background: #42464e;
}

.btn-chev.left {
  left: 0;
}

.btn-chev.right {
  right: 0;
}

.casino-winners-wrapper {
  overflow: hidden;
  position: relative;
}

.casino-winners-wrapper:after,
.casino-winners-wrapper:before {
  transition: opacity 240ms;
  bottom: 0;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: 1;
}

.casino-winners-wrapper:after {
  background: linear-gradient(
    90deg,
    rgba(var(--b-rgb), 0),
    rgba(var(--b-rgb), 1) 90%
  );
  right: 0;
}

.casino-winners-wrapper:before {
  background: linear-gradient(
    -90deg,
    rgba(var(--b-rgb), 0),
    rgba(var(--b-rgb), 1) 90%
  );
  left: 0;
}

.casino-winners-wrapper.scroll-start:after {
  opacity: 1;
}

.casino-winners-wrapper.scroll-end:before {
  opacity: 1;
}

.casino-winners-wrapper .btn-chev {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.casino-winners-wrapper.scroll-start .btn-chev.right {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

.casino-winners-wrapper.scroll-end .btn-chev.left {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

.form-controls-field-bc.country-code:has(.flag-bc.china) {
  display: none;
}

.form-controls-field-bc.country-code:has(.flag-bc.china)
  + .form-controls-field-bc {
  padding-inline-start: 0;
}

.deposit-limit-buttons-bc .bs-number-button-bc {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition-property: transform, color, background-color, box-shadow;
  line-height: unset;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  height: 76px;
  padding: 0;
  border: 0 none;
  overflow: hidden;
}
.deposit-limit-buttons-bc .bs-number-button-bc .bs-ftd-label {
  align-items: center;
  background: rgba(var(--b-sc-rgb), 0.15);
  display: flex;
  font-size: 9px;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.deposit-limit-buttons-bc .bs-number-button-bc .bs-ftd-fs {
  align-items: center;
  color: var(--oc-2);
  display: flex;
  font-size: 10px;
  height: 34px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.deposit-limit-buttons-bc .bs-number-button-bc .bs-amount-label {
  align-items: center;
  flex-grow: 1;
  display: flex;
}
.deposit-limit-buttons-bc .bs-number-button-bc.is-ftd .bs-amount-label {
  margin-bottom: -10px;
}
.deposit-limit-buttons-bc .bs-number-button-bc .bs-amount-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.deposit-limit-b-w-bc .bs-number-button-bc:active,
.deposit-limit-b-w-bc .bs-number-button-bc.selected {
  background-color: rgba(var(--b-sc-rgb), 0.15);
  box-shadow: 0 0 0 3px var(--b-sc);
  color: var(--b-sc);
  transform: scale(1.05);
}

.layout-bc.sportsbook .layout-content-holder-bc {
  min-height: 90vh;
}

.club-container {
  color: var(--b-sc);
  padding: 0 15px;
  height: 76px;
  margin-bottom: 10px;
  perspective: 1000px;
  position: relative;
  width: 100%;
  z-index: 100;
}

.club-card {
  transition: transform 200ms, border-radius 200ms;

  background-color: transparent;
  border: 1px solid rgba(var(--b-sc-rgb), 0.1);
  border-radius: 60px 8px 8px 60px;
  font-size: 13px;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
}

.club-card.active {
  transform: rotateX(180deg);
  border-radius: 8px;
}

.club-card-front {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 7px 15px 7px 7px;
  position: relative;
}

.club-card-front,
.club-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.club-card-back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotateX(180deg);
  padding: 7px;
}

.club-card-back > h4 {
  font-size: 11px;
  text-transform: uppercase;
}

.club-card-details {
  flex-grow: 1;
}

.club-card-image {
  background: rgba(var(--b-sc-rgb), 0.05);
  border: 2px solid var(--oc-1);
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  width: 60px;
}

.club-card-image img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.club-card-title {
  margin-bottom: 4px;
}

.club-card-name {
  font-size: 12px;
  font-weight: 700;
}

.club-card-id {
  display: flex;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
}

.club-card-id span {
  color: rgba(var(--b-sc-rgb), 0.6);
}

.club-card-delete {
  transition: 200ms ease;

  align-items: center;
  background: rgba(var(--b-sc-rgb), 0.05);
  border-radius: 6px;
  color: rgba(var(--b-sc-rgb), 0.6);
  cursor: pointer;
  font-size: 14px;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.club-card-delete:hover,
.club-card-delete:active,
.club-card-delete:focus {
  background: rgba(var(--b-sc-rgb), 0.1);
  color: var(--b-sc);
}

.sg-n-text-row-2-bc {
  text-align: center;
}

.club_id .form-control-label-bc.inputs {
  height: 40px;
}

.club_id .form-control-input-bc[name="club_id"] {
  padding: 4px 44px 4px 40px;
}

.club_id .form-control-title-bc {
  top: 14px;
}

.club-card-back-form {
  align-items: center;
  display: flex;
  gap: 7px;
  position: relative;
}

.club-card-back-form > .form-control-bc {
  flex-grow: 1;
}

.club-card-back-form > .club-card-loading {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.club-card-back-form > .club-card-loading:after {
  animation: rotate 500ms linear infinite;
  border-color: rgba(var(--b-sc-rgb), 0.25);
  border-top-color: var(--b-sc);
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}

.club-card-back-form > .club-card-icon {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 30px;
  left: 2px;
  justify-content: center;
  opacity: 0.6;
  position: absolute;
  width: 36px;
}

.club-card-back-form > .club-card-loading,
.club-card-back-form > .club-card-delete {
  background: transparent;
  bottom: 0;
  font-size: 14px;
  position: absolute;
  right: 2px;
  top: 0;
  margin: auto 0;
  z-index: 10;
}

.club-card-back-form > .club-card-delete {
  cursor: pointer;
}

.club-dropdown {
  background: var(--b);
  border: 1px solid rgba(var(--b-sc-rgb), 0.1);
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35), 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  font-size: 13px;
  max-height: 200px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 3px);
  visibility: hidden;
  width: calc(100% - 30px);
  z-index: 100;
}

.club-container.active .club-dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.club-dropdown-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 7px;
  padding: 6px;
}

.club-dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(var(--b-sc-rgb), 0.1);
}

.club-dropdown-item:hover {
  background: rgba(var(--b-sc-rgb), 0.05);
}

.club-dropdown-item .club-item-image {
  background: rgba(var(--b-sc-rgb), 0.1);
  border-radius: 6px;
  height: 36px;
  overflow: hidden;
  position: relative;
  width: 36px;
}

.club-dropdown-item .club-item-image:after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  content: "";
  display: block;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

.club-dropdown-item .club-item-image > img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.club-dropdown-item .club-item-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.club-dropdown-item .club-item-id {
  color: rgba(var(--b-sc-rgb), 0.4);
  display: flex;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
}

.club-dropdown .club-dropdown-empty {
  text-align: center;
  padding: 20px 15px;
  width: 100%;
}

.noclub-btn-link {
  color: rgba(var(--b-sc-rgb), 0.7);
  margin: 10px 0 20px;
  font-size: 12px;
}

.sdr-item-holder-bc {
  color: var(--b-sc);
  position: relative;
}

.sdr-club-bc {
  position: absolute;
  height: 40%;
  left: 0;
  right: 0;
  max-width: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sdb-club-cotainer {
  color: var(--b-sc);
  padding: 0 10px;
}

.sdb-club-card {
  border: 1px solid rgba(var(--b-sc-rgb), 0.1);
  border-radius: 6px;
  font-size: 11px;
  padding: 6px;
  white-space: nowrap;
}

.sdb-club-id {
  align-items: center;
  display: flex;
  text-transform: uppercase;
  gap: 4px;
}

.sdb-club-name {
  font-weight: 700;
  text-transform: uppercase;
}

.entrance-form-actions-holder-bc {
  margin-top: 0 !important;
}

.terms-before-reg-btn {
  color: var(--b-sc);
}

.terms-before-reg-btn > h3 {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: center;
}

.terms-before-reg-btn > p {
  color: rgba(var(--b-sc-rgb), 0.75);
  font-size: 12px;
  text-align: center;
}

.reg-form-footer-bc > .live-chat-adviser-bc {
  transition: background 200ms;
  border-top: 1px solid rgba(var(--b-sc-rgb), 0.05);
  text-decoration: none !important;
}

.reg-form-footer-bc > .live-chat-adviser-bc:hover {
  background: rgba(var(--b-sc-rgb), 0.05);
}

.iframe-kyc {
  border: none;
  height: 100%;
  min-height: 500px;
  width: 100%;
}

.kyc-container {
  background: rgba(var(--b-sc-rgb), 0.05);
  border-radius: 6px;
  color: var(--b-sc);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  padding: 20px 30px 30px;
}

.kyc-container .kyc-icon {
  margin-bottom: 5px;
}

.kyc-container h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.kyc-container p {
  font-size: 13px;
}

.popup-holder-f-bc {
  backdrop-filter: blur(35px);
}

.popup-age-bc {
  color: var(--b-sc);
  width: 360px;
}

.popup-age-header-bc {
  background: rgba(var(--b-sc-rgb), 0.05);
}

.popup-age-header-bc .logo-container {
  justify-content: center;
  margin-inline-end: 0 !important;
}

.popup-age-header-bc .logo-container .logo {
  height: 70px;
}

.popup-age-content-bc {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 30px;
}

.popup-age-content-bc.text-uppercase {
  text-transform: uppercase;
}

.popup-age-actions-bc {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0 10px 10px;
}

.popup-terms-update-content-bc {
  padding: 0 10px 10px;
}

.popup-terms-update-content-bc > * {
  text-align: left !important;
}

.popup-terms-update-content-bc .casino-popup-image {
  display: block;
  margin: 0 auto;
}

.popup-terms-update-content-bc .casino-popup-title {
  margin-top: 15px;
}

.popup-terms-update-content-bc .casino-popup-footer {
  font-size: 12px;
  text-align: center !important;
  margin-top: 15px;
}

.popup-terms-update-content-bc .casino-popup-footer a {
  transition: 200ms;
  color: rgba(var(--b-sc-rgb), 0.65);
  padding: 10px;
}

.popup-terms-update-content-bc .casino-popup-footer a:hover {
  color: rgba(var(--b-sc-rgb), 0.9);
}

.popup-terms-update-content-bc > .casino-popup-title {
  font-weight: 700;
}

.popup-terms-update-content-bc > .casino-popup-content {
  margin-bottom: 15px;
}

.popup-terms-update-content-bc > .casino-popup-button-block {
  margin-top: 30px;
}

.userProfile-content {
  padding-inline-end: 15px;
}

.u-i-profile-page-content .separator-line-bc {
  margin-bottom: 10px;
}

.u-i-p-amounts-bc.withdrawable .u-i-p-a-content-bc,
.u-i-p-amounts-bc.bonuses .u-i-p-a-content-bc {
  border: 1px solid rgba(var(--b-sc-rgb), 0.1);
}

.help-popup .content > p {
  margin: 10px 0;
}

.atender-field.input {
  border: 1px solid rgba(var(--b-sc-rgb), 0.25);
  border-radius: 6px;
  color: var(--b-sc);
}

.modal-onboarding-bc {
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  height: 100%;
  left: 0;
  justify-content: center;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-ob-wrapper-bc {
  background: var(--b);
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.modal-ob-hero {
  background: url(/static/media/hero-complete-profile-flow.jpg) no-repeat center /
    cover;
  aspect-ratio: 2 / 3;
  min-width: 360px;
}

.modal-ob-hero-v2 {
  aspect-ratio: 4 / 1;
  background: url(/static/media/hero-complete-profile-popup.jpeg) no-repeat
    center / cover;
  border-radius: 12px;
  width: 100%;
}

.modal-ob-container-bc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--b-sc);
  padding: 10px;
  min-width: 400px;
  max-width: 400px;
}

.u-i-edit-verify-account-page-bc > .modal-ob-container-bc {
  max-width: unset;
}

.modal-ob-header {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.modal-ob-header .logo-container {
  flex: unset;
  margin-inline-end: 0;
  pointer-events: none;
}

.modal-ob-header .logo {
  height: 50px;
}

.modal-ob-logout {
  transition: 200ms;

  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
}

.modal-ob-logout:hover,
.modal-ob-logout:active {
  background: rgba(var(--b-sc-rgb), 0.05);
}

.modal-ob-logout svg {
  fill: currentColor;
}

.modal-ob-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-ob-title {
  text-align: center;
}

.modal-ob-v2 .modal-ob-title {
  text-align: left;
  padding: 0 20px;
}

.modal-ob-title h3 {
  font-size: 15px;
  font-weight: 600;
  margin-block-end: 5px;
}

.modal-ob-title p {
  font-size: 12px;
}

.modal-ob-steps {
  background: rgba(var(--b-sc-rgb), 0.04);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  position: relative;
}

.modal-ob-step-item {
  transition: 0.2s;

  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px;
  position: relative;
  z-index: 2;
}

.modal-ob-step-item:hover {
  background: #282c30;
}

.modal-ob-step-item[disabled] {
  pointer-events: none;
}

.modal-ob-step-item .modal-ob-step-bullet {
  align-items: center;
  background: #33383e;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.modal-ob-step-item .modal-ob-step-bullet svg {
  fill: currentColor;
}

.modal-ob-step-item.modal-step-complete .modal-ob-step-bullet {
  background: var(--oc-1);
  color: var(--oc-1-sc);
  animation: bullet-pop 500ms ease;
}

@keyframes bullet-pop {
  0% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1.15);
    box-shadow: 0 0 0 0 rgba(var(--oc-1-rgb), 1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(var(--oc-1-rgb), 0);
  }
}

.modal-ob-step-item .modal-ob-step-details {
  flex-grow: 1;
}

.modal-ob-step-item .modal-ob-step-details h4 {
  font-size: 13px;
  font-weight: 700;
}

.modal-ob-step-item .modal-ob-step-details p {
  color: rgba(var(--b-sc-rgb), 0.4);
  font-size: 12px;
  font-weight: 600;
}

.modal-ob-step-item.modal-step-complete .modal-ob-step-details p {
  color: var(--oc-1);
}

.modal-ob-step-item .modal-ob-step-chevron {
  align-items: center;
  display: flex;
  font-size: 11px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.modal-ob-step-item[disabled] .modal-ob-step-chevron {
  opacity: 0.1;
}

.modal-ob-bar {
  background: rgba(var(--b-sc-rgb), 0.05);
  top: 25px;
  position: absolute;
  left: 33px;
  bottom: 25px;
  width: 4px;
}

.modal-ob-bar .modal-ob-progress {
  background: var(--oc-1);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-ob-disclaimer {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}

.modal-ob-v2 .modal-ob-disclaimer {
  text-align: left;
}

.modal-ob-disclaimer > p {
  padding: 0 20px;
}

.modal-ob-disclaimer span {
  color: var(--hero);
  cursor: pointer;
  font-weight: 600;
}

.modal-ob-disclaimer span:hover {
  text-decoration: underline;
}

.modal-ob-disclaimer > div {
  background: rgba(var(--b-sc-rgb), 0.05);
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
  text-align: left;
}

.u-i-edit-verify-account-page-bc ul {
  list-style: numeric;
  padding-inline-start: 20px;
}

.modal-circle-loading {
  animation: rotate 500ms linear infinite;

  border: 2px solid rgba(var(--b-sc-rgb), 0.15);
  border-top-color: var(--b-sc);
  border-radius: 50%;
  height: 22px;
  position: relative;
  width: 22px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.iframe-onboarding {
  border: none;
  height: calc(100vh - 40px);
  max-width: 600px;
  width: 100vw;
}

.modal-ob-close {
  align-items: center;
  color: rgba(var(--b-sc-rgb), 0.75);
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  z-index: 10;
}

.modal-ob-close:hover,
.modal-ob-close:active {
  color: var(--b-sc);
}
