/* /Components/Banner.razor.rz.scp.css */

.bannerImg[b-rqwvjqeu6e] {
    max-height: 580px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
}

/* /Components/GameBox.razor.rz.scp.css */

.game_box[b-99gamkbb36] {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/**/

.card-big[b-99gamkbb36] {
    min-height: 29vh;
}

.card[b-99gamkbb36] {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border: 3px solid var(--secondary-color);
    -webkit-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 210px;
    max-height: 300px;
    transition-duration: 300ms;
}

.card img[b-99gamkbb36] {
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 210px;
    min-height: 12vh;
    object-fit: fill;
    object-position: center;
    display: block;
}

.card:hover[b-99gamkbb36] {
    border: 2px solid var(--primary-color);
    cursor: pointer;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    transform: scale(1.05, 1.05) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
}

/**/

.card-image-container[b-99gamkbb36] {
    position: relative;
    width: 100%;
    /* Aspect ratio fisso per l'immagine */
    aspect-ratio: 3 / 3;
    overflow: hidden;
}

.overlay[b-99gamkbb36] {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    background-color: rgba(26, 26, 26, .9);
    z-index: 100;
    height: 0;
    right: 0;
    width: 100%;
    left: 0;
}

.card:hover .overlay[b-99gamkbb36] {
    opacity: 1;
    height: 100%;
    top: 0;
}

.card-name[b-99gamkbb36] {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.play_btn_area[b-99gamkbb36] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.card .content[b-99gamkbb36] {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background-color: var(--secondary-color);
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.game-name[b-99gamkbb36] {
    font-size: medium;
    color: var(--white-color);
    text-shadow: 2px 0px 5px rgb(0, 0, 0);
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-transform: uppercase;
}

.game-description[b-99gamkbb36] {
    font-size: 12px;
    color: var(--white-color);
    padding: 0;
    margin: 2px 0;
    text-align: center;
}

.game-description span[b-99gamkbb36] {
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 450px) {
    .game-description[b-99gamkbb36] {
        font-size: 3vw;
    }
    .game-description span[b-99gamkbb36] {
        font-size: 3vw;
    }
    .game-description i[b-99gamkbb36] {
        display: none;
    }
}

@media (max-width: 765px) {
    .col-e-xs-6[b-99gamkbb36] {
        width: 50%;
    }
    .card[b-99gamkbb36] {
        max-width: 250px;
    }
    .card img[b-99gamkbb36] {
        max-width: 250px;
    }
}

.vintage-overlay[b-99gamkbb36] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    /* regola l'intensità dell'effetto */
    pointer-events: none;
    /* permette il click attraverso l'overlay */
}

/* /Components/Line.razor.rz.scp.css */

.line_area[b-f8k2go64nd] {
    border-bottom: 1px solid var(--primary-color);
}

.line[b-f8k2go64nd] {
    border-bottom: 1px solid var(--primary-color);
    width: 50%;
    margin: 0 auto;
}

.line_margin[b-f8k2go64nd] {
    margin-top: 20px;
}

.center_line[b-f8k2go64nd] {
    margin-left: auto;
    margin-right: auto;
}

/* /Components/Loading.razor.rz.scp.css */

/*************** LOADING AREA *********************/

.loading_area[b-8039bb87pr] {
    z-index: 9991;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.66);
    display: none;
}

.loading[b-8039bb87pr] {
    position: absolute;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    left: 50%;
    top: 50%;
}

.loading-img-game[b-8039bb87pr] {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    top: 42%;
    z-index: 2;
}

/* /Components/Modal/UserMdl.razor.rz.scp.css */

.search-input-container[b-55t4za5d09] {
    display: inline-grid;
    gap: 20px;
    padding: 20px;
}

.search-input-container:focus-within[b-55t4za5d09] {
    border: 2px solid #e1e5e9;
}

.search-input[b-55t4za5d09] {
    border: 1px solid var(--secondary-color);
}

.search-submit-button[b-55t4za5d09] {
    margin-right: 0;
}

.btn_area[b-55t4za5d09] {
    width: 35px;
    justify-content: center;
    gap: 15px;
    display: grid;
}

/* /Components/ProviderCard.razor.rz.scp.css */

.card[b-62m8v6ppli] {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border: 3px solid var(--secondary-color);
    -webkit-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 260px;
    max-height: 300px;
    transition-duration: 600ms;
    background-color: var( --white-color);
}

.card img[b-62m8v6ppli] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.7));
}

.card:hover[b-62m8v6ppli] {
    border: 2px solid var(--primary-color);
    cursor: pointer;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 40px 58px -16px, rgba(0, 0, 0, 0.72) 0px 30px 22px -10px;
    transform: scale(1.05, 1.05) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
}

.card-slot[b-62m8v6ppli] {
    border: 1px solid var(--primary-color);
    opacity: 0.8;
    height: 152px;
}

.card-slot:hover[b-62m8v6ppli] {
    opacity: 1;
    cursor: pointer;
}

.card-slot .content-slot[b-62m8v6ppli] {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 765px) {
    .col-e-xs-6[b-62m8v6ppli] {
        width: 50%;
    }
}

/* /Layout/Footer.razor.rz.scp.css */

.footer_area[b-aybtk9ojr5] {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer[b-aybtk9ojr5] {
    color: white;
}

.footer-menu[b-aybtk9ojr5] {
    display: ruby;
}

.footer-color[b-aybtk9ojr5] {
    color: white;
    text-align: center;
}

.nav-link[b-aybtk9ojr5] {
    display: block;
    padding: 0.5rem 1rem;
}

ul[b-aybtk9ojr5] {
    padding-left: 0;
}

@media (max-width: 991px) {
    .footer_area[b-aybtk9ojr5] {
        padding-bottom: 70px;
    }
}

/* /Layout/FooterNavbar.razor.rz.scp.css */

.navbar-footer[b-c926repii0] {
    display: none;
}

@media (max-width: 992px) {
    /***/
    .navbar-footer[b-c926repii0] {
        height: 60px;
        display: block;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
        color: var(--primary-text-color);
    }
    .user-icon-footer[b-c926repii0] {
        margin-top: 24px;
        color: var(--primary-text-color);
        cursor: pointer;
    }
    .user-icon-footer:hover[b-c926repii0] {
        color: var(--secondary-color);
    }
    .panel[b-c926repii0] {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
    .panel_list[b-c926repii0] {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr 2fr 1fr 1fr;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .panel_item[b-c926repii0] {
        text-align: center;
        border-right: 1px solid var(--secondary-color);
    }
    .panel_item:last-child[b-c926repii0] {
        border-right: none;
    }
    .panel_item_area[b-c926repii0] {
        margin-top: 5px;
    }
    .footer-icon-area[b-c926repii0] {
        cursor: pointer;
        height: 60px;
    }
    .footer-icon-area:hover[b-c926repii0] {
        background-color: var(--secondary-color);
        transition-duration: 666ms;
    }
    .footer-icon-area:hover .user-icon-footer[b-c926repii0] {
        color: var(--primary-color);
    }
    .item-label[b-c926repii0] {
        margin-bottom: 0;
    }
    .nav-item p[b-c926repii0] {
        margin-bottom: 3px;
    }
    .item-label[b-c926repii0] {
        font-size: 14px;
    }
    .item-text[b-c926repii0] {
        font-size: 18px;
    }
    .nav-item[b-c926repii0] {
        margin-left: 10px;
    }
    /*.navbar-footer {
        height: 60px;
        display: block;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }

        .navbar-footer a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
        }


    .btn-footer {
        width: 100%;
        height: 38px;
    }

        .btn-footer:hover {
            color: var(--secondary-color);
        }

    .btn-footer-bordeaux {
        background-color: var(--secondary-color);
        width: 100%;
        height: 38px;
    }

        .btn-footer-bordeaux:hover {
            color: var(--primary-color);
        }

    .sign-up {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

    .log-in {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

    .user_area {
        height: 60px;
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: row;
    }

    .user_box {
        display: flex;
        justify-content: space-between;
    }


    .margin-0 {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

 

     .border-footer-icon {
        margin-top: -1px;
        margin-bottom: -16px;
        border-left: 1px solid var(--secondary-color);
        border-right: 1px solid var(--secondary-color);
        cursor: pointer;
        text-align: center;
        width: 20%;
        max-width: 70px;
    }

        .border-footer-icon:hover {
            background-color: var(--secondary-color);
            transition-duration: 666ms;
        }

            .border-footer-icon:hover .user-icon-footer {
                color: var(--primary-color);
            }
*/
}

/* /Layout/MainLayout.razor.rz.scp.css */

.page[b-a4grkb1elm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a4grkb1elm] {
    flex: 1;
}

.sidebar[b-a4grkb1elm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a4grkb1elm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-a4grkb1elm] a,
.top-row[b-a4grkb1elm] .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-a4grkb1elm] a:hover,
.top-row[b-a4grkb1elm] .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-a4grkb1elm] a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-a4grkb1elm] {
        justify-content: space-between;
    }
    .top-row[b-a4grkb1elm] a,
    .top-row[b-a4grkb1elm] .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a4grkb1elm] {
        flex-direction: row;
    }
    .sidebar[b-a4grkb1elm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .top-row[b-a4grkb1elm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-row.auth[b-a4grkb1elm] a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    .top-row[b-a4grkb1elm],
    article[b-a4grkb1elm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a4grkb1elm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-a4grkb1elm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* /Layout/NavMenu.razor.rz.scp.css */

.logo[b-brwo48451y] {
    width: 200px;
    height: 100px;
}

.w3-top[b-brwo48451y] {
    position: fixed;
    width: 100%;
    padding: 15px;
    background-color: var(--nav-color);
    border-bottom: 1px solid var(--primary-color);
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
}

.menu[b-brwo48451y] {
    display: none;
}

.navbar[b-brwo48451y] {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.navbar-nav .nav-item .nav-link[b-brwo48451y] {
    color: white;
    font-weight: bold;
}

.justify-content-center[b-brwo48451y] {
    position: absolute;
    left: 50%;
    right: 50%
}

.navbar-mobile[b-brwo48451y] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/****************Per la rotazione del refresh *******************/

.rotate[b-brwo48451y] {
    animation: rotation-b-brwo48451y 2s infinite linear;
    transform-origin: center;
}

.refresh-style[b-brwo48451y] {
    cursor: pointer;
    font-size: 16px;
}

@keyframes rotation-b-brwo48451y {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* header icon */

.row-margin-header-icon[b-brwo48451y] {
    margin-right: -10px;
}

.user-icon[b-brwo48451y] {
    margin-top: 26px;
    color: var(--secondary-color);
    height: 20px;
}

.border-header-icon[b-brwo48451y] {
    margin-top: -15px;
    margin-bottom: -16px;
    border-left: 1px solid var(--primary-color);
    height: 76px;
    cursor: pointer;
}

.border-header-icon:hover[b-brwo48451y] {
    background-color: var(--primary-color);
    transition-duration: 666ms;
}

.border-header-icon:hover .user-icon[b-brwo48451y] {
    color: var(--secondary-color);
}

.border-header-icon .user-icon[b-brwo48451y] {
    color: var(--primary-color);
}

.logo-mobile[b-brwo48451y] {
    display: none;
}

/*area utenti desktop*/

.user-item-desktop[b-brwo48451y] {
    margin-right: 40px;
    margin-bottom: 2px;
    color: var(--white-color);
}

@media (max-width: 991px) {
    /****************per menu hamburgher*******************************/
    .wrapper[b-brwo48451y] {
        width: 100%;
    }
    .left[b-brwo48451y] {
        display: none;
    }
    /*hamburgher menu*/
    .menu[b-brwo48451y] {
        position: fixed;
        right: 0;
        margin-right: 15px;
        top: 4px;
        width: 50px;
        height: 50px;
        display: block;
        cursor: pointer;
        transition: opacity 0.2s linear;
    }
    .menu span[b-brwo48451y] {
        display: block;
        float: left;
        clear: both;
        height: 4px;
        width: 40px;
        border-radius: 10px;
        background-color: var(--white-color);
        position: absolute;
        right: 3px;
        top: 3px;
        overflow: hidden;
        transition: all 0.4s ease;
    }
    .menu span:nth-child(1)[b-brwo48451y] {
        margin-top: 10px;
        z-index: 9;
        background-color: var(--primary-color);
    }
    .menu span:nth-child(2)[b-brwo48451y] {
        margin-top: 25px;
        background-color: var(--primary-color);
    }
    .menu span:nth-child(3)[b-brwo48451y] {
        margin-top: 40px;
        background-color: var(--primary-color);
    }
    .sub-menu[b-brwo48451y] {
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        height: 0;
        width: 0;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 50%;
        z-index: 18;
        overflow: hidden;
        display: block;
    }
    .sub-menu li[b-brwo48451y] {
        display: block;
        float: right;
        clear: both;
        height: auto;
        margin-right: -160px;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .sub-menu li:first-child[b-brwo48451y] {
        margin-top: 220px;
    }
    .sub-menu li:nth-child(1)[b-brwo48451y] {
        -webkit-transition-delay: 0.05s;
    }
    .sub-menu li:nth-child(2)[b-brwo48451y] {
        -webkit-transition-delay: 0.10s;
    }
    .sub-menu li:nth-child(3)[b-brwo48451y] {
        -webkit-transition-delay: 0.15s;
    }
    .sub-menu li:nth-child(4)[b-brwo48451y] {
        -webkit-transition-delay: 0.20s;
    }
    .sub-menu li:nth-child(5)[b-brwo48451y] {
        -webkit-transition-delay: 0.25s;
    }
    .sub-menu li .nav-link[b-brwo48451y] {
        color: var(--white);
        font-size: 14px;
        width: 100%;
        display: block;
        float: left;
        line-height: 25px;
        font-weight: bold;
    }
    .sub-menu li a:hover[b-brwo48451y] {
        color: var(--primary-color);
    }
    .open .sub-menu[b-brwo48451y] {
        opacity: 1;
        height: 440px;
        width: 400px;
        border: 1px solid var(--primary-color);
        background-color: var(--secondary-color);
    }
    .open span:nth-child(2)[b-brwo48451y] {
        overflow: visible;
    }
    .open span:nth-child(1)[b-brwo48451y],
    .open span:nth-child(3)[b-brwo48451y] {
        z-index: 100;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open span:nth-child(1)[b-brwo48451y] {
        -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
        transform: rotate(45deg) translateY(12px) translateX(12px);
    }
    .open span:nth-child(2)[b-brwo48451y] {
        height: 440px;
        width: 400px;
        right: -160px;
        top: -160px;
        border-radius: 50%;
        background-color: var(--primary-color);
    }
    .open span:nth-child(3)[b-brwo48451y] {
        -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
        transform: rotate(-45deg) translateY(-10px) translateX(10px);
    }
    .open li[b-brwo48451y] {
        margin-right: 175px;
    }
    /******/
    .nav-link[b-brwo48451y] {
        padding: 1px;
    }
    .btn-margin[b-brwo48451y] {
        margin-left: 0;
    }
    .nav-item[b-brwo48451y] {
        margin-top: 5px;
        padding: 5px;
        font-size: 12px;
    }
    .navbar-collapse[b-brwo48451y] {
        margin-top: 10px;
    }
    .button-hide[b-brwo48451y] {
        display: none;
    }
    .justify-content-center[b-brwo48451y] {
        position: relative;
        left: 0;
        right: 0;
    }
    /****************per far comparire logo su mobile*******************************/
    .logo-mobile[b-brwo48451y] {
        margin-left: 0px;
        display: block;
    }
    .logo-mobile .logo[b-brwo48451y] {
        width: 225px;
        height: 50px;
    }
    .gold-separetor[b-brwo48451y] {
        display: block;
        width: 100%;
        border-top: var(--primary-color) 1px solid;
    }
    .custome_slide[b-brwo48451y] {
        height: 100%;
        max-height: 150px;
    }
    .item-label[b-brwo48451y] {
        font-size: 14px;
    }
}

/* /Pages/GameLobby.razor.rz.scp.css */

.game-modal-container[b-dkjj1nxprb] {
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .game-modal-container[b-dkjj1nxprb] {
        top: 77px;
        bottom: 50px;
    }
}

.game-box[b-dkjj1nxprb] {
    position: relative;
    border: solid 4px #262626;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 110vh;
    max-width: 1300px;
}

/*icon*/

.game-icon[b-dkjj1nxprb] {
    position: absolute;
    right: -10px;
    top: 5px;
    display: inline-grid;
    cursor: pointer;
}

.btn-area-player[b-dkjj1nxprb] {
    width: 38px;
    border-radius: 4px;
    height: 33px;
    margin-top: 0px;
    background-color: #1A1E23;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-left: 3px;
}

.btn-area-player:active[b-dkjj1nxprb] {
    background-color: var(--primary-color);
}

.fullscreen[b-dkjj1nxprb] {
    position: absolute;
    right: auto;
    font-size: 20px;
}

.fullscreen:hover[b-dkjj1nxprb] {
    background-color: var(--primary-color);
    transition-duration: 333ms;
}

.icon-fullscreen[b-dkjj1nxprb] {
    position: absolute;
    margin-top: -9px;
    margin-left: -8px;
    margin-top: 6px;
    margin-left: 9px;
}

.btn-area-player:hover .icon-fullscreen[b-dkjj1nxprb] {
    color: var(--secondary-color);
}

.btn-area-player:hover[b-dkjj1nxprb] {
    color: var(--secondary-color);
}

.exit[b-dkjj1nxprb] {
    position: absolute;
    margin-top: 40px;
    right: auto;
    font-size: 20px;
}

.exit:hover[b-dkjj1nxprb] {
    background-color: var(--primary-color);
    transition-duration: 333ms;
}

/**/

.game__wrapper[b-dkjj1nxprb] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    max-height: 743px;
    width: 100%;
    max-width: 1300px;
}

.iframe[b-dkjj1nxprb] {
    padding: 56.25% 0 0;
    position: relative;
    background-image: url(./img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 450px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--black-color);
}

/* /Pages/GamePlayer.razor.rz.scp.css */

.game-modal-container[b-vb68g66iql] {
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .game-modal-container[b-vb68g66iql] {
        top: 100px;
        bottom: 50px;
        right: 60px;
    }
}

.game-box[b-vb68g66iql] {
    position: relative;
    border: solid 4px #262626;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 110vh;
    max-width: 1300px;
}

/*icon*/

.game-icon[b-vb68g66iql] {
    position: absolute;
    right: -10px;
    top: 5px;
    display: inline-grid;
    cursor: pointer;
}

.btn-area-player[b-vb68g66iql] {
    width: 38px;
    border-radius: 4px;
    height: 33px;
    margin-top: 0px;
    background-color: #1A1E23;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-left: 3px;
}

.btn-area-player:active[b-vb68g66iql] {
    background-color: var(--primary-color);
}

.fullscreen[b-vb68g66iql] {
    position: absolute;
    right: auto;
    font-size: 20px;
}

.fullscreen:hover[b-vb68g66iql] {
    background-color: var(--primary-color);
    transition-duration: 333ms;
}

.icon-fullscreen[b-vb68g66iql] {
    position: absolute;
    margin-top: -9px;
    margin-left: -8px;
    margin-top: 6px;
    margin-left: 9px;
}

.btn-area-player:hover .icon-fullscreen[b-vb68g66iql] {
    color: var(--secondary-color);
}

.btn-area-player:hover[b-vb68g66iql] {
    color: var(--secondary-color);
}

.exit[b-vb68g66iql] {
    position: absolute;
    margin-top: 40px;
    right: auto;
    font-size: 20px;
}

.exit:hover[b-vb68g66iql] {
    background-color: var(--primary-color);
    transition-duration: 333ms;
}

/**/

.game__wrapper[b-vb68g66iql] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    max-height: 743px;
    width: 100%;
    max-width: 1300px;
}

.iframe[b-vb68g66iql] {
    padding: 56.25% 0 0;
    position: relative;
    background-image: url(./img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 450px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--black-color);
}

/* /Pages/Login.razor.rz.scp.css */

.loginlogo[b-4l7oup2lpu] {
    width: 225px;
    height: 50px;
}

.w3-top[b-4l7oup2lpu] {
    padding: 10px;
    background-color: var(--nav-color);
    border-bottom: 1px solid var(--primary-color);
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
    box-shadow: rgba(0, 0, 0, 0.69) 0px 26px 30px -10px, rgba(0, 0, 0, 0.73) 0px 16px 10px -10px;
}

.navbar[b-4l7oup2lpu] {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

hr[b-4l7oup2lpu] {
    opacity: 1;
    border-bottom: 1px solid var(--primary-color);
    margin-top: 70px;
}

.form-control[b-4l7oup2lpu] {
    width: 100%;
    height: 48px;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #272c30;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #b19765;
    box-shadow: none;
    padding: 15px 15px;
    border-radius: 3px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.form-control:focus[b-4l7oup2lpu] {
    outline: none;
    box-shadow: none;
}

.form-text[b-4l7oup2lpu] {
    color: #6c757d;
    margin-top: -20px;
}

.form-group p[b-4l7oup2lpu] {
    color: white;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-login[b-4l7oup2lpu] {
    padding: 50px;
    margin-top: 117px;
}

.container-login h3[b-4l7oup2lpu] {
    color: var(--primary-color);
    text-shadow: none;
}

.animate[b-4l7oup2lpu] {
    animation-duration: 1000ms;
    pointer-events: all;
}

.width-small[b-4l7oup2lpu] {
    width: 40%;
    background-color: white;
    display: inline-block;
    border-bottom: 1px solid #272c30;
}

@media (max-width: 600px) {
    .width-small[b-4l7oup2lpu] {
        width: 100%;
    }
}