: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) .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: #0F1720;
    /* 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); */
    background: #0F1720;
    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: none !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;
}

/* Evitar dropdown del avatar (perfil directo) */
.nav-menu-other > li.user-menu-direct-profile > .nav-menu-sub {
    display: none !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;
}

.registration .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 .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);
    transform: scale(1.05);
}

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

.hm-regulatory-info-bc {
    align-items: center;
    background: var(--b);
    box-shadow: inset 0 0 0 1px rgba(var(--b-sc-rgb), 0.05),
        0 4px 8px 0 rgba(var(--b-rgb), 0.5);
    border-radius: 6px;
    color: var(--b-sc);
    display: flex;
    gap: 10px;
    padding: 10px;
}

.hm-regulatory-info-bc p {
    color: rgba(var(--b-sc-rgb), 0.65);
    font-size: 13px;
    margin-top: 2px;
}

.turnstile-captcha-wrapper.active {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1002;
}

.turnstile-captcha-wrapper.active div {
    position: absolute;
    bottom: 20px;
}

#we-bot-container {
    position: relative;
    z-index: 1000;
}

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

.authentication-qr-corners {
    background: #fff !important;
    border-radius: 4px !important;
}

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

.reg-form-content {
    padding-top: 10px;
}

.reg-steps-container {
    display: flex;
    justify-content: center;
    padding: 0 7px 10px 7px;
    gap: 7px;
}

.registration .steps-indicator {
    margin-bottom: 15px;
}

.reg-step-item {
    align-items: center;
    background: rgba(var(--b-sc-rgb), 0.05);
    border: 1px solid rgba(var(--b-sc-rgb), 0.15);
    border-radius: 24px;
    display: flex;
    color: rgba(var(--b-sc-rgb), 0.5);
    font-size: 11px;
    padding: 3px 10px;
    gap: 7px;
    text-transform: uppercase;
}

.reg-step-item.active {
    background: rgba(var(--hero-rgb), 0.15);
    border: 1px solid rgba(var(--hero-rgb), 0.35);
    color: var(--hero-sc);
}

.reg-step-number {
    align-items: center;
    background: rgba(var(--b-sc-rgb), 0.15);
    border-radius: 50%;
    display: flex;
    height: 18px;
    margin-left: -7px;
    text-align: center;
    justify-content: center;
    width: 18px;
    white-space: nowrap;
}

.reg-step-item.active .reg-step-number {
    background: var(--hero);
    color: var(--hero-sc);
}

.registration .step-indicator-active {
    background: var(--hero);
}

.sg-n-text-row-2-bc {
    text-align: center;
    font-size: 16px;
}

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

.iframe-widget-chat {
    border: none;
    position: fixed;
    z-index: 9999999;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
}

.form-control-bc.select.filled .form-control-select-bc {
    color: rgba(var(--b-sc-rgb), 0.6);
    background: rgba(var(--b-sc-rgb), 0.05);
}

.form-control-bc.select.filled .form-control-icon-bc.bc-i-small-arrow-down {
    opacity: 0.1;
}

.sp-sub-list-bc .sp-s-l-h-flag-bc {
    color: var(--b-sc) !important;
}

.sp-sub-list-bc.active > .sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    background: unset !important;
}

.left-menu-scroll > .sp-sub-list-bc.active > .sp-s-l-head-bc {
    background: rgba(var(--b-sc-rgb), 0.1) !important;
    box-shadow: unset !important;
}

.authentication-popup {
    position: relative;
    justify-content: center;
    background: var(--b);
    padding: 40px 15px 15px !important;
    border-radius: 4px;
}

/* Botón Mi cuenta más ancho */
.header-custom-buttons .deposit-btn {
    min-width: 120px;
    padding: 0 20px;
}
