html {
    overflow-y: scroll
}

body {
    background-color: #f1f2fd;
    background-image: url(./image/background_img.png?ver=5)!important;
}
.mineslob {
    background: linear-gradient(45deg, rgb(202, 30, 159), rgb(255, 0, 0));
}
::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

::-webkit-scrollbar-button {
    background-color: #fff
}

::-webkit-scrollbar-track {
    background-color: #999
}

::-webkit-scrollbar-track-piece {
    background-color: #e1e6ee
}

::-webkit-scrollbar-thumb {
    background-color: #245ed7;
    border-radius: 3px;
    height: 50px
}

::-webkit-scrollbar-corner {
    background-color: #999
}

::-webkit-resizer {
    background-color: #666
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body {
    background-color: #f1f2fd;
    color: #2e3956!important;
    font-family: Rubik!important
}

button {
    border: 0;
    border-radius: 3px;
    outline: none!important;
    padding: 8px 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input:focus {
    box-shadow: none!important
}

.main {
    width: 100%
}

.flex,.rows {
    display: flex
}

.flex {
    align-items: center;
    justify-content: center
}
@media (min-width: 992px) {

    .left-main {
        
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        min-width: 80px;
        position: fixed
    }
}

/* Стиль для мобильных устройств */
@media (max-width: 992px) {
    
    .left-main {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        min-width: 80px;
        position: fixed
    }

    
}



.games-menu {
    background-color: #fff;
    border-radius: 10px;
    top: 125px;
    width: 100%
}

.right-main {
    width: 100%
}

.header-menu .item {
    background: rgba(255, 255, 255, 0.08);
    font-size: 16px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px
}

.header-menu .item.isActive {
    color: #2d8fff;
    background: rgba(255, 255, 255, 0.12);
}

.header-menu .item:hover {
    color: #2d8fff;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer
}

.header {
    background: #fff;
    padding: 13px 25px
}


@media(min-width: 1200px) {
    /* .header {
        margin-top: 0.5rem;
        margin-left: 7vw;
        margin-right: 7vw;
        border-radius: 1.3rem;
    } */
}

.logoBox:hover {
    cursor: pointer
}

.logoBox div {
    font-size: 14px;
    margin-top: 5px;
    text-align: center
}

.logoBox {
    border-radius: 18px;
    text-align: center;
    top: 15px;
}

.cards {
    background-color: #fff;
    box-shadow: 0 25px 65px rgb(224 221 240/45%)
}

.content {
    border-radius: 10px
}

.games-item {
    padding: 7px 0;
    text-align: center;
    width: 100%
}

.games-item.isActive {
    /* background-color: #9e6900; */
}

.games-item.isActive .games-title {
    color: #fff!important
}

.games-img {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    margin: 0 auto;
    width: 28px;
    /* filter: hue-rotate(37deg); */
}

.games-title {
    color: #2e3956;
    font-size: 13px;
    padding-top: 5px
}


.menu-bubbles:hover .games-title,.menu-dice:hover .games-title,.menu-mines:hover .games-title,.menu-plinko:hover .games-title,.menu-slots:hover .games-title,.menu-lives:hover .games-title,.menu-wheel:hover .games-title,.menu-kenos:hover .games-title, .menu-jack:hover .games-title {
    color: #fff!important
}

.still:hover {
    background-image: none;
    box-shadow: none
}

.still .games-title {
    color: #2e3956!important
}

.games-img.dice,.games-img.dice:hover {
    background-image: url(./image/Menu/dice.png?ver=7);
}

.games-img.mines,.games-img.mines:hover {
    background-image: url(./image/Menu/explosion.png?ver=10);
}


.games-img.wheel,.games-img.wheel:hover {
    background-image: url(./image/Menu/wheel.png?ver=10);
}
.games-img.kenos,.games-img.kenos:hover {
    background-image: url(./image/Menu//keno.png?ver=7);
}

.games-img.jack,.games-img.jack:hover {
    background-image: url(./image/Menu/jackpot.png?ver=7);
}

.games-img.slots,.games-img.slots:hover {
    background-image: url(./image/slotLogo.png?ver=8);
}
.games-img.lives,.games-img.lives:hover {
    background-image: url(./image/Menu/Lives.png?ver=7);
}


.games-img.bubbles,.games-img.bubbles:hover {
    background-image: url(./image/Menu/bubbles.png?ver=7);
}


.games-item:hover .games-title {
    color: #2561d0
}

.games-item:hover {
    cursor: pointer
}

.content-header .span {
    font-size: 12px
}

.circle {
    border-radius: 50%
}

.users-box {
    border-radius: 5px;
    display: flex;
    padding: 5px 25px
}

.users-balance {
    font-weight: 500
}

.btn:not(:disabled):not(.disabled):active {
    background: #008b8b
}

.blue {
    background-image: linear-gradient(45deg,#9425d0,#5b1eff);
    border: 0;
    box-shadow: 0 0 16px 0 #651ff6;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.ser {
    background: #dce0ed;
    color: #38477c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ser:hover {
    cursor: pointer
}

.users-login {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap
}

.users-balance {
    font-size: 15px
}

.content-header span {
    color: #364a63;
    font-size: 18px
}

.text-number {
    font-size: 13px;
    padding-bottom: 10px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-play {
    margin: 0 auto;
    width: 100%
}

.mines .btn-play.blue {
    padding: 10px 0
}

.buttons .amount-number {
    flex: auto
}

.amount-number {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    border-right: 0;
    border-top: #fff;
    color: #5a5a5a;
    transition: all .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 22px 10px;
    text-align: center
}

.buttons .amount-number:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.buttons .amount-number:last-child {
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ced4da;
    border-top-right-radius: 5px
}

.content-body {
    padding: 35px 0
}

.btns-dice {
    align-items: baseline
}

.blue:hover {
    cursor: pointer
}

.content-header {
    padding: 10px
}

.notifaction {
    min-height: 50px
}

.noty {
    border-radius: 5px;
    color: #fff;
    padding: 11px 25px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noty.success {
    background-image: linear-gradient(45deg,#38d461,#11ca4a)
}

.noty.error {
    background-image: linear-gradient(45deg,#fb6868,#ff3434)
}

.amount-number:hover {
    background: #dce0ed!important;
    color: #38477c;
    cursor: pointer
}

.dice-roulette {
    width: 100%
}

.diceRoulette {
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    white-space: nowrap;
    width: 4800px
}

.diceRoulette .item {
    align-items: center;
    border-radius: 3px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin-right: 3px;
    min-width: 45px;
    padding-top: 2px;
    position: relative
}

.diceRouletteBox {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    overflow: hidden
}

.diceRoulette .item.red {
    background-color: #e02e2e;
    border-bottom: 4px solid #e02e2e;
    color: #fff
}

.diceRoulette .item.orange {
    background-color: #fc3c00;
    border-bottom: 4px solid #fc3c00;
    color: #fff
}

.diceRoulette .item.green {
    background-color: #01a155;
    border-bottom: 4px solid #01a155;
    color: #fff
}

.diceRoulette .item.bluews {
    background-color: #3079f2;
    border-bottom: 4px solid #3079f2;
    color: #fff
}

.diceRoulette .item.yellow {
    background-color: #f4a202;
    border-bottom: 4px solid #f4a202;
    color: #fff
}

.diceArrows img {
    transform: rotate(-90deg)
}

.diceArrows {
    bottom: 5px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 5
}

@-webkit-keyframes anim {
    0% {
        bottom: 5px
    }

    50% {
        bottom: -5px
    }

    to {
        bottom: 5px
    }
}

@keyframes anim {
    0% {
        bottom: 5px
    }

    50% {
        bottom: -5px
    }

    to {
        bottom: 5px
    }
}

.minHeight {
    min-height: 119px
}

.startBonusCoff {
    border-radius: 5px;
    box-shadow: 0 0 16px 0 #446eff;
    color: #fff;
    left: 50%;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5
}

.lives-games {
    border-radius: 10px;
    padding: 10px 0
}

.mines {
    display: flex
}

.mines .buttons.bombs .amount-number {
    border-top: 1px solid #ced4da;
    padding: 8px 5px
}

.dice .buttons .amount-number:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0
}

.dice .buttons .amount-number:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0
}

.bubbless .buttons .amount-number:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0
}

.bubbless .buttons .amount-number:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0
}

.mines .bombs .amount-number.active {
    background-color: #dce0ed;
    color: #38477c
}

.minefields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px!important;
    position: relative
}

.mines .cell {
    border-radius: 3px;
    height: 65px;
    margin: 2px;
    width: 65px
}


.mines .cell.win {
    background: rgba(76,175,80,.8);
    background-image: url(./image/mines/2.png?ver=6);
    border: 1px solid rgba(76,175,80,.8);
    /* transition: all .3s ease-in-out; */
    /* animation: MinesAnim 0.3s ease-in-out; */
}

/* ����������� �������� */
@keyframes MinesAnim {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.13);
    }
    100% {
        transform: scale(1);
    }
}

.mines .cell.lose,.mines .cell.win {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%
}

.mines .cell.lose {
    background-color: #f66461;
    background-image: url(./image/Games/Mines/bomb.png?ver=6);
    border: 1px solid #f66461;
    /* transition: all .3s ease-in-out; */
    /* animation: MinesAnim 0.3s ease-in-out; */
}

.mines .cell:hover {
    /* background-color: #f4f5f8;
     */cursor: pointer
}

.cell.opacity {
    opacity: .4
}

.leftMenu {
    background-color: #fff;
    border-radius: 5px;
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 30px
}

.lives-title {
    padding: 5px 15px
}

table {
    min-width: 100%;
    text-align: center
}

th {
    font-size: 15px;
    font-weight: 500
}

td,th {
    padding: 12px 0
}

td {
    font-size: 14px
}

.mines-amount .amount-number {
    background-color: #dce0ed;
    border: 1px solid #ced4da;
    color: #38477c;
    justify-content: center;
    width: 50px
}

.amounts {
    border-radius: 0
}

.amounts:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.amounts:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.stepsCoffs {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 6px 8px;
    position: relative;
    transition: .5s
}

.winSum {
    margin: 0
}

.step-coff {
    font-size: 13px
}

.spaceEvenly {
    justify-content: space-evenly
}

.stepsPrev {
    text-align: center
}

.stepsCoffs.win {
    border: 1px solid #00aa80;
    color: #00aa80
}

.stepsCoffs.lose {
    border: 1px solid #fd7078;
    color: #fd7078
}

.stepsCoffs.active {
    border: 1px solid #1f50fb;
    color: #1e4ffb
}

.activePromo,.stepsCoffs .step-number,.stepsCoffs .winSum {
    font-size: 14px
}

.activePromo {
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap
}

.stepsCoffBox {
    max-height: 300px;
    min-height: 300px
}

.main_loading {
    align-items: center;
    background-color: #181a1d73;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 16
}

.card-header {
    background-color: #fff
}

.pay-box:hover {
    cursor: pointer
}

.pay-title {
    display: none;
    padding-top: 7px
}

.loader,.loader:after,.loader:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s ease-in-out infinite;
    animation: load7 1.8s ease-in-out infinite;
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em
}

.loader {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    color: #2053f4;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0)
}

.loader:after,.loader:before {
    content: "";
    position: absolute;
    top: 0
}

.loader:before {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    left: -3.5em
}

.loader:after {
    left: 3.5em
}

@-webkit-keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}
.footers div:hover {
    color: #2561d0;
    cursor: pointer
}

.bubbless .content-body {
    min-height: 323px
}

.isActive .games-title {
    color: #2561d0
}

.modal-mask {
    background-color: rgba(0,0,0,.5);
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle
}

.modal-container {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,.33);
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 auto;
    padding: 20px 30px;
    transition: all .3s ease;
    width: 300px
}

.modal-header h3 {
    color: #42b983;
    margin-top: 0
}

.modal-default-button {
    float: right
}

.modal-enter,.modal-leave-active {
    opacity: 0
}

.modal-enter .modal-container,.modal-leave-active .modal-container {
    transform: scale(1.1)
}

.withdraw .inbox {
    overflow: auto;
    padding: 0
}

.pay-box {
    transition: all .3s ease-in-out;
    background-color: #182e50;
    border: 1px solid #182e50;
    border-radius: 13px;
    flex: auto;
    width: 150px;
    padding: 5px 0;
    text-align: center;
}

.pay-box.isActive {
    border: 1px solid #f8a11f;
    transform: scale(0.95);
}

.pay-box.isActive .pay-img {
    transition: all .3s ease-in-out;
    transform: scale(1.02);
}

.pay-box:last-child {
    margin: 0
}

.content.history {
    padding: 15px 0!important
}

.expect.text-warning:hover {
    cursor: pointer
}

.list {
    display: none
}

.lds-ripple {
    display: inline-block;
    height: 65px;
    position: relative;
    width: 65px
}

.lds-ripple div {
    -webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
    animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
    border: 4px solid #1f51f7;
    border-radius: 50%;
    opacity: 1;
    position: absolute
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

@-webkit-keyframes lds-ripple {
    0% {
        height: 0;
        left: 32.5px;
        opacity: 1;
        top: 32.5px;
        width: 0
    }

    to {
        height: 65px;
        left: 0;
        opacity: 0;
        top: 0;
        width: 65px
    }
}

@keyframes lds-ripple {
    0% {
        height: 0;
        left: 32.5px;
        opacity: 1;
        top: 32.5px;
        width: 0
    }

    to {
        height: 65px;
        left: 0;
        opacity: 0;
        top: 0;
        width: 65px
    }
}

.mines .form:disabled {
    background-color: #fff
}

.lds-ring {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.stepsCoffs,.wincoff,.winsum,label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lds-ring div {
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 8px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    box-sizing: border-box;
    display: block;
    height: 64px;
    margin: 8px;
    position: absolute;
    width: 64px
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

.vue-notification {
    font-size: 15px
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.footers .item {
    font-size: 14px
}

.icon {
    height: 2rem;
    width: 2rem
}

.icon-menu {
    fill: #2561d0
}

.games-item.isActive .icon-menu {
    fill: #fff
}


.history::-webkit-scrollbar {
    display: none
}

.logo-menu {
    align-items: center;
    display: none;
    margin-left: .7rem
}

table {
    width: 800px!important
}

.users-box:hover {
    background-color: #ffffff94;
    cursor: pointer
}

.contact-box {
    display: block;
    text-align: center
}

.circle-online {
    -webkit-animation: pulse 11s infinite;
    animation: pulse 11s infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
	background-image: linear-gradient(to right, #0ACB90, #2BDE6D) !important;
    border-radius: 100%;
    height: 9px;
    width: 9px
}

.contact-info {
    margin-top: auto
}

.still svg {
    fill: #008209;
    height: 21px;
    width: 21px
}

.pay-box .pay-img {
    height: 60px!important
}

.system_wallet img {
    height: 45px
}

.table_id {
    width: 130px
}

.cell.wait {
    background-color: #f4f5f8
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(10,203,144,.6)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(57, 243, 32);
    }

    70% {
        box-shadow: 0 0 0 9px transparent;
        transform: rotateY(0deg)
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@media(max-width: 1310px) {
    body {
        zoom:.9
    }

    .buttons .amount-number {
        padding: 8px 0
    }
}

@media(max-width: 992px) {
    .contact-info {
        display:none
    }

    .history {
        overflow: scroll
    }
    body {
        zoom: 1
    }

    .header-menu,.logo-menu {
        display: block
    }

    .header-menu {
        background-color: #fff;
        border-top: 1px solid #dce0ed;
        bottom: 54px;
        display: flex;
        flex-wrap: wrap;
        font-size: 15px;
        left: 0;
        position: fixed;
        width: 100%
    }

    .header-menu .item {
        margin-top: 2px;
        margin-bottom: 2px;
        white-space: nowrap;
        width: 100%
    }

    .startBonusCoff {
        margin-top: 15px
    }

    .diceArrows {
        bottom: -10px
    }


    .dice .col-4 {
        min-width: 100%
    }

    .dice .content-body>.rows {
        display: block
    }

    .dice .content-body .col-4.position-relative {
        margin: 15px 0
    }

    .promocode {
        display: block
    }

    .promocode .content {
        min-width: 100%
    }

    .promocode .two {
        margin-top: 50px
    }

    .ref .col-5,.withdraw .col-6 {
        min-width: 100%
    }

    .bonuses,.promocode {
        flex-wrap: wrap
    }

    .bonuses .content {
        margin-top: 1rem!important;
        min-width: 100%
    }

    .mines .container.rows {
        flex-direction: column
    }

    .mines .col-2,.mines .col-4,.mines .col-6 {
        min-width: 100%
    }

    .mines .minefields {
        margin: 10px 0
    }

    .mines-bets {
        margin-top: 1rem!important
    }

    .stepsCoffBox {
        min-height: 0
    }

    .stepsPrev {
        display: none
    }

    .minefields {
        min-width: 100%
    }

    .header {
        background-color: #fff;
        border-bottom: 1px solid #dce0ed;
        box-shadow: 0 25px 65px rgb(224 221 240/45%);
        position: fixed;
        width: 100%;
        z-index: 15
    }

    .header .container {
        min-width: 100%
    }

    .users-box {
        box-shadow: none
    }

    .glavpanel {
        margin-top: 135px!important
    }

    .games-menu {
        border-radius: 0;
        bottom: 0;
        box-shadow: none;
        box-shadow: 0 25px 65px rgb(224 221 240/45%);
        display: flex;
        justify-content: center;
        margin-top: 0!important;
        top: auto;
        width: 100%
    }

    .left-main {
        bottom: 0;
        height: 50px;
        min-width: 100%;
        z-index: 5
    }

    .games-item {
        align-items: center;
        border-top: 1px solid #dce0ed
    }

    .games-item.blue {
        box-shadow: none
    }

    .bubbless .col-12.rows {
        display: block
    }

    .bubbless .col-4 {
        min-width: 100%
    }

    .bubbless .col-4:nth-of-type(2) {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .bubbless .bottom {
        display: block
    }

    .bubbless .bottom .col-6 {
        min-width: 100%
    }

    .bubbless .bottom .col-6:nth-of-type(2) {
        margin-top: 1rem
    }

    .games-title {
        font-size: 11px;
        padding-top: 2px
    }

    .header-buttons {
        display: flex
    }

    .footers {
        margin-bottom: 4rem
    }

    .inbox {
        overflow: auto;
        padding: 8px 0
    }

    .pay-box {
        min-width: 150px
    }

    .list {
        align-items: center;
        display: flex
    }

    .bubbless {
        min-height: 600px
    }

    .games-img {
        height: 21px;
        width: 21px
    }

    .still {
        display: block!important
    }

    .games-item {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .logoBox {
        display: none
    }

    .oprew {
        align-items: center;
        display: flex
    }

    .dadar,.klada,.oprew {
        width: 100%
    }

    .klada {
        align-items: center;
        display: flex
    }

    .right-main.isHide:before {
        background-color: #00000073;
        content: "";
        min-height: 100%;
        min-width: 100%;
        position: fixed;
        z-index: 5
    }

    .mines .one {
        order: 3
    }

    .mines .three {
        order: 1
    }

    .mines .two {
        order: 2
    }

    .minefields {
        min-width: 400px
    }
}

@media(max-width: 440px) {
    .minefields {
        min-width:auto
    }

    .minefields .cell {
        height: 55px;
        width: 55px
    }
}

@media(max-width: 380px) {
    .minefields .cell {
        height:50px;
        width: 50px
    }
}

@media(max-width: 360px) {
    .minefields .cell {
        height:45px;
        width: 45px
    }
}

@media(max-width: 335px) {
    .minefields .cell {
        height:40px;
        width: 40px
    }
}

@media(max-width: 309px) {
    .minefields .cell {
        height:35px;
        width: 35px
    }
}

@media(max-width: 285px) {
    .minefields .cell {
        height:30px;
        width: 30px
    }
}

@media(max-width: 550px) {

    .withdraw .amount-number {
        padding:5px
    }

    .footers {
        flex-direction: column
    }

    .header-buttons {
        margin: 0 auto;
        width: 100%
    }

    .header-buttons button {
        flex: auto;
        font-size: 15px;
        padding: 7px 15px
    }

    .users-box {
        margin: 0!important;
        padding: 8px 0
    }

    .klada {
        flex-direction: column;
        width: 100%
    }

    .header {
        padding: 13px 5px
    }

    .dadar {
        flex-direction: column
    }

    .dadar,.oprew {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

@media(max-width: 400px) {
    .buttons .amount-number {
        padding:5px
    }

    .footers {
        font-size: 12px
    }
}

@media(min-width: 1500px) {
    body {
        zoom:1.02
    }
}

@media(min-width: 1600px) {
    body {
        zoom:1.05
    }
}

@media(min-width: 1800px) {
    body {
        zoom:1.1
    }
}

@media(min-width: 2000px) {
    body {
        zoom:1.3
    }
}

@media(min-width: 2200px) {
    body {
        zoom:1.4
    }
}

@media(min-width: 2400px) {
    body {
        zoom:1.5
    }
}

body {
    background-color: #f1f2fd;
    font-family: Rubik!important;
}

.content:before,body:before {
    content: "";
    display: block;
    top: 0;
    width: 100%
}

.content:before {   
    height: 20px;
    position: absolute;
    right: 0
}

button.blue.mt-2.col-12:before,button.blue.mt-3.col-12:before {
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.blue,.btn,.input-group-text.blue,.noty {
    font-weight: 500
}

.header:before {
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

@media (max-width: 420px) {
    .header:before {
        content: ""
    }
}

.btn-play,.form-control,.input-group-text,.noty,button.blue.mt-3.col-12,button.ser.mt-2 {
    border-radius: 8px
}

.lt {
    font-size: 16px;
    font-weight: 400
}

.games-title {
    font-weight: 500;
}

.header-menu .item {
    font-size: 14px!important;
    margin-left: 5px!important;
    margin-right: 5px!important;
    padding: 9px!important;
}

















.footer {
    color: #ffffff;
}

.footer-link {
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    font-size: 12px;
}

.footer-link:hover {
    transform: scale(1.03);
    color: #0d5cf0;
}

.text-center {
    text-align: center;
}


















.NewMainContainer {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background: linear-gradient(135deg, #181a23, #1f2230);
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    color: #fff;
    gap: 30px;
}

.NewContainerLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}



.NewContainerBox {
    background: rgba(255, 255, 255, 0.08);
    padding: 18px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.NewContainerBox > p {
    margin-bottom: 0;
}
.NewContainerBox:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
}

.NewContainerBox i {
    font-size: 1.5rem;
    color: #4f46e5;
}



.NewContainerRight {
    flex: 2.25;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
}



.NewContainerInput {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 1rem;
    transition: 0.3s;
    text-align: left;
}

.NewContainerInput:focus {
    background: rgb(28, 31, 39);
    outline: none;
}

.NewContainerInput option {
    background: rgba(255, 255, 255, 0.18);
    padding: 10px;
}




/* Кнопки */
.NewButtonBlue {
    width: 100%;
    padding: 16px;
    background: #466be5;
    border: none;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 5px;
}

.NewButtonBlue.full-width {
    width: 100%;
}

.NewButtonBlue:hover {
    background: #3658c6;
}

.NewButtonRed {
    width: 100%;
    padding: 18px;
    background: #ef4444;
    border: none;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    margin-top: 15px;
}

.NewButtonRed:hover {
    background: #dc2626;
    transform: scale(1.01);
}

@media (max-width: 700px) {
    .NewMainContainer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .NewContainerLeft {
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
    }

    .NewContainerRight {
        width: 100%;
    }

    .NewContainerBox {
        width: 100%;
    }
}







.jackpot__chance {
    margin-bottom: 10px;
    display: flex;
    background: linear-gradient(360deg, #0077ff, #3461df);
    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(98, 105, 118, .16);
    min-height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.jackpot__chance:hover {
    box-shadow: 0 6px 20px rgba(0, 115, 255, 0.5);
}




.players-list {
    padding: 6px;
    border-radius: 6px;
    background: linear-gradient(360deg, #083161, #26304d);
    width: 100%; /* Занимает всю доступную ширину */
    max-width: 34vw; /* Ограничиваем ширину на больших экранах */
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
}



/* Дополнительная адаптация для мобильных устройств */
@media (max-width: 768px) {
    .players-list {
        max-width: 83vw; /* Чуть больше ширина на мобильных */
    }
}
.playerin-list:not(:first-child) {
    margin-left: 5px;
}

.playerin-list img {
    width: 50px;
    background-position: center;
    height: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.playerin-list div {
    background: linear-gradient(360deg, #0077ff, #3461df);
    position: relative;
    text-align: center;
    margin-top: -5px;
    width: 50px;
    font-weight: 600;
    font-size: 10px;
    padding: 5px;
    white-space: nowrap;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff !important;
}



.jackpot-box::before,
.jackpot-box::after {
    content: "";
    display: block;
    width: 20%;
    height: 100%; /* Полная высота рулетки */
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none; /* Не мешает кликам */
}

.jackpot-box::before {
    left: 0;
    background: linear-gradient(90deg, rgba(29, 41, 90, 0.8), transparent);
}

.jackpot-box::after {
    right: 0;
    background: linear-gradient(-90deg, rgba(29, 41, 90, 0.8), transparent);
}



.jackpot-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #1b2c46, #142236);
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.jackpot-roll {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 100px;
}

.inboxJackpot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
    min-width: max-content;
    padding: 10px;
}

.inboxJackpot img {
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 8px;
    display: inline-block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: #fff;
    padding: 1px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.inboxJackpot img.winner {
    border: 1px solid #4bb543;
    box-shadow: 0px 0px 15px rgba(75, 181, 67, 0.9);
    transform: scale(1.05) translateY(-2px);
    transition: transform 0.5s ease-in-out;
}

#jackpot-arrow {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 36px;
    background: linear-gradient(180deg, rgb(37, 50, 163), rgb(112, 38, 231));
    border-radius: 34%;
    box-shadow: 0px 0px 5px rgb(45, 76, 211);
    z-index: 1000;
    transition: transform 0.2s ease-in-out;
    animation: pulseArrow 1.5s infinite alternate, floatArrow 2s infinite ease-in-out;
}

@keyframes pulseArrow {
    0% {
        transform: translateX(-50%) scale(1);
    }
    100% {
        transform: translateX(-50%) scale(1.05);
    }
}

/* 🔹 Легкое колебание вверх-вниз */
@keyframes floatArrow {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-5px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}







.jackpot {
    padding: 32px 40px;
    background: #1f2230;
    border-radius: 10px;
}
.jackpot__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .jackpot__row {
        flex-direction: column;
        width: 100%;
    }
}

.jackpot__timer {
    font-size: 14px;
}
.jackpot__timer > span {
    position: absolute;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 4px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 62em) {
    .jackpot {
        padding: 12px 15px 23px;
    }
}


.progress {
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .65625rem;
    background: linear-gradient(360deg, #0077ff, #3461df);
    border-radius: 4px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(360deg, #0077ff, #3461df);
    transition: all .6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 0, transparent);
    background-size: 50px 50px;
}
.progress-bar-animated {
    animation: moveBar 5s linear infinite;
}
@keyframes moveBar {
    
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }

}










.jackpot-history-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.jackpot-history {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    background: #1c1f36;
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.jackpot-history__head {
    background: #1f2230;
    color: white;
    font-weight: bold;
}

.jackpot-history__head-row {
    height: 50px;
    text-align: center;
}

.jackpot-history__head-item {
    font-size: 16px;
    padding: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.jackpot-history__body {
    background: #1f2230;
}

.jackpot-history__body-row {
    height: 50px;
    border-bottom: 1px solid #1f2230;
    transition: background 0.3s ease, transform 0.2s ease-in-out;
}

.jackpot-history__body-row:hover {
    background: #16112c;
    transform: scale(1.02);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.jackpot-history__body-item {
    font-size: 15px;
    padding: 14px;
    text-align: center;
    color: #c3c8ff;
    transition: color 0.3s ease;
}

.jackpot-history__player {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot-history__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* margin-right: 10px; */
    border: 2px solid #4a4f83;
    transition: transform 0.3s ease, border 0.3s ease;
}

.jackpot-history__avatar:hover {
    transform: scale(1.1);
    border-color: #5c62a6;
}

.jackpot-history__username {
    cursor: pointer;
    font-weight: 600;
    color: #7581ff;
    transition: color 0.3s ease;
}

.jackpot-history__username:hover {
    color: #a3adff;
    text-shadow: 0 0 10px rgba(163, 173, 255, 0.5);
}

.jackpot-history__tickets {
    font-size: 14px;
    color: #b3baff;
}

.jackpot-history__tickets i {
    color: #6f7cad;
    margin-right: 5px;
}

.jackpot-history__amount {
    font-weight: bold;
    color: #e5e8ff;
    text-shadow: 0 0 8px rgba(229, 232, 255, 0.5);
}

@media (max-width: 768px) {
    .jackpot-history-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jackpot-history {
        min-width: 600px;
    }

    .jackpot-history__head-item {
        font-size: 14px;
        padding: 10px;
    }

    .jackpot-history__body-item {
        font-size: 14px;
        padding: 12px;
    }

    .jackpot-history__avatar {
        width: 30px;
        height: 30px;
    }
}


.jackpot-history-enter-active {
    animation: fadeIn 1.0s ease-out forwards;
}

.jackpot-history-leave-active {
    animation: fadeOut 1.0s ease-in forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}













    









.ball{
    background-color: rgb(255, 230, 0)!important;
}
.plinko_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 64px;
    padding: 0 10px;
    
}
.plinko_list .plinko__history-item {
    border-radius: 4px;
    width: auto;
    min-width: 60px;
    margin: 0 4px;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important;
    
}
#w_container {
    max-width: 100%;
    width: 100%;
    
}
.plinko_game {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 650px;
    width: 100%;
    
}
.plinko-payouts {
    height: 2em;
    order: 1;
    padding: 0 35px;
    width: 380px;
    
}
.payout-line {
    display: flex;
    justify-content: space-around;
    
}
.plinko-payouts .payout-value {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-size: 0.8em;
    font-weight: 500;
    transform-origin: 0 0;
    will-change: transform;
    z-index: 2;
    
}
.payout-value-wrap,.plinko-payouts .payout-value {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    
}
.payout-value-wrap {
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-size: 0.6em;
    font-weight: 800;
    height: 25px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    
}
.payout-value-wrap__pocket {
    background: #fff;
    border-radius: 50%;
    height: 40%;
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
    width: 50%;
    
}
.payout-value.animated {
    animation: bucket_drop 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    
}
@keyframes bucket_drop {
    0% {
        transform: translate(-50%, -50%);
        
    }
    50% {
        transform: translate(-50%, -10%);
        
    }
    to {
        transform: translate(-50%, -50%);
        
    }
    
}
.play_plinko_pc {
    display: block;
    
}
.play_plinko_mobile,.play_plinko_mobile_flex {
    display: none;
    
}
.plinko_list .bubbles-item {
    border: 0;
    color: rgb(32, 159, 243) !important;
    
}
.play_plinko {
    touch-action: manipulation;
    
}
#plinkoContainer {
    transition: all .3s ease-in-out;
    display: block;
    height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 400px;
    
}
#plinkoContainer #plinko {
    height: 100%;
    position: absolute;
    width: 100%;
    
}
#plinkoContainer #plinko [heading]:not([heading=""]) {
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    
}
#plinkoContainer #plinko [heading="10"] {
    animation-name: bounceLeft-1;
    
}
#plinkoContainer #plinko [heading="11"] {
    animation-name: bounceLeft-2;
    
}
#plinkoContainer #plinko [heading="12"] {
    animation-name: bounceLeft-3;
    
}
#plinkoContainer #plinko [heading="13"] {
    animation-name: bounceLeft-4;
    
}
#plinkoContainer #plinko [heading="14"] {
    animation-name: bounceLeft-5;
    
}
@keyframes bounceLeft-1 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translate(-100%, -250%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceLeft-2 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translate(-100%, -260%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceLeft-3 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translate(-100%, -240%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceLeft-4 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translate(-100%, -220%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceLeft-5 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translate(-100%, -200%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
#plinkoContainer #plinko [heading="20"] {
    animation-name: bounceRight-1;
    
}
#plinkoContainer #plinko [heading="21"] {
    animation-name: bounceRight-2;
    
}
#plinkoContainer #plinko [heading="22"] {
    animation-name: bounceRight-3;
    
}
#plinkoContainer #plinko [heading="23"] {
    animation-name: bounceRight-4;
    
}
#plinkoContainer #plinko [heading="24"] {
    animation-name: bounceRight-5;
    
}
@keyframes bounceRight-1 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translateY(-250%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceRight-2 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translateY(-260%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceRight-3 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translateY(-240%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceRight-4 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translateY(-220%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
@keyframes bounceRight-5 {
    0% {
        transform: translate(-50%, -125%);
        
    }
    50% {
        transform: translateY(-200%);
        
    }
    to {
        transform: translate(-50%, -125%);
        
    }
    
}
#plinkoContainer #plinko [heading="2"] {
    animation-name: fallAway;
    
}
@keyframes fallAway {
    0% {
        transform: translate(-50%, -125%) scale(1);
        
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        
    }
    
}
@media (max-width: 992px) {
    #plinkoContainer {
        height: 40vh;
        width: 100%;
        
    }
    .controlPanel.mines-bets label, .play_plinko_pc {
        display: none;
        
    }
    .play_plinko_mobile {
        display: block;
        
    }
    .play_plinko_mobile_flex {
        display: flex;
        
    }
    
}
.pin.touched {
    animation: touched 0.3s;
    
}
@keyframes touched {
    0% {
        box-shadow: 0 0 0 0 hsla(226, 93%, 55%, 0.5);
        
    }
    to {
        box-shadow: 0 0 0 5px hsla(226, 93%, 55%, 0);
        
    }
    
}