/* _content/BcGame/Components/Banner.razor.rz.scp.css */

/**/

.banner[b-52sjxxwkk8] {
    position: relative;
    /*z-index: 9;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 16.875rem;

}

.banner-box__container[b-52sjxxwkk8] {
    padding: 2.6875rem 1.25rem 3.25rem .1875rem;
    position: relative;
    z-index: 1; 
    width: 450px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

    .banner-box__container .box-text[b-52sjxxwkk8] {
        position: relative;
        /*z-index: 1;*/
    }

.title[b-52sjxxwkk8] {
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    position: relative;
    /*z-index: 1;*/
}

.title-top[b-52sjxxwkk8] {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 1.75rem;
    text-transform: uppercase;
}

.title-two[b-52sjxxwkk8] {
    font-size: 4.25rem;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    width: 140%;
    line-height: 5.25rem;
    height: 5.25rem;
    -webkit-letter-spacing: -4px;
    -moz-letter-spacing: -4px;
    -ms-letter-spacing: -4px;
    letter-spacing: -4px;
}

.gradient[b-52sjxxwkk8] {
    background: linear-gradient(90deg, #b5e916 22.99%, #43c111 73.57%);
    color: transparent;
    padding: 0 5px 0 0;
    -webkit-background-clip: text;
}

.small-area[b-52sjxxwkk8]{
    display:flex;
    margin-top:1.93rem;
    margin-bottom:1.5rem;
}

.icon-area[b-52sjxxwkk8] {
    text-align: center;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.txt[b-52sjxxwkk8] {
    margin-right: .75rem;
    color: var(--text-color);
}

.img-banner-wrap[b-52sjxxwkk8] {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 1px;
    position: relative;
}

    .img-banner-wrap .img-banner[b-52sjxxwkk8] {
        position: absolute;
        top: 0;
        right: 0;
        width: 800px;
    }

.green-text[b-52sjxxwkk8] {
    color: var(--green-text);
}

.third-group-wrap[b-52sjxxwkk8] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .third-group-wrap button[b-52sjxxwkk8] {
        display: block;
        height: 2.5rem;
        width: 2.5rem;
        margin: 0 2px;
        overflow: hidden;
        position: relative;
        background-color: var(--icon-button);
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .third-group-wrap button i[b-52sjxxwkk8] {
            fill: #fff;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            color:#fff;
            font-size:10px;
        }

@media (max-width: 1450px) {
    /*.banner {
        margin-left:-35px;
    }*/

    .banner-box__container[b-52sjxxwkk8] {
        padding: 2.6875rem 1.25rem 3.25rem 1.1875rem;
    }
}

    @media screen and (max-width: 860px) {

        .banner[b-52sjxxwkk8] {
            flex-direction: column-reverse;
        }

        .img-banner-wrap[b-52sjxxwkk8] {
            min-height: 18.75rem;
            width: auto;
        }

            .img-banner-wrap .img-banner[b-52sjxxwkk8] {
                position: static;
                width: 100%;
                min-width: auto;
                transform: translate(0);
            }

        .banner-box__container[b-52sjxxwkk8] {
            margin: 0 auto;
            margin-top: -11.25rem;
            padding: .5rem 1.25rem 2rem 1.25rem;

        }

        .title-two[b-52sjxxwkk8] {
            width: auto;
            font-size: 2.4375rem;
        }

        .title[b-52sjxxwkk8] {
            text-align: center;
        }

        .title-top[b-52sjxxwkk8]{
                font-size: 1.025rem;
        }

        .small-area[b-52sjxxwkk8] {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

        .btn-mobile[b-52sjxxwkk8] {
            text-align: center;
            margin: 0 auto;
            width: 75%;
        }

 
    }
@media screen and (max-width: 550px) {
    .banner-box__container[b-52sjxxwkk8]{
        padding: .5rem 3rem 2rem 0rem;
    }
}

    @media screen and (max-width: 450px) {
        .btn-mobile[b-52sjxxwkk8] {
            text-align: center;
            width: 60%;
        }

        .banner-box__container .box-text[b-52sjxxwkk8] {
            margin-left: -70px;
        }
    }

    @media screen and (max-width: 375px) {

        .banner-box__container[b-52sjxxwkk8] {
            width: 400px;
        }
    }
/* _content/BcGame/Components/Carousel.razor.rz.scp.css */
.item[b-ahu8f71gva]{
    background-color:red;
    width:150px;
    height:150px;
}

.img-box[b-ahu8f71gva] {
    width: 100%;
    background: transparent;
    position: relative;
    cursor: pointer;
    display: block;
}

    .img-box img[b-ahu8f71gva] {
        position: absolute;
        background: transparent;
        display: inline-block;
        vertical-align: top;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .img-box[b-ahu8f71gva]:after {
        content: "";
        display: inline-block;
        padding-top: 43%;
    }

/* _content/BcGame/Components/CategoryBox.razor.rz.scp.css */
.box-category[b-k34jwxpeww] {
    position: relative;
    aspect-ratio: 326 / 330;
    overflow: hidden;
    border-radius: var(--border-radius);
    background: linear-gradient(180deg, rgba(98, 22, 233, .2) 0%, rgba(98, 22, 233, 0) 100%), #1C1E22;
    cursor:pointer;
}

.blur[b-k34jwxpeww] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%,-50%,0);
    z-index: 1;
    width: 109.54%;
    aspect-ratio: 356 / 196;
    border-radius: 22.25rem;
    -webkit-filter: blur(2.625rem);
    filter: blur(2.625rem);
}

.mask[b-k34jwxpeww] {
    position: absolute;
    inset: 0;
    z-index: 3;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.42,0,.03,1) .7s;
    transition: opacity cubic-bezier(.42,0,.03,1) .7s;
}

.cover[b-k34jwxpeww] {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform cubic-bezier(.42,0,.03,1) .7s;
    -webkit-transition: transform cubic-bezier(.42,0,.03,1) .7s;
    transition: transform cubic-bezier(.42,0,.03,1) .7s;

}

.main-content[b-k34jwxpeww] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    z-index: 10;
    padding: 1.25rem .75rem;
    -webkit-backdrop-filter: blur(1.5625rem);
    backdrop-filter: blur(1.5625rem);
    -webkit-transition: all cubic-bezier(.42,0,.03,1) .7s;
    transition: all cubic-bezier(.42,0,.03,1) .7s;
}

.main-content__top[b-k34jwxpeww] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem;

}

.title[b-k34jwxpeww] {
    line-height: 1;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: color cubic-bezier(.42,0,.03,1) .7s;
    transition: color cubic-bezier(.42,0,.03,1) .7s;
}

.desc[b-k34jwxpeww] {
    height: 2.25rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-transition: color cubic-bezier(.42,0,.03,1) .7s;
    transition: color cubic-bezier(.42,0,.03,1) .7s;
}

.main-content__top .main-content_icon[b-k34jwxpeww] {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: .3125rem;
}

.go-btn[b-k34jwxpeww] {
    height: 2.5rem;
    margin-top: .75rem;
    color: #fff;
}

.ui-button[b-k34jwxpeww] {
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--border-radius);
    height: 3rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.36,.66,.04,1);
    -webkit-transition: transform .2s cubic-bezier(.36,.66,.04,1);
    transition: transform .2s cubic-bezier(.36,.66,.04,1);

}

    .ui-button > .button-inner[b-k34jwxpeww] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

.box-category:hover .mask[b-k34jwxpeww]{
    opacity:1;
}

.box-category:hover .cover[b-k34jwxpeww] {
    transform: scale3d(1.1,1.1,1);
}

.box-category:hover .main-content[b-k34jwxpeww] {
    bottom: 0;
}

.box-category:hover .go-btn[b-k34jwxpeww] {
    box-shadow: 0 0 8px #0000001a;
}

/* _content/BcGame/Components/GameCarouselBox.razor.rz.scp.css */
.grid-item[b-q96whinzyl] {
    width: 100%;
    background-color: #32343B;
    max-width: 200px;
    height: auto;
}


.img-box[b-q96whinzyl] {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    background-color: #111415;
}

.game-img[b-q96whinzyl] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.img-box img[b-q96whinzyl] {
    width: 100%;
    height: 100%;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}


.bot-info[b-q96whinzyl] {
    padding: .625rem;
}

.game-tit[b-q96whinzyl] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.25rem;
    margin: .3125rem 0;
}

    .game-tit .text[b-q96whinzyl] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 1px;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        color:var(--text-color);
    }

.button-inner[b-q96whinzyl] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.info-small-box[b-q96whinzyl] {
    margin-top: 6px;
    background-color: #2D3035;
    color: white;
    text-align: center;
    font-size: 12px;
}

.nickname[b-q96whinzyl] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nickname img[b-q96whinzyl] {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.amount[b-q96whinzyl] {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/BcGame/Components/SearchModal.razor.rz.scp.css */
.modal-dialog[b-xdbzjku944] {
    max-width: 1200px;
    margin-top: 65px;
}

.modal-content[b-xdbzjku944] {
    background-color: var( --background-color);
}

.search-icon_modal[b-xdbzjku944] {
    background-position: calc(1% - 1px) center !important;
}

.search-block__input[b-xdbzjku944] {
    height: 42px;
    color: white;
    width: 100%;
    padding-left: 40px;
    background-color: var(--standard-color);
    border: none;
    font-size: .875rem;
}

    .search-block__input:focus[b-xdbzjku944], .search-block__input:active[b-xdbzjku944] {
        border: 1px solid var(--green-text);
        outline: none;
    }

    .modal-body p[b-xdbzjku944] {
        margin-top:20px;
        color: #67707b;
        font-size:14px;
    }

.page-max-width-wrap[b-xdbzjku944] {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
   
}

.modal-footer[b-xdbzjku944]{
    border-top:none;
}
/* _content/BcGame/Layout/Header.razor.rz.scp.css */

/* NEW */

.header[b-8v9pum67fa] {
    background-color: var(--header-color);
    height: 4rem;
    position: fixed;
    z-index: 111;
    left:62px;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

    .header[b-8v9pum67fa]:after {
        pointer-events: none;
        content: "";
        position: absolute;
        left: 0;
        bottom: -.75rem;
        width: 100%;
        height: .75rem;
        background-image: var(--box-shadow);
        opacity: .3;
    }

.header-wrap[b-8v9pum67fa] {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header-inner[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top:8px;
}

.left[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 12px;
    /**/
    margin-left:50px;
}

.left-area[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;

}

@media screen and (max-width: 992px) {

    .left-area[b-8v9pum67fa] {
        display:none;
    }
}

.header-list[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.sign-in-up .sign-in[b-8v9pum67fa] {
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    margin-right: .5rem;
    white-space: nowrap;
}

.sign-in-up[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.ui-button[b-8v9pum67fa] {
    color: rgba(107, 113, 128, .8);
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--border-radius);
    height: 3rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.36,.66,.04,1);
    -webkit-transition: transform .2s cubic-bezier(.36,.66,.04,1);
    transition: transform .2s cubic-bezier(.36,.66,.04,1);
}

    .ui-button.s-conic[b-8v9pum67fa] {
        color: #fff;
        background-color: #1d803ab3;
        background-image: conic-gradient(from 1turn, rgba(88, 175, 16, 1), rgba(29, 128, 58, 1));
    }

.sign-up-wrap .ui-button[b-8v9pum67fa] {
    width: 112px;
    height: 44px;
    margin-right: 24px;
    font-weight: 600;
}

.ui-button > .button-inner[b-8v9pum67fa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1130px) {

    .header[b-8v9pum67fa] {
        margin-left: 0;
    }

    
}


/*dropdown
.img-flag {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}


.dropdown-content {
    border-color: #393a43;
    background-color: #272831;
    right: 5px;
    border-radius: 8px;
    top: 70px;
    position: absolute;
    min-width: 75px;
    padding: 4px 0;
    margin: 0;
    z-index: 999;
}

    .dropdown-content:before {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 10px;
        margin: auto;
        border: 8px solid transparent;
        border-bottom-color: #272831;
        width: 0;
        height: 0;
    }

.sub-menu {
    margin-bottom: 1px;
    padding-left: 0;
}

.style-sub-menu {
    margin-left: 5px;
    white-space: nowrap;
    align-items: center;
    transition: 0.25s all ease;
    padding: 6px 10px;
}

.language-item {
    display: block;
    overflow: hidden;
    color: #7a7b91;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
}

    .language-item:hover {
        color: white;
    }

    */


/* _content/BcGame/Layout/MainLayout.razor.rz.scp.css */
.page[b-a237825qhu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a237825qhu] {
    flex: 1;
}

.sidebar[b-a237825qhu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    width:260px;
}

.top-row[b-a237825qhu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a237825qhu]  a, .top-row[b-a237825qhu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a237825qhu]  a:hover, .top-row[b-a237825qhu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a237825qhu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a237825qhu] {
        justify-content: space-between;
    }

    .top-row[b-a237825qhu]  a, .top-row[b-a237825qhu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a237825qhu] {
        flex-direction: row;
    }

    .sidebar[b-a237825qhu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a237825qhu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a237825qhu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a237825qhu], article[b-a237825qhu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a237825qhu] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-a237825qhu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BcGame/Layout/Sidenav.razor.rz.scp.css */
.sidenav[b-xwifhg6jnm] {
    height: 100%;
    z-index: 999;
    margin-left: 0;
    margin-top: -65px;
    overflow: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

    .sidenav .big[b-xwifhg6jnm] {
        position: fixed;
        width: 240px;
        height: 100%;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        background-color: var(--standard-color);
    }

    .sidenav .small[b-xwifhg6jnm] {
        position: fixed;
        width: 64px;
        height: 100%;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        background-color: var(--standard-color);
    }



.header-sidebar[b-xwifhg6jnm] {
    display: flex;
    vertical-align: center;
    align-items: center;
    height: 64px;
    -webkit-box-align: center;
    padding:0 10px;
}

.sidenav_container[b-xwifhg6jnm] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 0 10px;
}

.top-sidenav[b-xwifhg6jnm]{
    background-color: var(--dark-color);
    margin-bottom:15px;
}

.hamburgher-menu[b-xwifhg6jnm] {
    width: 44px;
    height: 44px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: var(--header-color);
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--icon-color);
    cursor:pointer;
}

.logo[b-xwifhg6jnm] {
   display:flex;
   vertical-align:middle;
   justify-content:center;
   align-items:center;
}


.sidenav_logo[b-xwifhg6jnm] {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
    text-align: center;
    transition: 0.2s all ease;
    margin-left: 18px;
}

    .sidenav_logo img[b-xwifhg6jnm] {
        max-width: 150px;
        display:flex;
    }


.logo[b-xwifhg6jnm]:before {
    content: " ";
    width: 108%;
    display: block;
    position: relative;
    top: 69%;
    left: -8px;
    height: 12px;
    background-image: linear-gradient(to bottom, #111415, rgba(17, 20, 21, 0));
    opacity: .2;
}


.sidenav-container-bg[b-xwifhg6jnm] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    padding: 0 0 10px;
}


.btn-area[b-xwifhg6jnm] {
    text-align: center;
}

.horizontal-menu[b-xwifhg6jnm] {
    font-size: 14px;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 8px;
}

.sidenav-menu-button[b-xwifhg6jnm] {
    margin-top: 8px;
    width: 109px;
    height: 42px;
    border-radius: .25rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(19.92deg,rgba(175,13,132,.511772) -6.45%,rgba(175,13,132,.04) 78.77%),rgba(216,216,216,.05);
}

    .sidenav-menu-button:first-child[b-xwifhg6jnm] {
        border-right: 1px solid #1c1d27;
        background: linear-gradient(26.79deg, rgba(109, 43, 255, .480402) 1.86%, rgba(109, 43, 255, .04) 85.25%, rgba(109, 43, 255, .04) 85.25%), rgba(216, 216, 216, .05);
    }

    .sidenav-menu-button img[b-xwifhg6jnm] {
        width: auto;
        height: 32px;
        margin-left:2px;
        margin-top:10px;
    }

.icon[b-xwifhg6jnm] {
    display: block;
    margin: 0 0 12px;
}

.balance-info[b-xwifhg6jnm] {
    color: #ffbb39;
    text-shadow: 3px 1px 0 #130e27;
    line-height: 1;
    font-weight: bold;
    font-size: 26px;
}

    .balance-info i[b-xwifhg6jnm] {
        font-size: 20px;
        color: white;
        cursor: pointer;
    }

.rotate[b-xwifhg6jnm] {
    -webkit-animation: spin 2s linear infinite;
    animation: spin-b-xwifhg6jnm 2s linear infinite;
}

.sidenav-menu-button .text[b-xwifhg6jnm]{
    color: #fff;
    font-size:10px;
    font-weight:700;
    padding-left:7px;
}

.sidenav-menu-button:hover .text[b-xwifhg6jnm] {
    color: #ffbb39;
}


    .sidenav-menu-button_mobile[b-xwifhg6jnm] {
        position: absolute;
        left: 56px;
        width: 48px;
        transition: all cubic-bezier(.42,0,.03,1) .7s;
        opacity: 0;
    }


.horizontal-menu:hover .sidenav-menu-button_mobile[b-xwifhg6jnm] {
    opacity: 1;
}

.spin-anim[b-xwifhg6jnm] {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img-pointer[b-xwifhg6jnm] {
 
    position: absolute;
    top: -0.48rem;
    left: 47%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    width: 1.125rem;
    height: auto;
    z-index: 3;

}

@keyframes spin-b-xwifhg6jnm {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.sidenav-list[b-xwifhg6jnm] {
    margin: 0;
    padding: 8px 8px 0;
    list-style: none;
    font-weight: 500;
    border-top: 1px solid #1c1d27;
}


.sidenav-list-item[b-xwifhg6jnm] {
    border-bottom: 1px solid #1c1d27;
    padding: 12px 10px;
}



.sidenav-list-span[b-xwifhg6jnm] {
    -ms-flex-align: center;
    align-items: center;
    color: #c6c6c6;
    cursor: pointer;
    line-height: 1;
    padding: 12px 9px;
    transition: 0.35s all ease;
    font-size: 14px;
    text-align: left;
}

.sidenav-list-item img[b-xwifhg6jnm] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 22px;
}

.sidenav-list-item:hover .sidenav-list-span[b-xwifhg6jnm]{
    color: #ffbb39;
}

.sidenav-list-item select[b-xwifhg6jnm] {
    background-color: transparent;
    border: none;
    color: #c6c6c6;
    outline: none;
}


@media (max-width:1700px) {
    .hidden[b-xwifhg6jnm] {
        background-color: rgba(0, 0, 0, 0.667);
        position: fixed;
        z-index: -1;
        inset: 0;
    }
}
/* _content/BcGame/Layout/SidenavListMobile.razor.rz.scp.css */

.sidenav_small[b-3cywn8csfc]:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: .75rem;
    height: 100%;
    pointer-events: none;
    background-image: var(--page-shadow);
    opacity: .3;

}

.sidenav-list-item__mobile[b-3cywn8csfc] {
    height: 52px;
    width: 52px;
    text-align: center;
    padding: 18px 10px;
    border: none;
    background-color:transparent;
}

.sidenav-list__mobile[b-3cywn8csfc] {
    padding: 0 5px;
}


.sidenav-list-item:hover[b-3cywn8csfc] {
    background-color: var(--hover-color);
}

.sidenav-list-item:hover i[b-3cywn8csfc] {
   color:white;
}
