.logo-top{
    width: 160px;
}

body,html{
    background: #0D101C;
}

body *:not(i){
    font-family: "Roboto", system-ui!important;
}

#mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #12141C;

    border-bottom: 1px solid #1E2027;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #727376;

    margin-right: 50px;

    transition: 0.3s;font-weight: 400;
}
#mainNav .navbar-nav .nav-item .nav-link:hover{
    color: white;
}

#mainNav .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0!important;
}
.paddings-btn a{
    padding-left: 12px;
    padding-right: 12px;

    padding-top: 10px;
    padding-bottom: 10px;

    color: #727376;
    text-decoration: none;

    transition: 0.3s;

    border-radius: 8px;
}
.paddings-btn a:hover{
    color: white;
}
.paddings-btn a.active{
    color: white;
    background: #1E2028;
}
.account-buttons a{
    background: #1E2028;

    padding-left: 18px;
    padding-right: 18px;

    margin-left: 6px;
    margin-right: 6px;

    color: #AECCE4;

    transition: 0.3s;
}
.account-buttons a:hover{
    opacity: 0.7;
}
.account-buttons a:last-child{
    margin-right: 0;
}
.account-buttons a.btn-blue{
    color: white;
    background: #6180FF;
}

.slider-big{
    margin-top: 73px;
    margin-bottom: 50px;
}
.swiper-slide img{
    width: 100%;
}

.title-wrap h2{
    text-transform: uppercase;
    color: #727376;

    font-weight: bold;

    font-size: 24px;
}
.title-wrap{
    margin-bottom: 25px;
}

.fastgamecard-inner img{
    width: 100%;

    border-radius: 12px;
}
.fastgamecard-inner{
    border-radius: 12px;

    position: relative;
}

.fast-games{
    margin-bottom: 40px;
}
.fastgamecard-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
    border-radius: 12px;

    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 21px;
    padding-top: 21px;

    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;

    text-align: center;
}
.orange-grad .fastgamecard-content{
    background: linear-gradient(180deg, rgba(238,97,64,0), #3B1D10);
}
.green-grad .fastgamecard-content{
    background: linear-gradient(180deg, rgba(238,97,64,0), #1d6c86);
}
.blue-grad .fastgamecard-content{
    background: linear-gradient(180deg, rgba(238,97,64,0), #1E174D);
}
.red-grad .fastgamecard-content{
    background: linear-gradient(180deg, rgba(238,97,64,0), #4A1919);
}
.purple-grad .fastgamecard-content{
    background: linear-gradient(180deg, rgba(238,97,64,0), #4A1919);
}

.fastgamecard-content svg{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.fastgamecard-content .casino-name{
    color: white;
    font-weight: 400;
    font-size: 12px;
}
.fastgamecard-content .game-name{
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.fastgamecard-content .description{
    max-width: 60%;

    opacity: 0.6;
    color: white;
    font-weight: 400;
    line-height: 100%;
    font-size: 14px;

    display: block;
    margin-top: 10px;
}
.fastgamecard-content label{
    width: 100%;
    display: flex;

    padding-top: 10px;
    padding-bottom: 10px;

    color: white;

    justify-content: center;
    align-items: center;

    border-radius: 4px;

    margin-top: 10px;

    font-size: 11px;
}
.orange-grad .fastgamecard-content label{
    background: #EE6140;
}
.green-grad .fastgamecard-content label{
    background: #82bb37;
}
.blue-grad .fastgamecard-content label{
    background: #5D5AFD;
}
.red-grad .fastgamecard-content label{
    background: #DD4040;
}
.purple-grad .fastgamecard-content label{
    background: #B01FE2;
}

.gamesProviders a{
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;

    text-decoration: none;

    border-radius: 8px;

    background: #1E2028;

    padding-left: 18px;
    padding-right: 18px;

    margin-left: 4px;
    margin-right: 4px;

    color: #AECCE4;

    transition: 0.3s;
    margin-bottom: 8px;
}
.gamesProviders a:hover{
    opacity: 0.7;
}
.gamesProviders a:last-child{
    margin-right: 0;
}
.gamesProviders a.btn-blue{
    color: white;
    background: #6180FF;
}

.gamesProviders{
    margin-bottom: 50px;
}
.games-list .game-inner{
    position: relative;
    height: 100%;
}
.games-list .game-inner img{
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 10px;
}
.games-list .col-md-2{
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
    margin-top: calc(var(--bs-gutter-x) * 0.5);
}
.games-list .game-inner:hover .game-hover{
    opacity: 1;
}
.games-list .game-inner .game-hover{
    position: absolute;
    width: 100%;
    height: 100%;

    opacity: 0;

    background: rgba(31,23,77,0.7);

    border-radius: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transition: opacity 0.3s;
    z-index: 3;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 24px;
    box-sizing: border-box;
}
.games-list .game-inner .game-hover svg{
    width: 25px;
    height: 30px;

    margin-bottom: 35px;
}
.games-list .game-inner .game-hover label{
    color: white;
    text-align: center;

    font-size: 16px;

    font-weight: 600;
}
.games-list .game-inner .game-hover span{
    color: white;
    text-align: center;

    font-size: 12px;

    font-weight: 400;
}
.pragma-play{
    margin-top: 40px;
}

.bottom-text-blc{
    margin-top: 80px;
}

.bottom-text-blc h3{
    color: white;

    font-size: 24px;
    font-weight: bold;

    margin-bottom: 40px;
}
.bottom-text-blc .text-block{
    padding-left: 25px;

    position: relative;
}
.text-block::before{
    content: ' ';
    display: block;
    width: 4px;
    background: #6180FF;

    height: 80px;

    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;

    z-index: 2;
}

.text-block::after{
    content: ' ';
    display: block;
    width: 4px;
    background: #1B1B1B;

    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;

    z-index: 1;
}
.text-block p{
    color: #717277;

    display: block;

    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.text-block b{
    color: white;

    font-weight: 400;

    margin-bottom: 10px;
    display: block;
}
.text-block p b{
    margin-bottom: unset!important;
    display: inline-block!important;
}

.bg-black {
    background-color: #0C101A !important;
}

.main-wrapper{
    background: unset!important;
    margin-top: 40px;
}
.slots__main{
    padding: 0!important;
}
table.table{
    display: none!important;
}

.games__row{
    background: unset!important;
}
.slots__main{
    background: unset!important;
}

.page__switch > button {
    position: relative;
    display: block;
    border: unset;
    cursor: pointer;
    border-radius: 10px;
    background: #1E2028;
    padding-left: 18px!important;
    padding-right: 18px!important;
    margin-left: 6px!important;
    margin-right: 6px!important;
    color: #AECCE4;
    transition: 0.3s;
    border:unset!important;
}

.provider {
    display: inline-flex!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;

    text-decoration: none!important;

    border-radius: 8px!important;

    background: #1E2028!important;

    padding-left: 18px!important;
    padding-right: 18px!important;

    margin-left: 4px!important;
    margin-right: 4px!important;

    color: #AECCE4!important;

    transition: 0.3s!important;
    margin-bottom: 8px!important;
    width: auto!important;
    height: unset!important;
    border: 1px solid #1E2028!important;
}
.provider:not(.active){
    opacity: 0.5;
}

.search__container > span{
    text-transform: uppercase;
    color: #727376;
    font-weight: bold!important;
    font-size: 24px!important;
}

/*.games .games__row{
    display: none!important;
}*/
.games[data-v-635204d3] {
    display: none!important;
}
.casino-play__control{

    display: inline-flex!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;

    text-decoration: none!important;

    border-radius: 8px!important;

    background: #1E2028!important;

    padding-left: 18px!important;
    padding-right: 18px!important;

    margin-left: 4px!important;
    margin-right: 4px!important;

    color: #AECCE4!important;

    transition: 0.3s!important;
    margin-bottom: 8px!important;
    width: auto!important;
    height: unset!important;
    border: 1px solid #1E2028!important;
}

.casino-play__controls{
    top: -72px!important;
}

.bottom-info{
    margin-top: 50px;
}
.bottom-info h3 {
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;

    text-align: center;

    line-height: 130%;
}
.bottom-info .elements{
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
}
.bottom-info .elements img{
    height: 40px;

    filter: grayscale(100%);

    margin-right: 20px;

    transition: filter 0.3s,opacity 0.3s;
    opacity: 0.5;
}
.bottom-info .elements img:last-child{
    margin-right: 0!important;
}

.bottom-info .elements img:hover{
    filter: grayscale(0%);
    opacity: 1;
}

.payb-info{
    position: relative;
}
.payb-info:after{
    content: ' ';
    width: 2px;
    background: #1E2027;

    height: 60px;

    position: absolute;
    top: 0;
    right: 0;
}

.socials{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.socials a{
    text-align: center;

    width: 40px;
    height: 40px;
    background: #1E2028!important;
    color: #AECCE4!important;

    margin-right: 10px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    border-radius: 8px!important;



    transition: 0.3s;
}
.socials a i{
    font-size: 18px;
}
.socials a:hover{
    opacity: 0.7;
}

footer{
    padding-top: 25px;
    padding-bottom: 25px;

    margin-top: 90px;
}
footer .col-md-12{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
footer .col-md-12 > *{
    margin-right: 90px;

    font-weight: 400;

    font-size: 14px;
}
footer .col-md-12 > *:last-child{
    margin-right:0!important;
}
footer .col-md-12 span{
    color: #31343D;

    text-transform: uppercase;
}
footer .col-md-12 a{
    color: #494C54;
}

body,html{
    overflow-x: hidden;
}

.maxwin-popup{
    width: 100%;
    height:100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,0.7);

    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 999999;
}
.popup-inner{
    width: 965px;
    height: 80%;
    max-height: 652px;

    background: #12141C;

    border-radius: 15px;
    position: relative;
}
.popup-inner .row{
    height: 100%;
}
.bg-popup{
    background: url(/new_login_im.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;

    border-radius: 15px;

    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.register-form{
    max-height: 100%;
    overflow-y: scroll;
}

.closePopup{
    text-decoration: none;
    font-weight: 100;

    color: #262D3F;

    font-size: 30px;

    position: absolute;

    top: 10px;
    right: 20px;

    transition: opacity 0.3s;
}
.closePopup:hover{
    color: #262D3F;
    opacity: 0.5;
}

.login-section{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

.login-section h3{

    color: white;

    font-size: 24px;
    font-weight: bold;

    margin-bottom: 25px;
}
.login-section label{
    display: block;

    margin-bottom: 8px;

    font-weight: 400;
    color: #6C6D70;
}
.login-section input{
    display: block;

    width: 100%;
    border: unset!important;
    background: #161924;

    border-radius: 8px;

    font-size: 14px;

    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;

    margin-bottom: 8px;

    color: white;

    font-weight: 400;

    box-sizing: border-box;

    outline: none!important;
}
.login-section input::placeholder{
    color: #343B55!important;
}

.login-section select{
    display: block;

    width: 100%;
    border: unset!important;
    background: #161924;

    border-radius: 8px;

    font-size: 14px;

    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;

    margin-bottom: 8px;

    color: white;

    font-weight: 400;

    box-sizing: border-box;

    outline: none!important;
}
.login-section select::placeholder{
    color: #343B55!important;
}

.login-section button{
    width: 100%;

    background: #6180FF;
    color: white;

    text-align: center;

    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;

    border: unset!important;
    border-radius: 8px;

    margin-top: 25px;
}
.login-section span{
    display: block;
    text-align: center;

    width: 100%;

    margin-top: 30px;

    color: #53617C;

    font-weight: 400;
    font-size: 12px;
}
.login-section span a{
    color: white!important;
    font-weight: bold;
}

.notifyjs-corner{
    z-index: 9999999!important;
}

.account-buttons .avatar{
    width: 60px;
    height: 60px;

    border-radius: 100%;
}
.account-buttons .uname{
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: bold;

    display: block;
}
.account-buttons .balans{
    color: white;
    white-space: pre;
}

.add-balance{
    padding: 0!important;
    color: white;
    background: unset!important;
    font-weight: 400;

    text-decoration: underline;

    font-size: 12px;

    margin-left: 0!important;

    display: block;
    margin-top: -5px;
}

.dice{
    background: transparent!important;
    padding: 0!important;
}
.dice__label{
    color: white!important;
}
.dice__win-amount{
    color: white!important;
}
.dice__distance{
    color: white!important;
}

.dice__amount{
    outline: none!important;
}

.wrp-section{
    padding-top: 80px;
}
.game-bgs{
    background: url(/new/img/dice_bg.jpg) no-repeat;
    background-size:cover;
}
.game-bgs h1{
    margin-top: 30px;
    color: white;
}
.game-bgs p{
    color: white;
    max-width: 500px;
}

.mines{
    background: unset!important;
    padding: 0!important;
}
.mines .col-md-5{
    width: 40%!important;
    padding: 0!important;
}
.mines .col-md-7{
    width: 60% !important;
    padding: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}
.mines .form-control{
    min-width: 67%!important;
}
.mines .button_container .btn-outline__body{
    background: #1E2028;
    padding-left: 18px;
    padding-right: 18px;
    color: #AECCE4;
    transition: 0.3s;
    border: 0!important;
}
.mines .btn__create{
    width: 100%;
    background: #6180FF;
    color: white;
    text-align: center;
    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 12px;
    border: unset !important;
    border-radius: 8px;
    margin-top: 25px;
}

.range-slider-fill {
    background-color: #6180FF!important;
}

.bubbles{
    padding: 0!important;
    background: unset!important;
}

.bubbles .btn-icon{
    margin-top: -2px !important;
    margin-left: 6px;
}

.bubbles__btn-range{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.add-balance{
    white-space: nowrap;
    margin-top: 10px;
}

.sticky-header{
    position: fixed;
    top: 80px;
    right: 0;

    width: 100%;

    z-index: 1000;
}
.sticky-popup {
    display: block;
    position: relative;
    width: 348px;
    background: rgba(0,0,0,0.8);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: -23px auto;
    padding-top: 30px;
}
.sticky-header .container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.sticky-popup span{
    color: white;
    margin-right: 8px;
}
.sticky-popup label{
    color: #6180FF;
}

.sticky-popup a{
    width: 100%;
    background: #6180FF;
    color: white;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border: unset !important;
    border-radius: 8px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.spec-form-field{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
.spec-form-field input{
    width: 32px;
    height: 32px;

    margin-right: 10px;
}
.spec-form-field label{
    font-size: 12px;
}
.spec-form-field label a{
    color: white!important;
}

.cabinet{
    margin-top: 100px;
}
.cabinet .balance-container{
    background: #131821;
    border-radius: 15px;

    padding: 40px;
}

.tabs{
    width: 100%;

    padding: 6px;
    box-sizing: border-box;

    border-radius: 6px;
    background: #1C2336;

    margin-bottom: 50px;
}
.tabs a{
    width: 49%;

    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;

    box-sizing: border-box;

    text-decoration: none;
    border-radius: 6px;

    color: #7A8697;

    font-size: 12px;
}
.tabs a.active{
    background: #6180FF;
    color: white;
}
.cabinet .balance-container h3{
    color: white;

    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 0;
}
.cabinet .login-section {
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    box-sizing: border-box;
}
.tabs-sect{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: 16px;

    margin-bottom: 8px;
}
.tabs-sect a{
    display: inline-flex;
    border: 1px solid #1A1E2D;
    padding: 0px 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    box-sizing: border-box;
    height: 50px;
    color: #333942;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s;
}
.tabs-sect i{
    font-size: 28px;
}
.tabs-sect a.usdtType i{
    margin-right: 10px;
}
.tabs-sect a.active,.tabs-sect a:hover{
    border: 1px solid #6180FF;
    background: #6180FF;

    color: white;
}
.bonus-form{
    border-left: 1px solid #1A1E2D;
    height: 100%;
}

.bonus-form img{
    width: 70%;
}

@media(max-width: 700px){
    .games-list .col-md-2{
        width: 49%;
    }
    .sticky-popup .col-md-6{
        width: 49%;
    }
    .bottom-info .col-md-6{
        margin-bottom: 30px;
    }

    footer .col-md-12 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .col-md-12 > * {
        margin-right: 0!important;
    }

    .fast-games .col-md-12 .row{
        justify-content: center;
        align-items: center;
    }
    .fast-games .col-md-12 .row > *{
        width: 49%;
        margin-bottom: 15px;
    }
    .fastgamecard-content .description {
        max-width: 100%;
    }

    #mainNav .navbar-toggler {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
        color: white;
    }

    .sticky-popup {
        display: block;
        position: relative;
        width: 348px;
        background: rgba(0,0,0,0.8);
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: -15px;
    }

    .sticky-header .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .account-buttons .col-md-3{
        width: 22%;
    }
    .account-buttons .col-md-6{
        width: 50%;
    }
    .account-buttons .col-md-2{
        width: 16%;
    }
    .account-buttons{
        margin-top: 15px;
        justify-content: center !important;
    }

    .nav-item{
        width:100%;
    }
    .navbar-nav{
        flex-direction: column!important;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .navbar-toggler:focus{
        box-shadow: unset!important;
    }

    .popup-inner {
        width: 100%;
        height: auto;
    }
    .bg-popup{
        display: none;
    }
    .login-section {
        padding-bottom: 50px;
    }

    .game-bgs {
        background-position: center;
    }

    .mines .col-md-5 {
        width: 100%!important;
        padding: 0 !important;

        margin-bottom: 30px;
        margin-top: unset!important;
    }
    .mines .col-md-7 {
        width: 100%!important;
    }
    .mines{
        flex-direction: column-reverse;
    }

    aside, section {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }

    .bottom-text-blc img{
        width:100%;
    }

    .main-wrapper {
        background: unset !important;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .games-list .game-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .fastgamecard-inner img {
        width: 100%;
        border-radius: 12px;
        height: 250px;
        object-fit: cover;
    }
}

.live-games{
    padding-top: 150px;
}

.pagination{
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;

    padding-top: 25px;
}
.pagination .page-item a{
    background: #1E2028;

    border: unset!important;
}
.pagination .page-item.disabled a{
    color: #717277!important;
}
.pagination .page-item.active a{
    background: #6180FF!important;
}

.pagination .page-item a{
    color: white;
}

.live-games{
    background: url(/new/img/bg-lives.png);
    background-size: 100%;
    background-repeat: no-repeat;

    background-size: contain;
}
.live-games h2{
    font-size: 48px;
    color: white;
    margin-bottom: 50px;
}

.games-list.live-games .game-inner img{
    height: 135px;
}
.games-list.live-games .game-inner .game-hover svg {
    width: 25px;
    height: 30px;
    margin-bottom: 35px;
    min-width: 25px !important;
    min-height: 30px !important;
}

@media(max-width: 960px){
    .live-games{
        background-position: 0 70px;
    }
    .live-games h2{
        text-align: center;
    }
}

.courses span{
    text-align: left;
    display: block;
    margin-top: 0;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.courses{
    margin-bottom: 20px;
}

.history-table .t-heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    background: #1E2028;
}
.history-table .t-heading > div:nth-child(1){
    width: 5%;
}
.history-table .t-heading > div:nth-child(2){
    width: 30%;
}
.history-table .t-heading > div:nth-child(3){
    width: 25%;
}
.history-table .t-heading > div:nth-child(4){
    width: 25%;
}
.history-table .t-heading > div:nth-child(5){
    width: 15%;
}

.history-table .t-heading > div{
    font-weight: bold;
    color: white;

    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
.history-table .t-heading{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.history-table .t-lines{
    display: flex;
    flex-direction: column;
}
.history-table .line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-top: 8px;
}
.history-table .line > div:nth-child(1){
    width: 5%;
}
.history-table .line > div:nth-child(2){
    width: 30%;
}
.history-table .line > div:nth-child(3){
    width: 25%;
}
.history-table .line > div:nth-child(4){
    width: 25%;
}
.history-table .line > div:nth-child(5){
    width: 15%;
}

.history-table .t-lines > div{
    color: white;

    padding: 8px;
    box-sizing: border-box;

    text-align: center;
}
.history-table .t-lines span{
    margin-top: unset!important;
    display: block;
    width: 100%;

    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 4px;

    color: white!important;

    border-radius: 10px;
}
.history-table .t-lines span.orange{
    background: #d2982e;
}
.history-table .t-lines span.success{
    background: #82bb37;
}
.history-table .t-lines span.error{
    background: #861d1d;
}

@media(max-width: 960px){
    .cabinet {
        margin-top: 150px;
    }
    .hide-mob{
        display: none;
    }
    .tabs {
        display: flex;
    }
    .tabs a{
        text-align: center;
    }
    .history-container{
        width: 100%;
        overflow-x: scroll;
    }
    .history-table{
        width: 700px;
    }
}

.change-avatar{
    margin-bottom: 25px;
}
.col-md-12.bonus-form{
    margin-top: 25px;
}

.change-avatar img{
    width: 250px;
    height: 250px;

    object-fit: cover;
    object-position: center;

    border-radius: 100%;

    margin-bottom: 16px;

}

.fastgames-cont > *{
    margin-bottom: 30px;
}

.bkIframe{
    margin-top: 80px;

    height: 100vh!important;
}

@media(max-width: 600px){
    .bkIframe {
        margin-top: 130px;

        height: 74vh!important;
    }
}

.casino-play__wrapper-place .fullscreen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
}
.casino-play__wrapper-place .fullscreen iframe[data-v-d7a6507c]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px;
    overflow: hidden;
    z-index: 999999 !important;
}

.fastgames-cont .owl-item{
    padding:5px;
    box-sizing: border-box;
}

.fastgames-cont .owl-dots{
    display: none!important;
}
.fastgames-cont .owl-prev, .fastgames-cont .owl-next{
    color: white!important;
    font-size: 3.472vw!important;

    width: 3.472vw!important;
    height: 3.472vw!important;

    border-radius: 100%!important;

    background: #6180FF!important;
}
.fastgames-cont .owl-next span{
    position: relative;
    top: -1.14vw;
    right: -0.1vw;
}
.fastgames-cont .owl-prev span{
    position: relative;
    top: -1.14vw;
    right: 0.1vw;
}
.fastgames-cont .owl-nav{
    position: absolute;
    top: 9vw;
    display: flex;
    justify-content: space-between;
}

.fastgamecard-inner img{
    max-height: 391px;
}

.show-mob{
    display: none!important;
}
@media(max-width: 600px){
    .show-mob{
        display: flex!important;
    }
}

.bonus-form img{
    max-width: 350px;
}

.mob-bonus img{
    max-width: 70px;
    margin-right: 10px;
}

.mob-bonus span{
    display: inline-block;
    font-size: 18px;
    width: auto;

    margin-top: 0!important;

    font-weight: bold;
}
.mob-bonus h2{
    font-size: 18px!important;
    color: white!important;
}

.mob-bonus p{
    color: white;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
.mob-bonus{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 25px;

}


.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100% !important;
}


.marquee {
    animation: scroll 500s linear infinite;

    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}
.marquee img{
    width: 250px;
    object-fit: contain;

    height: 100px;
    margin-left: 15px;
    margin-right: 15px;
}
.marquee img:before {
    content: counter(item);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}

.marq-wrap{
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

.marq-wrap:before,
.marq-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.marq-wrap:before {
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(13, 16, 28, 1) 0%,
            rgba(13, 16, 28, 0) 100%
    );
}
.marq-wrap:after {
    right: 0;
    background: linear-gradient(
            90deg,
            rgba(13, 16, 28, 0) 0%,
            rgba(13, 16, 28, 1) 100%
    );
}

.partners{
    margin-top: 50px;
    margin-bottom: 50px;
}

@media(max-width: 600px){
    .popular-games .col-md-12{
        overflow-x: scroll;
    }
    .popular-games .col-md-12 .row{
        width: 900px;
        min-height: 650px;
    }

    .games-list .col-md-2 {
        width: 150px;
    }

    .slider-big {
        margin-top: 66px;
        margin-bottom: 50px;
    }
}

.slider-big .swiper-slide:before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    background: linear-gradient(180deg, rgba(18,20,28,1) 0%, rgba(18,20,28,0) 200%);

    z-index: 3;
}
.slider-big .content-area{
    position: absolute;
    top: 0;
    left: 0;

    z-index: 5;
    padding: 30px;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
}
.slider-big .content-area h2{
    font-size: 70px;

    background: linear-gradient(90deg, rgba(97,128,255,1) 35%, rgba(80,227,206,1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: Roboto;

    margin-bottom: 30px;

    text-align: center;
}

.slider-big .content-area p{
    color: white;
    font-size: 20px;
}
.slider-big .content-area p span{
    display: block;
    margin-top: 10px;

    font-size: 30px;

    background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    line-height: 30px;
}
.slider-big .swiper-slide > img{
    max-height: 500px;

    object-fit: cover;
    object-position: center;
}
.slider-big .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.slider-big .right{
    width: 50%;
    height: 100%;

    text-align: center;
}
.slider-big .right img{
    max-width: 100%;
    max-height: 374px;
    width: auto;
}

.partners h2{
    text-align: center;
}

.n-grad{
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%)!important;

    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.n-grad-2{
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%)!important;

    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

.cta-bg {
    width: 100%;
    min-height: 510px;
    object-fit: cover;
}

.n-games .cover-b{
    max-width: 100%;
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.3s ease transform;
}
.n-games .right-col .cover-b {
    height: 100%;
    max-height: 300px;
}
.n-games .col-md-6{
    margin-bottom: 15px;
    margin-top: 15px;
}
.n-games .row{
    align-items: stretch;
    height: 100%;
}
.ng-element{
    height: 100%;

    overflow: hidden;
    border-radius: 25px;

    position: relative;

    display: block;
    text-decoration: none;

    box-shadow: 5px 5px 5px rgba(131,58,180,0.2);

    transition: box-shadow 0.3s;
}
.ng-element:hover{
    box-shadow: 5px 5px 15px rgba(131,58,180,0.5);
}
.ng-element:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    content: ' ';

    background: linear-gradient(180deg, rgba(18,20,28,0.6) 0%, rgba(18,20,28,0) 200%);

    z-index: 3;
    border-radius: 25px;
}

.ng-element:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-25em) skewX(-45deg);

    z-index: 4;
}
.ng-element:hover:after {
    animation: moveLight 1s;
}

.ng-element:hover .cover-b{
    transform: scale(1.2);
}
@keyframes moveLight {
    from {
        transform: translateX(-25em) skewX(-45deg);
    }
    to {
        transform: translateX(40em) skewX(-45deg);
    }
}

.ng-element .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 6;
}
.ng-element .content i, .ng-element .content h3{
    color: white;
}

.ng-element .content i{
    font-size: 70px;

    margin-bottom: 15px;
}
.ng-element .content h3{
    letter-spacing: 8px;
    text-align: center;
}

.n-games{
    margin-bottom: 60px;
}

.footer-bar{
    display: none;
    position: fixed;
    bottom: 0;

    height: 80px;
    background: rgb(18, 20, 28);
    left: 0;
    width: 100%;

    z-index: 9999;
    border-top: 1px solid #1E2027;
}
@media(max-width: 600px){
    .footer-bar{
        display: block;
    }
}
.footer-bar-inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-bar-inner > *{
    min-width: 20%;
}
.footer-bar-inner a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #b9b9b9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 2px rgba(18, 20, 28,0.3) ;

    text-decoration: none;
    text-transform: uppercase;
}
.footer-bar-inner a i{
    font-size: 28px;

    margin-bottom: 8px;
}
.footer-bar-inner .balance{
    text-align: center;

    background-color: #b9b9b9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 2px rgba(18, 20, 28,0.3) ;
}

@media(max-width: 600px){
    .footer-bar-inner a span{
        display: none;
    }
}
.dep{
    background: linear-gradient(90deg, rgba(97,128,255,1) 35%, rgba(80,227,206,1) 100%)!important;
    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.cab img{
    max-width: 28px;
    width: 28px;
    height: 28px;
    object-fit: cover;

    border-radius: 100%;
    margin-bottom: 8px;
}
.balance label{
    background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%)!important;
    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}


/* Стили бокового меню */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px; /* Начальная позиция скрыта справа */
    width: 300px;
    height: 100%;
    background-color: #12141C;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease;
    z-index: 999;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 60px;
}

.side-menu ul li {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.side-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    display: block;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    width: 100%;
}

.side-menu ul li a i {
    margin-right: 10px;
    font-size: 20px;
}

.side-menu ul li a:hover {
    background-color: #1E2028;
}

/* Стили для кнопки закрытия меню */
.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

/* Оверлей для затемнения фона при открытии меню */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    z-index: 998;
}

/* Состояние активного меню */
.side-menu.open {
    right: 0;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 768px) {
    .side-menu {
        width: 250px;
    }
}

.side-menu hr{
    border-color: rgba(255,255,255,0.1);
}

.referAndEarn{
    background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
}
.referAndEarn i{
    font-size: 24px;
    margin-right: 10px;
}

.onlineMatch{
    background: linear-gradient(180deg, white -1.75%, #FF6E04 100.23%) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;

    text-decoration: none;

    transition: opacity 0.3s;
}
.onlineMatch i{
    font-size: 24px;
    margin-right: 10px;
}
.onlineMatch:hover{
    opacity: 0.7;
}

@media(min-width: 1440px){
    .games-list .game-inner img {
        height: 100%;
    }
}
@media(min-width: 600px){
    .show-sm{
        display: none!important;
    }
}
.show-mob-only{
    display: none!important;
}
@media(max-width: 600px){
    .account-buttons .col-md-6 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .show-mob-only{
        display: inline-flex!important;
    }
    .hide-mob-top{
        display: none!important;
    }
    #mainNav .col-md-3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%!important;
    }
    .account-buttons .col-md-6 {
        width: 80%;
    }

    .slider-big .swiper-slide > img {
        max-height: 500px;
        object-fit: cover;
        object-position: center;
        height: 500px;
    }
    .slider-big .content-area {
        flex-direction: column;
    }

    .slider-big .content-area h2 {
        font-size: 45px;
    }

    .slider-big .left {
        width: 100%;
    }
    .slider-big  .left p{
        width: 100%;
    }

    .hide-sm{
        display: none!important;
    }
}

.earn-container .first-cta{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.earn-container .first-cta h1{
    text-align: center;

    top: -100px;
    font-size: 70px;
    color: white;
    text-shadow: 0px 0px 10px black;
}
.earn-container .first-cta img, .earn-container .first-cta h1{
    position: relative;
    z-index: 3;
}
.earn-container .first-cta .grad-back{
    background: radial-gradient(circle, rgba(60,140,193,1) 0%, rgba(167,90,160,1) 50%);

    border-radius: 100%;

    width: 400px;
    height: 400px;

    position: absolute;

    top: 300px;
    margin: 0 auto;

    opacity: 0.4;
}

.cabinet-menu{
    margin-bottom: 30px;
    padding: 10px;
    background: linear-gradient(90deg, rgba(97,128,255,0.3) 35%, rgba(80,227,206,0.3) 100%);
    border-radius: 12px;
}
.cabinet-menu a{
    padding: 8px 20px;
    border-radius: 12px;

    color: rgb(174, 204, 228);
    text-decoration: none;

    transition: 0.3s;

    box-sizing: border-box;
    display: inline-flex;
}
.cabinet-menu a.active, .cabinet-menu a:hover{
    background: #6180FF;
    color: white;
}
.info-sec-1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 12px;
}
.info-sec-1 .iconset{
    background: radial-gradient(circle, rgba(60,140,193,1) 0%, rgba(167,90,160,1) 50%);
    border-radius: 100%;

}
.info-sec-1 .iconset img{
    width: 150px;
    height: 150px;

    border-radius: 100%;
}
.info-sec-1 .textset{
    text-align: center;
    color: rgb(174, 204, 228);
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;

    width: 100%;
}
.info-card-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.refLink{
    width: 100%;
    padding: 25px;
    font-size: 38px;
    border-radius: 24px;
    border: 2px solid #6180FF;
    background: linear-gradient(180deg, rgb(19, 24, 33) 0%, rgba(167,90,160,0.7623249983587185) 100%);
    color: white;
    outline: none;
}

.referal-field{
    position: relative;
}

.referal-field i{
    font-size: 40px;
    color: white;
    position: absolute;
    right: 50px;
    top: 30%;

    transition: 0.3s;

    cursor: pointer;
}
.referal-field i:hover{
    color: #6180FF;
}

.referal-sect{
    border-left: 0!important;
}
@media(max-width: 700px){
    .cabinet-menu{
        overflow-x: scroll;
    }
    .cabinet-menu-inner{
        width: 700px;
    }

    .earn-container .first-cta img, .earn-container .first-cta h1 {
        position: relative;
        z-index: 3;
        max-width: 100%;
        font-size: 40px;
    }
    .earn-container .first-cta .grad-back {
        background: radial-gradient(circle, rgba(60,140,193,1) 0%, rgba(167,90,160,1) 50%);
        border-radius: 100%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 300px;
        margin: 0 auto;
        opacity: 0.4;
    }

    .earn-container .first-cta h1 {
        text-align: center;
        top: -60px;
    }

    .info-sec-1 .iconset img {
        width: 75px;
        height: 75px;
        border-radius: 100%;
    }

    .info-sec-1 .textset {
        text-align: center;
        color: rgb(174, 204, 228);
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .info-sec-1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

    .refLink {
        width: 90%;
        padding: 16px;
        font-size: 18px;
        border-radius: 20px;
        border: 2px solid #6180FF;
        background: linear-gradient(180deg, rgb(19, 24, 33) 0%, rgba(167,90,160,0.7623249983587185) 100%);
        color: white;
        outline: none;
    }

    .referal-field i {
        font-size: 30px;
        color: white;
        position: absolute;
        right: 0;
        top: 24%;
        transition: 0.3s;
        cursor: pointer;
    }

    .cabinet {
        margin-top: 80px;
    }

    .cabinet .balance-container {
        background: #131821;
        border-radius: 15px;
        padding: 30px;
    }

    .tabs a {
        width: 49%;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 6px;
        color: #7A8697;
        font-size: 12px;
    }

    .bkIframe {
        margin-top: 73px;
    }

}

@media (max-width: 960px) {
    .live-games {
        background-position: 0 0;
    }
    .live-games .title-wrap{
        margin-top: 35px;
    }
    .wrp-section {
        padding-top: 73px;
    }
    .live-games {
        padding-top: 45px;
    }
}

.new-hello-bonus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(97,128,255,0.3) 35%, rgba(80,227,206,0.3) 100%);
    border-radius: 12px;

    align-items: center;
}
.new-hello-bonus .iconset1{
    background: radial-gradient(circle, rgba(60,140,193,1) 0%, rgba(167,90,160,1) 50%);
    border-radius: 100%;

    width: 150px;
    height: 150px;
}
.new-hello-bonus .iconset1 img{
    width: 150px;
    height: 150px;

    border-radius: 100%;
}
.textset1{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.textset1 h2, .textset1 p{
    color: white;
}
.textset1 h2{
    text-align: center;
}

@media(max-width: 600px){
    .hide-mob{
        display: none!important;
    }
    .new-hello-bonus {
        flex-direction: column;
    }
    .new-hello-bonus span{
        font-size: 26px!Important;
        font-weight: bold;
    }
    .new-hello-bonus h2{
        font-size: 20px!Important;
    }

    .tabs a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .textset1 {
        padding-left: 0!important;
    }

    .tabs-sect {
        flex-wrap: wrap;
    }
    .tabs-sect a{
        width: 48%;
        margin-bottom: 8px;
    }
}


#sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    background: #343a40;
    color: white;
    transition: left 0.3s ease;
    padding-top: 80px;
    z-index: 1040;
}

#sidebar.active {
    left: 0;
}

#sidebar .nav-link {
    color: white;
}

#content {
    margin-left: 0;
    transition: margin-left 0.3s ease;
}

@media (min-width: 768px) {
    #content.active {
        margin-left: 250px;
    }
}

.fixed-top{
    z-index: 1050;
}

#menuWrap1{
    transition: padding-left 0.3s;
}
.pl-260{
    padding-left: 310px;
}

.popular-games.games-list .col-md-2{
    width: 12vw;
    height: 10vw;
}

.language-selector1{
    height: 100%;
    text-transform: uppercase;

    background: #1E2028;

    border: unset!important;

    margin-right: 10px;
}
.language-selector1:active{
    background: #1E2028!important;
}
.language-selector1.show{
    background: #6180FF!important;
}
.language-selector1:hover,.language-selector1:focus{
    background: #6180FF;
}
.dropdown-menu{
    background: #1E2028!important;
}
.dropdown-menu{
    min-width: 60px!important;
}
.dropdown-menu a{
    padding: unset !important;
    width: 100%;
    text-align: center;
    display: block;
    margin: unset !important;
    margin-bottom: 4px!IMPORTANT;
}

#sidebar{
    background: #12141C!important;
    border-right: 1px solid #1E2027!important;
}
#sidebar .nav{
    padding-right: unset !important;
    padding-left: unset !important;
}

#sidebar .nav-link{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#sidebar .nav-link img{
    width: 30px;
    height: 30px;

    filter: grayscale(100%);

    object-fit: cover;

    margin-right: 10px;

    transition: all 0.3s ease;
}
#sidebar .nav-link:hover img{
    filter: grayscale(0);
}

.account-buttons a.loginBtn{
    background: #82bb37!important;
    color: white!important;
}
#sidebar .nav-item{
    transition: 0.3s;
}
#sidebar .nav-item:hover{
    background: rgb(97, 128, 255, 0.5)!important;
}

.paddings-btn a{
    margin-bottom: unset!important;
}

.for-slots{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkbox-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-group input[type="checkbox"] {
    display: none;
}

.checkbox-button {
    display: inline-block;
    padding: 5px 16px;
    border: 2px solid #212529;
    border-radius: 6px;
    background-color: #212529;
    color: white;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.checkbox-group input[type="checkbox"]:checked + .checkbox-button {
    background-color: #424649;
    color: white;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.checkbox-button:hover {
    background-color: #424649;
}

.checkbox-group input[type="checkbox"]:checked + .checkbox-button:hover {
    background-color: #424649;
}

.ch-group h4{
    font-size: 16px;
    margin-top: 15px;
    color: #727376;
}

.cabinet-and-dep{
    display: flex;
    flex-direction: row;
    align-items: center;

    cursor: pointer!important;
}
.cabinet-and-dep *{

    cursor: pointer!important;
}
.cabinet-and-dep > img{
    width: 40px;
    height: 40px;

    border-radius: 100%;
    margin-right: 15px;
}
.cabinet-and-dep .cabinet-info{
    display: flex;
    flex-direction: row;

    align-items: center;
}
.cabinet-and-dep .cabinet-info span{
    color: white;

    font-size: 20px;

    text-transform: uppercase!important;
}
.cabinet-and-dep .cabinet-info > span{
    margin-right: 8px;
}
.cabinet-and-dep .cabinet-info label{
    color: white;

    font-size: 20px;
}
.cabinet-and-dep .cabinet-info label label{

    background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%)!important;
    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

.account-buttons .gradient-button {
    margin-left: 15px;

    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white!important;
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(270deg, #ff6ec4, #7873f5, #4ADEDE);
    background-size: 600% 600%;
    animation: gradientAnimation 5s ease infinite;
    transition: transform 0.2s ease!important;
}

.account-buttons .gradient-button:hover {
    transform: scale(1.05);
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.logo-mob{
    display: none;
}

.checkbox-group{
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media(max-width: 800px){
    .cabinet-and-dep{
        display: none!important;
    }

    #mainNav .col-md-3{
        width: 30%!important;
    }
    #mainNav .col-md-9{
        width: 70%!important;

        padding-top:0!important;
        margin-top: 5px !important;
        height: 45px;
        justify-content: end !important;
    }

    .logo-top{
        display: none;
    }
    .logo-mob{
        display: block!important;
        width: 45px;
    }

    .popular-games.games-list .col-md-2 {
        width: 31vw;
        height: 20vw;
    }
    .popular-games .col-md-12 .row {
        width: 186vw;
        min-height: unset!important;
    }

    .games-list .game-inner .game-hover {
        padding: 2px!important;
    }
    .games-list .game-inner .game-hover svg{
        display: none!important;
    }

    .footer-bar .gradient-button {
        margin-left: 15px;

        display: inline-block;
        padding: 8px;
        font-size: 14px;
        font-weight: bold;
        color: white!important;
        text-decoration: none;
        border-radius: 8px;
        background: linear-gradient(270deg, #ff6ec4, #7873f5, #4ADEDE);
        background-size: 600% 600%;
        animation: gradientAnimation 5s ease infinite;
        transition: transform 0.2s ease!important;
    }

    .footer-bar .gradient-button:hover {
        transform: scale(1.05);
    }

    .w-100 {
        width: 106% !important;
    }

    #sidebar .nav-link img {
        filter: grayscale(0) !important;
    }

    .n-games .col-md-6 {
        width: 50% !important
    }

    .ng-element .content h3 {
        letter-spacing: 5px;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
    }

    .footer-bar .gradient-button {
        margin-right: 10px;
        margin-left: unset!important;
    }

    .for-slots{
        justify-content: start;
    }

    .checkbox-group{
        display: flex;
        gap: 10px;
        margin-top: 10px;
        flex-direction: row;

        flex-wrap: nowrap;

        width: 1700px;
    }
    .for-mob-scroll{
        overflow-x: scroll;
        width: 100%;
    }
}

.casino-play__control_externa{
    display: none!important;
}
.fullscreen{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
}