*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 167 246 / 50%);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

body {
    background: #111733 !important;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

input,
textarea {
    border: none;
    outline: none;
}

[data-menu="menu-container"].container:after {
    content: none;
}

[data-menu="menu-container"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[data-menu="menu-container"] .right-buttons {
    display: flex;
    gap: 8px;
    max-height: 44px;
}

[data-menu="menu-container"] .right-buttons .divider {
    background-color: #8392c621;
    height: 30px;
    display: block;
    width: 1.5px;
    border-radius: 5px;
    margin: 0 2px;
}

.flat_button {
    transition: opacity .15s ease-in-out;
    border-radius: 12px;
    /* background-color: #284CAB !important; */
}

.flat_button:hover {
    opacity: .9;
}

.btn-success,
.btn-success:hover {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15sease-in-out;
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
}

.btn-info,
.btn-info:hover {
    background: linear-gradient(#8238ED, #4E02BC);
    border-color: transparent !important;
    background-color: transparent !important;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#8238ED, #4E02BC) padding-box,
        linear-gradient(to bottom, #AC73FF, #792fe400) border-box;
    border: 1px solid transparent;
}

.btn-danger,
.btn-danger:hover,
.site-info__btn.btn-danger {
    background: #1f212f !important;
    color: #b8bae2;
    box-shadow: none;
    border-radius: 12px !important;
    height: 44px !important;
    transition: 0.5s;
}

.btn-warning,
.btn-warning:hover {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#BE281E, #EB4A40) padding-box,
        linear-gradient(to bottom, #ff5b50, #EB4A40) border-box;
    border: 1px solid transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.circle-online {
    width: 8px;
    height: 8px;
    background: linear-gradient(to right, #0acb90, #2bde6d);
    border-radius: 100%;
}

.pulse-online {
    animation: pulse 11s infinite;
    animation-duration: 4s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(10, 203, 144, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.6);
        box-shadow: 0 0 0 0 rgba(10, 203, 144, 0.5);
    }

    70% {
        transform: rotateY(0deg);
        -moz-box-shadow: 0 0 0 9px rgba(10, 203, 144, 0);
        box-shadow: 0 0 0 9px rgba(10, 203, 144, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
        box-shadow: 0 0 0 0 rgba(10, 203, 144, 0);
    }
}

.h66 {
    height: 66px;
}

.mt52 {
    margin-top: 52px;
}

@media (max-width: 767px) {
    .cssload-loader {
        margin-top: 18.1px;
    }

    .h66 {
        height: 0px;
    }

    .mt52 {
        margin-top: 0px;
    }

    .logo_button {
        float: left !important;
        margin-left: 16px;
    }
}

.tag-default:hover {
    background-color: #626f7f !important;
}

.btnSuccess {
    box-shadow: 3px 11px 23px -11px rgba(37, 219, 115, 0.97) !important;
}

.btnError {
    box-shadow: 3px 11px 23px -11px rgb(234, 96, 75);
}

.btnEnter {
    box-shadow: rgba(0, 174, 213, 0.63) 7px 10px 23px -11px !important;
}

.card {
    background-color: #191A26;
}

.card.card-shadow {
    box-shadow: none;
    border-radius: 16px !important;
}

.header-navbar .navbar-container ul.nav li:first-child>a.nav-link {
    /* padding-left: 0 !important; */
}

.sliders {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

@media (max-width: 1100px) {
    .sliders {
        margin-bottom: 20px
    }
}

.sliders__slide-item {
    border-radius: 6px;
    overflow: hidden
}

.sliders__slide-item .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 6px;
    height: 6px;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 40px;
}

.sliders__slide-item .swiper-wrapper {
    align-items: stretch;
    display: flex
}

.sliders__slide-inner {
    background-repeat: no-repeat;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 !important;
    height: 200px;
    max-height: 200px;
    margin: 30px;
    width: 100%
}

@media (max-width: 475px) {
    .sliders__slide-inner {
        height: 100%
    }
}

@media (min-width: 475px) {
    .sliders__slide-inner {
        padding: 30px
    }
}

.sliders__slide-inner {
    background-position: 100%
}

@media (max-width: 725px) {
    .sliders__slide-inner {
        background-image: none !important;
        padding: 16px 16px 120px
    }
}

.sliders__slide-img {
    bottom: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    right: 60px;
}

.sliders__slide-img img {
    display: block !important;
}

.sliders__slide-img img {
    max-height: 100%;
    filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, .5));
    width: 130px;
}

.sliders__slide-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
    width: calc(100% - 60px);
}

.sliders__slide-top>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

@media (max-width: 725px) {
    .sliders__slide-top {
        z-index: 2
    }
}

@media (max-width: 425px) {
    .sliders__slide-top {
        position: relative;
    }
}


.sliders__slide-title {
    font-weight: 700;
    font-size: 41px;
    line-height: 2.75rem;
    margin-left: -2px;
}

.sliders__slide-description {
    font-size: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 500px;
}

.sliders__slide-btn {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 15px;
    display: flex;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25rem;
    padding: 12px 30px;
    text-transform: uppercase;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4px;
}

.sliders__slide-btn:hover {
    opacity: .9;
}

.sliders__slide-info {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2
}

.sliders__slide-info>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.sliders__slide-info-item {
    align-items: center;
    display: flex;
    font-weight: 600;
}

.sliders__slide-info-item>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.sliders__slide-info-item img {
    height: 36px;
    width: 36px
}

.sliders__slide {
    overflow: hidden
}

.sliders__timeline {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 6px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2
}

.sliders__timeline-inner {
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .2s;
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px;
}

.sliders {
    position: relative !important;
    width: 100%;
}

.relative {
    position: relative;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-MediumItalic.eot');
    src: local('Google Sans Medium Italic'), local('/static/fonts/GoogleSans-MediumItalic'),
        url('/static/fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-MediumItalic.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-MediumItalic.woff') format('woff'),
        url('/static/fonts/GoogleSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-Bold.eot');
    src: local('Google Sans Bold'), local('/static/fonts/GoogleSans-Bold'),
        url('/static/fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-Bold.woff') format('woff'),
        url('/static/fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-Italic.eot');
    src: local('Google Sans Italic'), local('/static/fonts/GoogleSans-Italic'),
        url('/static/fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-Italic.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-Italic.woff') format('woff'),
        url('/static/fonts/GoogleSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-Medium.eot');
    src: local('Google Sans Medium'), local('/static/fonts/GoogleSans-Medium'),
        url('/static/fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-Medium.woff') format('woff'),
        url('/static/fonts/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-Regular.eot');
    src: local('Google Sans Regular'), local('/static/fonts/GoogleSans-Regular'),
        url('/static/fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-Regular.woff') format('woff'),
        url('/static/fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/static/fonts/GoogleSans-BoldItalic.eot');
    src: local('Google Sans Bold Italic'), local('/static/fonts/GoogleSans-BoldItalic'),
        url('/static/fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/GoogleSans-BoldItalic.woff2') format('woff2'),
        url('/static/fonts/GoogleSans-BoldItalic.woff') format('woff'),
        url('/static/fonts/GoogleSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    border-radius: 6px;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

:root {
    --swiper-navigation-size: 44px;
}

.sliders {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

section.sliders img {
    user-select: none;
    pointer-events: none;
}

.lobby__filters {
    --tw-bg-opacity: 1;
    background-color: #1E2137;
    border-radius: 12px;
    position: relative;
    width: 100%
}

.lobby__filter-inner {
    --tw-bg-opacity: 1;
    align-items: stretch;
    background-color: #191A26;
    border-radius: 12px;
    display: flex;
    height: 48px;
    font-size: 14px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 55
}

.lobby__filter-search {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}

.lobby__filter-search>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.lobby__filter-search {
    padding-left: 16px;
    padding-right: 20px;
}

.lobby__filter-search input {
    --tw-text-opacity: 1;
    background-color: transparent;
    color: #e1e1e1;
    height: 100%;
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 100%
}

.lobby__filter-search input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: #75779f
}

.lobby__filter-search input::placeholder {
    --tw-text-opacity: 1;
    color: #75779f
}

.lobby__filter-search input:focus::-moz-placeholder {
    opacity: 0
}

.lobby__filter-search input:focus::placeholder {
    opacity: 0
}

.lobby__filter-search svg {
    --tw-text-opacity: 1;
    fill: #595D80;
    height: 16px;
    width: 16px
}

.lobby__filter-providers {
    height: 100%;
    position: relative
}

.lobby__filter-providers>div:first-child {
    align-items: center;
    display: flex;
    height: 100%
}

.lobby__filter-providers>div:first-child svg {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    flex-shrink: 0;
    height: 16px;
    margin-right: 5px;
    width: 16px
}

.lobby__filter-providers>div:first-child svg.down {
    margin-right: -2px;
    margin-left: 0.5rem;
    transition: all .15s ease-in-out;
}

.lobby__filter-providers>div:first-child button .left {
    display: flex;
    align-items: center;
    gap: 2px;
}

.lobby__filter-providers>div:first-child button {
    --tw-bg-opacity: 1;
    align-items: center;
    border-radius: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    fill: #fff;
    font-weight: 500;
    height: 48px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#BE281E, #EB4A40) padding-box,
        linear-gradient(to bottom, #ff5b50, #EB4A40) border-box;
    border: 1px solid transparent;
}

.lobby__filter-providers>div:first-child button:hover {
    opacity: .9;
}

.lobby__filter-right {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 60px;
}

.lobby__filter-labels {
    --tw-border-opacity: 1;
    border-color: rgb(62 62 62/var(--tw-border-opacity));
    border-right-width: 1px;
    height: 100%;
    position: relative;
    z-index: 1
}

.lobby__filter-labels>div:first-child {
    align-items: center;
    display: flex;
    height: 100%
}

.lobby__filter-labels>div:first-child svg {
    --tw-text-opacity: 1;
    color: rgb(118 107 153/var(--tw-text-opacity));
    height: 16px;
    margin-left: .5rem;
    width: 16px
}

.lobby__filter-labels>div:first-child button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(28 32 40/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

@media (max-width: 525px) {
    .lobby__filter-labels>div:first-child button {
        border-bottom-left-radius: 8px;
        width: 100%
    }
}

@media (max-width: 495px) {
    .lobby__filter-labels>div:first-child button {
        justify-content: flex-start
    }
}

.lobby__filter-labels>div:first-child button.active,
.lobby__filter-labels>div:first-child button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(50 55 64/var(--tw-bg-opacity))
}

@media (max-width: 525px) {
    .lobby__filter-labels>div:first-child button.active {
        border-bottom-left-radius: 0
    }
}

.lobby__filter-labels>div:first-child button.active svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.lobby__filter-labels>div:first-child button svg {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.lobby__filter-labels .lobby__filter-menu {
    right: -1px
}

.lobby__filters-loader {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    width: 100%
}

.lobby__filters-loader img {
    height: 24px;
    width: 24px
}

.lobby__filters.providers-list .lobby__filter-menu {
    display: flex;
}

.lobby__filters.providers-list .lobby__filter-providers>div:first-child svg.down {
    transform: rotate(180deg);
}

.lobby__filter-menu {
    --tw-bg-opacity: 1;
    --tw-shadow: 0px 35px 30px rgba(0, 0, 0, .06);
    --tw-shadow-colored: 0px 35px 30px var(--tw-shadow-color);
    background-color: #191a26;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-height: 270px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 8px;
    border-radius: 12px;
    margin-top: 6px;
    display: none;
    flex-wrap: wrap;
    z-index: 999;
    width: 100%;
}

.lobby__filter-menu .provider-item {
    border-radius: 15px;
    background: #1d1f2c;
    display: flex;
    flex: 0 0 calc(12.5% - 10px);
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: all .15s ease-in-out;
    height: 65px;
    max-height: 65px;
    width: 100%;
}

.lobby__filter-menu .provider-item.active {
    background: #222436;
}

.lobby__filter-menu .provider-item:not(.active):hover {
    opacity: .7;
}

.lobby__filter-menu .provider-item img {
    width: 140px;
    padding: 10px;
}

.navbar-light {
    background: #111733 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    !i;
    !;
}

.header-navbar.navbar-border {
    border-bottom: 1px solid #8392c621;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #E1E1E1;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li.active>a {
    background: #222436;
    color: #fff;
    border-radius: 12px;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li>a {
    color: #e1eaff;
    transition: .15s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 15px;
    font-weight: 700;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li>a.bonus svg {
    width: 22px;
    height: 22px;
    margin-bottom: 0;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li>a.bonus {
    margin-bottom: 0;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li.active>a svg {
    fill: #fff;
}

.header-navbar .navbar-container .navbar-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li>a svg {
    width: 18px;
    height: 18px;
    fill: #75779f;
    transition: .15s ease-in-out;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li>a:hover {
    color: #cbcdff;
    fill: #cbcdff;
}

.horizontal-menu .navbar-light ul#main-menu-navigation>li:not(.active)>a:hover svg {
    fill: #cbcdff;
}

.card-header {
    background: #1E2137;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
    border-bottom: 1px solid #8392c621;
}

.card .card-header:first-child {
    border-radius: 0px !important;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.card-header:after {
    content: none;
}

.card-header .heading-elements {
    position: unset;
}

.card-header .online-header {
    color: #e1e1e1;
    display: flex;
    align-items: center;
    gap: 7px;
}

.card-header .header-left {
    display: flex;
    gap: 15px;
}

.card-header .live-tab {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

.card-header .live-tab .item {
    background: #2D304B;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15) inset;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 10px;
    color: #878CB2;
    cursor: pointer;
    transition: opacity .15s ease-in-out;
}

.card-header .live-tab .item:not(.active):hover {
    opacity: .85;
}

.card-header .live-tab .item.active {
    background: linear-gradient(180deg, #5FC71F 0%, #5B791B 100%);
    box-shadow: 0px 0px 25px 0px rgba(93, 175, 30, 0.40);
    color: #fff;
}

.card-header .heading-elements i {
    color: #595D80;
}

.navbar-light .navbar-nav li.active a:hover {
    color: #C6CAD8 !important;
}

.table thead th {
    border: none;
    color: #C6CAD8;
    font-weight: 600;
}

#live-loader .progress {
    color: #fff;
}

.table tbody td {
    border-color: #8392c615;
}

#live-loader .progress::-webkit-progress-bar {
    background-color: #3F4363;
}

#live-loader .progress-span {
    display: flex;
    height: 12px;
    align-items: center;
}

.breadcrumbs {
    margin-bottom: 10px;
    position: relative
}

.breadcrumbs__inner {
    display: flex;
    column-gap: 10px;
    width: 100%;
}

.breadcrumbs__item {
    width: 100%;
    position: relative
}

.breadcrumbs__item-inner {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.breadcrumbs__item-inner>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
}

.breadcrumbs__item-inner {
    --tw-bg-opacity: 1;
    background-color: #1E2137;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.breadcrumbs__item-inner b {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #7C84C7;
}

@media (min-width: 454px) {
    .breadcrumbs__item-inner b {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.breadcrumbs__item-inner span {
    --tw-text-opacity: 1;
    color: #595D80;
    font-size: 11px;
    pointer-events: none;
    white-space: nowrap
}

@media (min-width: 454px) {
    .breadcrumbs__item-inner span {
        font-size: .85rem;
        line-height: 1rem
    }
}

.card.live-bottom {
    margin-bottom: 20px;
}

.games-box__item-slide-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.games-box__item-thumb {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transform-origin: center;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 546 / 708; 
    height: auto;
    padding-bottom: unset;
}

.games-box__item-online {
    align-items: center;
    background-color: rgba(0, 0, 0, .35);
    border-top-left-radius: 18px;
    bottom: 0;
    display: flex;
    font-size: .75rem;
    line-height: 1rem;
    padding: 4px 10px 2px 13px;
    position: absolute;
    right: 0;
    z-index: 1
}

.games-box__item-online svg {
    font-size: 9px;
    margin: -1px 3px 0 0
}

.games-box__item-badge {
    --tw-text-opacity: 1;
    align-items: center;
    border-bottom-left-radius: 25px;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    font-size: 80%;
    font-weight: 400;
    border-radius: 8px;
    padding: 1% 5%;
    margin: 8px 8px 0px 0px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
    font-weight: 600;
}

.games-box__item-badge svg {
    --tw-rotate: 270deg;
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    margin-left: 2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.games-box__item-badge--red {
    --tw-bg-opacity: 1;
    background-color: rgb(220 53 69/var(--tw-bg-opacity));
    padding-right: 10px
}

.games-box__item-badge--new {
    --tw-bg-opacity: 1;
    background-color: rgb(16 112 227/var(--tw-bg-opacity))
}

.games-box__item-badge--select {
    --tw-bg-opacity: 1;
    background-color: rgb(255 87 34/var(--tw-bg-opacity))
}

.games-box__item-badge--top {
    --tw-bg-opacity: 1;
    background-color: rgb(33 154 25/var(--tw-bg-opacity))
}

.games-box__item-img {
    background-position: center;
    background-size: cover;
    bottom: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.games-box__item-img,
.games-box__item-overlay {
    height: 100%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%;
    border-radius: 12px;
    background-repeat: no-repeat;
}

.games-box__item-overlay {
    background-color: rgb(25 26 38 / 90%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    padding: 12px 16px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.games-box__item-overlay.games-box__item-overlay--heart {
    padding-bottom: 40px
}

.games-box__item-overlay-title {
    --tw-text-opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 15px;
    max-width: 16ch;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.games-box__item-overlay-play {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    fill: #fff;
    cursor: pointer;
}

.games-box__item-overlay-play svg {
    height: 38px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 38px;
}

.games-box__item-overlay-play svg:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.games-box__item-overlay-provider {
    --tw-text-opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgb(124 126 168);
    display: -webkit-box;
    font-size: 15px;
    max-width: 100%;
    overflow: hidden;
    text-transform: capitalize
}

.games-box__item-provider {
    --tw-bg-opacity: 1;
    background-color: rgb(33 36 45/var(--tw-bg-opacity));
    border-radius: 10px;
    cursor: pointer;
    height: 70px;
    overflow: hidden
}

.games-box__item-provider-inner {
    --tw-bg-opacity: 1;
    background-color: rgb(28 32 40/var(--tw-bg-opacity));
    border-radius: 5px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    will-change: transform
}

.games-box__item-provider-inner img {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    margin: auto;
    max-height: 65%;
    max-width: 80%;
    opacity: .7;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.games-box__item-provider-inner:hover img {
    opacity: 1
}

.games-box__item-favorite {
    bottom: 0;
    height: 36px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%
}

.games-box__item-favorite.active {
    opacity: 1
}

.games-box__item-favorite.active button {
    --tw-text-opacity: 1;
    color: rgb(255 49 49/var(--tw-text-opacity));
    opacity: 1
}

.games-box__item-favorite button {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    opacity: .7;
    pointer-events: auto;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 36px
}

.games-box__item-favorite button:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.games-box__item-slide-inner:hover .games-box__item-overlay {
    visibility: visible;
    opacity: 1;
}

.games-box__item-slide-inner:hover .games-box__item-img {
    --tw-blur: blur(6px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.site-info {
    margin-bottom: 20px;
    position: relative;
    color: #e1e1e1;
}

.faq .card:last-child {
    margin-bottom: 15px !important;
}

.site-info .wrapper>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(20px*var(--tw-space-y-reverse));
    margin-top: calc(20px*(1 - var(--tw-space-y-reverse)));
    border-radius: 8px;
}

.site-info__inner {
    align-items: flex-start;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    max-height: 200px;
    color: #999bcd;
    overflow: hidden;
    position: relative;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

@media (max-width: 475px) {
    .site-info__inner {
        flex-direction: column;
        gap: 1rem
    }
}

.site-info__inner:before {
    --tw-gradient-from: rgb(18 19 28);
    --tw-gradient-to: rgba(32, 36, 45, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-content: "";
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    bottom: 0;
    content: var(--tw-content);
    height: 50%;
    left: 0;
    position: absolute;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%;
    z-index: 1
}

.site-info__inner.active {
    max-height: -moz-fit-content;
    max-height: fit-content
}

.site-info__inner.active:before {
    opacity: 0
}

.site-info__column {
    display: flex;
    flex-direction: column;
    width: 50%
}

.site-info__column>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.site-info__column {
    padding-bottom: .25rem;
    padding-top: .25rem
}

@media (max-width: 475px) {
    .site-info__column {
        width: 100%
    }
}

.site-info__column h1,
.site-info__column strong {
    font-size: 1.325rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.site-info__column strong {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.site-info__btn {
    background: #191a26 !important;
    color: #999bcd;
    box-shadow: none;
    border-radius: 10px !important;
    height: 48px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.site-info__btn:hover {
    opacity: .9;
}

.site-info__btn,
.sliders {
    position: relative;
    width: 100%
}

.site-info .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-body.faq {
    margin-bottom: 24px;
}

.faq .banners {
    display: flex;
    margin-bottom: 0px;
    gap: 14px;
}

.faq .banners .banner {
    margin-bottom: 0;
    width: 100%;
    background: #191a26;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 220px;
    padding: 20px;
    text-align: center;
}

.faq .banners .banner h4 {
    margin-top: 3px;
    color: #fff;
    font-weight: 600;
}

.faq .banners .banner .description {
    color: #6E739E;
}

.faq .faq-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 16px;
    display: grid;
    margin-top: 0px;
}

.faq .faq-list .list-title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.faq .faq-accordion.active .answer {
    visibility: visible;
}

.faq .faq-accordion .question {
    border-radius: 10px;
    width: 100%;
    background: #1e1f2d;
    padding: 4px 10px;
    display: flex;
    font-size: 14px;
    cursor: pointer;
    justify-content: space-between;
    color: #989bcd;
    align-items: center;
}

.faq .faq-accordion.active .arrow i {
    transform: rotate(180deg);
    color: #ffffff;
}

.faq .faq-accordion .title,
.faq .faq-accordion .arrow i {
    transition: all .15s ease-in-out;
}

.faq .faq-list .faq-accordion {
    /* margin-bottom: 15px; */
}

.faq .faq-list .faq-accordion:last-child {
    margin-bottom: 0;
}

.faq .faq-accordion .question:hover .title,
.faq .faq-accordion.active .question .title {
    color: #6E739E;
}

.faq .faq-accordion.active .question {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.faq .faq-accordion .answer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
}

.faq .faq-accordion.active .answer {
    display: block;
    width: 100%;
    border-top: 1px solid #28293b;
    padding: 14px 18px;
    color: #b6bcf3;
    background: #1e1f2d;
    font-size: 14px;
}

.faq .faq-accordion .answer span {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.faq .faq-accordion .answer span:last-child {
    margin-bottom: 0;
}

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

::-webkit-scrollbar-track {
    background: #1e202e;
}

::-webkit-scrollbar-thumb {
    background: #31344a;
    border-radius: 15px;
}

.bonus {
    margin-bottom: 16px;
}

.bonus .top-bonus {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.bonus .user-bonus {
    display: flex;
    gap: 16px;
    margin-top: 15px;
}

.bonus .top-bonus .item {
    position: relative;
}

.bonus .top-bonus .item.item-unavailable .info,
.bonus .top-bonus .item.item-unavailable .image {
    filter: blur(5px);
}

.bonus .top-bonus .item .unavailable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #E53051;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    background: rgba(0, 0, 0, .45);
    z-index: 11;
}

.bonus .top-bonus .item .unavailable .icon {
    font-size: 56px;
}

.bonus .top-bonus .item .unavailable .text {
    font-weight: 600;
    font-size: 16px;
}

.bonus .top-bonus .item,
.bonus .user-bonus .item {
    width: 100%;
    background: #1c1d2a;
    border-radius: 16px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    min-height: 20px;
    padding: 20px;
    text-align: center;
}

.bonus .top-bonus .item {
    justify-content: center;
}

.bonus .user-bonus .item {
    justify-content: space-between;
}

.bonus .top-bonus .item.red {
    /* flex-direction: row; */
    /* text-align: left; */
}

.bonus .top-bonus .item.blue {}

.bonus .top-bonus .item.orange {
    /* flex-direction: row; */
    /* text-align: left; */
}

.bonus .top-bonus .item h4 {
    font-weight: 600;
}

.bonus .top-bonus .item.red h4 {
    color: #fff;
}

.bonus .top-bonus .item.blue h4 {
    color: #fff;
}

@media (max-width: 1035px) {

    .bonus .top-bonus .item.blue h4,
    .bonus .top-bonus .item.red h4,
    .bonus .top-bonus .item.orange h4 {
        font-size: 22px;
    }

    .bonus .top-bonus .item.blue .description,
    .bonus .top-bonus .item.red .description,
    .bonus .top-bonus .item.orange .description {
        font-size: 14px;
    }
}

.bonus .top-bonus .item.orange h4 {
    color: #fff;
}

.bonus .top-bonus .item.red .description {
    color: #7b7ea8;
}

.bonus .top-bonus .item.blue .description {
    color: #7b7ea8;
}

.bonus .top-bonus .item.orange .description {
    color: #7b7ea8;
}

.bonus .top-bonus .item img {
    margin-bottom: 8px;
    width: 100px;
}

.bonus .top-bonus .item .image {
    /* flex-direction: row; */
    /* text-align: left; */
    /* float: left; */
}

.bonus .top-bonus .item .btn {
    margin-top: 14px;
    font-weight: 600;
    font-size: 14px;
    height: 44px;
    padding: 10px 26px;
    border-radius: 12px;
    transition: opacity .15s ease-in-out;
    min-width: 140px;
}

@media (max-width: 1035px) {
    .bonus .top-bonus .item .btn {
        min-width: auto;
        padding: 10px 15px;
    }
}

.bonus .top-bonus .item .btn:hover {
    opacity: .9;
}

.bonus .top-bonus .item .btn[disabled] {
    cursor: not-allowed;
    opacity: .7;
}

.bonus .top-bonus .item .btn[disabled]:hover {
    oopacity: .7;
}

[loading] {
    cursor: wait;
}

.bonus .user-bonus .item .title {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
}

.bonus .user-bonus .item .title svg {
    width: 24px;
    height: 24px;
}

.bonus .user-bonus .item .title span {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.bonus .user-bonus .item .description {
    width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #7b7ea8;
}

.bonus .user-bonus .item .form-field {
    display: flex;
    width: 100%;
    margin-top: 3px;
    gap: 10px;
}

.icon-input {
    width: 100%;
    background: #262738;
    display: flex;
    align-items: center;
    !i;
    !;
    border-radius: 10px;
    height: 48px;
}

.icon-input .icon {
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    /* text-align: center; */
    color: #878cb2;
    justify-content: center;
}

.icon-input input {
    height: 100%;
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: transparent;
    color: #e1e1e1;
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.bonus .user-bonus .item .btn {
    transition: opacity .15s ease-in-out;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 500;
}

.bonus .user-bonus .item .btn:hover {
    opacity: .9;
}

.icon-input input::-moz-placeholder {
    color: #595D80
}

.icon-input input::placeholder {
    color: #595D80
}

.bonus .user-bonus .item {
    min-height: auto;
}

.faq .banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
    flex-direction: row;
}

.faq .banner .info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.faq .banner .info .__ {
    /* width: 400px; */
}

a .faq .banner .image {
    display: flex;
    justify-content: center;
}

.faq .banner .image img {
    width: 250px;
}

.faq .banner .image img {
    filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, .5));
}

.faq .banner .info .description {
    color: #6E739E;
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 16px;
}

.faq .banner .info .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.faq .banner .info .btn {
    border-radius: 12px;
    transition: opacity .15s ease-in-out;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
}

.faq .banner .info .btn:hover {
    opacity: .9;
}

.card-body {
    padding: 0 !important;
}

.navbar-nav {
    flex-direction: row;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 0 !important;
}

.header-navbar.navbar-brand-center .navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
    position: unset;
    transform: none;
}

.header-navbar.navbar-brand-center .navbar-header h2 {
    margin: 0;
}

.modal-dialog-centered {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-height: calc(100% - (30px * 2));
    height: 100%;
}

.modal-dialog {
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background: #191A26 !important;
    border-radius: 16px;
    outline: 0;
    width: 100%;
}

.auth__content {
    --tw-bg-opacity: 1;
    display: flex;
    border-radius: 8px;
    min-height: 340px;
}

.auth__image {
    background-position: 50%;
    background-size: cover;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    background-position-y: center;
    width: 48%
}

.auth__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 28px;
    width: 52%;
}

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

.auth__top>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
    margin-top: 2px
}

.auth__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.25rem;
    padding-bottom: .75rem;
    position: relative;
    color: #E1E1E1;
}

.auth__or {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

.auth__or:before {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    left: 0
}

.auth__or:after,
.auth__or:before {
    --tw-translate-y: -50%;
    --tw-gradient-from: #7767aa;
    --tw-gradient-to: rgba(119, 103, 170, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent;
    --tw-content: "";
    content: var(--tw-content);
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 40%
}

.auth__or:after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    right: 0
}

.auth__bottom ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-end;
}

.auth__bottom ul>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse))
}

.auth__bottom ul li a {
    color: #878cb2;
    font-size: 13px;
    line-height: 1rem;
    transition: opacity .15s ease-in-out;
}

a,
a:hover,
a:focus {
    color: #ffffff;
}

.auth__bottom ul li a:hover {
    opacity: .9;
}

.auth__close {
    --tw-text-opacity: 1;
    align-items: center;
    fill: #878CB2;
    cursor: pointer;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    z-index: 99999;
    position: absolute;
    right: 20px;
    border-radius: 111px;
    top: 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    /* background: #1c1d2a; */
    transition: opacity .15s ease-in-out;
}

.auth__close:hover {
    opacity: .9;
}

.auth__close svg {
    height: 24px;
    width: 24px;
}

.auth__tabs {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.auth__tabs button {
    --tw-border-opacity: 1;
    align-items: center;
    border-color: rgb(207 0 0/var(--tw-border-opacity));
    border-radius: 6px;
    border-width: 1px;
    display: flex;
    font-size: 13px;
    height: 36px;
    justify-content: center;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.auth__tabs button,
.auth__tabs button:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.auth__tabs button.active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(203 1 1/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.auth__flag-select {
    height: 43px;
    left: 0;
    position: absolute;
    top: 1px;
    width: -moz-fit-content;
    width: fit-content
}

.auth__flag-select .modal__select-button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(225 221 221/var(--tw-bg-opacity));
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: rgb(0 0 0/var(--tw-text-opacity));
    display: flex;
    height: 43px;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    width: 75px
}

.auth__flag-select .modal__select-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 200 200/var(--tw-bg-opacity))
}

.auth__flag-select .modal__select-button svg {
    margin-right: .25rem
}

.auth__flag-select .modal__select-inner {
    --tw-bg-opacity: 1;
    background-color: rgb(225 221 221/var(--tw-bg-opacity));
    max-height: 100px;
    padding: 0;
    top: 40px
}

.auth__flag-select .modal__select-inner .wallet__list-item {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: transparent;
    border-bottom-width: 1px;
    border-color: rgb(209 209 209/var(--tw-border-opacity));
    border-top-width: 0;
    color: rgb(0 0 0/var(--tw-text-opacity));
    display: flex;
    font-size: 13px;
    height: 36px;
    justify-content: center;
    margin-bottom: 0;
    padding: 0
}

.auth__flag-select .modal__select-inner .wallet__list-item:first-child {
    border-top-width: 1px
}

.auth__flag-select .modal__select-inner .wallet__list-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 200 200/var(--tw-bg-opacity))
}

.auth__flag-select .modal__select-inner .wallet__list-item-image {
    margin-right: 6px
}

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

.auth__promocode>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.auth__promocode button {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(151 137 195/var(--tw-text-opacity));
    display: flex;
    font-size: 13px;
    height: 32px;
    justify-content: center;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%
}

.auth__promocode button:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

li {
    list-style-type: none;
}

.modal__input select {
    background: #262738;
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23878cb2'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    margin-bottom: 13px;
    cursor: pointer;
}

.modal__input select option {
    background: #262738;
    color: #fff;
    padding: 10px;
}

.modal__input select option:disabled {
    color: #878cb2;
}

.modal__input select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.modal__input input,
.modal__input textarea {
    background: #262738;
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.modal__input,
.modal__input textarea {
    margin-bottom: 13px;
}

.modal__input input::-moz-placeholder,
.modal__input textarea::-moz-placeholder {
    color: #878cb2
}

.modal__input input::placeholder,
.modal__input textarea::placeholder {
    color: #878cb2
}

.modal__form-btn .btn {
    border-radius: 12px;
    width: 100%;
    transition: opacity .15s ease-in-out;
}

.modal__form-btn .btn:hover {
    opacity: .9;
}

.modal__form-txt {
    color: #878CB2;
    font-size: 12px;
    margin-top: 10px;
}

.modal__form .auth__tabs {
    margin-bottom: 12px;
}

.modal__form .auth__tabs button {
    border-radius: 12px;
    background: linear-gradient(#222434, #2a2c40) padding-box, linear-gradient(to bottom, #303348, #1D1E2B) border-box;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-weight: 500;
    height: 44px;
    color: #878CB2;
    opacity: 1;
}

.modal__form .auth__tabs button.active {
    font-size: 14px;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#8238ED, #4E02BC) padding-box,
        linear-gradient(to bottom, #AC73FF, #792fe400) border-box;
    border: 1px solid transparent;
    color: #fff;
}

.modal__form .auth__tabs button:not(.active):hover {
    opacity: .9;
}

.payouts .banners {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.payouts .banners .banner {
    width: 100%;
    background: #1E2137;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15) inset;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 220px;
    padding: 20px;
    text-align: center;
}

.payouts .banners .banner h4 {
    margin-top: 3px;
    color: #878CB2;
    font-weight: 600;
}

.payouts .banners .banner .description {
    color: #6E739E;
}

tbody tr td {
    color: #75779f;
}

tbody tr td.bold {
    font-weight: 600;
}

.table-system {
    width: 18px;
    margin-right: 2px;
}

.modal-dialog.modal-tournament .modal-content {
    max-width: 470px;
    margin: 0 auto;
}

.modal-dialog.modal-tournament .modal-content {
    padding: 20px 20px 24px 20px;
}

.modal-tournament .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}

.modal-tournament .description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #878CB2;
}

.modal-tournament .modal-content .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-tournament .modal-content .timer {
    display: flex;
    gap: 13px;
    margin-top: 15px;
    margin-bottom: 12px;
    text-align: center;
}

.modal-tournament .modal-content .item .block {
    background: #232746;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    border-radius: 8px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #878CB2;
}

.modal-tournament .modal-content .item {
    width: 50px;
}

.modal-tournament .modal-content .item span {
    font-size: 12px;
    color: #666c9a;
}

.modal-tournament .description.w40 {
    width: calc(100% - 40px);
}

.modal-tournament .stats {
    background: #1b1f4099;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    display: flex;
    border-radius: 8px;
    margin-top: 16px;
    padding: 10px 0;
}

.modal-tournament .stats .stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 20px;
    border-right: 1px solid #565972;
    height: calc(100% - 60px);
    text-align: center;
}

.modal-tournament .stats .stat:last-child {
    border-right: none;
}

.modal-tournament .stats .stat span {
    font-size: 12px;
    color: #878CB2;
}

.modal-tournament .stats .stat .amount {
    font-size: 15px;
    color: #e1e1e1;
    font-weight: 600;
}

.modal-backdrop.in {
    opacity: .7;
}

.affiliate .banners {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.affiliate .banners .banner {
    width: 100%;
    background: #191a26;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 220px;
    padding: 20px;
    text-align: center;
}

.affiliate .banners .banner h4 {
    margin-top: 3px;
    color: #fff;
    font-weight: 600;
}

.affiliate .banners .banner .description {
    color: #7b7ea8;
}

.affiliate .blocks .item .title {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
}

.affiliate .blocks .item .title svg {
    width: 25px;
    height: 25px;
}

.affiliate .blocks .item .title span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.affiliate .blocks .item .description {
    width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #ffffff;
}

.affiliate .blocks .item .form-field {
    display: flex;
    width: 100%;
    margin-top: 3px;
    gap: 10px;
}

.affiliate .blocks .item .form-field .icon-input {
    background: #262738;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.affiliate .blocks .item .form-field .icon-input.right-copy .icon-input-copy {
    width: 48px;
    height: 25px;
    margin-right: 8px;
    color: #878CB2;
    transition: opacity 200ms ease-in-out;
    cursor: pointer;
}

.affiliate .blocks .item .form-field .icon-input.right-copy input {
    padding-right: 0;
}

.affiliate .blocks .item .form-field .icon-input.right-copy .icon-input-copy:hover {
    opacity: .875;
}

.affiliate .blocks .item .form-field .icon-input .icon {
    margin-left: 5px;
}

.affiliate .blocks .item .form-field .icon-input input {
    height: 100%;
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: transparent;
    color: #e1e1e1;
    font-weight: 600;
    font-size: 14px;
}

.affiliate .blocks .item .btn {
    transition: opacity .15s ease-in-out;
    border-radius: 10px;
    padding: 12px 30px;
    !I;
    !;
    font-weight: 500;
}

.affiliate .blocks .item .btn:hover {
    opacity: .9;
}

.affiliate .blocks .item .form-field .icon-input input::-moz-placeholder {
    color: #595D80
}

.affiliate .blocks .item .form-field .icon-input input::placeholder {
    color: #595D80
}

.affiliate .blocks .item {
    min-height: auto;
}

.affiliate .blocks {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.affiliate .blocks .item {
    width: 100%;
    background: #191a26;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

@keyframes slideFromLeft {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.slick-dots {
    display: flex;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    gap: 8px;
    bottom: 14px;
    width: 100%;
    justify-content: center;
}

.slick-dots li button {
    display: inline-block;
    border: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    opacity: .2;
    border-radius: 6px;
    height: 6px;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 40px;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li {
    height: 6px;
}

.blockUI.blockOverlay {
    background: #181A2E !important;
    border-radius: 6px;
}

.blockUI.blockElement {
    color: #e1e1e1 !important;
}

.btn.btn-info.hover {
    transition: opacity .15s ease-in-out;
}

.btn.btn-info.hover:hover {
    opacity: .9;
}

.btn.btn-info.min180 {
    min-width: 180px;
}

.css-loader-better:before {
    animation: spin .7s ease-in-out infinite;
    -webkit-animation: spin .7s ease-in-out infinite;
    border: solid 2px #393E6850;
    border-bottom-color: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    width: 20px;
    will-change: transform;
    display: block;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.noty_theme__relax.noty_bar .noty_body {
    font-size: 14px;
    font-weight: 600;
}

.confirm {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.confirm .dialog-buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.confirm .dialog-buttons {
    border-width: 0;
    padding-top: .5rem
}

.confirm .dialog-buttons button {
    border-radius: 12px;
    padding: 10px 20px;
    position: relative;
    transition: opacity .15s ease-in-out;
}

.confirm .dialog-buttons button:hover {
    opacity: .9;
}

.confirm .dialog-content-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    padding-bottom: 4px;
}

.confirm .dialog-content-img {
    width: 70px;
    filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, .5));
    margin-bottom: 10px;
}

.captcha {
    border-radius: 6px;
    display: flex;
    justify-content: start;
    overflow: hidden;
    margin-bottom: 12px;
}

.modal-dialog.modal-success-register .modal-content {
    max-width: 400px;
    margin: 0 auto;
}

.confirm .dialog-data {
    background: #1f212f;
    border-radius: 8px;
    width: calc(100% - 30px);
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 15px;
}

.flat_button.bars,
.flat_button.logout,
.flat_button.padding {
    height: 44px;
}

.flat_button.logout {
    width: 44px;
    background: #1f202f !important;
    !i;
    !;
    !;
    !o;
    !o,
    ;
    !o;
    !;
    !o;
    !;
    box-shadow: none !important;
    !i;
    !;
    !o;
    !om;
    !o;
    !;
}

.flat_button.bars:not(.btn-danger) {
    background: transparent;
    background-color: #2D304B !important;
    box-shadow: none !important;
    !i;
    !;
    !o;
    !o,
    ;
    !o;
    !;
    !o;
    !om;
    !o;
    !;
    border: none;
}

.flat_button.bars:hover:not(.btn-danger) {
    background-color: #2D304B !important;
    opacity: .9;
}

.flat_button.bars:focus:not(.btn-danger) {
    background-color: #2D304B !important;
}

[role="navigation"] .flat_button.btn-info:not(.bars) {
    box-shadow: none !important;
    !i;
    !;
}

.auth-panel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auth-panel h3.balance {
    color: #e1e1e1;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    font-weight: 600;
    gap: 4px;
    font-size: 18px;
    padding-top: 1px;
}

.auth-panel h3:not(.balance) {
    margin-bottom: 0 !important;
}

#modal-logout .dialog-buttons button {
    min-width: 120px;
}

.modal-dialog.modal-logout .modal-content {
    max-width: 320px;
    margin: 0 auto;
}

.wallet__tab-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-height: calc(100vh - 55px);
    overflow-y: auto;
    overscroll-behavior: none;
}

.wallet__content-left {
    border-right: 1px solid rgb(86 89 114 / 25%);
    padding: 20px;
    width: 44%;
}

.wallet__content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 390px;
    padding: 20px;
    padding-bottom: 0px;
    width: 66%
}

.wallet__list {
    max-height: 400px;
    overflow: auto;
    position: relative;
}

.wallet__list-inner {
    flex-direction: column;
    height: 100%
}

.wallet__list-inner,
.wallet__list-item {
    display: grid;
    width: 100%;
    padding: 0px 8px 0px 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.wallet__list-item {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #222434;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    display: block;
    min-height: 46px;
    height: 62px;
    text-align: center;
    padding: 0 12px;
    transition: opacity .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.wallet__list-item.wallet__list-item--active {
    --tw-border-opacity: 1;
    border: none;
    background: #2a2d41;
    color: #fff !important;
    !i;
    !;
    font-weight: 500;
}

.wallet__list-item:hover:not(.wallet__list-item--active) {
    opacity: .8;
}

.wallet__list-item:last-child {
    margin-bottom: 0
}

.wallet__list-item-image {
    height: 24px;
    margin-bottom: 6px;
}

.wallet__list-item-image img {
    height: 100%
}

.wallet__list-item--active {
    --tw-border-opacity: 1;
    border-color: rgb(83 93 113/var(--tw-border-opacity))
}

.wallet__content-block,
.wallet__content-wrap {
    margin-bottom: 14px;
    width: 100%
}

/* .wallet__content-wrap,
.wallet__content-wrap div[data-tab],
.wallet__content-wrap div[data-tab="loading"] .profile-loading {
    height: 100%;
} */

.wallet__content-block {
    display: flex;
    flex-direction: column
}

.wallet__content-block[data-crypto-tab] {
    margin-bottom: 0;
}

.wallet__content-block:last-child {
    margin-bottom: 0
}

.wallet__sub-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.wallet__sub-buttons,
.wallet__sub-buttons button {
    width: 100%
}

.wallet__sub-buttons button {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #222434;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    min-height: 46px;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0 10px;
    transition: opacity .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #878CB2;
    white-space: nowrap;
}

.wallet__sub-buttons button.active {
    /* border: 1.5px solid #6E739E; */
    background: #2b2d40;
    color: #fff;
    font-weight: 500;
}

.wallet__sub-buttons button:not(.active):hover {
    opacity: .8;
}

.wallet__sub-buttons button img {
    margin-right: 7px;
    width: 17px;
    border-radius: 2px;
}

.wallet__footer {
    --tw-text-opacity: 1;
    border-top-width: 1px;
    color: #878CB2;
    display: flex;
    font-size: 12px;
    line-height: 1rem;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 8px;
}

.wallet__footer span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.wallet__history,
.wallet__history-item {
    display: flex;
    flex-direction: column
}

.wallet__history-item {
    border-bottom-width: 1px;
    border-color: hsla(0, 0%, 100%, .04);
    position: relative
}

.wallet__history-item:last-child {
    border-width: 0
}

.wallet__history-item.active .wallet__history-content {
    display: block
}

.wallet__history-head {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wallet__history-left {
    align-items: center;
    display: flex;
    pointer-events: none;
}

.wallet__history-left>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 10px;
}

.wallet__history-logo {
    --tw-bg-opacity: 1;
    align-items: center;
    border-radius: 6px;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}

@media (max-width: 695px) {
    .wallet__history-logo {
        display: none
    }
}

.wallet__history-logo img {
    height: 90%
}

.wallet__history-info {
    display: flex;
    flex-direction: column
}

@media (min-width: 695px) {
    .wallet__history-info>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
        margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
    }
}

.wallet__history-info span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 100%
}

@media (max-width: 695px) {
    .wallet__history-info span {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.wallet__history-info p {
    --tw-text-opacity: 1;
    color: #878CB2;
    font-size: 12px;
    white-space: nowrap
}

@media (max-width: 695px) {
    .wallet__history-info p {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (max-width: 354px) {
    .wallet__history-info p {
        font-size: 10px
    }
}

.wallet__history-center {
    align-items: center;
    pointer-events: none;
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 0 36px;
}

.wallet__history-center .wallet__history-sum {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 20px;
    font-size: 14px;
    max-width: 200px;
}

.wallet__history-center {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1.25rem
}

@media (max-width: 695px) {
    .wallet__history-center {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (max-width: 475px) {
    .wallet__history-center>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0px*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(0px*var(--tw-space-x-reverse))
    }
}

@media (max-width: 695px) {
    .wallet__history-sum {
        font-size: 13px
    }
}

.wallet__history-date {
    --tw-text-opacity: 1;
    color: #878CB2;
}

.wallet__history-badge,
.wallet__history-right {
    align-items: center;
    display: flex
}

.wallet__history-badge {
    border-radius: 6px;
    font-size: .875rem;
    height: 34px;
    justify-content: center;
    line-height: 1.25rem;
    user-select: none;
    padding: .375rem 1.5rem
}

@media (max-width: 695px) {
    .wallet__history-badge {
        font-size: .75rem;
        line-height: 1rem
    }
}

.wallet__history-badge {
    min-width: 120px
}

.wallet__history-badge.error {
    --tw-text-opacity: 1;
    background-color: rgba(239, 222, 92, .05);
    color: rgb(239 222 92/var(--tw-text-opacity))
}

.wallet__history-badge.success {
    --tw-text-opacity: 1;
    background-color: rgba(53, 205, 100, .05);
    color: rgb(53 205 100/var(--tw-text-opacity))
}

.wallet__history-badge.decline,
.wallet__history-badge.warning {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(253 194 45/var(--tw-bg-opacity));
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.wallet__history-badge.decline:hover,
.wallet__history-badge.warning:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(181 138 30/var(--tw-bg-opacity));
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.wallet__history-badge.red {
    background-color: rgb(220 53 69 / .15);
    color: rgb(255 85 101);
}

.wallet__history-badge.info {
    --tw-text-opacity: 1;
    background-color: rgba(30, 182, 218, .11);
    color: #1EB6DA;
}

.wallet__history-content {
    display: none;
    padding-top: 12px;
    pointer-events: none;
    position: relative
}

.wallet__history-content-inner {
    display: flex;
    flex-direction: column
}

.wallet__history-content-inner>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.wallet__history-content-inner {
    background-color: rgba(0, 0, 0, .06);
    border-radius: 8px;
    padding: 14px 20px
}

@media (max-width: 354px) {
    .wallet__history-content-inner>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
        margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
    }

    .wallet__history-content-inner {
        padding: 10px 15px
    }
}

.wallet__history-content-item {
    --tw-text-opacity: 1;
    align-items: start;
    color: #878CB2;
    display: flex;
    font-size: 12px
}

@media (max-width: 354px) {
    .wallet__history-content-item {
        font-size: 11px
    }
}

.wallet__history-content-item span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    margin-left: .375rem
}

.wallet .modal__input input {
    height: 48px;
    padding-left: 40px;
    text-transform: uppercase
}

.wallet .modal__form-btn button {
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase
}

.wallet .history__content {
    background-color: transparent;
    padding: 0
}

.wallet--page .modal__content {
    --tw-bg-opacity: 1;
    background-color: rgb(39 45 57/var(--tw-bg-opacity));
    border-radius: 6px
}

@media (min-width: 695px) {
    .wallet--page .modal__content {
        padding: 20px
    }
}

@media (max-width: 475px) {
    .wallet--page .modal__tabs {
        padding: 0 8px
    }

    .wallet--page .modal__tab {
        font-size: 13px;
        margin-right: 0
    }

    .wallet--page .modal__tab svg {
        height: 14px;
        width: 14px
    }
}

.wallet--page .wallet__tab-content {
    align-items: flex-start;
    flex-direction: column
}

.wallet--page .wallet__tab-content>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)))
}

.wallet--page .wallet__list-item {
    align-items: center;
    border-radius: 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: .375rem 1rem
}

.wallet--page .wallet__list-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(83 93 113/var(--tw-bg-opacity));
    border-color: transparent
}

.wallet--page .wallet__footer {
    align-items: center;
    display: flex;
    flex-direction: column
}

.wallet--page .wallet__footer>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
}

.wallet--page .wallet__footer-txt {
    line-height: 180%
}

@media (min-width: 366px) {
    .wallet--page .wallet__footer-txt br {
        display: none
    }
}

.wallet--page .wallet__content-block {
    margin-bottom: 10px
}

@media (max-width: 695px) {
    .wallet--page .history__nav {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .wallet--page .history__nav button {
        width: 100%
    }
}

.modal__form .modal__form-buttons {
    display: flex;
    margin: 12px 0 18px;
    gap: 8px;
    width: 100%;
}

.modal__form .modal__form-buttons button {
    background: #222434;
    width: 100%;
    color: #878cb2;
    padding: 8px 0;
    font-weight: 600;
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
    border: 1.5px solid transparent;
    font-size: 12px;
}

.modal__form .modal__form-buttons button.active {
    background: #2b2d40;
    color: #fff;
}

.modal__form .modal__form-buttons button:hover {
    opacity: .75;
}

.modal-dialog.modal-wallet .modal-content {
    max-width: 750px;
    margin: 0 auto;
}

.modal-wallet .modal__label {
    color: #e1e1e1;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.modal-wallet .modal__form-btn {
    width: 100%;
    margin-top: 12px;
}

.modal-wallet .modal__form-btn button {
    height: 48px;
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border: 1px solid transparent;
    box-shadow: none !important;
    font-size: 14px;
    transition: opacity .15s ease-in-out;
    font-weight: 500;
}

.modal-wallet .modal__form-btn button:hover {
    opacity: .9;
}

.modal-wallet .icon-input input {
    color: #e1e1e1;
}

.modal-tab {
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

.modal-tab .item {
    border-radius: 12px;
    font-size: 14px;
    background: linear-gradient(#222434, #2a2c40) padding-box, linear-gradient(to bottom, #303348, #1D1E2B) border-box;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-weight: 500;
    height: 44px;
    color: #878CB2;
    cursor: pointer;
    transition: opacity .15s ease-in-out;
    user-select: none;
}

.modal-tab .item:not(.active):hover {
    opacity: .85;
}

.modal-tab .item.active {
    background: linear-gradient(#8238ED, #4E02BC);
    border-color: transparent !important;
    background-color: transparent !important;
    color: #FFF;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#8238ED, #4E02BC) padding-box,
        linear-gradient(to bottom, #AC73FF, #792fe400) border-box;
    border: 1px solid transparent;
    color: #fff;
}

.modal-wallet .modal-header {
    padding: 12px 15px;
    border-bottom: 1px solid #232531;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-wallet .icon-input {
    background: #222434;
}

.wallet__flex-containers {
    display: flex;
    gap: 10px;
    margin: 12px 0 16px;
}

.wallet__flex-containers .wallet__block-flexer {
    width: 50%;
}

.blur-sm {
    --tw-blur: blur(4px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.modal-wallet .history {
    min-height: 200px;
}

.history {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.history__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 12px;
    tranistition: opacity .15s ease-in-out;
}

.history__nav {
    padding: 15px 0 0
}

.history__nav button {
    font-weight: 500;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    border-radius: 12px;
    color: #878CB2;
    display: flex;
    font-size: 14px;
    height: 44px;
    justify-content: center;
    min-width: 180px;
    background: #292b3e;
    transition: opacity .15s ease-in-out;
}

.history__nav button:hover:not(.active) {
    opacity: .8;
}

.history__nav button.active {
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border: 1px solid transparent;
    box-shadow: none !important;
    color: #fff;
}

.not-found {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.not-found>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.not-found {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}

.not-found b {
    font-size: 42px;
    line-height: 42px;
    color: #e1e1e1;
}

.not-found span {
    --tw-text-opacity: 1;
    color: #878CB2;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.wallet__history,
.history__tab,
.history__content {
    height: 100%;
}

.modal-dialog.modal-profile .modal-content {
    max-width: 470px;
    margin: 0 auto;
}

.modal-profile .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 2px;
    text-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}

.modal-profile .avatar {
    width: 75px;
    user-select: none;
}

.modal-profile .description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #878CB2;
}

.modal-profile .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-dialog.modal-profile .modal-content {
    padding: 20px;
}

.modal-profile .smart-tab {
    padding: 6px;
    background-color: #262738;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 14px 0 10px;
}

.modal-profile .smart-tab .item {
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    color: #878CB2;
    cursor: pointer;
    transition: all .15s ease-in-out;
    font-size: 13px;
    user-select: none;
}

.modal-profile .smart-tab .item.active,
.modal-profile .smart-tab .item:hover {
    background: #313247;
    color: #e1e1e1;
}

.history__user-stats li {
    background-color: transparent;
    background: #262738;
    border-radius: 8px;
    overflow: hidden;
    padding: 12px 20px;
    text-align: center;
}

.history__user-stats li {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.history__user-stats li span {
    --tw-text-opacity: 1;
    color: #878CB2;
    font-size: 13px;
    white-space: nowrap;
}

.history__user-stats li b {
    font-size: 16px;
    line-height: 24px;
    color: #e1e1e1;
}

.history__user-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 1rem;
    padding: 0;
    margin: 7px 0 0;
}

.modal-smart-container {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.modal-profile .tab-title {
    color: #878CB2;
    font-weight: 600;
    font-size: 15px;
}

.modal-profile .top-games {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 8px 0;
}

.modal-profile .top-games .item {
    background: #262738;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 8px;
    align-items: center;
    transition: opacity .15s ease-in-out;
}

.modal-profile .top-games .item:hover {
    opacity: .85;
}

.modal-profile .top-games .item .game {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-profile .top-games .item .game .image {
    position: relative;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
    max-width: calc(110px / 2);
    min-width: calc(100px / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-profile .top-games .item .game .image img {
    height: 50px;
    border-radius: 8px;
}

.modal-profile .top-games .item .value {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.modal-profile .top-games .item .value .name {
    color: #878CB2;
    font-size: 13px;
}

.modal-profile .top-games .item .value .amount {
    color: #e1e1e1;
    font-size: 16px;
    font-weight: 600;
}

.modal-profile .links {
    margin: 12px 0 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-profile .links .item {
    border-bottom: 1px dashed #7C84C7;
    transition: opacity .15s ease-in-out;
}

.modal-profile .links .item:hover {
    opacity: .9;
}

.text-left {
    text-align: left;
}

.modal-profile table th,
.modal-profile table td {
    padding: 12px 0;
    border: none;
}

.modal-profile table td {
    width: 100%;
}

.modal-profile [data-smart-tab="tournament"] table td:first-child {
    min-width: 250px;
}

.modal-profile [data-smart-tab="tournament"] table td:first-child,
.modal-profile [data-smart-tab="tournament"] table th:first-child {
    padding-left: 15px;
}

.modal-profile [data-smart-tab="tournament"] table td:last-child,
.modal-profile [data-smart-tab="tournament"] table th:last-child {
    padding-right: 15px;
}

.modal-profile [data-smart-tab="tournament"] table td:nth-child(2) {
    min-width: 115px;
}

.modal-profile [data-smart-tab="tournament"] table td:nth-child(4) {
    min-width: 95px;
}

.modal-profile table {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

[data-smart-tab] .tab-pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 14px 0 0;
}

[data-smart-tab] .tab-pagination .button {
    color: #878CB2;
    font-weight: 600;
    user-select: none;
    font-size: 13px;
    cursor: pointer;
}

[data-smart-tab] .tab-pagination .button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

/*button:active:not([disabled])>*, button:active:not(.no-active-scale)>*, a:active:not([disabled])>*, a:active:not(.no-active-scale)>*, [data-smart-tab] .tab-pagination .button:active {
    transform: scale(.96);
    user-select: none;
}
*/
.modal-profile table tbody tr:nth-child(odd) {
    background: #262738;
}

.modal-profile table tbody td:first-child,
.modal-profile table thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.modal-profile table tbody td:last-child,
.modal-profile table thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.text-right {
    text-align: right;
}

.weight-600 {
    font-weight: 600;
}

.history table tr td.win,
.history table tr td span.win {
    color: #5FC71F;
}

.history table tr td.lose,
.history table tr td span.lose {
    color: #C71F1F;
}

.history .card {
    margin-bottom: 10px;
}

.history .pagination {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.history .pagination .button {
    background: #1E2137;
    padding: 8px 12px;
    border-radius: 6px;
    color: #6E739E;
    font-size: 13px;
    transition: all .15s ease-in-out;
}

.history .pagination .button.active {
    color: #e1e1e1;
    background: #256DF9;
}

.history .pagination .button:hover:not(.active):not([disabled]) {
    opacity: .8;
    color: #e1e1e1;
}

.history .pagination .button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.history .pagination .pages {
    display: flex;
    gap: 6px;
}

.text-block__inner p {
    color: #6E739E;
}

.files-docs {
    color: #e1e1e1;
    padding: 20px;
    background: #191a26;
    border-radius: 16px;
    margin-bottom: 16px;
}

.files-docs strong {
    display: block;
    margin-bottom: 5px;
}

.files-docs h3.title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.text-center {
    text-align: center;
}

.text-block__inner ul li {
    line-height: 180%;
    padding-bottom: .25rem;
    padding-left: 16px;
    padding-top: .25rem;
    position: relative;
}

.text-block__inner ul li:before {
    --tw-bg-opacity: 1;
    --tw-content: "";
    background-color: #fff;
    content: var(--tw-content);
    height: 2px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 6px;
}

.text-block__inner ul {
    padding: 0;
}

.flat_button.tg {
    padding: 7px 12px 7px;
}

.flat_button.tg .icon {
    width: 1em;
    height: 12px;
    fill: #fff;
    transform: scale(1.15);
    display: flex;
}

.mobile-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 190;
}

.mobile-menu__inner {
    --tw-bg-opacity: 1;
    background-color: #191A26 !important;
    height: 56px;
    position: relative;
    width: 90%;
    border-radius: 10px;
    margin: 10px auto;
    border: 1px solid #232535;
}

.mobile-menu__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    padding: 10px 15px;
}

body .mobile-menu__wrapper li {
    width: 25% !important;
}

body[data-user-id="0"] .mobile-menu__wrapper li {
    display: flex;
    justify-content: center;
    width: 33% !important;
}

.mobile-menu__wrapper li a {
    --tw-text-opacity: 1;
    align-items: center;
    color: #75779f;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    gap: 3px;
}

.mobile-menu__wrapper li a div {
    height: 16px;
}

.mobile-menu__wrapper li a svg,
.mobile-menu__wrapper li a img {
    height: 16px;
    width: 16px;
    fill: #75779f;
}

.mobile-menu__wrapper li a.active {
    --tw-text-opacity: 1;
    color: #fff;
}

.mobile-menu__wrapper li a.active svg {
    fill: #ffffff;
}

.mobile-menu__menu {
    --tw-bg-opacity: 1;
    box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    background: #1f202f;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    transition: transform .15s ease-in-out;
    transform: translateY(265px);
}

.mobile-menu__menu.active {
    transform: translateY(0);
}

.mobile-menu__menu ul {
    margin: 0 auto;
    width: 100%;
    /* background-color: #191a26 !important; */
    padding: 0;
}

.mobile-menu__menu ul.grid-socials {
    background-color: transparent !important;
    grid-template-columns: 65% 35%;
}

.mobile-menu__menu ul li {
    /* border-bottom: 1px solid #8392c621; */
    /* border-right: 1px solid #8392c621; */
    position: relative;
    border-radius: 12px;
    display: block;
    margin-bottom: 10px;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language .select-language-form {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language .select-language-form .language-item {
    width: 100%;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language .select-language-form .language-item .language-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* max-width: 100px; */
}

.mobile-menu__menu ul li:nth-child(2),
.mobile-menu__menu ul li:nth-child(4) {
    border-right: none;
}

.mobile-menu__menu ul.grid-socials li:nth-child(2) {
    border-right: none;
}

.mobile-menu__menu ul.grid-socials,
.mobile-menu__menu ul.grid-socials li,
.mobile-menu__menu ul li:nth-child(3) {
    border-bottom: none;
}

.mobile-menu__menu ul li:nth-child(3) {
    grid-column: span 2;
}

.mobile-menu__menu ul li a {
    --tw-text-opacity: 1;
    align-items: center;
    color: #75779f;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    background: #252638;
    border-radius: 12px;
    padding: 15px 15px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 100%
}

.mobile-menu__menu ul li a {
    justify-content: center;
}

.mobile-menu__menu ul li.telegram,
.mobile-menu__menu ul li.vk {
    border-right: none;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language {
    background-color: #161722;
    height: 48px;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language .select-language {
    height: 100%;
    column-gap: 6px;
    color: #fff;
}

.mobile-menu__menu ul.grid-socials li.sidebar-language .select-language .language-title {
    font-weight: 600;
}

.mobile-menu__menu ul li.telegram a {
    background: #2EA7FE !important;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}

.mobile-menu__menu ul li.vk a {
    background: #4d7198 !important;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}

.mobile-menu__menu ul li.telegram a svg,
.mobile-menu__menu ul li.vk a svg {
    fill: #fff;
}

.mobile-menu__menu ul li a.active {
    color: #C6CAD8;
}

.mobile-menu__menu ul li a.active svg {
    fill: #C6CAD8;
}

.mobile-menu__menu ul li a svg,
.mobile-menu__menu ul li a img {
    height: 20px;
    fill: #6E739E;
    margin-right: .5rem;
    width: 20px;
}

.mobile-menu__close {
    --tw-text-opacity: 1;
    align-items: center;
    fill: #6E739E;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 8px;
    width: 23px;
    z-index: 3;
}

body.live-mobile {
    overflow: hidden;
}

.faq .faq-accordion .arrow {
    /* height: 10px; */
    /* width: 10px; */
    background: #27293b;
    padding: 4px 8px;
    display: inline-table;
    border-radius: 10px;
}

.faq .faq-accordion .title {
    padding: 12px 8px 12px 6px;

}

.card.no-bg {
    background-color: transparent;
}

.modal__select {
    position: relative;
    width: 100%;
    z-index: 50
}

.modal__select-button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: #222434;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    display: flex;
    font-size: 15px;
    height: 46px;
    justify-content: flex-start;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 61px;
    position: relative;
    text-overflow: ellipsis;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    white-space: nowrap;
    width: 100%
}

.modal__select-button .icon {
    stroke-width: 0;
    fill: #878CB2;
    display: inline-block;
    height: 1em;
    width: 1em;
}

.modal__select-button img {
    height: 22px;
    margin-right: 10px
}

.modal__select-button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.modal__select-button.active .modal__select-opener {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.modal__select-opener {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(127 133 150/var(--tw-text-opacity));
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 46px
}

.modal__select-inner {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-shadow: -1px 28px 30px rgba(0, 0, 0, .1);
    --tw-shadow-colored: -1px 28px 30px var(--tw-shadow-color);
    background-color: #222434;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6xl;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #e1e1e1;
    left: 0;
    max-height: 250px;
    overflow: auto;
    padding-top: 1rem;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
}

.modal__select-inner.active {
    display: block;
}

.modal__select-inner .modal__label,
.modal__select-inner .wallet__list-item {
    padding-left: 1rem;
    padding-right: 1rem
}

.game-content .frame {
    width: 100%;
    height: calc(100vh - 161px);
    position: relative;
}

.game-content .frame .slots-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.game-content .frame iframe {
    border: none;
    width: 100%;
    height: calc(100vh - 161px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.game-content .slots-iframe {
    z-index: 2;
    position: relative;
}

.game__controls {
    --tw-bg-opacity: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

.game_controls .icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em;
}

.game__controls-left {
    align-items: center;
    display: flex;
    z-index: 2;
}

.game__control-btn svg {
    width: 18px;
    height: 18px;
}

.game__control-btn {
    display: flex;
    align-items: center;
    fill: #6E739E;
    justify-content: center;
    height: 32px;
    width: 35px;
    padding: 0;
    transition: opacity .15s ease-in-out;
}

.game__controls-left .game-title {
    padding-left: 8px;
    color: #C6CAD8;
    font-weight: 600;
    transition: opacity .15s ease-in-out;
    text-transform: capitalize;
}

.game__controls-left .game-rtp {
    margin-left: 8px;
    background: rgb(24 26 46 / 80%);
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 8px;
    color: #d1d1d1;
    font-weight: 600;
}

.game__control-btn:hover {
    opacity: .85;
}

@media (max-width: 375px) {
    .game__control-btn {
        padding: 7px 10px
    }
}

.game__control-btn.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.game__controls-checkbox-inner a {
    color: #6E739E;
}

.game__controls-right {
    z-index: 2;
}

.game__controls-checkbox-inner,
.game__controls-right {
    align-items: center;
    display: flex
}

.game__controls-checkbox-inner>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.game__controls-checkbox-inner {
    padding-bottom: .5rem;
    padding-right: 15px;
    padding-top: .5rem
}

.game__controls-checkbox-inner a {
    font-size: 13px;
    font-weight: 600;
    opacity: .5;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.game__controls-checkbox-inner a.active,
.game__controls-checkbox-inner a:hover {
    opacity: 1
}

.game__controls-checkbox {
    --tw-bg-opacity: 1;
    background-color: rgb(89 93 128 / 30%);
    border-radius: 9999px;
    cursor: pointer;
    height: 12px;
    position: relative;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 35px
}

.game__controls-checkbox span {
    --tw-translate-x: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 9999px;
    height: 20px;
    left: -2px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    width: 20px
}

.game__controls-checkbox.active {
    --tw-bg-opacity: 1;
    background-color: #5FC71F;
}

.game__controls-checkbox.active span {
    --tw-translate-x: 18px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.top-game-wins {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity .15s ease-in-out;
}

.top-game-wins:hover {
    opacity: .9;
}

.top-game-wins .item {
    background-color: rgb(46 48 75 / 35%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    padding: 7px 12px;
}

.top-game-wins .item svg.icon {
    width: 16px;
    height: 16px;
}

.top-game-wins .item .coeff {
    color: #C6CAD8;
    font-size: 12px;
}

.top-game-wins .item .user {
    color: #7C84C7;
    font-size: 13px;
}

.card-header .card-tab {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

.card-header .card-tab .item {
    background: #2D304B;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15) inset;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 10px;
    color: #878CB2;
    cursor: pointer;
    transition: opacity .15s ease-in-out;
}

.card-header .card-tab .item:not(.active):hover {
    opacity: .85;
}

.card-header .card-tab .item.active {
    background: linear-gradient(180deg, #5FC71F 0%, #5B791B 100%);
    box-shadow: 0px 0px 25px 0px rgba(93, 175, 30, 0.40);
    color: #fff;
}

.tippy-box[data-theme~='main'] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    color: rgb(40 45 56 / var(--tw-text-opacity));
    font-size: 13px;
    font-weight: 600;
}

.tippy-box[data-theme~='main'] .tippy-arrow {
    color: #fff;
}

.game-content .slots-title {
    color: #C6CAD8;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}

.game-content .slots-title svg {
    width: 20px;
    fill: #C6CAD8;
    height: 20px;
}

body.game-mobile {
    overflow: hidden;
}

.slots-more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.slots-more p {
    color: #C6CAD8;
}

.slots-more .percentage {
    position: relative;
    height: 2px;
    width: 100%;
    background: #1E2137;
    overflow: hidden;
    border-radius: 25px;
}

.slots-more .percentage .percentage-bar {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #6db35c;
}

.slots-more p {
    margin-bottom: 0;
}

.slots-more .line {
    width: 200px;
    height: 2px;
}

.slots-more .btn {
    margin-top: 8px;
    transition: opacity .15s ease-in-out;
    border-radius: 12px;
    padding-left: 20px;
    height: 48px;
    padding-right: 20px;
}

.slots-more .btn:hover {
    opacity: .85 !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.slots-loading {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slots-loading img {
    animation: pulse .7s infinite ease-in-out;
    width: 100px;
}

.slots-error {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slots-error .text {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.slots-error img {
    width: 110px;
}

[data-menu="menu-container"] .right-buttons .bottom-data {
    display: flex;
    gap: 8px;
}

.bonus .socials {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.bonus .socials .item {
    width: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    text-align: center;
    gap: 24px;
}

.bonus .socials .item .title {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.bonus .socials .item .title span {
    text-align: left;
}

.bonus .socials .item .title span b {
    font-weight: 600;
}

.bonus .socials .item .title .icon {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    filter: drop-shadow(0px 14px 20px rgba(0, 0, 0, .5));
    fill: #ffffff;
    opacity: 1;
}

.bonus .socials .item.bg-telegram .title .icon {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
}

.bonus .socials .item.bg-telegram {
    background: #2da7fe;
}

@media (max-width: 768px) {
    .bonus .socials .item.bg-telegram {
        background-image: none;
    }
}

.bonus .socials .item .btn {
    font-size: 12px;
    padding: 10px 13px;
    border-radius: 8px;
    transition: .15s ease-in-out;
}

.bonus .socials .item .btn:hover {
    opacity: .9;
}

.bonus .semi-bonus {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.bonus .semi-bonus .item {
    width: 100%;
    background: #1c1d2a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.bonus .semi-bonus .item .image {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    opacity: .1;
    z-index: 1;
}

.bonus .semi-bonus .item .image img {
    width: 150px;
}

.bonus .semi-bonus .item:nth-child(2) .image img {
    width: 220px;
}

.bonus .semi-bonus .item:nth-child(3) .image img {
    width: 200px;
}

.bonus .semi-bonus .item .info {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.bonus .semi-bonus .item .info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.bonus .semi-bonus .item .info .description {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #595D80;
    font-size: 14px;
}

.bonus .semi-bonus .item .info .btn {
    padding: 10px 18px;
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
    font-size: 13px;
}

.bonus .semi-bonus .item .info .btn:disabled {
    opacity: .6 !important;
    background: linear-gradient(180deg, #C71F1F 0%, #79201B 100%);
    box-shadow: 0px 0px 25px 0px rgba(175, 30, 30, 0.80);
}

.bonus .semi-bonus .item .info .btn:not([disabled]):hover {
    opacity: .85;
}

.bonus .socials .item .btn[disabled] {
    opacity: .6 !important;
    background: linear-gradient(180deg, #C71F1F 0%, #79201B 100%);
    box-shadow: 0px 0px 25px 0px rgba(175, 30, 30, 0.80);
}

.modal-telegram .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}

.modal-telegram .description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #878CB2;
}

.modal-telegram .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.modal-telegram .modal__input {
    margin-bottom: 0;
    width: 100%;
}

.modal-telegram .flex {
    display: flex;
    margin-top: 13px;
    width: 100%;
    gap: 10px;
}

.modal-telegram .flex .btn {
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
}

.modal-telegram .flex .btn:hover {
    opacity: .85;
}

.flat_button.a-f-c {
    display: flex;
    align-items: center;
}

.modal-settings .title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin-bottom: 20px;
}

.modal-settings .description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #878CB2;
}

.modal-settings .modal-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 20px;
    padding-top: 18px;
    max-width: 500px;
    margin: 0 auto;
}

.modal-settings .label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}

.modal-settings .set-email {
    width: 100%;
    background: #1c1d2a;
    padding: 12px 14px;
    border-radius: 8px;
    margin-top: 12px;
}

.modal-settings .set-email .flex {
    display: flex;
    width: 100%;
    gap: 10px;
}

.modal-settings .set-email .btn {
    margin-top: 0;
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
    width: 180px;
}

.modal-settings .set-email .flex .modal__input {
    width: 100%;
    margin-bottom: 0;
}

.modal-settings .set-email .btn:not([disabled]):hover {
    opacity: .85;
}

.modal-settings .change-password {
    width: 100%;
}

.modal-settings .change-password {
    width: 100%;
    background: #1c1d2a;
    padding: 12px 14px;
    border-radius: 8px;
}

.modal-settings .change-password .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

.modal-settings .change-password .modal__input {
    margin-bottom: 0;
}

.modal-settings .change-password .btn {
    margin-top: 0;
    height: 100%;
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
}

.modal-settings .change-password .btn:hover {
    opacity: .85;
}

.modal-settings .link-socials {
    width: 100%;
    background: #1c1d2a;
    padding: 12px 14px;
    border-radius: 8px;
    margin-top: 12px;
}

.modal-settings .link-socials .flex {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.modal-settings .link-socials .btn {
    width: 100%;
    border-radius: 8px;
    color: #fff;
    transition: opacity .15s ease-in-out;
    font-weight: 600;
}

.modal-settings .link-socials .btn:hover {
    opacity: .85;
}

.btn.bg-telegram {
    background-color: #2EA7FE !important;
}

.bonus .top-bonus .item .description {
    /* padding: 0 18px; */
}

.dataTables_length,
.dataTables_filter,
.dataTables_info {
    display: none;
}

.dataTables_paginate {
    display: flex;
    padding: 20px;
    gap: 10px;
}

.dataTables_paginate .paginate_button {
    background-color: #2D304B !important;
    border: none;
    padding: 8px 16px;
    color: #e1e1e1;
    border-radius: 8px;
    font-size: 13px;
    transition: all .15s ease-in-out;
}

.dataTables_paginate .paginate_button.disabled {
    opacity: .3;
    cursor: not-allowed;
}

.dataTables_paginate .paginate_button.current {
    background: linear-gradient(180deg, #10D4E7 0%, #214594 100%);
}

.dataTables_paginate .paginate_button:not(.current):not(.disabled):hover {
    opacity: .8;
}

.dataTables_paginate span {
    display: flex;
    gap: 8px;
}

.bonus .user-bonus .item:first-child .title svg {
    width: 18px;
}

.affiliate .table thead th {
    cursor: pointer;
}

.modal-tournament .hidden {
    display: none !important;
}

.tournament-loading {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tournament-loading img {
    animation: pulse .7s infinite ease-in-out;
    width: 100px;
}

table.dataTable td.dataTables_empty {
    text-align: center;
}

.affiliate .table-responsive[data-users="0"] .dataTables_paginate {
    display: none;
}

.affiliate .table-responsive[data-logs="0"] .dataTables_paginate {
    display: none;
}

.affiliate .table-responsive[data-transitions="0"] .dataTables_paginate {
    display: none;
}

.affiliate .table-responsive table.dataTable {
    width: 100% !important;
}

.profile-loading {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-loading img {
    animation: pulse .7s infinite ease-in-out;
    width: 100px;
}

.table-lime {
    color: #5FC71F;
}

.table-tomato-color {
    color: #C71F1F;
}

.main-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000 !important;
    background: #12131C;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.main-preloader img {
    animation: pulse .7s infinite ease-in-out;
    width: 150px;
}

body.preloader {
    overflow: hidden;
}

.wallet__list-inner::-webkit-scrollbar {
    width: 3px;
}

.history__tab[data-modal-history-tab="loading"] {
    min-height: 200px;
}

.wallet__loading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wallet__loading img {
    animation: pulse .7s infinite ease-in-out;
    width: 100px;
}

.game-content .game__controls-checkbox-inner.guest {
    opacity: .5;
    pointer-events: none;
}

.history .table-responsive[data-has="false"] .dataTables_paginate {
    display: none;
}

.wallet__history-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.wallet__history-item .wallet__history-head {
    transition: opacity .15s ease-in-out;
    cursor: pointer;
}

.wallet__history-item .wallet__history-head:hover {
    opacity: .8;
}

.wallet__history-item .wallet__history-content.active {
    display: block;
}

.history-pagination {
    background: rgb(25 26 38);
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #232531;
}

.history-pagination .button {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: rgb(41 43 62) !important;
    border: none;
    padding: 6px 16px;
    color: #878cb2;
    border-radius: 8px;
    font-size: 12px;
    transition: all .15s ease-in-out;
    user-select: none;
}

.history-pagination .button:not(.disabled):hover {
    opacity: .85;
}

.history-pagination .count {
    display: flex;
    gap: 6px;
    align-items: center;
    user-select: none;
    color: #878CB2;
}

.history-pagination .count .now {
    background-color: rgb(41 43 62) !important;
    border: none;
    padding: 6px 16px;
    color: #878CB2;
    border-radius: 8px;
    font-size: 12px;
    transition: all .15s ease-in-out;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}

.history-pagination .button svg.icon {
    width: 20px;
    fill: #878CB2;
    height: 20px;
}

.history-pagination .button.next svg.icon {
    transform: rotate(180deg);
}

.wallet__history-gethistory {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.history-pagination .button.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.live-drop .game-name {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    min-width: 190px;
}

.modal-success-recovery .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}

.modal-success-recovery .description {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #878CB2;
}

.modal-success-recovery .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.modal-success-recovery .modal-content .form {
    margin-top: 12px;
    width: 100%;
}

.modal-success-recovery .modal-content .form .btn {
    border-radius: 8px;
    width: 100%;
    transition: opacity .15s ease-in-out;
}

.modal-success-recovery .modal-content .form .btn:hover {
    opacity: .9;
}

.lobby__filter-providers>div:first-child button {
    min-width: 100px !important;
}

.full-content {
    transition: all .2s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: calc(100% - 71px);
    margin-left: 71px;
}

.leftsidebar {
    position: fixed;
    border-right: 1px solid #1A1B28;
    left: 0;
    top: 0;
    height: 100%;
    min-width: 100px;
    max-width: 100px;
    background: #101119;
}

.leftsidebar .logo {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101119;
}

.leftsidebar .logo img {
    width: 48px;
    transition: all .15s ease-in-out;
}

.leftsidebar .logo img:hover {
    opacity: .8;
    transform: scale(.97);
}

.leftsidebar .panel .items {
    display: flex;
    flex-direction: column;
}

.leftsidebar .panel .items .title {
    text-align: center;
    color: #7b7ea8;
    font-weight: 600;
    font-size: 11px;
    height: 28px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.leftsidebar .panel .items .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.leftsidebar .panel .items .list .item.active {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15sease-in-out;
    /* background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box; */
    border: 1px solid #4071b9;
}

.leftsidebar .panel .items .list .item.active svg {
    fill: rgb(255 255 255);
}

.leftsidebar .panel .items .list .item {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#12131C, #1D1F2C);
    border-radius: 14px;
    border: 1px solid #20212e;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.leftsidebar .panel .items .list .item:not(.active):hover {
    background: linear-gradient(#12131C, #1D1F2C);
}

.leftsidebar .panel .items .list .item:not(.active):hover svg {
    fill: #cbcdff;
}

.leftsidebar .panel .items .list .item img {
    width: 100%;
    height: 100%;
    fill: #3F4363;
    transition: all .15s ease-in-out;
    transform: scale(.525);
}

.leftsidebar .panel .items:nth-child(2) {
    margin-top: 2px;
}

.leftsidebar .panel .items .list .item.bonus {
    margin-bottom: 0 !important;
}

.leftsidebar .panel .items .list .item.bonus svg {
    transform: scale(.625);
}

.horizontal-layout .navbar-fixed,
.header-navbar .navbar-container {
    min-height: 77px !important;
    height: 77px !important;
}

.header-navbar .navbar-container {
    padding: 0 25px !important;
    width: 100% !important;
    align-items: center;
}

.leftsidebar .bottom {
    display: flex;
    height: calc(100% - 100px);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.leftsidebar .bottom .bottom-data {
    width: 100%;
    background: rgb(16 17 25);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 16px 0;
    border-top: 1px solid #1a1b28;
}

.leftsidebar .bottom .bottom-data .item {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191a26;
    border-radius: 10px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.sidebar-language {
    position: relative;
}

.sidebar-language .item.select-language {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-language .item.select-language .language-image {
    width: 24px;
    border-radius: 4px;
}

.sidebar-language .select-language-form {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    background: #1c1d2a;
    border-radius: 6px;
    width: 42px;
    flex-direction: column;
    display: none;
}

.sidebar-language .select-language-form .language-item {
    width: 42px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    transition: opacity 200ms ease-in-out;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
}

.sidebar-language .select-language-form .language-item:not(.active):hover {
    opacity: .8;
}

.sidebar-language .select-language-form .language-item.active {
    background: #222436;
    cursor: not-allowed;
}

.sidebar-language .select-language-form .language-item.active .language-image {
    filter: drop-shadow(0px 0px 25px rgba(198, 202, 216, 0.30));
}

.sidebar-language .select-language-form .language-item .language-image {
    width: 20px;
    border-radius: 4px;
}

.sidebar-language .select-language-form.active {
    display: flex;
}

.leftsidebar .bottom .bottom-data .item.telegram {
    background-color: #2EA7FE !important;
    /*box-shadow: 0px 0px 12px 0px rgba(40, x76, 171, .5);*/
    padding: 3px;
    border-radius: 10px;
}

.leftsidebar .bottom .bottom-data .item.vk {
    background-color: #4d7198 !important;
    padding: 3px;
    border-radius: 10px;
}

.leftsidebar .bottom .bottom-data .item.telegram svg,
.leftsidebar .bottom .bottom-data .item.vk svg {
    fill: #fff;
}

.leftsidebar .bottom .bottom-data .item:hover {
    opacity: .85;
}

.leftsidebar .bottom .bottom-data .item svg {
    width: 100%;
    height: 100%;
    fill: #3F4363;
    transform: scale(.525);
}

.tippy-box[data-theme~='sidebar'] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #2D3048;
    color: rgb(198 202 216);
    box-sizing: none;
    font-size: 12px;
    margin-left: 2px;
    font-weight: 600;
}

.tippy-box[data-theme~='sidebar'] .tippy-arrow {
    color: #2D3048;
}

.full-content .sticky-wrapper {
    position: fixed;
    width: 60%;
    top: 0;
    z-index: 1039 !important;
    transition: all .2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.full-content .app-content {
    width: 100% !important;
    padding: 0 25px !important;
    margin-top: 87px !important;
    height: calc(100vh - 87px);
}

.full-content .app-content .content-wrapper,
.full-content .app-content .content-body,
.full-content .app-content .row,
.full-content .app-content .col-xs-12.main {
    height: 100%;
}

.full-content .app-content .col-xs-12.main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game-content .live-bottom [data-card-tab="tournament"] table,
.live-drop [data-live-tab="tournament"] table {
    display: inline-table !important;
}

.leftsidebar .bottom .panel {
    height: 100%;
    overflow-y: auto;
}

.leftsidebar .bottom .panel::-webkit-scrollbar,
.full-content .app-content::-webkit-scrollbar {
    display: none;
}


.bonus .freespins {
    margin-top: 20px;
}

.bonus .freespins.hide {
    display: none;
}

.bonus .freespins .card-body {
    padding: 20px !important;
}

.bonus .freespins .list-title {
    color: #878CB2;
    margin-bottom: 15px;
    font-weight: 600;
}

.bonus .freespins .spins-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.bonus .freespins .spins-list .item {
    border-radius: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgb(24 26 46);
}

.bonus .freespins .spins-list .item .banner {
    width: 100%;
    transition: all .15s ease-out;
    padding: 18px;
    padding-bottom: 0;
}

.bonus .freespins .spins-list .item .banner img {
    width: 100%;
    pointer-events: none;
    border-radius: 8px;
}

.bonus .freespins .spins-list .item .info {
    padding: 18px;
    width: 100%;
    padding-top: 10px;
}

.bonus .freespins .spins-list .item .info .btn {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: opacity .15s ease-in-out;
}

.bonus .freespins .spins-list .item .info .btn:hover {
    opacity: .85;
}

.bonus .freespins .spins-list .item .info .spins-flex {
    display: flex;
    gap: 8px;
}

.bonus .freespins .spins-list .item .info .title {
    color: #C6CAD8;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 18px;
}

.bonus .freespins .spins-list .item .info .description {
    color: #878CB2;
    font-weight: 600;
    padding-bottom: 12px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bonus .freespins .spins-list .item .info .description span:first-child {
    font-size: 14px;
}

.bonus .freespins .spins-list .item .info .description span:last-child {
    color: #6E739E;
}

.bonus .freespins .spins-list .item .info .description span b {
    font-weight: 600;
}

.bonus .freespins .spins-list .item .info .remained .progress {
    margin: 0;
    width: 100%;
    height: 16px;
    color: #3F4363;
    background: rgb(45 48 75 / 70%);
    border-radius: 8px;
    overflow: hidden;
}

.bonus .freespins .spins-list .item .info .remained .progress .line {
    background: rgb(198 202 216 / 90%);
    height: 100%;
    border-radius: 8px;
    display: flex;
    min-width: 43px;
    align-items: center;
    justify-content: end;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
}

.bonus .freespins .spins-list .item .info .remained .p-info {
    display: flex;
    justify-content: space-between;
    color: #6E739E;
    padding-bottom: 3px;
}

.bonus .freespins .spins-list .item .info .remained .p-info span {
    font-size: 13px;
}

.mobile-games {
    display: flex;
    margin-bottom: 12px;
    gap: 10px;
}

.mobile-games .item {
    height: 100px;
    border-radius: 8px;
    width: 100%;
    background-size: cover;
    transition: all .15s ease-in-out;
    background-position: center;
}

.mobile-games .item .info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    border-radius: 8px;
    display: flex;
    justify-content: end;
    align-items: start;
    font-weight: 600;
    transition: all .15s ease-in-out;
    padding: 8px 10px;
    text-align: center;
    flex-direction: column;
}

.mobile-games .item .info .title {
    color: rgb(225 225 225 / 90%);
    font-size: 26px;
    line-height: 26px;
}

.mobile-games .item .info .description {
    font-size: 11px;
    color: rgb(198 202 216 / 80%);
}

.mobile-games .item .info .description span {
    font-size: 12px;
    font-weight: 600;
}

.mobile-games .item:hover {
    transform: scale(.99);
}

.mobile-games .item .info:hover {
    opacity: .9;
}

#chatra:not(.chatra--expanded) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

.game-content .game__controls .game__controls-center {
    width: 80px;
    opacity: .3;
    pointer-events: none;
}

.game-content .game__controls .game__controls-center img {
    width: 100%;
}

[data-menu="menu-container"] .right-buttons .balance {
    display: flex;
    min-height: 44px;
}

[data-menu="menu-container"] .right-buttons .balance .amount {
    border-radius: 14px 0px 0px 14px;
    background: linear-gradient(0.25turn, #222334, #1a1b2800);
    box-shadow: none;
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222334;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding-right: 30px;
    white-space: nowrap;
}

[data-menu="menu-container"] .right-buttons .balance .header-wallet {
    border-radius: 12px;
    margin-left: -6px;
}

.table-responsive {
    overflow: hidden !important;
}

[data-menu="menu-container"] .right-buttons .balance .header-wallet {
    font-weight: 500;
}

[data-menu="menu-container"] .right-buttons .flat_button.profile {
    background: #1f202f !important;
    !i;
    !;
    font-weight: 600;
}

.live-loading {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-loading img {
    animation: pulse .7s infinite ease-in-out;
    width: 100px;
}

.modal-wallet .wallet__tab-content[data-modal-tab="deposit"] .mb-last {
    margin-bottom: 15px;
}

.modal-wallet .wallet__tab-content[data-modal-tab="deposit"] .icon-input input[name="promocode"] {
    padding: 0 16px;
}

#modal-auth .modal-content .auth__content .dn-or,
#modal-register .modal-content .auth__content .dn-or {
    position: relative;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 8px;
    justify-content: center;
}

#modal-auth .modal-content .auth__content .dn-or span,
#modal-register .modal-content .auth__content .dn-or span {
    padding: 0 10px;
    text-transform: uppercase;
    color: rgb(198 202 216 / 50%);
    font-weight: 600;
}

#modal-auth .modal-content .auth__content .dn-or .line,
#modal-register .modal-content .auth__content .dn-or .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .05);
}

.rightsidebar {
    position: fixed;
    box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, .1);
    right: 0;
    top: 0;
    height: 100%;
    min-width: 300px;
    max-width: 300px;
    background: #1E2137;
    z-index: 999;
    transition: all .2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rightsidebar.mobile-open {
    margin-right: 0 !important;
}

body::-webkit-scrollbar {
    display: none;
}

.sliders__slide-top-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: start;
    align-items: flex-start;
}

.footer {
    display: flex;
    flex-direction: column;
    background: #191A26;
    border-radius: 16px 16px 0 0;
    padding: 20px 20px;
}

.footer__header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer__branding {
    margin-right: 20px;
    line-height: 1.8;
}

.footer__logo {
    max-width: 135px;
    display: block;
    transition: opacity .15s ease-in-out;
}

.footer__logo:hover {
    opacity: .8;
}

.footer__logo img {
    max-width: 100%;
}

.footer .copyright {
    color: #595D80;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
}

.footer__nav {
    display: flex;
}

.footer__nav {
    margin-right: 15px;
}

.text-nav__block:first-of-type {
    margin-right: 40px;
}

.text-nav__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-nav__link {
    color: #74779F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all .15s ease-in-out;
}

.text-nav__link:hover,
.text-nav__link:focus {
    color: #C6CAD8;
}

.text-nav__link.active {
    color: #C6CAD8;
}

.footer__security {
    display: flex;
    /* flex-direction: column; */
    /* align-items: flex-end; */
    gap: 8px;
}

.footer .encryption {
    padding: 6px 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(99, 45, 168, 0.45) 0%, rgba(129, 45, 168, 0.45) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer__encryption {
    margin-bottom: 10px;
}

.footer .rng-test {
    font-size: 12px;
    line-height: 1.4;
    color: #595D80;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.rng-links {
    display: block;
    margin-top: 5px;
}

.footer-link {
    color: var(--color-gray);
    font-size: .9rem;
    font-weight: 500;
}

.footer-link {
    display: flex;
    align-items: center;
}

.footer-link_light {
    color: #fff;
}

.footer-link__icon {
    color: var(--color-accent);
    margin-right: 5px;
    font-size: 14px;
}

.version {
    color: var(--color-gray);
    font-size: 0.8em;
    font-weight: 800;
}

.footer__version {
    margin-left: auto;
    margin-right: 0;
}

body.chat-show .rightsidebar {
    margin-right: 0;
}

body.chat-hidden .rightsidebar {
    margin-right: -300px;
}

.rightsidebar .chat-header {
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    background: #1c1e34 !important;
}

.rightsidebar .chat-header .title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.rightsidebar .chat-header .right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rightsidebar .chat-header .right #total-online {
    color: #d1d1d1;
}

.flat_button.chat-button {
    width: 36.5px;
    padding: 7px 10px 7px;
    background: linear-gradient(180deg, rgb(53 95 203) 0%, #2D4FA8 100%);
    box-shadow: 0px 0px 25px 0px rgba(53, 95, 203, 0.55);
}

.right-buttons .dr-line {
    background: rgb(63 67 99 / 40%);
    width: 2px;
    border-radius: 12px;
    margin: 0 4px;
}

.rightsidebar .chat-input {
    background: rgb(28 30 52);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 62px;
}

.rightsidebar .chat-input .message-box {
    height: 62px;
    width: 100%;
    background: transparent;
    padding: 015px;
    color: #e1e1e1;
    font-size: 13px;
}

.rightsidebar .chat-input .message-box::placeholder {
    color: #595D80;
}

.rightsidebar .chat-input .send-message {
    height: calc(100% - 26px);
    width: 42px;
    min-width: 36px;
    padding: 0;
    margin-right: 10px;
    background: linear-gradient(180deg, #10D4E7 0%, #214594 100%);
    box-shadow: 0px 4px 10px 0px rgba(23, 149, 194, 0.15);
    border: none;
    color: #e1e1e1;
    font-size: 16px;
    transition: all .15s ease-in-out;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightsidebar .chat-input .send-message:not([disabled]):hover {
    opacity: .85;
}

.rightsidebar .chat-input .text-amount {
    font-size: 13px;
    color: #595D80;
    margin-right: 15px;
}

.rightsidebar .chat-messages {
    height: calc(100% - 124px);
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}

.rightsidebar .chat-messages .item {
    border-radius: 15px;
    background: #181A2E;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
    padding: 12px 15px;
    margin-bottom: 10px;
    padding-left: 12px;
    display: flex;
    gap: 10px;
}

.rightsidebar .chat-messages .item.animation {
    animation: chatMessageSlideUp .2s forwards;
}

.rightsidebar .chat-messages .item .avatar {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: self-start;
}

.rightsidebar .chat-messages .item .main {
    width: 100%;
}

.rightsidebar .chat-messages .item .avatar img {
    width: 35px;
    height: 35px;
    min-width: 35px;
}

.rightsidebar .chat-messages .item .info {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    width: 100%;
}

.rightsidebar .chat-messages .item .info .username {
    color: #595D80;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: opacity .15s ease-in-out;
}

.rightsidebar .chat-messages .item .info .left {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rightsidebar .chat-messages .item .info .fa-gavel {
    background: linear-gradient(180deg, #10D4E7 -30.13%, #214594 105.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
}

.rightsidebar .chat-messages .item.information .info .username {
    background: linear-gradient(180deg, #10D4E7 0%, #355FCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.rightsidebar .chat-messages .item.information .description {
    color: #e1e1e1;
}

.rightsidebar .chat-messages .item.default .info .username:hover {
    opacity: .9;
}

.rightsidebar .chat-messages .item .info .time {
    color: #595D80;
    display: flex;
    gap: 6px;
}

.rightsidebar .chat-messages .item .info .time .admin {
    display: flex;
    gap: 4px;
}

.rightsidebar .chat-messages .item .info .time .admin .btn {
    padding: 0;
    color: #7C84C7;
    font-size: 11px;
    transition: all .15s ease-in-out;
}

.rightsidebar .chat-messages .item .info .time .admin .btn:hover {
    opacity: .85;
}

.rightsidebar .chat-messages .item .description {
    font-size: 12px;
    color: #6E739E;
    padding-top: 2px;
    font-weight: 600;
    word-break: break-word;
}

.rightsidebar .chat-messages .item:last-child {
    margin-bottom: 1px;
}

.rightsidebar .chat-header:before {
    content: "\f086";
    position: absolute;
    color: #6E739E;
    opacity: .1;
    left: 14px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 42px;
    transform: scale(1.5);
}

.rightsidebar .chat-header .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rightsidebar .chat-header .left .chat-rules {
    border-radius: 8px;
    background: linear-gradient(180deg, #5FC71F 0%, #5B791B 100%);
    box-shadow: 0px 0px 25px 0px rgba(93, 175, 30, 0.40);
    padding: 4px 8px;
    font-size: 11px;
}

#modal-rules .chat-rules {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    gap: 10px;
}

#modal-rules .chat-rules .char-rule {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

#modal-rules .chat-rules .char-rule .rule-title {
    color: #e1e1e1;
    font-weight: 600;
    font-size: 16px;
}

#modal-rules .chat-rules .char-rule .rule-description {
    color: #C6CAD8;
    font-weight: 500;
    font-size: 14px;
}

html,
html body {
    height: auto !important;
    overscroll-behavior: none;
    font-family: Google Sans, sans-serif !important;
    !i;
    !;
    !o;
    !om;
    !o;
    !;
}

.modal-dialog.modal-rules .modal-content {
    max-width: 470px;
    margin: 0 auto;
}

.modal-dialog.modal-rules .modal-content {
    padding: 20px 20px 24px 20px;
}

.modal-rules .title {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.rightsidebar .chat-input .need-auth {
    background: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #e1e1e1;
    z-index: 999;
    font-weight: 600;
}

[data-user-id="0"] .rightsidebar .chat-input>*:not(.need-auth) {
    filter: blur(2px);
}

@keyframes chatMessageSlideUp {
    from {
        transform: translateX(30px);
    }

    to {
        transform: translateX(0);
    }
}

.affiliate .head-tab {
    padding: 15px;
    display: flex;
    gap: 10px;
    background: #191a26;
    border-radius: 16px 16px 0 0;
    overflow-x: auto;
}

.affiliate .head-tab .btn {
    background: #202130;
    border-radius: 10px;
    font-size: 12px;
    padding: 8px 20px;
    color: #7b7ea8;
    height: 40px;
    border: none;
    transition: none;
    font-weight: 500;
    transition: opacity .2s ease-in-out;
}

.affiliate .head-tab .btn:not(.active):hover {
    opacity: .8;
}

.affiliate .head-tab .btn.active {
    background: linear-gradient(#8238ED, #4E02BC);
    color: #e1e1e1;
}

.affiliate .card-body[data-tab] {
    display: none;
}

.affiliate .card-body[data-tab].open {
    display: block;
}

.affiliate .transitions {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.affiliate .transitions .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #191a26;
    border-radius: 16px;
    padding: 14px 18px;
}

.affiliate .transitions .item .left .title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.affiliate .transitions .item .left .description {
    color: #595D80;
    padding-top: 2px;
    display: block;
    font-size: 14px;
}

.affiliate .transitions .item .right .count {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.wallet__tab-list {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    width: 100%;
}

.wallet__tab-list .wallet__tab-btn {
    width: 50%;
    background: #1B1F40;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 6px;
    border-radius: 6px;
    transition: opacity .15s ease-in-out;
}

.wallet__tab-list .wallet__tab-btn:not(.active):hover {
    opacity: .85;
}

.wallet__tab-list .wallet__tab-btn.active {
    background: linear-gradient(180deg, #10D4E7 0%, #214594 100%);
}

.modal-wallet .icon-input.without input {
    padding: 0 12px;
}

.wallet__qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0;
    margin-top: 14px;
}

.wallet__qrcode img {
    width: 160px;
    border-radius: 6px;
    background: #fff;
    padding: 8px;
    user-select: none;
}

.wallet__qrcode canvas {
    display: none;
}

.modal__form .btn.input-copy {
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    padding: 0 16px;
    font-size: 14px;
}

.modal__form .btn.input-copy:hover {
    opacity: .85;
}

.modal__form.flex-address {
    display: flex;
    gap: 8px;
}

.modal__warning-crypto {
    margin-top: 14px;
    border-radius: 12px;
    background: #222434;
    font-size: 12px;
    padding: 10px 14px;
    color: #e1e1e1;
}

.modal__warning-crypto.red {
    border-color: #C71F1F;
}

.tournament {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tournament .info {
    display: flex;
    background: #191a26;
    padding: 12px 16px;
    border-radius: 8px;
    justify-content: space-around;
}

.tournament .info .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #202230;
    width: 100%;
}

.tournament .info .item:last-child {
    border-right: none;
}

.tournament .info .item .title {
    font-size: 12px;
    color: #75779f;
}

.tournament .info .item .description {
    font-size: 18px;
    color: #e1e1e1;
    font-weight: 600;
}

.tournament .border-info {
    border-radius: 6px;
    background: #191a26;
    font-size: 14px;
    padding: 12px 14px;
    color: #C6CAD8;
    text-align: center;
}

.tournament .timer {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tournament .timer .tick .block {
    background: #1f202f;
    border-radius: 8px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.tournament .timer .tick {
    width: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tournament .timer .l-tick {
    font-size: 12px;
    color: #666c9a;
    margin-top: -16.5px;
}

.tournament .timer .tick span {
    font-size: 10px;
    color: #75779f;
}

.tournament .title-el {
    display: flex;
    background: #191a26;
    padding: 12px 16px;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.tournament .title-el .left .name {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.tournament .title-el .left .description {
    padding-top: 2px;
    font-size: 14px;
    color: #75779f;
    font-weight: 600;
}

.tournament .title-el .center {
    display: flex;
    color: #C6CAD8;
    position: relative;
    gap: 4px;
    align-items: center;
    height: 100%;
}

.tournament .title-el .center span {
    border-radius: 10px;
    background: #2D304B;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15) inset;
    font-size: 12px;
    padding: 4px 8px;
    color: #e1e1e1;
    margin-left: 2px;
    font-weight: 600;
}

.tournament .title-el .center:before {
    content: '';
    background-image: url("/static/images/tournament-icon.svg");
    height: 124px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background-position: center;
    opacity: .2;
    margin-top: 7px;
}

#modal-profile div[data-profile-tab] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history.game-history {
    margin-bottom: 25px;
}

.modal-settings .conf {
    width: 100%;
    background: #1c1d2a;
    padding: 14px;
    border-radius: 8px;
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.modal-settings .conf .item.loading {
    pointer-events: none;
}

.modal-settings .conf .item.loading:before {
    content: "\f110";
    font-family: FontAwesome;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    border-radius: 8px;
}

.modal-settings .conf .item.loading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(24 26 46 / 60%);
    z-index: 1;
    border-radius: 8px;
}

.modal-settings .conf .item {
    display: flex;
    background: #262738;
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    gap: 10px;
    color: #878CB2;
    align-items: center;
    position: relative;
}

.modal-settings .conf .item .toggler {
    width: 40px;
    min-width: 40px;
    height: 24px;
    background: rgb(59 60 86);
    border-radius: 100px;
    padding: 0 4px;
    cursor: pointer;
}

.modal-settings .conf .item .toggler div {
    background: #64668b;
    display: block;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    transition: all .15s ease-in-out;
}

.modal-settings .conf .item .toggler.on div {
    transition: opacity .15sease-in-out;
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border-radius: 12px;
    border: 1px solid transparent;
    transform: translateX(15px);
}

.modal-settings .conf .label {
    margin-bottom: 0;
}

.modal-settings .conf .item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.modal-settings .conf .item .info .title {
    font-size: 14px;
    margin: 0;
    color: #878CB2;
    text-align: left;
}

.modal-settings .conf .item .info .description {
    color: #6E739E;
    font-size: 12px;
    text-align: left;
}

.modal .modal-content {
    max-height: 100%;
    overflow-y: scroll;
    overscroll-behavior: none;
}

.modal .modal-content::-webkit-scrollbar {
    display: none;
}

.modal-profile .profile-hidden {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.modal-profile .profile-hidden>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)))
}

.modal-profile .profile-hidden {
    padding-bottom: 30px;
    padding-top: 25px;
    text-align: center
}

.modal-profile .profile-hidden b {
    font-size: 38px;
    line-height: 42px;
    color: #e1e1e1;
}

.modal-profile .profile-hidden span {
    --tw-text-opacity: 1;
    color: #878CB2;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px
}

.faq.faq-bonus {
    margin-bottom: 15px;
}

.game-content .slots-error {
    height: 100%;
    gap: 10px;
}

.game-content .slots-error .image {
    width: 60px;
}

.game-content .slots-error .image img {
    width: 100%;
}

.game-content .slots-error span {
    color: #e53051;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.header-navbar .navbar-container .tablet-burger {
    display: none;
    color: #6E739E;
    transition: opacity .15s ease-in-out;
}

.header-navbar .navbar-container .tablet-burger i.fa-times {
    font-size: 18px;
}

.header-navbar .navbar-container .tablet-burger i.fa-bars {
    font-size: 16px;
}

.header-navbar .navbar-container .tablet-burger:hover {
    opacity: .85;
}

.affiliate .head-tab::-webkit-scrollbar {
    display: none;
}

body.chat-open {
    overflow: hidden !important;
}

table {
    overscroll-behavior: none;
}

.tournament .table-responsive {
    overflow-x: auto !important;
}

.modal-settings .change-password[data-actual="set"] .flex .btn {
    grid-column: span 2;
}

#modal-register .modal__form [data-register-tab="social"] {
    flex-direction: column !important;
}

#modal-auth .modal-content .auth__content .btn-telegram,
#modal-register .modal-content .auth__content .btn-telegram {
    background-color: rgb(38 166 231) !important;
    margin-bottom: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: all .15s ease-in-out;
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
}

#modal-auth .modal-content .auth__content .btn-telegram:hover,
#modal-register .modal-content .auth__content .btn-telegram:hover {
    opacity: .9;
}

#modal-auth .modal-content .auth__content .btn-telegram svg.icon,
#modal-register .modal-content .auth__content .btn-telegram svg.icon {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.affiliate .dataTables_processing,
.history .dataTables_processing {
    color: rgb(225 225 225 / 80%);
    background: rgb(0 0 0 / 20%);
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 600;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
}

.user-open-profile {
    cursor: pointer;
}

@media(max-width: 468px) {
    .modal-profile .avatar {
        width: 65px;
    }
}

body.chat-disable .rightsidebar {
    display: none;
}

body.chat-disable [data-menu="menu-wrapper"] [data-menu="menu-container"] .right-buttons .dr-line,
body.chat-disable [data-menu="menu-wrapper"] [data-menu="menu-container"] .right-buttons .chat-button {
    display: none;
}

.swiper-btn {
    margin: 0;
    padding: 0;
    transition: opacity 200ms ease-in-out;
}

.swiper-btn:hover {
    opacity: .875;
}

.swiper-btn img {
    width: 100%;
    height: 100%;
}

.background-color-transparent {
    background-color: transparent;
}

svg.icon {
    flex-shrink: 0;
}

#modal-auth .modal-content .auth__content .btn-telegram span,
#modal-register .modal-content .auth__content .btn-telegram span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.__jivoDesktopButton,
.__jivoMobileButton {
    right: -300px !important;
}

.modal__warning-crypto.warning-red {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.modal__warning-crypto.warning-red span[data-warning="crypto-min-deposit"] {
    font-size: 16px;
}

.modal__warning-crypto.warning-commission {
    border-color: #4F547A;
}

.live-drop:not([data-live-tab="tournament"]) table,
table.history-table,
.game-content table {
    overflow-x: auto;
    max-width: 100%;
    display: block;
}

img.icon-dollars {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

img.icon-quit {
    width: 20px;
    height: 20px;
}

button.btn.btn-white {
    background: #fff;
    font-size: 14px !important;
    !i;
    !;
    font-weight: 600;
    color: #12131c;
    height: 44px;
    border-radius: 12px !important;
    !im;
    !imo;
    !i;
    !;
    padding: 0px 30px !important;
    !i;
    !;
    !I;
    !;
}

button.btn.btn-info.bonus-deposit {
    box-shadow: none !important;
    !i;
    !;
    font-size: 14px !important;
    !i;
    !in;
    !i;
    !;
    padding: 0px 40px !important;
    !i;
    !;
    height: 48px;
    font-weight: 500;
    border-radius: 12px !important;
    !i;
    !;
}

li.dropdown.nav-item {
    margin-left: 0;
    background: #1f202f;
    border-radius: 12px;
    width: 100%;
}

img.ic_sp {
    margin-bottom: 16px;
}

button.site-info__btn.btn-info {
    background: #191a26 !important;
    !i;
    !;
    color: #999bcd;
    box-shadow: none;
    border-radius: 10px !important;
    !i;
    !;
    height: 48px !important;
    !I;
    !;
    font-size: 14px !important;
    !i;
    !;
    font-weight: 500;
}

.green_btn.header-wallet {
    --tw-bg-opacity: 1;
    align-items: center;
    border-radius: 12px;
    display: flex;
    gap: 6px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    height: 44px;
    padding: 18px;
    cursor: pointer;
    margin-right: 6px;
    justify-content: space-between;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15sease-in-out;
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border-radius: 50em;
    border: 1px solid transparent;
}

.green_btn.header-wallet:hover {
    opacity: .85 !important;
}

@media (max-width: 620px) {
    .header-wallet span {
        display: none;
    }
}

span.ic-wallet {
    display: flex;
    width: 20px;
}

img.ava_header {
    width: 44px;
    padding: 4px 5px;
    border-radius: 14px;
}

button.user_profile_header.user-open-profile {
    color: #fff;
    font-size: 14px;
    /* white-space: nowrap; */
    font-weight: 500;
    border: 1px solid #27283a;
    border-radius: 12px;
    padding: 0px 16px 0px 0px;
    margin: 0px;
}

@media (max-width: 620px) {
    button.user_profile_header.user-open-profile .header_nickname {
        display: none;
    }

    .wallet__list-inner {
        display: block;
    }

    button.wallet__list-item {
        height: 48px;
    }

    .lobby__filter-inner {
        flex-direction: column;
        height: auto;
    }

    .lobby__filter-search {
        height: 53px;
    }

    .lobby__filter-right {
        width: 100%;
        height: auto;
    }

    .lobby__filter-menu {
        width: 100%;
        top: 105%;
    }

    .lobby__filter-providers {
        width: 100%;
    }

    .lobby__filter-providers>div:first-child button {
        width: 100%;
        padding: 12px 20px;
        margin-right: 0;
        margin-top: 8px;
    }

    .lobby__filter-providers>div:first-child {
        height: auto;
    }

    .lobby__filters,
    .lobby__filter-inner {
        background-color: transparent;
    }

    .lobby__filter-search {
        background-color: #191a26;
        border-radius: 12px;
    }

    .item.bg-crypto .title {
        font-size: 14px !important;
    }

    .faq-list {
        grid-template-columns: repeat(1, 1fr) !important;
        !i;
        !;
    }

    img.ava_header {
        width: 44px;
        height: 44px;
        padding: 0 !important;
        !i;
        !;
    }

    .green_btn.header-wallet {
        width: 44px;
        gap: 0px;
        padding: 0px;
        justify-content: center;
    }

    .green_btn.header-wallet {
        margin: 0;
    }

    button.user_profile_header.user-open-profile {
        padding: 0;
        border: none;
        width: 44px;
        height: 44px;
    }
}


/* Slots */
.slots-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    margin-top: 16px;
    display: grid;
}

@media (max-width: 1400px) {
    .slots-list {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width: 1200px) {
    .slots-list {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width: 1000px) {
    .slots-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 800px) {
    .slots-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .slots-list {
        grid-template-columns: repeat(2, 1fr)
    }
}


button.btn.btn-no.dialog-button {
    color: #fff;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15sease-in-out;
    background: linear-gradient(#29671A, #71B760) padding-box,
        linear-gradient(to bottom, hsl(108deg 100% 80% / 70%), #42833200) border-box;
    border: 1px solid transparent;
    font-weight: 500;
}

button.btn.btn-yes.user-logout {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#BE281E, #EB4A40) padding-box,
        linear-gradient(to bottom, #ff5b50, #EB4A40) border-box;
    border: 1px solid transparent;
    color: #ffaba5;
}

button.flat_button.btn-success {
    padding: 10px 20px;
}

h4.list-title-faq {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
h4.list-title-faq.bt-16 {
    !i;!;!o;!;
    margin-bottom: 16px !important;!i;!;
}

button.btn.btn-danger.dialog-button:hover {
    background: #2f3247 !important;
    !i;
    !;
    border: none !important;
    !i;
    !;
}

.item.bg-crypto {
    width: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    margin-bottom: 16px;
    gap: 10px;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#4E02BC, #8238ED) padding-box,
        linear-gradient(to bottom, #771ff2, #792fe400) border-box;
    border: 1px solid transparent;
}

@media (max-width: 650px) {
    .item.bg-crypto {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;

    }
}

.item.bg-crypto .title {
    color: #fff;
    font-size: 20px;
    justify-content: left;
    font-weight: 500;
    justify-content: center;
    display: flex;
    gap: 16px;
}

@media (max-width: 650px) {
    .item.bg-crypto .title {
        align-items: center;
        justify-content: center;
    }
}

img.crypto_index {
    width: 60px;
    height: 60px;
    background: #ffffff1c;
    padding: 8px;
    border-radius: 12px;
}

img.chakra-image.css-ylaiby {
    width: 30px;
    height: 30px;
}

.css-1wm4y1c {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#BE281E, #EB4A40) padding-box,
        linear-gradient(to bottom, #ff5b50, #EB4A40) border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    min-height: 40px;
    min-width: 40px;
    color: #fff;
    opacity: .8;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

button.flat_button.btn-success {
    height: 44px;
}

button.flat_button.btn-info {
    height: 44px;
}

.modal-tournament-content {
    z-index: 5;
    width: 100%;
    max-width: 100vw;
    border-radius: 1.4rem;
    background-color: #191A26 !important;
    padding: 1.6rem;
}

@media (min-width: 650px) {
    .modal-tournament-content {
        padding: 2rem;
        top: 7rem;
        width: 716px;
    }
}

.banner-block {
    position: relative;
    z-index: 5;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 1.2rem;
    padding: 1.5rem;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#4E02BC, #8238ED) padding-box,
        linear-gradient(to bottom, #771ff2, #792fe400) border-box;
    border: 1px solid transparent;
}

@media (min-width: 650px) {
    .banner-block {
        padding: 3.4rem;
    }
}

.banner-desc {
    margin-bottom: .6rem;
    max-width: 20rem;
    font-weight: 700;
    color: #FFF;
}

@media (min-width: 650px) {
    .banner-desc {
        margin-bottom: 1.3rem;
        max-width: 38rem;
        font-size: 24px;
    }
}

.banner-price {
    display: flex;
    height: 2.7rem;
    width: 6.7rem;
    align-items: center;
    justify-content: center;
    border-radius: .8rem;
    border-width: 2px;
    border-style: dashed;
        background: linear-gradient(#BE281E, #EB4A40) padding-box,
        linear-gradient(to bottom, #ff5b50, #EB4A40) border-box;
    border: 1px solid transparent;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFF;
}

@media (min-width: 650px) {
    .banner-price {
        height: 6.3rem;
        width: 16.5rem;
        border-radius: 1.7rem;
        font-size: 3.4rem;
    }
}

.banner-img {
    position: absolute;
    right: -3%;
    bottom: -10%;
    width: 30%;
}

@media (min-width: 650px) {
    .banner-img {
        /* right: 0; */
        /* top: 0; */
        /* width: 20%; */
        /* bottom: initial; */
    }
}

.banner-svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: none;
    cursor: pointer;
}

@media (min-width: 650px) {
    .banner-svg {
        display: block;
    }
}

.tournament-desc {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.tournament-places {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.4rem;
}

@media (min-width: 650px) {
    .tournament-places {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.tour-places {
    position: relative;
    border-radius: 16px;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-bottom: .9rem;
    padding-top: .9rem;
}

.tour-places.yellow {
    background: linear-gradient(90deg, #f073421a .19%, #fa9f291a 99.83%);
}

.tour-places.green {
    background: #51ab881a;
}

.tour-places.blue {
    background: #3ab3f91a;
}

.places-head {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
}

.places-head.yellow {
    color: #f90;
}

.places-head.green {
    color: #51ab88;

}

.places-head.blue {
    color: #3ab3f9;
}

.places-price {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.places-img {
    position: absolute;
    bottom: 0;
    right: .6rem;
    width: 100px;
}

.tournament-info {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}

.tournamen-info {
    font-size: 18px;
    font-weight: 500;
    line-height: 2rem;
    color: #FFF;
}

.tournament-timer {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #7956f61a;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
}

.tournament-leftSide {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.leftSide-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3rem;
    color: #FFF;
}

.timer-time {
    font-size: 16px;
    font-weight: 500;
    color: #7956f6;
}

.tournament-deposit {
    margin-bottom: 16px;
    height: 48px;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    transition: opacity .15s ease-in-out;
    background: linear-gradient(#8238ED, #4E02BC) padding-box,
        linear-gradient(to bottom, #AC73FF, #792fe400) border-box;
    border: 1px solid transparent;
    color: #FFF;
}

.tournament-line {
    margin-bottom: 16px;
    height: 1px;
    width: 100%;
    background-color: rgb(36 38 55);
}

.tournament-bottom {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.tournament-result {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background-color: #1d1e2c;
    padding: 11px;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 650px) {
    .tournament-result {
        margin-bottom: 16px;
        height: 44px;
        display: grid;
        gap: 1.4rem;
        font-size: 14px;
        font-weight: 500;
        grid-template-columns: 1fr minmax(min-content, 1fr) 7px minmax(min-content, 1fr) 7px minmax(min-content, 1fr);
    }

    .tournament-result.odd {
        background-color: #1d1f2e;
    }

    .tournament-result.even {
        background-color: #222434;
    }
}

.result-date {
    margin-bottom: 1.8rem;
    font-size: 14px;
}

@media (min-width: 650px) {
    .result-date {
        margin-bottom: 0;
    }
}

.result-slash {
    display: none;
    color: #36383a;
}

@media (min-width: 650px) {
    .result-slash {
        display: inline-block;
    }
}

img.tg_bonuses {
    width: 80px;
    filter: none;
    transform: none;
}