.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}
* {
    outline: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: Rubik, Roboto, sans-serif;
    color: #fff;
}
a {
    text-decoration: none;
}
li,
ul {
    list-style: none;
}
ul {
    padding-left: 0;
    padding-right: 0;
}
button {
    cursor: pointer;
}
body,
html {
    height: 100%;
}
body {
    display: flex;
    overflow-y: scroll;
    flex-direction: column;
    background: linear-gradient(135deg, #121212, #2f2f2f);
}
body .container {
    width: 1100px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    body .container {
        width: 100%;
        padding: 0 20px;
    }
}
body #app {
    flex-shrink: 0;
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}
body #app .header {
    background-color: #1e1e1e;
    border-top: 2px solid #ffc107;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body #app .header .container {
    height: 70px;
    display: flex;
    align-items: center;
}
@media (max-width: 1000px) {
    body #app .header .container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 20px;
    }
}
body #app .header .container a.logotype {
    text-transform: uppercase;
    width: 150px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}
@media (max-width: 1000px) {
    body #app .header .container a.logotype {
        width: 100%;
        text-align: center;
        display: block;
        margin: 10px 0;
    }
}
body #app .header .container a.logotype img {
    vertical-align: bottom;
    margin-right: 10px;
    width: 22px;
}
body #app .header .container a.logotype span.users {
    font-size: 15px;
    margin-left: 10px;
}
body #app .header .container a.logotype span.users span {
    display: inline-block;
    margin-right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-bottom: 2px;
    background-color: #ffc107;
    box-shadow: 0 0 0 0 #ffc107;
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
body #app .header .container ul {
    width: 380px;
    display: flex;
}
@media (max-width: 1000px) {
    body #app .header .container ul {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }
}
body #app .header .container ul li {
    margin-right: 15px;
    font-size: 15px;
}
body #app .header .container ul li span {
    display: inline-block;
    margin-right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-bottom: 2px;
    background-color: #ffc107;
}
body #app .header .container ul li:last-child {
    margin-right: 0;
}
body #app .header .container ul li a {
    color: #868a8d;
}
body #app .header .container ul li a:hover {
    color: #000;
}
body #app .header .container div.right {
    text-align: right;
    width: calc(100% - 530px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1000px) {
    body #app .header .container div.right {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }
}
body #app .header .container div.right img.avatar {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}
body #app .header .container div.right span.money {
    margin: 0 15px;
}
body #app .header .container div.right span.money img {
    vertical-align: middle;
    margin-right: 2.5px;
}
@media (max-width: 500px) {
    body #app .header .container div.right span.money {
        width: calc(100% - 90px);
        text-align: left;
    }
}
@media (max-width: 500px) {
    body #app .header .container div.right a {
        margin-top: 10px;
    }
}
body #app .header .container div.right a.auth,
body #app .header .container div.right a.payments {
    background-color: #ffc107;
    border-radius: 8px;
    color: #000;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #ffc107;
    font-weight: 500;
}
body #app .header .container div.right a.auth:hover,
body #app .header .container div.right a.payments:hover {
    background-color: rgba(255, 193, 7, 0.7);
}
body #app .header .container div.right a.withdraws {
    border-radius: 8px;
    color: #717996;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    border: 1px solid #cfd5e9;
}
body #app .header .container div.right a.withdraws:hover {
    opacity: 0.7;
}
body #app .content {
    margin: 10px auto;
}
body #app .content .games {
    display: flex;
    margin-bottom: 10px;
}
body #app .content .games a {
    background-color: #1e1e1e;
    width: 100%;
    margin-right: 15px;
    border-radius: 4px;
    padding: 13px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: solid #555555;
    border-width: 1px 1px 3px;
    display: flex;
    align-items: center;
}
@media (max-width: 980px) {
    body #app .content .games a {
        width: 100%;
    }
}
body #app .content .games a.wait {
    pointer-events: none;
    opacity: 0.5;
}
body #app .content .games a span.main {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
}
body #app .content .games a span.main img.game {
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
@media (max-width: 980px) {
    body #app .content .games a span.main {
        width: 28px;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }
}
body #app .content .games a:last-child {
    margin-right: 0;
}
body #app .content .games a.active {
    background-color: #555555;
    border-color: #ffc107;
}
body #app .content .games a span.right {
    width: 150px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 980px) {
    body #app .content .games a span.right {
        display: none;
    }
}
body #app .content .games a span.right img {
    vertical-align: sub;
    margin-left: 5px;
    margin-right: 2px;
}
body #app .content .games-page .jackpot {
    padding: 30px !important;
    display: flex;
}
@media (max-width: 950px) {
    body #app .content .games-page .jackpot {
        flex-wrap: wrap;
    }
}
body #app .content .games-page .jackpot .game {
    width: calc(100% - 432px);
    margin-right: 15px;
    color: #fff;
}
@media (max-width: 950px) {
    body #app .content .games-page .jackpot .game {
        width: 100%;
        order: 1;
        margin-right: 0;
    }
}
body #app .content .games-page .jackpot .game .result {
    background-color: #555555;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
}
body #app .content .games-page .jackpot .game .result.danger {
    background-color: #dc3545;
    color: #fff;
}
body #app .content .games-page .jackpot .game .result.success {
    background-color: #02be7a;
    color: #fff;
}
body #app .content .games-page .jackpot .game .title img {
    vertical-align: top;
}
body #app .content .games-page .jackpot .game .progress {
    height: 44px;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
    position: relative;
    border: 1px solid #ced4da;
    overflow: hidden;
}
body #app .content .games-page .jackpot .game .progress .strips {
    background-image: -webkit-gradient(
        linear,
        0 0,
        100% 100%,
        color-stop(0.25, hsla(0, 0%, 100%, 0.2)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, hsla(0, 0%, 100%, 0.2)),
        color-stop(0.75, hsla(0, 0%, 100%, 0.2)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    position: absolute;
    left: 0;
    right: 0;
    background-size: 50px 50px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    z-index: 1;
    -webkit-animation: progress-bar-stripes 4s linear infinite;
    animation: progress-bar-stripes 4s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 50px 0;
    }
    to {
        background-position: 0 0;
    }
}
body #app .content .games-page .jackpot .game .progress .time {
    position: absolute;
    left: 12px;
    top: 12px;
    bottom: 0;
}
body #app .content .games-page .jackpot .game .progress .progress-bar {
    background-color: #ffc107;
    height: 100%;
    border-radius: 4px;
    transition: 1s linear;
}
body #app .content .games-page .jackpot .game .progress .price {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body #app .content .games-page .jackpot .game .progress .price img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
body #app .content .games-page .jackpot .game .winner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
body #app .content .games-page .jackpot .game .winner .profile {
    width: 50%;
    display: flex;
    align-items: center;
}
body #app .content .games-page .jackpot .game .winner .profile img {
    width: 50px;
    height: 50px;
    border: 2px solid #ffc107;
    border-radius: 5px;
    margin-right: 10px;
}
body #app .content .games-page .jackpot .game .winner .profile .info span {
    display: block;
}
body #app .content .games-page .jackpot .game .winner .profile .info span.desc {
    font-size: 13px;
    color: #b1b8c9;
}
body #app .content .games-page .jackpot .game .winner .profile .info span.name {
    font-weight: 500;
}
body #app .content .games-page .jackpot .game .winner .bet-info {
    width: 50%;
    text-align: right;
}
body #app .content .games-page .jackpot .game .winner .bet-info img {
    vertical-align: text-top;
}
body #app .content .games-page .jackpot .game .roulette {
    border: 1px solid #ced4da;
    border-radius: 6px;
    height: 63px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
body #app .content .games-page .jackpot .game .roulette:before {
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-color: #ffc107;
    display: block;
    z-index: 1;
    position: absolute;
}
body #app .content .games-page .jackpot .game .roulette .inbox {
    left: 50%;
    position: absolute;
    top: 6px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transition: none;
    transform: translateY(0);
    opacity: 1;
}
body #app .content .games-page .jackpot .game .roulette .inbox .players {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    text-align: center;
    white-space: nowrap;
}
body #app .content .games-page .jackpot .game .roulette .inbox .players img {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 3px;
}
body #app .content .games-page .jackpot .game #players {
    display: -webkit-box;
    height: 73px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto 15px;
}
body #app .content .games-page .jackpot .game #players::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
body #app .content .games-page .jackpot .game #players::-webkit-scrollbar-track {
    background: #edf0f7;
    border-radius: 6px;
}
body #app .content .games-page .jackpot .game #players::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(255, 193, 7, 0.51);
}
body #app .content .games-page .jackpot .game #players .player {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 6px;
    display: inline;
}
body #app .content .games-page .jackpot .game #players .player img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
body #app .content .games-page .jackpot .game #players .player .chance {
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    height: 21px;
    left: 0px;
    right: 0px;
    text-align: center;
    border-radius: 6px;
    font-size: 10.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
body #app .content .games-page .jackpot .game .bets {
    margin-top: 10px;
}
body #app .content .games-page .jackpot .game .bets .bet {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 7px;
    background-color: rgba(230, 233, 244, 0.32);
}
body #app .content .games-page .jackpot .game .bets .bet:nth-child(2n) {
    background-color: #272626;
}
body #app .content .games-page .jackpot .game .bets .bet .profile {
    width: 50%;
    display: flex;
    align-items: center;
}
body #app .content .games-page .jackpot .game .bets .bet .profile img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-right: 10px;
}
body #app .content .games-page .jackpot .game .bets .bet .bet-info {
    width: 50%;
    text-align: right;
}
body #app .content .games-page .jackpot .game .bets .bet .bet-info img {
    vertical-align: text-top;
}
body #app .content .games-page .jackpot .form {
    width: 417px;
}
@media (max-width: 950px) {
    body #app .content .games-page .jackpot .form {
        width: 100%;
        order: 0;
        margin-bottom: 20px;
    }
}
body #app .content .games-page .jackpot .form input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    padding: 8px;
    background-color: #555555;
    color: #ffffff;
}
body #app .content .games-page .jackpot .form .hash {
    text-align: center;
    word-break: break-all;
    color: #6c757d;
    margin-top: 10px;
}
body #app .content .games-page .jackpot .form .hash .title {
    margin-bottom: 10px;
}
body #app .content .games-page .jackpot .form .hash span {
    font-size: 13px;
}
body #app .content .games-page .jackpot .form .hash a {
    display: block;
    color: #000;
    margin-top: 20px;
    position: relative;
}
body #app .content .games-page .jackpot .form .hash a:hover {
    opacity: 0.7;
}
body #app .content .games-page .jackpot .form .hash a img {
    vertical-align: middle;
    margin-left: 5px;
}
body #app .content .games-page .jackpot .form button {
    width: 100%;
    padding: 13px;
    font-size: 19px;
    background-color: #ffc107;
    border-radius: 4px;
    margin: 10px 0;
    color: #ffffff;
}
body #app .content .games-page .jackpot .form button:hover {
    opacity: 0.7;
}
body #app .content .games-page .jackpot .form .badges {
    display: flex;
    margin-bottom: 10px;
}
body #app .content .games-page .jackpot .form .badges .badge {
    width: 14.28571%;
    border: 1px solid #6c757d;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 5px 0;
    margin-right: 5px;
    color: #6c757d;
}
body #app .content .games-page .jackpot .form .badges .badge:hover {
    transition: 0.25s linear;
    background-color: #6c757d;
    color: #fff;
}
body #app .content .games-page .jackpot .form .badges .badge:last-child {
    margin-right: 0;
}
body #app .content .games-page .jackpot .history {
    border-radius: 6px;
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 950px) {
    body #app .content .games-page .jackpot .history {
        height: 41px;
        overflow: hidden;
    }
    body #app .content .games-page .jackpot .history.show {
        height: unset;
    }
}
body #app .content .games-page .jackpot .history .title {
    background-color: #1e1e1e;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #ffffff;
}
@media (max-width: 950px) {
    body #app .content .games-page .jackpot .history .title {
        cursor: pointer;
    }
}
body #app .content .games-page .jackpot .history .historys .history-game {
    display: flex;
    align-items: center;
    padding: 7px;
    font-size: 15px;
    background-color: #1e1e1e;
}
body #app .content .games-page .jackpot .history .historys .history-game:nth-child(2n) {
    background-color: #272626;
}
body #app .content .games-page .jackpot .history .historys .history-game .hidden {
    display: none;
}
body #app .content .games-page .jackpot .history .historys .history-game .profile {
    width: 50%;
    display: flex;
    align-items: center;
    color: #fff;
}
body #app .content .games-page .jackpot .history .historys .history-game .profile img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-right: 10px;
}
body #app .content .games-page .jackpot .history .historys .history-game .bet-info {
    width: 50%;
    cursor: pointer;
    text-align: right;
    color: #fff;
}
body #app .content .games-page .jackpot .history .historys .history-game .bet-info img {
    vertical-align: text-top;
}
body #app .content .games-page .dice {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
@media (max-width: 680px) {
    body #app .content .games-page .dice {
        flex-wrap: wrap;
    }
}
body #app .content .games-page .dice .main {
    padding: 15px;
    width: 510px;
}
@media (max-width: 980px) {
    body #app .content .games-page .dice .main {
        width: 400px;
    }
}
@media (max-width: 680px) {
    body #app .content .games-page .dice .main {
        width: 100%;
        order: 1;
    }
}
body #app .content .games-page .dice .main .groups {
    display: flex;
    margin-bottom: 35px;
}
@media (max-width: 680px) {
    body #app .content .games-page .dice .main .groups {
        justify-content: center;
    }
}
body #app .content .games-page .dice .main .groups .group:first-child {
    margin-right: 10px;
}
body #app .content .games-page .dice .main .groups .group label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
body #app .content .games-page .dice .main .groups .group input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background-color: #555555;
}
@media (max-width: 980px) {
    body #app .content .games-page .dice .main .groups .group input {
        width: 100%;
    }
}
body #app .content .games-page .dice .main .groups .group .badges {
    display: flex;
}
body #app .content .games-page .dice .main .groups .group .badges span {
    width: 25%;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #6c757d;
    display: block;
    text-align: center;
    margin-top: 5px;
    border-radius: 4px;
    padding: 3px 0;
    font-size: 14px;
    color: #6c757d;
}
body #app .content .games-page .dice .main .groups .group .badges span:hover {
    transition: 0.25s linear;
    background-color: #6c757d;
    color: #fff;
}
body #app .content .games-page .dice .main .groups .group .badges span:last-child {
    margin-right: 0;
}
body #app .content .games-page .dice .main .hash {
    text-align: center;
    word-break: break-all;
    color: #6c757d;
}
body #app .content .games-page .dice .main .hash .title {
    margin-bottom: 10px;
}
body #app .content .games-page .dice .main .hash span {
    font-size: 13px;
}
body #app .content .games-page .dice .main .hash a {
    color: #000;
    margin-top: 20px;
    position: relative;
    display: none;
}
body #app .content .games-page .dice .main .hash a:hover {
    opacity: 0.7;
}
body #app .content .games-page .dice .main .hash a img {
    vertical-align: middle;
    margin-left: 5px;
}
body #app .content .games-page .dice .info {
    width: 440px;
    text-align: center;
}
@media (max-width: 980px) {
    body #app .content .games-page .dice .info {
        width: 370px;
    }
}
@media (max-width: 680px) {
    body #app .content .games-page .dice .info {
        width: 100%;
        order: 0;
        margin-bottom: 20px;
    }
}
body #app .content .games-page .dice .info .x {
    font-size: 82px;
}
body #app .content .games-page .dice .info .description {
    color: #abb1c9;
}
body #app .content .games-page .dice .info .actions {
    display: flex;
}
body #app .content .games-page .dice .info .actions .action {
    width: 50%;
    margin: 20px 0;
}
body #app .content .games-page .dice .info .actions .action:first-child {
    margin-right: 10px;
}
body #app .content .games-page .dice .info .actions .action span {
    display: block;
    color: #b9b1d7;
    margin-bottom: 10px;
    font-size: 14px;
}
body #app .content .games-page .dice .info .actions .action button {
    background-color: #ffc107;
    border-radius: 8px;
    color: #000000;
    padding: 13px 25px;
    font-size: 14px;
    border: 1px solid #ffc107;
    width: 100%;
    font-weight: 500;
}
body #app .content .games-page .dice .info .actions .action button:hover {
    background-color: rgba(255, 193, 7, 0.7);
}
body #app .content .games-page .dice .info .result {
    background-color: #555555;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border-radius: 10px;
}
body #app .content .games-page .dice .info .result.danger {
    background-color: #ea3e3e;
    color: #fff;
}
body #app .content .games-page .dice .info .result.success {
    background-color: #05a77e;
    color: #fff;
}
body #app .content .games-page .x50 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 1080px) {
    body #app .content .games-page .x50 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
body #app .content .games-page .x50 .roulette {
    width: 585px;
    height: 250px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
body #app .content .games-page .x50 .roulette .outline {
    width: 584px;
    height: 584px;
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #d3d9f3;
    border-radius: 50%;
    box-shadow: inset 0 40px 20px 0 rgba(211, 217, 243, 0.52);
}
body #app .content .games-page .x50 .roulette .outline:after {
    content: "";
    position: absolute;
    left: -4px;
    right: 11px;
    top: 142px;
    display: block;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    height: 105px;
    width: 1000px;
    box-shadow: inset 0 -50px 40px 2px #2a2a2a;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    border: 1px solid #d3d9f3;
    border-radius: 50%;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .cursor {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info {
    text-align: center;
    padding: 35px 0;
    z-index: 1;
    position: relative;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .description {
    color: #9ea5c5;
    font-size: 15px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .timer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .timer img {
    margin-right: 5px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat {
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 45px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item {
    width: 6px;
    margin-right: 7px;
    border-radius: 14px;
    padding: 0;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item.rez-stat__item--red {
    background-color: #e1134b;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item.rez-stat__item--black {
    background-color: #343a40;
    height: 14px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item.rez-stat__item--yellow {
    background-color: #ffc107;
    height: 32px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item.rez-stat__item--red {
    background-color: #dc3545;
    height: 20px;
}
body #app .content .games-page .x50 .roulette .outline .outline-2 .info .rez-stat .rez-stat__item.rez-stat__item--green {
    background-color: #02be7a;
    height: 45px;
}
body #app .content .games-page .x50 .form {
    width: 417px;
}
@media (max-width: 1080px) {
    body #app .content .games-page .x50 .form {
        width: 100%;
    }
}
body #app .content .games-page .x50 .form input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    padding: 8px;
    background-color: #555555;
}
body #app .content .games-page .x50 .form .hash {
    margin-top: 25px;
    text-align: center;
    word-break: break-all;
    color: #6c757d;
}
body #app .content .games-page .x50 .form .hash .title {
    margin-bottom: 10px;
}
body #app .content .games-page .x50 .form .hash span {
    font-size: 13px;
}
body #app .content .games-page .x50 .form .hash a {
    display: block;
    color: #000;
    margin-top: 20px;
    position: relative;
}
body #app .content .games-page .x50 .form .hash a:hover {
    opacity: 0.7;
}
body #app .content .games-page .x50 .form .hash a img {
    vertical-align: middle;
    margin-left: 5px;
}
body #app .content .games-page .x50 .form .badges {
    display: flex;
}
body #app .content .games-page .x50 .form .badges .badge {
    width: 14.28571%;
    background-color: #ffc107;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 5px 0;
    margin-right: 5px;
}
body #app .content .games-page .x50 .form .badges .badge:last-child {
    margin-right: 0;
}
body #app .content .games-page .x50 .form .badges .badge:hover {
    opacity: 0.7;
}
body #app .content .games-page .bets-x50 {
    display: flex;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
@media (max-width: 950px) {
    body #app .content .games-page .bets-x50 {
        flex-wrap: wrap;
    }
}
body #app .content .games-page .bets-x50 .bets-block {
    width: calc(25% - 10px);
    background-color: #2a2a2a;
    border-radius: 4px;
    padding: 15px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 950px) {
    body #app .content .games-page .bets-x50 .bets-block {
        width: calc(50% - 10px);
    }
}
@media (max-width: 500px) {
    body #app .content .games-page .bets-x50 .bets-block {
        width: 100% !important;
    }
}
body #app .content .games-page .bets-x50 .bets-block button {
    width: 100%;
    border-radius: 5px;
    padding: 13px 17px;
    color: #fff;
    display: flex;
    align-items: center;
}
body #app .content .games-page .bets-x50 .bets-block button.button-black {
    background-color: #343a40;
}
body #app .content .games-page .bets-x50 .bets-block button.button-red {
    background-color: #dc3545;
}
body #app .content .games-page .bets-x50 .bets-block button.button-yellow {
    background-color: #ffc107;
}
body #app .content .games-page .bets-x50 .bets-block button.button-green {
    background-color: #02be7a;
}
body #app .content .games-page .bets-x50 .bets-block button:hover {
    opacity: 0.8;
}
body #app .content .games-page .bets-x50 .bets-block button span {
    font-size: 18px;
}
body #app .content .games-page .bets-x50 .bets-block button span.type {
    width: 50%;
    text-align: left;
}
body #app .content .games-page .bets-x50 .bets-block button span.price {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
body #app .content .games-page .bets-x50 .bets-block button span.price img {
    margin-right: 5px;
}
body #app .content .games-page .bets-x50 .bets-block .bets {
    margin-top: 10px;
}
body #app .content .games-page .bets-x50 .bets-block .bets .bet {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 5px;
    white-space: nowrap;
    padding: 7px;
}
body #app .content .games-page .bets-x50 .bets-block .bets .bet:last-child {
    margin-bottom: 0;
}
body #app .content .games-page .bets-x50 .bets-block .bets .bet .profile {
    width: 50%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    align-items: center;
}
body #app .content .games-page .bets-x50 .bets-block .bets .bet .profile img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}
body #app .content .games-page .bets-x50 .bets-block .bets .bet .bet-info {
    width: 50%;
    text-align: right;
}
body #app .content .other-page .payments-page span {
    font-size: 15px;
}
body #app .content .other-page .payments-page input {
    border: 1px solid #ced4da;
    padding: 10px;
    width: 405px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #555555;
    color: #ffffff;
}
@media (max-width: 500px) {
    body #app .content .other-page .payments-page input {
        width: 100%;
    }
}
body #app .content .other-page .payments-page button {
    background-color: #ffc107;
    padding: 10px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}
body #app .content .other-page .payments-page button:hover {
    background-color: rgba(255, 193, 7, 0.7);
}
body #app .content .other-page .payments-page .actionspay {
    margin: 10px 0;
    display: flex;
}
body #app .content .other-page .payments-page .actionspay .action {
    width: 82px;
    height: 66px;
    margin-right: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
body #app .content .other-page .payments-page .actionspay .action.action-qiwi {
    background-image: url(/img/qiwi.svg);
}
body #app .content .other-page .payments-page .actionspay .action.action-card {
    background-image: url(/img/card.svg);
}
body #app .content .other-page .payments-page .actionspay .action.action-payeer {
    background-image: url(/img/payeer.svg);
}
body #app .content .other-page .payments-page .actionspay .action.action-yandex {
    background-image: url(/img/yandex.svg);
}
body #app .content .other-page .payments-page .actionspay .action.action-fkwallet {
    background-image: url(/img/fkwallet.svg);
    background-size: 60px !important;
}
body #app .content .other-page .payments-page .actionspay .action.action-piastrix {
    background-image: url(/img/piastrix.svg);
}
body #app .content .other-page .payments-page .actionspay .action.active {
    border-color: #ffc107;
}
body #app .content .other-page .payments-page .actionspay .action:last-child {
    margin-right: 0;
}
body #app .content .other-page .payments-page .actionspay .action:hover {
    opacity: 0.7;
}
body #app .content .other-page .payments-page .badges {
    display: flex;
    margin: 10px 0;
    width: 405px;
}
@media (max-width: 500px) {
    body #app .content .other-page .payments-page .badges {
        width: 100%;
    }
}
body #app .content .other-page .payments-page .badges .badge {
    width: 16.66667%;
    border: 1px solid #6c757d;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 5px 0;
    margin-right: 5px;
    color: #6c757d;
}
body #app .content .other-page .payments-page .badges .badge:hover {
    transition: 0.25s linear;
    background-color: #6c757d;
    color: #fff;
}
body #app .content .other-page .payments-page .badges .badge:last-child {
    margin-right: 0;
}
body #app .content .other-page .payments-page .actions {
    margin: 10px 0;
    display: flex;
    width: 405px;
}
@media (max-width: 500px) {
    body #app .content .other-page .payments-page .actions {
        width: 100%;
    }
}
body #app .content .other-page .payments-page .actions .action {
    width: 94px;
    height: 125px;
    margin-right: 10px;
    display: block;
    cursor: pointer;
}
body #app .content .other-page .payments-page .actions .action:last-child {
    margin-right: 0;
}
body #app .content .other-page .payments-page .actions .action:hover {
    opacity: 0.7;
}
body #app .content .other-page .payments-page .actions .action.action-100 {
    background-image: url(/images/payments/100.png);
}
body #app .content .other-page .payments-page .actions .action.action-1000 {
    background-image: url(/images/payments/1000.png);
}
body #app .content .other-page .payments-page .actions .action.action-5000 {
    background-image: url(/images/payments/5000.png);
}
body #app .content .other-page .payments-page .actions .action.action-15000 {
    background-image: url(/images/payments/15000.png);
}
body #app .content .other-page .payments-page .payments-table {
    border-radius: 12px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
@media (max-width: 700px) {
    body #app .content .other-page .payments-page .payments-table {
        overflow-x: scroll;
    }
}
body #app .content .other-page .payments-page .payments-table .table {
    text-align: center;
}
@media (max-width: 700px) {
    body #app .content .other-page .payments-page .payments-table .table {
        width: 700px;
    }
}
body #app .content .other-page .payments-page .payments-table .table .head {
    background-color: rgba(0, 0, 0, 0.03);
}
body #app .content .other-page .payments-page .payments-table .table .head,
body #app .content .other-page .payments-page .payments-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
}
body #app .content .other-page .payments-page .payments-table .table .head:last-child,
body #app .content .other-page .payments-page .payments-table .table .panel:last-child {
    border-bottom: none;
}
body #app .content .other-page .payments-page .payments-table .table .head span,
body #app .content .other-page .payments-page .payments-table .table .panel span {
    width: 25%;
}
body #app .content .other-page .payments-page .payments-table .table .head span img,
body #app .content .other-page .payments-page .payments-table .table .panel span img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 5px;
}
body #app .content .other-page .payments-page .payments-table .table .head span.success,
body #app .content .other-page .payments-page .payments-table .table .panel span.success {
    color: #198754;
}
body #app .content .other-page .withdraws-page span {
    font-size: 15px;
}
body #app .content .other-page .withdraws-page .box-size {
    width: 405px;
    margin: 10px;
}
@media (max-width: 500px) {
    body #app .content .other-page .withdraws-page .box-size {
        width: 100%;
        padding-right: 15px;
    }
}
body #app .content .other-page .withdraws-page .box-size .group {
    margin: 5px 0;
}
body #app .content .other-page .withdraws-page .box-size .group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
body #app .content .other-page .withdraws-page .box-size .group input {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #555555;
}
body #app .content .other-page .withdraws-page .box-size .result {
    position: relative;
}
body #app .content .other-page .withdraws-page .box-size .result span {
    display: block;
    font-size: 14px;
}
body #app .content .other-page .withdraws-page .box-size .result span.title {
    font-size: 18px;
    margin-bottom: 5px;
}
body #app .content .other-page .withdraws-page .box-size .result button {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #ffc107;
    padding: 10px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}
body #app .content .other-page .withdraws-page .box-size .result button:hover {
    background-color: rgba(255, 193, 7, 0.7);
}
body #app .content .other-page .withdraws-page .actions {
    margin: 10px 0;
    display: flex;
}
body #app .content .other-page .withdraws-page .actions .action {
    width: 82px;
    height: 66px;
    margin-right: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}
body #app .content .other-page .withdraws-page .actions .action.action-qiwi {
    background-image: url(/img/qiwi.svg);
}
body #app .content .other-page .withdraws-page .actions .action.action-card {
    background-image: url(/img/card.svg);
}
body #app .content .other-page .withdraws-page .actions .action.action-payeer {
    background-image: url(/img/payeer.svg);
}
body #app .content .other-page .withdraws-page .actions .action.action-yandex {
    background-image: url(/img/yandex.svg);
}
body #app .content .other-page .withdraws-page .actions .action.action-ps_wallet {
    background-image: url(/img/piastrix.svg);
}
body #app .content .other-page .withdraws-page .actions .action.action-fkwallet {
    background-image: url(/img/fkwallet.svg);
    background-size: 60px !important;
}
body #app .content .other-page .withdraws-page .actions .action.active {
    border-color: #ffc107;
}
body #app .content .other-page .withdraws-page .actions .action:last-child {
    margin-right: 0;
}
body #app .content .other-page .withdraws-page .actions .action:hover {
    opacity: 0.7;
}
body #app .content .other-page .withdraws-page .withdraws-table {
    border-radius: 12px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
    body #app .content .other-page .withdraws-page .withdraws-table {
        overflow-x: scroll;
    }
}
body #app .content .other-page .withdraws-page .withdraws-table .table {
    text-align: center;
}
@media (max-width: 1000px) {
    body #app .content .other-page .withdraws-page .withdraws-table .table {
        width: 1000px;
    }
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head {
    background-color: #1e1e1e;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head:last-child,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel:last-child {
    border-bottom: none;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span {
    width: 25%;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span img,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 5px;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span.text-success,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span.text-success {
    color: #02be7a;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span.text-danger,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span.text-danger {
    color: #f24e4e;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span .danger-btn,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span .danger-btn {
    background-color: #f24e4e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head span .danger-btn:hover,
body #app .content .other-page .withdraws-page .withdraws-table .table .panel span .danger-btn:hover {
    opacity: 0.8;
}
body #app .content .other-page .bonus-page .title {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
body #app .content .other-page .bonus-page .result {
    position: relative;
}
body #app .content .other-page .bonus-page .result span {
    display: block;
    font-size: 14px;
}
body #app .content .other-page .bonus-page .result span.title {
    font-size: 18px;
    margin-bottom: 5px;
}
body #app .content .other-page .bonus-page .grid {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1120px) {
    body #app .content .other-page .bonus-page .grid {
        flex-wrap: wrap;
    }
}
body #app .content .other-page .bonus-page .grid .grid-block {
    width: calc(33.33333% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1120px) {
    body #app .content .other-page .bonus-page .grid .grid-block {
        width: 100%;
        margin-bottom: 20px;
    }
    body #app .content .other-page .bonus-page .grid .grid-block:last-child {
        margin-bottom: 0;
    }
}
body #app .content .other-page .bonus-page .group {
    display: flex;
    margin-bottom: 15px;
}
body #app .content .other-page .bonus-page .group button {
    background-color: #ffc107;
    border-radius: 0 8px 8px 0;
    color: #000;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #ffc107;
    font-weight: 500;
}
body #app .content .other-page .bonus-page .group button:hover {
    opacity: 0.8;
}
body #app .content .other-page .bonus-page .group input {
    border-radius: 8px 0 0 8px;
    border: 1px solid #ced4da;
    border-right: none;
    padding: 10px;
    font-size: 14px;
    background-color: #555555 ;
}
@media (max-width: 900px) {
    body #app .content .other-page .bonus-page .group input {
        width: 100%;
    }
}
body #app .content .other-page .bonus-page li,
body #app .content .other-page .bonus-page ol {
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 15px;
}
body #app .content .other-page .bonus-page li a,
body #app .content .other-page .bonus-page li span,
body #app .content .other-page .bonus-page ol a,
body #app .content .other-page .bonus-page ol span {
    color: #007bff;
}
body #app .content .other-page .bonus-page .text {
    font-size: 15px;
    margin-bottom: 15px;
}
body #app .content .other-page .bonus-page .text a,
body #app .content .other-page .bonus-page .text span {
    color: #007bff;
}
body #app .content .other-page .bonus-page button.daily {
    margin-top: 15px;
    background-color: #ffc107;
    border-radius: 8px;
    color: #000;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #ffc107;
    font-weight: 500;
}
body #app .content .other-page .bonus-page button.daily:hover {
    opacity: 0.8;
}
body #app .content .other-page.referral .referral-table {
    border-radius: 12px;
    margin-top: 15px;
    background-color: #fff;
}
body #app .content .other-page.referral .referral-table .table {
    text-align: center;
}
body #app .content .other-page.referral .referral-table .table .head {
    background-color: rgba(0, 0, 0, 0.03);
}
body #app .content .other-page.referral .referral-table .table .head,
body #app .content .other-page.referral .referral-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
}
body #app .content .other-page.referral .referral-table .table .head:last-child,
body #app .content .other-page.referral .referral-table .table .panel:last-child {
    border-bottom: none;
}
body #app .content .other-page.referral .referral-table .table .head span,
body #app .content .other-page.referral .referral-table .table .panel span {
    width: 25%;
}
body #app .content .other-page.referral .referral-table .table .head span img,
body #app .content .other-page.referral .referral-table .table .panel span img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 5px;
}
body #app .content .card {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
body #app .content .card .card-header {
    height: 50px;
    display: flex;
    background-color: #1e1e1e;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    color: #ffffff;
}
body #app .content .card .card-header img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
body #app .content .card .card-body {
    padding: 15px;
    background-color: #2a2a2a;
}
body #app .content .history-table {
    border-radius: 12px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
body #app .content .history-table .history-head {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #1e1e1e;
}
body #app .content .history-table .history-head span.badge {
    display: inline-block;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-bottom: 2px;
    background-color: #ffc107;
}
body #app .content .history-table .history-head span.users {
    margin-left: 5px;
}
body #app .content .history-table .history-head img {
    margin-right: 10px;
}
body #app .content .history-table .table {
    text-align: center;
}
body #app .content .history-table .table .head,
body #app .content .history-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
    background-color: #1e1e1e;
}
body #app .content .history-table .table .head:last-child,
body #app .content .history-table .table .panel:last-child {
    border-bottom: none;
}
body #app .content .history-table .table .head span,
body #app .content .history-table .table .panel span {
    width: 20%;
}
body #app .content .history-table .table .head span img,
body #app .content .history-table .table .panel span img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-right: 5px;
}
body #app .content .history-table .table .head span.danger,
body #app .content .history-table .table .panel span.danger {
    color: #dc3545;
}
body #app .content .history-table .table .head span.success,
body #app .content .history-table .table .panel span.success {
    color: #02be7a;
}
.games-page {
    margin-bottom: 40px;
}
body .footer {
    position: relative;
    min-width: 100%;
    top: 9.5%;
    z-index: 1;
    color: #212529;
    background-color: #1e1e1e;
    text-transform: uppercase;
    border-bottom: 2px solid #ffc107;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
    body .footer {
        display: none;
    }
}
body .footer .container {
    display: flex;
    align-items: center;
    height: 75px;
    font-size: 14px;
}
body .footer .container span {
    width: 50%;
}
body .footer .container div.links {
    width: 80%;
    text-align: right;
}
body .footer .container div.links a {
    margin-right: 15px;
    color: #ffffff;
}
body .footer .container div.links a:last-child {
    margin-right: 0;
    color: #ffffff;
}
body .footer .container div.links a:hover {
    color: rgba(33, 37, 41, 0.6);
}

#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}
#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}
#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}
#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}
#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}
#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}
#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}
#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__centerLeft {
    left: 20px;
}
#noty_layout__centerLeft,
#noty_layout__centerRight {
    top: 50%;
    width: 325px;
    transform: translateY(calc(-50% - 0.5px)) translateZ(0) scale(1);
}
#noty_layout__centerRight {
    right: 20px;
}
.noty_progressbar {
    display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    filter: alpha(opacity=10);
}
.noty_bar {
    -webkit-backface-visibility: hidden;
    transform: translate(0) scale(1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}
.noty_effects_open {
    opacity: 0;
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
    cursor: pointer;
}
.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.noty_close_button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.3;
    left: 0;
    top: 0;
}
.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in 0.3s ease-out;
    animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out 0.3s ease-out;
    animation: noty_modal_out 0.3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes noty_modal_in {
    to {
        opacity: 0.3;
    }
}
@keyframes noty_modal_in {
    to {
        opacity: 0.3;
    }
}
@-webkit-keyframes noty_modal_out {
    to {
        opacity: 0;
    }
}
@keyframes noty_modal_out {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes noty_anim_in {
    to {
        transform: translate(0);
        opacity: 1;
    }
}
@keyframes noty_anim_in {
    to {
        transform: translate(0);
        opacity: 1;
    }
}
@-webkit-keyframes noty_anim_out {
    to {
        transform: translate(50%);
        opacity: 0;
    }
}
@keyframes noty_anim_out {
    to {
        transform: translate(50%);
        opacity: 0;
    }
}
@-webkit-keyframes noty_anim_height {
    to {
        height: 0;
    }
}
@keyframes noty_anim_height {
    to {
        height: 0;
    }
}
.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
}
.noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px;
}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    color: #2f2f2f;
}
.noty_theme__mint.noty_type__warning {
    background-color: #ffae42;
    border-bottom: 1px solid #e89f3c;
    color: #fff;
}
.noty_theme__mint.noty_type__error {
    background-color: #de636f;
    border-bottom: 1px solid #ca5a65;
    color: #fff;
}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: #7f7eff;
    border-bottom: 1px solid #7473e8;
    color: #fff;
}
.noty_theme__mint.noty_type__success {
    background-color: #afc765;
    border-bottom: 1px solid #a0b55c;
    color: #fff;
}
.box-modal {
    position: relative;
    width: 500px;
    background: #fff;
    background-image: url(/images/khrustiki.png);
    color: #3c3c3c;
    box-shadow: 0 0 0 6px rgba(255, 193, 7, 0.28);
    border-radius: 6px;
    padding: 30px 25px;
}
.box-modal .data {
    padding: 10px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 10px;
}
.box-modal .result_fair {
    position: relative;
    margin-bottom: 10px;
}
.box-modal .result_fair:last-child {
    margin-bottom: 0;
}
.box-modal .result_fair span {
    display: block;
    font-size: 14px;
    word-break: break-all;
    color: rgba(0, 0, 0, 0.7);
}
.box-modal .result_fair span.title {
    font-size: 18px;
    color: #000;
}
.box-modal .result_fair button {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #ffc107;
    padding: 10px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}
.box-modal .result_fair button:hover {
    background-color: rgba(255, 193, 7, 0.7);
}
.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}
.box-modal_close:hover {
    color: #666;
}
.arcticmodal-container,
.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
:first-child + html .arcticmodal-container {
    height: 100%;
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/loading.gif) no-repeat 50% 50%;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.no-visible {
    visibility: hidden !important;
    overflow: hidden !important;
    height: 0 !important;
    width: 0 !important;
}
.jackpot-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 593px;
}
.jackpot-row-plug {
    justify-content: center;
    height: 55px;
    -webkit-animation: flashing 0.5s infinite;
    animation: flashing 0.5s infinite;
    transition: opacity 0.2s;
    font-size: 18px;
}
.jackpot-container .jackpot-winner,
.jackpot-row-plug {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background: #e9eef2;
}
.jackpot-container .jackpot-winner {
    justify-content: space-between;
    font-size: 15px;
    box-sizing: border-box;
    margin: 5px 0 0 !important;
    padding: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.jackpot-container .jackpot-winner div {
    display: flex;
    align-items: center;
}
.jackpot-container .jackpot-winner div span,
b {
    margin-left: 5px;
    font-size: 14px;
}
.jackpot-container .jackpot-winner div.chances span {
    font-size: 12px;
}
.jackpot-container .jackpot-winner div img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.jackpot-container .jackpot-row {
    position: relative;
    padding: 2px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    margin: 0 !important;
    justify-content: center !important;
    overflow: hidden;
}
.jackpot-container .jackpot-row .participants {
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-wrap: nowrap;
}
.jackpot-container .jackpot-row .pointer {
    position: absolute;
    top: 0;
    left: calc(50% - 1.5px);
    height: 100%;
    width: 3px;
    background: #ffc107;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.jackpot-container .jackpot-row .user {
    -moz-flex: 1;
    flex: 1;
    white-space: nowrap;
    margin-right: 3px;
}
.jackpot-container .jackpot-row .user img {
    width: 51px;
    height: 51px;
    border-radius: 5px;
}
@-webkit-keyframes flashing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}
@keyframes flashing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes imaga {
    0% {
        transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
    }
    50% {
        transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    }
    to {
        transform: rotateY(1turn) rotateX(1turn) rotate(1turn);
    }
}
@keyframes imaga {
    0% {
        transform: rotateY(0deg) rotateX(0deg) rotate(0deg);
    }
    50% {
        transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    }
    to {
        transform: rotateY(1turn) rotateX(1turn) rotate(1turn);
    }
}
.bet-enter-active,
.bet-leave-active {
    transition: 0.5s;
    transition-timing-function: ease-in;
}
.bet-enter,
.bet-leave-to {
    transform: rotateX(90deg);
    opacity: 0;
}
@media (max-width: 1199px) {
    .jackpot-container .players,
    .jackpot-wrapper {
        max-width: 491px !important;
    }
}
@media (max-width: 991px) {
    .jackpot-container .players,
    .jackpot-wrapper {
        max-width: 656px !important;
    }
}
.history {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.history .history-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 400px;
}
.history .history-items::-webkit-scrollbar {
    display: none;
}
.history .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 2.5px 10px;
}
.history .history-items .history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
}
.history .history-items .history-item span.chances {
    font-size: 11px;
}
.history .history-items .history-item span.chances b {
    font-size: 12px;
    margin-left: 0;
}
.history .history-items .history-item img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.history .history-items .history-item span svg {
    width: 15px;
    height: 15px;
}
.history .history-item:nth-child(2n),
.jackpot-container .bets .bet:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}
.awaiting_players {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 8px;
    margin-top: -2px;
}
.awaiting_players span {
    color: rgba(0, 0, 0, 0.75);
    -webkit-animation: flashing-data-v-93ee87e0 1s linear infinite;
    animation: flashing-data-v-93ee87e0 1s linear infinite;
}
.row-title {
    font-size: 16px !important;
}
.row-title svg {
    width: 17px !important;
    height: 17px !important;
}
.jackpot-container {
    width: 100%;
}
.jackpot-container .row svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.jackpot-container .row {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.jackpot-container .timer {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-sizing: border-box;
}
.jackpot-container .timer-line {
    position: absolute;
    right: 0;
    height: 100%;
    background: #ffc107;
}
.jackpot-container .timer-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, 0.2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.2) 0, hsla(0, 0%, 100%, 0.2) 75%, transparent 0, transparent);
    z-index: 1;
    background-size: 50px 50px;
    -webkit-animation: move-data-v-93ee87e0 2s linear infinite;
    animation: move-data-v-93ee87e0 2s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes move-data-v-93ee87e0 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}
@keyframes move-data-v-93ee87e0 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}
@-webkit-keyframes flashing-data-v-93ee87e0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.33;
    }
    to {
        opacity: 1;
    }
}
@keyframes flashing-data-v-93ee87e0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.33;
    }
    to {
        opacity: 1;
    }
}
.jackpot-container .timer .timer-value {
    position: absolute;
    left: 15px;
    z-index: 2;
    font-size: 16px;
}
.jackpot-container .timer .jackpot-bank {
    z-index: 2;
    display: flex;
    align-items: center;
    color: #ffc107;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #ffc107;
    border-bottom-width: 2px;
    padding: 1px 10px;
    border-radius: 5px;
    background: #fff;
}
.jackpot-container .players {
    display: inline;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 593px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
.jackpot-container .players::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background: 0 0;
}
.jackpot-container .players::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}
.jackpot-container .players .player {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-left: 5px;
    border-radius: 5px;
    flex-shrink: 0;
}
.jackpot-container .players .player:first-child {
    margin-left: 0;
}
.jackpot-container .players .player .header {
    height: auto;
}
.jackpot-container .players .player .chance {
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    font-size: 11px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    letter-spacing: 0.75px;
}
.jackpot-container .bets {
    max-height: 480px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.jackpot-container .bets::-webkit-scrollbar {
    display: none;
}
.jackpot-container .bets .bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    padding: 4px 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.jackpot-container .bets .bet img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.jackpot-container .bets .bet span {
    margin-left: 5px;
}
.jackpot-container .bets .bet span.bet-amount svg {
    width: 10px;
    height: 10px;
    margin: 0;
}
.jackpot-container .bets .bet span.tickets-range {
    font-size: 11px;
    margin-right: 5px;
}
.volume {
    display: inline-block;
    margin: auto 0 auto auto;
    cursor: pointer;
}
.inputs-wrap {
    display: inline-block;
    margin: auto 0;
    width: 100%;
}
.inputs {
    display: flex;
    margin: 0 -10px;
}
.input {
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}
.form-control {
    text-align: center;
    font-size: 24px;
}
.input-buttons {
    display: flex;
    width: 100%;
}
.input-buttons .btn {
    flex: 1;
    margin: 0 2px;
}
.pc-5 {
    padding: 2rem;
}
.signature {
    margin: 30px 0;
    font-size: 16px;
    color: var(--secondary);
    text-align: center;
}
.signature.smaller {
    margin: 18px 0;
}
.signature-body {
    margin-top: 3px;
    word-break: break-all;
}
.signature-old {
    margin-top: 10px;
    font-size: 10px;
    color: var(--secondary);
    text-align: center;
    height: 45px;
}
.signature-old-body {
    word-break: break-all;
}
.signature-title-mobile {
    cursor: pointer;
}
.signature-title-mobile:hover {
    color: var(--dark);
}
@media (max-width: 991px) {
    .pc-5 {
        padding: 1rem;
    }
    .inactive,
    .signature-title {
        display: none;
    }
    .signature {
        margin: 15px 0;
    }
    .signature-old {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .btn-sm {
        padding: 0.125rem 0.25rem;
    }
}
@media (min-width: 992px) {
    .signature-title-mobile {
        display: none;
    }
}
.chrisp-enter-active,
.chrisp-leave-active {
    transition: 0.15s;
    transition-timing-function: ease-in;
}
.chrisp-enter,
.chrisp-leave-to {
    transform: scale(0.8) rotateX(90deg) rotateY(7deg) rotate(-7deg);
}
.bomb-enter-active,
.bomb-leave-active {
    transition: 0.1s;
    transition-timing-function: ease-in;
}
.bomb-enter,
.bomb-leave-to {
    transform: scale(0.25);
    opacity: 0;
}
.cell {
    display: flex;
    margin: 2px;
    height: 64px;
    width: 64px;
    border-radius: 0.25em;
    cursor: pointer;
    background-color: #555555;
    border: 1px solid #e5e5e5;
}
.cell.active,
.cell:hover {
    background-color: #fff;
}
.cell.inactive {
    background-color: #f9f9f9;
}
.cell.inactive .icon {
    opacity: 0.3;
}
.cell .icon {
    margin: auto;
    height: 32px;
    width: 32px;
    color: #ffc107;
}
@media (max-width: 767px) {
    .cell {
        height: 48px;
        width: 48px;
    }
}
.volume {
    display: inline-block;
    margin: auto 0 auto auto;
    cursor: pointer;
}
.inputs-wrap {
    display: inline-block;
    margin: auto 0;
}
.inputs {
    display: flex;
    margin: 0 -10px;
}
.input {
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}
.input-title {
    margin-bottom: 10px;
}
.form-control {
    text-align: center;
    height: 48px;
    font-size: 24px;
}
.input-buttons {
    display: flex;
    width: 100%;
    margin-top: 5px;
}
.input-buttons .btn {
    flex: 1;
    margin: 0 2px;
}
.play {
    margin-top: 20px;
}
.signature {
    margin: 30px 0;
    font-size: 16px;
    color: var(--secondary);
    text-align: center;
}
.signature-body {
    margin-top: 3px;
    word-break: break-all;
}
.signature-old {
    margin-top: 10px;
    font-size: 10px;
    color: var(--secondary);
    text-align: center;
    height: 45px;
}
.signature-old-body {
    word-break: break-all;
}
.minefield {
    display: flex;
    flex-direction: column;
}
.mines-row {
    display: flex;
    margin: 0 auto;
}
.pc-5 {
    padding: 3rem;
}
.multipliers-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 15px;
    width: 336px;
    margin: 10px auto 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
.multipliers-wrap::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background: 0 0;
}
.multipliers-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}
.multiplier-wrap,
.multipliers {
    display: flex;
}
.multiplier {
    border: 1px solid #e5e5e5;
    border-radius: 0.25em;
    padding: 0.5rem;
    display: inline-block;
    width: 82px;
    text-align: center;
}
.multiplier.active {
    border: 1px solid #ffc107;
    color: #ffc107;
}
.pointer {
    display: inline-block;
    margin: auto 8px;
}
.signature-title-mobile {
    cursor: pointer;
}
.signature-title-mobile:hover {
    color: var(--dark);
}
@media (min-width: 992px) {
    .signature-title-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .pc-5 {
        padding: 1rem;
    }
    .btn-sm {
        padding: 0.125rem 0.25rem;
    }
    .inputs-wrap {
        margin: auto;
    }
    .multipliers-wrap {
        width: 256px;
    }
    .signature-body.inactive,
    .signature-old.inactive,
    .signature-title {
        display: none;
    }
    .signature {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .signature-old {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}
.v-enter-active.history[data-v-55766bca],
.v-leave-active.history[data-v-55766bca] {
    transition: all 0.5s ease-in-out;
    max-height: 100%;
}
.v-enter.history[data-v-55766bca],
.v-leave-to.history[data-v-55766bca] {
    max-height: 0;
}
.wheel-wrap[data-v-55766bca] {
    position: relative;
    height: 400px;
    width: 400px;
    display: inline-block;
    margin: 0 auto;
}
.wheel-arrow[data-v-55766bca] {
    color: #212529;
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: Rubik, monospace !important;
}
.timer[data-v-55766bca] {
    display: inline-block;
    font-size: 48px;
    margin-top: 15px;
    text-align: center;
}
.wheel[data-v-55766bca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
}
.wheel img[data-v-55766bca] {
    width: 400px;
    height: 400px;
}
.wheel-history[data-v-55766bca] {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: flex-end;
    bottom: 25%;
    width: 100%;
    height: 30px;
}
.history[data-v-55766bca] {
    display: inline-block;
    width: 4px;
    margin: 0 2px;
    background-color: #000;
    border-radius: 2px;
}
.history.red[data-v-55766bca] {
    background-color: #dc3545;
    height: 73%;
}
.history.black[data-v-55766bca] {
    background-color: #343a40;
    height: 60%;
}
.history.blue[data-v-55766bca] {
    background-color: #007bff;
    height: 86%;
}
.history.yellow[data-v-55766bca] {
    background-color: #ffc107;
    height: 100%;
}
@media (max-width: 991px) {
    .wheel-wrap[data-v-55766bca],
    .wheel img[data-v-55766bca] {
        height: 300px;
        width: 300px;
    }
    .history[data-v-55766bca]:nth-of-type(20),
    .history[data-v-55766bca]:nth-of-type(21),
    .history[data-v-55766bca]:nth-of-type(22),
    .history[data-v-55766bca]:nth-of-type(23),
    .history[data-v-55766bca]:nth-of-type(24),
    .history[data-v-55766bca]:nth-of-type(25),
    .history[data-v-55766bca]:nth-of-type(26),
    .history[data-v-55766bca]:nth-of-type(27) {
        display: none;
    }
}
@media (max-width: 365px) {
    .wheel-wrap[data-v-55766bca],
    .wheel img[data-v-55766bca] {
        height: 200px;
        width: 200px;
    }
    .wheel-arrow[data-v-55766bca] {
        font-size: 20px;
    }
    .timer[data-v-55766bca] {
        font-size: 36px;
        margin-top: 5px;
    }
    .history[data-v-55766bca]:nth-of-type(17),
    .history[data-v-55766bca]:nth-of-type(18),
    .history[data-v-55766bca]:nth-of-type(19) {
        display: none;
    }
}
.volume {
    display: inline-block;
    margin: auto 0 auto auto;
    cursor: pointer;
}
.inputs-wrap {
    display: inline-block;
    margin: auto 0;
    width: 100%;
}
.inputs {
    display: flex;
    margin: 0 -10px;
}
.input {
    display: inline-block;
    flex: 1;
    margin: 0 10px;
}
.input-title {
    margin-bottom: 10px;
}
.form-control {
    text-align: center;
    height: 48px;
    font-size: 24px;
}
.input-buttons {
    display: flex;
    width: 100%;
    margin-top: 5px;
}
.bet-buttons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 3px -2px -2px;
}
.bet-btn {
    display: inline-block;
    margin: 2px;
    width: calc(50% - 4px);
}
.bet-buttons .btn {
    width: 100%;
    border-width: 2px;
}
.input-buttons .btn {
    flex: 1;
    margin: 0 2px;
}
.wheel-container {
    display: flex;
}
.pc-5 {
    padding: 3rem;
}
.row.pc {
    margin-left: -4px;
    margin-right: -4px;
}
.players {
    margin-top: 0px;
}
.player {
    display: flex;
    margin-top: 5px;
}
.avatar {
    margin: auto 0;
    height: 26px;
    border-radius: 0.25rem;
    margin-right: 5px;
}
.name {
    margin: auto 0;
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.name-wrap {
    margin: auto 0;
    display: flex;
}
.bet {
    display: inline-block;
    margin: auto 0 auto auto;
}
.stats {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}
.stat {
    display: inline-block;
}
.stat .icon {
    margin-top: -3px;
}
.btn-lg {
    border-width: 2px;
}
.signature {
    margin: 30px 0;
    font-size: 16px;
    color: var(--secondary);
    text-align: center;
}
.signature.smaller {
    margin: 18px 0;
}
.signature-body {
    margin-top: 3px;
    word-break: break-all;
}
.signature-old {
    margin-top: 10px;
    font-size: 10px;
    color: var(--secondary);
    text-align: center;
    height: 45px;
}
.signature-old-body {
    word-break: break-all;
}
.signature-title-mobile {
    cursor: pointer;
}
.signature-title-mobile:hover {
    color: var(--dark);
}
.bet-mobile {
    font-size: 12px;
    margin-top: -5px;
}
.notwinner {
    opacity: 0.6;
}
@media (max-width: 1199px) {
    .name {
        max-width: 70px;
    }
}
@media (max-width: 991px) {
    .pc-5 {
        padding: 1rem;
    }
    .inactive,
    .signature-title {
        display: none;
    }
    .signature {
        margin: 15px 0;
    }
    .signature-old {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .btn-sm {
        padding: 0.125rem 0.25rem;
    }
}
@media (min-width: 992px) {
    .signature-title-mobile {
        display: none;
    }
}
.card {
    margin: 0 auto;
}
.presets {
    margin: 0 -2px;
}
.presets .btn {
    margin: 0 2px;
}
.finalize,
.form-control {
    margin-top: 10px;
    max-width: 400px;
}
.finalize {
    display: flex;
}
.fee {
    font-size: 12px;
}
.payout {
    margin: auto auto auto 0;
}
.btn {
    margin-top: 5px;
}
.methods {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
}
.method {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin: 5px;
    cursor: pointer;
}
.method.active,
.method:hover {
    background-color: #fff;
}
.method svg {
    height: 48px;
    width: 48px;
}
.input-wrap {
    margin-top: 10px;
}
.card-table {
    overflow-y: hidden;
    overflow-x: scroll;
}
.table {
    margin-bottom: 0;
}
.table thead th {
    border-top: none;
}
.card {
    margin: 0 auto;
}
.presets {
    margin: -2px;
}
.presets .btn {
    margin: 2px;
    padding: 0.3rem 0.6rem;
}
.form-control {
    margin-top: 10px;
    max-width: 400px;
    background-color: #555555;
    color: #fff;
}
.finalize {
    display: flex;
    margin-top: 10px;
}
.fee {
    margin: auto 10px auto 0;
    display: inline-block;
}
.btn {
    margin: auto 0;
}
.input-wrap {
    margin-top: 50px;
}
.methods {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
}
.method {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin: 5px;
}
.method svg {
    height: 48px;
    width: 48px;
}
.card-table {
    overflow-y: hidden;
    overflow-x: scroll;
}
.table {
    margin-bottom: 0;
}
.table thead th {
    border-top: none;
}
.card {
    margin: 0 auto;
}
.card-table {
    overflow-y: hidden;
    overflow-x: scroll;
}
.table {
    margin-bottom: 0;
}
.table thead th {
    border-top: none;
}
.promo-input {
    max-width: 300px;
}
.earned-input {
    max-width: 150px;
}
.card {
    margin: 0 auto;
    overflow: hidden;
}
.table {
    margin-bottom: 0;
}
.table thead th {
    border-top: none;
}
.promo-input {
    max-width: 300px;
}
.image {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    margin-top: 10px;
    max-width: 100%;
}
.indent {
    padding-left: 1rem;
}
.signature-input {
    max-width: 650px;
}
.salt-input,
.seed-input {
    max-width: 200px;
}
.check {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    margin-top: 10px;
}
.checked {
    display: flex;
}
.checked .icon {
    margin: auto 5px auto 0;
    font-size: 24px;
}
.num {
    font-weight: 500;
}
.nk-4 {
    opacity: .4;
    background: #eceef0;
}

@media(max-width: 950px) {
    .historys {
        display: none;
        z-index: 999;
        background: #fff;
    }
    body #app .content .games-page .jackpot .history.mobileShow {
        overflow: scroll;
        min-height: 320px;
    }
}
.historys.show {
    display: block;
}

.history-head > .badge {
    display: inline-block;
    padding: 0.65em 0.65em;
    font-size: .45em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.game-check {
    max-width: 12px;
}
body #app .content .other-page .payments-page .payments-table .table .head, 
body #app .content .other-page .payments-page .payments-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
    background-color: #2a2a2a;
}
body #app .content .other-page .withdraws-page .withdraws-table .table .head, 
body #app .content .other-page .withdraws-page .withdraws-table .table .panel {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #eaedf6;
    background-color: #2a2a2a;
}