/* _content/GambeeLobby/Components/GameBox.razor.rz.scp.css */
.game_box[b-3u01e4yqsw] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #8f8272;
    aspect-ratio: auto 550 / 320;
    cursor: pointer;
    overflow: hidden;
    position:relative;
}

    .game_box img[b-3u01e4yqsw] {
        width: 100%;
        transition: transform 0.5s ease;
    }

    .game_box:hover img[b-3u01e4yqsw] {
        transform: scale(1.1);
    }

    .roulette_img[b-3u01e4yqsw]{
        min-height:210px;
    }

.info_area[b-3u01e4yqsw] {
    height:100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px;
    position:absolute;
    bottom:0;
    z-index:3;
}

.text[b-3u01e4yqsw] {
    position: relative;
    width: 280px;
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
    font-size: clamp(1rem, 5vw, 1rem);
    z-index: 10;
}

.name[b-3u01e4yqsw] {
    color: red;
    font-size: clamp(12px, 1rem, 15.3px);
    backface-visibility: hidden;
    font-weight:bold;
}

.limit p[b-3u01e4yqsw] {
    white-space:nowrap;
}

.subtitle[b-3u01e4yqsw] {
    font-size: clamp(10px, 0.9rem, 13px);
}

.limit span[b-3u01e4yqsw] {
    font-weight: 500;
    font-size: clamp(0.5rem, 3.7vw, 1.2rem);
    
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .limit span[b-3u01e4yqsw] {
        font-size: clamp(0.5rem, 3.7vw, 0.9rem);
    }
}

@media (min-width: 768px) and (max-width: 967px) {
    .limit span[b-3u01e4yqsw] {
        font-size: clamp(0.5rem, 3.7vw, 0.9rem);
    }
}


.logo-left[b-3u01e4yqsw] {
    max-height: 125px;
}


@media (min-width: 575px) and (max-width: 836px) {
    .text[b-3u01e4yqsw] {
        padding-top: 15px;
    }

  
}

.logo_area[b-3u01e4yqsw] {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2;
}

.logo[b-3u01e4yqsw] {
    max-width: 40%;
    height: auto;
    filter: drop-shadow(10px 10px 10px #000);
}

.logo-left[b-3u01e4yqsw] {
    margin-left: 10px;
}

.logo-right[b-3u01e4yqsw] {
    margin-right: 10px;
}


.video-player[b-3u01e4yqsw] {
    z-index: 1;
}

/***** History *******/

.history__area[b-3u01e4yqsw] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap:2px;
    height: 35px;
    font-family: 'Times New Roman';
}

@media (min-width: 0px) and (max-width: 499px) {

    .history__area[b-3u01e4yqsw] {
        margin-top: 13px;
    }
}
/* _content/GambeeLobby/Components/HistoryBox.razor.rz.scp.css */
.center[b-j28158qo3z] {
    text-align: center;
    padding-top:4px;
}

.big[b-j28158qo3z] {
    width: 66px;
    height: 66px;
    top: 3px;
}

.small[b-j28158qo3z] {
    width: 33px;
    height: 30px;
    margin-left: 0px;
    border: 1px solid #8f8272;
}

.font[b-j28158qo3z] {
    color: white;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1048px) {

    .center[b-j28158qo3z] {
        padding-top: 0;
    }

    .small[b-j28158qo3z] {
        width: 26px;
        height: 24px;
    }

    .font[b-j28158qo3z]{
        font-size:19px;
    }
}




@media (min-width: 0px) and (max-width: 499px) {

    .center[b-j28158qo3z] {
        padding-top: 2px;
    }

    .small[b-j28158qo3z] {
        width: 26px;
        height: 23px;
    }

    .font[b-j28158qo3z] {
        font-size: 16px;
    }
}
/* _content/GambeeLobby/Layout/MainLayout.razor.rz.scp.css */
.page[b-p5kkjpjggt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p5kkjpjggt] {
    flex: 1;
}

.title_games[b-p5kkjpjggt] {
    height: 2.4rem;
    background-color: #8f8272;
    width: 98%;
    margin: 0 auto;

}

    .title_games p[b-p5kkjpjggt] {
        padding-top:6px;
        padding-left: 15px;
        font-size: 1.5em;
        color: white;
        font-weight: bold;
    }
/* _content/GambeeLobby/Layout/NavMenu.razor.rz.scp.css */
.header[b-l3fc7kqgq3] {
    height: 100px;
    width: 100%;
    height: 7.5rem;
}

.top-row[b-l3fc7kqgq3] {
    height: 7.5rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
}


.logo[b-l3fc7kqgq3]{
    width:280px;
    padding:30px;
}

.login-area[b-l3fc7kqgq3] {
    display: flex;
    justify-content: flex-end;
    width: 500px;
    height: 2rem;
    gap: 3px;
    padding-right: 20px;
}

.form-control[b-l3fc7kqgq3] {
    width: 30%;
    background-color: white;
    border: 1px solid #8f8272;
    border-radius: 0;
    color:black;
}

.form-control_mdl[b-l3fc7kqgq3] {
    width: 100%;
    margin-bottom: 20px;
}

.form-control:focus[b-l3fc7kqgq3] {
    box-shadow: none;
}

input[b-l3fc7kqgq3]::placeholder {
    color: #8f8272; /* Cambia il colore del placeholder */
    opacity: 0.8; /* Opzionale: per regolare la trasparenza */
}

.button[b-l3fc7kqgq3] {
    width: 100px;
    background-color: #8f8272;
    border: none;
    color: white;
    font-weight: 500;
}

.logout-btn[b-l3fc7kqgq3] {
    width: 100px;
    background-color: white;
    border: none;
    color: #8f8272;
}
.login_mobile[b-l3fc7kqgq3] {
    display: none;
}


.user-area[b-l3fc7kqgq3]{
    display:flex;
}

    .user-area p[b-l3fc7kqgq3] {
        color: white;
        font-size: 20px;
        margin-top: 7px;
        margin-right:25px;
    }


@media only screen and (max-width: 670px) {
    .login-area input[b-l3fc7kqgq3]{
        display:none;
    }

    .button_dsk[b-l3fc7kqgq3]{
        display:none;
    }

    .login_mobile[b-l3fc7kqgq3] {
        display: block;
        margin-right:20px;
    }

    .login-area[b-l3fc7kqgq3]{
        padding-right:0;
    }

    .user-area[b-l3fc7kqgq3] {
        display: flex;
        justify-content: space-around;
        background-color: #8f8272;
        position: fixed;
        bottom: 50px;
        z-index: 999;
        width: 98%;
        height: 43px;
        border: 1px solid #8f8272;
        text-align: center;
        -webkit-box-shadow: 0px -8px 24px 5px rgba(0,0,0,0.91);
        -moz-box-shadow: 0px -8px 24px 5px rgba(0,0,0,0.91);
        box-shadow: 0px -8px 24px 5px rgba(0,0,0,0.91);
    }

        .user-area p[b-l3fc7kqgq3] {
            font-size: 18px;
            margin-top: 12px;
            margin-right: 25px;
        }

    .logout-btn[b-l3fc7kqgq3]{
        margin-bottom: -1px;
    }

}

@media only screen and (max-width: 610px) {
    .logo[b-l3fc7kqgq3] {
        width:200px;
    }
}

    /* Stile base per l'overlay */
    .modal-overlay[b-l3fc7kqgq3] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        align-items: center;
        justify-content: center;
    }

        /* Mostra l'overlay */
        .modal-overlay.show[b-l3fc7kqgq3] {
            display: flex;
        }

    .modal-header[b-l3fc7kqgq3] {
        justify-content: end;
        margin-bottom: 20px;
    }

    .close_icon[b-l3fc7kqgq3] {
        width: 20px;
        cursor: pointer;
    }

    /* Contenuto del modal */
    .modal-content[b-l3fc7kqgq3] {
        background: white;
        padding: 20px;
        border-radius: 8px;
        width: 90%;
        max-width: 500px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }

        /* Animazione "slide-up" */
        .modal-content.slide-up[b-l3fc7kqgq3] {
            transform: translateY(0);
        }

    /* Pulsante di chiusura */
    .close-button[b-l3fc7kqgq3] {
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        width: 100%;
    }

/* _content/GambeeLobby/Pages/Home.razor.rz.scp.css */
.games_area[b-wsl3q8wnq3] {
    width:95%;
    height:100%;
    margin:0 auto;
    margin-top:20px;
}
