 *{
    box-sizing:border-box;
    padding:0;
    margin:0;
    caret-color:transparent;
    font-family:Inter,sans-serif;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none
}
body{
    scrollbar-color:transparent transparent;
    scrollbar-width:thin;
}
.main-container{
    width:100%;
    height:100%;
    padding-top:38px
}
.main-container.chat-bar{
    width:calc(100% - 320px)!important
}
.game-container{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:row;
    padding:4px
}
.game-play-wrapper{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow-y:hidden;
    padding-left:4px
}
.lining-nums-tabular-nums{
    font-variant-numeric:lining-nums tabular-nums
}
.language-change-wrapper{
    height:27px;
    border:1px solid white;
    border-radius:15px
}
.language-change-container{
    height:100%;
    display:flex;
    position:relative;
    padding:0 8px;
    align-items:center;
    cursor:pointer
}
.language-change-container img{
    width:16px
}
.language-change-modal-wrapper{
    position:absolute;
    width:210px;
    height:136px;
    border-radius:10px;
    top:35px;
    left:0;
    transform:translate(-70%);
    background-color:#fff;
    color:#707070;
    font-weight:600;
    border:1px solid #ffffff;
    padding:0 10px
}
.language-change-modal-wrapper p{
    font-size:14px;
    padding:5px 0 0
}
.language-change-wrap{
    width:190px;
    height:28px;
    border-radius:5px;
    border:1px solid #707070;
    margin-top:5px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 5px;
    font-size:14px
}
.disconnect-wrapper{
    position:fixed;
    display:flex;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    z-index:999;
    overflow:hidden
}
.disconnect-container{
    height:100%;
    max-height:500px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.disconnect-alert-wrapper{
    background-color:#1b1c1d;
    max-width:600px;
    width:100%;
    min-height:204px;
    border-radius:20px;
    border:1px solid #2a2b2e;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:20px 50px;
    margin-bottom:1rem;
    box-shadow:0 0 8px #0000004d;
    color:#fff
}
.disconnect-icon{
    background:url(/assets/img/disconnect-icon.svg) no-repeat,center;
    width:120px;
    height:120px;
    background-size:contain;
    margin-bottom:40px
}
.disconnect-alert-text{
    text-align:center;
    margin-bottom:15px
}
@keyframes shrink{
    0%,20%{
        width:0;
        height:0;
        opacity:1
    }
    50%{
        width:15px;
        height:15px;
        opacity:1
    }
    to{
        width:0;
        height:0;
        opacity:1
    }
}
.connection-wrapper{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column
}
.cont{
    display:flex;
    width:80px;
    justify-content:center;
    height:25px
}
.wrap{
    display:flex;
    width:30px;
    justify-content:center;
    align-items:center
}
.first1{
    background-color:#dc143c;
    width:0;
    height:0;
    border-radius:50%;
    animation:shrink 1.5s infinite alternate
}
.second2{
    background-color:#dc143c;
    width:0;
    height:0;
    border-radius:50%;
    animation:shrink 1.5s infinite alternate;
    animation-delay:.25s
}
.three3{
    background-color:#dc143c;
    width:0;
    height:0;
    border-radius:50%;
    animation:shrink 1.5s infinite alternate;
    animation-delay:.5s
}
.four4{
    background-color:#dc143c;
    width:0;
    height:0;
    border-radius:50%;
    animation:shrink 1.5s infinite alternate;
    animation-delay:.75s
}
.notify-modal-wrapper{
    display:flex;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#181818ea;
    z-index:999;
    justify-content:center;
    align-items:center
}
.notify-modal-container{
    display:flex;
    flex-direction:column;
    position:relative;
    width:340px;
    background-color:#fff;
    border-radius:10px;
    padding:10px
}
.notify-modal-buttons-wrapper{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
    margin-bottom:10px
}
.notify-modal-button{
    display:flex;
    padding:10px;
    border-radius:10px;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    width:calc(50% - 10px);
    justify-content:center;
    align-items:center
}
.notify-modal-button.deposit{
    background-color:#35df43
}
.notify-modal-button.close{
    background-color:#db492f
}
@media (max-width: 1400px){
    .main-container.chat-bar{
        width:calc(100% - 280px)!important
    }
}
@media (max-width: 992px){
    .main-div{
        overflow-y:scroll;
        scrollbar-color:rgba(87,96,102,.5) #2c2d31!important;
        scrollbar-width:thin!important
    }
    .game-play-wrapper{
        padding:0
    }
}
@media (max-width: 767px){
    .main-container.chat-bar{
        width:100%!important
    }
}
.header-wrapper{
    display:flex;
    height:38px;
    background-color:#1b1c1d;
    width:inherit;
    position:fixed;
    top:0;
    left:0;
    z-index:840;
    justify-content:space-between;
    padding:4px
}
.header-logo-wrapper{
    height:100%;
    width:84px;
    margin-left:10px;
    display:flex;
    align-items:center
}
.header-question{
    margin-left:19px;
    color:#5f3816;
    background-color:#e69308;
    border-radius:20px;
    cursor:pointer;
    padding:2px 6px 1px;
    display:flex;
    align-items:center;
    border:1px solid black;
    font-weight:400;
    font-family:Inter,sans-serif;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.question-img{
    height:16px;
    width:16px;
    background:url(/assets/img/question-light.svg) no-repeat
}
.how-to-play-text{
    color:#5f3816;
    padding-left:5px;
    display:table-cell;
    vertical-align:middle;
    line-height:1.5;
    font-size:.875rem
}
.userBalance{
    color:#28a909;
    font-family:Inter,sans-serif;
    font-weight:600;
    margin-right:4px;
    text-align:right;
    font-size:14px;
    letter-spacing:.7px
}
.balanceCurrency{
    color:#9b9c9e;
    font-size:14px;
    font-family:Inter,sans-serif;
    font-weight:500;
    margin-right:4px
}
.userWrapper{
    position:relative
}
.dropdownToggle{
    cursor:pointer
}
.burger-icon{
    margin:4px;
    width:24px;
    height:24px;
    background:url(/assets/img/burger-icon.svg) no-repeat center center
}
.chatWrapper{
    cursor:pointer
}
.chatBar{
    height:100%;
    width:100%
}
.chat-icon{
    margin:4px;
    width:24px;
    height:24px;
    background:url(/assets/img/chat-icon.svg) no-repeat center center
}
.user-menu-dropdown{
    display:none;
    position:fixed;
    width:320px;
    border-radius: 8px;
    height:auto;
    background-color:#2c2d30;
    will-change:transform;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%)
}
.user-menu-dropdown.show{
    display:block
}
.userMenuContainer{
    width:100%;
    height:100%;
    font-family:Inter,sans-serif
}
.userMenuTitle{
    padding:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
    font-size:1rem;
    font-family:Inter,sans-serif
}
.userAvatar{
    width:40px;
    height:40px;
    border-radius:50%;
    position:relative;
    min-width:40px;
    min-height:40px
}
.userAvatar img{
    width:100%;
    height:100%
}
.userInfo{
    display:flex;
    width:50%;
    align-items:center
}
.userIDNumber{
    margin-left:10px;
    font-size:16px;
    line-height:16px;
    font-weight:700;
    color:#fff
}
.avatar-change{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
    color:#83878e;
    cursor:pointer;
    padding:6px 15px 6px 10px;
    width:auto;
    border:solid 1px #414148;
    border-radius:21px;
    background-color:#252528
}
.avatarChangeLogo{
    background:url(/assets/img/avatarLogo.svg) no-repeat center center/contain;
    width:20px;
    height:20px
}
.avatarChangeText{
    margin-left:4px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    line-height:1
}
.avatarChangeText div{
    height:14px;
    font-weight:400;
    font-family:Inter,sans-serif
}
.userMenuBody{
    padding-bottom:14px;
    display:flex;
    flex-direction:column;
    color:#fff
}
.userMenuList{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-width:124px;
    font-size:14px;
    color:#fff;
    font-family:Inter,sans-serif
}
.pb-20{
    padding-bottom:20px
}
.userMenuList-item{
    height:44px;
    width:100%;
    background-color:#1b1c1d;
    display:flex;
    align-items:center;
    padding:7px 10px;
    justify-content:space-between
}
.userMenuList>*:not(:first-child){
    border-top:1px solid rgba(255,255,255,.1)
}
.um-list-item-title{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    line-height:12px
}
.um-list-item-title-2 {
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    gap: 10px;
    color:#fff;
    font-size:16px;
    line-height:12px
}
.um-icon-wrapper{
    width:24px;
    display:flex;
    justify-content:center;
    margin-right:4px
}
.sound-icon{
    background:url(/assets/img/sound.svg) no-repeat center center/contain;
    width:15px;
    height:16px
}
.music-icon{
    background:url(/assets/img/music.svg) no-repeat center center/contain;
    width:16px;
    height:18px
}
.animation-icon{
    background:url(/assets/img/animation.svg) no-repeat center center/contain;
    width:18px;
    height:16px
}

.um-money-icon {
    background:url(/assets/img/limits.svg) no-repeat center center/contain;
    width:16px;
    height:15px
}
.um-withdraw-icon {
    background:url(/assets/logo/withdraw.png) no-repeat center center/contain;
    transform: rotate(45deg);
    width:16px;
    height:15px
}
.um-deposit-icon {
    background:url(/assets/logo/withdraw.png) no-repeat center center/contain;
    transform: rotate(225deg);
    width:16px;
    height:15px
}

.um-star-icon{
    background:url(/assets/img/star-menu.svg) no-repeat center center/contain;
    width:16px;
    height:15px
}
.um-history-icon{
    background:url(/assets/img/history-grey.svg) no-repeat center center/contain;
    width:16px;
    height:15px
}
.um-limits-icon{
    background:url(/assets/img/limits.svg) no-repeat center center/contain;
    width:16px;
    height:10px
}
.um-help-icon{
    background:url(/assets/img/question-gray.svg) no-repeat center center/contain;
    width:16px;
    height:16px
}
.um-rules-icon{
    background:url(/assets/img/rules.svg) no-repeat center center/contain;
    width:16px;
    height:15px
}
.um-provably-fair-icon{
    background:url(/assets/img/rules.svg) no-repeat center center/contain;
    width:13px;
    height:15px
}
.um-input-switch{
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
    padding:4px;
    justify-content:flex-end;
    width:36px;
    height:24px;
    border-radius:32px;
    background-color:#141516
}
.switch-oval{
    min-width:16px;
    max-width:16px;
    height:16px;
    background-color:#a3a3a3;
    border-radius:50%
}
.cursor-pointer{
    cursor:pointer
}
.um-input-switch.off{
    justify-content:flex-start
}
.um-input-switch.off span{
    background-color:#2c2d30
}
@media (max-width: 768px){
    .header-logo-wrapper{
        width:72px;
        margin-left:5px
    }
    .how-to-play-text{
        display:none
    }
    .header-question{
        border:1px solid #1b1c1d;
        background:none;
        margin-left:2px!important
    }
    .question-img{
        width:20px;
        height:20px;
        background:url(/assets/img/question-gray.svg) no-repeat
    }
}
.howtoplay-modal-wrapper.show{
    opacity:1;
    transition:opacity .15s linear
}
.howtoplay-modal-wrapper{
    position:fixed;
    top:0;
    left:0;
    z-index:1010;
    width:100%;
    height:100%;
    opacity:0
}
.hwt-wrap{
    position:relative;
    margin:28px auto;
    width:800px;
    height:auto
}
.hwt-content-wrap{
    width:100%;
    height:100%;
    background-color:#1b1c1d;
    border-radius:8px;
    border:0
}
.hwt-wrap.show{
    transform:none;
    transition:transform .3s ease-out
}
.hwt-wrap.fade{
    transition:transform .3s ease-out;
    transform:translateY(-50px)
}
.hwt-header{
    border:0;
    padding:0 10px;
    height:36px;
    align-items:center;
    font-size:16px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    font-weight:400;
    font-family:Inter,sans-serif;
    background-color:#e69308!important;
    display:flex;
    justify-content:space-between;
    color:#965419!important
}
.hwt-close-btn{
    padding:5px 15px 5px 5px;
    color:#49290c!important;
    margin:-16px -16px -16px auto;
    background:none;
    border:none;
    cursor:pointer
}
.hwt-x{
    text-shadow:0 1px 0 #97a4ae;
    color:#6c3f17!important;
    font-weight:700;
    line-height:1;
    font-size:1.5rem;
    font-family:Inter,sans-serif
}
.hwt-x:hover{
    text-shadow:0 1px 0 #fff!important
}
.hwt-body{
    display:block;
    font-size:14px;
    background-color:#f5a623;
    width:100%;
    position:relative;
    padding:1rem
}
.youtube-embed{
    display:block;
    position:relative;
    width:calc(100% + 2rem);
    margin-left:-1rem;
    margin-right:-1rem;
    height:100%
}
.youtube-embed iframe{
    width:100%;
    aspect-ratio:16 / 9
}
.step{
    display:flex;
    color:#5f3816;
    margin-top:15px;
    font-size:14px;
    font-family:Inter,sans-serif;
    line-height:1.5
}
.step-title-wrap{
    display:flex;
    min-width:65px;
    max-width:65px;
    justify-content:space-between;
    align-items:center
}
.step-title-wrap img{
    width:40px;
    height:40px
}
.step-title-wrap p{
    font-size:18px;
    font-weight:700;
    color:#5f3816
}
.step-context{
    padding-left:15px
}
.hwt-footer{
    font-size:14px;
    border:0;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background-color:#e69308!important;
    display:flex;
    align-items:center;
    justify-content:center
}
.detail-rules{
    background:none;
    padding:.25rem .5rem;
    margin:4px auto;
    line-height:1.5;
    cursor:pointer;
    font-size:.875rem;
    color:#5f3816!important;
    font-family:Inter,sans-serif;
    border-radius:20px;
    border:1px solid #e69308
}
.detail-rules:hover{
    text-decoration:underline
}
@media (max-width: 992px){
    .hwt-wrap{
        width:500px!important
    }
}
@media (max-width: 576px){
    .hwt-wrap{
        width:auto!important;
        margin:.5rem!important
    }
}
.modalWrapper{
    width:100%;
    height:100%;
    position:fixed;
    background-color:#000;
    top:0;
    left:0;
    z-index:1000;
    transition:opacity .15s linear
}
.modalWrapper.show{
    opacity:.5;
    transition:opacity .15s linear
}
.fade-out{
    opacity:0;
    transition:opacity .15s linear,visibility 0s .15s
}
.gameRulesModal{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    overflow-x:scroll;
    scrollbar-color:#0000 #0000!important
}
.gameRulesModal.show{
    opacity:1;
    transition:opacity .15s linear
}
.gameRulesWrapper{
    width:100%;
    max-width:1140px;
    background-color:#1b1c1d;
    border:none;
    border-radius:8px;
    height:auto;
    position:relative;
    margin:28px auto
}
.gameRulesWrapper.show{
    transform:none;
    transition:transform .3s ease-out
}
.gameRulesWrapper.fade{
    transition:transform .3s ease-out;
    transform:translateY(-50px)
}
.gameRulesContent{
    color:#fff;
    font-family:Inter,sans-serif;
    width:100%;
    height:100%
}
.gameRulesHeader{
    border:none;
    padding:0 10px;
    height:36px;
    display:flex;
    align-items:center;
    line-height:16px;
    font-size:16px;
    background-color:#2c2d30;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    font-weight:400;
    justify-content:space-between
}
.gameRulesCloseBtn{
    padding:5px 15px 5px 5px;
    margin:-1rem -1rem -1rem auto;
    cursor:pointer;
    color:#97a4ae;
    text-shadow:0 1px 0 #97a4ae;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    opacity:.5;
    border:none;
    background:none;
    font-family:Inter,sans-serif
}
.gameRulesCloseBtn:hover{
    opacity:1
}
.gameRulesBody{
    font-size:14px;
    font-family:Inter,sans-serif;
    padding:1rem;
    color:#fff;
    font-weight:400;
    line-height:1.5
}
.provably-fair-modal-link{
    color:red;
    cursor:pointer;
    font-size:14px
}
.provably-fair-modal-link:hover{
    text-decoration:underline
}
.gameRules-h6{
    font-size:1rem;
    margin-bottom:10px;
    margin-top:30px;
    font-weight:500;
    line-height:1.2;
    text-transform:uppercase;
    color:#fff
}
.gameRulesStepsWrapper{
    font-size:14px;
    font-family:Inter,sans-serif;
    color:#fff
}
.gameRulesSteps-title{
    padding-top:60px;
    padding-left:10px;
    font-size:1rem;
    margin-bottom:10px;
    font-weight:500;
    line-height:1.2
}
.steps-container{
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    font-size:14px;
    color:#fff
}
.rules-step{
    flex:0 0 240px
}
.step-title{
    color:#fff;
    font-weight:700;
    font-size:24px;
    margin-top:20px;
    margin-bottom:10px;
    line-height:1.2
}
.step-img{
    width:240px;
    height:140px;
    border-radius:20px;
    border:1px solid #4e4e4e
}
.rules-step-text{
    display:flex;
    align-items:center;
    margin-top:10px;
    font-weight:700;
    line-height:1.5
}
.rules-step-text2{
    display:flex;
    margin-top:10px;
    font-weight:700;
    line-height:1.5
}
.rules-step-text img{
    height:36px;
    padding-right:4px
}
.rules-step-text span{
    color:red;
    font-weight:700;
    font-size:14px;
    font-family:Inter,sans-serif;
    padding-right:4px
}
.rules-step-text2 img{
    height:36px;
    padding-right:4px
}
.rules-step-text2 span{
    color:red;
    font-weight:700;
    font-size:14px;
    font-family:Inter,sans-serif;
    padding-right:4px
}
.text-grey{
    color:#d2d2d2
}
.mb-16{
    margin-bottom:16px
}
.rules-list{
    padding-right:20px;
    padding-left:20px;
    padding-top:20px;
    font-size:14px;
    font-family:Inter,sans-serif;
    color:#fff
}
.rules-list-title{
    margin-left:-20px;
    margin-bottom:10px
}
.rules-list-group-item{
    list-style:none;
    margin:0;
    border:none;
    background:url(/assets/img/right-red-arrow.svg) no-repeat 0 3px;
    padding:2px 0 2px 14px;
    color:#d2d2d2;
    font-size:14px
}
.rules-verify-img{
    width:14px;
    height:16px;
    transform:translateY(4px);
    margin:0 4px
}
.gameFunctionsTitle{
    margin-top:60px;
    font-size:1rem;
    margin-bottom:10px;
    font-weight:500;
    line-height:1.2;
    color:#fff
}
.game-functions-list{
    padding-right:20px;
    padding-left:20px;
    padding-top:10px;
    font-size:14px;
    font-family:Inter,sans-serif;
    color:#fff
}
.d-flex{
    display:flex
}
.ml-4{
    margin-left:4px
}
.gameLimitsWrapper{
    width:100%;
    max-width:500px;
    background-color:#1b1c1d;
    border:none;
    border-radius:8px;
    height:auto;
    position:relative;
    margin:28px auto
}
.gameLimitsWrapper.show{
    transform:none;
    transition:transform .3s ease-out
}
.gameLimitsWrapper.fade{
    transition:transform .3s ease-out;
    transform:translateY(-50px)
}
.gameLimitsBody{
    width:100%;
    position:relative;
    padding:30px 16px
}
.gameLimitsListGroup{
    display:flex;
    flex-direction:column;
    font-size:14px;
    color:#fff;
    border-radius:8px;
    font-family:Inter,sans-serif
}
.gl-list-item{
    border:1px solid rgba(255,255,255,.1);
    padding:12px 5px 12px 10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    line-height:14px;
    height:34px
}
.gl-list-item-border-top{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom:none
}
.gl-list-item-border-bottom{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    border-top:none
}
.gl-list-item-text span{
    padding-right:4px
}
.badge{
    border-radius:11px;
    background-color:#123405;
    border:1px solid #427f00;
    padding:3.5px 10px
}
@media (max-width: 576px){
    .gameLimitsWrapper{
        width:auto;
        max-width:100%!important;
        margin:8px!important
    }
}
.provablyFairSettings{
    width:100%;
    max-width:800px;
    background-color:#1b1c1d;
    border:none;
    border-radius:8px;
    height:auto;
    position:relative;
    margin:28px auto
}
.provablyFairSettings.show{
    transform:none;
    transition:transform .3s ease-out
}
.provablyFairSettings.fade{
    transition:transform .3s ease-out;
    transform:translateY(-50px)
}
.provablyFairSettingsBody{
    color:#868b8d;
    font-family:Inter,sans-serif;
    font-size:14px
}
.pfs-info{
    display:flex;
    justify-content:space-between;
    padding:20px;
    border-bottom:1px solid rgba(255,255,255,.1);
    text-align:left;
    line-height:14px;
    cursor:pointer
}
.pfs-info-link{
    color:#e30c32;
    display:flex;
    align-items:center;
    flex-shrink:0;
    margin-left:8px
}
.pfs-info-link div{
    background:url(/assets/img/question-red.svg) no-repeat center center/contain;
    width:16px;
    height:16px;
    display:inline-block;
    flex-shrink:0;
    cursor:pointer;
    margin-right:4px
}
.client-seed{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:10px 20px;
    border-bottom:1px solid rgba(255,255,255,.1)
}
.client-seed-title{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%
}
.client-seed-title-main{
    display:flex;
    width:100%;
    color:#fff;
    align-items:center
}
.client-seed-title-main span{
    padding-bottom:5px
}
.client-seed-title-main div{
    background-image:url(/assets/img/client-pfs.svg);
    width:32px;
    height:25px;
    display:inline-block;
    background-size:cover;
    margin-right:10px
}
.client-seed-title-sub{
    width:100%;
    display:flex;
    max-width:689px;
    color:#9b9c9e
}
.client-seed-type{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-top:10px;
    max-width:689px;
    border-radius:8px;
    background-color:#0707084d;
    padding:10px 10px 10px 20px
}
.client-seed-type-wrap{
    display:flex;
    align-items:center;
    cursor:pointer;
    flex-shrink:0;
    margin-bottom:0
}
.client-seed-radio{
    display:inline-block;
    min-width:16px;
    height:16px;
    border:1px solid #38ca07;
    background-color:#0006;
    margin-right:5px;
    border-radius:50%
}
.client-seed-type.active .client-seed-radio{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.client-seed-type.active .radio-dot{
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#38ca07
}
.random-block-key{
    opacity:.2;
    width:100%;
    max-width:400px
}
.client-seed-type.active .random-block-key,.client-seed-type.active .manually-block-key{
    opacity:1
}
.key-container-random{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:5px;
    padding:12px 23px 14px 20px;
    background-color:#000;
    position:relative;
    overflow:hidden;
    color:#fff;
    border-radius:24px
}
.current-key-text{
    color:#868b8d;
    margin-right:5px
}
.manually-block-key{
    opacity:.2;
    width:100%;
    max-width:400px;
    align-items:center;
    justify-content:space-between;
    display:flex
}
.key-container-manually{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:700px;
    margin-top:5px;
    padding:12px 23px 14px 20px;
    background-color:#000;
    position:relative;
    overflow:hidden;
    margin-right:10px;
    white-space:nowrap;
    border-radius:24px;
    flex-grow:1;
    font-size:14px
}
.white-text{
    color:#fff
}
.manually-button{
    cursor:pointer;
    height:30px;
    line-height:1.2;
    border:1px solid #b2f2a3;
    background-color:#28a909;
    box-shadow:inset 0 1px 1px #ffffff80;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.5);
    border-radius:20px;
    padding:.375rem .75rem;
    color:#fff;
    font-size:1rem;
    font-family:Inter,sans-serif;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.manually-button span{
    display:flex;
    align-items:center;
    justify-content:center
}
.manually-button:hover{
    background-color:#36cb12
}
.manually-button:active{
    background-color:#36cb12;
    transform:translateY(1px);
    border-color:#1c7430
}
.server-seed{
    padding:10px 20px 20px;
    display:flex;
    flex-direction:column;
    align-items:center
}
.server-seed-title{
    display:flex;
    align-items:center;
    align-self:flex-start;
    color:#fff
}
.server-seed-title div{
    background-image:url(/assets/img/server-pfs.svg);
    width:32px;
    height:31px;
    display:inline-block;
    background-size:cover;
    margin-right:10px
}
.server-seed-value-block{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    margin-top:13px
}
.server-seed-key-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:700px;
    margin-top:5px;
    padding:12px 23px 14px 20px;
    background-color:#000;
    position:relative;
    overflow:hidden;
    color:#fff;
    border-radius:24px;
    font-family:Inter,sans-serif
}
.server-seed-key{
    display:flex;
    align-items:center;
    overflow:hidden;
    margin-right:8px;
    height:20px;
    white-space:nowrap
}
.provablyFairSettingsFooter{
    background-color:#2c2d30;
    border:0;
    font-size:14px;
    font-family:Inter,sans-serif;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    color:#868b8d
}
@media (max-width: 992px){
    .provablyFairSettings{
        max-width:500px!important;
        line-height:1.5
    }
    .pfs-info{
        display:flex;
        flex-direction:column
    }
    .pfs-info-link{
        margin-left:0;
        margin-top:10px
    }
    .client-seed-type{
        flex-direction:column
    }
    .random-block-key{
        min-width:100%;
        max-width:100%
    }
    .manually-block-key{
        min-width:100%;
        max-width:100%;
        flex-wrap:wrap;
        justify-content:center
    }
    .key-container-manually{
        min-width:100%;
        max-width:100%
    }
    .manually-button{
        margin-top:10px
    }
}
@media (max-width: 576px){
    .provablyFairSettings{
        width:auto!important;
        margin:.5rem!important
    }
}
.provably-modal-wrapper{
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    font-size:14px;
    background-color:#2d3c27;
    padding:1rem;
    color:#fff;
    line-height:1.5
}
.verify-big{
    display:flex;
    margin-bottom:5px;
    justify-content:center
}
.verify-big div{
    background:url(/assets/img/verify.svg) no-repeat center center/contain;
    width:80px;
    height:90px
}
.modal-text-center{
    text-align:center;
    margin-top:10px;
    margin-bottom:5px
}
.modal-top-text{
    border-radius:6px;
    background-color:#0000004d;
    color:#9ea0a3;
    padding:10px;
    margin-bottom:20px;
    margin-top:20px;
    font-family:Inter,sans-serif;
    line-height:1.5
}
.text-center{
    text-align:center
}
.provably-description{
    color:#9ea0a3;
    margin-top:10px
}
.pf-schema{
    margin-bottom:30px;
    margin-top:30px;
    justify-content:center;
    display:flex
}
.pf-schema div{
    background:url(/assets/img/pf-scheme.svg) no-repeat center center/contain;
    width:500px;
    height:513px
}
.mt-10{
    margin-top:10px
}
.mt-20{
    margin-top:20px
}
.mt-30{
    margin-top:30px
}
@media (max-width: 1200px){
    .gameRulesWrapper{
        max-width:800px!important
    }
}
@media (max-width: 992px){
    .gameRulesWrapper{
        max-width:500px!important
    }
}
@media (max-width: 576px){
    .gameRulesWrapper{
        width:auto!important;
        margin:.5rem!important
    }
}
.freeBetsBody{
    font-size:14px;
    font-family:Inter,sans-serif;
    padding:16px 10px
}
.freeBetsContent{
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:14px;
    color:#fff
}
.freeBetsItem{
    display:flex;
    align-items:center;
    flex-direction:column;
    width:100%
}
.freeBetsItem-row{
    border:1px solid #229607;
    height:34px;
    width:100%;
    display:flex;
    align-items:center;
    color:#d2d2d2;
    border-radius:8px;
    background-color:#0707084d;
    margin:10px auto 0
}
.client-seed-radio.active{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-left:9px!important;
    margin-right:0!important
}
.client-seed-radio.active .radio-dot{
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#38ca07
}
.freeBetsItem-row-text{
    margin-left:12px
}
.free-bets-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:12px;
    padding-left:5px;
    color:#fff
}
.archive-btn{
    display:flex;
    align-items:center;
    font-size:12px;
    cursor:pointer;
    color:#b8b8b7;
    border-radius:17px;
    border:1px solid #414148;
    background-color:#252528;
    padding:0 10px 0 5px;
    line-height:1.5
}
.free-bets-history-icon{
    background:url(/assets/img/history-grey.svg) no-repeat center center/contain;
    width:14px;
    height:14px;
    margin-right:3px
}
.archive-btn:hover .free-bets-history-icon{
    background:url(/assets/img/history-red.svg) no-repeat center center/contain
}
.free-bets-active{
    position:relative;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    width:100%;
    padding:30px 0
}
.free-bet-image{
    width:100px;
    height:62px;
    background:url(/assets/img/ticket-free-bet.svg)
}
.free-bets-none{
    margin-top:14px;
    color:#fff
}
.free-bets-header-archive{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    color:#fff;
    font-size:14px
}
.archive-back-btn{
    display:flex;
    align-items:center;
    font-size:14px;
    cursor:pointer;
    color:#b8b8b7;
    border-radius:17px;
    border:1px solid #414148;
    background-color:#252528;
    padding-right:10px;
    padding-left:5px;
    line-height:1.5
}
.archive-back-btn-icon{
    background:url(/assets/img/x-grey.svg) no-repeat center center/contain;
    width:11px;
    height:11px;
    margin-right:3px;
    align-self:center
}
.archive-back-btn:hover .archive-back-btn-icon{
    background:url(/assets/img/x-red.svg) no-repeat center center/contain
}
.archive-loader-wrap{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#1b1c1d;
    display:none;
    align-items:center;
    justify-content:center
}
.archive-loader-wrap.show{
    display:flex
}
.archive-loader-wrap.mybets{
    padding-top:100px;
    align-items:flex-start
}
.archive-loader{
    width:32px;
    height:32px;
    border:3px solid rgba(208,2,27,.2);
    border-bottom-color:#d0021b;
    border-radius:50%;
    display:inline-block;
    box-sizing:border-box;
    animation:archive-loader-rotation 1.1s linear infinite
}
@keyframes archive-loader-rotation{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(360deg)
    }
}
.my-bet-modal-body{
    font-size:14px;
    padding:10px 5px;
    font-family:Inter,sans-serif;
    color:#fff;
    line-height:1.5
}
.my-bet-modal-list{
    display:flex;
    flex-direction:column;
    overflow-x:auto;
    padding-bottom:10px
}
.my-bet-modal-list-title{
    font-size:11px;
    color:#7b7b7b;
    min-height:20px;
    max-height:20px;
    align-items:center;
    display:flex
}
.my-bet-modal-date{
    min-width:55px;
    max-width:55px;
    padding-left:5px
}
.my-bet-modal-bet{
    min-width:30%;
    text-align:right;
    white-space:nowrap;
    padding-left:10px
}
.my-bet-modal-multiplier{
    padding-left:10px
}
.my-bet-modal-cash-out{
    flex:1;
    text-align:right;
    white-space:nowrap
}
.my-bet-modal-tools{
    min-width:40px;
    max-width:40px
}
.my-bet-modal-list-body{
    display:flex;
    flex-direction:column;
    position:relative
}
.my-bet-item-wrap{
    background-color:#101112;
    height:34px;
    margin-top:2px;
    border-radius:8px;
    border:1px solid #101112;
    color:#fff;
    display:flex;
    align-items:center
}
.my-bet-item-wrap.celebrated{
    border-color:#427f00;
    background-color:#123405
}
.my-bet-item-wrap.celebrated .my-bet-item-bet{
    opacity:1
}
.my-bet-item-date{
    min-width:62px;
    max-width:62px;
    font-size:12px;
    color:#bbbfc5;
    line-height:1;
    padding-left:5px
}
.my-bet-item-bet{
    min-width:28%;
    opacity:.5;
    justify-content:flex-end;
    white-space:nowrap;
    display:flex;
    font-size:14px;
    color:#fff
}
.my-bet-item-multiplier{
    font-size:12px;
    min-width:18%;
    padding-left:10px;
    align-items:center;
    display:flex
}
.bubble-multiplier{
    padding:2px 6px;
    border-radius:11px;
    color:#34b4ff;
    background-color:#00000080;
    font-weight:700;
    font-size:12px
}
.my-bet-item-cash-out{
    flex:1;
    text-align:right;
    padding-right:10px;
    font-size:14px;
    color:#fff
}
.my-bet-item-tools{
    min-width:40px;
    max-width:40px;
    height:40px;
    padding-right:5px;
    align-items:center;
    display:flex
}
.my-bet-item-verify{
    background:url(/assets/img/verify.svg) no-repeat center center/contain;
    width:14px;
    height:16px;
    cursor:pointer
}
.my-bet-item-share{
    background:url(/assets/img/share-icon.svg) no-repeat center center/contain;
    width:16px;
    height:14px;
    cursor:pointer;
    margin-left:5px
}
.my-bet-modal-footer{
    padding-top:5px;
    text-align:center
}
.my-bet-load-more{
    cursor:pointer;
    border:1px solid #36363c;
    border-radius:20px;
    background-color:#252528;
    color:#83878e;
    text-align:center;
    box-shadow:none;
    padding:.25rem .5rem;
    padding-left:20px;
    padding-right:20px;
    font-size:.875rem;
    line-height:1.5
}
.my-bet-load-more:hover{
    box-shadow:none;
    background-color:#36363c
}
.mybets-all{
    position:relative!important;
    height:200px!important
}
.info-board-wrapper{
    display:flex;
    flex-direction:column;
    height:100%;
    flex-grow:0;
    flex-shrink:0;
    width:100%;
    min-width:410px;
    max-width:410px
}
.bets-block{
    display:flex;
    flex-direction:column;
    height:100%;
    width:100%;
    background-color:#1b1c1d;
    border-radius:20px;
    padding:8px 8px 0
}
.bets-block-nav{
    font-size:12px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:400px;
    width:100%
}
.navigation-switcher{
    display:flex;
    width:100%;
    height:32px;
    background:#141516;
    border-radius:64px;
    border:4px solid #141516;
    position:relative;
    font-size:12px
}
.nav-slider{
    height:100%;
    position:absolute;
    border-radius:10px;
    transition:transform .5s ease;
    width:100px;
    background-color:#2c2d30;
    transform:translate(0)
}
.nav-tab{
    width:100%;
    flex-grow:1;
    cursor:pointer;
    height:100%;
    position:relative;
    text-align:center;
    background:none;
    outline:none;
    color:#a3a3a3;
    font-size:12px;
    font-weight:400;
    padding:0;
    border:none;
    border-radius:32px;
    letter-spacing:-.18px;
    transition:background-color .25s ease-in,color .25s ease-in
}
.nav-tab:hover{
    color:#d0021b
}
.nav-tab.active{
    color:#ebebeb;
    cursor:default;
    pointer-events:none;
    background:#2c2d30
}
.info-board-footer{
    display:flex;
    padding:10px 4px;
    justify-content:space-between;
    align-items:center;
    width:100%
}
.provably-fair-block{
    display:flex;
    align-items:center;
    height:12px;
    color:#a3a3a3;
    font-size:10px;
    font-weight:500;
    line-height:12px;
    padding:0 4px;
    cursor:pointer
}
.info-board-provably-fair{
    display:flex;
    cursor:pointer;
    align-items:center;
    font-size:10px;
    color:#a3a3a3
}
.i-fair{
    background:url(/assets/img/pf-icon.svg) no-repeat center center/contain;
    width:12px;
    height:12px;
    margin:0 6px
}
.powered-logo-wrap{
    display:flex;
    height:12px;
    padding:0 4px;
    font-size:10px;
    color:#525252;
    line-height:12px;
    font-weight:500
}
.powered-logo-wrap a{
    display:flex;
    color:#525252;
    text-decoration:none;
    background-color:transparet
}
.spribe-logo{
    background:url(/assets/img/spribe-logo-icon.svg) no-repeat center center/contain;
    width:35px;
    height:10px;
    margin-left:3px;
    cursor:pointer;
    padding:.5px 1px 2px
}
.my-bet-item-wrap.new{
    margin-top:4px!important;
    height:32px!important;
    padding:4px;
    background:#101112;
    border-radius:32px;
    display:flex;
    align-items:center;
    width:100%
}
.my-bet-item-wrap.new.celebrated{
    border:none;
    background:linear-gradient(0deg,#427f004d,#427f004d),#101112
}
.my-bet-item-bet.new{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    min-width:72px;
    font-size:12px;
    color:#bbbfc5;
    font-weight:500;
    text-align:right;
    margin-left:4px;
    padding:0 4px;
    white-space:nowrap;
    opacity:1
}
.my-bet-item-multiplier.new{
    width:100%;
    font-size:12px;
    color:#bbbfc5;
    font-weight:500;
    text-align:right;
    margin-left:4px;
    padding:0 4px;
    white-space:nowrap;
    display:flex;
    justify-content:end;
    min-width:unset
}
.bubble-multiplier.new{
    background:none;
    font-size:12px;
    font-weight:500;
    padding:0
}
.my-bet-item-cash-out.new{
    width:100%;
    font-size:12px;
    color:#bbbfc5;
    font-weight:500;
    text-align:right;
    margin-left:4px;
    padding:0 4px;
    white-space:nowrap;
    flex:auto
}
.all-bets-block-title-wrap{
    display:flex;
    width:100%;
    min-width:300px;
    padding:8px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border-radius:14px;
    background:#141516;
    margin-bottom:4px;
    margin-top:4px
}
.all-bets-block-title-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:4px;
    width:100%;
    height:20px
}
.all-bets-block-stats{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:4px;
    height:16px;
    width:100%
}
.all-bets-block-progress{
    width:100%;
    height:8px;
    background:#2b2b2b80;
    border-radius:32px;
    overflow:hidden;
    padding:2px
}
.all-bets-block-progress-bar{
    width:60%;
    height:100%;
    background:#427f00;
    transition:width .3s ease;
    border-radius:32px
}
.all-bets-block-header-cashout{
    color:#ccc;
    font-weight:600;
    font-size:16px;
    line-height:18px
}
.all-bets-block-bets-count{
    display:flex;
    align-items:center;
    font-size:14px
}
.all-bets-block-bets-count span{
    font-weight:500;
    font-size:12px;
    line-height:100%;
    color:#ccc
}
.all-bets-block-bets-count p{
    padding-left:4px;
    font-size:12px;
    color:#7b7b7b
}
.all-bets-block-total-win{
    font-weight:400;
    font-size:12px;
    line-height:100%;
    color:#7b7b7b
}
.all-bets-block-avatars-wrap{
    display:flex;
    position:relative;
    align-items:center
}
.all-bets-block-avatar-wrap-1{
    z-index:10;
    width:24px;
    height:24px;
    border-radius:50%;
    border:solid 1px #28a90a
}
.all-bets-block-avatar-wrap-2{
    z-index:9;
    width:24px;
    height:24px;
    border-radius:50%;
    border:solid 1px #28a90a;
    margin-left:-8px
}
.all-bets-block-avatar-wrap-3{
    z-index:8;
    width:24px;
    height:24px;
    border-radius:50%;
    border:solid 1px #28a90a;
    margin-left:-8px
}
@media (max-width: 1400px){
    .info-board-wrapper{
        min-width:370px;
        max-width:370px
    }
}
@media (max-width: 1200px){
    .info-board-wrapper{
        min-width:320px;
        max-width:320px
    }
}
@media (max-width: 992px){
    .info-board-wrapper{
        height:80vh;
        padding-left:0;
        padding-top:4px;
        max-width:100%;
        min-width:100%
    }
    .game-container{
        padding-left:5px;
        padding-right:5px;
        flex-direction:column-reverse;
        height:auto;
        overflow-y:auto
    }
}
.all-bets-tab{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:0
}
.all-bets-block{
    display:flex;
    font-size:14px;
    line-height:1.2;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    align-items:center;
    justify-content:space-between;
    color:#fff
}
.previous-hand{
    height:20px;
    font-size:12px;
    padding:0 8px 0 3px;
    white-space:nowrap;
    color:#9ea0a3;
    border-radius:17px;
    border:1px solid #414148;
    background-color:#252528;
    cursor:pointer;
    display:flex;
    align-items:center
}
.previous-hand.prev{
    border:1px solid #e90000!important;
    background-color:#600
}
.previous-hand:hover .previous-history-icon{
    background:url(/assets/img/history-red.svg) no-repeat center center/contain
}
.previous-history-icon{
    color:#fff;
    width:17px;
    height:16px;
    background:url(/assets/img/history-grey.svg) no-repeat center center/contain
}
.previous-history-icon-prev{
    margin-left:5px;
    color:#fff;
    width:12px;
    height:12px;
    background:url(/assets/img/close-x.svg) no-repeat center center/contain
}
.previous-text{
    margin-left:5px;
    font-size:12px;
    white-space:nowrap;
    color:#9ea0a3;
    cursor:pointer
}
.all-bets-spacer{
    height:2px;
    background-color:#141516
}
.all-bets-legend{
    display:flex;
    padding:4px;
    margin-bottom:4px;
    justify-content:center;
    align-items:center;
    color:#7b7b7b;
    font-size:10px;
    font-weight:500
}
.all-bets-user{
    min-width:92px;
    margin-left:0;
    text-align:left;
    height:12px;
    width:100%;
    padding:0 4px;
    white-space:nowrap;
    color:#7b7b7b;
    font-size:10px;
    font-weight:500
}
.all-bets-bet{
    width:100%;
    height:12px;
    min-width:72px;
    margin-left:4px;
    padding:0 4px;
    text-align:right;
    white-space:nowrap;
    color:#7b7b7b;
    font-size:10px;
    font-weight:500
}
.all-bets-x,.all-bets-cashout{
    height:12px;
    width:100%;
    min-width:72px;
    margin-left:4px;
    padding:0 4px;
    text-align:right;
    white-space:nowrap;
    color:#7b7b7b;
    font-size:10px;
    font-weight:500
}
.real-time-bets-wrapper{
    display:block;
    position:relative;
    contain:strict;
    transform:translateZ(0);
    will-change:scroll-position;
    height:100%;
    width:100%
}
.real-time-bets-wrapper:hover{
    scrollbar-color:rgba(0,0,0,.4) transparent!important
}
.real-time-bets-container{
    transform:translateY(0);
    min-width:100%;
    contain:content;
    overflow-y:scroll;
    scrollbar-width:thin;
    height:100%
}
.my-bets-tab-wrapper{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:0
}
.my-bets-tab-title{
    padding-left:10px;
    padding-right:10px
}
.top-tab-wrapper{
    display:flex;
    flex-direction:column;
    height:100%;
    margin-top:4px
}
.top-opt-wrapper{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:16px;
    background:#141516;
    padding:4px;
    margin-bottom:4px
}
.top-opt{
    display:flex;
    align-items:center
}
.top-opt-buttons{
    position:relative;
    width:100%;
    height:32px;
    border-radius:12px;
    background-color:transparent;
    color:#a3a3a3;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
    letter-spacing:-.18px;
    border:none;
    padding:0 4px;
    transition:background-color .25s ease-in,color .25s ease-in;
    cursor:pointer;
    outline:none
}
.top-opt-buttons.active{
    background:#2c2d30;
    cursor:default;
    color:#ebebeb
}
.top-opt-buttons:not(.active):hover{
    color:#d0021b
}
.top-tab-switcher{
    min-height:24px;
    max-height:24px;
    display:flex;
    justify-content:center;
    font-size:12px;
    margin-bottom:5px
}
.top-tab-switcher-wrap{
    height:100%;
    background:#141516;
    border-radius:10px;
    border:1px solid #141516;
    position:relative;
    font-size:12px
}
.top-tab-items-container{
    height:100%;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    overflow-y:scroll!important;
    margin:0 0 0 5px;
    scrollbar-width:thin!important;
    position:relative
}
.top-tab-items-container:hover{
    scrollbar-color:rgba(0,0,0,.4) transparent!important
}
.multiplier-bet-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:32px;
    background:#101112;
    height:32px;
    width:100%;
    padding:4px;
    font-size:12px;
    font-weight:500;
    letter-spacing:-.3px;
    margin-bottom:4px
}
.bet-component-wrapper{
    color:#9ea0a3;
    margin-bottom:4px;
    background:#101112;
    width:100%;
    height:92px;
    padding:8px;
    border-radius:16px;
    font-size:12px
}
.bet-component-body{
    height:80px;
    background:#101112;
    align-items:center;
    display:flex;
    position:relative
}
.bet-component-user-avatar{
    margin-left:30px;
    position:absolute
}
.bet-component-user-avatar img{
    width:30px;
    height:30px;
    vertical-align:middle;
    border-style:none
}
.bet-component-user-avatar div{
    font-size:13px;
    color:#9ea0a3
}
.bet-component-footer{
    height:28px;
    background:#000;
    align-items:center;
    justify-content:space-between;
    display:flex;
    font-size:12px;
    color:#9ea0a3
}
.multiplier-bet-item-date{
    width:33%;
    min-width:100px;
    overflow:hidden;
    color:#bbbfc5;
    text-overflow:ellipsis;
    padding:0 4px;
    font-size:12px;
    letter-spacing:.4px
}
.multiplier-bet-item-date span{
    margin-right:4px
}
.multiplier-info-container{
    display:flex;
    width:33%;
    justify-content:flex-end
}
.multiplier-info-result{
    width:33%;
    text-align:right;
    padding:0 4px;
    color:#bbbfc5
}
.multiplier-fairness{
    background:#2c2d30 url(/assets/img/shield-icon.svg) no-repeat center center/contain;
    width:24px;
    height:24px;
    border-radius:50%;
    cursor:pointer
}
.multiplier-bet-item.top{
    height:90px;
    align-items:center!important;
    justify-content:center!important
}
.multiplier-fairness.top{
    position:absolute!important;
    right:0;
    top:0;
    margin-top:10px
}
.multiplier-info-result.top{
    font-size:24px;
    padding:2px 16px;
    border-radius:16px
}
.multiplier-bet-item-date.top{
    display:flex;
    justify-content:center;
    min-width:100%;
    max-width:100%;
    margin-left:0!important
}
.top-tab-legend{
    font-size:11px;
    color:#7b7b7b;
    min-height:20px;
    max-height:20px;
    margin-left:10px;
    margin-right:10px;
    align-items:center;
    display:flex
}
.top-tab-legend-date{
    min-width:45%;
    max-width:45%;
    margin-left:10px
}
.x-fairness{
    width:100%;
    align-items:center;
    justify-content:space-between;
    display:flex
}
.huge-wins-date{
    margin-right:16px!important;
    margin-left:10px;
    color:#9ea0a3;
    line-height:1.5
}
.huge-wins-date span{
    margin-right:4px
}
.line-height-15{
    line-height:1.5
}
.bet-component-bet-info{
    width:100%;
    align-items:center;
    justify-content:center;
    display:flex
}
.bet-component-bet-info-content{
    width:100%;
    color:#9ea0a3;
    font-size:12px
}
.ml-20{
    margin-left:20px
}
.justify-content-end{
    justify-content:end
}
.ml-5{
    margin-left:5px
}
.w-50{
    width:50%
}
.color-white{
    color:#fff
}
.biggest-win-amount-celebrated{
    border-radius:11px;
    border:1px solid #427f00;
    background-color:#123405;
    font-size:14px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    margin-left:5px
}
.bet-shared-icon{
    width:50px;
    height:20px;
    border-radius:17px;
    border:1px solid #414148;
    background-color:#252528;
    cursor:pointer;
    margin-right:5px;
    align-items:center;
    justify-content:center;
    display:flex
}
.bet-shared-icon-button{
    background:url(/assets/img/share-wide.svg) no-repeat center center/contain;
    width:34px;
    height:14px
}
.mr-4{
    margin-right:4px
}
.all-bets-user-wrap{
    min-width:92px;
    align-items:center;
    display:flex
}
.all-bets-user-wrap img{
    width:24px;
    height:24px;
    margin-right:4px;
    border-style:none
}
.all-bets-user-wrap div{
    font-size:12px;
    color:#bbbfc5;
    font-weight:500;
    white-space:nowrap;
    text-align:left;
    text-overflow:ellipsis;
    letter-spacing:-.18px;
    font-family:Inter,sans-serif;
    text-rendering:optimizeLegibility
}
.bet-component-title-wrap{
    height:32px;
    margin-bottom:8px;
    display:flex;
    flex-direction:row;
    width:100%;
    font-size:12px
}
.bet-component-username-date{
    margin-left:4px;
    padding:0 4px;
    letter-spacing:-.18px;
    width:100%;
    min-width:68px;
    display:flex;
    flex-direction:column;
    font-size:12px
}
.bet-component-title-username{
    color:#bbbfc5;
    font-weight:500;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:1px
}
.bet-component-buttons-group{
    display:flex;
    justify-content:flex-end
}
.bet-component-buttons-group-btn{
    display:flex;
    width:32px;
    height:32px;
    justify-content:center;
    align-items:center;
    border-radius:64px;
    background:#2c2d30;
    padding:0;
    cursor:pointer;
    outline:none;
    border:none
}
.bet-component-body-wrap{
    display:flex;
    flex-direction:row;
    width:100%;
    font-size:12px
}
.bet-component-info-column{
    width:50%;
    display:flex;
    flex-direction:column
}
.bet-component-info-row{
    display:flex;
    font-size:12px
}
.bet-component-info-description{
    margin-right:auto;
    padding:0 2px;
    color:#7b7b7b;
    font-weight:400;
    letter-spacing:-.18px
}
.bet-component-info-value{
    margin-left:auto;
    padding:0 2px;
    color:#bbbfc5;
    text-align:right;
    font-weight:500;
    letter-spacing:-.3px
}
.real-time-bets-wrapper.rounds{
    scrollbar-width:thin;
    overflow-y:scroll;
    scrollbar-color:transparent transparent
}
.previous-round-result-title-wrap{
    display:flex;
    width:100%;
    height:68px;
    min-width:300px;
    padding:8px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border-radius:14px;
    background:#141516;
    margin-bottom:4px;
    margin-top:4px
}
.previous-round-result-text{
    margin-bottom:2px;
    color:#bbbfc5;
    text-align:center;
    font-size:12px;
    font-weight:500;
    letter-spacing:-.18px
}
.previous-round-result-multiplier{
    text-align:center;
    font-size:24px;
    font-style:normal;
    font-weight:700;
    line-height:normal;
    color:transparent;
    letter-spacing:.5px
}
.fairness-round-info-wrapper{
    font-size:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:auto;
    margin-left:5px;
    line-height:16px
}
.fairness-round-multiplier{
    padding:2px 6px;
    border-radius:11px;
    color:#c017b4;
    background-color:#00000080;
    font-weight:700;
    font-size:12px
}
.fairness-round-date{
    padding-left:5px;
    font-size:14px
}
.fairness-modal-body{
    font-size:14px;
    position:relative;
    padding:1rem
}
.fairness-modal-body-content-wrapper{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;
    font-size:14px
}
.fairness-modal-body-content{
    max-width:700px;
    width:100%;
    line-height:14px;
    font-size:14px;
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    height:100%
}
.fairness-modal-content-part{
    display:flex;
    flex-direction:column;
    width:100%
}
.fairness-server-seed{
    display:flex;
    width:100%;
    align-items:center;
    margin-bottom:8px
}
.fairness-server-seed-icon{
    width:32px;
    height:31px;
    background-image:url(/assets/img/server-pfs.svg);
    margin-right:10px;
    flex-shrink:0;
    line-height:14px;
    font-size:14px
}
.fairness-server-seed-text{
    display:flex;
    flex-direction:column;
    color:#fff;
    flex-shrink:0;
    line-height:14px;
    font-size:14px
}
.fairness-server-seed-text div{
    margin-top:3px;
    color:#ffffff80
}
.fairness-modal-server-seed-value{
    width:100%;
    border-radius:6px;
    background-color:#0707084d;
    padding:12px 20px;
    display:flex;
    line-height:1.5;
    font-size:14px
}
.pt-20{
    padding-top:20px
}
.fairness-client-seed-icon{
    width:32px;
    height:25px;
    background-image:url(/assets/img/client-pfs.svg);
    margin-right:10px;
    flex-shrink:0;
    line-height:14px;
    font-size:14px
}
.mb-5{
    margin-bottom:5px
}
.fairness-player-wrap{
    display:flex;
    min-width:40%;
    max-width:40%;
    align-items:center;
    line-height:14px;
    font-size:14px
}
.fairness-player-wrap span{
    color:#ffffff80;
    margin-right:10px;
    line-height:14px;
    font-size:14px
}
.fairness-player-seed{
    display:flex;
    align-items:center;
    width:100%;
    white-space:nowrap;
    line-height:14px;
    font-size:14px
}
.fairness-player-seed span{
    color:#ffffff80;
    margin-right:10px
}
.fairness-player-seed div{
    width:100%;
    -webkit-user-select:text;
    user-select:text
}
.fairness-player-info{
    display:flex;
    font-weight:700;
    align-items:center;
    line-height:14px;
    font-size:14px
}
.fairness-player-info img{
    width:30px;
    height:30px;
    border-radius:50%;
    border:3px solid #343434;
    margin-right:7px
}
.fairness-modal-server-seed-value.client{
    padding:4px 20px
}
.fairness-server-seed-icon.hash{
    background-image:url(/assets/img/hash.svg)!important;
    min-width:30px!important;
    max-width:30px!important;
    height:30px!important
}
.fairness-modal-server-seed-value input{
    width:100%;
    background:transparent;
    border:none;
    color:#fff;
    outline:none;
    overflow:visible
}
.fairness-footer{
    margin:4px!important
}
.fairness-footer span{
    margin-left:5px;
    color:#e30c32;
    cursor:pointer;
    text-align:center;
    font-size:14px;
    line-height:1.5
}
.footer-parts-wrapper{
    display:flex;
    width:100%
}
.footer-parts{
    display:flex;
    width:33.3%
}
.footer-parts span{
    padding:12px 0;
    background-color:#0707084d;
    display:flex;
    width:100%
}
.decimal-value{
    text-align:center;
    align-items:center;
    justify-content:center
}
.p40{
    width:40%!important
}
.p30{
    width:30%!important
}
.hex-value{
    justify-content:end
}
.provablyFairSettingsFooter.fairness{
    padding:10px!important
}
.footer-parts-title{
    color:#ffffff80;
    justify-content:center;
    display:flex;
    width:100%;
    align-items:center;
    margin-bottom:8px
}
.footer-parts-title span{
    width:25%;
    text-align:center
}
.footer-parts-value{
    padding:12px 0;
    justify-content:center;
    width:100%;
    border-radius:6px;
    background-color:#0707084d;
    display:flex
}
.footer-parts-value span{
    width:25%;
    text-align:center
}
.footer-part-title{
    color:#ffffff80;
    justify-content:center;
    display:flex;
    width:100%;
    align-items:center;
    margin-bottom:8px
}
.footer-part-value{
    margin-bottom:10px;
    padding:12px 0;
    justify-content:center;
    width:100%;
    border-radius:6px;
    background-color:#0707084d;
    display:flex
}
.fairness-modal-content-part.column{
    display:none
}
@media (max-width: 992px){
    .fairness-modal-server-seed-value.client{
        flex-direction:column!important;
        align-items:center
    }
    .fairness-player-wrap{
        width:100%!important;
        min-width:100%!important;
        max-width:100%!important;
        justify-content:center
    }
    .fairness-player-seed{
        width:auto;
        justify-content:center;
        margin-top:4px
    }
    .fairness-modal-content-part.row{
        display:none!important
    }
    .fairness-modal-content-part.column{
        display:flex!important
    }
}
.bet-controls-wrapper{
    display:flex;
    justify-content:center;
    width:100%;
    font-family:Inter,sans-serif;
    color:#fff;
    padding-top:4px;
    flex-shrink:0;
    visibility:visible
}
.bet-control-container{
    width:100%;
    height:184px;
    min-width:310px;
    border-radius:20px
}
.bet-control-container.hidden{
    display:none
}
.bet-control-container.visible{
    display:block!important
}
.bet-control{
    display:flex;
    position:relative;
    width:100%;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border-radius:20px;
    background-color:#1b1c1d;
    height:100%;
    margin:0 auto;
    border:solid 1px transparent
}
.bet-control-wrap{
    position:relative;
    display:flex;
    height:100%;
    max-height:184px;
    width:100%;
    max-width:384px;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    padding:8px
}
.second-hand-btn{
    position:absolute;
    right:8px;
    top:8px;
    width:32px;
    height:32px;
    padding:0;
    cursor:pointer;
    border-radius:50%;
    border:4px solid #141516;
    background:#2c2d30 url(/assets/img/bet-control-plus.svg) no-repeat center center
}
.second-hand-btn:active{
    transform:translateY(1px)
}
.second-hand-btn.hidden{
    display:none
}
.bet-nav-switcher-wrap{
    font-size:12px;
    height:32px
}
.bet-nav-switcher{
    height:100%;
    background:#141516;
    border-radius:64px;
    border:1px solid #141516;
    position:relative;
    padding:4px
}
.bet-nav-switcher.disabled{
    pointer-events:none;
    opacity:.5
}
.bet-switcher-tab{
    width:100px;
    height:100%;
    position:relative;
    text-align:center;
    background:none;
    color:#9ea0a3;
    padding:0;
    outline:none;
    text-transform:none;
    overflow:visible;
    border:none;
    border-radius:32px;
    transition:background-color .25s ease-in,color .25s ease-in
}
.bet-switcher-tab.active{
    color:#ebebeb;
    background:#2c2d30;
    cursor:default
}
.bet-switcher-tab.active:hover{
    color:#fff;
    cursor:default
}
.bet-switcher-tab:hover{
    color:#d0021b;
    cursor:pointer
}
.bet-block-container{
    margin:auto;
    width:100%;
    max-width:390px;
    display:flex;
    justify-content:center;
    padding-top:8px
}
.bet-block{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:140px
}
.bet-block-button-wrap{
    width:calc(100% - 148px);
    margin-left:7px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    border:4px solid #141516;
    border-radius:16px
}
.bet-btn{
    width:100%;
    height:100%;
    font-size:22px;
    cursor:pointer;
    border:1px solid #b2f2a3;
    color:#fafafa;
    min-height:80px;
    text-align:center;
    border-radius:12px;
    background-color:#28a909;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-family:Inter,sans-serif;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding:8px;
    line-height:27px
}
.bet-btn:hover{
    background-color:#36cb12
}
.bet-btn:active{
    background-color:#36cb12;
    transform:translateY(1px)
}
.amount-container{
    justify-content:center;
    align-items:flex-end;
    line-height:1
}
.bet-control-currency{
    font-size:18px;
    padding-left:5px;
    line-height:25px
}
.spinner-block{
    height:34px;
    font-size:18px;
    text-align:center;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:opacity .1s;
    border-radius:22px;
    background-color:#141516;
    font-weight:700;
    line-height:1;
    padding:4px
}
.amount-minus-btn{
    background:#2c2d30 url(/assets/img/minus-grey-icon.svg) no-repeat center center;
    width:24px;
    height:24px;
    min-height:24px;
    min-width:24px;
    color:#000000b3;
    text-align:center;
    line-height:16px;
    font-weight:600;
    cursor:pointer;
    border-radius:50%
}
.amount-plus-btn{
    background:#2c2d30 url(/assets/img/plus-grey-icon.svg) no-repeat center center;
    width:24px;
    height:24px;
    min-height:24px;
    min-width:24px;
    color:#000000b3;
    text-align:center;
    line-height:16px;
    font-weight:600;
    cursor:pointer;
    border-radius:50%
}
.amount-minus-btn:active,.amount-plus-btn:active{
    transform:translateY(1px)
}
.amount-input-wrap{
    display:flex;
    align-items:center;
    width:calc(100% - 35px);
    height:100%
}
.amount-input{
    width:100%;
    border:0;
    background:transparent;
    color:#ccc;
    letter-spacing:.5px;
    text-align:center;
    padding:0;
    font-weight:600;
    outline:none;
    overflow:visible;
    font-size:16px;
    line-height:1;
    caret-color:#fff
}
.bet-opt-list{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    font-size:14px;
    color:#9ea0a3;
    width:100%
}
.bet-opt-btn-first{
    font-size:14px;
    width:68px;
    height:24px;
    margin-top:4px;
    line-height:1;
    padding:0;
    background:#141516;
    border:none;
    cursor:pointer;
    border-radius:64px
}
.mt-4{
    margin-left:4px
}
.bet-opt-btn-first:active{
    transform:translateY(1px)
}
.remove-hand-btn{
    position:absolute;
    right:8px;
    top:8px;
    width:32px;
    height:32px;
    padding:0;
    cursor:pointer;
    border-radius:50%;
    border:4px solid #141516;
    background:#2c2d30 url(/assets/img/bet-control-remove.svg) no-repeat center center
}
.remove-hand-btn:active{
    transform:translateY(1px)
}
.pl-2{
    padding-left:2px
}
.pr-2{
    padding-right:2px
}
.bet-controller-border-line{
    height:2px;
    background:#141516;
    width:100%
}
.bet-controller-border-line.hidden{
    display:none!important
}
.auto-bet-container{
    display:flex;
    width:100%;
    max-width:390px;
    justify-content:space-around;
    align-items:center;
    height:40px;
    color:#9ea0a3
}
.auto-bet-container.hidden{
    display:none!important
}
.auto-bet-block{
    margin-left:5px;
    font-size:12px;
    text-align:center;
    display:flex;
    align-items:center
}
.aut-bet-wrapper{
    margin:0 5px 0 0
}
.cashout-block{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 5px
}
.cashout-switcher-wrapper{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.auto-cashout-text{
    font-size:12px;
    margin:0 5px 0 0;
    text-align:center
}
.cashout-spinner-wrapper{
    height:30px;
    width:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:5px;
    font-size:16px
}
.cashout-spinner{
    padding-right:5px;
    padding-left:10px;
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:opacity .1s;
    border-radius:22px;
    background-color:#000000b3;
    font-weight:700;
    font-size:inherit;
    line-height:1
}
.cashout-input-wrapper{
    width:calc(100% - 10px);
    display:flex;
    align-items:center;
    height:100%
}
.cashout-input-wrapper input{
    opacity:.5;
    width:100%;
    border:0;
    background:transparent;
    color:#fff;
    letter-spacing:-.1em;
    text-align:inherit;
    font-weight:700;
    outline:none;
    overflow:visible;
    font-size:inherit
}
.waitingBtn-text{
    font-size:14px;
    color:#fafafacc;
    text-align:center;
    line-height:normal;
    font-weight:600;
    margin-top:2px
}
.waitingBtn{
    height:100%;
    width:100%;
    font-size:20px;
    cursor:pointer;
    border:1px solid #ff7171;
    background-color:#cb011a;
    box-shadow:inset 0 1px 1px #ffffff80;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.5);
    border-radius:12px;
    padding:8px
}
.waitingBtn:hover{
    background-color:#f7001f
}
.waitingBtn:active{
    background-color:#f7001f;
    transform:translateY(1px)
}
.waitingBtn.height-100{
    height:100%!important
}
.bet-btn.betActive{
    border:1px solid #ffbd71;
    background-color:#d07206;
    box-shadow:inset 0 1px 1px #ffffff80
}
@media (max-width: 992px){
    .bet-block-container.margin{
        margin:10px auto
    }
    .bet-control{
        height:auto;
        min-height:150px
    }
    .bet-controls-wrapper{
        padding-top:5px
    }
    .bet-control-container{
        height:auto;
        min-height:150px
    }
    .bet-control-container.pr-5{
        padding-right:2.5px
    }
    .bet-control-container.pl-5{
        padding-left:2.5px
    }
}
@media (max-width: 650px){
    .bet-controls-wrapper{
        flex-direction:column
    }
    .bet-control-container.mb-4{
        margin-bottom:4px
    }
    .bet-control-container.pr-5{
        margin-bottom:5px;
        padding-right:0
    }
    .bet-control-container.pl-5{
        padding-left:0
    }
}
.result-history-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:22px;
    max-height:22px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    padding:0 5px
}
.payouts-wrapper{
    display:flex;
    align-items:center;
    position:relative;
    font-size:12px;
    width:100%;
    height:22px;
    overflow:hidden
}
.payout-container{
    display:flex;
    margin-right:4px;
    margin-left:1px;
    position:relative;
    z-index:1;
    cursor:pointer
}
.payout-wrapper{
    padding:2px 4px;
    border-radius:11px;
    font-weight:500;
    line-height:1.5!important;
    opacity:1!important;
    position:relative;
    z-index:1;
    margin-left:1px;
    margin-right:4px;
    font-size:12px;
    letter-spacing:.3px;
    text-align:center
}
.payout-wrapper.dropdown{
    opacity:1!important;
    margin:3px!important;
    cursor:pointer
}
.payout-wrapper-add{
    padding:2px 6px;
    border-radius:11px;
    background-color:#00000080;
    font-weight:700;
    line-height:1.5;
    opacity:inherit;
    position:absolute;
    z-index:2
}
.payout-wrapper-add.show{
    position:relative
}
.payout-wrapper:hover{
    opacity:1!important
}
.payout-wrapper-add.add{
    animation:slide-in 1s ease-in
}
.round-hide{
    border-radius:11px;
    background-color:#00000080;
    font-weight:700;
    line-height:1.5;
    opacity:0!important;
    position:relative;
    z-index:2;
    width:1px;
    animation:roundHide 4s ease
}
.round-hide.hide{
    display:none!important
}
.result-add{
    padding:2px 6px;
    border-radius:11px;
    background-color:#00000080;
    font-weight:700;
    line-height:1.5;
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    opacity:0
}
.add-wrap{
    display:flex;
    position:relative;
    width:100%;
    height:100%
}
.add-wrap.anim{
    animation:roundHide 4s ease-in-out
}
.pay-wrap{
    padding:2px 6px;
    border-radius:11px;
    background-color:#00000080;
    font-weight:700;
    line-height:1.5;
    opacity:.5;
    position:relative;
    z-index:1;
    transition:all 2s ease
}
@keyframes roundHide{
    0%{
        width:1%
    }
    to{
        width:100%
    }
}
@keyframes slide-in{
    0%{
        transform:translate(-90%,-10%) scale(1.5)
    }
    to{
        transform:translate(0) scale(1)
    }
}
.history-shadow{
    position:absolute;
    right:36px;
    width:13px;
    height:22px;
    background-image:linear-gradient(to left,#0d0d0d,#0000);
    z-index:10
}
.history-dropdown-btn{
    margin:0 4px;
    position:relative;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    height:16px;
    border-radius:13px;
    background:#2c2d30;
    cursor:pointer;
    white-space:nowrap;
    padding:0 4px
}
.history-icon-more{
    width:16px;
    height:16px;
    background:url(/assets/img/main/result-history-more.svg) no-repeat center center/contain
}
.history-icon-more.close{
    background:url(/assets/img/main/result-history-close.svg) no-repeat center center/contain
}
.trigger-wrap{
    display:flex;
    align-items:center;
    justify-content:center
}
.history-dropdown-wrapper{
    z-index:12
}
.history-icon-wrap{
    width:14px;
    height:13px;
    background:url(/assets/img/history-icon.svg) no-repeat center center/contain;
    margin-right:5px
}
.history-arrow-wrap{
    width:10px;
    height:10px;
    transition:transform .5s;
    background:url(/assets/img/history-icon-arrow.svg) no-repeat center center/contain
}
.history-dropdown-btn:hover .history-icon-wrap{
    background:url(/assets/img/history-icon-red.svg) no-repeat center center/contain
}
.history-dropdown-btn:hover .history-arrow-wrap{
    background:url(/assets/img/history-icon-arrow-red.svg) no-repeat center center/contain
}
.history-icon-wrap.open{
    background:url(/assets/img/history-icon-red.svg) no-repeat center center/contain
}
.history-arrow-wrap.open{
    background:url(/assets/img/history-icon-arrow-red.svg) no-repeat center center/contain;
    transform:rotate(180deg)
}
.history-stats-dropdown{
    position:absolute;
    top:0;
    right:0;
    will-change:transform;
    transform:translate(-5px,22px);
    background-color:initial;
    color:inherit;
    border:unset;
    margin:-26px 0 0;
    display:none;
    bottom:auto;
    float:left;
    min-width:10rem;
    text-align:left;
    border-radius:.25rem;
    z-index:11
}
.stats-dropdown-wrap{
    width:100%;
    border-radius:16px;
    box-shadow:0 2px 20px #00000080;
    background-color:#1b1c1d;
    margin:0 5px
}
.stats-dropdown-wrap-header{
    height:32px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    font-size:14px
}
.stats-dropdown-wrap-header div{
    margin-left:10px;
    font-size:12px;
    color:#a3a3a3;
    font-style:normal;
    font-weight:500;
    line-height:normal;
    letter-spacing:-.18px;
    font-variant-numeric:lining-nums tabular-nums
}
.stats-dropdown-payouts-block{
    background-color:#1b1c1d;
    display:flex;
    flex-wrap:wrap;
    padding:5px;
    border-radius:0 0 16px 16px;
    font-size:12px
}
.history-stats-dropdown.open{
    display:block
}
.avatar-change-body-wrapper{
    font-size:14px;
    position:relative;
    padding:1rem;
    color:#fff
}
.avatar-change-content{
    display:flex;
    flex-wrap:wrap;
    position:relative;
    overflow:hidden;
    justify-content:center;
    color:#fff
}
.avatar-img{
    width:70px;
    height:70px;
    border-radius:50%;
    border:4px solid #333;
    background-position:center;
    cursor:pointer;
    margin-bottom:10px;
    margin-right:10px
}
.avatar-img.active{
    border:4px solid #428a12;
    cursor:default;
    pointer-events:none
}
.game-board-wrapper{
    height:100%;
    position:relative;
    overflow:hidden
}
.bg-sun-wrapper{
    position:relative;
    width:100%;
    height:100%;
    background-color:#101112
}
.rotating-image{
    position:absolute;
    height:auto;
    bottom:0;
    left:0;
    transform:translate(-50%,50%)
}
.data-multiplier-wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.data-multiplier-wrapper-view{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.data-multiplier-wrapper div{
    color:#fff;
    font-weight:700;
    font-family:Inter,system-ui;
    font-size:108px;
    letter-spacing:5px
}
.blur-container-wrap{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    top:0;
    left:0
}
.blur-container-wrap img{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity .6s ease-in-out
}
.blur-container-wrap img.fade-in{
    opacity:.8
}
.viewResultsWrap{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#d0021b;
    font-weight:700;
    font-family:Inter,system-ui;
    letter-spacing:5px
}
.viewResultText{
    position:absolute;
    color:#fff;
    top:0;
    left:0
}
.dots-wrapper{
    position:absolute;
    width:100%;
    height:calc(100% - 30px);
    top:0;
    left:0
}
.dots-wrapper-bottom{
    position:absolute;
    width:calc(100% - 30px);
    height:100%;
    top:0;
    left:30px
}
.left-dots-container{
    position:absolute;
    width:30px;
    top:0;
    left:0;
    height:100%;
    border-right:1px solid #fff
}
.point{
    position:absolute;
    left:50%;
    transform:translate(-50%);
    width:4px;
    height:4px;
    background-color:#34b4ff;
    border-radius:50%
}
.dotsWrapperContainer{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.dotsWrapperContainer.show{
    display:block
}
.aviator-wrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.countdown-wrapper{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.game-board-avatars-wrapper{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    right:8px;
    bottom:8px;
    height:32px;
    border-radius:16px;
    padding:4px;
    background:#29292980
}
.game-board-avatars-container{
    position:relative;
    display:flex;
    align-items:center
}
.game-board-players-count-wrap{
    font-weight:500;
    font-size:12px;
    padding-left:8px;
    padding-right:4px;
    color:#fff
}
@keyframes rotate{
    0%{
        transform:translate(-50%,50%) rotate(0)
    }
    to{
        transform:translate(-50%,50%) rotate(360deg)
    }
}
@media (max-width: 992px){
    .game-board-wrapper{
        height:calc(40vh - 38px);
        min-height:200px
    }
}
.chat-bar-wrapper{
    display:flex;
    position:fixed;
    top:50px;
    right:0;
    bottom:0;
    width:320px;
    background:#000;
    z-index:999;
    flex-direction:column;
    align-items:center
}
.chat-bar-header{
    height:40px;
    width:100%
}
.chat-bar-header-container{
    display:flex;
    justify-content:flex-end;
    padding:7px 13px;
    height:40px;
    position:relative;
    align-items:center
}
.chat-bar-header-online{
    color:#fff;
    font-size:14px;
    position:absolute;
    left:50%;
    transform:translate(-50%);
    display:flex;
    align-items:center
}
.chat-bar-online-circle{
    width:6px;
    height:6px;
    background-color:#28a909;
    border-radius:50%;
    margin:0 3px
}
.chat-bar-close-button{
    color:#97a4ae;
    text-shadow:0 1px 0 #97a4ae;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    cursor:pointer
}
.chat-bar-messages-container{
    height:calc(100% - 96px);
    width:100%;
    max-width:360px;
    margin:0;
    position:relative;
    padding-top:10px;
    z-index:100;
    font-size:13px;
    line-height:13px;
    overflow-x:hidden;
    scrollbar-width:thin!important;
    overflow-y:scroll!important;
    scrollbar-color:transparent transparent!important
}
.chat-bar-message-wrap{
    margin-bottom:10px;
    font-size:13px;
    line-height:13px;
    color:#fff
}
.chat-bar-text-message-wrap{
    display:flex;
    width:100%;
    padding:0 10px 0 8px;
    align-items:flex-start;
    border-radius:8px;
    line-height:normal;
    font-size:13px
}
.chat-bar-msg-wrap{
    border-radius:17px;
    display:flex;
    flex-direction:column;
    width:100%;
    padding:2px 10px 5px 4px
}
.chat-bar-msg-data{
    word-break:break-word;
    white-space:pre-line;
    color:#b1b7bd;
    -webkit-user-select:text;
    user-select:text
}
.chat-bar-user-name{
    margin-right:6px;
    line-height:normal
}
.chat-bar-message-wrap.ban-message{
    min-height:47px;
    border-radius:6px;
    box-shadow:4px 4px 6px #0000004a;
    border:solid 1px #f3000c
}
.chat-bar-text-message-wrap.ban-message{
    width:100%;
    text-align:center;
    padding:7px 10px;
    line-height:1.2;
    word-break:break-word
}
.chat-bar-user-name.ban-message{
    color:#f3000c
}
.chat-bar-win-info{
    width:100%;
    display:flex;
    flex-direction:column;
    font-size:11px;
    line-height:13px
}
.chat-bar-win-info-header{
    width:100%;
    display:flex;
    justify-content:center;
    position:relative
}
.chat-bar-win-info-user{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding:10px 0 20px
}
.chat-bar-win-info-blocks{
    display:flex;
    margin-bottom:11px
}
.chat-bar-input-message-wrapper{
    margin:0 auto;
    height:67px;
    position:relative;
    z-index:110;
    background-color:#000;
    border-top:1px solid #2a2b2e;
    width:inherit
}
.chat-bar-input-area{
    margin:7px 0 0 12px;
    border:0;
    resize:none;
    width:calc(100% - 50px);
    display:block;
    height:34px;
    font-size:13px;
    color:#fff;
    line-height:1;
    background:unset;
    position:relative;
    overflow:hidden;
    outline:none;
    caret-color:#fff
}
.chat-bar-input-tools{
    width:calc(100% - 20px);
    position:absolute;
    bottom:5px;
    left:14px;
    color:#747474;
    display:flex;
    align-items:flex-end;
    font-size:13px
}
.chat-bar-smiley-emoji{
    height:14px;
    width:14px;
    background:url(/assets/img/main/smiley-emoji.svg) no-repeat center center/contain;
    cursor:pointer
}
.chat-bar-smiley-emoji:hover{
    background:url(/assets/img/main/smiley-hover.svg) no-repeat center center/contain
}
.chat-bar-gif{
    height:14px;
    width:25px;
    background:url(/assets/img/main/gif.svg) no-repeat center center/contain;
    cursor:pointer
}
.chat-bar-gif:hover{
    background:url(/assets/img/main/gif-hover.svg) no-repeat center center/contain
}
.chat-bar-input-length{
    margin-left:auto;
    margin-right:5px;
    line-height:1
}
.emoji-picker-container{
    width:300px!important
}
.emoji-picker-container span{
    font-size:18px
}
.emoji-picker-container .emoji-picker-react .emoji-categories{
    display:none
}
#epr-category-nav-id{
    display:none!important
}
.epr-search-container{
    height:30px!important
}
.epr-search-container input{
    height:30px!important;
    border-radius:22px;
    outline:none;
    caret-color:#fff;
    display:flex!important;
    align-items:center!important;
    height:100%!important;
    background-color:#000;
    border:none!important;
    padding-left:16px!important;
    padding-right:5px
}
.epr-icn-search,.epr-skin-tones,.epr_iogimd1{
    display:none!important
}
.emoji-picker-wrapper{
    position:absolute;
    bottom:62px;
    height:360px;
    border-radius:8px
}
.emoji-picker-container>:last-child{
    display:none!important
}
.emoji-picker-wrapper aside{
    border:none!important;
    height:324px!important;
    border-radius:0 0 8px 8px!important
}
.emoji-wrapper-close-button{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:-1rem -1rem -1rem auto;
    border:none;
    outline:none;
    background-color:none;
    background:none;
    color:#97a4ae;
    text-shadow:0 1px 0 #97a4ae;
    font-size:1.5rem;
    font-weight:700;
    cursor:pointer;
    padding:5px 15px 5px 5px
}
.emoji-wrapper-close-button:hover{
    color:#fff;
    text-shadow:0 1px 0 #ffffff
}
.giphy-gif-img{
    width:100%!important;
    height:118px!important
}
.gif-grid{
    width:300px!important;
    display:flex;
    flex-wrap:wrap;
    border-radius:6px;
    height:260px;
    overflow-y:scroll;
    margin-left:5px;
    scrollbar-width:thin!important;
    scrollbar-color:#fff!important
}
.gifs-wrapper{
    width:50%;
    height:118px;
    padding:5px
}
.gifs-wrapper img{
    width:100%;
    height:100%;
    border-radius:6px;
    object-fit:cover
}
.gif-search-input-wrapper{
    width:100%;
    height:50px;
    display:flex;
    align-items:center;
    padding:0 10px;
    border-bottom:solid 1px #545454
}
.gif-search-input{
    background:#000;
    outline:none;
    border:none;
    width:100%;
    height:30px;
    border-radius:22px;
    color:#fff!important;
    padding:2px 2px 2px 16px;
    caret-color:#fff
}
.chat-bar-enter-button{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:url(/assets/img/main/enter.svg) no-repeat;
    background-size:contain;
    width:11px;
    height:16px;
    padding:0;
    cursor:pointer;
    opacity:.3
}
.chat-bar-enter-button:hover,.chat-bar-enter-button.active{
    opacity:1
}
.chat-bar-spam-wrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:4px 4px 0 0;
    background:#0003;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.spam-filter-loading{
    height:6px;
    width:160px;
    border:1px solid #b0bbc8;
    border-radius:4px;
    overflow:hidden;
    opacity:.5
}
.spam-time-left-loading{
    height:6px;
    width:160px;
    border-radius:2px;
    background-color:#b0bbc8;
    animation:moveWithLinearAndEase 10s forwards
}
.spam-filter-text{
    margin:0;
    font-size:12px;
    color:#b0bbc8
}
@keyframes moveWithLinearAndEase{
    0%{
        transform:translate(0);
        animation-timing-function:linear
    }
    50%{
        transform:translate(-80px);
        animation-timing-function:linear
    }
    to{
        transform:translate(-160px)
    }
}
@media (max-width: 1400px){
    .chat-bar-wrapper{
        width:280px
    }
}
@media (max-width: 767px){
    .chat-bar-wrapper{
        width:100%
    }
}
.provider-header-wrapper{
    position:relative;
    width:100vw;
    height:50px;
    background-color:#252525;
    z-index:1000
}
.header-wrapper.provider{
    top:50px
}
.navbar-wrapper{
    width:100%;
    margin:0 auto;
    height:100%;
    display:flex;
    align-items:center;
    padding:0 30px;
    justify-content:space-between
}
.navbar-list{
    display:flex;
    height:100%;
    align-items:center;
    color:#c8c8c8
}
.navbar-list-item{
    position:relative
}
.navbar-list-item div{
    padding:0 20px;
    cursor:pointer
}
.navbar-list-item:hover{
    border-right:1px solid #C8C8C8;
    border-left:1px solid #C8C8C8
}
.navbar-wrapper img{
    width:113px
}
.navbar-client-wrap{
    display:flex;
    height:100%;
    cursor:pointer
}
.navbar-client-wrap img{
    width:80px
}
.navbar-profile-dropdown{
    display:flex;
    flex-direction:column;
    position:absolute;
    top:40px;
    left:0;
    background-color:#252525;
    border-radius:8px;
    color:#c8c8c8;
    width:180px;
    padding:10px 20px!important
}
.navbar-profile-dropdown span{
    font-size:12px
}
.navbar-profile-dropdown p{
    padding:5px;
    cursor:pointer
}
@media (max-width: 767px){
    .navbar-wrapper{
        padding:0 0 0 10px
    }
}
.profile-modal-wrapper{
    position:absolute;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    background:#00081af5;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:Montserrat,sans-serif
}
.profile-modal-container{
    position:relative;
    width:340px;
    height:auto;
    background-color:#fff;
    padding:20px;
    border-radius:20px;
    font-family:Montserrat,sans-serif;
    min-height:500px
}
.profile-modal-container-wrap{
    width:100%;
    max-height:75vh;
    overflow:auto;
    scrollbar-width:none
}
.detail-font-size-14{
    font-size:14px
}
.detail-color-green{
    color:#23d19d
}
.profile-modal-container *{
    font-family:inherit!important;
    color:#5b5b5b
}
.profile-modal-title{
    font-size:20px;
    font-weight:700;
    width:100%;
    display:flex;
    justify-content:space-between;
    font-family:Montserrat,sans-serif;
    color:#5b5b5b
}
.profile-modal-title span{
    font-family:Montserrat,sans-serif
}
.p-modal-wallets-title{
    font-size:13px;
    padding-top:10px;
    font-family:Montserrat,sans-serif
}
.p-modal-wallet-container{
    width:300px;
    height:35px;
    border-radius:10px;
    background-color:#e3e3e3;
    margin-top:10px;
    display:flex;
    align-items:center;
    padding:0 10px;
    color:#5b5b5b
}
.p-modal-wallet-container p{
    font-family:Montserrat,sans-serif;
    font-size:16px;
    font-weight:700
}
.p-modal-wallet-wall{
    margin:0 8px;
    height:18px;
    width:1px;
    border:1px solid #C2C2C2
}
.p-modal-wallet-amount{
    font-size:14px!important;
    font-weight:400!important;
    color:#000;
    font-family:Montserrat,sans-serif
}
.p-modal-wallet-switcher{
    display:flex;
    align-items:center;
    padding:0 3px;
    width:40px;
    height:22px;
    background-color:#fff;
    border-radius:20px;
    margin-left:auto;
    cursor:pointer;
    justify-content:flex-start
}
.p-modal-wallet-switcher-oval{
    width:16px;
    height:16px;
    border:1px solid #707070;
    border-radius:50%;
    background-color:#fff
}
.p-modal-wallet-switcher.active{
    justify-content:flex-end;
    background-color:#2dc866
}
.p-modal-wallet-switcher-oval.active{
    border:none
}
.p-modal-buttons-container{
    margin-top:10px;
    display:flex;
    justify-content:space-between
}
.p-modal-deposit-button{
    display:flex;
    align-items:center;
    height:35px;
    border-radius:10px;
    background-color:#e3e3e3;
    width:140px;
    position:relative;
    cursor:pointer
}
.p-modal-deposit-button img{
    position:absolute;
    top:7px;
    left:0;
    margin-left:8px
}
.p-modal-deposit-button p{
    width:100%;
    font-family:Montserrat,sans-serif;
    text-align:start;
    font-size:14px;
    text-align:center;
    padding-left:10px
}
.p-modal-deposit-button.withdraw{
    background-color:inherit;
    border:1px solid #707070
}
.p-modal-personal-container{
    width:100%;
    display:flex;
    flex-direction:column;
    padding-top:15px
}
.p-modal-personal-title p{
    font-family:Montserrat,sans-serif;
    font-size:14px
}
.p-modal-personal-name{
    font-family:Montserrat,sans-serif;
    font-size:12px!important;
    font-weight:400!important
}
.p-modal-verify-container{
    padding-top:15px;
    font-size:14px
}
.p-modal-verify-container p{
    font-family:Montserrat,sans-serif
}
.p-modal-wallet-container.verify-container{
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#36dc73;
    color:#fff;
    cursor:pointer
}
.p-modal-wallet-container.unverify{
    background-color:#fa0000!important
}
.profile-modal-close-button{
    position:absolute;
    width:35px;
    top:10px;
    right:10px;
    cursor:pointer
}
.detail-navbar-wrapper{
    width:100%;
    height:35px;
    border-radius:10px;
    background-color:#d9d9d9;
    margin-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-family:Montserrat,sans-serif!important
}
.detail-navbar-wrapper-items{
    display:flex;
    height:100%;
    align-items:center;
    font-size:14px;
    cursor:pointer
}
.detail-navbar-wrapper-items.active{
    background-color:#36dc73;
    border-radius:8px;
    color:#fff;
    padding:0 15px
}
.detail-navbar-wrapper-items.last{
    padding-right:15px
}
.detail-navbar-wrapper-items.first{
    padding-left:15px
}
.detail-awaiting-title{
    padding-top:10px;
    font-weight:700
}
.detail-awaiting-item{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    height:45px;
    border-radius:10px;
    border:1px solid #d9d9d9;
    margin-top:10px
}
.detail-awaiting-item-title{
    display:flex;
    justify-content:space-between;
    width:100%;
    font-size:10px;
    color:#5b5b5b;
    padding:5px 10px 2px
}
.detail-awaiting-item-body{
    display:flex;
    justify-content:space-between;
    width:100%;
    color:#5b5b5b;
    font-weight:700;
    padding:0 10px 3px;
    font-size:15px
}
.detail-awaiting-item-body img{
    margin-left:5px;
    margin-bottom:1px
}
.detail-awaiting-item-body div{
    display:flex;
    align-items:center
}
.detail-color-orange{
    color:#fda500
}
.deposit-currency-wrapper{
    width:100%;
    font-size:14px;
    font-weight:700;
    padding-top:15px
}
.deposit-currency-wrap-title{
    padding-bottom:8px
}
.deposit-selector-container{
    width:100%;
    height:40px;
    border-radius:10px;
    border:1px solid #707070;
    display:flex;
    align-items:center;
    padding:0 10px
}
.deposit-selector-currency{
    font-size:18px;
    font-weight:700;
    color:#5b5b5b
}
.deposit-selector-currency-wall{
    margin:0 10px;
    height:20px;
    border:1px solid #5b5b5b2c
}
.deposit-selector-amount{
    font-size:14px;
    font-weight:400
}
.deposit-selector-container img{
    margin-left:auto;
    cursor:pointer
}
.deposit-methods-container{
    padding-top:10px
}
.deposit-methods-available{
    font-size:11px;
    font-weight:400;
    padding-bottom:15px;
    padding-top:2px
}
.deposit-methods-container-wrap{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.deposit-methods-container-wrap.top-margin{
    margin-top:10px
}
.deposit-method-wrapper{
    width:145px;
    border-radius:10px;
    border:1px solid #7070703a;
    padding:5px;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.deposit-method-wrapper{
    font-size:12px;
    color:#5b5b5b
}
.deposit-method-wrapper-humo-logo{
    margin:8px 0 0 5px
}
.deposit-method-wrapper-payme-logo{
    margin:6px 0 0 6px
}
.transfer-method-change-wrap{
    width:100%;
    border-radius:10px;
    display:flex;
    align-items:center;
    padding:5px 10px 5px 5px;
    border:1px solid #D9D9D9;
    margin-top:20px
}
.transfer-method-left-wrap{
    display:flex;
    align-items:center
}
.transfer-method-left-wrap p{
    font-size:12px;
    font-weight:700;
    color:#5b5b5b
}
.transfer-method-left-wrap span{
    font-size:10px;
    font-weight:400;
    color:#5b5b5b
}
.transfer-method-left-wrap-item{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.transfer-method-change-button{
    margin-left:auto;
    color:#1f419f;
    font-size:14px;
    font-weight:700;
    height:100%;
    cursor:pointer;
    padding:8px 0 8px 8px
}
.transfer-amount-wrapper{
    padding-top:15px;
    width:100%;
    display:flex;
    flex-direction:column
}
.transfer-amount-title{
    display:flex;
    width:100%;
    font-size:10px;
    color:#5b5b5b;
    justify-content:space-between
}
.transfer-amount-input-wrap{
    width:100%;
    height:45px;
    border-radius:10px;
    border:1px solid #D9D9D9;
    display:flex;
    align-items:center
}
.transfer-amount-currency{
    display:flex;
    height:100%;
    align-items:center;
    padding:0 10px;
    color:#5b5b5b;
    font-size:16px;
    font-weight:700
}
.transfer-amount-currency-wall{
    height:18px;
    border:1px solid #d9d9d9;
    margin-left:10px
}
.transfer-amount-input{
    width:100%;
    border:none;
    outline:none
}
.transfer-footer-buttons{
    display:flex;
    justify-content:space-between;
    padding-top:20px
}
.transfer-footer-buttons div{
    border-radius:5px;
    background-color:#e9e9e9;
    font-size:11px;
    padding:5px;
    cursor:pointer
}
.transfer-continue-button{
    width:100%;
    border-radius:10px;
    background-color:#36dc73;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-top:20px;
    cursor:pointer
}
.deposit-bid-title-text{
    font-size:10px;
    padding-top:15px
}
.deposit-bid-guarantee{
    display:flex;
    width:100%;
    border-radius:10px;
    background-color:#36dc73;
    font-size:10px;
    padding:5px 10px;
    color:#fff;
    margin-top:15px
}
.deposit-bid-guarantee span{
    display:inline;
    color:#fff;
    font-weight:700;
    padding-right:3px
}
.deposit-bid-guarantee p{
    color:#fff;
    padding-left:10px;
    margin:auto
}
.deposit-bid-method-wrap{
    width:100%;
    padding:10px;
    border-radius:10px;
    border:1px solid #d9d9d9;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    font-weight:700;
    margin-top:15px
}
.deposit-bid-method-wrap.text{
    font-size:10px
}
.deposit-bid-amount-transfer{
    display:flex;
    flex-direction:column
}
.deposit-bid-amount-transfer span{
    font-size:10px;
    padding-bottom:3px;
    font-weight:400
}
.deposit-bid-amount-transfer p{
    font-size:14px;
    font-weight:700
}
.deposit-bid-method-wrap.amount{
    padding:5px 10px!important
}
.deposit-bid-font-size-14{
    font-size:13px!important
}
.deposit-bid-loader{
    animation:loaderRotate 1.2s linear infinite
}
@keyframes loaderRotate{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(360deg)
    }
}
.deposit-bid-paid-button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:40px;
    color:#fff;
    font-size:16px;
    font-weight:700;
    background-color:#36dc73;
    border-radius:10px;
    margin-top:15px;
    margin-bottom:15px;
    cursor:pointer
}
.deposit-bid-paid-button:active{
    transform:translateY(+1px)
}
.withdrawal-limit-text{
    font-size:11px;
    font-weight:400;
    padding-top:15px
}
.withdrawal-card-input{
    display:flex;
    align-items:center;
    width:100%;
    height:40px;
    border-radius:10px;
    border:1px solid #d9d9d9;
    margin-top:3px;
    padding:0 10px
}
.withdrawal-card-input input{
    border:none;
    outline:none;
    font-size:14px
}
.withdrawal-card-input.mt{
    margin-top:10px;
    margin-bottom:10px
}
.modal-loader-wrapper{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#ffffffad;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center
}
.modal-loader-wrapper img{
    animation:loaderRotate 1.2s linear infinite
}
.response-modal-wrapper{
    position:absolute;
    display:flex;
    flex-direction:column;
    align-items:center;
    width:300px;
    padding:20px;
    background-color:#fff;
    border-radius:20px;
    border:1px solid #d9d9d9
}
.response-modal-wrapper p{
    text-align:center;
    padding:10px 0;
    font-size:14px;
    font-weight:400;
    font-family:Montserrat,sans-serif
}
.response-modal-button{
    display:flex;
    width:150px;
    color:#fff;
    font-size:16px;
    font-weight:700;
    align-items:center;
    justify-content:center;
    padding:10px 0;
    border-radius:10px;
    margin-top:10px;
    cursor:pointer
}
.response-modal-title{
    font-size:20px!important;
    font-weight:700!important;
    color:#000;
    font-family:Montserrat,sans-serif!important;
    padding-bottom:0!important
}
.response-modal-button.green{
    background-color:#52c41a
}
.response-modal-button.red{
    background-color:#cf3736
}
.detail-empty{
    display:flex;
    justify-content:center;
    align-items:center;
    height:350px
}
.notifications-list-container{
    height:100%;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-top:20px
}
.notifications-list-item-wrap{
    display:flex;
    flex-direction:column;
    width:100%;
    height:120px;
    border-radius:10px;
    border:2px solid #707070;
    padding:5px;
    cursor:pointer;
    margin-bottom:10px
}
.notifications-list-item-wrap.active{
    border:2px solid #69fd3c
}
.notifications-list-item-title{
    border-bottom:1px solid #707070;
    padding-bottom:3px;
    color:#000
}
.notifications-list-item-text p{
    display:block;
    width:100%;
    height:100%;
    padding:5px 3px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    line-height:1.45;
    font-size:14px
}
.notifications-list-item-title span{
    display:block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.notification-title-wrapper{
    display:flex;
    padding:15px 0;
    font-weight:600;
    font-size:18px;
    width:100%;
    justify-content:center
}
.navbar-panel-wrapper{
    display:flex;
    flex-direction:column;
    padding:20px;
    width:340px;
    height:100vh;
    margin-left:auto;
    background-color:#fff;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px
}
.navbar-panel-wrapper *{
    color:#5b5b5b
}
.navbar-panel-wallet-wrapper{
    display:flex;
    border-radius:10px;
    border:1px solid #d9d9d9;
    width:100%;
    padding:5px 10px;
    flex-direction:column;
    margin-top:30px
}
.navbar-panel-wallet-container{
    display:flex;
    align-items:center
}
.navbar-panel-deposit-buttons{
    display:flex;
    gap:10px;
    margin-top:15px
}
.navbar-panel-deposit-button{
    display:flex;
    position:relative;
    border-radius:10px;
    background-color:#eee;
    padding:0 10px;
    width:145px;
    height:35px;
    align-items:center;
    cursor:pointer
}
.navbar-panel-deposit-button p{
    width:100%;
    justify-content:center;
    display:flex;
    font-size:14px
}
.navbar-panel-deposit-button img{
    position:absolute;
    top:7.5px;
    left:10px
}
.navbar-panel-deposit-button.withdraw{
    background-color:#fff!important;
    border:1px solid #d9d9d9
}
.navbar-panel-deposit-button.withdraw img{
    top:7px
}
.navbar-panel-list{
    margin:20px 0
}
.navbar-panel-item{
    display:flex;
    align-items:center;
    width:100%;
    height:40px;
    border-radius:10px;
    background-color:#eee;
    padding:0 10px;
    margin-bottom:10px;
    cursor:pointer
}
.logout-button{
    padding:5px 20px;
    border-radius:10px;
    border:1px solid #d9d9d9;
    font-weight:700;
    font-size:16px;
    display:flex;
    width:120px;
    justify-content:center;
    align-items:center;
    margin:auto auto 0;
    cursor:pointer
}
.navbar-deposit-button-wrapper{
    display:flex;
    align-items:center;
    background-color:#23c23e;
    border-radius:10px;
    padding:5px 20px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    margin-right:10px;
    cursor:pointer
}
*{
    padding:0;
    margin:0;
    box-sizing:border-box
}
.main-page-container{
    width:100%;
    height:auto;
    position:relative;
    display:flex;
    flex-direction:column;
    background:linear-gradient(to bottom,#181818,#010101);
    overflow-x:hidden;
    overflow-y:auto;
    scrollbar-width:thin
}
.main-page-background{
    position:absolute;
    top:0;
    left:0;
    width:1320px;
    height:100%;
    margin:0 auto;
    z-index:1
}
.main-page-big-plane{
    position:absolute;
    top:105px;
    left:-200px
}
.main-page-phone-plane{
    position:absolute;
    top:153px;
    right:0
}
.main-page-bg-cloud-1{
    position:absolute;
    top:0;
    right:0
}
.main-page-bg-cloud-2{
    position:absolute;
    top:23px;
    left:100px
}
.aviator-plane-clouds{
    position:absolute;
    top:582px;
    right:-80px
}
.main-page-bg-sun{
    position:absolute;
    top:0;
    left:0;
    width:100%
}
.main-page-bg-sun img{
    position:absolute;
    width:200%;
    height:auto;
    top:0;
    left:-50%;
    opacity:.3;
    transform:translateY(-50%)
}
.mp-compass,.mp-reverse-compass,.mp-red-compass{
    display:none
}
.z-index-2{
    z-index:2;
    position:relative
}
.main-page-wrapper{
    width:1320px;
    margin:0 auto;
    height:100%;
    z-index:2;
    position:relative
}
.main-page-header-wrapper{
    width:100%;
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #707070;
    padding-bottom:10px
}
.main-page-logo{
    padding-top:10px
}
.main-page-auth-wrapper{
    display:flex;
    padding:25px 0 10px;
    align-items:center
}
.main-page-registration-wrapper{
    margin-right:15px
}
.login-button{
    display:flex;
    padding:5px 10px;
    border:1px solid #FFFFFF;
    border-radius:15px;
    background:none;
    outline:none;
    cursor:pointer;
    align-items:center
}
.login-button:active{
    transform:translateY(1px)
}
.login-button span{
    color:#fff;
    padding:0 10px;
    font-size:16px
}
.login-button img{
    width:22px;
    height:22px
}
.registration-button{
    display:flex;
    padding:5px 10px;
    border:none;
    border-radius:15px;
    background-color:#27b82c;
    outline:none;
    cursor:pointer;
    align-items:center
}
.registration-button:active{
    transform:translateY(1px)
}
.registration-button span{
    padding:0 10px;
    font-size:16px;
    color:#fff
}
.main-page-login-wrapper{
    margin-right:18px
}
.main-page-content-wrapper{
    display:flex;
    flex-direction:column;
    width:100%
}
.main-page-content-title{
    display:flex;
    justify-content:center;
    padding-top:50px
}
.text-color-red{
    color:#e50539
}
.text-color-white{
    color:#fff
}
.font-size-42{
    font-size:42px
}
.font-size-35{
    font-size:35px
}
.font-bold{
    font-weight:700
}
.jc-center{
    justify-content:center
}
.align-items-center{
    align-items:center
}
.flex-direction-column{
    flex-direction:column
}
.main-page-content-h2{
    width:100%;
    display:flex;
    justify-content:center;
    padding-top:20px
}
.main-page-content-h2 section{
    width:512px;
    text-align:center
}
.font-size-12{
    font-size:12px
}
.font-size-16{
    font-size:16px
}
.main-page-play-button{
    display:flex;
    padding:10px 30px;
    border-radius:20px;
    border:none;
    background:none;
    color:#fff;
    font-weight:700;
    background-color:#27b82c;
    cursor:pointer;
    margin-top:50px
}
.main-page-play-button:active{
    transform:translateY(1px)
}
.main-page-content-h3{
    width:100%;
    padding-top:200px;
    padding-left:110px
}
.font-size-22{
    font-size:22px
}
.text-color-crem{
    color:#b5b4b4
}
.font-size-14{
    font-size:14px
}
.width-650{
    width:650px
}
.padding-top-20{
    padding-top:20px
}
.main-page-key-features-list{
    list-style:none
}
.main-page-how-to-play{
    position:relative;
    padding-top:40px;
    width:100%;
    height:auto
}
.text-align-center{
    text-align:center
}
.font-size-18{
    font-size:18px
}
.font-size-28{
    font-size:28px
}
.padding-left-110{
    padding-left:110px
}
.main-page-play-steps{
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:0 110px
}
.main-page-play-steps-item p{
    padding-left:40px;
    padding-top:15px;
    padding-bottom:5px
}
.main-page-steps-footer{
    display:flex;
    width:310px;
    padding:15px 0 20px;
    align-items:center;
    word-wrap:break-word;
    overflow-wrap:break-word
}
.main-page-steps-footer p{
    padding:0 0 0 10px
}
.main-page-steps-footer span{
    padding-right:5px
}
.cash-pic-steps{
    display:block;
    width:55px;
    height:55px
}
.main-page-steps-under-text{
    padding-left:110px
}
.main-page-how-to-win{
    position:relative;
    width:100%;
    padding:40px 110px 0;
    font-weight:700
}
.mp-how-to-win-wrapper{
    width:100%
}
.mp-how-to-win-wrapper-p{
    padding-top:15px;
    font-size:14px
}
.mp-how-to-win-img{
    position:absolute;
    top:50px;
    right:-70px;
    z-index:-1
}
.main-page-how-to-play-background{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:-1
}
.mp-footer-auth{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 0 50px
}
.main-page-footer,.main-page-footer-wrapper{
    position:relative;
    width:100%;
    z-index:5;
    overflow-x:hidden;
    background:#010101
}
.main-page-footer-bg{
    width:100%;
    height:auto
}
@media (max-width: 1400px){
    .main-page-wrapper,.main-page-background{
        width:1140px
    }
    .main-page-content-title{
        padding-top:35px
    }
    .font-size-35{
        font-size:30px
    }
    .main-page-play-button{
        margin-top:25px
    }
    .main-page-big-plane img{
        width:600px
    }
    .main-page-phone-plane{
        top:133px
    }
    .main-page-phone-plane img{
        width:377px
    }
    .main-page-content-h3{
        padding-top:150px;
        padding-left:0
    }
    .aviator-plane-clouds{
        right:0
    }
    .aviator-plane-clouds img{
        width:480px
    }
    .padding-left-110{
        padding-left:0
    }
    .main-page-play-steps{
        padding:0
    }
    .main-page-steps-under-text{
        padding-left:0
    }
    .main-page-how-to-win{
        padding:40px 0 0
    }
}
@media (max-width: 1200px){
    .main-page-wrapper,.main-page-background{
        width:960px
    }
    .main-page-bg-cloud-2{
        left:0
    }
    .main-page-bg-cloud-1{
        right:60px
    }
    .main-page-logo img{
        width:180px
    }
}
@media (max-width: 767px){
    .main-page-wrapper,.main-page-background{
        width:100%;
        max-width:600px
    }
    .main-page-header-wrapper{
        padding-bottom:2px;
        display:flex;
        flex-direction:column
    }
    .main-page-logo{
        padding-top:7px;
        display:flex;
        justify-content:center
    }
    .main-page-logo img{
        padding-left:7px;
        width:135px
    }
    .main-page-auth-wrapper{
        padding:10px 10px 5px;
        display:flex;
        justify-content:space-between
    }
    .main-page-login-wrapper{
        margin-right:8px
    }
    .login-button img{
        width:18px;
        height:18px
    }
    .login-button span{
        display:flex;
        font-size:14px;
        align-items:center
    }
    .registration-button img{
        width:18px;
        height:18px
    }
    .registration-button span{
        display:flex;
        font-size:14px;
        padding-right:5px;
        align-items:center
    }
    .font-size-35{
        font-size:16px
    }
    .font-size-42{
        font-size:22px
    }
    .main-page-content-title{
        padding-top:35px
    }
    .main-page-bg-cloud-2{
        left:-50px;
        top:60px
    }
    .main-page-bg-cloud-1{
        right:-70px;
        top:65px
    }
    .main-page-bg-cloud-2 img,.main-page-bg-cloud-1 img{
        width:271px
    }
    .font-size-12{
        font-size:10px
    }
    .h2-mobile{
        text-align:end;
        padding-left:120px;
        padding-right:10px;
        padding-top:20px
    }
    .main-page-big-plane{
        left:-50px;
        top:155px
    }
    .main-page-big-plane img{
        width:280px
    }
    .main-page-phone-plane{
        top:235px;
        right:-15px
    }
    .main-page-phone-plane img{
        width:180px
    }
    .ready-aviatorwinn-section{
        text-align:start!important;
        padding-left:10px;
        font-size:12px!important;
        padding-top:60px
    }
    .main-page-play-button{
        margin-top:40px
    }
    .main-page-content-h3{
        padding-top:100px;
        padding-left:10px;
        padding-right:10px
    }
    .width-650{
        width:100%
    }
    .aviator-plane-clouds{
        display:none
    }
    .mp-compass{
        display:block;
        position:absolute;
        top:350px;
        left:0
    }
    .mp-reverse-compass{
        display:block;
        position:absolute;
        right:0;
        top:420px
    }
    .main-page-play-steps{
        flex-direction:column;
        align-items:center
    }
    .main-page-content-h4 p{
        padding-left:10px;
        padding-right:10px
    }
    .mp-how-to-win-wrapper h3{
        text-align:center
    }
    .mp-how-to-win-img{
        display:none
    }
    .main-page-how-to-win p{
        font-size:14px
    }
    .mp-footer-auth{
        padding-top:20px;
        padding-bottom:30px
    }
    .mp-red-compass{
        position:absolute;
        display:block;
        bottom:0;
        left:50%;
        transform:translate(-50%)
    }
}
.login-wrapper{
    background:linear-gradient(#000000b3,#000000b3),url(/assets/img/main/orig.jpg) no-repeat center center/cover;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff
}
.country-list{
    width:360px!important;
    border-radius:10px!important;
    overflow-x:hidden!important;
    color:#000
}
.login-container-wrap{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:390px;
    height:auto;
    background-color:#fdfdfd;
    border-radius:20px;
    color:#141952
}
.login-container-wrap h1{
    padding:20px 0 20px 25px;
    font-size:20px;
    font-family:Montserrat,sans-serif
}
.login-container-welcome{
    display:flex;
    width:100%;
    justify-content:center;
    font-size:17px;
    font-weight:300;
    padding-bottom:20px;
    font-family:Montserrat,sans-serif
}
.auth-check-wrap{
    display:flex;
    width:360px;
    height:40px;
    border-radius:5px;
    border:1px solid #141952;
    margin:0 auto 20px;
    font-family:Montserrat,sans-serif
}
.auth-phone{
    width:50%;
    border-radius:3px;
    height:100%;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-family:Montserrat,sans-serif
}
.auth-phone.active{
    background-color:#141952;
    color:#fff;
    font-family:Montserrat,sans-serif
}
.auth-phone p{
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:Montserrat,sans-serif
}
.auth-phone p img{
    margin-right:5px;
    font-family:Montserrat,sans-serif
}
.auth-email{
    width:50%;
    border-radius:3px;
    height:100%;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-family:Montserrat,sans-serif
}
.auth-email.active{
    background-color:#141952;
    color:#fff;
    font-family:Montserrat,sans-serif
}
.auth-email p{
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:Montserrat,sans-serif
}
.auth-email p img{
    margin-right:5px;
    font-family:Montserrat,sans-serif
}
.login-form-container{
    display:flex;
    flex-direction:column;
    width:360px;
    margin:0 auto;
    font-family:Montserrat,sans-serif
}
input{
    caret-color:#000
}
.login-password-input,.login-email-input{
    height:40px;
    outline:none;
    border:none;
    width:100%;
    margin-right:5px;
    font-family:Montserrat,sans-serif
}
.login-email-wrapper{
    width:360px;
    margin-bottom:10px;
    border-radius:5px;
    border:1px solid #141952;
    display:flex;
    align-items:center;
    font-family:Montserrat,sans-serif
}
.login-email-wrapper-img{
    padding:0 10px;
    border-right:1px solid rgb(126,126,126);
    margin-right:5px
}
.login-password-wrapper{
    width:360px;
    display:flex;
    margin-bottom:10px;
    border-radius:5px;
    border:1px solid #141952;
    height:auto;
    align-items:center;
    font-family:Montserrat,sans-serif
}
.login-password-wrapper img{
    width:18px;
    margin:0 10px
}
.login-password-wrapper-img{
    border-right:1px solid rgb(126,126,126);
    height:14px;
    margin-right:5px
}
.login-form-button{
    margin-top:25px;
    height:40px;
    margin-bottom:10px;
    background-color:#141952;
    color:#fff;
    border-radius:5px;
    border:none;
    outline:none;
    font-family:Montserrat,sans-serif;
    cursor:pointer
}
.login-wrapper-footer{
    width:100%;
    display:flex;
    justify-content:center;
    color:#585858;
    font-size:12px;
    font-weight:300;
    padding-bottom:10px;
    align-items:baseline;
    font-family:Montserrat,sans-serif
}
.login-wrapper-footer span{
    color:#141952;
    padding-left:3px;
    cursor:pointer;
    font-family:Montserrat,sans-serif
}
.login-close-eye{
    cursor:pointer
}
.phone-number-input-wrapper{
    margin-bottom:10px;
    font-family:Montserrat,sans-serif
}
.login-wrapper-footer span{
    font-size:14px;
    font-family:Montserrat,sans-serif
}
.registr-currency-wrap{
    position:relative;
    height:40px;
    width:360px;
    margin-bottom:10px;
    border:1px solid #141952;
    border-radius:5px;
    display:flex;
    align-items:center;
    padding:0 10px;
    justify-content:space-between;
    cursor:pointer;
    font-family:Montserrat,sans-serif
}
.registr-currency-wrap span{
    padding-left:10px;
    font-size:13px;
    font-family:Montserrat,sans-serif
}
.currency-selector-wrap{
    position:absolute;
    bottom:-10px;
    width:360px;
    height:120px;
    border:1px solid #141952;
    left:-1px;
    transform:translateY(100%);
    background-color:#fff;
    z-index:1;
    border-radius:5px;
    font-family:Montserrat,sans-serif
}
.currency-selector-item{
    height:40px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
    border-bottom:1px solid rgb(231,231,231);
    font-family:Montserrat,sans-serif
}
.registr-currency-container{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100%;
    font-family:Montserrat,sans-serif
}
.currency-selector-item img{
    width:20px
}
.fast-register{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    color:#fff;
    background-color:#141952
}
@media (max-width: 767px){
    .login-wrapper{
        background:linear-gradient(#000000b3,#000000b3),url(/assets/img/main/aviatorsha1.jpg) no-repeat center center/cover
    }
}
.react-tel-input{
    font-family:Roboto,sans-serif;
    font-size:15px;
    position:relative;
    width:100%
}
.react-tel-input :disabled{
    cursor:not-allowed
}
.react-tel-input .flag{
    width:16px;
    height:11px;
}
.react-tel-input .ad{
    background-position:-16px 0
}
.react-tel-input .ae{
    background-position:-32px 0
}
.react-tel-input .af{
    background-position:-48px 0
}
.react-tel-input .ag{
    background-position:-64px 0
}
.react-tel-input .ai{
    background-position:-80px 0
}
.react-tel-input .al{
    background-position:-96px 0
}
.react-tel-input .am{
    background-position:-112px 0
}
.react-tel-input .ao{
    background-position:-128px 0
}
.react-tel-input .ar{
    background-position:-144px 0
}
.react-tel-input .as{
    background-position:-160px 0
}
.react-tel-input .at{
    background-position:-176px 0
}
.react-tel-input .au{
    background-position:-192px 0
}
.react-tel-input .aw{
    background-position:-208px 0
}
.react-tel-input .az{
    background-position:-224px 0
}
.react-tel-input .ba{
    background-position:-240px 0
}
.react-tel-input .bb{
    background-position:0 -11px
}
.react-tel-input .bd{
    background-position:-16px -11px
}
.react-tel-input .be{
    background-position:-32px -11px
}
.react-tel-input .bf{
    background-position:-48px -11px
}
.react-tel-input .bg{
    background-position:-64px -11px
}
.react-tel-input .bh{
    background-position:-80px -11px
}
.react-tel-input .bi{
    background-position:-96px -11px
}
.react-tel-input .bj{
    background-position:-112px -11px
}
.react-tel-input .bm{
    background-position:-128px -11px
}
.react-tel-input .bn{
    background-position:-144px -11px
}
.react-tel-input .bo{
    background-position:-160px -11px
}
.react-tel-input .br{
    background-position:-176px -11px
}
.react-tel-input .bs{
    background-position:-192px -11px
}
.react-tel-input .bt{
    background-position:-208px -11px
}
.react-tel-input .bw{
    background-position:-224px -11px
}
.react-tel-input .by{
    background-position:-240px -11px
}
.react-tel-input .bz{
    background-position:0 -22px
}
.react-tel-input .ca{
    background-position:-16px -22px
}
.react-tel-input .cd{
    background-position:-32px -22px
}
.react-tel-input .cf{
    background-position:-48px -22px
}
.react-tel-input .cg{
    background-position:-64px -22px
}
.react-tel-input .ch{
    background-position:-80px -22px
}
.react-tel-input .ci{
    background-position:-96px -22px
}
.react-tel-input .ck{
    background-position:-112px -22px
}
.react-tel-input .cl{
    background-position:-128px -22px
}
.react-tel-input .cm{
    background-position:-144px -22px
}
.react-tel-input .cn{
    background-position:-160px -22px
}
.react-tel-input .co{
    background-position:-176px -22px
}
.react-tel-input .cr{
    background-position:-192px -22px
}
.react-tel-input .cu{
    background-position:-208px -22px
}
.react-tel-input .cv{
    background-position:-224px -22px
}
.react-tel-input .cw{
    background-position:-240px -22px
}
.react-tel-input .cy{
    background-position:0 -33px
}
.react-tel-input .cz{
    background-position:-16px -33px
}
.react-tel-input .de{
    background-position:-32px -33px
}
.react-tel-input .dj{
    background-position:-48px -33px
}
.react-tel-input .dk{
    background-position:-64px -33px
}
.react-tel-input .dm{
    background-position:-80px -33px
}
.react-tel-input .do{
    background-position:-96px -33px
}
.react-tel-input .dz{
    background-position:-112px -33px
}
.react-tel-input .ec{
    background-position:-128px -33px
}
.react-tel-input .ee{
    background-position:-144px -33px
}
.react-tel-input .eg{
    background-position:-160px -33px
}
.react-tel-input .er{
    background-position:-176px -33px
}
.react-tel-input .es{
    background-position:-192px -33px
}
.react-tel-input .et{
    background-position:-208px -33px
}
.react-tel-input .fi{
    background-position:-224px -33px
}
.react-tel-input .fj{
    background-position:-240px -33px
}
.react-tel-input .fk{
    background-position:0 -44px
}
.react-tel-input .fm{
    background-position:-16px -44px
}
.react-tel-input .fo{
    background-position:-32px -44px
}
.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{
    background-position:-48px -44px
}
.react-tel-input .ga{
    background-position:-64px -44px
}
.react-tel-input .gb{
    background-position:-80px -44px
}
.react-tel-input .gd{
    background-position:-96px -44px
}
.react-tel-input .ge{
    background-position:-112px -44px
}
.react-tel-input .gf{
    background-position:-128px -44px
}
.react-tel-input .gh{
    background-position:-144px -44px
}
.react-tel-input .gi{
    background-position:-160px -44px
}
.react-tel-input .gl{
    background-position:-176px -44px
}
.react-tel-input .gm{
    background-position:-192px -44px
}
.react-tel-input .gn{
    background-position:-208px -44px
}
.react-tel-input .gp{
    background-position:-224px -44px
}
.react-tel-input .gq{
    background-position:-240px -44px
}
.react-tel-input .gr{
    background-position:0 -55px
}
.react-tel-input .gt{
    background-position:-16px -55px
}
.react-tel-input .gu{
    background-position:-32px -55px
}
.react-tel-input .gw{
    background-position:-48px -55px
}
.react-tel-input .gy{
    background-position:-64px -55px
}
.react-tel-input .hk{
    background-position:-80px -55px
}
.react-tel-input .hn{
    background-position:-96px -55px
}
.react-tel-input .hr{
    background-position:-112px -55px
}
.react-tel-input .ht{
    background-position:-128px -55px
}
.react-tel-input .hu{
    background-position:-144px -55px
}
.react-tel-input .id{
    background-position:-160px -55px
}
.react-tel-input .ie{
    background-position:-176px -55px
}
.react-tel-input .il{
    background-position:-192px -55px
}
.react-tel-input .in{
    background-position:-208px -55px
}
.react-tel-input .io{
    background-position:-224px -55px
}
.react-tel-input .iq{
    background-position:-240px -55px
}
.react-tel-input .ir{
    background-position:0 -66px
}
.react-tel-input .is{
    background-position:-16px -66px
}
.react-tel-input .it{
    background-position:-32px -66px
}
.react-tel-input .je{
    background-position:-144px -154px
}
.react-tel-input .jm{
    background-position:-48px -66px
}
.react-tel-input .jo{
    background-position:-64px -66px
}
.react-tel-input .jp{
    background-position:-80px -66px
}
.react-tel-input .ke{
    background-position:-96px -66px
}
.react-tel-input .kg{
    background-position:-112px -66px
}
.react-tel-input .kh{
    background-position:-128px -66px
}
.react-tel-input .ki{
    background-position:-144px -66px
}
.react-tel-input .xk{
    background-position:-128px -154px
}
.react-tel-input .km{
    background-position:-160px -66px
}
.react-tel-input .kn{
    background-position:-176px -66px
}
.react-tel-input .kp{
    background-position:-192px -66px
}
.react-tel-input .kr{
    background-position:-208px -66px
}
.react-tel-input .kw{
    background-position:-224px -66px
}
.react-tel-input .ky{
    background-position:-240px -66px
}
.react-tel-input .kz{
    background-position:0 -77px
}
.react-tel-input .la{
    background-position:-16px -77px
}
.react-tel-input .lb{
    background-position:-32px -77px
}
.react-tel-input .lc{
    background-position:-48px -77px
}
.react-tel-input .li{
    background-position:-64px -77px
}
.react-tel-input .lk{
    background-position:-80px -77px
}
.react-tel-input .lr{
    background-position:-96px -77px
}
.react-tel-input .ls{
    background-position:-112px -77px
}
.react-tel-input .lt{
    background-position:-128px -77px
}
.react-tel-input .lu{
    background-position:-144px -77px
}
.react-tel-input .lv{
    background-position:-160px -77px
}
.react-tel-input .ly{
    background-position:-176px -77px
}
.react-tel-input .ma{
    background-position:-192px -77px
}
.react-tel-input .mc{
    background-position:-208px -77px
}
.react-tel-input .md{
    background-position:-224px -77px
}
.react-tel-input .me{
    background-position:-112px -154px;
    height:12px
}
.react-tel-input .mg{
    background-position:0 -88px
}
.react-tel-input .mh{
    background-position:-16px -88px
}
.react-tel-input .mk{
    background-position:-32px -88px
}
.react-tel-input .ml{
    background-position:-48px -88px
}
.react-tel-input .mm{
    background-position:-64px -88px
}
.react-tel-input .mn{
    background-position:-80px -88px
}
.react-tel-input .mo{
    background-position:-96px -88px
}
.react-tel-input .mp{
    background-position:-112px -88px
}
.react-tel-input .mq{
    background-position:-128px -88px
}
.react-tel-input .mr{
    background-position:-144px -88px
}
.react-tel-input .ms{
    background-position:-160px -88px
}
.react-tel-input .mt{
    background-position:-176px -88px
}
.react-tel-input .mu{
    background-position:-192px -88px
}
.react-tel-input .mv{
    background-position:-208px -88px
}
.react-tel-input .mw{
    background-position:-224px -88px
}
.react-tel-input .mx{
    background-position:-240px -88px
}
.react-tel-input .my{
    background-position:0 -99px
}
.react-tel-input .mz{
    background-position:-16px -99px
}
.react-tel-input .na{
    background-position:-32px -99px
}
.react-tel-input .nc{
    background-position:-48px -99px
}
.react-tel-input .ne{
    background-position:-64px -99px
}
.react-tel-input .nf{
    background-position:-80px -99px
}
.react-tel-input .ng{
    background-position:-96px -99px
}
.react-tel-input .ni{
    background-position:-112px -99px
}
.react-tel-input .nl,.react-tel-input .bq{
    background-position:-128px -99px
}
.react-tel-input .no{
    background-position:-144px -99px
}
.react-tel-input .np{
    background-position:-160px -99px
}
.react-tel-input .nr{
    background-position:-176px -99px
}
.react-tel-input .nu{
    background-position:-192px -99px
}
.react-tel-input .nz{
    background-position:-208px -99px
}
.react-tel-input .om{
    background-position:-224px -99px
}
.react-tel-input .pa{
    background-position:-240px -99px
}
.react-tel-input .pe{
    background-position:0 -110px
}
.react-tel-input .pf{
    background-position:-16px -110px
}
.react-tel-input .pg{
    background-position:-32px -110px
}
.react-tel-input .ph{
    background-position:-48px -110px
}
.react-tel-input .pk{
    background-position:-64px -110px
}
.react-tel-input .pl{
    background-position:-80px -110px
}
.react-tel-input .pm{
    background-position:-96px -110px
}
.react-tel-input .pr{
    background-position:-112px -110px
}
.react-tel-input .ps{
    background-position:-128px -110px
}
.react-tel-input .pt{
    background-position:-144px -110px
}
.react-tel-input .pw{
    background-position:-160px -110px
}
.react-tel-input .py{
    background-position:-176px -110px
}
.react-tel-input .qa{
    background-position:-192px -110px
}
.react-tel-input .re{
    background-position:-208px -110px
}
.react-tel-input .ro{
    background-position:-224px -110px
}
.react-tel-input .rs{
    background-position:-240px -110px
}
.react-tel-input .ru{
    background-position:0 -121px
}
.react-tel-input .rw{
    background-position:-16px -121px
}
.react-tel-input .sa{
    background-position:-32px -121px
}
.react-tel-input .sb{
    background-position:-48px -121px
}
.react-tel-input .sc{
    background-position:-64px -121px
}
.react-tel-input .sd{
    background-position:-80px -121px
}
.react-tel-input .se{
    background-position:-96px -121px
}
.react-tel-input .sg{
    background-position:-112px -121px
}
.react-tel-input .sh{
    background-position:-128px -121px
}
.react-tel-input .si{
    background-position:-144px -121px
}
.react-tel-input .sk{
    background-position:-160px -121px
}
.react-tel-input .sl{
    background-position:-176px -121px
}
.react-tel-input .sm{
    background-position:-192px -121px
}
.react-tel-input .sn{
    background-position:-208px -121px
}
.react-tel-input .so{
    background-position:-224px -121px
}
.react-tel-input .sr{
    background-position:-240px -121px
}
.react-tel-input .ss{
    background-position:0 -132px
}
.react-tel-input .st{
    background-position:-16px -132px
}
.react-tel-input .sv{
    background-position:-32px -132px
}
.react-tel-input .sx{
    background-position:-48px -132px
}
.react-tel-input .sy{
    background-position:-64px -132px
}
.react-tel-input .sz{
    background-position:-80px -132px
}
.react-tel-input .tc{
    background-position:-96px -132px
}
.react-tel-input .td{
    background-position:-112px -132px
}
.react-tel-input .tg{
    background-position:-128px -132px
}
.react-tel-input .th{
    background-position:-144px -132px
}
.react-tel-input .tj{
    background-position:-160px -132px
}
.react-tel-input .tk{
    background-position:-176px -132px
}
.react-tel-input .tl{
    background-position:-192px -132px
}
.react-tel-input .tm{
    background-position:-208px -132px
}
.react-tel-input .tn{
    background-position:-224px -132px
}
.react-tel-input .to{
    background-position:-240px -132px
}
.react-tel-input .tr{
    background-position:0 -143px
}
.react-tel-input .tt{
    background-position:-16px -143px
}
.react-tel-input .tv{
    background-position:-32px -143px
}
.react-tel-input .tw{
    background-position:-48px -143px
}
.react-tel-input .tz{
    background-position:-64px -143px
}
.react-tel-input .ua{
    background-position:-80px -143px
}
.react-tel-input .ug{
    background-position:-96px -143px
}
.react-tel-input .us{
    background-position:-112px -143px
}
.react-tel-input .uy{
    background-position:-128px -143px
}
.react-tel-input .uz{
    background-position:-144px -143px
}
.react-tel-input .va{
    background-position:-160px -143px
}
.react-tel-input .vc{
    background-position:-176px -143px
}
.react-tel-input .ve{
    background-position:-192px -143px
}
.react-tel-input .vg{
    background-position:-208px -143px
}
.react-tel-input .vi{
    background-position:-224px -143px
}
.react-tel-input .vn{
    background-position:-240px -143px
}
.react-tel-input .vu{
    background-position:0 -154px
}
.react-tel-input .wf{
    background-position:-16px -154px
}
.react-tel-input .ws{
    background-position:-32px -154px
}
.react-tel-input .ye{
    background-position:-48px -154px
}
.react-tel-input .za{
    background-position:-64px -154px
}
.react-tel-input .zm{
    background-position:-80px -154px
}
.react-tel-input .zw{
    background-position:-96px -154px
}
.react-tel-input *{
    box-sizing:border-box;
    -moz-box-sizing:border-box
}
.react-tel-input .hide{
    display:none
}
.react-tel-input .v-hide{
    visibility:hidden
}
.react-tel-input .form-control{
    position:relative;
    font-size:14px;
    letter-spacing:.01rem;
    margin-top:0!important;
    margin-bottom:0!important;
    padding-left:48px;
    margin-left:0;
    background:#fff;
    border:1px solid #CACACA;
    border-radius:5px;
    line-height:25px;
    height:35px;
    width:300px;
    outline:none
}
.react-tel-input .form-control.invalid-number{
    border:1px solid #d79f9f;
    background-color:#faf0f0;
    border-left-color:#cacaca
}
.react-tel-input .form-control.invalid-number:focus{
    border:1px solid #d79f9f;
    border-left-color:#cacaca;
    background-color:#faf0f0
}
.react-tel-input .flag-dropdown{
    position:absolute;
    top:0;
    bottom:0;
    padding:0;
    background-color:#f5f5f5;
    border:1px solid #cacaca;
    border-radius:3px 0 0 3px
}
.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{
    cursor:pointer
}
.react-tel-input .flag-dropdown.invalid-number{
    border-color:#d79f9f
}
.react-tel-input .flag-dropdown.open{
    z-index:2;
    background:#fff;
    border-radius:3px 0 0
}
.react-tel-input .flag-dropdown.open .selected-flag{
    background:#fff;
    border-radius:3px 0 0
}
.react-tel-input input[disabled]+.flag-dropdown:hover{
    cursor:default
}
.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{
    background-color:transparent
}
.react-tel-input .selected-flag{
    outline:none;
    position:relative;
    width:38px;
    height:100%;
    padding:0 0 0 8px;
    border-radius:3px 0 0 3px
}
.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{
    background-color:#fff
}
.react-tel-input .selected-flag .flag{
    position:absolute;
    top:50%;
    margin-top:-5px
}
.react-tel-input .selected-flag .arrow{
    position:relative;
    top:50%;
    margin-top:-2px;
    left:20px;
    width:0;
    height:0;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:4px solid #555
}
.react-tel-input .selected-flag .arrow.up{
    border-top:none;
    border-bottom:4px solid #555
}
.react-tel-input .country-list{
    outline:none;
    z-index:1;
    list-style:none;
    position:absolute;
    padding:0;
    margin:10px 0 10px -1px;
    box-shadow:1px 2px 10px #00000059;
    background-color:#fff;
    width:300px;
    max-height:200px;
    overflow-y:scroll;
    border-radius:0 0 3px 3px
}
.react-tel-input .country-list .flag{
    display:inline-block
}
.react-tel-input .country-list .divider{
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #ccc
}
.react-tel-input .country-list .country{
    padding:7px 9px
}
.react-tel-input .country-list .country .dial-code{
    color:#6b6b6b
}
.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{
    background-color:#f1f1f1
}
.react-tel-input .country-list .flag{
    margin-right:7px;
    margin-top:2px
}
.react-tel-input .country-list .country-name{
    margin-right:6px
}
.react-tel-input .country-list .search{
    position:sticky;
    top:0;
    background-color:#fff;
    padding:10px 0 6px 10px
}
.react-tel-input .country-list .search-emoji{
    font-size:15px
}
.react-tel-input .country-list .search-box{
    border:1px solid #cacaca;
    border-radius:3px;
    font-size:15px;
    line-height:15px;
    margin-left:6px;
    padding:3px 8px 5px;
    outline:none
}
.react-tel-input .country-list .no-entries-message{
    padding:7px 10px 11px;
    opacity:.7
}
.react-tel-input .invalid-number-message{
    position:absolute;
    z-index:1;
    font-size:13px;
    left:46px;
    top:-8px;
    background:#fff;
    padding:0 2px;
    color:#de0000
}
.react-tel-input .special-label{
    display:none;
    position:absolute;
    z-index:1;
    font-size:13px;
    left:46px;
    top:-8px;
    background:#fff;
    padding:0 2px;
    white-space:nowrap
}
 



#screen_shade {
    position: fixed;
    width: calc(1vw*100);
    height: calc(1vh*100);
    background-color: rgb(40, 40, 40);
    z-index: -1;
    opacity: 0.85;
}

.full_sreen_shade {
    position: fixed;
    width: calc(1vw*100);
    height: calc(1vh*100);
    inset: 0;
    background-color: rgb(40, 40, 40);
    z-index: -1;
    opacity: 0.98;
}
#full_sreen_shade_3{
    opacity: 1;
}
    .fss_c {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: fixed;
        left: 50%;
        top: 50%;
        padding: 20px;
        background-color: white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        width: 280px;
        height: 420px;
    }
    .fss_c2 {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: fixed;
        left: 50%;
        top: 50%;
        padding: 20px;
        font-size: 16px;
        background-color: rgb(147, 146, 146);
        box-shadow: 0 0 10px white;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 520px;
    }
        #user_id_p3 {
            font-size: 14px;
            text-align: justify;
        }

        .fss_top {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin: 0;
            margin-bottom: 18px;
        }
            .fss_top p {
                font-size: 20px;
                font-weight: bold;
            }
            .fss_top button {
                width: 32px;
                height: 32px;
                border-radius: 16px;
                border: double 4px gray;
                color: black;
                font-weight: bold;
            }
        .fss_main,
        .fss_main_1 {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            width: 100%;
        }
            .fss_main p:first-of-type {
                width: 240px;
                text-align: start;
                font-size: 16px;
                font-weight: bold;
                color: black;
                margin: 6px 0;
            }
            .fss_main p:nth-of-type(2) {
                width: 240px;
                color: gray;
                text-align: start;
                font-size: 12px;
            }
                .fssm_m {
                    margin-top: 10px;
                    display: grid;
                    grid-template-columns: repeat(2, 1fr); /* 2 ustun */
                    gap: 10px;
                    width: 100%;
                    justify-items: center; /* tugmalar ustunda markazlashadi */
                    align-items: center;   /* tugmalar vertikal markazlashadi */
                }

                    .tolov_usulari {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        align-items: start;
                        width: 100px;
                        height: 80px;
                        border-radius: 8px;
                        border: solid 2px black;
                        color: white;
                        font-weight: bold;
                    }   
                        .tolov_usulari p {
                            max-width: 90px;
                            text-align: center;
                            line-height: 1.1; 
                            font-size: 10px;
                            font-weight: 200;
                        }
                        .tolov_usulari img {
                            height: 24px;
                            margin-top: 6px;
                            margin-left: 6px;
                        }
            .tolov_var {
                width: 260px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                margin: 14px 0;
            }
                .tolov_var div {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 84px;
                    height: 28px;
                    border: none;
                    font-size: 14px;
                    border-radius: 4px;
                    background-color: rgb(169, 166, 166);
                }
            .tolash_button {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 260px;
                height: 36px;
                border-radius: 8px;
                border: none;
                color: white;
                font-weight: bold;
                background-color: rgb(84, 211, 84);
            }
            .p_hira {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                width: 260px;
            }
                .p_hira p {
                    font-size: 10px;
                    color: gray;
                    margin: 0;
                }
            .fss_mi,
            .fss_mi_out {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                width: 260px;
                height: 36px;
                border-radius: 8px;
                border: solid 1px gray;
                padding-left: 8px;
                padding-right: 8px;
            }
                .fss_mi input {
                    padding: 0 10px;
                    width: 100px;
                    height: 30px;
                    border: none;
                }
                .fss_mi div {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: start;
                    height: 30px;
                }
                    .fss_mi div p:nth-of-type(1) {
                        font-size: 14px;
                        color: black;
                        margin: 0;
                    }                    
                    .fss_mi div p:nth-of-type(2) {
                        font-size: 10px;
                        color: gray;
                        margin: 0;
                    }
                   


#alert_note_enough_money {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 200px;
    z-index: -1;
}

#alert_note_enough_money p {
    width: 280px;
    text-align: center;
}

.alert_btn {
    width: 120px;
    height: 36px;
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.red_background {
    background-color: rgb(220, 40, 40);
}

.green_background {
    background-color: rgb(102, 184, 102);
}


.row_ {
    display: flex;
    flex-direction: row;
}

.col_ {
    display: flex;
    flex-direction: column;
}

.cen_ {
    justify-content: center;
    align-items: center;
}

.str_ {
    justify-content: start;
    align-items: start;
}

.bor_ {
    border: solid 1px black;
    border-radius: 8px;
}

.inp_out {
    width: 200px;
    height: 30px;
    border: none;
}


#full_sreen_shade_7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#full_sreen_shade_7 .container{
    width:340px;
    max-height:700px;
    background:#1e293b;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    color:white;
}

#full_sreen_shade_7 h2{
    text-align:center;
    margin-bottom:20px;
}

#full_sreen_shade_7 input, select{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:none;
    border-radius:10px;
    background:#334155;
    color:white;
    font-size:14px;
}

#full_sreen_shade_7 input::placeholder{
    color:#94a3b8;
}

#full_sreen_shade_7 button{
    width:100%;
    padding:12px;
    border:none;
    border-radius:10px;
    background:#3b82f6;
    color:white;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
}

#full_sreen_shade_7 button:hover{
    background:#2563eb;
}

#full_sreen_shade_7 .switch{
    text-align:center;
    margin-top:15px;
    font-size:14px;
}

#full_sreen_shade_7 .switch span{
    color:#3b82f6;
    cursor:pointer;
}

#full_sreen_shade_7 .hidden{
    display:none;
}




.custom-file {
  position: relative;
  display: inline-block;
}

.custom-file input[type="file"] {
  opacity: 0;          /* fayl inputni yashirish */
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.file-label img {
  cursor: pointer;     /* rasm bosilganda file select oynasi ochiladi */
}


.loading_back {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(1vw*100);
    height: calc(1vh*100);
    inset: 0;
    background-color: black;
}

/* Loading fon */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1003;
  }

  .dots {
    display: flex;
    gap: 10px;
  }

  .dots span {
    width: 14px;
    height: 14px;
    background: #3498db;
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
  }

  .dots span:nth-child(2) {
    animation-delay: 0.2s;
  }

  .dots span:nth-child(3) {
    animation-delay: 0.4s;
  }

  @keyframes bounce {
    from {
      transform: translateY(0);
      opacity: 0.5;
    }
    to {
      transform: translateY(-15px);
      opacity: 1;
    }
  }


  .alert_div {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(40, 40, 40);
    width: calc(1vw*100);
    height: calc(1vh*100);
    inset: 0;
    z-index: -1;
  }
    /* Alert div asosiy */
    #customAlert {
        background-color: #1e1e1e;  /* dark mode */
        color: white;
        padding: 20px 30px;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
        text-align: center;
        font-size: 18px;
        max-width: 90%;
        word-wrap: break-word; /* uzun so‘zlarni ham keyingi qatorga tushiradi */
        white-space: normal;   /* matn qatorini cheklamaydi */
    }

    /* Close button */
    #customAlert button {
        margin-top: 15px;
        padding: 8px 16px;
        background-color: #333;
        border: none;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }
    #customAlert button:hover {
        background-color: #555;
    }





    /* Fullscreen win div */
/* Matn */
#winnerDiv {
    position: fixed;
    top: 30%; left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    font-size: 26px;
    font-weight: bold;
    color: gold;
    text-shadow: 0 0 10px #fff, 0 0 20px #ff0, 0 0 2px red;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}

/* Pop animation */
.show-win {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    animation: pop 0.6s ease forwards;
}

@keyframes pop {
    0%   { transform: translate(-50%, -50%) scale(0.5); opacity:0; }
    50%  { transform: translate(-50%, -50%) scale(1.4); opacity:1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity:1; }
}

/* Confetti (soya kabi har tomonga) */
.confetti {
    position: absolute;
    width: 4px; height: 4px;       /* mayda zarchalar */
    border-radius: 50%;
    opacity: 0.8;
    background: gold;
    z-index: 1999;                 /* matn orqasida */
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
}

/* Random yo‘nalish */
@keyframes scatter {
    0%   { transform: translate(0,0) scale(0.5); opacity:1; }
    100% { transform: translate(var(--dx), var(--dy)) scale(1); opacity:0; }
}


.is_inp_cor {
    box-shadow: 0 0 7px 1px red;
}

.is_inp_inc {
    box-shadow: 0 0 7px 1px green;
}

/* Wrapper div: 300x180px, ortada joylashgan */
.promo_wrapper {
  width: 240px;
  height: 120px;
  background-color: transparent; /* Dark theme background */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px; /* Input va tugma orasidagi masofa */
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  margin: 0 auto; /* Sahifa bo‘yicha markazlash */
}

/* Input style */
.promo_inp {
  width: 220px;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background-color: #2c2c2c;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

.promo_inp::placeholder {
  color: #888888;
}

.promo_inp:focus {
  box-shadow: 0 0 6px #4cafef;
}

/* Button style */
.promo_btn {
  width: 220px;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background-color: #4cafef;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.promo_btn:hover {
  background-color: #3696e0;
}