@media screen and (max-width: 992px) {  /* version Movil */

    body {
        overscroll-behavior: none;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        display: none;
    }

    .menu-overlay.active {
        display: block;
    }

    .layout-sidebar-holder-bc {
        z-index: 1000;
        background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.6) 95%, rgba(0, 0, 0, 0.8));
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 100px;
        display: none;
        bottom: 65px !important;
        width: auto;
    }

    .layout-sidebar-holder-bc.collapsed {
        /*  left: -300px; /* Mantiene el menú oculto */
    }

    .layout-sidebar-holder-bc.open {
        left: 0;
    }

    .hdr-navigation-scrollable-content {
        align-items: center;
        gap: 1px !important;
    }

    #menu-toggle-button { 
        -webkit-tap-highlight-color: transparent;
    }

    .rc-zopim-chat-icon { /* Si el estilo está en el contenedor */
        -webkit-tap-highlight-color: transparent;
    }

    .layout-sidebar-holder-bc.collapsed {
        /* display: none; */
    }

    .layout-betslip-holder-bc:empty {
        /* display: none; */
    }

    .layout-bc {
        padding: 0;
    }

    #smart-panel-holder {
        background: transparent !important;
    }

    .hdr-navigation-scrollable-bc-holder {
        /* background-color: #EEE; */
        padding: 8px 10px; 
        overflow-x: auto; 
        white-space: nowrap; 
    }

    .hdr-navigation-scrollable-bc {
        display: flex; 
        align-items: center; 
        /* padding: 0px !important; */
        padding: 10px !important;

    }

    .hdr-navigation-scrollable-content {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center; 
    }

    .hdr-navigation-link-bc {
        background-color: #1a2330 !important;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 8px 15px; 
        border-radius: 5px;
        margin-right: 5px; 
        display: inline-block;
        text-align: center; 
        text-transform: uppercase; 
    }

    .hdr-navigation-link-bc:last-child {
        margin-right: 0; 
    }

    #div-login-movil {
        will-change: transform; 
    }

    #menu_pie {
        width: 100%;
        margin-top: 5px;
    }


    #menu_inferior {
        width: 100%;
    }
    #div-login-movil {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        /* background: #101419 !important; */
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0.5rem !important;
        justify-content: space-around;
    }

    #div-login-movil a,
    #div-login-movil p,
    #div-login-movil svg {
        color: #EEE;
        text-decoration: none;
    }

    #div-login-movil .rc-zopim-button center table {
        width: 100%;
    }

    #div-login-movil .rc-zopim-button center table tbody tr {
        display: flex;
        align-items: center;
        justify-content: space-around; /* Distribuye el espacio entre las celdas */
        width: 100%;
    }

    #div-login-movil .rc-zopim-button center table tbody tr td {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #div-login-movil .nav-icon {
        /* fill: #EEE !important; */
        width: 26px;
        height: 26px;
        margin-bottom: 5px;
    }

    #div-login-movil p {
        margin-top: 0;
        font-size: 0.7em;
        white-space: nowrap;
    }

    /* Ajuste específico para el primer ícono */
    #pie_inicio .rc-zopim-chat-icon {
        margin-left: 0 !important; /* Elimina el margen izquierdo que podría estar causando el desplazamiento */
    }

    /* Ajuste general de espaciado para mejor presentación */
    #div-login-movil .rc-zopim-chat-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    /* POPUPS */
    .popup-holder-bc {
        min-width: 100%;
    }

    .entrance-popup-bc {
        min-width: 100%;
    }

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



    .header-user-balance-container::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(var(--b-sc-rgb),.1);
        border-radius: 4px;
        z-index: -1;
    }

    .hdr-user-info-content-bc:not(.bonus-available) + .header-user-balance-container {
        top: 30px;
    }
    .header-user-balance-container {
        transform: unset !important;
        left: unset !important;
        right: -28px !important;
    }
    .header-user-balance-container {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: var(--b);
        border-radius: 4px;
        box-shadow: 0 1px 5px 2px rgba(0,0,0,.12);
    }

    .header-user-balance-container.active {
        display: block;
        z-index: 3;
    }

    .nav-menu-sub-user-balances::after {
        z-index: -1;
        background: var(--b);
    }


    .user-balance-item:first-child, .user-balance-item:nth-child(2) {
        color: var(--b-sc);
    }
    .user-balance-item {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
    }

    .balance-title {
        flex: auto;
        margin-inline-end: 50px;
    }

    .balance-value {
        flex-shrink: 0;
    }

    .user-balance-item:nth-child(2) {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(var(--b-sc-rgb),.1);
    }

    .user-balance-item:not(:first-child, :nth-child(2)) {
        color: rgba(var(--b-sc-rgb),.6);
    }

    .user-balance-item {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 20px;
    }

    .user-balance-info {
        position: relative;
        font-size: 10px;
        color: rgba(var(--b-sc-rgb),.5);
        line-height: 1.4;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid rgba(var(--b-sc-rgb),.1);
    }

    .header-user-balance-container .user-balance-list .user-balance-item {
        padding: 3px 30px 3px 30px;
    }

    /* Remove border for the last item if needed */
    .header-user-balance-container .user-balance-list .user-balance-item:last-child {
        border-bottom: none;
    }

    /* You might need to target specific items if separators are not between all */
    .header-user-balance-container .user-balance-list .user-balance-item:nth-child(2) {
        border-bottom: 1px solid #555; /* Separator after Saldo Congelado */
    }

    .header-user-balance-container .user-balance-info {
        padding: 10px 15px; /* Adjust padding for the info line */
        border-top: 1px solid #555; /* Separator above Description */
    }

    .header-user-balance-container .balance-value {
        font-size: 12px;
        font-weight: bold;
    }

    .user-balance-list{
        padding: 8px;  
    }

    .popup-inner-bc {
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }
    .popup-holder-bc.full-screen .popup-inner-bc > .e-p-close-icon-bc {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999;
    }


    .payment-info-bc {
        padding: 10px 0px 0px 0px !important;
        margin: 0px;
        background: transparent !important;
    }

    #contenedor-pie .footer-bc .ftr-nav-template .ellipsis {
        overflow: hidden;
        white-space: initial;
        text-overflow: ellipsis;
    }

    .sdr-item-holder-bc {
        padding: 0 7px;
    }
    .sdr-item-holder-bc {
        position: relative;
        height: 100%;
    }

    .sdr-item-bc:only-child {
        border-radius: 4px;
    }

    .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: 0%;
    }

    .page-view-more > .icon {
        margin-left: 0px;
    }

    .carousel-dots {
        display: flex !important;
    }

    .is-home-page .hm-row-bc:nth-child(1) .carousel-dots {
        left: 50% !important;
    }


    /* Contenedor principal del carrusel */
    .carousel {
        position: relative;
        width: 100%; /* O un ancho fijo, ej. 800px */
        max-width: 1200px; /* Ancho máximo */
        margin: 20px auto; /* Centrar el carrusel */
        overflow: hidden; /* Oculta los slides que están fuera del viewport */
        border-radius: 8px; /* Bordes redondeados */
        box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Sombra sutil */
    }

    /* Indicador de contador (ej. "1 / 6") */
    .carousel-count {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0,0,0,0.6);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 0.9em;
        z-index: 10; /* Asegura que esté por encima de las imágenes */
    }

    /* El área visible donde se muestran las imágenes */
    .carousel-viewport {
        width: 100%;
        overflow: hidden; /* Esto es clave para que solo se vea un slide a la vez */
    }

    /* El contenedor de todos los slides que se va a mover */
    .carousel-container {
        display: flex; /* Para que los slides se coloquen uno al lado del otro */
        transition: transform 0.5s ease-in-out; /* Transición suave para el movimiento */
        /* El "transform" inicial lo manejará JavaScript */
    }

    /* Cada slide individual del carrusel */
    .carousel-slide {
        min-width: 100%; /* Cada slide ocupa el 100% del ancho del viewport */
        flex-shrink: 0; /* Evita que los slides se encojan */
        /* Los "width" y "left" en línea de tu HTML podrían ser redundantes
           si usas flexbox y min-width: 100% */
    }

    .carousel-slide img.sdr-image-bc {
        width: 100%;
        height: auto;
        display: block; /* Elimina espacio extra debajo de la imagen */
        border-radius: 8px; /* Si quieres que las imágenes también tengan bordes redondeados */
    }

    /* Contenedor de los puntos de navegación */
    .carousel-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); /* Centrar los puntos */
        display: flex;
        gap: 8px; /* Espacio entre los puntos */
        z-index: 10;
    }

    /* Estilo de cada punto individual */
    .carousel-dot-item {
        width: 10px;
        height: 10px;
        background-color: rgba(255,255,255,0.5); /* Puntos inactivos */
        border-radius: 50%; /* Hacerlos circulares */
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    /* Estilo del punto activo */
    .carousel-dot-item.active {
        background-color: #fff; /* Punto activo, más brillante */
    }


    .games-horiz-scroll {
        display: grid;
        grid-auto-flow: column; 
        grid-auto-columns: 120px; /* Ajusta este ancho según el tamaño de tus imágenes o diseño */

        overflow-x: auto; /* Habilita el scroll horizontal */
        -webkit-overflow-scrolling: touch; /* Mejora el rendimiento del scroll en iOS */
        gap: 15px;

        padding-bottom: 15px;

        /* Opcional: Si quieres ocultar la barra de desplazamiento */
        /*
        scrollbar-width: none;
        -ms-overflow-style: none;
        &::-webkit-scrollbar {
            display: none;
        }
        */
    }


    .sport-search-bc.active {
        max-width: 100% !important;
    }

    /* Estilo para toda la barra de desplazamiento */
    .games-horiz-scroll::-webkit-scrollbar {
        height: 10px; /* Define la altura de la barra horizontal */
        width: 10px; /* Define la anchura de la barra vertical */
    }

    /* Estilo para la pista (el fondo) de la barra de desplazamiento */
    .games-horiz-scroll::-webkit-scrollbar-track {
        background: #2a2a2a;
        border-radius: 10px;
    }

    /* Estilo para el pulgar de la barra de desplazamiento */
    .games-horiz-scroll::-webkit-scrollbar-thumb {
        background: #444; /* Color del pulgar */
        border-radius: 10px; /* Bordes redondeados */
        border: 2px solid #2a2a2a; /* Borde para separarlo de la pista */
    }

    /* Estilo al pasar el mouse por encima del pulgar */
    .games-horiz-scroll::-webkit-scrollbar-thumb:hover {
        background: #666; /* Un color un poco más claro al pasar el mouse */
    }

    /* reglas para carrusel doble */ 

    .games-horiz-double-row .scroll-btn-left,
    .games-horiz-double-row .scroll-btn-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5); 
        color: #fff; 
        border: none;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .games-horiz-double-row .scroll-btn-left {
        left: 0;
    }

    .games-horiz-double-row .scroll-btn-right {
        right: 0;
    }

    .games-horiz-double-row .games-carousel-container {
        /* background-color: #2c2d30; */
        /* padding: 10px; */
        border-radius: 8px;
        position: relative; 
    }

    /* Contenedor de scroll que contiene las dos filas. */
    .games-horiz-double-row .games-horiz-scroll {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        /*
        mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 5%,
            black 95%,
            transparent 100%
            );
        -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 5%,
            black 95%,
            transparent 100%
            );
        */
    }

    /* Las filas individuales del carrusel. */
    .games-horiz-double-row .carousel-row {
        display: flex;
        gap: 24px;
        width: max-content;
        height: auto;
    }

    /* Los elementos individuales de los juegos. */
    .games-horiz-double-row .casino-game-item-content {
        flex-shrink: 0;
    }


    .games-horiz-double-row .casino-game-item-content {
        width: 170px;
    }


    .games-horiz-double-row #div-games-scroll{
        grid-template-rows: auto; 
    }

    /* carrusel ancho */

    .carrusel-ancho .casino-game-item-image-wrapper {
        width: 100%;
        overflow: hidden;
        min-width: 189px !important;
        height: 140px;
    }

    .carrusel-ancho .casino-game-item-image-bc {
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

    .carrusel-ancho .casino-game-item-content,
    .casino-game-item {
        min-width: 200px !important; 

    }

    .carrusel-ancho .casino-game-item-image-bc {
        aspect-ratio: 5/4 !important;
        height: 140px !important;
    }

    .carrusel-ancho .casino-game-item {
        min-width: 190px !important;
    }

    .carrusel-ancho .letra-titulo.ellipsis{
        margin-top: -14px;
        font-size: 10px;
    }



    /* Carrsusel alto */ 

    .carrusel-alto .games-carousel-container {
        position: relative;
    }

    .carrusel-alto .scroll-btn-new {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.7);
        border: none;
        cursor: pointer;
        padding: 10px;
        border-radius: 50%; 
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    }

    .carrusel-alto .scroll-btn-new:hover {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    }

    .carrusel-alto .scroll-btn-new svg {
        width: 24px;
        height: 24px;
        color: #FFF;
    }

    .carrusel-alto .scroll-btn-left {
        left: 10px;
        background: #000;
    }

    .carrusel-alto .scroll-btn-right {
        right: 10px;
        background: #000;
    }


    .carrusel-alto .games-horiz-scroll{
        /*  width: 98%; */
        width: 100%;
    }

    .carrusel-alto .games-carousel-container {
        border-radius: 8px;
    }

    .letra-titulo-alto{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 130px;
    }

    /* carrusel normal */

    .carrusel-normal .letra-titulo{
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        width: 130px !important;
        font-size:10px;
    }

    .carrusel-normal .casino-game-item-image-bc {
        aspect-ratio: 4/4;

    }

    .carrusel-normal .casino-game-item-image-wrapper {
        margin-bottom: 0px;
    }
    .carrusel-normal .games-horiz-scroll .casino-game-item {
        min-width: 140px !important;
    }


    .white-space{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 110px;
    }

    .scroll-arrow{
        display:none !important;
    }

    .modal-nav.prev {
        left: -40px;
        border-radius: 3px 0 0 3px;
    }

    .modal-nav.next {
        right: -40px;
        border-radius: 3px 0 0 3px;
    }

    .close-btn {
        position: relative;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
        float: right;
    }

    .container-banner-video {
        display: grid !important;
    }

    .main-content-area {
        padding: 5px !important;
    }

    .content-section {
        display: unset !important;
    }

    .game-card {
        padding: 0px !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .game-card-row {
        gap: 10px !important;
        flex-direction: row !important;
    }

    .game-info {
        display: none !important;
    }

    .game-card:hover {
        background-color: transparent !important;
    }

    .overlay {
        max-width: 100% !important;
        padding: 14px;
    }

    .game-card img {
        width: 65%;
        height: 65%;
    }

    .video-section video {
        height: 170px !important;
        object-fit: unset !important;
    }

    .games-horiz-top-10 .games-horiz-scroll .casino-game-item-content:before {
        line-height: 130px !important;
        font-size: 95px !important;
        font-weight: 700 !important;
    }

    .games-horiz-scroll {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }

    .games-horiz-scroll::-webkit-scrollbar {
        display: none;
    }

    /* Carrusel TOP */

    .carrusel-top .casino-game-item-image-wrapper {
        max-width: 95px;
    }

    #div_carrusel_top .casino-game-item-content {
        min-width: 130px !important;
        margin-top: 1px;
    }

    /*carrusel Alto */

    .carrusel-alto .casino-game-item-image-wrapper {
        max-width: 115px !important;
    }

    .carrusel-alto .casino-game-item-content {
        width: 115px !important;
    }

    .carrusel-alto .letra-titulo.ellipsis {
        text-align: justify;
        margin-top: -12px;
        font-size: 10px;
        color: #ffffff;
        width: 65%;
    }

    /* Carrusel doble */

    .carrusel-doble .letra-titulo.ellipsis {
        text-align: justify;
        margin-top: -12px;
        font-size: 10px;
        color: #ffffff;
        width: 65%;
    }

    .carrusel-doble .casino-game-item-image-wrapper {
        max-width: 120px !important;
    }

    .carrusel-doble .casino-game-item-content {
        width: 100px !important;
    }

    .carrusel-doble .casino-game-item-image-bc {
        aspect-ratio: 4/4 !important;
    }
    /* carrusel ancho */ 



    /* carrusel doble1 */

    .carrusel-doble1 .letra-titulo.ellipsis {
        text-align: justify;
        margin-top: -15px;
        font-size: 10px;
        color: #ffffff;
        width: 65%;
    }

    .carrusel-doble1 .casino-game-item-image-wrapper {
        max-width: 100px !important;
    }

    .carrusel-doble1 .casino-game-item-content {
        width: 100px !important;

    }

    .carrusel-doble1 .casino-game-item-image-bc {
        aspect-ratio: 4/4;
    }

    .games-carousel-double-one {
        position: relative;
    }

    .games-carousel-double-one .games-carousel-container {
        padding: 0px 10px;
        border-radius: 10px;
        position: relative;
    }

    .games-carousel-double-one .games-horiz-scroll {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
    }
    .games-carousel-double-one .large-item-container {
        flex-shrink: 0;
    }

    .games-carousel-double-one .casino-game-item-content-large {
        width: 250px;
        height: calc(136px * 2 + 10px);
    }

    .games-carousel-double-one .small-items-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-shrink: 0;
    }

    .games-carousel-double-one .carousel-row {
        display: flex;
        gap: 10px;
        width: 0;
        height: 120px;
    }

    .games-carousel-double-one .casino-game-item-content {
        flex-shrink: 0;
        width: 120px;
        height: 136px;
    }

    .games-carousel-double-one .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .games-carousel-double-one .scroll-btn-left {
        left: 0;
    }

    .games-carousel-double-one .scroll-btn-right {
        right: 0;
    }

    .games-carousel-double-one.firstBigItem{
        min-width: 110px !important;
    }

    .games-carousel-double-one .firstBigItem-img{
        aspect-ratio: 2.2/4 !important;
        height: 265px !important;
    }

    .games-carousel-double-one .wraper-doble1{
        margin-left: 30px;
    }

    .games-carousel-double-one .games-horiz-scroll .casino-game-item {
        min-width: 123px !important;
    }


    .games-carousel-double-one .casino-game-item-image-wrapper{
        max-width: 250px;
    }

    .games-carousel-double-one .firstBigItem-item-game{
        width: 190px;
    }

    .games-carousel-double-one .firstBigItem-img{
        height: 220px !important;
        position: absolute;
    }

    .games-carousel-double-one .white-space {
        text-align: justify;
        margin-top: 105px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70%;
        font-size: 10px;
    }

    /* carrusel normal */



    /* banner promo */

    .banner-promo .casino-game-item-image-wrapper {
        max-width: 100% !important; 
    }

    .banner-promo .casino-game-item-content.promo-item {
        /*  min-width: 130px; */
    }

    .horizontal-sl-wheel {
        overflow-x: scroll; 
        scrollbar-width: none; 
    }

    .horizontal-sl-wheel::-webkit-scrollbar {
        display: none !important;
    }

    .div-buscar-juegos{
        margin-top: -24px !important;
        margin-bottom: -10px;
    }


    .games-horiz .games-horiz-scroll {
        padding: 0 0px !important;
    }

    .casino-category-select .casino-category-types {
        display: grid;
        grid-gap: 0px; 
    }

    .casino-category-select .casino-game-item-image-bc {
        aspect-ratio: 4/4;
    }

    .casino-category-select .casino-game-item {
        min-width: 120px !important;
    }

    .banner-promo .casino-game-item-content.promo-item {
        min-width: 150px  !important;
    }

    .switch-iphone {
        margin-top: 5px !important;
        margin-bottom: 5px;
        width: 40px;
        height: 20px;
        display:none;
    }

    .slider-iphone::before {
        height: 15px;
        width: 15px;
        bottom: 3px;
    }

    .titulo-tema{
        margin-left: 50px;
        font-size: 16px;
    }

    .layout-footer-holder-bc {
        margin-top: 0px;
    }

    .layout-footer-holder-bc {
        /* background: transparent; */
    }

    .footer-bc {
        /*  background: transparent; */
    }

    body.dark-theme {
        --background-color: #000;
    }

    .ftr-copy-rights-bc{
        margin-bottom: 50px !important;
    }

    .juegos-resultados-container .casino-game-item {
        min-width: 115px !important;
    }    

    .hdr-navigation-scrollable-bc {
        -ms-overflow-style: none; 
        scrollbar-width: none; 
    }

    .hdr-navigation-scrollable-bc::-webkit-scrollbar {
        display: none;
    }

    .hdr-navigation-scrollable-bc-holder{
        scrollbar-width: none;
    }

    #div-login-movil {
        background: #FFF;
    }

    .dark-theme #div-login-movil {
        background: #101419 !important;
    }

    #div-login-movil a{
        color: #292828;
    }

    .dark-theme #div-login-movil a{
        color: #EEE !important; 
    }

    #div-login-movil .nav-icon {
        fill: #292828;
    }

    .dark-theme #div-login-movil .nav-icon {
        fill: #EEE !important;
    }

    .horizontal-sl-wheel {
        -ms-overflow-style: none !important; 
        scrollbar-width: none !important; 
    }

    .horizontal-sl-wheel::-webkit-scrollbar {
        display: none !important;
    }

    .horizontal-sl-wheel{
        scrollbar-width: none !important;
    }

    .rc-zopim-chat-icon.marcado .nav-icon {
        fill: #EEE !important;
    }

    .rc-zopim-chat-icon.marcado a {
        color: #EEE !important;
    }

    .hdr-user-info-texts-bc.ext-1 {
        background: #269056;
        padding: 8px;
        border-radius: 5px;
        background: #5cb85c;
    }

    #modalCambiarMoneda {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        display: none; justify-content: center; align-items: center; z-index: 1050;
    }

/* ===========================
   ESTILO OSCURO PROFESIONAL (PERFIL USUARIO THEME)
   Paleta: #0F1720, #131C26, #1A2330, #00CA52, #4a90e2
   =========================== */

#modalCambiarMoneda .custom-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 32, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInDark 0.3s ease-in-out;
}

#modalCambiarMoneda .custom-modal-content-mobile {
    background: linear-gradient(145deg, #131C26 0%, #1A2330 100%);
    width: 92%;
    max-width: 420px;
    border-radius: 16px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    overflow: hidden;
    position: relative;
    animation: slideUpDark 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Animaciones */
@keyframes fadeInDark {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUpDark {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Header oscuro profesional */
#modalCambiarMoneda .modal-header-custom {
    padding: 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(135deg, #0F1720 0%, #1A2330 100%);
    position: relative;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-action-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    color: #E5E7EB;
    padding-right: 170px;
    position: absolute;
    transition: all 0.3s ease;
}

.header-action-left:hover {
    color: #00CA52;
    transform: scale(1.05);
}

.header-action-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    cursor: pointer;
    font-size: 20px;
    color: #E5E7EB;
    padding-left: 170px;
    z-index: 999;
    position: absolute;
    transition: all 0.3s ease;
}

.header-action-right:hover {
    color: #4a90e2;
    transform: scale(1.05);
}

/* Círculos decorativos oscuros */
.icon-circle-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.icon-circle-support {
    background: rgba(0, 202, 82, 0.15);
    border-color: rgba(0, 202, 82, 0.3);
}

.icon-circle-messages {
    background: rgba(74, 144, 226, 0.15);
    border-color: rgba(74, 144, 226, 0.3);
}

.icon-circle-wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

#modalCambiarMoneda .header-user-info-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 0;
    padding: 5px 0;
}

#modalCambiarMoneda .close-modal-custom {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 1.6em;
    font-weight: bold;
    color: rgba(229, 231, 235, 0.7);
    cursor: pointer;
    line-height: 1;
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

#modalCambiarMoneda .close-modal-custom:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    transform: rotate(90deg);
}

.header-action-left .action-label,
.header-action-right .action-label {
    margin-top: 3px;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.header-icon-support {
    color: #00CA52;
    font-size: 1.4em;
}

.header-icon-messages {
    color: #4a90e2;
    font-size: 1.4em;
}

#modalCambiarMoneda .header-icon-avatar {
    font-size: 2.5em;
    color: #E5E7EB;
    margin-bottom: 5px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

#modalCambiarMoneda .modal-title-custom {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: #E5E7EB;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

/* Body del modal */
#modalCambiarMoneda .modal-body-custom {
    padding: 20px 15px;
    background: #131C26;
}

/* Formulario */
.g-pa-10 .form-group .form-control {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
    background: #1A2330;
    color: #E5E7EB;
}

.g-pa-10 .form-group .form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    outline: none;
    background: #0F1720;
}

.g-pa-10 .form-group label {
    color: #E5E7EB;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Card de wallet estilo lista */
.g-pa-10 .wallet-card-final-mobile {
    background: #1A2330;
    border-radius: 12px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin-top: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g-pa-10 .wallet-card-final-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

/* Balance total - Header style */
.wallet-card-final-mobile .wallet-total-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    background: #131C26;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.wallet-card-final-mobile .label-total-final {
    font-size: 1em;
    color: #E5E7EB;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.wallet-card-final-mobile .label-total-final i {
    color: #4a90e2;
    font-size: 1.1em;
}

.wallet-card-final-mobile .amount-total-final {
    font-size: 24px;
    font-weight: 800;
    color: #E5E7EB;
    line-height: 1;
    text-shadow: none;
    letter-spacing: -0.5px;
}

/* Lista de detalles */
.wallet-card-final-mobile .wallet-details-horizontal {
    display: flex;
    flex-direction: column;
    background: #1A2330;
    padding: 0;
}

.wallet-card-final-mobile .detail-column {
    width: 100%;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    transition: none;
    background: transparent;
}

.wallet-card-final-mobile .detail-column:hover {
    background: transparent;
}

.wallet-card-final-mobile .detail-header {
    display: none;
}

/* Items de lista estilo dos columnas */
.wallet-card-final-mobile .detail-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease;
}

.wallet-card-final-mobile .detail-list-item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.wallet-card-final-mobile .detail-list-item:last-child {
    border-bottom: none;
}

.wallet-card-final-mobile .detail-label {
    font-size: 0.9em;
    font-weight: 500;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
}

.wallet-card-final-mobile .detail-amount {
    font-size: 1.1em;
    font-weight: 700;
    color: #E5E7EB;
    margin: 0;
}

/* Sección de bono expandida */
.wallet-card-final-mobile .bonus-section {
    background: #131C26;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wallet-card-final-mobile .bonus-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
}

.wallet-card-final-mobile .bonus-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1em;
    font-weight: 700;
    color: #E5E7EB;
}

.wallet-card-final-mobile .bonus-section-title i {
    color: #00CA52;
    font-size: 1.1em;
}

.wallet-card-final-mobile .bonus-section-amount {
    font-size: 1.2em;
    font-weight: 800;
    color: #00CA52;
}

/* Rollover con estilo de lista */
.wallet-card-final-mobile .wallet-rollover-details {
    width: 100%;
    max-width: 100%;
    font-size: 0.85em;
    color: #999;
    text-align: left;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    border: none;
}

.wallet-card-final-mobile .rollover-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-weight: 500;
}

.wallet-card-final-mobile .rollover-label {
    color: #999;
    font-weight: 500;
}

.wallet-card-final-mobile .amount-rollover {
    font-weight: 700;
    color: #4a90e2;
    font-size: 1em;
}

.wallet-card-final-mobile .progress-bar-container {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    overflow: hidden;
    margin: 0 16px 12px 16px;
    box-shadow: none;
}

.wallet-card-final-mobile .progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #4a90e2 0%, #00CA52 100%);
    border-radius: 0;
    transition: width 0.5s ease;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.3);
}

.wallet-card-final-mobile .rollover-required-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 0.95em;
    color: #999;
    font-weight: 500;
}

.wallet-card-final-mobile .rollover-required-amount i {
    margin-right: 6px;
    color: #4a90e2;
}

/* Botones mejorados */
.custom-modal-content-mobile .g-font-weight-600 {
    color: #E5E7EB;
    font-weight: 700;
}

/* Sección de código de bono */
.bonus-code-section {
    margin: 20px 0;
}

.bonus-input-group {
    display: flex;
    gap: 10px;
}

.bonus-input-group .form-control {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #1A2330;
    color: #E5E7EB;
}

.bonus-input-group .form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
    background: #0F1720;
}

.bonus-input-group .form-control::placeholder {
    color: #777;
}

.bonus-input-group .redeem-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #4a90e2 0%, #00CA52 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.bonus-input-group .redeem-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

/* Botón Mi Cuenta */
.my-account-section .my-account-btn {
    background: linear-gradient(135deg, #1A2330 0%, #0F1720 100%);
    color: #E5E7EB;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.my-account-section .my-account-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #4a90e2 0%, #00CA52 100%);
    border-color: transparent;
}

.my-account-section .icon-mi-cuenta {
    margin-right: 8px;
    font-size: 1.1em;
}

/* Acciones de rollover */
.action-icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    justify-content: center;
}

.action-icon {
    font-size: 1.2em;
    cursor: pointer;
    transition: transform 0.2s ease;
    filter: grayscale(0.3);
}

.action-icon:hover {
    transform: scale(1.2);
    filter: grayscale(0);
}

    .btn-cancel-bono-mobile{
        position: absolute;
        right: 18px;
        margin-top: -13px;
        font-size: 17px;
    }

    .main-view-tab span {
        display: none;
    }

    .main-view-tab {
        padding: 10px 15px !important;
        min-width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-view-tab i {
        font-size: 1.2rem;
        margin: 0 !important; 
    }

    #div-top-events {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #menu-deportes {
        margin-top: -8px !important;
    }

    #SportsBookRouterstyled {
        width: 100% !important;
    }

    #central-navigation-tabs {
        width: 100%;
    }

    .bjUFIx {
        display: inline flex;
        column-gap: 8px;
    }

    .Scrollerstyled__ScrollerWrapper-sc-l8p5g-2.jjiGAh{
        width: 400px;
    }
    .Scrollerstyled__MotionSlidesContainer-sc-l8p5g-7.eBbpJG{
        display: flex; 
        gap: 10px; 
        overflow-x: auto; 
        padding: 3px 0;
    }

    #content-mejoradas {
        margin-bottom: -11px;
    }

    .hYeFGI .Scrollerstyled__ScrollerSlide-sc-l8p5g-2 {
        width: 405px;
    }

    .coMIJs {
        width: 405px;
    }

    .Scrollerstyled__MotionSlidesContainer-sc-l8p5g-7 {
        max-width: 100% !important;
    }

    .Scrollerstyled__ScrollerSlide-sc-l8p5g-3 {
        min-width: 375px !important;
    }

    #carrusel-expandible {
        margin-top: -7px;
    }

    .header-bc.has-mpt  {
        padding: 0px 0px 0px 10px !important;
        max-width: 100%;
    }

    .hdr-navigation-scrollable-bc-holder {
        padding: 8px 0px !important;
    }

    #header-inicial .header-bc{
        padding: 0px !important;
    }

    .div-buscar-juegos{
        padding: 8px !important;
    }

    .proveedores-scroll-wrapper {
        --b: #ffffff; /* Ajusta este color al fondo de tu sección (ej. #1a1a1a si es oscuro) */
        position: relative;
    }

    .proveedores-scroll-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px; 
        height: 100%;
        background: linear-gradient(270deg,#0f141a,transparent);
        pointer-events: none; 
        z-index: 2;
    }


    .layout-footer-holder-bc {
        background: #000 !important;;
    }

    .jEckxw {
        width: 100% !important;
    }


}