.hdr-logo-bc {
    max-width: 160px;
    padding: 4px 0;
}

/* ESTILOS PARA DESKTOP (pantallas >= 769px) */
@media (min-width: 769px) {
    .popup-holder-bc.full-screen .popup-middleware-bc {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .popup-holder-bc.full-screen .popup-inner-bc {

        max-height: 50vh;
        border-radius: 12px;
        overflow-y: auto;
        opacity: 0;
        transform: scale(0.9);
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .popup-holder-bc.full-screen.show .popup-inner-bc {
        opacity: 1;
        transform: scale(1);
    }
}

/* ESTILOS PARA MOBILE (pantallas <= 768px) */
@media (max-width: 768px) {
    .popup-holder-bc.full-screen {
        align-items: flex-end;
    }

    .popup-holder-bc.full-screen .popup-middleware-bc {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 100vh;
    }

    .popup-holder-bc.full-screen .popup-inner-bc {
        height: 71vh;
        max-height: 100vh;
        border-radius: 20px 20px 0 0;
        padding: 26px;
        width: 100%;
        margin: 0;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow-y: auto;
    }

    .popup-holder-bc.full-screen.show .popup-inner-bc {
        transform: translateY(0);
    }
}


.popup-holder-bc {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    background: rgba(0,0,0,.7);
}

[dir=ltr] .popup-holder-bc {
    left: 0;
}

[dir=rtl] .popup-holder-bc {
    right: 0;
}

.popup-holder-bc.hidden {
    display: none;
}

.popup-holder-bc.windowed {
    padding: 0 30px;
}

.popup-holder-bc.blocked {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.popup-holder-bc.blocked .popup-inner-bc {
    background: 0 0;
    position: relative;
}

.popup-holder-bc.blocked:not(.homework-popup) .status-popup-content-w-bc {
    padding-top: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: 0 0;
    display: flex;
    flex-direction: column;
}

.popup-holder-bc.pending svg path {
    fill: #fdbc0c;
}

.popup-holder-bc.pending .casino-popup-content {
    -webkit-user-select: text;
    user-select: text;
}

.checkbox-control-content-bc {
    display: flex;
    cursor: pointer;
    position: relative;
}

.checkbox-control-input-bc {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-control-input-bc:checked ~ .checkbox-control-icon-bc::before {
    transform: scale(1);
}
.checkbox-control-icon-bc::before {
    display: block;
    transform: scale(0);
    transition: transform .4s;
}
.bc-i-checked::before {
    content: "";
}

.checkbox-control-input-bc:checked ~ .checkbox-control-icon-bc {
    background: var(--hero);
}
.checkbox-control-icon-bc {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    background: rgba(var(--b-sc-rgb),.2);
    border-radius: 4px;
    color: var(--hero-sc);
    transition: background .4s;
}

.footer-bc .live-chat-adviser-bc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    margin-top: 15px;
    padding: 0 20px;
    color: var(--oc-1-sc);
    background: var(--oc-1);
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: .24s;
}
.live-chat-adviser-bc {
    text-decoration: none !important;
    gap: 6px;
}

.casino-info-content > li + li, .footer-bc .live-chat-adviser-bc {
    margin-top: 0 !important;
}
.footer-bc .live-chat-adviser-bc {
    color: #fff !important;
    background: #3f3f46 !important;
    font-weight: 700;
    text-transform: unset !important;
    padding: 0 15px 0 12px;
    width: auto !important;
}

.entrance-form-bc.popup.registration .entrance-form-content-bc {
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.entrance-form-bc.popup.registration .entrance-form-content-bc {
    width: 100%;
    flex: auto;
}

.reg-form-footer-bc {
    flex-shrink: 0;
    background: rgba(var(--b-sc-rgb),.05);
}

.reg-form-block-bc .entrance-form-actions-holder-bc.reg-ext-1 {
    flex-shrink: 0;
    padding-top: 14px;
    display: flex;
    justify-content: center;
}
.reg-form-block-bc .entrance-form-actions-holder-bc {
    margin-top: 0 !important;
}
.reg-form-block-bc .entrance-form-actions-holder-bc {
    padding: 0 7px 15px;
    padding-top: 0px;
}

.sdr-image-bc {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: max-height .24s linear;
}

.hdr-user-bc {
    display: flex;
    align-items: center;
}

.hdr-user-bc .user-nav-icon::after {
    content: none;
}
.user-nav-icon::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: radial-gradient(circle at -14% 113%,rgba(0,0,0,.65),transparent 120%);
}
.user-nav-icon::before {
    position: relative;
    z-index: 1;
}
.bc-i-wallet::before {
    content: "";
}
elemento {
}
.hdr-main-content-bc .bc-i-wallet {
    font-family: Inter,Arial,Helvetica,sans-serif !important;
    transition: .24s;
    height: 32px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    background-color: var(--oc-1) !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 8px 0 6px !important;
    width: auto !important;
    font-size: 12px;
}
.hdr-user-bc .user-nav-icon, .hdr-user-bc .user-nav-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdr-user-bc .bc-i-deposit, .hdr-user-bc .bc-i-wallet {
    background: #109121;
}
.m-nav-info-w-container-bc .m-nav-icon-bc.bc-i-wallet, .user-nav-icon.bc-i-wallet {
    background: #2bff92;
}
.m-nav-info-w-container-bc .m-nav-icon-bc, .user-nav-icon {
    background: unset !important;
    background-color: unset;
}
.user-nav-icon {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
}
.m-nav-info-w-container-bc .m-nav-icon-bc, .user-nav-icon {
    background: #6585a1;
}
[class*=" bc-i-"], [class^="bc-i-"] {
    font-family: betconstruct-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-balance-dropdown {
    position: relative;
}

.hdr-user-info-content-bc {
    margin: 0 10px;
}
.hdr-user-info-content-bc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
}

.hdr-user-info-texts-bc.ext-1 {
    color: var(--header-sc);
    font-size: 12px;
}
.hdr-user-info-texts-bc {
    max-width: 100%;
    font-weight: 500;
}

.user-not-verified {
    text-shadow: 0 0 12px #ff3449,0 0 20px #ff3449;
}
.hdr-user-avatar-icon-bc {
    color: rgba(var(--header-sc-rgb),1); 
    /* color: #101419; */
    font-size: 28px;
    cursor: pointer;
}


/*  estilos del panel usuarios son html reactivo */

.u-i-profile-page-bc {
    width: 100%;
    box-sizing: border-box; /* Asegura que el padding/borde se incluyan en el ancho si lo añades aquí */
}



.u-i-p-amount-holder-bc .carousel-slide {
    will-change: transform;
    width: 80%;
    transition: transform .24s;
}
.carousel-slide {
    flex-shrink: 0;
    position: relative;
}

.u-i-p-amounts-bc {
    flex-direction: column;
    width: 100%;
}
.u-i-p-amounts-bc {
    min-height: 120px;
    height: 100%;
    overflow: hidden;
}
.u-i-p-amounts-bc.withdrawable .u-i-p-a-content-bc {
    background: #109121;
}
.u-i-p-a-content-bc {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(var(--b-rgb),.5);
    overflow: hidden;
}

.total-balance-r-bc {
    margin-bottom: 2px;
}
.u-i-p-a-content-bc > * {
    position: relative;
    z-index: 1;
}
.total-balance-r-bc {
    display: flex;
}

.u-i-p-amount-holder-bc .carousel-slide:not(.active-slide) {
    transform: scale(.9);
}

.u-i-p-amounts-bc.bonuses .u-i-p-a-content-bc {
    background: #aa7f00;
}

.u-i-p-l-head-bc {
    align-items: center;
    height: 42px;
    padding-inline-start: 10px;
    padding-inline-end: 15px;
    background: rgba(var(--b-sc-rgb),.15);
    margin-top: 8px;
}
.u-i-p-l-head-bc {
    display: flex;
}
.u-i-p-l-h-title-bc {
    flex: auto;
    font-size: 15px;
    margin: 0 10px;
    color: rgba(var(--b-sc-rgb),.9);
}
.u-i-p-l-h-icon-bc {
    flex-shrink: 0;
    color: rgba(var(--b-sc-rgb),.5);
    font-size: 12px;
}
.user-logout-bc .btn {
    color: rgba(var(--b-sc-rgb),.7);
    background: rgba(var(--b-sc-rgb),.05);
}
.u-i-profile-page-bc {
    padding: 10px 7px;
}

.u-i-p-p-u-i-edit-button-bc {
    padding-inline-end: 15px;
}
.separator-line-bc, .u-i-p-p-u-i-edit-button-bc {
    margin-bottom: 15px;
}
.u-i-p-p-u-i-edit-button-bc {
    display: flex;
    align-items: center;
    padding-inline-start: 10px;
    color: rgba(var(--b-sc-rgb), .8);
}

.promoCodeWrapper-bc.profile-panel-promo-code {
    margin-top: 18px;
}

.user-logout-bc {
    margin-top: 20px;
}

.hdr-user-close {
    cursor: pointer;
}


/* DEPORTES */


#countryCode{
    width: 150px !important; 
}

.entrance-popup-bc.register, .entrance-popup-bc.sign-in, .popup-holder-bc.blocked .popup-inner-bc { /* altura del div de registro */
    height: 100%;
}

body.modal-open {
    overflow: hidden;
}

.btn-green {
    background: #269056;
    color: #EEE;
}

/* loading */

/* Estilos para el indicador de carga global */
.global-loading-indicator {
    position: fixed; /* Posicionamiento fijo para cubrir toda la ventana */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente oscuro */
    color: white;
    display: flex; /* Para centrar contenido */
    flex-direction: column; /* Para apilar spinner y texto */
    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    z-index: 9999; /* Asegura que esté por encima de todo lo demás */
    /* Inicialmente oculto */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease; /* Transición suave al mostrar/ocultar */
    pointer-events: none; /* Permite hacer clic en elementos detrás cuando está oculto */
}

.global-loading-indicator.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; /* Permite interactuar con el loading cuando es visible */
}

/* Estilos básicos para un spinner (igual que antes, personalízalo) */
.global-loading-indicator .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px; /* Un poco más grande para global */
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px; /* Más espacio */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



#page-loader {
    position: fixed; /* Posiciona el elemento de forma fija en la ventana */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101419; /* Fondo blanco semi-transparente */
    /* O puedes usar un fondo oscuro: background-color: rgba(0, 0, 0, 0.7); */
    display: flex; /* Usa flexbox para centrar el contenido */
    flex-direction: column; /* Apila el spinner y el texto verticalmente */
    justify-content: center; /* Centra verticalmente */
    align-items: center; /* Centra horizontalmente */
    z-index: 9999; /* Asegura que esté por encima de otros elementos */
    transition: opacity 0.5s ease; /* Añade una transición suave al ocultarse */
    pointer-events: all; /* Permite que bloquee interacciones mientras está visible */
}

/* Clase para ocultar el loader */
#page-loader.hidden {
    opacity: 0; /* Hace que se desvanezca */
    visibility: hidden; /* Lo oculta completamente después de desvanecerse */
    pointer-events: none; /* Impide que bloquee clics una vez oculto */
}

#page-loader #main-logo-loader {
    /* Define un tamaño para tu logo. Ajusta 'width' según necesites. */
    width: 120px; /* Ejemplo: tamaño inicial del logo */
    height: auto; /* Mantiene la proporción de la imagen */

    /* Aplica la animación de escala definida abajo */
    animation: scalePulse 2s infinite ease-in-out; /* NombreDeLaAnimacion Duracion Repeticion CurvaDeVelocidad */
}

@keyframes scalePulse {
    0% {
        transform: scale(1); /* Tamaño normal al inicio de la animación */
    }
    50% {
        transform: scale(0.85); /* Se hace ligeramente más pequeño a la mitad de la animación (ajusta 0.85 si quieres más/menos cambio) */
    }
    100% {
        transform: scale(1); /* Vuelve al tamaño normal al final del ciclo */
    }
}





.loading-text {
    color: #EEE; /* Color del texto de carga */
    font-family: sans-serif;
    font-size: 1.1em;
}


/* toogle favoritos */

/* Estilo ajustado para el panel del menú */
.smart-panel-menu {
    position: absolute; /* O fixed */
    top: 60px; /* AJUSTA */
    right: 10px; /* AJUSTA */
    width: 250px; /* Ancho del menú */
    background-color: #333; /* Fondo oscuro */
    color: #eee; /* Color del texto claro por defecto */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); /* Sombra */
    z-index: 1000;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Clase para ocultar el menú */
.smart-panel-menu.hidden {
    display: none;
}

/* --- Estilo para el encabezado del menú --- */
.smart-panel-menu .menu-header {
    padding: 7px 10px; /* Padding interior */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Separador */
    display: flex; /* ESENCIAL para que margin: auto funcione */
    align-items: center; /* Alinear verticalmente */
    /* Ya NO definimos color general aquí si queremos que la X tenga uno diferente */
    /* font-weight: bold; si solo aplicaba al texto, ahora no */
}

/* Estilo para los iconos dentro del encabezado (si los hay aparte de la X) */
/* .smart-panel-menu .menu-header i { ... } */

/* --- AÑADIDO: Ocultar el TEXTO del encabezado del menú --- */
.smart-panel-menu .menu-header span {
    display: none;
}

/* Estilo para el botón de cerrar (la 'X') en el encabezado del menú */
.smart-panel-menu .menu-header .bc-i-close-remove {
    margin-left: auto; /* Empuja la X a la derecha en el contenedor flex */
    color: #fff; /* Color de la 'X'. Asegura que sea visible sobre el fondo oscuro. */
    cursor: pointer; /* Indica que es clickeable */
    font-size: 1.0em; /* Ejemplo: tamaño de la X */
    /* Otros estilos para el icono de la X */
}


/* --- Estilo para la lista de items del menú --- */
.smart-panel-menu .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Estilo para cada item individual de la lista */
.smart-panel-menu .menu-list li {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: #eee; /* Color del texto de los items */
    font-family: sans-serif;
    font-size: 0.95em;
}

.smart-panel-menu .menu-list li:last-child {
    border-bottom: none;
}

/* Estilo al pasar el ratón por encima de un item */
.smart-panel-menu .menu-list li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Estilo para los iconos dentro de los items del menú */
.smart-panel-menu .menu-list li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #bbb; /* Color de los iconos de los items */
}


/* --- Reglas para controlar la visibilidad de los SVGs de los iconos del botón --- */
#smart-panel-holder svg.hidden {
    display: none;
}

#smart-panel-holder svg:not(.hidden) {
    display: block;
}

#smart-panel-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PAGOS */

.hdr-navigation-scrollable-bc {
    flex-shrink: 0;
    display: flex;
    width: 100%;
    height: var(--mobile-header-navigation-height);
    white-space: nowrap;
    background: var(--menu);
    z-index: 1;
}

.u-i-p-c-body-bc, .u-i-stake-history {
    width: 100%;
    flex-direction: column;
}
.back-nav-bc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    padding: 0 7px;
    position: relative;
    cursor: pointer;
}
.back-nav-icon-bc {
    color: rgba(var(--b-sc-rgb),.8);
    font-size: 20px;
}
.back-nav-title-bc {
    flex: auto;
    margin: 0 8px;
    color: var(--b-sc);
    text-transform: uppercase;
    font-size: 14px;
}

.hdr-navigation-scrollable-bc {
    flex-shrink: 0;
    display: flex;
    width: 100%;
    height: var(--mobile-header-navigation-height);
    white-space: nowrap;
    background: var(--menu); 
    /* background: #EEE; */
    z-index: 1;
}

.hdr-navigation-scrollable-content {
    flex: auto;
    display: flex;
    will-change: scroll-position;
    /* overflow-x: auto;
     overflow-y: hidden;
     scrollbar-width: none; */
    -webkit-overflow-scrolling: touch;
}

.hdr-navigation-scrollable-content {
    align-items: center;
    gap: 6px;
}

.hdr-main-content-bc {
    /* height: 100%; */
    padding-inline-start: 7px;
    padding-inline-end: 15px;
    background: var(--header); 
    /*  background: #EEE; */
    border-bottom: 1px solid rgba(var(--header-sc-rgb),.05);
}


#div-banner {
    margin-top: -12px !important;
}

.casino-game-item-image-wrapper {
    max-width: 150px;
}

.texto-blanco{
    color: #BBB; 
}

.text-resultado{
    color: #BBB;
    display: ruby;
    width: 100%;
    text-align: center;
    align-content: center;
    margin-left: 5px;
}


.games-horiz-scroll {
    /* Mantiene tus estilos de grid y desplazamiento horizontal */
    display: grid;
    grid-template-rows: auto;
    overflow-x: auto; /* Oculta el scroll vertical si no es necesario */
    white-space: nowrap; /* Evita que los elementos se envuelvan */

    /* Aumenta el padding superior para bajar la barra de desplazamiento y el contenido */
    padding-top: 20px; 

    /* Agrega un poco de padding inferior si lo deseas para un mejor espaciado */
    padding-bottom: 20px; 
}

.casino-game-item-image-wrapper {
    margin-bottom: 15px;
}


#games-horiz-scroll {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;

    mask-image: linear-gradient(
        to right,
        transparent 0%,  /* Borde izquierdo completamente transparente */
        black 5%,         /* Comienza a ser opaco */
        black 95%,        /* Termina de ser opaco */
        transparent 100%  /* Borde derecho completamente transparente */
        );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
        );
}

/*  botones para tema claro/oscuro */


/* Variables para los colores del tema */
:root {
    --background-color: #f0f0f0;
    --text-color: #333;
}

/* Estilos del tema oscuro */
body.dark-theme {
    /* --background-color: #121212; */
    --background-color: #0F141A !important;
    --text-color: #e0e0e0;
}

body {
   /* font-family: 'IBMPlexSans', sans-serif !important; */
    /* background-color: var(--background-color); */
    color: var(--text-color);
    transition: background-color 0.5s, color 0.5s;
}

/* * -------------------
 * Estilo de Switch iPhone
 * -------------------
 */

.switch-iphone {
    position: relative;
    /* display: inline-block; */
    display:none;
    width: 50px;
    height: 28px;
    margin-left: 10px;
}

/* Ocultar el checkbox nativo */
.switch-iphone input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* El slider (la pista del switch) */
.slider-iphone {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-iphone:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider-iphone {
    background-color: #ff3d00;
}

input:checked + .slider-iphone:before {
    -webkit-transform: translateX(22px); 
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}


.slider-iphone.round {
    border-radius: 28px;
}

.slider-iphone.round:before {
    border-radius: 50%;
}

.fondo-negro{
    background: #0F141A;
}

.fondo-claro{
    background: #EEE;
}

.\[\&_\.swiper-slide\]\:cas-pb .swiper-slide {
    padding-bottom: 8px;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}


.cas-text-sem-color-text-gray-emphasis {
    color: var(--kds-sem-color-text-gray-emphasis);
}
.cas-text-s {
    font-size: 1rem;
    line-height: 16px;
}
.cas-text-center {
    text-align: center;
}
.cas-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}
.cas-px-m {
    padding-left: 16px;
    padding-right: 16px;
}
.cas-bg-sem-color-bg-gray-soft-default {
    background-color: var(--kds-sem-color-bg-gray-soft-default);
}
.cas-border-sem-color-border-gray-strong {
    border-color: var(--kds-sem-color-border-gray-strong);
}
.cas-border-solid {
    border-style: solid;
}
.cas-border-def {
    border-width: 1px;
}
.cas-rounded-\[20px\] {
    border-radius: 20px;
}
.cas-justify-center {
    justify-content: center;
}
.cas-items-center {
    align-items: center;
}
.cas-flex {
    display: flex;
}
.cas-relative {
    position: relative;
}
.cas-whitespace-nowrap {
    white-space: nowrap;
}


.promo-modal {
    display: none;
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.promo-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
    position: relative;
    animation-name: zoom;
    animation-duration: 0.6s;
    /* background: #33373B; */
    border-radius: 8px;
}

#modal-image {
    width: 100%;
    height: auto;
}

.modal-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
    border: none;
}

.modal-carousel{
    top: -39px;
    position: relative;
}


.banner-promo .casino-game-item-image-wrapper{
    height: 170px !important;
}


/* barra de progreso banner promo */


.promo-modal .progress-bar-container {
    position: absolute; /* Para que esté sobre la imagen */
    top: 25px;
    left: 50%;
    transform: translateX(-50%); /* Centrar la barra horizontalmente */
    width: 90%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3); /* Fondo de la barra semi-transparente */
    border-radius: 5px;
    z-index: 10; /* Asegurar que esté sobre la imagen */
}

.promo-modal .progress-bar {
    height: 100%;
    width: 0;
    background-color: #ffffff; /* Color de la barra de progreso */
    border-radius: 5px;
    /* La animación se define con JavaScript */
    animation-name: fillProgress;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes fillProgress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* tarjeta icino carrusel promo */

/* Contenedor de cada tarjeta del carrusel */
.banner-promo .casino-game-item-content.promo-item {
    width: auto;
    min-width: 150px; /* Tamaño mínimo de cada tarjeta */
    margin-right: 15px; /* Espacio entre cada tarjeta */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

/* Estilos de la tarjeta en sí (el div con borde redondeado y fondo) */
.banner-promo .casino-game-item {
    position: relative;
    background-color: #2c2c34; /* Fondo gris oscuro */
    border-radius: 8px; /* Bordes redondeados */
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Contenedor de la imagen para asegurar el tamaño */
.banner-promo .casino-game-item-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

/* Estilos de la imagen dentro de la tarjeta */
.banner-promo .casino-game-item-image-bc {
    width: auto;
    max-height: 250px; /* Altura máxima de la imagen */
    display: block;
}

/* Título de la tarjeta, en la parte inferior */
.banner-promo .letra-titulo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 5px;
    background-color: rgba(44, 44, 52, 0.8); /* Fondo semi-transparente para que el título resalte */
    text-align: center;
    font-size: 14px;
    color: #fff; /* Título en blanco */
    font-weight: bold;
    box-sizing: border-box;
}

/* Estilos para el icono del carrusel */
.banner-promo .casino-game-icon-bc {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Borde circular */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; /* Asegura que el icono esté por encima de la imagen */
    padding: 2px; /* Espacio para el borde */
    box-sizing: border-box;
}

/* Imagen del icono */
.banner-promo .casino-game-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%; /* También para la imagen del icono */
    object-fit: cover;
}


.banner-promo .casino-game-item-image-wrapper {
    /*  max-width: 250px !important; */
}

/*
.btn-category:hover{
    background: rgb(255, 61, 0) !important;
    cursor: pointer;
    transition: .24s;
}
*/

.active-vendor, .btn-category.active-category{
    background: #00ca52 !important;
}

/* Banner con video */

.container-banner-video {
    display: flex;
    width: 100%;
    height: 100%;
    /* padding: 15px; */
}

/* Sección del video */
.main-content-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: transparent;
}

.main-content-area h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    align-self: flex-start; 
    padding-left: 10px; 
}

.container-banner-video {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 500px;
    border-radius: 10px; 
    overflow: hidden; 
    background: #33373b;
}

.video-section {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sección del contenido de la derecha */
.content-section {
    flex: 1;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    padding-left: 20px; 
}

.overlay {
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    max-width: 90%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; 
}



.game-card-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%; 
    align-items: flex-start; 
}

.game-card {
    display: flex;
    align-items: center;
    background-color: #222;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.game-card:hover {
    background-color: #333;
}

.game-card img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.game-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.game-info h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

.game-info p {
    margin: 5px 0 0;
    font-size: 0.8em;
    color: #aaa;
}


.marcado{
    background: #e54b25;
    border-radius: 8px;
    padding: 3px 0px 3px 0px;
}

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

.casino-game-item-image-bc {
    border-radius: 10px !important;
}

.casino-game-item-image-wrapper {
    border-radius: 10px !important;
}


/* Estilos por defecto (Tema oscuro) */
.juegos-search-widget {
    background-color: #2c2c2c;
    border: 1px solid #555;
}

.juegos-search-widget .fa-search {
    color: #f0f0f0; /* Color del icono para tema oscuro */
}

.juegos-search-input {
    /*  background-color: #444; */
    color: #f0f0f0;
}

/* El pseudo-elemento ::placeholder debe ser lo suficientemente específico */
.juegos-search-input::placeholder {
    color: #ccc; /* Color del placeholder para tema oscuro */
}


.juegos-search-widget {
    background-color: #2f4553;
    border: 1px solid #ccc;
}

.juegos-search-widget.light-mode-widget .fa-search {
    color: #333; /* Color del icono para tema claro */
}

.juegos-search-widget.light-mode-widget .juegos-search-input {
    /* background-color: #fff; */
    color: #333;
}

.juegos-search-widget.light-mode-widget .juegos-search-input::placeholder {
    color: #999;
}


#contenedor-slots .view-title-more.ellipsis{
    color: #292828;
}

.form-control-select-bc > option{
    color: #4d4a4a;
    background: transparent;
}

#smart-panel-notification-button-id{
    font-size: 18px;
    margin-right: 0px;
}

.select-menu-lang{
    border: 0px !important;
}

.table-registro{
    color: #393737;   
    width: 90%; 
    font-size: 14px;
}

.titulos-swal{
    font-size: 20px;
}


.hdr-navigation-link-bc {
    /* ... (tus estilos actuales) ... */
    color: #fff; /* Ejemplo: Blanco por defecto */
    transition: color 0.2s, border-bottom 0.2s; /* Para una transición suave */
    border-bottom: 2px solid transparent; /* Borde invisible por defecto */
}

.hdr-navigation-link-bc.active-nav-link {
    color: #5cb85c !important;
    border-bottom: 2px solid #5cb85c;
}

.lazy-image {
    /* El filtro CSS hace la magia de "pixeleado" o borroso */
    filter: blur(10px); 
    transition: filter 0.5s ease-out; /* Transición suave al cargar */
    min-height: 100px; /* Evita que el contenedor colapse mientras carga */
}

/* Cuando la imagen final carga (gracias al evento onload en el HTML), 
   la clase 'loaded' quita el filtro */
.lazy-image.loaded {
    filter: blur(0);
}

.currency-options {
    max-height: 200px; 
    overflow-y: auto;  
    overflow-x: hidden; 
}

/* Asegúrate de incluir la librería Animate.css si no la tienes */
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/> */

.custom-freespin-modal {
    border-radius: 15px !important;
    border: 3px solid #FFD700 !important; /* Borde dorado */
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.5) !important; /* Brillo dorado */
}

.custom-freespin-title {
    color: #FFD700 !important; /* Título dorado */
    text-shadow: 1px 1px 2px #000;
}

/* Estilo para Jugar Ahora (Botón principal, verde/dorado) */
.swal-btn-play {
    background-color: #4CAF50 !important;
    color: white !important;
    border: 2px solid #388E3C !important;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.swal-btn-play:hover {
    background-color: #388E3C !important;
    transform: scale(1.05);
}

/* Estilo para Ver mis Bonos (Botón secundario) */
.swal-btn-view {
    background-color: #333 !important;
    color: #AAA !important;
    border: 1px solid #555 !important;
}

/* Estilo para Más Tarde (Botón de cancelar) */
.swal-btn-later {
    background-color: transparent !important;
    color: #999 !important;
    border: none !important;
}

.nav-menu-item.active-nav-link {
    background-color: #00ca52 !important;
    color: #EEE !important;
    border-radius: 4px;                  /* Bordes redondeados */
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Opcional: un efecto de hover para que se sienta interactivo */
.nav-menu-item:hover {
    color: #00e701;
}

.nav-menu-item span {
    font-family: 'IBMPlexSans', sans-serif;
    font-weight: 500; 
    letter-spacing: 0.3px;
}

.event-name, .ticket-header b {
    font-family: 'IBMPlexSans', sans-serif;
    font-weight: 700;
}

.odds-tag, .footer-block strong {
    font-family: 'IBMPlexSans', sans-serif;
    font-weight: 700;
}

.type-tag, .status-badge {
    font-family: 'IBMPlexSans', sans-serif;
    font-weight: 500;
    font-size: 11px;
}

