/*
==========================================================================================================================================================
    ______                 __                 __   __                   __                            ____  _                           ___                
   / ____/________  ____  / /____  ____  ____/ /  / /_  __  __   _   __/ /__ _________  ____ ___    _/_/ /_(_)___ ___       _______  __/ (_)___ ___  ____ _
  / /_  / ___/ __ \/ __ \/ __/ _ \/ __ \/ __  /  / __ \/ / / /  | | / / //_// ___/ __ \/ __ `__ \ _/_// __/ / __ `__ \     / ___/ / / / / / __ `__ \/ __ `/
 / __/ / /  / /_/ / / / / /_/  __/ / / / /_/ /  / /_/ / /_/ /   | |/ / ,< _/ /__/ /_/ / / / / / //_/ / /_/ / / / / / /    (__  ) /_/ / / / / / / / / /_/ / 
/_/   /_/   \____/_/ /_/\__/\___/_/ /_/\__,_/  /_.___/\__, /    |___/_/|_(_)___/\____/_/ /_/ /_/_/   \__/_/_/ /_/ /_/____/____/\__,_/_/_/_/ /_/ /_/\__,_/  
                                                     /____/                                                        /_____/  
==========================================================================================================================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); ::-webkit-input-placeholder {
    color: #7c8290;
}

::-moz-placeholder {
    color: #7c8290;
}

:-moz-placeholder {
    color: #7c8290;
}

:-ms-input-placeholder {
    color: #7c8290;
}

::-webkit-scrollbar-track {
    background: #23273400;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
}

::-webkit-resizer {
    width: 3px;
}

::-webkit-scrollbar {
    width: 3px;
}

input, button, textarea {
    background: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

::-webkit-input-placeholder {
    transition: 0.3s all;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

html, body {
    background: #232734;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #aebbe8;
    height: 100%;
}

a {
    color: #aebbe8;
    text-decoration: none;
    cursor: pointer;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

.flex-center {
    justify-content: center;
}

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

a, :before, button[type="submit"], input[type="submit"] {
    transition: all 0.5s ease;
}

.arcticmodal-overlay, .arcticmodal-container {
    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;
}

.header {
    height: 72px;
    background-image: linear-gradient(to left, #2f3545 0%, #2b3140 100%);
    position: relative;
    padding: 0px 40px;
    z-index: 1000;
    box-shadow: 0px 5px 4em rgba(0, 0, 0, 0.2);
    width: 100%;
}

.header .left {
    display: flex;
    align-items: center;
}

.logotype {
    padding: 10px 30px;
    position: relative;
    background-image: linear-gradient(-43deg, #363e51 0%, #363e51 25%, #424a60 100%);
    box-shadow: 4px 45px 35px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-right: 35px;
}

.logotype:hover {
    opacity: .9;
}

.logotype span {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.logotype span > b {
    margin-left: 15px;
    color: #5e698a;
    font-weight: bold;
}

.rooms {
    position: relative;
    height: 72px;
    margin-right: 45px;
}

.rooms ul {
    position: relative;
    height: 72px;
}

.rooms ul li {
    float: left;
    position: relative;
    height: 72px;
    margin: 0 10px;
}

.rooms ul li a {
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.05);
    justify-content: center;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #aebbe8;
}

.rooms ul li a:hover span {
    color: #fff;
}

.rooms ul li.active a span {
    color: #fff;
}

.rooms ul li.active a span b {
    color: #aebbe8;
}

.rooms ul li.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #667294;
}

.rooms ul li a span {
    transition: 0.5s all ease-in-out;
}

.rooms ul li a span > b {
    padding: 0 10px;
    color: #ffffff;
}

.menu {
    height: 72px;
    position: relative;
    padding: 0 40px;
    border-left: solid 1px #384054;
    border-right: solid 1px #384054;
    width: 150px;
}

.menu .dropdown {
    position: absolute;
    width: calc(100% - 1px);
    left: 1px;
    text-align: center;
    max-height: 72px;
    overflow: hidden;
    background: #2d3342;
    border-radius: 0px 0px 5px 5px;
    z-index: 2;
    box-shadow: 1px 20px 1em rgba(0, 0, 0, 0.05);
}

.menu:hover .dropdown {
    max-height: initial;
}

.menu .dropdown ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    border-bottom: solid 1px #373e4e;
}

.menu .dropdown ul li.active a {
    cursor: default;
    color: #fff;
}

.menu .dropdown ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #95a1c8;
    font-weight: 600;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.05);
    padding: 15px 0px;
}

.menu .dropdown ul li.uped {
    border-bottom: 0;
    height: 72px;
    line-height: 72px;
    padding: 0;
}

.menu .dropdown ul li.uped a {
    padding: 0;
}

.menu .dropdown ul li a > i {
    padding-left: 10px;
    color: #4f5873;
}

.menu .dropdown ul li:nth-last-child(1) {
    border-bottom: 0;
}

.menu .dropdown ul li:not(.uped) a:hover {
    color: #fff;
}

.header .online {
    padding: 10px 30px;
    position: relative;
    box-shadow: 4px 45px 35px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    cursor: default;
}

.header .online span {
    color: #fff;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.header .online span b {
    font-weight: 600;
}

.header .online span > i {
    padding-right: 10px;
    color: #5d64ae;
}

.group {
    position: relative;
}

.group a {
    padding: 10px 30px;
    position: relative;
    background-image: linear-gradient(-43deg, #363e51 0%, #363e51 25%, #424a60 100%);
    box-shadow: 4px 45px 35px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-transform: lowercase;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.group a > i {
    padding-right: 10px;
}

.group a:hover {
    opacity: .9;
}

main {
    height: 100%;
    position: relative;
    width: calc(100% - 400px);
    background-image: linear-gradient(10deg, #232734 0%, #232734 25%, #495169 100%);
}

.leftside {
    position: fixed;
    left: 0;
    bottom: 0;
    height: calc(100% - 72px);
    width: 300px;
    background: url(../images/after-leftside.png) no-repeat top center / 350px;
    background-position-y: -50px;
    box-shadow: 2px 2px 2em rgba(0, 0, 0, 0.03);
    transition: 0.2s ease;
    z-index: 4;
}

.leftside.fixed {
    height: 100%;
}

.leftside:before {
    content: '';
    background-image: linear-gradient(to top, #363e51 0%, #363e51 67%, #4d5369 100%);
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.chat {
    position: fixed;
    right: 0;
    bottom: 0;
    height: calc(100% - 72px);
    background: #454e64;
    width: 400px;
    box-shadow: 0px 0px 2em rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    z-index: 4;
}

.chat.fixed {
    height: 100%;
}

.leftside .profile-block {
    position: relative;
    padding: 45px 40px;
    margin-bottom: 45px;
}

.leftside .profile-block .login {
    width: 100%;
}

.leftside .profile-block .no-login {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.leftside .profile-block .no-login a > i {
    padding-right: 10px;
    color: #5d64ae;
}

.leftside .profile-block .no-login a {
    padding: 12px 30px;
    position: relative;
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.leftside .profile-block .no-login a:hover {
    box-shadow: -1px 11px 2em rgba(146, 157, 251, 0.19);
}

.leftside .profile-block .balance {
    width: 100%;
    padding: 7px 15px;
    position: relative;
    box-shadow: -2px 10px 35px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    cursor: default;
}

.leftside .profile-block .balance a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #40475d;
    border-radius: 5px;
    box-shadow: 1px 5px 38px rgba(0, 0, 0, 0.11);
}

.leftside .profile-block .balance a:hover i {
    color: #fff;
}

.leftside .profile-block .balance a > i {
    color: #919ff5;
}

.leftside .profile-block .balance span > i {
    padding-left: 5px;
}

.leftside .profile-block .balance span {
    font-weight: 600;
    color: #fff !important;
    font-size: 15px;
}

.leftside .profile-block .username {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    text-shadow: 0px 6px 1em rgba(0, 0, 0, 0.1);
}

.leftside .profile-block .avatar {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.leftside .profile-block .avatar .img {
    position: relative;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.leftside .profile-block .avatar .img .image {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #363e51 !important;
    background-size: cover !important;
    background-position: center !important;
    border: 2px solid rgba(93, 100, 121, 0.3);
}

.leftside .profile-block .avatar .img .log-out {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(147, 159, 251, 0.8);
    border-radius: 50px;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 1;
    transition: all 0.3s ease;
}

.leftside .profile-block .avatar:hover .img .log-out {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 3;
}

.leftside .profile-block .avatar .img .log-out i {
    color: #fff;
    font-size: 22px;
}

.leftside .menu-s {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.leftside .menu-s li {
    position: relative;
    margin-bottom: 5px;
}

.leftside .menu-s li.sounds {
    margin: 0;
    margin-bottom: 0px;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    text-align: center;
}

.leftside .menu-s li.sounds a {
    justify-content: center;
}

.leftside .menu-s li.sounds a span, .leftside .menu-s li.sounds a b, .leftside .menu-s li.sounds a i {
    color: #fff;
}

.leftside .menu-s li a {
    display: flex;
    padding: 15px 40px;
    align-items: center;
    justify-content: flex-start;
    text-shadow: -1px 5px 1em rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.leftside .menu-s li a:hover span {
    color: #fff;
}

.leftside .menu-s li a:hover b {
    color: #fff;
}

.leftside .menu-s li a:hover b i {
    color: #fff;
}

.leftside .menu-s li a:hover .icon {
    fill: #fff;
}

.leftside .menu-s li a:hover .new-coin-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.23095815491140392 24.000874817762764 26.591916309822807'%3E%3Cpath d='M21.4 4.62a5.2 5.2 0 0 1 2.6 4.5V17a5.19 5.19 0 0 1-2.6 4.5l-6.8 3.93a5.19 5.19 0 0 1-5.2 0l-6.8-3.95A5.19 5.19 0 0 1 0 17V9.12a5.2 5.2 0 0 1 2.6-4.5L9.4.7a5.19 5.19 0 0 1 5.2 0zM10.31 2.48L3.69 6.31A3.35 3.35 0 0 0 2 9.23v7.65a3.36 3.36 0 0 0 1.69 2.92l6.62 3.83a3.4 3.4 0 0 0 3.38 0l6.62-3.83A3.36 3.36 0 0 0 22 16.88V9.23a3.35 3.35 0 0 0-1.69-2.92l-6.62-3.83a3.4 3.4 0 0 0-3.38 0zm3.08 2.14l5.22 3A2.78 2.78 0 0 1 20 10v6a2.76 2.76 0 0 1-1.39 2.4l-5.22 3a2.76 2.76 0 0 1-2.78 0l-5.22-3A2.76 2.76 0 0 1 4 16.07V10a2.78 2.78 0 0 1 1.39-2.37l5.22-3a2.76 2.76 0 0 1 2.78 0zM9 16.05h6v-6H9z' fill='%23fff'/%3E%3C/svg%3E");
}

.leftside .menu-s li a span {
    font-weight: 600;
    color: #aebbe8;
    transition: 0.5s ease-in-out;
}

.leftside .menu-s li a b {
    font-weight: 600;
    color: #aebbe8;
    position: absolute;
    right: 35px;
    transition: 0.5s ease-in-out;
}

.leftside .menu-s li a b > i {
    padding-left: 5px;
}

.leftside .menu-s li a .icon {
    width: 18px;
    float: left;
    height: 18px;
    fill: #aebbe8;
    margin-right: 30px;
    transition: 0.5s ease-in-out;
}

.leftside .menu-s li.active {
    background: #363e51;
    border-right: solid 2px #8f99f9;
}

.menu-open .leftside .menu-s li.active {
    background: #454e64;
}

.leftside .menu-s li.active i {
    color: #fff;
}

.leftside .menu-s li:hover i {
    color: #fff;
}

.leftside .menu-s li.active a span {
    color: #fff;
}

.leftside .menu-s li.active a b {
    color: #fff;
}

.leftside .menu-s li.active a .icon {
    fill: #fff;
}

.chat .heading {
    padding: 25px 45px;
    border-bottom: solid 1px #333b4d;
    box-shadow: 6px 16px 1em rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.chat .heading i {
    padding-right: 30px;
    color: #fff;
    text-shadow: 0px 0px 1em rgba(0, 0, 0, 0.1);
}

.chat .heading span {
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 1em rgba(0, 0, 0, 0.1);
}

.chat .messages {
    position: relative;
    height: calc(100% - 160px);
}

.chat .messages .scroll {
    height: 100%;
    overflow: auto;
    z-index: 1;
}

.chat .messages .msg {
    padding: 15px 40px;
    align-items: start;
    width: 100%;
    border-bottom: solid 1px #333b4d;
    background-image: linear-gradient(89deg, rgba(69, 78, 100, 0.8) 0%, rgba(69, 78, 100, 0.8) 11%, rgba(63, 71, 91, 0.8) 100%);
}

.chat .messages .msg:nth-last-child(1) {
    border: 0;
}

.chat .messages .msg .ava {
    width: 40px;
    height: 40px;
}

.chat .messages .msg .ava .image {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #363e51 !important;
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid rgba(93, 100, 121, 0.3);
}

.chat .messages .msg .r {
    width: calc(100% - 65px);
}

.chat .messages .msg .r .top {
    width: 100%;
    padding-bottom: 5px;
    align-items: center;
    text-shadow: -1px 7px 1em rgba(0, 0, 0, 0.1);
}

.chat .messages .msg .r .top span {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat .messages .msg .r .top .data {
    font-weight: 600;
    color: #6f7a96;
    cursor: default;
    font-size: 12px;
}

.chat .messages .msg .r .top .delete {
    position: relative;
    cursor: pointer;
}

.chat .messages .msg .r .top .delete i {
    color: #94a0fb;
    padding: 12px 15px;
}

.chat .messages .msg .r .top .delete i:hover {
    color: #fff;
}

.chat .messages .msg .r .mess {
    color: #fff;
    text-shadow: -1px 7px 1em rgba(0, 0, 0, 0.1);
    line-height: 25px;
    cursor: default;
}

.chat .messages .scroll::-webkit-scrollbar-track {
    background: #0f101200;
    border-radius: 15px;
}

.chat .messages .scroll::-webkit-scrollbar-thumb {
    background: #939efb;
    border-radius: 15px;
}

.chat .messages .scroll::-webkit-resizer {
    width: 6px;
}

.chat .messages .scroll::-webkit-scrollbar {
    width: 6px;
}

.chat .messages .scroll::-webkit-scrollbar-thumb:hover {
    background: #747cc7;
}

.chat .messages:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom, #454e64, transparent);
    z-index: 2;
    pointer-events: none;
}

.chat .bottom {
    height: 90px;
    background: #454d64;
    border-top: solid 1px #333b4d;
    box-shadow: -5px -6px 1em rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.chat .bottom .log-out a {
    padding: 10px 30px;
    position: relative;
    background: #333a4f;
    border-radius: 5px;
    color: #fff;
    text-transform: lowercase;
}

.chat .bottom .log-out a > i {
    padding-right: 10px;
    color: #5e698a;
}

.chat .bottom .log-out a:hover {
    background: #30364a;
}

.chat .bottom .send-form {
    width: 100%;
    padding: 0 25px;
}

.chat .bottom .send-form input {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    background: #333a4f;
    padding-right: 60px;
    text-overflow: ellipsis;
}

.chat .bottom .send-form input::-webkit-input-placeholder {
    color: #747e9a;
}

.chat .bottom .send-form a {
    position: absolute;
    right: 50px;
    top: 47%;
    margin-top: -10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    transition: .2s linear;
}

.chat .bottom .send-form a > i {
    color: #ffffff;
}

.chat .bottom .send-form a:hover i {
    color: #95a1fc;
}

.container {
    width: calc(100% - 300px);
    float: right;
}

.c-middle {
    width: 100%;
    position: relative;
}

.title {
    padding: 20px 40px;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #4c5368;
}

.title span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #636d8d;
}

.title span .icon {
    width: 20px;
    height: 20px;
    margin-right: 25px;
    fill: #636d8d;
}

.title span > b {
    padding-left: 30px;
    color: #b3c2f1;
}

.title a {
    padding: 10px 30px;
    position: relative;
    background: #343a4b;
    border-radius: 5px;
    font-weight: 600;
}

.title a:hover {
    background: #2d3342;
}

.game-content {
    position: relative;
    align-items: flex-start;
}

.game-content .battle-slider {
    position: relative;
    height: 450px;
}

.game-content .game-progress {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: center;
    margin-right: 45px;
}

.game-content .game-progress .progress {
    position: relative;
    border: solid 1px #454D64;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background: url(../images/after-leftside.png) no-repeat top left / 120%;
    background-position-y: -250px;
    background-position-x: -15px;
    box-shadow: 6px 19px 2em rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.game-content .game-progress .progress .timer {
    width: 300px;
    height: 300px;
    position: relative;
}

.game-content .game-progress .progress .timer .timer-svg {
    width: 300px;
    height: 300px;
    position: absolute;
}

.game-content .game-progress .progress .timer .timer-svg path {
    stroke: #95a2fc;
}

.game-content .game-progress .progress .timer .timer-svg.shadow {
    filter: blur(5px);
    opacity: .3;
}

.game-content .game-progress .progress .info {
    position: absolute;
    width: 300px;
    height: 300px;
    text-align: center;
    z-index: 1;
    text-shadow: 1px 5px 1em rgba(0, 0, 0, 0.1);
}

.game-content .game-progress .progress .info h4 {
    color: #636d8d;
}

.game-content .game-progress .progress .info .game-price {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #ffff;
}

.game-content .game-progress .progress .info .game-price i {
    padding-left: 5px;
}

.game-content .game-progress .progress .info .time {
    padding: 10px 20px;
    border-radius: 5px;
    background-image: linear-gradient(-43deg, #363e51 0%, #363e51 25%, #424a60 100%);
    box-shadow: 5px 9px 5em rgba(0, 0, 0, 0.1);
}

.game-content .game-progress .progress .info .time #time_small,.game-content .game-progress .progress .info .time #time_classic, .game-content .game-progress .progress .info .time #time_major {
    font-weight: 600;
    color: #fff;
}

.game-content .game-progress .progress .info .time #time_small i, .game-content .game-progress .progress .info .time #time_classic i, .game-content .game-progress .progress .info .time #time_major i {
    color: #5e698a;
    padding-right: 5px;
}

.game-content .game-progress .bet {
    padding: 15px 30px;
    background: rgba(65, 72, 94, 0.60);
    border-radius: 5px;
    box-shadow: 11px 20px 4em rgba(0, 0, 0, 0.05);
    background-image: url(../images/after-leftside.png);
    background-size: 120%;
    background-position-x: -50px;
}

.game-content .game-progress .bet h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
}

.game-content .game-progress .bet input {
    padding: 15px 15px;
    width: 100%;
    border-bottom: solid 1px #505870;
    margin-bottom: 15px;
    color: #6a7492;
}

.game-content .game-progress .bet input::-webkit-input-placeholder {
    color: #6a7492;
}

.game-content .game-progress .bet ul {
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px;
}

.game-content .game-progress .bet ul li a:hover {
    background: #555e7b;
}

.game-content .game-progress .bet ul li {
    display: inline-block;
    margin: 5px 5px;
}

.game-content .game-progress .bet ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #b1c0ef;
    border: solid 1px #555e7b;
    border-radius: 50px;
}

.game-content .game-progress .bet a.bet-b {
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    background: #474e66;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #aebbe8;
    font-weight: 600;
}

.game-content .game-progress .bet a.bet-b:hover {
    background: #545c77;
}

.game-content .bets {
    position: relative;
    width: 100%;
}

.game-content .bets .scroll .deposits {
    display: inline-block;
    width: 100%;
    padding: 12px 25px;
    border: solid 1px #42495e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.game-content .bets .left {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 121px);
    align-items: center;
    color: #B8C7F4;
    font-weight: 600;
}

.game-content .bets .bet {
    position: relative;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 13px;
    text-shadow: -4px 7px 1em rgba(0, 0, 0, 0.1);
    cursor: default;
    padding: 10px 30px;
    border: solid 1px #434a61;
    border-radius: 5px;
}

.game-content .bets .bet .ava {
    width: 40px;
    height: 40px;
    position: relative;
    border: solid 1px #5e667f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-content .bets .bet .ava .image {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    position: relative;
    box-shadow: 4px 8px 1em rgba(0, 0, 0, 0.05);
}

.game-content .bets .bet .ava .image:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(174, 187, 232, 0.10);
    border-radius: 50px;
}

.game-content .bets .bet .ava .color {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
}

.game-content .bets .bet .username {
}

.game-content .bets .bet .tickets {
    color: #8C97B9;
}

.game-content .bets .bet .tickets span {
}

.game-content .bets .bet .tickets b {
}

.game-content .bets .bet .amount.win {
    color: #96a4fb;
}

.game-content .bets .bet .amount.lose {
    color: #e49d9d;
}

.game-content .bets .bet .amount i {
}

.game-content .bets .bet .date {
    color: #B8C7F4;
    font-weight: bold;
}

.game-content .bets .scroll::-webkit-scrollbar-track {
    background: #555D7B;
    border-radius: 15px;
}

.game-content .bets .scroll::-webkit-scrollbar-thumb {
    background: #8896BD;
    border-radius: 15px;
}

.game-content .bets .scroll::-webkit-resizer {
    width: 4px;
}

.game-content .bets .scroll::-webkit-scrollbar {
    width: 4px;
}

.game-content .bets .scroll::-webkit-scrollbar-thumb:hover {
    background: #747cc7;
}

.content {
    padding: 45px;
    position: relative;
}

.content .slider {
    position: relative;
    height: 85px;
    margin-bottom: 40px;
    overflow: hidden;
}

.content .slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 51%;
    background: linear-gradient(to right, #753d3d00,#454d63);
}

.content .slider:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left, #753d3d00,#454d63);
}

.content .slider .arrow {
    border: 5px solid transparent;
    border-top: 5px solid #96a3fc;
    transition: all .2s ease;
    position: absolute;
    z-index: 2;
    left: calc(50% - 5px);
}

.content .slider .arrow.top {
    top: 0;
}

.content .slider .arrow.bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.content .slider .carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.content .slider .carousel:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 125px;
    background: linear-gradient(to right, #363b4d, transparent);
    z-index: 3;
}

.content .slider .carousel:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 125px;
    background: linear-gradient(to left, #41485d, transparent);
    z-index: 3;
}

.content .slider .carousel .scroll {
    width: 9999px;
    position: relative;
}

.content .slider .carousel .user {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
}

.content .slider .carousel .user .summ {
    text-align: center;
    height: 60px;
}

.content .slider .carousel .user .summ b {
    padding-top: 10px;
    display: inline-block;
}

.content .slider .carousel .user .summ p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 25px;
    background: #545c73;
    border-radius: 0px 0px 5px 5px;
    line-height: 25px;
    cursor: default;
}

.content .slider .carousel .user .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.content .slider .carousel .user .color {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 5px 5px;
}

.game-content .users-in-game {
    position: relative;
    margin-bottom: 40px;
    padding: 15px 35px;
    text-align: center;
    padding: 10px 0px;
    min-height: 102px;
}

.game-content .users-in-game:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 51%;
    background: linear-gradient(to right, #753d3d00,#454d63);
}

.game-content .users-in-game:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left, #753d3d00,#454d63);
}

.game-content .users-in-game .user {
    width: 55px;
    display: inline-block;
    position: relative;
    margin: 5px 5px;
    cursor: pointer;
    z-index: 1;
}

.game-content .users-in-game .user .chance {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 18px;
    background: #313748;
    color: #fff;
    font-size: 12px;
}

.game-content .users-in-game .user .image {
    width: 100%;
    height: 60px;
}

.game-content .users-in-game .color {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 5px 5px;
}

.game-content .users-in-game .head {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    z-index: 1;
    top: -27px;
    color: #fff;
}

.game-content .bg-2 {
    padding: 25px;
    border: solid 1px #4c5368;
    border-radius: 5px;
    background-image: url(../images/after-leftside.png);
    background-repeat: no-repeat;
    background-position-y: -356px;
    background-position-x: -40px;
    background-size: 30%;
    box-shadow: -6px 11px 1em rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.game-content .battle-slider .history {
    height: 400px;
    width: 22px;
    position: relative;
    float: left;
}

.game-content .battle-slider .history .scroll {
    height: 100%;
    overflow: hidden;
}

.game-content .battle-slider.info {
    width: 57%;
}

.game-content .battle-slider .history:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(to top, #2d3242,#fff0);
    z-index: 1;
    pointer-events: none;
}

.game-content .battle-slider .history .hist {
    display: inline-block;
    width: 100%;
    height: 14px;
    background: #fff;
    border-radius: 50px;
    margin: 3px 0px;
    cursor: pointer;
}

.game-content .battle-slider .history .hist.red {
    background: linear-gradient(to top, #e7a674 0%, #e77474 100%);
    box-shadow: 0px 0px 1em rgba(231, 116, 116, 0.14);
}

.game-content .battle-slider .history .hist.blue {
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    box-shadow: 0px 0px 1em rgba(149, 161, 252, 0.14);
}

.game-content .battle-slider .history .hist.black {
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    box-shadow: 0px 0px 1em rgba(149, 161, 252, 0.14);
}

.game-content .battle-slider .slider-svg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-content .battle-slider .slider-svg .info {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-content .battle-slider .slider-svg .info .time {
    padding: 10px 20px;
    border-radius: 5px;
    background-image: linear-gradient(-43deg, #363e51 0%, #363e51 25%, #424a60 100%);
    box-shadow: 5px 9px 5em rgba(0, 0, 0, 0.1);
}

.game-content .battle-slider .slider-svg .info .time span {
    font-weight: 600;
    color: #fff;
}

.game-content .battle-slider .slider-svg .info .time span i {
    color: #5e698a;
    padding-right: 5px;
}

.game-content .battle-slider .left {
}

.game-content .battle-slider .chances {
    text-align: center;
    background: #434a5f;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: -6px 10px 3em rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
}

.game-content .battle-slider .chances .chance {
    width: 50%;
    border-right: solid 1px #555d73;
}

.game-content .battle-slider .chances .chance:nth-last-child(1) {
    border: 00;
}

.game-content .battle-slider .chances .chance.red h4 {
    color: #ca8288;
}

.game-content .battle-slider .chances .chance.blue h4 {
    color: #8a8ef9;
}

.game-content .battle-slider .chances .chance h4 {
    padding-bottom: 9px;
    font-size: 15px;
    color: #fff;
}

.game-content .battle-slider .chances .chance p {
    color: #fff;
}

.game-content .battle-slider .right {
    width: 100%;
}

.game-content .battle-slider .bet {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.game-content .battle-slider .bet input {
    width: 100%;
    padding: 12px 25px;
    background: #363c4e;
    border-radius: 5px;
    margin-bottom: 20px;
}

.game-content .battle-slider .bet .buttons {
    position: relative;
}

.game-content .battle-slider .bet .buttons a {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-shadow: -4px 5px 1em rgba(0, 0, 0, 0.1);
}

.game-content .battle-slider .bet .buttons a:hover {
    opacity: .8;
}

.game-content .battle-slider .bet .buttons a.red {
    background: linear-gradient(to top, #e79f74 0%, #e77a74 100%);
    box-shadow: -5px 8px 1em rgba(231, 116, 116, 0.1);
}

.game-content .battle-slider .bet .buttons a.blue {
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    box-shadow: -5px 8px 1em rgba(150, 164, 252, 0.1);
}

.game-content .battle-slider .hash {
    padding-top: 20px;
    color: #95a1c8;
    text-shadow: -4px 5px 1em rgba(0, 0, 0, 0.1);
    text-align: center;
}

.game-content .top-battle {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.game-content.battle .bets .team {
    width: 49%;
}

.game-content.battle .bets .team .heading {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(to right, #434a61,#393f52);
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    box-shadow: -5px 6px 4em rgba(0, 0, 0, 0.01);
    text-shadow: -7px 7px 1em rgba(0,0,0,0.1);
    border-left: solid transparent;
}

.game-content.battle .bets .team.red-team .heading {
    border-color: #e77474;
}

.game-content.battle .bets .team.blue-team .heading {
    border-color: #939efb;
}

.game-content.pvp .create-game {
    width: 100%;
    position: relative;
    padding: 10px 30px;
    border: solid 1px #4c5368;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: -5px 6px 4em rgba(0, 0, 0, 0.01);
    text-shadow: -7px 7px 1em rgba(0,0,0,0.1);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
}

.game-content.pvp .create-game input {
    padding: 12px 25px;
    background: #373d50;
    border-radius: 5px;
    width: 25%;
    min-width: 200px;
    flex-grow: 1;
    box-sizing: border-box;
}

.game-content.pvp .create-game ul {
    padding-left: 25px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.game-content.pvp .create-game ul li {
    display: inline-block;
    margin: 5px 5px;
}

.game-content.pvp .create-game ul li a {
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px #52596f;
    border-radius: 5px;
    box-shadow: -5px 6px 4em rgba(0, 0, 0, 0.01);
    text-shadow: -7px 7px 1em rgba(0,0,0,0.1);
    color: #fff;
}

.game-content.pvp .create-game ul li a:hover {
    background: #52596f;
}

.game-content.pvp .create-game a.create {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: -6px 7px 1em rgba(144, 154, 250, 0.1);
    text-shadow: -7px 7px 1em rgba(0,0,0,0.1);
    color: #fff;
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    box-sizing: border-box;
}

.game-content.pvp .create-game a.create:hover {
    opacity: .8;
}

/*CoinFlip*/
.coinflip-games {
    position: relative;
    width: 100%;
    cursor: default;
    box-sizing: border-box;
    padding: 0 10px;
}

.coinflip-games .actives {
    position: relative;
    min-height: 400px;
    box-sizing: border-box;
}

.coinflip-games .yours {
    position: relative;
    min-height: 400px;
    box-sizing: border-box;
}

.coinflip-games .title {
    margin: 20px 0px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.coinflip-games .title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(50% - 1px);
    height: 1px;
    background: #3d485a;
}

.coinflip-games .title span {
    padding: 5px 25px;
    background: #3d485a;
    border-radius: 5px;
    color: #6d7b97;
    position: relative;
    white-space: nowrap;
}

.coinflip-games .actives:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(to top, #272d39, #272d3900);
    pointer-events: none;
}

.game-coin {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    text-shadow: -7px 3px 1em rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
    border-radius: 8px;
    background: #454c61;
}

.game-coin .check {
    padding: 7px 25px;
    border: solid 1px #515a73;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    min-width: 80px;
    box-sizing: border-box;
}

.game-coin .check:hover {
    background: #515a73;
}

.game-coin .top {
    width: 100%;
    float: left;
    padding: 15px;
    background: #454c61;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/after-leftside.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 13%;
    background-position-y: -140px;
    box-sizing: border-box;
    min-height: 80px;
    align-items: center;
}

.game-coin .top .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box;
}

.game-coin .top .left .players {
    border-right: solid 1px rgba(93, 100, 121, 0.57);
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game-coin .top .left .players .user {
    margin-right: 0;
}

.game-coin .top .left .players .vs {
    font-weight: 700;
    margin: 0;
}

.game-coin .top .left .status {
    border-left: solid 1px rgba(93, 100, 121, 0.57);
}

.game-coin .top .left .block {
    display: flex;
    padding: 10px 20px;
    min-height: 55px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(93, 100, 121, 0.1);
}

.game-coin .top .left .block .game-id {
    padding-right: 25px;
}

.game-coin .top .avatars {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 1;
}

.game-coin .top .left .user {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    min-width: 0;
    box-sizing: border-box;
    padding: 8px 12px;
    background: rgba(93, 100, 121, 0.15);
    border-radius: 6px;
}

.game-coin .top .left .block h4 {
    padding-right: 15px;
    font-size: 12px;
}

.game-coin .top .left .block .game-status {
    font-size: 12px;
    padding: 6px;
    background: #5f6680;
    border-radius: 100%;
    cursor: pointer;
}

.game-coin .top .left .block .game-status.done {
    background: #62ca5b;
    animation: pulse 1s infinite;
    animation-direction: alternate;
}

.game-coin .top .left .block .game-status.active {
    background: #d9534f;
    animation: pulse-red 1s infinite;
    animation-direction: alternate;
    border: 2px solid rgba(217, 83, 79, 0.8);
    transform: scale(1.1);
}

@keyframes pulse-red {
    0% {
        box-shadow: 0px 0px 1em rgba(217, 83, 79, 0.18);
    }

    50% {
        box-shadow: 0px 0px 1em rgba(217, 83, 79, 0.50);
    }

    100% {
        box-shadow: 0px 0px 1em rgb(217, 83, 79);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 1em rgba(98, 202, 91, 0.18);
    }

    50% {
        box-shadow: 0px 0px 1em rgba(98, 202, 91, 0.50);
    }

    100% {
        box-shadow: 0px 0px 1em rgb(98, 202, 91);
    }
}

.game-coin .top .left .block span {
    font-size: 14px;
    font-weight: bold;
    color: #737f98;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-coin .top .left .block span i {
    padding-right: 10px;
}

.game-coin .top .left .block span svg {
    font-size: 13px;
    margin-right: 3px;
    width: 18px;
    height: 18px;
}

.game-coin .top .left .user .ava {
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(93, 100, 121, 0.3);
    transition: all 0.3s ease;
}

.game-coin .top .left .user .ava img {
    border-radius: 50%;
    display: block;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-coin .top .left .user.win .ava img {
    border: solid 1px #96a4fc;
}

.game-coin .top .left .user .info {
    padding-left: 10px;
    text-align: left;
}

.game-coin .top .left .user .info span {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 125px;
    text-align: left;
    display: inline-block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    flex-shrink: 1;
    word-break: break-all;
}

.game-coin .top .left .user .info span:hover {
    color: #fff!important;
}

.game-coin .top .left .user .info p svg {
    margin-left: 2px;
    color: #ffffff;
    width: 13px;
    height: 13px;
}

.game-coin .top .left .user .info p {
    font-size: 13px;
    font-weight: 600;
}

.game-coin .top .left .user .info p i {
    padding-left: 5px;
}

.game-coin .top .left .vs {
    font-weight: 700;
    margin-right: 45px;
}

.game-coin .top .view a > .icon:hover {
    color: #8495b7;
}

.game-coin .top .view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    text-align: center;
}

.game-coin .top .view a {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    color: #7981a0;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 70px;
}

.game-coin .top .view a:hover i {
    color: #fff;
}

.game-coin .top .view a > .icon {
    color: #6d7b97;
    width: 25px;
    height: 25px;
}

.game-coin .top .view a > .icon {
    color: #4986f5;
}

.game-coin .top .tridiv {
    position: relative;
    background: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 70px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    z-index: 1;
}

.game-coin .top .face {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}

.game-coin .top .scene,.shape,.game-coin .top .face,.face-wrapper,.cr {
    position: absolute;
    transform-style: preserve-3d
}

.game-coin .top .scene {
    will-change: transform;
    width: 80em;
    height: 80em;
    top: 50%;
    left: 50%;
    margin: -40em 0 0 -40em;
    transition-property: transform;
    transform: rotateX(-90deg) rotateZ(15deg)
}

.game-coin .top .shape {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform-origin: 50%
}

.game-coin .time {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: rgb(220, 53, 69);
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
    animation: pulse-timer 1s infinite;
}

@keyframes pulse-timer {
    0% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(220, 53, 69, 1);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
    }
}

[id*=coin-flip-cont_] {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
}

[id*=coin_] {
    position: relative;
    width: 60px;
    height: 60px;
    transform-style: preserve-3d;
    margin: 0 auto;
}

[id*=coin_] .front, [id*=coin_] .back {
    position: absolute;
    width: 60px;
    height: 60px;
}

[id*=coin_] .front img, [id*=coin_] .back img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: block;
}

[id*=coin_] .front {
    transform: translateZ(1px);
    border-radius: 50%;
    background-color: #363c4e;
    overflow: hidden;
    border: 4px #363c4e solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winner_a {
    border: 4px rgba(139, 205, 134, 0.9) solid!important;
}



[id*=coin_] .back {
    transform: translateZ(-1px) rotateY(180deg);
    border-radius: 50%;
    background-color: #363c4e;
    overflow: hidden;
    border: 4px #363c4e solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

[id*=coin_].animation1800 {
    -webkit-animation: rotate1800 4s ease-in-out forwards;
    animation: rotate1800 4s ease-in-out forwards;
}

[id*=coin_].animation1980 {
    -webkit-animation: rotate1980 4s ease-in-out forwards;
    animation: rotate1980 4s ease-in-out forwards;
}

[id*=coin_].animation2160 {
    -webkit-animation: rotate2160 4s ease-in-out forwards;
    animation: rotate2160 4s ease-in-out forwards;
}

@-webkit-keyframes rotate1800 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
    }
}

@keyframes rotate1800 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
    }
}

@-webkit-keyframes rotate1980 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(1980deg);
        transform: rotateY(1980deg);
    }
}

@keyframes rotate1980 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(1980deg);
        transform: rotateY(1980deg);
    }
}

@-webkit-keyframes rotate2160 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(2160deg);
        transform: rotateY(2160deg);
    }
}

@keyframes rotate2160 {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(2160deg);
        transform: rotateY(2160deg);
    }
}

.game-coin .win-ticket {
}

.game-coin .win-ticket span {
    padding: 7px 25px;
    background: #515a73;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.game-coin .win-ticket span i {
    padding-left: 5px;
}

.game-coin .go {
    position: relative;
}

.game-coin .go a {
    padding: 7px 25px;
    background: #515a73;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    color: #aebbe8;
}

.game-coin .go a:hover {
    opacity: .8;
}

/*Double*/
.game-content .battle-slider .history .hist.green {
    background: linear-gradient(to top, #75f6cf 0%, #46efee 100%);
    box-shadow: 0px 0px 1em rgba(149, 161, 252, 0.14);
}

.game-content.double .d-content {
    width: 360px;
    height: 360px;
    position: relative;
}

.game-content.double .d-content .double-slider img {
    width: 360px;
    height: 360px;
    background: url(../images/double-row.png) no-repeat center center / 100%;
    position: relative;
}

.game-content.double .d-content .double-slider {
    width: 100%;
    height: 100%;
    position: relative;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}

.game-content.double .d-content .double-slider.spinning {
    filter: drop-shadow(0 0 30px rgba(116, 193, 255, 0.5));
}

.game-content.double .d-content .arrow {
    position: absolute;
    border: 20px solid transparent;
    border-top: 30px solid #4c5368;
    transition: all .2s ease;
    left: calc(50% - 20px);
    z-index: 1;
    top: 1px;
    animation: arrow-pulse 2s infinite ease-in-out;
}

@keyframes arrow-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.game-content .battle-slider .slider-svg .info .number {
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-shadow: -9px 7px 1em rgba(0,0,0,0.3);
    border: 4px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.3), 0 0 40px rgba(255,255,255,0.2);
    animation: pulse-result 0.5s ease-in-out;
    z-index: 1000;
}

@keyframes pulse-result {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Дополнительный эффект пульсации для победного номера */
.game-content .battle-slider .slider-svg .info .number.pulse-winner {
    animation: winner-pulse 1.5s ease-in-out infinite;
}

@keyframes winner-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(0,0,0,0.3), 0 0 40px rgba(255,255,255,0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(0,0,0,0.4), 0 0 60px rgba(255,255,255,0.4);
    }
}

.game-content .battle-slider .slider-svg .info .number.red {
    background: linear-gradient(to right bottom, #e77d74,#e79c74);
}

.game-content .battle-slider .slider-svg .info .number.blue {
    background: linear-gradient(to right bottom, #a18cf9,#b48af9);
}

.game-content .battle-slider .slider-svg .info .number.green {
    background: linear-gradient(to right bottom, #34ecf9,#82f8c7);
}

.game-content.double .battle-slider .bet .buttons a {
    width: 32%;
}

.game-content.double .battle-slider .bet .buttons a.green {
    background: linear-gradient(to top, #87f9c4 0%, #74c1c9 100%);
    box-shadow: -5px 8px 1em rgba(231, 116, 116, 0.1);
}

.game-content .battle-slider .bet ul {
    margin-bottom: 20px;
}

.game-content .battle-slider .bet ul li {
    display: inline-block;
    margin: 5px 5px;
}

.game-content .battle-slider .bet ul li a {
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px #52596f;
    border-radius: 5px;
    box-shadow: -5px 6px 4em rgba(0, 0, 0, 0.01);
    text-shadow: -7px 7px 1em rgba(0,0,0,0.1);
    color: #fff;
}

.game-content.double .battle-slider .bet ul li a:hover {
    background: #52596f;
}

.game-content.double .bets .left {
    width: 100%;
}

.game-content.double .bets .team {
    width: 32%;
}

.game-content.double .bets .team.green-team .heading {
    border-color: #84f8c6;
}

.game-content.faq .faq-items {
    width: 100%;
    position: relative;
}

.game-content.faq .faq-items .faq {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    transition: 0.2s ease;
}

.game-content.faq .faq-items .faq .heading {
    height: 45px;
    background: #53596f;
    border-radius: 5px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.game-content.faq .faq-items .faq .heading:hover {
    background: #5e657f;
}

.game-content.faq .faq-items .faq .heading span {
    font-weight: 600;
    color: #fff;
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-content.faq .faq-items .faq.opened .heading span {
    color: #94a1fb;
}

.game-content.faq .faq-items .faq .heading .arrow {
    width: 8px;
    height: 8px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    color: #fff;
    transform: rotate(45deg);
    transition: 0.2s ease;
}

.game-content.faq .faq-items .faq.opened .heading .arrow {
    color: #96a4fb;
    transform: rotate(-135deg);
    position: relative;
    top: 2px;
}

.game-content.faq .faq-items .faq .more-content {
    padding: 5px 20px;
    border: solid 1px #53596f;
    border-radius: 0px 0px 5px 5px;
    border-top: 0;
    position: relative;
    top: -3px;
}

.game-content.faq .faq-items .faq .more-content p {
    margin: 10px 0px;
}

.winner {
    border: solid 2px #95a3fc;
    border-radius: 6px;
}

.game-content.battle .bets .left {
    width: 100%;
}

.fixed-width {
    width: 1882px;
    position: absolute;
    left: 50%;
    margin-left: -941px;
    margin-top: 12px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: linear-gradient(10deg, rgb(35, 39, 52) 0%, rgba(35, 39, 52, 0.63) 25%, rgba(73, 81, 105, 0.7) 100%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9999;
    align-items: center;
    overflow: auto;
    text-align: center;
    padding: 10% 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

body.active .header {
    -webkit-filter: blur(10px);
}

body.active main {
    -webkit-filter: blur(10px);
}

body.active .chat {
    -webkit-filter: blur(10px);
}

body.active {
    overflow: hidden;
}

.popup {
    position: relative;
    width: 550px;
    background: #4c536a;
    border-radius: 10px;
    display: inline-block;
    box-shadow: -12px 11px 4em rgba(0, 0, 0, 0.01);
    display: none;
    visibility: hidden;
    background-image: url(../images/after-leftside.png);
    background-size: 100%;
    background-position: top left;
    background-position-y: -150px;
    background-position-x: 80px;
}

.modal-title {
    border-bottom: solid 1px #3e4458;
    padding: 20px 30px;
}

.modal-title span {
    font-weight: 600;
    color: #fff;
}

.modal-title a {
    color: #fff;
}

.modal-title a:hover i {
    opacity: .7;
}

.modal-title a i {
    transition: 0.3s ease;
}

.modal-content {
    position: relative;
    padding: 30px 30px;
    text-align: initial;
    font-size: 14px;
}

.modal-content .bx-input {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.modal-content .bx-input:nth-last-child(1) {
    margin-bottom: 0;
}

.modal-content .bx-input h4 {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
}

.modal-content .bx-input input {
    padding: 12px 25px;
    display: inline-block;
    width: 100%;
    background: #43495e;
    border-radius: 5px;
    color: #686f89;
    font-size: 14px;
}

.modal-content .bx-input input::-webkit-input-placeholder {
    color: #686f89;
}

.modal-content .bx-input button {
    padding: 12px 25px;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
}

.modal-content .bx-input button:hover {
    box-shadow: 0px 0px 1em rgba(148, 161, 252, 0.3);
}

.modal-content .bx-input a {
    padding: 12px 25px;
    border: solid 1px #5b6277;
    border-radius: 5px;
}

.modal-content .bx-input a:hover {
    border-color: #6c748b;
    color: #fff;
}

.popup.popup-pay {
    width: 400px;
}

.popup.active {
    display: inline-block;
    visibility: visible;
}

.modal-content .banner {
    padding: 10px 15px;
    border: solid 1px #5c647f;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #7883a6;
    text-shadow: -9px 7px 1em rgba(0,0,0,0.1);
}

.modal-content .list-pay {
    margin: 10px 0px;
    margin-bottom: 25px;
}

.modal-content .list-pay .item {
    display: inline-block;
    width: 23.3%;
    text-align: center;
    padding: 10px 0px;
    margin: 0 2px;
    cursor: pointer;
}

.modal-content .list-pay .item.active {
    background: #5b627b;
}

.modal-content .list-pay .item img {
    width: 85px;
}

.modal-content .bx-input span {
    display: inline-block;
    padding-right: 25px;
    color: #fff;
}

.modal-content .bx-input input[type="checkbox"] {
    float: left;
    width: auto;
    position: relative;
    margin: 3px 10px;
}

.modal-content .bx-input label {
    display: inline-block;
}

.game-content .bets .fair-game {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    padding: 15px 25px;
    width: 100%;
    border: solid 1px #434a61;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right bottom, rgba(67, 74, 97, 0.3), transparent);
}

.game-content .bets .fair-game h4 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
}

.game-content .bets .fair-game p {
    font-size: 13px;
    color: #757e9a;
    word-break: break-all;
}

.refferal_content {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.refferal_content .block:nth-last-child(1) {
    width: 100%;
}

.refferal_content .block {
    padding: 15px 30px;
    box-shadow: 0px 0px 1em #00000014;
    background: linear-gradient(to right bottom, rgba(67, 74, 97, 0.3), transparent);
    display: inline-block;
    width: 49.7%;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #434a61;
    margin: 4px 0px;
}

.refferal_content .block .title {
    padding: 7px 7px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    border: 0;
    font-weight: 600;
}

.refferal_content .block .title:before {
    content: '';
    position: absolute;
    left: -5px;
    height: 12px;
    width: 2px;
    background: #97a6fc;
    top: 11px;
}

.refferal_content .block .input {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.refferal_content .block .input input[type='text'] {
    padding: 10px 15px;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    background: none;
    border: solid 1px #4a5064;
    width: 55%;
    color: #6a748b;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}

.refferal_content .block .input input[type='submit'] {
    padding: 11px 18px;
    border: 0;
    text-transform: uppercase;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

.refferal_content .block .input input[type='submit']:hover {
    box-shadow: 0px 0px 1em rgba(145, 155, 251, 0.39);
}

.refferal_content .block .descr {
    padding: 12px 0px;
    border-top: solid 1px #4a5064;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 12px;
}

.refferal_content .block .descr p {
    text-align: center;
    line-height: 25px;
}

.refferal_content .block .input ::-webkit-input-placeholder {
    color: #6a748b;
}

.refferal_content .block .line_ref {
    padding: 10px 0px;
    margin-top: 15px;
    position: relative;
    margin-bottom: 25px;
}

.refferal_content .block .line_ref .line {
    height: 6px;
    width: 100%;
    border-radius: 50px;
    background: #494f66;
    position: relative;
}

.refferal_content .block .line_ref .line #line {
    position: absolute;
    left: 0;
    top: 0;
    background: #919afb;
    height: 6px;
    border-radius: 50px;
    transition: 0.5s all;
}

.refferal_content .block .line_ref .circle.checked {
    background: #94a0fb;
    border: solid 1px#939efb;
}

.refferal_content .block .line_ref .circle {
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 2px;
    background: #3a4255;
    color: #ffffff;
    border: solid 1px#494f66;
    width: 24px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.refferal_content .block .line_ref .circle.l-c1 {
    left: 0;
}

.refferal_content .block .line_ref .circle.l-c2 {
    left: 30%;
}

.refferal_content .block .line_ref .circle.l-c3 {
    left: 60%;
}

.refferal_content .block .line_ref .circle.l-c4 {
    right: -5px;
}

.refferal_content .block .line_ref .circle.active {
    background: #1f1f1f;
    border: solid 1px transparent;
    color: #fff;
}

.refferal_content .block .info {
    padding: 10px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.refferal_content .block .info span {
    font-size: 13px;
    color: #71788f;
}

.refferal_content .block .info a {
    float: right;
    padding: 12px 16px;
    font-size: 13px;
    border: solid 1px #494f66;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #ffffff;
}

.refferal_content .block .info a:hover {
    border: solid 1px #606884;
    color: #ffffff;
}

.room-selector li {
    float: left;
    margin: 0 5px;
}

.room-selector li.active a {
    background: #8f97fa;
    color: #fff;
}

.room-selector li a {
    display: inline-block;
    cursor: pointer;
}

.historyTable {
    display: none;
    visibility: hidden;
}

.historyTable.active {
    display: block;
    visibility: visible;
}

.historyTable .payHistory {
    display: inline-block;
    width: 100%;
    position: relative;
}

.historyTable .payHistory table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #4b546b;
}

.historyTable .payHistory table thead tr {
    padding: 12px 0px;
    background: #4b546b;
    border-radius: 5px;
}

.historyTable .payHistory table thead tr th {
    padding: 15px 0px;
    color: #fff;
    font-weight: 700;
}

.historyTable .payHistory table tbody tr td {
    text-align: center;
    padding: 15px 0px;
    border-bottom: solid 1px #4b546b;
}

.historyTable .payHistory table tbody tr td .id {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    background-image: linear-gradient(-43deg, #4a5673 0%, #444d63 25%, #454e65 100%);
}

.historyTable .payHistory table tbody tr td .sum {
    font-weight: 600;
}

.historyTable .payHistory table tbody tr td .status {
    font-weight: 600;
}

.historyTable .payHistory table tbody tr td .buttoninzc {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    color: #fff;
}

.leftside .scroll::-webkit-scrollbar-track {
    background: #23273400;
    border-radius: 15px;
}

.leftside .scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
}

.leftside .scroll::-webkit-resizer {
    width: 3px;
}

.leftside .scroll::-webkit-scrollbar {
    width: 3px;
}

.alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 5px 25px;
    border: solid 1px #4e5569;
    border-radius: 5px;
    padding-right: 5px;
}

.alert .alert-close:hover {
    box-shadow: 0px 0px 1em rgba(148, 160, 251, 0.3);
}

.alert .alert-close {
    display: inline-block;
    padding: 5px 12px;
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all;
}

.leftside .open {
    position: absolute;
    right: -28px;
    top: calc(50% - 43px);
    padding: 15px 10px;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 0px 5px 5px 0px;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s all;
    display: none;
    visibility: hidden;
}

.leftside .open:hover {
    box-shadow: 0px 0px 1em rgba(138, 142, 249, 0.3);
}

.chat .open > span {
    display: inline-block;
    position: relative;
}

.chat .open {
    position: absolute;
    left: -28px;
    top: calc(50% - 43px);
    padding: 15px 10px;
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s all;
    display: none;
    visibility: hidden;
}

.chat .open:hover {
    box-shadow: 0px 0px 1em rgba(138, 142, 249, 0.3);
}

.chat .open > span {
    display: inline-block;
    position: relative;
}

.leftside .scroll {
    overflow: auto;
    height: 100%;
}

.menu-open .leftside {
    transform: translateX(0px);
}

.menu-open .container:before {
    content: '';
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3e465aab;
}

/* dice*/
.dice {
    padding: 25px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 60px;
}

.dice .dice-loop {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background: url(../images/after-leftside.png) no-repeat top center;
    border-radius: 5px;
    background-position-y: -150px;
    margin-bottom: 25px;
    background-size: 120%;
}

.dice .dice-loop .left .bet {
    margin-bottom: 25px;
}

.dice .dice-loop .left {
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    width: 50%;
    margin-right: 50px;
}

.dice .dice-loop .left span {
    display: inline-block;
    padding: 0 5px;
    font-size: 22px;
    color: #ffffff;
}

.dice .dice-loop .left .val {
    padding: 10px 30px;
    position: relative;
    box-shadow: -9px 10px 35px rgba(0, 0, 0, 0.01);
    background-image: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    border-radius: 5px;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dice .dice-loop .left .ico-balance {
    background: url(../images/ico-balance.svg) no-repeat center;
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -15px 0 0 0px;
    background-size: 100% auto;
}

.dice .dice-loop .left .title {
    font-size: 14px;
    color: #a3aeda;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 0;
    font-weight: 600;
}

.dice .dice-loop .left .val i {
    color: #5f66b2;
    padding-left: 5px;
}

.dice .dice-loop .left .bet .multipler {
    padding: 15px 0;
}

.dice .dice-loop .left .bet .multipler .action {
    height: 27px;
    line-height: 27px;
    border-radius: 27px;
    outline: none;
    border: 0;
    background: #f4f3f8;
    color: #717085;
    font-size: 11px;
    font-weight: 600;
    padding: 0 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.dice .dice-loop .left .bet .multipler .action:hover {
    background: #353196;
    color: #000;
}

.dice .dice-loop .left .bet .value {
    display: inline-block;
    width: 100%;
    position: relative;
}

.dice .dice-loop .left .bet .value input {
    line-height: 45px;
    text-align: center;
    color: #a3aeda;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    border: solid 1px #5a637b;
}

.dice .dice-loop .left .bet .value input::placeholder {
    font-size: 22px;
    font-weight: 100;
}

.dice .dice-loop .left .bet .value i {
    position: absolute;
    right: 15px;
    top: 0px;
    margin: 14px 0;
    padding: 4px;
    font-size: 14px;
}

.dice .dice-loop .right {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    position: relative;
}

.dice .dice-loop .right .factor .title, .dice .dice-loop .right .chance .title {
    font-size: 14px;
    color: #a3aed5;
    margin: unset;
    border-bottom: 0;
    font-weight: 600;
}

.dice .dice-loop .right .stats .title {
    font-size: 16px;
    color: #000;
    margin: unset;
}

.dice .dice-loop .right .stats .val {
    font-size: 22px;
}

.dice .dice-loop .right .stats .val span {
    color: #000;
}

.dice .dice-loop .right .stats .val .ico-balance {
    background: url(../images/ico-balance.svg) no-repeat center;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 3px;
    background-size: 100% auto;
}

.dice .dice-loop .right .factor, .dice .dice-loop .right .chance {
    width: 100%;
    padding: 17px;
    border-bottom: solid 1px #5a637b;
}

.dice .dice-loop .right .chance {
    border-bottom: 0;
}

.dice .dice-loop .right .stats {
    border-radius: 15px;
    width: 100%;
    padding: 0px;
}

.dice .dice-loop .right .stats .block {
    margin: 0 10px;
    display: inline-block;
}

.dice .dice-loop .right .val {
    padding: 0 5px;
    font-size: 35px;
    color: #ffffff;
}

.dice .dice-loop .wrap_range {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.dice .dice-loop .index__home__indicator__inner__number {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    z-index: 10;
    bottom: 7px;
    left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transform-origin: 50% calc(106%);
    transform-origin: 50% calc(106%);
    pointer-events: none;
    color: #596080
}

.dice .dice-loop .index__home__indicator__inner__number__roll.is-negative {
    color: #ec8c86;
}

.dice .dice-loop .index__home__indicator__inner__number__roll.is-positive {
    color: #91a1fa;
}

.dice .dice-loop .index__home__indicator__inner__number__result,.index__home__indicator__inner__number__roll {
    padding: .5em 0;
    border-radius: 3px
}

.dice .dice-loop .index__home__indicator__inner__number__roll {
    position: relative;
    z-index: 10;
    -webkit-transition: all .2s;
    transition: all .2s;
    will-change: color,transform,animation;
    pointer-events: none;
    -webkit-transform-origin: 50% calc(90%);
    transform-origin: 50% calc(90%);
}

.dice .dice-loop .index__home__indicator__inner__number__roll img {
    width: 60px;
    height: 60px;
}

.dice .dice-loop .index__home__indicator__inner__number__roll span {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%,calc(-52%));
    transform: translate(-50%,calc(-52%));
    font-weight: 600;
    background: rgb(75, 84, 108);
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 13px;
}

.dice .dice-loop .range {
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    height: 10px;
    -webkit-transform: translate(0,45px);
    -ms-transform: translate(0,45px);
    -o-transform: translate(0,45px);
    transform: translate(0,45px);
    border-radius: 15px;
}

.dice .dice-loop .range::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    background: #838ee1;
    width: 26px;
    height: 26px;
    margin-top: -8px;
    z-index: 4;
    outline: 0;
    border-radius: 100%;
    border: 3px solid #94a0fb;
}

.dice .dice-loop .range::-webkit-slider-runnable-track {
    height: 100%;
    background: linear-gradient(to right,#ff0b34 calc(var(--val)*1%),#78d151 0)
}

.dice .dice-loop .range::-ms-fill-lower {
    background: #ff0b34
}

.dice .dice-loop .range::-ms-fill-upper {
    background: #78d151
}

.dice .dice-loop .wrap {
    margin-bottom: 30px;
    margin-top: 80px
}

.dice .dice-loop .wrap .btn {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    transition: .2s linear;
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    position: relative;
    background-image: linear-gradient(-43deg, #363e51 0%, #363e51 25%, #424a60 100%);
    box-shadow: 4px 45px 35px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #fff;
}

.dice .dice-loop .wrap .btn:hover {
}

.dice .dice-loop .hash {
    font-size: 14px;
    font-weight: 100;
    padding: 30px 0px;
}

.dice .dice-loop .hash span {
    word-wrap: break-word;
}

.dice .dice-history {
    background: #32384900;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 13px rgba(0, 0, 0, 0.16); */
    margin-top: 30px;
}

.dice .dice-history table {
    width: 100%;
    table-layout: inherit;
    border-collapse: collapse;
}

.dice .dice-history table th {
    text-align: center;
    padding: 5px;
    background: transparent;
    font-weight: 100;
    border-bottom: 2px solid #a60cff;
}

.dice .dice-history table .lose {
    color: #F44336;
}

.dice .dice-history table .win {
    color: #8BC34A;
}

.dice .dice-history table tbody {
    text-align: center;
    font-size: 14px;
}

.dice .dice-history table tbody td {
    border-bottom: 1px solid #384d75 !important;
    padding: 15px 0;
}

.dice .dice-history table tbody .chance-bar {
    width: 100%;
    background-color: #1b2741;
    border-radius: 3px;
    height: 5px;
    margin: 10px 0;
    text-align: center;
    position: relative;
}

.dice .dice-history table tbody .chance-bar .chance-bar-fill {
    height: 5px;
    display: block;
    background: linear-gradient(160deg, #058AFF, #a60cff);
    border-radius: 3px;
    width: 0;
    transition: width 1s ease-in-out;
}

.dice .dice-history table tbody .checking {
    padding: 5px;
    background: linear-gradient(160deg, #058AFF, #a60cff);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: .2s linear;
    cursor: pointer;
    border: 0;
    font-size: 12px;
}

.dice .dice-history table tbody .checking:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(122, 108, 243, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(122, 108, 243, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(122, 108, 243, 0.75);
}

.second-title {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

/* Исправление для games-active контейнера */
.games-active .game-coin .top .left {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.games-active .game-coin .top .left > div:first-child {
    flex: 1 !important;
    min-width: 300px !important;
}

.games-active .game-coin .top .left > div:not(:first-child) {
    flex-shrink: 0 !important;
    margin-left: 10px !important;
}

/* Улучшенная адаптивность для coinflip-games */

/* Планшеты */
@media only screen and (max-width: 1024px) {
    .coinflip-games {
        padding: 0 15px;
    }
    
    .game-coin .top {
        padding: 12px;
        min-height: 70px;
    }
    
    .game-coin .top .left {
        gap: 12px;
    }
    
    .game-coin .top .left .block {
        padding: 8px 15px;
        min-height: 50px;
    }
    
    .game-coin .top .left .user {
        padding: 6px 10px;
        margin-right: 15px;
    }
}

/* Мобильные устройства */
@media only screen and (max-width: 768px) {
    .coinflip-games {
        padding: 0 5px;
    }
    
    .coinflip-games .title {
        margin: 10px 0;
        font-size: 10px;
    }
    
    .coinflip-games .title span {
        padding: 3px 15px;
    }
    
    .game-coin {
        margin-bottom: 8px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .game-coin .top {
        padding: 8px;
        min-height: auto;
        background-size: 15%;
        border-radius: 12px;
        display: block;
    }
    
    .game-coin .top .left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto 1fr auto;
        grid-template-rows: auto auto;
        gap: 6px;
        align-items: center;
    }
    
    .game-coin .top .left .players .user:first-child {
        grid-column: 1;
        grid-row: 1;
    }
    
    .game-coin .top .left .vs {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        margin: 0 8px;
        text-align: center;
        padding: 2px 6px;
        font-size: 10px;
        font-weight: 600;
        color: #8495b7;
        background: rgba(93, 100, 121, 0.1);
        border-radius: 4px;
        white-space: nowrap;
    }
    
    .game-coin .top .left .players .user:last-child {
        grid-column: 3;
        grid-row: 1;
    }
    
    .game-coin .top .left .status {
        grid-column: 4;
        grid-row: 1;
        justify-self: end;
    }
    
    .game-coin .top .left .players {
        display: contents;
    }
    
    .game-coin .top .left .block {
        padding: 3px 6px;
        min-height: auto;
        justify-content: center;
        text-align: center;
        background: rgba(93, 100, 121, 0.05);
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 3px;
    }
    
    .game-coin .top .left .user {
        margin: 0;
        width: auto;
        justify-content: flex-start;
        padding: 3px 5px;
        background: rgba(93, 100, 121, 0.08);
        border-radius: 6px;
        display: flex;
        align-items: center;
        max-width: 120px;
    }
    
    .game-coin .top .left .user .ava {
        width: 28px;
        height: 28px;
        margin-right: 5px;
        flex-shrink: 0;
    }
    
    .game-coin .top .left .user .info span {
        font-size: 11px;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .game-coin .top .left .user .info p {
        font-size: 9px;
        margin: 0;
        line-height: 1.2;
    }
    
    .game-coin .top .left .block h4 {
        font-size: 8px;
        margin: 0;
    }
    
    .game-coin .top .left .block span {
        font-size: 9px;
    }
    
    .game-coin .top .left .block .game-status {
        font-size: 8px;
        padding: 2px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
}

/* Маленькие мобильные устройства */
@media only screen and (max-width: 480px) {
    .coinflip-games {
        padding: 0 3px;
    }
    
    .coinflip-games .title {
        margin: 8px 0;
        font-size: 9px;
    }
    
    .coinflip-games .title span {
        padding: 2px 12px;
    }
    
    .game-coin {
        margin-bottom: 6px;
        border-radius: 10px;
    }
    
    .game-coin .top {
        padding: 8px;
        background-size: 12%;
        border-radius: 10px;
    }
    
    .game-coin .top .left {
        gap: 6px;
    }
    
    .game-coin .top .left .block {
        padding: 4px 6px;
        min-height: 25px;
        gap: 4px;
        border-radius: 6px;
        justify-content: flex-start;
        text-align: left;
    }
    
    .game-coin .top .left .block h4 {
        font-size: 8px;
        margin-bottom: 1px;
    }
    
    .game-coin .top .left .block span {
        font-size: 10px;
    }
    
    .game-coin .top .left .block .game-status {
        font-size: 8px;
        padding: 3px;
        width: 18px;
        height: 18px;
    }
    
    .game-coin .top .left .user {
        padding: 3px 5px;
        border-radius: 6px;
        width: auto;
        align-self: flex-start;
    }
    
    .game-coin .top .left .user .ava {
        width: 28px;
        height: 28px;
        margin-right: 5px;
    }
    
    .game-coin .top .left .user .info span {
        font-size: 11px;
        max-width: 100px;
    }
    
    .game-coin .top .left .user .info p {
        font-size: 9px;
    }
    
    .game-coin .top .left .vs {
        font-size: 10px;
        padding: 1px 6px;
        background: rgba(93, 100, 121, 0.1);
        border-radius: 5px;
        align-self: center;
    }
    
    .game-coin .check,
    .game-coin .go a,
    .game-coin .win-ticket span {
        padding: 5px 8px;
        font-size: 10px;
        min-width: 40px;
        border-radius: 6px;
    }
}

/* Очень маленькие экраны */
@media only screen and (max-width: 360px) {
    .coinflip-games {
        padding: 0 3px;
    }
    
    .game-coin .top {
        padding: 8px 6px;
        background-size: 30%;
    }
    
    .game-coin .top .left {
        gap: 8px;
    }
    
    .game-coin .top .left .block {
        padding: 6px 8px;
        min-height: 35px;
        gap: 6px;
    }
    
    .game-coin .top .left .block h4 {
        font-size: 10px;
    }
    
    .game-coin .top .left .block span {
        font-size: 11px;
    }
    
    .game-coin .top .left .user {
        padding: 4px 6px;
    }
    
    .game-coin .top .left .user .ava {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    
    .game-coin .top .left .user .info span {
        font-size: 11px;
        max-width: 100px;
    }
    
    .game-coin .top .left .user .info p {
        font-size: 10px;
    }
    
    .game-coin .top .left .vs {
        font-size: 12px;
        padding: 2px 0;
    }
    
    .game-coin .check,
    .game-coin .go a,
    .game-coin .win-ticket span {
        padding: 4px 8px;
        font-size: 10px;
        min-width: 40px;
    }
    
    /* Адаптивные размеры робукса для 768px */
    .game-coin .top .tridiv {
        width: 40px;
        height: 40px;
        grid-column: 2;
        grid-row: 2;
        justify-self: center;
        margin-top: 5px;
    }
    
    [id*=coin-flip-cont_] {
        width: 40px;
        height: 40px;
    }
    
    [id*=coin_] {
        width: 40px;
        height: 40px;
    }
    
    .game-coin .time {
        width: 40px;
        height: 40px;
        font-size: 12px;
        border-width: 1px;
    }
    
    .game-coin .win-ticket {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
        margin-top: 5px;
    }
    
    .game-coin .check,
    .game-coin .go {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
        margin-top: 5px;
    }
    
    .game-coin .check {
        padding: 5px 12px;
        font-size: 11px;
        min-width: 60px;
        border-radius: 6px;
    }
    
    .game-coin .go a {
        padding: 5px 12px;
        font-size: 11px;
        min-width: 60px;
        border-radius: 6px;
    }
    
    .game-coin .win-ticket span {
        padding: 5px 12px;
        font-size: 11px;
        border-radius: 6px;
    }
}

    /* Дополнительные адаптивные стили для робукса */
@media only screen and (max-width: 480px) {
    .game-coin .top .tridiv {
        width: 35px;
        height: 35px;
    }
    
    [id*=coin-flip-cont_] {
        width: 35px;
        height: 35px;
    }
    
    [id*=coin_] {
        width: 35px;
        height: 35px;
    }
    
    .game-coin .time {
        width: 35px;
        height: 35px;
        font-size: 10px;
        border-width: 1px;
    }
}

@media only screen and (max-width: 360px) {
    .coinflip-games {
        padding: 0 2px;
    }
    
    .coinflip-games .title {
        margin: 6px 0;
        font-size: 8px;
    }
    
    .coinflip-games .title span {
        padding: 2px 10px;
    }
    
    .game-coin {
        margin-bottom: 4px;
        border-radius: 8px;
    }
    
    .game-coin .top {
        padding: 6px;
        background-size: 10%;
        border-radius: 8px;
    }
    
    .game-coin .top .left {
        gap: 4px;
    }
    
    .game-coin .top .left .block {
        padding: 3px 5px;
        min-height: 20px;
        gap: 3px;
        border-radius: 5px;
        justify-content: flex-start;
        text-align: left;
    }
    
    .game-coin .top .left .block h4 {
        font-size: 7px;
        margin-bottom: 1px;
    }
    
    .game-coin .top .left .block span {
        font-size: 9px;
    }
    
    .game-coin .top .left .block .game-status {
        font-size: 7px;
        padding: 2px;
        width: 16px;
        height: 16px;
    }
    
    .game-coin .top .left .user {
        padding: 2px 4px;
        border-radius: 5px;
        width: auto;
        align-self: flex-start;
    }
    
    .game-coin .top .left .user .ava {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }
    
    .game-coin .top .left .user .info span {
        font-size: 10px;
        max-width: 80px;
    }
    
    .game-coin .top .left .user .info p {
        font-size: 8px;
    }
    
    .game-coin .top .left .vs {
        font-size: 9px;
        padding: 1px 5px;
        background: rgba(93, 100, 121, 0.1);
        border-radius: 4px;
        align-self: center;
    }
    
    .game-coin .check,
    .game-coin .go a,
    .game-coin .win-ticket span {
        padding: 4px 6px;
        font-size: 9px;
        min-width: 35px;
        border-radius: 5px;
    }
    
    .game-coin .top .tridiv {
        width: 30px;
        height: 30px;
    }
    
    [id*=coin-flip-cont_] {
        width: 30px;
        height: 30px;
    }
    
    [id*=coin_] {
        width: 30px;
        height: 30px;
    }
    
    .game-coin .time {
        width: 30px;
        height: 30px;
        font-size: 9px;
        border-width: 1px;
    }
    
    .game-content.pvp .create-game {
        padding: 6px;
        gap: 4px;
        border-radius: 8px;
    }
    
    .game-content.pvp .create-game input {
        padding: 6px 8px;
        font-size: 11px;
        border-radius: 5px;
    }
    
    .game-content.pvp .create-game ul {
        gap: 2px;
    }
    
    .game-content.pvp .create-game ul li a {
        padding: 5px 3px;
        font-size: 9px;
        border-radius: 4px;
    }
    
    .game-content.pvp .create-game a.create {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 5px;
    }
}

/* Улучшения для create-game формы на мобильных */
@media only screen and (max-width: 768px) {
    .game-content.pvp .create-game {
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        background: linear-gradient(135deg, #454c61 0%, #3a4052 100%);
    }
    
    .game-content.pvp .create-game input {
        width: 100%;
        margin-bottom: 0;
        padding: 10px 12px;
        font-size: 13px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 1px solid rgba(93, 100, 121, 0.3);
    }
    
    .game-content.pvp .create-game ul {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
        padding-left: 0;
        gap: 4px;
    }
    
    .game-content.pvp .create-game ul li {
        flex: 1;
        margin-right: 0;
    }
    
    .game-content.pvp .create-game ul li a {
        width: 100%;
        text-align: center;
        padding: 8px 6px;
        font-size: 11px;
        box-sizing: border-box;
        border-radius: 6px;
        transition: all 0.2s ease;
    }
    
    .game-content.pvp .create-game a.create {
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 8px;
        background: linear-gradient(135deg, #6c7590 0%, #5f6680 100%);
        transition: all 0.2s ease;
    }
    
    .game-content.pvp .create-game a.create:hover {
        background: linear-gradient(135deg, #7981a0 0%, #6c7590 100%);
    }
}

@media only screen and (max-width: 480px) {
    .game-content.pvp .create-game {
        padding: 8px;
        gap: 6px;
        border-radius: 10px;
    }
    
    .game-content.pvp .create-game input {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 6px;
    }
    
    .game-content.pvp .create-game ul {
        gap: 3px;
    }
    
    .game-content.pvp .create-game ul li a {
        padding: 6px 4px;
        font-size: 10px;
        border-radius: 5px;
    }
    
    .game-content.pvp .create-game a.create {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 6px;
    }
}

/* Battle анимация - специфические стили */
.game-content .battle-slider .slider-svg #circle {
    transform-origin: center center !important;
    transition: transform 4s cubic-bezier(0.15, 0.15, 0, 1);
    will-change: transform;
}

.game-content .battle-slider .slider-svg #circle.spinning {
    transition: transform 4s cubic-bezier(0.15, 0.15, 0, 1);
}

.game-content .battle-slider .slider-svg svg {
    overflow: visible;
    width: 400px;
    height: 400px;
}

.game-content .battle-slider .slider-svg .bets {
    transform-origin: center;
    transform-style: preserve-3d;
}

/* Крутящийся прелоадер для рулетки */
.loading-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #3a3f57;
    border-top: 2px solid #5cb85c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Анимация для новых элементов истории рулетки */
.double-last {
    transition: all 0.3s ease;
}

.double-last a {
    transition: all 0.3s ease;
}

.new-history-item {
    animation: newHistoryGlow 0.5s ease-in-out;
    box-shadow: 0 0 15px rgba(92, 184, 92, 0.6);
}

@keyframes newHistoryGlow {
    0% { 
        box-shadow: 0 0 5px rgba(92, 184, 92, 0.3);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 0 20px rgba(92, 184, 92, 0.8);
        transform: scale(1.05);
    }
    100% { 
        box-shadow: 0 0 5px rgba(92, 184, 92, 0.3);
        transform: scale(1);
    }
}

/* New Robux Coin Icon */
.new-coin-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #aebbe8;
    margin-left: 3px;
    position: relative;
    top: 0px;
}

.new-coin-icon:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.23095815491140392 24.000874817762764 26.591916309822807'%3E%3Cpath d='M21.4 4.62a5.2 5.2 0 0 1 2.6 4.5V17a5.19 5.19 0 0 1-2.6 4.5l-6.8 3.93a5.19 5.19 0 0 1-5.2 0l-6.8-3.95A5.19 5.19 0 0 1 0 17V9.12a5.2 5.2 0 0 1 2.6-4.5L9.4.7a5.19 5.19 0 0 1 5.2 0zM10.31 2.48L3.69 6.31A3.35 3.35 0 0 0 2 9.23v7.65a3.36 3.36 0 0 0 1.69 2.92l6.62 3.83a3.4 3.4 0 0 0 3.38 0l6.62-3.83A3.36 3.36 0 0 0 22 16.88V9.23a3.35 3.35 0 0 0-1.69-2.92l-6.62-3.83a3.4 3.4 0 0 0-3.38 0zm3.08 2.14l5.22 3A2.78 2.78 0 0 1 20 10v6a2.76 2.76 0 0 1-1.39 2.4l-5.22 3a2.76 2.76 0 0 1-2.78 0l-5.22-3A2.76 2.76 0 0 1 4 16.07V10a2.78 2.78 0 0 1 1.39-2.37l5.22-3a2.76 2.76 0 0 1 2.78 0zM9 16.05h6v-6H9z' fill='%23aebbe8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/* Белая иконка робукса в блоке баланса */
.leftside .profile-block .balance .new-coin-icon {
    color: #fff !important;
}

.leftside .profile-block .balance .new-coin-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.23095815491140392 24.000874817762764 26.591916309822807'%3E%3Cpath d='M21.4 4.62a5.2 5.2 0 0 1 2.6 4.5V17a5.19 5.19 0 0 1-2.6 4.5l-6.8 3.93a5.19 5.19 0 0 1-5.2 0l-6.8-3.95A5.19 5.19 0 0 1 0 17V9.12a5.2 5.2 0 0 1 2.6-4.5L9.4.7a5.19 5.19 0 0 1 5.2 0zM10.31 2.48L3.69 6.31A3.35 3.35 0 0 0 2 9.23v7.65a3.36 3.36 0 0 0 1.69 2.92l6.62 3.83a3.4 3.4 0 0 0 3.38 0l6.62-3.83A3.36 3.36 0 0 0 22 16.88V9.23a3.35 3.35 0 0 0-1.69-2.92l-6.62-3.83a3.4 3.4 0 0 0-3.38 0zm3.08 2.14l5.22 3A2.78 2.78 0 0 1 20 10v6a2.76 2.76 0 0 1-1.39 2.4l-5.22 3a2.76 2.76 0 0 1-2.78 0l-5.22-3A2.76 2.76 0 0 1 4 16.07V10a2.78 2.78 0 0 1 1.39-2.37l5.22-3a2.76 2.76 0 0 1 2.78 0zM9 16.05h6v-6H9z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}

/* =================== НОВЫЕ СТИЛИ ДЛЯ ВЫВОДА РОБУКСОВ =================== */

/* Анимации для переходов между шагами */
.popup-withdraw .modal-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.popup-withdraw .modal-content:not([style*="display: none"]) {
    opacity: 1;
    transform: translateY(0);
}

.popup-withdraw {
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Улучшенные стили для баннеров */
.popup-withdraw .banner {
    background: linear-gradient(135deg, rgba(108, 122, 224, 0.1) 0%, rgba(124, 138, 224, 0.05) 100%);
    border: 1px solid rgba(108, 122, 224, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 15px 0;
    text-align: center;
    color: #aebbe8;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.popup-withdraw .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #6c7ae0 0%, #7c8ae0 100%);
}

.popup-withdraw .banner b {
    color: #6c7ae0;
    font-weight: 700;
}

/* Стили для нового интерфейса вывода робуксов */
.popup-withdraw .withdraw-title {
    text-align: center;
    margin: 25px 0;
    padding: 20px;
    background: rgba(108, 122, 224, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(108, 122, 224, 0.2);
}

.popup-withdraw .withdraw-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-withdraw .withdraw-title p {
    color: #aebbe8;
    font-size: 14px;
    opacity: 0.9;
}

/* Кнопки выбора суммы */
.amount-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 25px 0;
    padding: 0 10px;
}

.amount-btn {
    background: #3a3f57;
    color: #aebbe8;
    border: 2px solid #3a3f57;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.amount-btn:hover {
    background: #4a4f67;
    border-color: #4a4f67;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(108, 122, 224, 0.3);
}

.amount-btn.active {
    background: linear-gradient(135deg, #6c7ae0 0%, #7c8ae0 100%);
    border-color: #6c7ae0;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 122, 224, 0.5);
}

.amount-btn.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    pointer-events: none;
}

/* Поле ввода суммы */
.custom-amount {
    text-align: center;
    margin: 25px 0;
    padding: 0 10px;
}

.amount-input {
    display: inline-flex;
    align-items: center;
    background: #3a3f57;
    border: 2px solid #3a3f57;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    max-width: 200px;
    width: 100%;
}

.amount-input:focus-within {
    border-color: #6c7ae0;
    box-shadow: 0 0 0 3px rgba(108, 122, 224, 0.1);
}

.currency-symbol {
    color: #6c7ae0;
    font-weight: 700;
    font-size: 18px;
    margin-right: 8px;
}

.amount-input input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.amount-input input::placeholder {
    color: #7c8290;
}

.amount-hint {
    color: #7c8290;
    font-size: 13px;
    font-weight: 500;
}

.amount-total {
    text-align: center;
    margin: 25px 0;
    padding: 15px;
    background: rgba(108, 122, 224, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(108, 122, 224, 0.1);
}

.amount-total span {
    color: #aebbe8;
    font-size: 18px;
    font-weight: 500;
}

.amount-total b {
    color: #6c7ae0;
    font-weight: 700;
    font-size: 20px;
}

/* Кнопка продолжить */
.continue-btn {
    background: linear-gradient(135deg, #6c7ae0 0%, #7c8ae0 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(108, 122, 224, 0.3);
}

.continue-btn:hover {
    background: linear-gradient(135deg, #7c8ae0 0%, #8c9ae0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 122, 224, 0.5);
}

.continue-btn:active {
    transform: translateY(0);
}

.continue-btn:disabled {
    background: #3a3f57;
    color: #7c8290;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Кнопка назад */
.back-button {
    margin-bottom: 20px;
}

.back-button a {
    color: #6c7ae0;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-button a:hover {
    color: #7c8ae0;
}

/* Заголовки для шагов */
.username-title, .character-title, .place-title, .gamepass-title, .gamepass-config-title, .gamepass-final-title {
    text-align: center;
    margin: 20px 0;
}

.username-title h2, .character-title h2, .place-title h2, .gamepass-title h2, .gamepass-config-title h2, .gamepass-final-title h2 {
    color: #6c7ae0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.username-title p, .character-title p, .gamepass-title p, .gamepass-config-title p {
    color: #aebbe8;
    font-size: 14px;
}

/* Поле ввода игрового имени - перенесено в более подходящее место */

/* Результат поиска */
.search-result {
    margin: 20px 0;
    text-align: center;
}

.no-results {
    color: #7c8290;
    font-size: 14px;
    padding: 20px;
}

/* Выбор персонажа */
.character-selection {
    margin: 20px 0;
}

.character-item {
    display: flex;
    align-items: center;
    background: #3a3f57;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #3a3f57;
}

.character-item:hover {
    background: #4a4f67;
    border-color: #4a4f67;
}

.character-item.selected {
    background: #6c7ae0;
    border-color: #6c7ae0;
}

.character-avatar {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 15px;
    background: #2a2f47;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.character-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character-info {
    flex: 1;
}

.character-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.character-id {
    color: #7c8290;
    font-size: 14px;
}

/* Выбор места (place) */
.place-selection {
    margin: 20px 0;
}

.place-item {
    display: flex;
    align-items: center;
    background: #3a3f57;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #3a3f57;
}

.place-item:hover {
    background: #4a4f67;
    border-color: #4a4f67;
}

.place-item.selected {
    background: #6c7ae0;
    border-color: #6c7ae0;
}

.place-image {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    margin-right: 15px;
    background: #2a2f47;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place-info {
    flex: 1;
}

.place-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.place-id {
    color: #7c8290;
    font-size: 14px;
}

/* Прелоадер */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 47, 71, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    z-index: 10;
}

.loading-spinner-large {
    width: 40px;
    height: 40px;
    border: 4px solid #3a3f57;
    border-top: 4px solid #6c7ae0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Адаптивность */
@media (max-width: 768px) {
    .amount-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 20px 0;
    }
    
    .amount-btn {
        padding: 12px 20px;
        font-size: 15px;
    }
    
    .popup-withdraw .withdraw-title {
        padding: 15px;
        margin: 20px 0;
    }
    
    .popup-withdraw .withdraw-title h2 {
        font-size: 18px;
    }
    
    .amount-input {
        max-width: 180px;
        padding: 12px 15px;
    }
    
    .currency-symbol {
        font-size: 16px;
    }
    
    .amount-input input {
        font-size: 16px;
    }
    
    .continue-btn {
        padding: 15px 25px;
        font-size: 15px;
    }
    
    .character-item, .place-item {
        flex-direction: column;
        text-align: center;
    }
    
    .character-avatar, .place-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .amount-buttons {
        padding: 0 5px;
    }
    
    .popup-withdraw .withdraw-title {
        padding: 12px;
        margin: 15px 0;
    }
    
    .popup-withdraw .withdraw-title h2 {
        font-size: 16px;
    }
    
    .amount-input {
        max-width: 160px;
    }
    
    .popup-withdraw .banner {
        padding: 12px 15px;
        font-size: 13px;
    }
}

/* Стили для GamePass */
.gamepass-calculator {
    text-align: center;
    margin: 20px 0;
}

.calculator-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e3f2fd;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.calculator-info span:first-child {
    color: #2c3e50;
    font-weight: 500;
}

.calculator-info span:last-child {
    color: #6c7ae0;
    font-weight: 600;
    font-size: 16px;
}

.gamepass-instruction {
    text-align: center;
    margin: 20px 0;
}

.transfer-instruction-gamepass__instruction-video {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.gamepass-actions {
    text-align: center;
    margin: 20px 0;
}

.gamepass-actions .continue-btn {
    background: linear-gradient(45deg, #6c7ae0, #8b5cf6);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.gamepass-actions .continue-btn:hover {
    background: linear-gradient(45deg, #5a67d8, #7c3aed);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(108, 122, 224, 0.3);
}

.gamepass-actions .continue-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Анимации для GamePass */
.gamepass-step, .gamepass-config-step, .gamepass-final-step {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для красивого финального этапа GamePass */
.steps-indicator {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.step-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    position: relative;
    transition: all 0.3s ease;
}

.step-item.completed {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
}

.step-item.active {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    box-shadow: 0 4px 20px rgba(155, 89, 182, 0.6);
    transform: scale(1.1);
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, #9b59b6, #8e44ad);
    transform: translateY(-50%);
    z-index: -1;
}

.final-confirmation {
    text-align: center;
    padding: 20px;
}

.final-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.final-subtitle {
    font-size: 14px;
    color: #b8b8b8;
    margin-bottom: 30px;
    line-height: 1.5;
}

.order-details {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-info {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.place-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.place-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(155, 89, 182, 0.3);
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #34495e, #2c3e50);
}

.place-image img:not([src]), .place-image img[src=""] {
    background: linear-gradient(135deg, #34495e, #2c3e50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.place-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.place-name {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.gamepass-name {
    font-size: 14px;
    color: #b8b8b8;
    background: rgba(155, 89, 182, 0.2);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(155, 89, 182, 0.3);
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(155, 89, 182, 0.5);
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.order-amount {
    text-align: center;
    padding-top: 5px;
}

.amount-value {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.amount-label {
    font-size: 14px;
    color: #b8b8b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.final-submit-btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.final-submit-btn:hover {
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    box-shadow: 0 8px 25px rgba(155, 89, 182, 0.6);
    transform: translateY(-2px);
}

.final-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
}

.final-submit-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.final-submit-btn:hover i {
    transform: translateX(5px);
}

.final-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.final-submit-btn:hover::before {
    left: 100%;
}

/* Стили для кнопки истории в модальном окне */
.modal-title-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.history-btn {
    background: rgba(155, 89, 182, 0.2);
    border: 1px solid rgba(155, 89, 182, 0.3);
    color: #9b59b6;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.history-btn:hover {
    background: rgba(155, 89, 182, 0.3);
    color: #ffffff;
    transform: translateY(-1px);
}

.history-btn i {
    font-size: 12px;
}

/* Стили для активной вкладки в истории */
.room-selector .room.active {
    background: linear-gradient(135deg, #4a5568, #2d3748);
    color: #ffffff;
    border-radius: 8px;
    /* Убираем фиолетовое свечение */
}

.room-selector .room.active .room-name {
    color: #ffffff;
}

.room-selector .room:hover {
    background: rgba(74, 85, 104, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.room-selector .room:hover .room-name {
    color: #4a5568;
}

.room-selector .room.active:hover {
    background: linear-gradient(135deg, #2d3748, #4a5568);
}

.room-selector .room.active:hover .room-name {
    color: #ffffff;
}

/* Стили для уведомлений */
.alert-success {
    background: rgba(46, 204, 113, 0.1);
    border: 1px solid rgba(46, 204, 113, 0.3);
    color: #2ecc71;
}

.alert-error {
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .modal-title-actions {
        gap: 10px;
    }
    
    .history-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    
    .history-btn span {
        display: none;
    }
    
    .steps-indicator {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .step-item {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .step-item:not(:last-child)::after {
        width: 10px;
    }
    
    .final-title {
        font-size: 24px;
    }
    
    .final-subtitle {
        font-size: 13px;
    }
    
    .order-details {
        padding: 20px;
        gap: 15px;
    }
    
    .user-avatar {
        width: 50px;
        height: 50px;
    }
    
    .place-image {
        width: 50px;
        height: 50px;
    }
    
    .place-info {
        gap: 10px;
    }
    
    .place-name {
        font-size: 14px;
    }
    
    .gamepass-name {
        font-size: 12px;
        padding: 3px 6px;
    }
    
    .amount-value {
        font-size: 28px;
    }
}

/* =================== ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ НЕДОСТАЮЩИХ ЭЛЕМЕНТОВ =================== */

/* Этап 2: Ввод никнейма */
.username-title {
    text-align: center;
    margin: 25px 0;
    color: #aebbe8;
}

.username-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.username-title p {
    color: #aebbe8;
    font-size: 14px;
    opacity: 0.9;
}

.username-input {
    display: flex;
    align-items: center;
    background: #3a3f57;
    border: 2px solid #3a3f57;
    border-radius: 10px;
    margin: 25px 0;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
}

.username-input:focus-within {
    border-color: #6c7ae0;
    box-shadow: 0 0 0 3px rgba(108, 122, 224, 0.15);
    background: #404562;
}

.username-input .avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #6c7ae0;
    font-size: 16px;
    flex-shrink: 0;
}

.username-input .avatar-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.username-input input {
    flex: 1;
    padding: 15px 20px 15px 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    line-height: 1.4;
}

.username-input input::placeholder {
    color: #7c8290;
}

/* Отключаем автокомплит */
.username-input input:-webkit-autofill,
.username-input input:-webkit-autofill:hover,
.username-input input:-webkit-autofill:focus,
.username-input input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3a3f57 inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.username-input input::-webkit-contacts-auto-fill-button,
.username-input input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

.search-result {
    margin: 15px 0;
    padding: 15px;
    background: rgba(255, 82, 82, 0.1);
    border: 1px solid rgba(255, 82, 82, 0.3);
    border-radius: 8px;
    text-align: center;
}

.search-result .no-results {
    color: #ff5252;
    font-weight: 600;
    font-size: 14px;
}

/* Этап 3: Выбор персонажа */
.character-title {
    text-align: center;
    margin: 25px 0;
    color: #aebbe8;
}

.character-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.character-title p {
    color: #aebbe8;
    font-size: 14px;
    opacity: 0.9;
}

.character-selection {
    margin: 25px 0;
}

.character-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #3a3f57;
    border: 2px solid #3a3f57;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.character-item:hover {
    background: #4a4f67;
    border-color: #4a4f67;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(108, 122, 224, 0.2);
}

.character-item.selected {
    background: linear-gradient(135deg, #6c7ae0 0%, #7c8ae0 100%);
    border-color: #6c7ae0;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 122, 224, 0.4);
}

.character-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #2a2f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c7ae0;
    font-size: 24px;
}

.character-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character-name {
    color: #aebbe8;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.character-item.selected .character-name {
    color: #fff;
}

/* Этап 4: Выбор места */
.place-title {
    text-align: center;
    margin: 25px 0;
    color: #aebbe8;
}

.place-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.place-selection {
    margin: 25px 0;
}

.place-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #3a3f57;
    border: 2px solid #3a3f57;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.place-item:hover {
    background: #4a4f67;
    border-color: #4a4f67;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(108, 122, 224, 0.2);
}

.place-item.selected {
    background: linear-gradient(135deg, #6c7ae0 0%, #7c8ae0 100%);
    border-color: #6c7ae0;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 122, 224, 0.4);
}

.place-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #2a2f3a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c7ae0;
    font-size: 18px;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place-name {
    color: #aebbe8;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.place-item.selected .place-name {
    color: #fff;
}

/* Этап 5: GamePass */
.gamepass-title {
    text-align: center;
    margin: 25px 0;
    color: #aebbe8;
}

.gamepass-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gamepass-title p {
    color: #aebbe8;
    font-size: 14px;
    opacity: 0.9;
}

/* Этап 6: Настройка GamePass */
.gamepass-config-title {
    text-align: center;
    margin: 25px 0;
    color: #aebbe8;
}

.gamepass-config-title h2 {
    color: #6c7ae0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gamepass-config-title p {
    color: #aebbe8;
    font-size: 14px;
    opacity: 0.9;
}

/* Этап 7: Финальное подтверждение */
.final-confirmation {
    text-align: center;
    padding: 20px 0;
}

.final-title {
    color: #6c7ae0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.final-subtitle {
    color: #aebbe8;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
    opacity: 0.9;
}

.order-details {
    background: rgba(108, 122, 224, 0.05);
    border: 1px solid rgba(108, 122, 224, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #2a2f3a;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    color: #aebbe8;
    font-size: 16px;
    font-weight: 600;
}

.order-info {
    flex: 1;
}

.place-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.place-details {
    flex: 1;
}

.place-name {
    color: #aebbe8;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.gamepass-name {
    background: rgba(108, 122, 224, 0.2);
    color: #6c7ae0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.order-amount {
    text-align: center;
    margin-top: 20px;
}

.amount-value {
    color: #6c7ae0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.amount-label {
    color: #aebbe8;
    font-size: 13px;
    opacity: 0.8;
}

/* Кнопки отключенного состояния */
.continue-btn:disabled,
.final-submit-btn:disabled {
    background: #5b6277;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.continue-btn:disabled:hover,
.final-submit-btn:disabled:hover {
    background: #5b6277;
    transform: none;
    box-shadow: none;
}

/* Кнопки назад */
.back-button {
    padding: 15px 0;
    margin-bottom: 20px;
}

.back-button a {
    color: #aebbe8;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(174, 187, 232, 0.1);
}

.back-button a:hover {
    background: rgba(174, 187, 232, 0.2);
    color: #fff;
}

.back-button a i {
    margin-right: 8px;
}

/* Анимации переходов */
.popup-withdraw .modal-content {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Индикатор шагов */
.steps-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0 30px;
}

.step-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #3a3f57;
    color: #7c8290;
    border: 2px solid #3a3f57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.step-item.completed {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.step-item.active {
    background: linear-gradient(135deg, #6c7ae0 0%, #7c8ae0 100%);
    border-color: #6c7ae0;
    color: #fff;
    box-shadow: 0 4px 15px rgba(108, 122, 224, 0.3);
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 15px;
    height: 2px;
    background: #3a3f57;
    transform: translateY(-50%);
}

.step-item.completed:not(:last-child)::after {
    background: #4caf50;
}

.step-item.active:not(:last-child)::after {
    background: linear-gradient(90deg, #6c7ae0 0%, #7c8ae0 100%);
}

/* =================================
   КРАСИВЫЙ ПРЕЛОАДЕР ДЛЯ РУЛЕТКИ
   ================================= */

.roulette-preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    color: #aebbe8;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(174, 187, 232, 0.2);
    border-top: 4px solid #6c7ae0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 20px rgba(108, 122, 224, 0.3);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-text {
    font-size: 16px;
    font-weight: 600;
    color: #6c7ae0;
    text-shadow: 0 2px 10px rgba(108, 122, 224, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* Альтернативный стиль спиннера - точки */
.dots-spinner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6c7ae0;
    animation: dotPulse 1.4s ease-in-out infinite both;
    box-shadow: 0 0 10px rgba(108, 122, 224, 0.5);
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }
.dot:nth-child(3) { animation-delay: 0s; }

@keyframes dotPulse {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Стиль для центра рулетки */
.info .roulette-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
