:root {
    --header-height: 62px;
    --left-menu-width: 185px;
    --left-menu-height: 62px;
    --main-color: #89c303;
    --main-background: #0F1C1C;
    --second-background: #1A2C2C;
    --header-background: rgba(22, 35, 35);
    --main-button-color: linear-gradient(0deg, var(--main-color), #49a603);
    --main-button-color-hover: linear-gradient(0deg, var(--main-color), #077f00);
    --main-button-control: linear-gradient(360deg, #2c9500, #24642f);
    --main-button-control-hover: linear-gradient(360deg, #3ed300, #237131);
    --main-color-text-faded: #afafaf;
    --second-button-background: #0c6000;
}

html {
    overflow-y: scroll
}

body {
    background-color: var(--main-background);
    /*    background-color: #dce7fa!important;*/
    color: #6782B1!important;
    font-family: Rubik!important
}

a:hover {
    text-decoration: none!important;
}

input[type=range] {
    width: 100px;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-button {
    background-color: #e1e6ee;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-piece {
    background-color: #e1e6ee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 3px;
    height: 50px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}

::-webkit-resizer {
    background-color: #666;
}

.cards,.modal-content {
    background-color: #fcfcfc;
}

.games-menu,.games-menu-m,.left-main {
    background-color: #fff;
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




button {
    border: 0;
    border-radius: 12px;
    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
}

.left-main {
    zoom: .95;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    min-width: 80px;
    position: fixed
}

.games-menu {
    background-color: var(--second-background)  !important;
    box-shadow: none !important;
    border-radius: 10px;
    top: 125px;
    width: 100%
}

.right-main {
    width: 100%
}

.card-game-new:hover {
    cursor: auto!important;
}
.card-game-new {
    border-radius: 20px;
}

/*@media screen and (max-width: 1330px) {
    .card-game-new.dice .card-game-new__name {
        bottom: 21px!important;
    }
    .card-game-new.dice .playgame-btn {
        bottom: 16px!important;
    }

    .card-game-new.bubbles .card-game-new__name {
        bottom: 21px!important;
    }
    .card-game-new.bubbles .playgame-btn {
        bottom: 16px!important;
    }
}*/

.card-game-new.dice .card-game-new__name {
    bottom: 21px!important;
}
.card-game-new.dice .playgame-btn {
    bottom: 16px!important;
}

.card-game-new.bubbles .card-game-new__name {
    bottom: 21px!important;
}
.card-game-new.bubbles .playgame-btn {
    bottom: 16px!important;
}

.cards {
    box-shadow: none;
    background-color: var(--second-background);
    background: var(--second-background);

}

.content {
    border-radius: 10px;
    position: relative;
}
@media(max-width: 992px) {
    .content {
        border-radius: 0;
    }
}

.playgame-btn {
    background-image: none;
    background: #fff!important;
    box-shadow: none!important;
    display: flex;
    padding: 11px 36px;
    border-radius: 15px;
    font-size: 20px;
    color: #405679!important;
    transition: .4s
}
.playgame-btn:hover {
    background: #e8e8e8 !important;
}

.games-img {
    background-repeat: no-repeat;
    filter: brightness(1.75);
    background-size: 100%;
    height: 36px;
    margin: 0 auto;
    width: 36px;
}

.depbtns {
    background: #ffb94a!important;
    color: #ffffff!important;
}
.depbtns:hover {
    background: #ffc15d!important;
}

.tgbtns {
    background: #5590ff!important;
    color: #fff!important;
}
.tgbtns:hover {
    background: #679cff!important;
}

.games-title {
    color: #6782B1;
    font-size: 13px;
    padding-top: 5px
}

.games-item:hover {
    border-left: 4px solid var(--main-color)!important;
}

.still:hover {
    background-image: none;
    box-shadow: none
}

.still .games-title {
    color: #fff!important;
}

.content-header .span {
    font-size: 12px
}

.circle {
    border-radius: 50%
}



.with-top-btn {
    color: #fff !important;
    background-image: linear-gradient(45deg,#d90000,#ff3535) !important;
}
.with-top-btn:hover {
    background-image: linear-gradient(45deg,#e02323,#ff4d4d) !important;
}
.dep-top-btn {
    background-image: linear-gradient(0deg,#91d244,#7db23b) !important;
    box-shadow: none!important;
    display: flex;
    padding: 15px 15px;
    justify-content: center;
    border-radius: 15px;
    font-size: 20px
}
.dep-top-btn:hover  {
    background-image: linear-gradient(0deg, #9bd25b, #8ab653) !important
}

.social-btns {
    margin-top: 10px;
}

.social-btn {
    box-shadow: none!important;
    display: flex;
    padding: 17px 60px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 400;
    border: 0;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.social-btn.telegram {
    background-image: linear-gradient(to bottom,#387af4,#5f9afe);
}
.social-btn.telegram:hover {
    background-image: linear-gradient(to bottom,#387af4,#387af4);
}
.social-btn.vkontakte {
    background-image: linear-gradient(to bottom,#4682c1,#5f9adc);
    padding: 17px 56px;
}
.social-btn.vkontakte:hover {
    background-image: linear-gradient(to bottom,#4682c1,#4682c1);
}

.btn:not(:disabled):not(.disabled):active {
    background: #008b8b
}

.blue {
    box-shadow: none;
    background-image: var(--main-button-color);
    border: 0;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}

.blue:disabled {
    background: var(--main-button-color-hover);
    cursor: not-allowed;
    opacity: 0.5;
}

.ser {
    background: #dce0ed;
    color: #38477c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ser:hover {
    background-color: #c8cee4;
    cursor: pointer
}

.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 {
    border: 1px solid var(--main-color);
    background: var(--second-background) !important;
    color: #d2d2d2!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 12px;
}

.buttons.rows .amount-number {
    margin: 5px;
}

.form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 22px 10px;
    text-align: center;
    border: 0;
    margin-bottom: 10px;
}

.content-body {
    padding: 35px 0
}


.blue:hover {
    background-image: var(--main-button-color-hover);
    cursor: pointer
}


.content-header {
    padding: 10px
}

.notifaction {
    min-height: 50px;
    gap:22px;
}

.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,#165a28,#1d7237)  !important;;
}

.noty.error {
    background-image: linear-gradient(45deg,#5a1616,#721d1d) !important;
}

.amount-number:hover {
    background-image: var(--main-button-control-hover) !important;
    color: #fff;
    cursor: pointer
}
.amount-number--active {
    background-image: var(--main-button-control-hover) !important;
}

.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: #183856 !important;
    border: 1px solid #17212b !important;
    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;
}
/* ~~~~~~~~~~~ START MINES ~~~~~~~~~~~*/
.mines {
    display: flex
}

.mines .bombs .amount-number.active {
    background-image: var(--main-button-control-hover) !important;
    color: #fff
}

.minefields {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    max-width: 500px!important;
    position: relative
}

.mines .cell {
    background-color: #2e4746;
    border: 1px solid #526b5e;
    background-image: url(image/games/bomb/cell.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 85px;
    width: 85px;
    transition: all .5s ease-in-out, background-position 0s;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 15px;
}
.cell.wait {
    background-color: #f4f5f8
}

.mines .cell.win {
    background-image: url(image/games/bomb/stars.png), linear-gradient(to bottom, #78b62a, #8fc253);
    box-shadow: 0px 4px 0px #d6e5d2!important;
    background-size: contain;
}

.mines .cell.lose,.mines .cell.win {
    background-position: 50%;
    background-repeat: no-repeat
}
.mines .cell, .mines .cell.lose, .mines .cell.win {
    box-shadow: 0px 4px 0px #26323e!important;
}

.mines .cell.lose {
    background-image: url(image/games/bomb/lose.png?v=16), linear-gradient(to bottom, #fd8b71, #da4f4c);
    transition: 0s!important;
    background-size: contain;
}

.mines .cell--mousedown {
    background-image: url(image/games/bomb/cell_hover.svg), linear-gradient(42deg, #68fc43 0%, #04483b 100%);
    cursor: pointer
}

.Header-text {
    color: rgb(212 212 212)!important;
}

.cell.opacity {
    /*opacity: .4*/
}

@media(max-width: 880px) {
    .minefields {
        max-width: 322px!important;
    }
    .minefields .cell {
        height: 55px;
        width: 55px;
    }
    .slick-track {
        display: flex;
        gap: 5px;
    }
}

.slick-slide {/* Slider */
    min-height: 53px;
    min-width: 152px;
}

@media (max-width: 992px) {
    .slick-slide {/* Slider */
        margin: 0;
        padding-right: 5px;
        min-width: 160px;
        min-height: 53px;
    }
    .stepsCoffBox {
        width: 100%;
    }
}

/* ~~~~~~~~~~~ END MINES ~~~~~~~~~~~*/
.wallet-btns:hover {
    cursor: pointer;
}

.wallet-btns {
    padding: 10px;
}

.wallet-btns.isActive {
    border-bottom: 3px solid var(--main-color);
}

.modal {
    backdrop-filter: brightness(0.5) blur(5px);
}

.activate-btn {
    background-image: var(--main-button-color) !important;
    box-shadow: none!important;
    display: flex;
    padding: 17px 40px;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    justify-content: center;
}
.activate-btn:hover {
    background-image: var(--main-button-color-hover) !important;
}

.modal#promocode .modal-dialog .modal-content .modal-header button.close {
    background-color: #c9d4e8;
    margin: 0;
    padding: 3px 8px;
    border-radius: 50%;
    width: 30px;
    text-shadow: none;
    color: #8e95b4;
}
.close {
    color: #eee !important;
}

.modal#promocode .modal-dialog .modal-content {
    background-color: #dde8fa;
    padding: 35px;
    border: 0;
    border-radius: 25px;
}
@media (max-width: 719px) {
    .modal#promocode .modal-dialog .modal-content {
        zoom: 0.5;
    }
}

.input__icon {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 7px;
    top: 10px;
    fill: #A6BDE6;
}

.promo-input {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding: 35px 0px;
    padding-left: 60px;
    color: #000;
    caret-color: transparent;
}
.promo-input::-webkit-input-placeholder {
    color: #A6BDE6;
}

.modal#promocode .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
}

.modal#promocode .modal-dialog .modal-content .modal-header .modal-title {
    color: #2d4a72;
    font-weight: 500;
    font-size: 25px;
}

.modal#promocode .modal-dialog .modal-content .modal-header, .modal#promocode .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.wallet-btns.isActive:hover {
    cursor: auto!important;
}

@media (max-width: 424px) {
    .playgame-btn {
        padding: 11px 26px!important;
    }
}

@media (max-width: 1199px) {
    .slots__banners {
        grid-template-columns: repeat(1,minmax(0,1fr))!important;
    }
    .slots__banners-item {
        aspect-ratio: 1160/200!important;
    }
    .slots__banners-item-left img {
        bottom: 16px!important;
    }
    .slots__banners-item-right button {
        left: 115px!important;
    }
}

.slots__banners-item-right button, .slots__banners-item-right a[type="button"] {
    color: #3d84e0!important;
}

.slots__banners-item {
    border-radius: 20px!important;
}


.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
}

tr th {
    background: #232e3f !important;
}

td,th {
    border-bottom: 1px solid #5c5c5c2e !important;
    padding: 12px 0
}

td {
    font-size: 14px
}

.new__badge {
    position: absolute;
    z-index: 2;
    top: 44px;
    right: 0;
    transform: translate(-15px,910%);
}

@media screen and (max-width: 1330px) {
    .new__badge {
        display: none!important;
    }
}

.badgeX {
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .4em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: .375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.history {
    overflow: scroll;
}

.mines-amount .amount-number {
    background-color: #dce0ed;
    border: 1px solid #014c00;
    color: #38477c;
    justify-content: center;
    width: 44px
}

.amounts {
    border-radius: 0
}

.amounts:first-child {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px
}

.amounts:last-child {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px
}

.stepsCoffs {
    border: 1px solid #3d3d3d  !important;
    border-radius: 5px;
    padding: 6px 8px;
    position: relative;
    transition: .5s
}

.winSum {
    margin: 0
}

.step-coff {
    font-size: 13px
}

.stepsPrev {
    text-align: center
}

.stepsCoffs.win {
    border: 1px solid #00D91B !important;
    color: #00D91B !important;
}

.stepsCoffs.lose {
    border: 1px solid #fd7078;
    color: #fd7078
}

.stepsCoffs.active {
    border: 1px solid #00D91B  !important;
    color: #fff  !important;
}

.activePromo,.stepsCoffs .step-number,.stepsCoffs .winSum {
    font-size: 14px
}

.activePromo {
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap
}

.stepsCoffBox {
    max-height: 350px;
    min-height: 350px
}

.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: #17212b !important;
}




.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: #ffbb29;
    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
    }
}


.bubbless .content-body {
    min-height: 323px
}

.allin .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
}


.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-group {
    @media(max-width: 992px) {
        bottom: calc(var(--left-menu-height))!important;
    }
}
.vue-notification {
    font-size: 15px;
}
.vue-notification.success {

    border-left-color: #326b42 !important;
    background-image: linear-gradient(45deg,#165a28,#1d7237) !important;
}

.vue-notification.error {
    border-left-color: #731e18 !important;
    background-image: linear-gradient(45deg,#5a1616,#721d1d) !important;
}

@-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
}

.history::-webkit-scrollbar {
    display: none
}

tbody tr:not(:first-child) {
    border-top: 10px solid #0e1621;
}

tbody tr {
    background: #141c25;
}

.logo-menu {
    align-items: center;
    display: none;
    margin-left: .7rem
}

.buttons.bombs.rows {
    flex-wrap: wrap;
}

table {
    width: 800px!important
}
table thead {
    background: rgb(23 33 43)!important;
}


.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: linear-gradient(45deg,#5983b4,#5983b4);
    border-radius: 100%;
    height: 9px;
    width: 9px
}

.still svg {
    fill: #fff  !important;
    height: 21px;
    width: 21px
}


.system_wallet img {
    height: 45px
}

.table_id {
    width: 130px
}



@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.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 #5983b4;
    }

    70% {
        box-shadow: 0 0 0 9px transparent;
        transform: rotateY(0deg)
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@media(max-width: 1310px) {
    .buttons .amount-number {
        padding: 8px 0
    }
}

@media(max-width: 992px) {
    .contact-info {
        display:none
    }

    .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
    }

    .mines .container.rows {
        flex-direction: column
    }

    .mines .col-2,.mines .col-4,.mines .col-6 {
        min-width: 100%
    }

    .mines .minefields {
        margin: 6px 0 0 0;
    }

    .plinko-bets {
        margin-top: 1rem!important
    }

    .stepsCoffBox {
        min-height: 0
    }

    .stepsPrev {
        display: none
    }


    .users-box {
        box-shadow: none
    }

    .games-menu {
        border-radius: 0;
        bottom: 0;
        box-shadow: none;
        display: flex;
        justify-content: center;
        margin-top: 0!important;
        top: auto;
        width: 100%
    }

    .left-main {
        bottom: 0;
        height: var(--left-menu-height);
        min-width: 100%;
        z-index: 5
    }

    .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
    }

    .allin .col-12.rows {
        display: block
    }

    .allin .col-4 {
        min-width: 100%
    }

    .allin .col-4:nth-of-type(2) {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .allin .bottom {
        display: block
    }

    .allin .bottom .col-6 {
        min-width: 100%
    }

    .allin .bottom .col-6:nth-of-type(2) {
        margin-top: 1rem
    }

    .games-title {
        font-size: 11px;
        padding-top: 2px
    }

    .footers {
        margin-bottom: 4rem
    }

    .inbox {
        overflow: auto;
        padding: 8px 0
    }


    .list {
        align-items: center;
        display: flex
    }

    .bubbless {
        min-height: 500px
    }

    .allin {
        min-height: 600px
    }

    .games-img {
        height: 21px;
        width: 21px
    }




    .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
    }
}

@media(max-width: 566px) {
    .withdraw .amount-number {
        padding:5px
    }

    .footers {
        flex-direction: column
    }
}

@media(max-width: 400px) {
    .buttons .amount-number {
        padding:5px
    }

    .footers {
        font-size: 12px
    }
}

@media(min-width: 1500px) {

}

@media(min-width: 1600px) {

}

@media(min-width: 1800px) {

}

@media(min-width: 2000px) {

}

@media(min-width: 2200px) {

}

@media(min-width: 2400px) {

}

body {
    background-color: var(--main-background) !important;
    color: #fff!important;
    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
}


.btn-play,.form-control,.input-group-text,.noty,button.blue.mt-3.col-12,button.ser.mt-2 {
    border-radius: 12px
}
.form-control:focus {
    border-color: #3d3d3d!important;
}
.form-control {
    background-color: #27303e !important;
    border: 1px solid #1a222c!important;
    color: #d2d2d2!important;
}

.lt {
    font-size: 16px;
    font-weight: 400
}

.games-title {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px
}


/*Modal dialog START */
.modal-header {
    border-bottom: 1px solid #182533 !important;
}
.modal-content {
    background-color: #182533 !important;
    border: none!important;
    /*height: 100%;*/
    width: 90%;
    min-width: 340px;
    border-radius: 16px;
    overflow: auto;
}
.modal-dialog {
    margin: 0!important;
    display: flex;
    justify-content: center;
    /*height: 100%;*/
    /*width: 100%;*/
}
.modal {
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.modal-footer {
    border-top: none;
}
.modal-body {
    max-height: none;
    overflow: auto;
}

@media screen and (min-width:992px) {
    .modal-content {
        height: auto!important;
        border-radius: 5px;
    }
    .modal-dialog {
        height: auto!important;
    }
    .modal-body {
        max-height: 80vh;
        overflow: auto;
    }
}
/* Modal dialog END */


/* TRANSITIONS VUE */


.fade-enter-active, .fade-leave-active {
    transition: opacity 0.1s ease;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all .4s ease;
}
.slide-fade-leave-active {
    transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}
/* TRANSITIONS VUE */


.mines .btn-play.blue:disabled {
    background: var(--main-button-color-hover);
    cursor: not-allowed;
    opacity: 0.5;
}
