:root {
    --bs-btn-active-color: var(--bs-teal);
}
.container h1 {
    border-bottom: solid 0.2px #f88220;
    padding-bottom: 10px !important;
}
.bg-casino-menu-carrousel {
    background-color: var(--bs-link-color);
}
#left-menu-stick{
    top: 75px;
}
#left-menu-stick a.active{
    background-color: var(--bs-orange);
    border-bottom: none;
}
#left-menu-stick li.active, .left-menu-mobile li.active{
    background-color: var(--bs-orange);
    border: none !important;
}
.left-menu-mobile li a.active{
    background-color: var(--bs-orange);
    border-radius: 5px;
    line-height: inherit;
    border-bottom: none;
}
#left-menu-stick .close-sidebar-txt{
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}
/*#left-menu-stick .nav-link:hover, .show-casino-menu-toggle:hover {
    background-color: var(--bs-gray);
}*/
#left-menu-stick .dropdown-item:hover, #left-menu-stick .dropdown-item:active{
    background-color: var(--bs-orange);
}
/*#casino-menu-home-carousel > .slick-list > div.slick-track{
    width: 675% !important;
}
.light-carousel-games > .slick-list > div.slick-track{
    width: 1000% !important;
}*/
.casino-menu-home-carousel-item:hover{
    background-color: var(--bs-orange);
}
.casino-menu-home-carousel-item a {
    text-decoration: none;
    cursor: pointer;
}
.casino-menu-home-carousel a.active {
    background-color: var(--bs-orange);
    cursor: pointer;
}
.dropdown-item.active{
    background-color: #dc3545;
    cursor: pointer;
}
.casino-menu-padding {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: solid 1.1px var(--bs-orange);
}
#casino-menu-home-carousel .casino-menu-home-carousel-item {
    border-right: 1.8px var(--bs-border-style) var(--bs-gray-600);
    text-transform: uppercase;
}
#casino-menu-home-carousel .casino-menu-home-carousel-item.last{
    border-right: none;
}
/*** start carousel-games ***/
.fc-cont-game:hover{
    color: var(--bs-orange); !important;
}
.fc-cont-game {
    color: var(--bs-primary);
}
.fc-cont-game.lc-prev{
    font-size: 1.3rem;
    left: 10px;
}
.fc-cont-game.lc-next{
    font-size: 1.3rem;
    right: 5px;
}
.light-carousel-games .slick-slide-item img {
    opacity: 95%;
}
.carousel-games-static-item figure.effect-oscar a{
    text-decoration: none;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.light-carousel-games .slick-slide-item:hover{
    filter: brightness(30%) opacity(0.9);
    transition: all 0.1s ease-in-out;  
}*/
/*** end carousel-games ***/

video{
    /*border-bottom: solid 0.8px var(--bs-orange);*/
}
.liveBox {
    width: 100%;
    background: var(--bs-body-color);
    border: solid 0.5px var(--bs-gray-700);
}
.liveBox > video {
    min-height: 0px;
    position: relative;
    border-radius: 5px;
}
.liveBox a:hover {
    background: var(--bs-secondary-bg-subtle);
}
.liveBox a {
    background: #228b22;
    color: #FFF;
}
.liveBox span.title {
    line-height: 21px;
    min-height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    
}
.liveBox .card {
    min-height: 100px;
}
.limitBox {
    margin: 10px auto;
    width: 95%;
    background: #009761;
    border-radius: 2px;
    color: #fff;
    font-family: "Open Sans";
    text-align: center;
    padding: 5px;
    font-size: 11px;

}
.light-carousel-games-wrap.fl-wrap:last-child{
    margin-bottom: 40px;
}
.live-img-container {
    width: 100%; /* Escala en base al ancho de la ventana */
    max-width: 100%; /* Límite máximo opcional */
    aspect-ratio: 16 / 9; /* Mantiene proporción */
    position: relative;
    font-family: 'Saira Condensed', sans-serif;
    margin-bottom: 5px;
}

.live-background {
    background-image: url('/images/casino/2-live-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    border-top-right-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
}

.live-dealer {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.live-dealer img {
    height: 100%;
    object-fit: contain;
    display: block;
}

.live-dealerName {
    position: absolute;
    top: 68%;
    right: 35%;
    transform: translateY(-50%);
    font-style: italic;
    font-weight: bold;
    padding-right: 8px;
    background: linear-gradient(to bottom, #fae6d6, #a87f5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#banner-area:after{
    content: "";
    background: -webkit-linear-gradient(left, var(--bs-orange) 0%, rgba(134, 29, 84, 1) 12%, var(--bs-orange) 50%, var(--bs-link-color) 100%);
    display: block;
    height: 0.3px;
    width: 100%;
}
.casino-bottom-text p {
    color: var(--bs-secondary-bg-subtle);
    text-align: justify;
}
.content-overflow {
    max-height: 1500px;
    overflow: auto;
}
.shiny {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.shiny:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
.card-game{
    background-color: var(--bs-primary-text-emphasis);
}
.main-title {
    margin: 17px auto;
    color: var(--bs-primary);
    border-bottom: solid 0.2px var(--bs-orange);
    padding-bottom: 10px !important;
}
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 768px) {
    .liveBox span.title {
        font-size: 0.82rem;
        min-height: 31px;
    }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 768px) and (orientation:landscape) {
    
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 576px) { 
    .liveBox {
        min-height: auto;
    }
    .liveBox span.title {
        font-size: 0.75rem;
        min-height: 42px;
    }
    .modal-game-card {
        max-width: none;
        width: auto;
    }
    .modal-game-card .modal-content{
        position: absolute;
        bottom: 0px;
        bottom: 75px;
    }
    .modal-game-description { 
        float: left;
        font-size: 13px;
    }
    .modal-game-description img { 
        float: left;
        margin: 5px 12px 5px 5px;
    }
    .text-xs-center {
        text-align: center !important;
    }
}


