.TooltipContent {
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    box-shadow: #0e121659 0 10px 38px -10px, #0e121633 0 10px 20px -15px;
    -webkit-user-select: none;
    user-select: none;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
    z-index: 99999;
}
.TooltipContent[data-state="delayed-open"][data-side="top"] {
    animation-name: slideDownAndFade;
}
.TooltipContent[data-state="delayed-open"][data-side="right"] {
    margin-left: 10px;
    animation-name: slideLeftAndFade;
}
.TooltipContent[data-state="delayed-open"][data-side="bottom"] {
    animation-name: slideUpAndFade;
}
.TooltipContent[data-state="delayed-open"][data-side="left"] {
    animation-name: slideRightAndFade;
}
.TooltipArrow {
    fill: #fff;
}
@keyframes slideUpAndFade {
    0% {
        opacity: 0;
        transform: translateY(2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideRightAndFade {
    0% {
        opacity: 0;
        transform: translate(-2px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideDownAndFade {
    0% {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideLeftAndFade {
    0% {
        opacity: 0;
        transform: translate(2px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.confirmationContainer .confirmationContainerHeader {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.confirmationContainer .confirmationContainerHeader .header-content h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.confirmationContainer .actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.confirmationContainer .actions a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #000;
}
.confirmationContainer .actions a .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin-bottom: 1px;
}
.confirmationContainer .actions .divider {
    display: flex;
    align-items: center;
}
.confirmationContainer .actions .divider .divider-line {
    flex: 1;
    height: 1px;
    background-color: #aaaeb9;
}
.confirmationContainer .actions .divider span {
    padding: 0 1rem;
    color: #aaaeb9;
    font-size: 0.875rem;
}
.confirmationContainer .footer-text {
    font-size: 0.875rem;
    color: #aaaeb9;
    text-align: center;
    margin-top: 1rem;
}
:root {
    --PhoneInput-color--focus: #03b2cb;
    --PhoneInputInternationalIconPhone-opacity: 0.8;
    --PhoneInputInternationalIconGlobe-opacity: 0.65;
    --PhoneInputCountrySelect-marginRight: 0.35em;
    --PhoneInputCountrySelectArrow-width: 0.3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: 0.45;
    --PhoneInputCountrySelectArrow-color: currentColor;
    --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
    --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1);
}
.PhoneInput {
    display: flex;
    align-items: center;
}
.PhoneInputInput {
    flex: 1;
    min-width: 0;
}
.PhoneInputCountryIcon {
    width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
    height: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--square {
    width: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--border {
    background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}
.PhoneInputCountryIconImg {
    display: block;
    width: 100%;
    height: 100%;
}
.PhoneInputInternationalIconPhone {
    opacity: var(--PhoneInputInternationalIconPhone-opacity);
}
.PhoneInputInternationalIconGlobe {
    opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}
.PhoneInputCountry {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-right: var(--PhoneInputCountrySelect-marginRight);
}
.PhoneInputCountrySelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer;
}
.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
    cursor: default;
}
.PhoneInputCountrySelectArrow {
    display: block;
    content: "";
    width: var(--PhoneInputCountrySelectArrow-width);
    height: var(--PhoneInputCountrySelectArrow-width);
    margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
    border-style: solid;
    border-color: var(--PhoneInputCountrySelectArrow-color);
    border-top-width: 0;
    border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-left-width: 0;
    border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    transform: var(--PhoneInputCountrySelectArrow-transform);
    opacity: var(--PhoneInputCountrySelectArrow-opacity);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    touch-action: auto;
}
.ps__rail-x {
    position: absolute;
    bottom: 0;
    display: none;
    height: 15px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps__rail-y {
    position: absolute;
    right: -2px !important;
    display: none;
    width: 15px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 0.9;
}
.ps__thumb-x {
    position: absolute;
    bottom: 2px;
    height: 6px;
    background-color: #3d1d6a;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
}
.ps__thumb-y {
    position: absolute;
    right: 2px;
    width: 6px;
    background-color: #3d1d6a;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    height: 11px;
    background-color: #3d1d6a;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    width: 11px;
    background-color: #3d1d6a;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.scrollbar-container {
    position: relative;
    height: 100%;
}
@font-face {
    font-family: swiper-icons;
    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);
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
} /*!
 * Selector 01.06.2022
 */
:root {
    --color-main-first: #fdae05;
    --color-main-second: #fdcd2d;
    --color-main-third: #ffc547;
    --color-side-first: #219a19;
    --color-side-second: #187312;
    --color-side-third: #2dc53a;
    --color-side-fourth: #013e01;
    --color-side-second-first: #3e2b97;
    --color-side-second-second: #e8650b;
    --color-main-background: #261a46;
    --color-side-background: #150e2a;
    --color-third-background: #442176;
    --color-fourth-background: #442176;
    --color-fifth-background: #653ba1;
    --color-sixth-background: #331d53;
    --color-seventh-background: #3d1d6a;
    --color-eighth-background: #1d1438;
    --color-nineth-background: #442176;
    --color-tenth-background: #9327b0;
    --color-eleventh-background: #9327b0;
    --color-twelvth-background: #fcae03;
    --color-thirtieth-background: #242831;
    --color-text-first: #fff;
    --color-text-second: #fff;
    --color-text-third: #fff;
    --color-text-fourth: #fff;
    --color-text-fivth: rgba(255, 255, 255, 0.4901960784);
    --color-text-sixth: #d8d8d8;
    --color-text-placeholder: #000;
    --color-white: #fff;
    --color-black: #000;
}
@-webkit-keyframes _isSlidingFrame_1smp4_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        opacity: 0;
    }
}
@keyframes _isSlidingFrame_1smp4_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        opacity: 0;
    }
}
@-webkit-keyframes _floatup_1smp4_1 {
    20% {
        opacity: 0.999;
    }
    to {
        transform: translate3d(-50%, -17px, 0);
        opacity: 0;
    }
}
@keyframes _floatup_1smp4_1 {
    20% {
        opacity: 0.999;
    }
    to {
        transform: translate3d(-50%, -17px, 0);
        opacity: 0;
    }
}
._chatWrapper_1smp4_115 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    padding: 0 10px;
}
@media (max-width: 900px) {
    ._chatWrapper_1smp4_115 {
        height: calc(100% + -0px);
    }
    ._chatWrapper_1smp4_115 ._liveParams_1smp4_127 {
        padding: 10px 0 10px 5px;
    }
}
._chatWrapper_1smp4_115 ._itemControl_1smp4_131 {
    position: absolute;
    top: 22px;
    right: 15px;
}
._chatWrapper_1smp4_115 ._liveParams_1smp4_127 {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
}
._chatWrapper_1smp4_115 ._liveParams_1smp4_127 > ._item_1smp4_131 {
    display: flex;
    align-items: center;
    color: #5b6271;
    font-size: 16px;
}
._chatWrapper_1smp4_115 ._liveParams_1smp4_127 > ._item_1smp4_131 span {
    color: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 {
    position: relative;
    display: flex;
    flex: auto;
    flex-direction: column;
    height: 120px;
    min-height: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 {
    position: absolute;
    right: calc(10% - 10px);
    bottom: 135px;
    z-index: 1;
    display: block;
    width: calc(90% - 10px);
    margin: 0 auto;
    padding: 13px 20px;
    color: #fff;
    text-align: center;
    background: #fdae05;
    border-radius: 5px;
    cursor: pointer;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 ._placeholder_1smp4_178 {
    opacity: 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 ._pausedContainer_1smp4_181 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    visibility: visible;
    opacity: 1;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 ._playContainer_1smp4_191 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163:hover {
    background: #fdcd2d;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163:hover ._pausedContainer_1smp4_181 {
    visibility: hidden;
    opacity: 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163:hover ._playContainer_1smp4_191 {
    visibility: visible;
    opacity: 1;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 svg {
    margin-bottom: 2px;
    font-size: 12px;
}
@media (max-width: 1099px) {
    ._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 {
        right: calc(10% - 5px);
    }
}
@media (max-width: 900px) {
    ._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._paused_1smp4_163 {
        right: 23px;
        width: calc(100% - 36px);
    }
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 {
    position: relative;
    margin-bottom: 15px;
    padding-right: 10px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._date_1smp4_232 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
    font-size: 10px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._loaderBlock_1smp4_239 {
    position: relative;
    width: calc(100% + 15px);
    margin-top: 50px;
    text-align: center;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._creator_1smp4_245 {
    padding: 10px;
    text-align: center;
    background: #442176;
    border-radius: 5px 5px 0 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._creator_1smp4_245 ._user_1smp4_251 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    background: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._creator_1smp4_245 ._user_1smp4_251:hover {
    color: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._creator_1smp4_245 ._user_1smp4_251 ._name_1smp4_266 {
    position: relative;
    white-space: nowrap;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 {
    position: relative;
    width: 100%;
    min-height: 44px;
    margin-bottom: 10px;
    padding: 12px;
    background: #4885f31a;
    border-top: 1px solid #fdae05;
    border-bottom: 1px solid #fdae05;
    border-radius: 6px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._caption_1smp4_281 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._caption_1smp4_281 > span {
    margin-left: 5px;
    font-weight: 400;
    word-break: break-word;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._caption_1smp4_281 ._label_1smp4_292 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fdae05;
    font-weight: 500;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._caption_1smp4_281 svg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 {
    color: #fff;
    font-size: 13px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 ._user_1smp4_251 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    background: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 ._user_1smp4_251:hover {
    color: #fff;
}
s ._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 ._user_1smp4_251 ._name_1smp4_266 {
    position: relative;
    white-space: nowrap;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 ._user_1smp4_251:after {
    padding-right: 5px;
    content: ", ";
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._description_1smp4_308 ._user_1smp4_251:last-child:after {
    display: none;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._question_1smp4_338 {
    margin-top: 10px;
    -webkit-user-select: none;
    user-select: none;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._question_1smp4_338 ._label_1smp4_292 {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 18px;
    color: #ffd000;
    font-weight: 500;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._quizItem_1smp4_270 ._question_1smp4_338 ._label_1smp4_292 svg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 {
    position: relative;
    width: 100%;
    min-height: 44px;
    margin-bottom: 10px;
    padding: 12px;
    background: #261a46;
    border-radius: 5px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/snow-DdkDLf0y.png);
    opacity: 0.3;
    -webkit-animation: _messageRain_1smp4_1 12s linear infinite forwards;
    animation: _messageRain_1smp4_1 12s linear infinite forwards;
    content: "";
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 {
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: 0.4s linear;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._user_1smp4_251 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    background: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._user_1smp4_251:hover {
    color: #fff;
}
s ._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._user_1smp4_251 ._name_1smp4_266 {
    position: relative;
    white-space: nowrap;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._user_1smp4_251:after {
    padding-right: 5px;
    content: ", ";
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._user_1smp4_251:last-child:after {
    display: none;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: #2dc53a;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._bet_1smp4_414 ._icon_1smp4_431 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._users_1smp4_382 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    margin-left: 5px;
    vertical-align: initial;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 {
    margin-top: 5px;
    color: #fff;
    font-weight: 500;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._rain_1smp4_361 {
    display: inline-block;
    margin: 0 5px;
    color: #fdae05;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._rain_1smp4_361 svg {
    position: relative;
    font-size: 13px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: #2dc53a;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._bet_1smp4_414 ._icon_1smp4_431 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361 ._under_1smp4_442 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    margin-left: 5px;
    vertical-align: initial;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._rainItem_1smp4_361._hasCreator_1smp4_484 {
    border-radius: 0 0 5px 5px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #442176;
    border-radius: 6px;
    cursor: pointer;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._btnReply_1smp4_499 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    color: #6a757f;
    font-size: 12px;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._btnReply_1smp4_499:hover {
    color: #848e98;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131:hover ._overlay_1smp4_514 {
    display: flex;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131:hover ._btnReply_1smp4_499 {
    visibility: visible;
    opacity: 1;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-word;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 > div {
    display: flex;
    justify-content: start;
    width: 100%;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._userLink_1smp4_534 {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    touch-action: manipulation;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552 {
    display: inline;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552 ._respondName_1smp4_559 {
    margin-right: 2px;
    padding: 1px 5px;
    color: #fff;
    background: #150e2a;
    border-radius: 5px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552 ._respondName_1smp4_559:hover {
    color: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552 ._respondName_1smp4_559._toMe_1smp4_569 {
    color: #fff;
    background: #fdae05;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552 img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._bronze_1smp4_578 {
    color: #f89d69;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._silver_1smp4_581 {
    color: #788bf1;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._gold_1smp4_584 {
    color: #ffd40e;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._platinum_1smp4_587 {
    color: #077cfc;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._diamond_1smp4_590 {
    color: #61d5ff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._chatMessage_1smp4_552._elite_1smp4_593 {
    color: #ff3c38;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._name_1smp4_266:hover {
    color: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._message_1smp4_599 {
    margin-left: 5px;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131 ._chatContent_1smp4_521 ._message_1smp4_599 svg {
    margin-bottom: 2px;
    margin-left: -3px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatInner_1smp4_227 ._item_1smp4_131:last-child {
    margin-bottom: 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 {
    position: relative;
    padding: 0 8px 0 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._smiles_1smp4_618 {
    position: absolute;
    bottom: 90px;
    z-index: 200;
    display: none;
    width: 100%;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._smiles_1smp4_618._open_1smp4_625 {
    display: block;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 {
    position: relative;
    display: flex;
    height: 80px;
    background: #261a46;
    border-radius: 4px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._empty_1smp4_635 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65px;
    margin: 5px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #261a46;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._wrap_1smp4_649 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._wrap_1smp4_649 ._btnRain_1smp4_654 {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    background: #150e2a;
    border: 0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._wrap_1smp4_649 ._btnRain_1smp4_654:hover {
    background: #1d1438;
    outline: none;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._wrap_1smp4_649 ._content_1smp4_422 {
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 0;
    padding: 10px 12px 5px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    background-color: initial;
    border: none;
    border-radius: 0;
    outline: 0;
    resize: none;
    -webkit-font-smoothing: subpixel-antialiased;
    scrollbar-color: #242424 #181b22;
    scrollbar-width: thin;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._wrap_1smp4_649 ._content_1smp4_422::placeholder {
    color: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._controls_1smp4_700 {
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 44px;
    background: #442176;
    border-radius: 0 4px 4px 0;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._controls_1smp4_700 button {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._controls_1smp4_700 button svg {
    fill: #ffffff7d;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._controls_1smp4_700 button ._icon-send_1smp4_725 {
    fill: #fdae05;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._form_1smp4_628 ._controls_1smp4_700 button ._icon-smile_1smp4_728:hover {
    fill: #ffaf00;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 ._online_1smp4_736 {
    display: flex;
    color: #fff;
    font-size: 12px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 ._online_1smp4_736 ._badge_1smp4_741 {
    z-index: 1;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 8px;
    background: #1fff20;
    border-radius: 50%;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 ._rules_1smp4_750 {
    color: #fff;
    font-size: 12px;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 ._rules_1smp4_750 svg {
    margin-right: 5px;
    margin-bottom: 2px;
    fill: #fff;
}
._chatWrapper_1smp4_115 ._chatBlock_1smp4_153 ._chatFooter_1smp4_613 ._infoBlock_1smp4_731 ._rules_1smp4_750 svg:hover {
    fill: #fff;
}
._chatWrapper_1smp4_115 ._liveScroll_1smp4_762 {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    background: #232933;
    border: 0;
    border-radius: 50%;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
._chatWrapper_1smp4_115 ._liveScroll_1smp4_762 ._values_1smp4_779 {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    line-height: 18px;
    background: #4886f5;
    border-radius: 50%;
    content: attr(data-values);
}
._chatWrapper_1smp4_115 ._liveScroll_1smp4_762:hover {
    box-shadow: 0 0 0 1px #fdae05;
}
._chatWrapper_1smp4_115 ._liveScroll_1smp4_762._active_1smp4_796 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
._chatWrapper_1smp4_115 ._liveScroll_1smp4_762 svg {
    font-size: 11px;
    fill: #fff;
}
@-webkit-keyframes _messageRain_1smp4_1 {
    0% {
        background-position: 0 -1000px;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes _messageRain_1smp4_1 {
    0% {
        background-position: 0 -1000px;
    }
    to {
        background-position: 0 0;
    }
}
@font-face {
    font-weight: 400;
    font-family: Rubik;
    font-style: normal;
    src: url(/assets/Rubik-Regular-B3FUqZG-.woff2) format("woff2"), url(/assets/Rubik-Regular-2F2Z4l8-.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-family: Rubik;
    font-style: normal;
    src: url(/assets/Rubik-Medium-xAMS_UWr.woff2) format("woff2"), url(/assets/Rubik-Medium-ByWW2ru6.woff) format("woff");
    font-display: swap;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}
html {
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    height: 100%;
    color: #fff;
    font-family: Rubik, Arial, sans-serif !important;
    line-height: 1.25;
    -webkit-overflow-scrolling: touch;
}
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: #331d53;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #331d53;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) {
    position: fixed;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body {
    height: 100%;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._content_1smp4_422 {
    padding-top: 0;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._content_1smp4_422 ._header_1smp4_917 {
    position: relative;
    z-index: 7;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._content_1smp4_422 ._mobileNav_1smp4_921 {
    position: fixed;
    bottom: 0;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._content_1smp4_422 ._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 {
    background: transparent;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._content_1smp4_422 ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
    padding-bottom: 50px;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._leftWrapper_1smp4_931._open_1smp4_625 {
    height: calc(100% - 125px);
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) body ._app_1smp4_914 ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 {
    padding-bottom: 15px;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 ._content_1smp4_422 ._mobileNavWrapper_1smp4_925 {
    padding: 0 5px calc(var(--safe-area-inset-bottom));
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 ._rightWrapper_1smp4_940 {
    height: calc(100% - 50px);
    padding-top: var(--safe-area-inset-top);
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937._ios_1smp4_944 ._rightWrapper_1smp4_940 {
    height: calc(100% - 75px);
}
@media screen and (orientation: landscape) {
    ._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 {
        padding-right: calc(var(--safe-area-inset-left) - 15px);
        padding-left: calc(var(--safe-area-inset-left) - 15px);
    }
    ._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 ._content_1smp4_422 ._mobileNavWrapper_1smp4_925 {
        padding-bottom: calc(var(--safe-area-inset-bottom) - 5px);
    }
    ._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 ._rightWrapper_1smp4_940 {
        height: calc(100% - (var(--safe-area-inset-bottom) - 5px) - 50px);
        padding: 0 calc(var(--safe-area-inset-left) - 5px);
    }
    ._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._notch_1smp4_937 ._app_1smp4_914 ._mobileOverlay_1smp4_959 {
        padding: 0 calc(var(--safe-area-inset-left) - 5px);
    }
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908) ._loaderFull_1smp4_963 {
    height: 100vh;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._ios_1smp4_944 body {
    padding-bottom: 25px;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._ios_1smp4_944 ._mobileNav_1smp4_921 {
    padding-bottom: 25px;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._ios_1smp4_944 ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
    padding-bottom: 50px;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._ios_1smp4_944 ._leftWrapper_1smp4_931._open_1smp4_625 {
    height: calc(100% - 150px) !important;
}
._pwaPage_1smp4_908:not(._staticPage_1smp4_908)._ios_1smp4_944 ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 {
    padding-bottom: 0;
}
::-moz-selection {
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
a,
button {
    font: inherit;
    text-decoration: none;
}
input {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
a,
button,
input,
label,
textarea {
    touch-action: manipulation;
}
button {
    color: #fff;
    background-color: initial;
    border: 0;
    outline: none !important;
}
a {
    color: #fdae05;
}
a:hover {
    color: #ffc547;
}
a:active,
a:focus {
    outline: none !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
img {
    vertical-align: middle;
    border-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
._icon_1smp4_431 {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
}
._app_1smp4_914 {
    width: 100%;
    height: 1px;
    min-height: 100%;
}
._btn_1smp4_499 {
    align-items: center;
    padding: 9px 20px;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    font-family: Rubik, Arial, sans-serif;
    text-decoration: none;
    background: linear-gradient(45deg, #fdae05, #fdcd2d);
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._btn_1smp4_499:hover {
    color: #000;
    background: #fdcd2d;
}
._btn_1smp4_499[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnGreen_1smp4_1105 {
    background: #219a19;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnGreen_1smp4_1105:not(._disabled_1smp4_1108):hover {
    background: #187312;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnGray_1smp4_1111 {
    color: inherit;
    background: #442176;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnGray_1smp4_1111:not(._disabled_1smp4_1108):hover {
    background: #12151b;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnRed_1smp4_1118 {
    background: #e86376;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnRed_1smp4_1118:not(._disabled_1smp4_1108):hover {
    background: #e1374f;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnTransparent_1smp4_1124,
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnTransparent_1smp4_1124:not(._disabled_1smp4_1108):hover {
    background: transparent;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnTransparent_1smp4_1124 {
    color: #fff;
}
._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnTransparent_1smp4_1124:hover {
    color: #fff;
}
._btn_1smp4_499._btnLight_1smp4_1105 {
    color: #fff;
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    box-shadow: none;
}
._btn_1smp4_499._btnLight_1smp4_1105:not(._disabled_1smp4_1108):hover {
    color: #000;
    background: #fdae05;
    border-color: #fdae05;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGreen_1smp4_1105 {
    color: #fff;
    border-color: #2dc53a;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGreen_1smp4_1105:not(._disabled_1smp4_1108, ._isActive_1smp4_1148):hover {
    color: #2dc53a;
    background: transparent;
    border-color: #2dc53a;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGreen_1smp4_1105._isActive_1smp4_1148 {
    color: #fff;
    background: #2dc53a;
    border-color: #2dc53a;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGray_1smp4_1111 {
    color: #fff;
    border-color: #442176;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGray_1smp4_1111:not(._disabled_1smp4_1108, ._isActive_1smp4_1148):hover {
    color: #442176;
    background: transparent;
    border-color: #442176;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnGray_1smp4_1111._isActive_1smp4_1148 {
    color: #fff;
    background: #442176;
    border-color: #442176;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnRed_1smp4_1118 {
    color: #fff;
    border-color: #e86376;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnRed_1smp4_1118:not(._disabled_1smp4_1108, ._isActive_1smp4_1148):hover {
    color: #e86376;
    background: transparent;
    border-color: #e86376;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnRed_1smp4_1118._isActive_1smp4_1148 {
    color: #fff;
    background: #e86376;
    border-color: #e86376;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnTransparent_1smp4_1124 {
    color: #fff;
    border-color: transparent;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnTransparent_1smp4_1124:not(._disabled_1smp4_1108, ._isActive_1smp4_1148):hover {
    color: transparent;
    background: transparent;
    border-color: transparent;
}
._btn_1smp4_499._btnLight_1smp4_1105._btnTransparent_1smp4_1124._isActive_1smp4_1148 {
    color: #fff;
    background: transparent;
    border-color: transparent;
}
._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    box-sizing: border-box;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
}
._menu_1smp4_1201 ._item_1smp4_131 {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0.25rem 1.5rem;
    color: #212529;
    font-weight: 400;
    font-size: medium;
    white-space: nowrap;
    text-align: inherit;
    background-color: initial;
    border: 0;
}
._menu_1smp4_1201 ._item_1smp4_131:first-child {
    border-radius: 6px 6px 0 0;
}
._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-radius: 0 0 6px 6px;
}
._menu_1smp4_1201 ._item_1smp4_131:focus,
._menu_1smp4_1201 ._item_1smp4_131:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    outline: none;
}
._menu_1smp4_1201 ._item_1smp4_131._active_1smp4_796,
._menu_1smp4_1201 ._item_1smp4_131:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
._menu_1smp4_1201 ._item_1smp4_131:not(._active_1smp4_796),
._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._copyTooltip_1smp4_1254 {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 80%;
    margin-bottom: 6px;
    padding: 5px 15px;
    font-size: 11px;
    text-align: center;
    background: #00000080;
    border-radius: 5px;
    transform: translate3d(-50%, 30px, 0);
    opacity: 0;
    pointer-events: none;
}
._copyTooltip_1smp4_1254._visible_1smp4_1269 {
    opacity: 1;
    -webkit-animation: _floatup_1smp4_1 1s 1;
    animation: _floatup_1smp4_1 1s 1;
}
._loader_1smp4_239 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
._loader_1smp4_239 img {
    width: 40px;
    height: 40px;
}
._loaderCentred_1smp4_1287 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
._loaderCentred_1smp4_1287 img,
._loaderCentred_1smp4_1287 object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
._loaderCentred_1smp4_1287 img._loaderLogo_1smp4_1303,
._loaderCentred_1smp4_1287 object._loaderLogo_1smp4_1303 {
    bottom: 115px;
    width: 100%;
    height: 230px;
}
._loaderHalf_1smp4_1310 {
    height: 50vh;
}
._loaderAddress_1smp4_1314 {
    position: sticky !important;
    height: 200px !important;
    transform: none !important;
}
._loaderFull_1smp4_963 {
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #150e2a;
}
._loaderClub_1smp4_1327 {
    position: relative;
    top: 0;
    height: 250px;
    transform: translate(-50%);
}
._loaderBanners_1smp4_1334 {
    position: relative;
    top: 0;
    height: 210px;
    text-align: center;
}
._loaderSettings_1smp4_1341 {
    position: relative;
    height: 250px;
    transform: translate(-50%);
}
._loaderLanging_1smp4_1347 {
    position: relative;
    height: 100px;
    transform: translate(-50%);
}
._maintenance_1smp4_1353 {
    position: absolute;
    top: calc(50% + 51px);
    left: 50%;
    z-index: 100001;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}
._rotating_1smp4_1366 {
    -webkit-animation: _rotating_1smp4_1366 2s linear infinite;
    animation: _rotating_1smp4_1366 2s linear infinite;
}
@-webkit-keyframes _rotating_1smp4_1366 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes _rotating_1smp4_1366 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@media screen and (max-width: 969px) {
    ._btn_1smp4_499 {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) {
    ._btn_1smp4_499 {
        padding: 7px 15px;
    }
}
._content_1smp4_422 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._content_1smp4_422._full_1smp4_1408 {
    padding: 0 15px;
}
._content_1smp4_422._full_1smp4_1408 ._header_1smp4_917 {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px 0 0;
}
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 {
    max-width: 1200px;
    margin: auto;
    padding: 0;
}
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._landingWrapper_1smp4_1421 {
    width: 100%;
}
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._landingWrapper_1smp4_1421 ._section_1smp4_1424 {
    padding: 0 30px;
}
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._landingWrapper_1smp4_1421 ._section_1smp4_1424._landingSliderSection_1smp4_1427,
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._landingWrapper_1smp4_1421 ._section_1smp4_1424._landingMenuSection_1smp4_1427,
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._landingWrapper_1smp4_1421 ._section_1smp4_1424._landingGamesSection_1smp4_1430 {
    padding: 0;
}
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._footer_1smp4_1433,
._content_1smp4_422._full_1smp4_1408 ._wrapper_1smp4_1416 ._section_1smp4_1424 {
    width: 100%;
    padding: 0;
}
._content_1smp4_422._sport_1smp4_1441 ._footer_1smp4_1433 {
    max-width: 100%;
}
._wrapper_1smp4_1416 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._contentWrapper_1smp4_928 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._contentWrapper_1smp4_928 ._overlay_1smp4_514 {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: scroll-position;
    scrollbar-color: rgba(67, 75, 83, 0.1) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
._contentWrapper_1smp4_928 ._contentScroll_1smp4_928::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
._contentWrapper_1smp4_928 ._contentScroll_1smp4_928::-webkit-scrollbar-thumb {
    background: #434b531a;
    border-radius: 10px;
}
._mainContainer_1smp4_1496 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    padding: 0;
}
._mainContainer_1smp4_1496._sportContainer_1smp4_1505 {
    height: 100%;
}
._mainContainer_1smp4_1496 ._section_1smp4_1424 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
._mainContainer_1smp4_1496 ._section_1smp4_1424 ._container_1smp4_1514 {
    padding: 0;
}
._mainContainer_1smp4_1496 ._section_1smp4_1424 ._pageLoader_1smp4_1517 {
    position: relative;
    display: block;
    width: 100%;
    margin: 20vh 0;
    margin-top: calc(20vh - 2.5rem);
    text-align: center;
    pointer-events: none;
}
@media (min-width: 1100px) {
    ._mainContainer_1smp4_1496 ._section_1smp4_1424 {
        width: calc(100% - 60px);
    }
}
._footerWrapper_1smp4_1532 {
    margin-top: 20px;
    background-color: #1d1438;
}
@media (max-width: 900px) {
    ._footerWrapper_1smp4_1532 {
        margin: 20px -15px 0;
        padding: 15px;
    }
}
._footer_1smp4_1433 {
    display: flex;
    flex: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
@media (min-width: 1100px) {
    ._footer_1smp4_1433 {
        width: calc(100% - 60px);
    }
}
._footer_1smp4_1433 ._paySystems_1smp4_1559 {
    display: flex;
    width: calc(100% + 10px);
    margin: 24px -10px 0;
    padding-bottom: 5px;
}
._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
    margin: 0 5px;
    padding: 10px 0;
    background: #261a46;
    border-radius: 5px;
}
._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 img {
    height: 24px;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 20px 0 10px;
    color: #ffffff7d;
    font-weight: 500;
    font-size: 11px;
    background-color: #1d1438;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 li {
    display: inline-block;
    margin-right: 10px;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 li:last-child {
    margin-right: 0;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 a:focus,
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 a:hover,
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 a._active_1smp4_796 {
    color: #fff;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605:last-child {
    margin-bottom: 0;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerSocial_1smp4_1640 a svg {
    width: 14px;
    margin-right: 3px;
    margin-bottom: 2px;
    color: #fdae05;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    padding: 15px 0;
    border-top: 1px solid #442176;
    border-bottom: none;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 {
    display: flex;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #2c3240;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 a svg {
    color: #ffffff7d;
    fill: #ffffff7d;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 a svg,
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 a img {
    height: 22px;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 ._footerLicense_1smp4_1687 {
    display: inline-block;
    width: 80px;
    height: 22px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 ._footerLicense_1smp4_1687 path {
    fill: #fff;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 ._footerCert_1smp4_1700 {
    display: inline-block;
    width: 22px;
    height: 22px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerCopyright_1smp4_1709,
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerName_1smp4_1710 {
    padding-bottom: 10px;
}
._footerLeft_1smp4_1594 ._footerCopyright_1smp4_1709 {
    width: 100%;
    color: #fff;
}
._footerRight_1smp4_1647 ._footerRight_1smp4_1647 {
    display: flex;
    max-width: 400px;
    text-align: right;
}
._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerName_1smp4_1710 {
    display: flex;
    color: inherit;
    text-align: right;
}
._rightWrapper_1smp4_940 {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 370px;
    overflow-wrap: break-word;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 {
    display: flex;
    align-items: center;
    justify-content: end;
    box-sizing: content-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 6px;
    color: #ffffff7d;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:last-child {
    margin-right: 20px;
    margin-left: 10px;
}
@media (max-width: 900px) {
    ._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:last-child {
        margin-right: 10px;
    }
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button._active_1smp4_796,
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:hover,
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:focus {
    color: #eee;
    background: #442176;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button._active_1smp4_796 ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 svg,
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:hover ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 svg,
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button:focus ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 svg {
    fill: #fff;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button ._btnContent_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
._rightWrapper_1smp4_940 ._rightControls_1smp4_1740 button ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 svg {
    font-size: 14px;
    fill: #aab0bd;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 {
    display: flex;
    width: 100%;
    height: 100%;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    background: #150e2a;
    border-radius: 10px;
}
._rightWrapper_1smp4_940 ._rightTabs_1smp4_1819 {
    display: flex;
    flex: none;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828 {
    position: relative;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-right: 10px;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    background-color: initial;
    border: 0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828:last-child {
    margin-right: 0;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828 svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828:active,
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828:focus,
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828:hover {
    outline: none;
}
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828._rightCurrent_1smp4_1869,
._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 ._liveItem_1smp4_1828:hover {
    color: #fff;
    background: #442176;
}
@media (max-height: 479px) {
    ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li {
        margin-bottom: 10px;
    }
}
@media (max-height: 479px) {
    ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li {
        margin-bottom: 5px;
    }
}
@media (max-width: 1326px) {
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 {
        max-width: 195px;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664:last-child {
        max-width: 125px;
    }
}
@media (max-width: 1200px) {
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 {
        flex-direction: initial;
        border-right: 0;
    }
    ._footer_1smp4_1433 {
        margin: 0 auto;
        padding: 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerName_1smp4_1710 {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605:first-child {
        justify-content: flex-start;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 li {
        margin: 0 5px 5px 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 > span {
        display: inline-block;
    }
}
@media (max-width: 1099px) {
    ._rightWrapper_1smp4_940 ._rightTabs_1smp4_1819 {
        margin-bottom: 19px;
    }
    ._footer_1smp4_1433 {
        padding: 0 15px;
    }
}
@media (max-width: 1099px) {
    ._rightWrapper_1smp4_940 {
        width: 315px;
    }
}
@media (max-width: 1099px) {
    ._mainContainer_1smp4_1496 ._section_1smp4_1424 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 969px) {
    ._footer_1smp4_1433 {
        margin: 0 auto;
    }
}
@media (max-width: 900px) {
    ._content_1smp4_422 {
        padding: 0;
    }
    ._wrapper_1smp4_1416 {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }
    ._leftWrapper_1smp4_931 {
        display: none;
    }
    ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    ._mainContainer_1smp4_1496 ._section_1smp4_1424,
    ._footer_1smp4_1433 {
        padding: 0;
    }
    ._footer_1smp4_1433 ._paySystems_1smp4_1559 {
        margin: 5px -10px 0;
        padding-top: 15px;
    }
    ._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 img {
        height: 20px;
    }
    ._rightWrapper_1smp4_940 {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: calc(100% - 50px);
        padding: 0;
        -webkit-transform: translateX(100%);
        transform: translate(100%);
    }
    ._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 {
        width: 100%;
    }
    ._rightWrapper_1smp4_940._rightIsOpen_1smp4_1991 {
        -webkit-transform: translateX(0);
        transform: translate(0);
    }
    ._rightWrapper_1smp4_940 ._rightTabs_1smp4_1819 {
        display: none;
    }
    ._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 {
        height: calc(100% - 30px);
        padding: 0 15px;
    }
    ._rightWrapper_1smp4_940 ._rightContent_1smp4_1802 ._rightContainer_1smp4_1808 ._liveBox_1smp4_1828 ._liveParams_1smp4_127 {
        padding: 10px 0 10px 5px;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerName_1smp4_1710 {
        padding-bottom: 20px;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 {
        justify-content: center !important;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 a {
        margin: 0 10px;
    }
}
@media (max-width: 500px) {
    ._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 img {
        height: 18px;
    }
}
@media (max-width: 468px) {
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 {
        justify-content: space-between;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 li {
        margin: 0 5px 5px 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 ._footerNav_1smp4_1605 li:last-child {
        margin: 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerLeft_1smp4_1594 {
        flex-direction: row;
        justify-content: space-between;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 {
        margin-right: 0;
        padding: 0;
        border: 0;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 ._footerItem_1smp4_1664 > span {
        display: inline-block;
    }
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 {
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 468px) and (max-width: 441px) {
    ._footer_1smp4_1433 ._footerContent_1smp4_1582 ._footerRight_1smp4_1647 ._footerLogos_1smp4_1660 {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media (max-width: 460px) {
    ._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 {
        margin: 0;
        padding: 0;
        background: transparent;
    }
    ._footer_1smp4_1433 ._paySystems_1smp4_1559 ._paySystemImage_1smp4_1566 img {
        height: 18px;
    }
}
@media (min-width: 901px) {
    ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
        padding-top: 20px;
    }
}
@media (max-width: 900px) {
    ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
        padding: 20px 15px 0;
    }
}
._langDropdown_1smp4_2073 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 {
    display: flex;
    align-items: center;
    width: 170px;
    height: 42px;
    padding: 0 8px;
    border: 1px solid #9327b0;
    border-radius: 4px;
    cursor: pointer;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
    width: 100%;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    margin-right: 0;
    fill: #fff;
}
._langDropdown_1smp4_2073 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 {
    position: absolute;
    top: auto;
    right: inherit;
    bottom: 100%;
    left: 0;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 100%;
    margin: 12px 0 10px;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    color: #000000bf;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131._active_1smp4_796 {
    background-color: #e1e1e1;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131 svg {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 1px solid transparent;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:active,
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:focus,
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:not(._active_1smp4_796),
._langDropdown_1smp4_2073 ._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._header_1smp4_917 {
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 320px;
    height: 75px;
    min-height: 75px;
    padding: 0 15px;
    line-height: 1;
    background: linear-gradient(to left, #442176, #9327b0);
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
@media (max-width: 900px) {
    ._header_1smp4_917 {
        background: linear-gradient(to left, #442176, #9327b0);
        border-color: transparent;
    }
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 320px;
    max-width: 1250px;
    height: 75px;
    min-height: 75px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 {
        flex: 0 0 60px;
        width: 100%;
        min-width: 100%;
        background: linear-gradient(to left, #442176, #9327b0);
        border-color: transparent;
    }
}
@media (max-width: 400px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 {
        justify-content: space-between;
        width: 100%;
    }
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-block_1smp4_2222 {
    display: block;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._auth-buttons_1smp4_2225 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._auth-buttons_1smp4_2225 ._btn_1smp4_499 {
    height: 100%;
    padding: 9px 20px;
    font-size: 1rem;
    text-wrap: nowrap;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._auth-buttons_1smp4_2225 ._btn_1smp4_499:first-child {
    margin-right: 10px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 {
    display: flex;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244 {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #261a46;
    border-radius: 5px;
    cursor: pointer;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244:hover {
    background-color: #653ba1;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244:hover svg {
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244 svg {
    font-size: 14px;
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244 ._iconWrapper_1smp4_1778 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244 ._iconSecond_1smp4_2272 {
    position: absolute;
    top: 50%;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._right_1smp4_940 ._btnChangeMode_1smp4_2244 ._iconSecond_1smp4_2272 svg {
    font-size: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 {
    display: flex;
    align-items: center;
    justify-content: end;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 {
    display: flex;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 {
    position: relative;
    display: flex;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._btn_1smp4_499:not(._btnLight_1smp4_1105)._btnLight-gray_1smp4_2300:not(._disabled_1smp4_1108):hover {
    background: #454d60;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 {
    position: static;
    display: flex;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._coin_1smp4_2307 svg {
    fill: #2dc53a;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._demo_1smp4_2310 svg {
    fill: #ffc645;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._headerWalletCurrencyBtn_1smp4_2313 {
    height: 100%;
    min-height: 38px;
    padding: 0 8px;
    background-color: #3d1d6a;
    border-radius: 6px 0 0 6px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._headerWalletCurrencyBtn_1smp4_2313:hover {
    background-color: #3a4151;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyBtn_1smp4_2313
    ._headerWalletBtnContent_1smp4_2323,
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyBtn_1smp4_2313
    ._headerWalletBtnContent_1smp4_2323
    ._headerWalletBtnSelected_1smp4_2327 {
    display: flex;
    align-items: center;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyBtn_1smp4_2313
    ._headerWalletBtnContent_1smp4_2323
    ._headerWalletBtnSelected_1smp4_2327
    svg {
    width: 14px;
    height: 14px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._headerWalletCurrencyMenu_1smp4_2335 {
    width: 100%;
    background-color: #653ba1;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339 {
    padding: 10px 15px;
    font-size: 14px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339:hover {
    background-color: #2b303c;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339:active {
    background-color: #363c4b;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349
    > span {
    padding-left: 18px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349
    svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349._HeaderWalletCurrencyCoin_1smp4_2366
    svg {
    fill: #2dc53a;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349._HeaderWalletCurrencyCoin_1smp4_2366
    ._headerWalletCurrencyValue_1smp4_2369 {
    color: #2dc53a;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349._HeaderWalletCurrencyDemo_1smp4_2372
    svg {
    fill: #ffc645;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349._HeaderWalletCurrencyDemo_1smp4_2372
    ._headerWalletCurrencyValue_1smp4_2369 {
    color: #ffc645;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDropdown_1smp4_2303
    ._headerWalletCurrencyMenu_1smp4_2335
    ._headerWalletCurrencyItem_1smp4_2339
    ._headerWalletCurrencyMenuItem_1smp4_2349
    ._headerWalletCurrencyValue_1smp4_2369 {
    margin-left: auto;
    padding: 4px 6px;
    font-size: 12px;
    background-color: #3a4151;
    border-radius: 3px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._btn_1smp4_499 {
    justify-content: center;
    width: auto;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._btnWallet_1smp4_2395 {
    font-size: 15px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._btnWallet_1smp4_2395 ._btnWalletContent_1smp4_2398 {
    display: flex;
    justify-content: center;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._btnWallet_1smp4_2395
    ._btnWalletContent_1smp4_2398
    ._icon_1smp4_431 {
    transform: translateY(-1px);
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._btnWallet_1smp4_2395
    ._btnWalletContent_1smp4_2398
    span {
    margin-left: 5px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._btnWallet_1smp4_2395._isMobile_1smp4_2408 {
    min-width: 40px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._headerWalletCurrencyInput_1smp4_2416 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: 15px;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 200px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424._open_1smp4_625 {
    display: block;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131:active,
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131:focus,
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div {
    display: flex;
    align-items: center;
    width: 100%;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741._wide_1smp4_2483 {
    width: 48px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424
    ._item_1smp4_131._active_1smp4_796
    > div
    ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDepositBlock_1smp4_2385
        ._headerWalletCurrencyInput_1smp4_2416
        ._dropdown_1smp4_2424 {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDepositBlock_1smp4_2385
        ._headerWalletCurrencyInput_1smp4_2416
        ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513 {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 4px;
    outline: none;
    transition: none;
    -webkit-user-select: none;
    user-select: none;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530 {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceLabel_1smp4_2538 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1px 0 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceLabel_1smp4_2538
    svg {
    width: 8px;
    margin-top: -1px;
    margin-right: 0;
    margin-left: 5px;
    fill: #fff;
}
@media (max-width: 900px) {
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDepositBlock_1smp4_2385
        ._headerWalletCurrencyInput_1smp4_2416
        ._btnCurrency_1smp4_2513
        ._currencyContent_1smp4_2530
        ._balanceLabel_1smp4_2538 {
        margin: 0 0 1px;
        font-size: 10px;
    }
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDepositBlock_1smp4_2385
        ._headerWalletCurrencyInput_1smp4_2416
        ._btnCurrency_1smp4_2513
        ._currencyContent_1smp4_2530
        ._balanceLabel_1smp4_2538
        svg {
        margin-top: 0;
        margin-left: 6px;
    }
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567
    ._animatedNumber_1smp4_2580 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567
    ._animatedNumber_1smp4_2580
    ._balanceIcon_1smp4_2589 {
    display: -webkit-flex;
    display: flex;
    margin-left: 0.2em;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567
    ._animatedNumber_1smp4_2580
    ._animatedBlock_1smp4_2594 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #e86376;
    font-weight: inherit;
    font-size: inherit;
    white-space: nowrap;
    opacity: 0;
    -webkit-animation-name: _balance_1smp4_2538;
    animation-name: _balance_1smp4_2538;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    will-change: transform;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567
    ._animatedNumber_1smp4_2580._isPositive_1smp4_2614
    ._animatedBlock_1smp4_2594 {
    color: #2dc53a;
    animation-direction: reverse;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletWrapper_1smp4_2296
    ._headerWalletDepositBlock_1smp4_2385
    ._headerWalletCurrencyInput_1smp4_2416
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._balanceInput_1smp4_2567
    ._animatedNumber_1smp4_2580._isAnimate_1smp4_2618
    ._animatedBlock_1smp4_2594 {
    -webkit-animation-name: _isSlidingFrame_1smp4_1;
    animation-name: _isSlidingFrame_1smp4_1;
}
@media (max-width: 340px) {
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDepositBlock_1smp4_2385
        ._headerWalletCurrencyInput_1smp4_2416
        ._btnCurrency_1smp4_2513
        ._currencyContent_1smp4_2530
        ._balanceInput_1smp4_2567 {
        font-size: 14px;
        line-height: 14px;
    }
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._headerWalletCurrencyInput_1smp4_2416 svg {
    width: 16px;
    height: 16px;
    margin: 1px 7px 0 0;
    color: #ffffff7d;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 {
    display: flex;
    margin-left: 10px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638 {
    width: 40px;
    height: 40px;
    background: #442176;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638 svg {
    font-size: 22px;
    fill: #4f5869;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638._active_1smp4_796 {
    background: #3d1d6a;
    cursor: default;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638._active_1smp4_796 svg {
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638:focus {
    outline: none;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638:hover {
    background: #3d1d6a;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638:hover svg {
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._headerWalletTabsBtn_1smp4_2638:first-child {
    margin-right: 10px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424._open_1smp4_625 ._menu_1smp4_1201 {
    display: block;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 6px;
    background-color: #261a46;
    border-radius: 5px;
    cursor: pointer;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681:hover {
    background-color: #653ba1;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681:hover ._btnContent_1smp4_1778 svg {
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681._isMobile_1smp4_2408 {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    min-width: 36px;
    height: 100%;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletTabs_1smp4_2634
    ._dropdown_1smp4_2424
    ._btnTab_1smp4_2681._isMobile_1smp4_2408
    ._btnContent_1smp4_1778
    ._iconSecond_1smp4_2272 {
    display: none;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 svg {
    font-size: 14px;
    fill: #fff;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 {
    width: 32px;
    height: 32px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 ._iconSecond_1smp4_2272 {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 ._iconSecond_1smp4_2272 svg {
    font-size: 16px;
}
._header_1smp4_917
    ._headerInnerWrapper_1smp4_2196
    ._header-inner_1smp4_2288
    ._headerWalletContainer_1smp4_2293
    ._headerWalletTabs_1smp4_2634
    ._dropdown_1smp4_2424
    ._btnTab_1smp4_2681
    ._btnContent_1smp4_1778
    ._iconSecond_1smp4_2272
    svg._icon-close_1smp4_2738 {
    font-size: 9px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 ._iconSecond_1smp4_2272,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._btnTab_1smp4_2681 ._btnContent_1smp4_1778 ._iconWrapper_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 240px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201:before {
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 54px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    background: #e5e5e5;
    border-radius: 3px 3px 0 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._avatar_1smp4_2792 {
    width: 27px !important;
    height: 27px !important;
    margin: 0 8px 0 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._avatar_1smp4_2792 > div {
    width: 27px !important;
    height: 27px !important;
    font-family: Rubik, Arial, sans-serif;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._avatar_1smp4_2792 div div {
    font-size: 14px !important;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #000000bf;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 a img {
    height: 24px;
    margin-right: 8px;
    border-radius: 3px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 a ._name_1smp4_266 {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 a:hover {
    color: #ffc547;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._btnId_1smp4_2826 {
    margin-left: auto;
    color: #8c8c8c;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._btnId_1smp4_2826 span {
    margin-left: 4px;
    padding: 5px 6px;
    color: #000000bf;
    background: #d6d6d6;
    border-radius: 2px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnUser_1smp4_2779 ._copyTooltip_1smp4_1254 {
    right: -50px;
    left: inherit;
    max-width: 120px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    color: #000000bf;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:active,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:focus,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not(._b_active__b-pzJ_1smp4_2866),
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131._first_1smp4_2869 {
    border-radius: 4px 4px 0 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131._last_1smp4_2872 {
    border-radius: 0 0 4px 4px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 1px solid transparent;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131 ._iconWrapper_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background: #e5e5e5;
    border-radius: 2px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131 ._iconWrapper_1smp4_1778 svg {
    font-size: 16px;
    fill: #0009;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnLogout_1smp4_2895 {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._btnLogout_1smp4_2895 button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    color: #00000080;
    outline: none;
}
@media (max-width: 900px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 ._dropdown_1smp4_2424 {
        height: 36px;
        margin-right: 0;
    }
}
@media (min-width: 901px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 {
        width: 100%;
    }
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 {
    position: relative;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099 {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 20px;
    background-color: initial;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099 ._bar_1smp4_2936 {
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099 ._bar_1smp4_2936:last-child {
    margin-bottom: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099._open_1smp4_625 ._bar_1smp4_2936:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099._open_1smp4_625 ._bar_1smp4_2936:nth-child(2) {
    width: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._opener_1smp4_2099._open_1smp4_625 ._bar_1smp4_2936:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 {
    z-index: 1;
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #3d1d6a;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 ._icon_1smp4_431 {
    top: -2px;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 ._icon-gamepad_1smp4_2976 {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 ._icon-tasks_1smp4_2981 {
    margin-top: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li {
    position: relative;
    margin-right: 3px;
    margin-bottom: -1px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li:last-child {
    margin-right: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li svg {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._icon-a_1smp4_2997 {
    width: 10px;
    height: 10px;
    margin: 0;
    fill: #2a2f3c;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._badge_1smp4_741 {
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 1;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background: #fdae05;
    border-radius: 50%;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.21px;
    background-color: initial;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499 i,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a i {
    display: block;
    margin-right: 5px;
    font-size: 16px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499 i._icon-shopping-basket_1smp4_3036,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a i._icon-shopping-basket_1smp4_3036 {
    position: relative;
    top: -1px;
    font-size: 13px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499._active_1smp4_796,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499:focus,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499:hover,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a._active_1smp4_796,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a:focus,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a:hover {
    color: #fff;
    border-bottom: 1px solid #fdae05;
    border-radius: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499._active_1smp4_796,
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a._active_1smp4_796 {
    cursor: default;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li._current_1smp4_3049 a {
    color: #fff;
    background: #442176;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li:focus {
    outline: none;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 {
    position: relative;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._btn_1smp4_499 {
    width: 100%;
    padding: 8px 28px 8px 13px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._icon-down_1smp4_3063 {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 3;
    flex-direction: column;
    align-items: stretch;
    min-width: 120px;
    max-height: 0;
    overflow: hidden;
    background: #442176;
    border-radius: 2.5px;
    box-shadow: 0 0 1px #ffffff1a;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul._isOpen_1smp4_3093 {
    max-height: 250px;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul li {
    margin-right: 0;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul li a {
    padding: 15px 13px;
    white-space: nowrap;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul li a:hover {
    color: #fff;
    background: #261a46;
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056._isOpen_1smp4_3093 ._icon-down_1smp4_3063 {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._tagNew_1smp4_3111:before {
    position: absolute;
    top: -9px;
    right: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 9px;
    background-color: #d02121;
    border-radius: 5px;
    content: "NEW";
}
@media (max-width: 1350px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499,
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a {
        padding: 8px 5px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._btn_1smp4_499 {
        padding: 8px 23px 8px 8px;
    }
}
@media (max-width: 1250px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._btn_1smp4_499 svg,
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a svg {
        display: none;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._btn_1smp4_499 {
        display: inline-block !important;
    }
}
@media (max-width: 1169px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a {
        padding: 8px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a svg {
        display: none;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._btn_1smp4_499 {
        padding: 8px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 svg {
        display: none;
    }
}
@media (max-width: 1099px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li {
        margin-right: 0;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a {
        padding: 8px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a svg {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
}
@media (max-width: 1050px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 > ul {
        top: 30px;
        width: 100%;
        background: #261a46;
    }
}
@media (max-width: 991px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._badge_1smp4_741 {
        top: 8px;
        right: 5px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li a svg {
        display: inline-block;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ._btn_1smp4_499 {
        display: none;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ul {
        position: relative;
        top: 0;
        max-height: 100%;
        overflow: visible;
        background: transparent;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 ul li a {
        padding: 8px 13px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 ._top-nav_1smp4_2921 li ._toggle_1smp4_3056 svg {
        display: inline-block;
    }
}
@media (max-width: 900px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._top-nav-wrapper_1smp4_2921 {
        display: none;
    }
}
@media (min-width: 901px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._logo_1smp4_3203 {
        display: block;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._logo_1smp4_3203 img {
        width: auto;
        min-width: 94px;
        height: 40px;
    }
}
@media (min-width: 400px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 {
        margin-left: 15px;
    }
}
@media (max-width: 900px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletTabs_1smp4_2634 {
        margin-left: 0;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._btn_1smp4_499 {
        width: auto;
    }
}
@media (max-width: 400px) {
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDropdown_1smp4_2303
        ._headerWalletCurrencyMenu_1smp4_2335
        ._headerWalletCurrencyItem_1smp4_2339 {
        padding: 8px 10px;
        font-size: 13px;
    }
}
@media (max-width: 380px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._headerWalletCurrencyBtn_1smp4_2313 {
        padding: 0 6px;
    }
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDropdown_1smp4_2303
        ._headerWalletCurrencyBtn_1smp4_2313
        ._opener_1smp4_2099 {
        width: 12px;
        height: 12px;
        margin-left: 3px;
    }
    ._header_1smp4_917
        ._headerInnerWrapper_1smp4_2196
        ._header-inner_1smp4_2288
        ._headerWalletContainer_1smp4_2293
        ._headerWalletWrapper_1smp4_2296
        ._headerWalletDropdown_1smp4_2303
        ._headerWalletCurrencyBtn_1smp4_2313
        ._opener_1smp4_2099
        svg {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 340px) {
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 {
        margin-left: 15px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDropdown_1smp4_2303 ._headerWalletCurrencyBtn_1smp4_2313 {
        min-height: 36px;
    }
    ._header_1smp4_917 ._headerInnerWrapper_1smp4_2196 ._header-inner_1smp4_2288 ._headerWalletContainer_1smp4_2293 ._headerWalletWrapper_1smp4_2296 ._headerWalletDepositBlock_1smp4_2385 ._headerWalletCurrencyInput_1smp4_2416 {
        width: auto;
        min-width: 60px;
        font-size: 14px;
    }
}
._header_1smp4_917 ._logo_1smp4_3203 {
    display: block;
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._header_1smp4_917 ._logo_1smp4_3203 :focus {
    outline: none;
}
._header_1smp4_917 ._logo_1smp4_3203 :hover {
    color: #fdae05;
    opacity: 0.8;
}
._header_1smp4_917 ._logo_1smp4_3203 img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
}
@media (max-width: 900px) {
    ._header_1smp4_917 ._logo_1smp4_3203 {
        display: inline;
        width: auto;
    }
    ._header_1smp4_917 ._logo_1smp4_3203 img {
        max-height: 36px;
    }
}
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._header_1smp4_917 {
    display: none;
}
._leftWrapperPadding_1smp4_3298 {
    flex-shrink: 0;
    width: 70px;
    height: 100%;
    background-color: transparent;
}
._leftWrapper_1smp4_931 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 240px;
    max-width: 70px;
    height: 100vh;
    overflow-wrap: break-word;
    transition: max-width 0.3s ease;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #150e2a;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 9px 10px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #331d53;
    border-radius: 6px;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 6px;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 ::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 ::-webkit-scrollbar-corner {
    background: #000;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftContent_1smp4_3333 {
        margin-bottom: 20px;
    }
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._games_1smp4_3378,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._other_1smp4_3378 {
    margin-bottom: 10px;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876::-webkit-scrollbar {
    display: none;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 {
    background: #442176;
    cursor: pointer;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li ._tipText_1smp4_3388,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 ._tipText_1smp4_3388 {
    display: none;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li a > span,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li button > span,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 a > span,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 button > span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384 button {
    position: relative;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li:hover,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._current_1smp4_3049,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384:hover,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384._current_1smp4_3049 {
    background-color: #653ba1;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li:hover a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li:hover button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._current_1smp4_3049 a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._current_1smp4_3049 button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384:hover a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384:hover button,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384._current_1smp4_3049 a,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 ._small_1smp4_3384._current_1smp4_3049 button {
    color: #fdae05 !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 div._first_1smp4_2869,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 button._first_1smp4_2869,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._first_1smp4_2869,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 div._first_1smp4_2869 li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 button._first_1smp4_2869 li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._first_1smp4_2869 li {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 div._last_1smp4_2872,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 button._last_1smp4_2872,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._last_1smp4_2872 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 div._last_1smp4_2872 li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 button._last_1smp4_2872 li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li._last_1smp4_2872 li {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 ._big_1smp4_3430:hover li,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 ._big_1smp4_3430 li._current_1smp4_3049 {
    background-color: #653ba1;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 ._big_1smp4_3430._first_1smp4_2869 li {
    border-radius: 5px 5px 0 0 !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 ._big_1smp4_3430._last_1smp4_2872 li {
    border-radius: 0 0 5px 5px !important;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li:hover._sport_1smp4_1441 button svg,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li._current_1smp4_3049._sport_1smp4_1441 button svg {
    fill: #e8650b;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li:hover._casino_1smp4_3451 button svg,
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li._current_1smp4_3049._casino_1smp4_3451 button svg {
    fill: #2dc53a;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 75px;
    min-height: 75px;
    padding: 10px 15px;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li {
    margin-bottom: 0;
    background-color: #150e2a;
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:first-child button svg {
    height: 18px;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:first-child {
        display: none;
    }
}
._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li button {
    cursor: pointer;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 {
        padding-bottom: 0;
        box-shadow: none;
    }
}
._leftWrapper_1smp4_931._open_1smp4_625 {
    max-width: 240px;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li {
    width: 100%;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li ._tipText_1smp4_3388 {
    display: block;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li svg {
    margin-right: 8px;
    margin-bottom: 3px;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li a,
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li button {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 38px;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    border: 1px solid transparent;
    cursor: pointer;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li:hover button {
    color: #fff;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876 li:hover button svg {
    fill: #fff;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 {
    align-items: center;
    justify-content: space-between;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li {
    width: auto;
    margin-bottom: 0;
    background-color: #150e2a;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:first-child {
    width: 15%;
    margin-left: 0;
    padding: 7.5px;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:first-child button svg {
    width: 100%;
    height: 100%;
    margin: 0;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child) {
    width: 34.025%;
    margin-left: 3%;
    text-align: center;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child):hover button,
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child)._current_1smp4_3049 button {
    background: #653ba1;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child) button {
    background: #442176;
    border-radius: 5px;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child) button svg {
    margin-right: 5px;
    margin-bottom: 1px;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child)._casino_1smp4_3451._current_1smp4_3049 button svg {
    fill: #2dc53a;
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child)._sport_1smp4_1441._current_1smp4_3049 button svg {
    fill: #e8650b;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:not(:first-child) {
        width: 49%;
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li:last-child {
        margin-right: 0;
    }
}
._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li button {
    -webkit-justify-content: center;
    justify-content: center;
    height: 35px;
    padding-left: 0;
    font-size: 1rem;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931._open_1smp4_625 ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._burger_1smp4_3378 li button {
        height: 50px;
    }
}
@media (max-width: 1200px) {
    ._leftWrapper_1smp4_931._open_1smp4_625 {
        z-index: 10000;
    }
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931._open_1smp4_625 {
        top: 75px;
        z-index: 4;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 125px);
        transition: max-width 0s ease;
    }
}
._leftWrapper_1smp4_931:not(._open_1smp4_625) ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li {
    background: transparent;
}
._leftWrapper_1smp4_931:not(._open_1smp4_625) ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li button {
    padding: 5px;
}
._leftWrapper_1smp4_931:not(._open_1smp4_625) ._leftContainer_1smp4_934 ._leftNav_1smp4_1876._sections_1smp4_3378 li button svg {
    width: 80%;
    height: 80%;
}
@media (max-width: 900px) {
    ._leftWrapper_1smp4_931:not(._open_1smp4_625) {
        display: none;
    }
}
@media (max-width: 1200px) {
    ._leftWrapper_1smp4_931 {
        position: fixed;
    }
}
._loader-modal_1smp4_3620 {
    min-height: 350px;
}
._loader-modal_1smp4_3620 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}
._loader-game_1smp4_3634 {
    height: auto;
    min-height: 560px;
}
._loader-game_1smp4_3634 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}
._modal-open_1smp4_3649 {
    overflow: hidden;
}
._modal-open_1smp4_3649 ._modal_1smp4_3649 {
    overflow-x: hidden;
    overflow-y: auto;
}
._modal_1smp4_3649 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-transform: translateZ(0) scale(0.7);
    transform: translateZ(0) scale(0.7);
    opacity: 0;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, opacity 0.15s ease !important;
}
._modal_1smp4_3649._show_1smp4_3672 {
    transform: translateZ(0) scale(1);
    opacity: 1;
}
._modal-dialog_1smp4_3677 {
    position: relative;
    width: auto;
    max-width: 900px;
    margin: 0.5rem;
    pointer-events: none;
}
._modal-dialog-centered_1smp4_3685 {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
._modal-dialog-centered_1smp4_3685:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
._modal-content_1smp4_3697 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    background: #442176;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    outline: 0;
    pointer-events: auto;
}
._modal-backdrop_1smp4_3711 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
._modal-backdrop_1smp4_3711._fade_1smp4_3720 {
    opacity: 0;
}
._modal-backdrop_1smp4_3711._show_1smp4_3672 {
    opacity: 0.5;
}
._modal-header_1smp4_3727 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
._modal-header_1smp4_3727 ._close_1smp4_3736 {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}
._modal-title_1smp4_3741 {
    margin-bottom: 0;
    line-height: 1.5;
}
._modal-body_1smp4_3746 {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
._modal-footer_1smp4_3752 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid rgba(151, 151, 151, 0.0862745098);
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
._modal-footer_1smp4_3752 > :not(:first-child) {
    margin-left: 0.25rem;
}
._modal-footer_1smp4_3752 > :not(:last-child) {
    margin-right: 0.25rem;
}
._modal-scrollbar-measure_1smp4_3768 {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media screen and (prefers-reduced-motion: reduce) {
    ._modal_1smp4_3649._fade_1smp4_3720 ._modal-dialog_1smp4_3677,
    ._fade_1smp4_3720 {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 1200px) {
    ._modal-xl_1smp4_3787 {
        max-width: 1140px;
    }
    ._modal-dialog_1smp4_3677 {
        margin: 1.75rem auto;
    }
    ._modal-dialog-centered_1smp4_3685 {
        min-height: calc(100% - 3.5rem);
    }
    ._modal-dialog-centered_1smp4_3685:before {
        height: calc(100vh - 3.5rem);
    }
    ._modal-sm_1smp4_3799 {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    ._modal-lg_1smp4_3804 {
        max-width: 800px;
    }
}
@media (max-width: 900px) {
    body._modal-open_1smp4_3649 {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
._fade_1smp4_3720 {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
._fade_1smp4_3720:not(._show_1smp4_3672) {
    opacity: 0;
}
._modal-close_1smp4_3825 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
._modal-close_1smp4_3825 svg {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: #ffffff21;
}
._modal-close_1smp4_3825:hover svg {
    fill: #fff;
}
._rightHead_1smp4_3852 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 75px;
    min-height: 75px;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 10px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    background: #442176;
    border: none;
    border-radius: 6px;
    cursor: default;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079:hover {
    background: #442176;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
    width: 100%;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    margin-right: 0;
    fill: #fff;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._btnLang_1smp4_2079 ._btnContent_1smp4_1778 ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: inherit;
    bottom: auto;
    left: 0;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 150px;
    margin: 12px 0 10px;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201:before {
    position: absolute;
    top: -8px;
    left: 50px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    color: #000000bf;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131._active_1smp4_796 {
    background-color: #e1e1e1;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131 svg {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 1px solid transparent;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:active,
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:focus,
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:not(._active_1smp4_796),
._rightHead_1smp4_3852 ._chatLangDropdown_1smp4_3860 ._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._authModal_1smp4_3981 {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 500px) {
    ._authModal_1smp4_3981 {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
@media (max-width: 400px) {
    ._authModal_1smp4_3981 {
        width: 100%;
    }
}
._authModal_1smp4_3981 ._errorFallback_1smp4_3998 {
    max-width: 100%;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 {
    background: #442176;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 {
    display: flex;
    min-height: 666px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authLeft_1smp4_4008 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    min-height: 487px;
    padding: 20px;
    background-image: url(/assets/signup-CbQLJGfD.png);
    background-position: 50%;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authHead_1smp4_4020 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background-color: #653ba1;
    border-radius: 5px 5px 0 0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authHead_1smp4_4020 img {
    height: 28px;
    margin-bottom: 7px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authHead_1smp4_4020 h3 {
    margin-bottom: 0;
    color: #838896;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 {
    width: 52%;
    padding: 25px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 {
    display: flex;
    flex-direction: column;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authTabs_1smp4_4048 {
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #9327b0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authTabs_1smp4_4048 button {
    position: relative;
    width: 50%;
    padding-bottom: 15px;
    color: #fff;
    cursor: pointer;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authTabs_1smp4_4048 button._active_1smp4_796 {
    color: #fff;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authTabs_1smp4_4048 button._active_1smp4_796:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fdae05;
    content: "";
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authTabs_1smp4_4048 button:hover {
    color: #fff;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._regTypeContainer_1smp4_4077 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), 1fr));
    gap: 10px;
    margin-bottom: 12px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._regTypeContainer_1smp4_4077 ._btn_1smp4_499 {
    display: flex;
    align-items: center;
    justify-content: center;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._regTypeContainer_1smp4_4077 ._btn_1smp4_499 img {
    width: 26px;
    margin-right: 10px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._regTypeContainer_1smp4_4077 ._btn_1smp4_499:disabled {
    opacity: 0.5;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._regTypeContainer_1smp4_4077 ._btn_1smp4_499:last-child:nth-child(odd) {
    grid-column: span 2;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 12px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 10px);
    height: 44px;
    margin: 0 5px;
    font-weight: 400;
    font-size: 24px;
    background-color: #442176;
    border-radius: 4px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105:disabled {
    opacity: 0.5;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105:disabled:hover {
    background: #442176;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105:hover {
    background-color: #9327b0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105 svg {
    pointer-events: none;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._captionLine_1smp4_4129 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 13px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._captionLine_1smp4_4129:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9327b0;
    content: "";
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._captionLine_1smp4_4129 span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: initial;
    background: #442176;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    color: #fff;
    background: initial;
    border: 1px solid #9327b0;
    border-radius: 4px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 button ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    button
    ._btnContent_1smp4_1778
    ._currencyIcon_1smp4_4178 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    background: #9327b0;
    border-radius: 3px;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    button
    ._btnContent_1smp4_1778
    ._currencyIcon_1smp4_4178._wide_1smp4_2483 {
    width: 48px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 button ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    button
    ._btnContent_1smp4_1778
    ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    button
    ._btnContent_1smp4_1778
    ._opener_1smp4_2099
    svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201:before {
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 10px;
    color: #000000bf;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    ._menu_1smp4_1201
    ._item_1smp4_131._active_1smp4_796,
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 ._item_1smp4_131:hover,
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 ._item_1smp4_131:focus {
    background-color: #f1f1f1;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._currencyDropdown_1smp4_4156 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    ._menu_1smp4_1201
    ._item_1smp4_131
    ._currencyIcon_1smp4_4178 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    color: #0009;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    ._menu_1smp4_1201
    ._item_1smp4_131
    ._currencyIcon_1smp4_4178._wide_1smp4_2483 {
    width: 35px;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._currencyDropdown_1smp4_4156
    ._menu_1smp4_1201
    ._item_1smp4_131._active_1smp4_796
    ._currencyIcon_1smp4_4178 {
    color: #fff;
    background: #219a19;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnHavePromo_1smp4_4293 {
    display: block;
    margin: 0 auto 10px;
    color: #fff;
    background: none;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnHavePromo_1smp4_4293:hover {
    color: #fff;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._formRow_1smp4_4305 {
    margin-bottom: 10px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._formRow_1smp4_4305 ._emailNoty_1smp4_4308 {
    display: block;
    margin-top: 0.65em;
    color: #e26700;
    font-weight: 400;
    font-size: 12px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnEmail_1smp4_4315 {
    width: 100%;
    margin-bottom: 20px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnAuth_1smp4_4319 {
    display: block;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.3s ease, cursor 0.3s ease;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnAuth_1smp4_4319:not(:disabled) {
    cursor: pointer;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._btnAuth_1smp4_4319:disabled {
    opacity: 0.4;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._confirmAge_1smp4_4342 {
    padding: 15px 0 0;
    color: #fff;
    font-size: 12px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._confirmAge_1smp4_4342 ._checkbox-container_1smp4_4347 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._confirmAge_1smp4_4342 ._checkbox-container_1smp4_4347 input[type="checkbox"] {
    width: 100%;
    height: 100%;
    accent-color: #fdae05;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._confirmAge_1smp4_4342
    ._checkbox-container_1smp4_4347
    ._checkboxLabel_1smp4_4357 {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._confirmAge_1smp4_4342
    ._checkbox-container_1smp4_4347
    ._checkboxLabel_1smp4_4357._error_1smp4_3998:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    border-radius: 2px;
    transition: border-color 0.3s;
    content: "";
}
._authModal_1smp4_3981
    ._modal-content_1smp4_3697
    ._authContainer_1smp4_4004
    ._authContent_1smp4_4040
    ._authContentContainer_1smp4_4044
    ._authForm_1smp4_4156
    ._confirmAge_1smp4_4342
    ._checkbox-container_1smp4_4347
    ._textLabel_1smp4_4376._error_1smp4_3998 {
    color: red;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._confirmAge_1smp4_4342 ._checkbox-container_1smp4_4347 label {
    display: flex;
    flex-direction: column;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._authForm_1smp4_4156 ._confirmAge_1smp4_4342 ._checkbox-container_1smp4_4347:last-child {
    margin-bottom: 0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._lostPassword_1smp4_4386 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -20px;
    padding: 10px 0;
    border-top: 1px solid #9327b0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._lostPassword_1smp4_4386 button {
    padding: 0;
    color: #fff;
    font-weight: 400;
    background: 0 0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 ._lostPassword_1smp4_4386 button:hover {
    color: #bac2c8;
    background: 0 0;
}
@media (max-width: 900px) {
    ._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._authContentContainer_1smp4_4044 {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 {
    width: 100%;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._tfaInfo_1smp4_4415 {
    display: flex;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    color: #9da0a9;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #653ba1;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._codeRow_1smp4_4424 {
    display: flex;
    margin: 0 -6px 20px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._codeRow_1smp4_4424 input {
    width: 16.66%;
    height: 44px;
    margin: 0 6px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    background-color: #1f232b;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    touch-action: manipulation;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._codeRow_1smp4_4424 input:focus {
    border: 1px solid #fdae05;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._form_1smp4_628 {
    width: 100%;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._form_1smp4_628 ._formRow_1smp4_4305 {
    margin-bottom: 10px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._form_1smp4_628 ._formRow_1smp4_4305 ._formField_1smp4_4452 {
    position: relative;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._form_1smp4_628 ._formRow_1smp4_4305 ._formField_1smp4_4452 ._input-field_1smp4_4455 {
    height: 38px;
    background: #1f232b;
    border-radius: 3px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._changeForm_1smp4_4460 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -20px;
    padding: 10px 0;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._changeForm_1smp4_4460 ._or_1smp4_4467 {
    width: 1px;
    height: 9px;
    margin: 7px 10px 0;
    background: #464f57;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._changeForm_1smp4_4460 ._btn_1smp4_499 {
    padding: 0;
    color: #fff;
    font-weight: 500;
    background: transparent;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._changeForm_1smp4_4460 ._btn_1smp4_499:hover {
    color: #bac2c8;
    background: transparent;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 10px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(25% - 10px);
    height: 44px;
    margin: 0 5px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 2.5px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnVk_1smp4_4499 {
    background: #2787f5;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnVk_1smp4_4499:hover {
    background: #1f6fca;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnFb_1smp4_4505 {
    background: #3b5999;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnFb_1smp4_4505:hover {
    background: #2c4374;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnOk_1smp4_4511 {
    background: #db8a37;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnOk_1smp4_4511:hover {
    background: #c47626;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnGl_1smp4_4517 {
    background: #db4437;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._socialAuth_1smp4_4483 ._btnGl_1smp4_4517:hover {
    background: #c63024;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._btnAuth_1smp4_4319 {
    justify-content: center;
    width: 100%;
    margin-top: 3px;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 2.5px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 13px;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: initial;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 span:after,
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 span:before {
    position: absolute;
    top: 50%;
    display: block;
    width: calc(100% + 10px);
    border-top: 1px solid rgba(91, 98, 113, 0.5);
    content: "";
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 span:before {
    right: 100%;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._captionLine_1smp4_4129 span:after {
    left: 100%;
}
._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 ._fauthForm_1smp4_4412 ._confirmAge_1smp4_4342 {
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #9327b0;
}
@media (max-width: 900px) {
    ._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 ._authContent_1smp4_4040 {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 900px) {
    ._authModal_1smp4_3981 ._modal-content_1smp4_3697 ._authContainer_1smp4_4004 {
        min-height: auto;
    }
}
@media (max-width: 900px) {
    ._authModal_1smp4_3981 {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
._bonusModal_1smp4_4588 {
    width: 590px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 590px) {
    ._bonusModal_1smp4_4588 {
        width: calc(100% - 14px);
    }
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 {
    background: #442176;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 {
    display: flex;
    flex-direction: column;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusHeader_1smp4_4605 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: #653ba1;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 {
    padding: 15px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #9327b0;
    border-radius: 5px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._emoji_1smp4_4640 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding-right: 10px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._emoji_1smp4_4640 img {
    width: 32px;
    height: 32px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 {
    white-space: pre-line;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 ._link_1smp4_4655 {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 6px;
    padding-left: 20px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 ._link_1smp4_4655 svg {
    position: absolute;
    top: 50%;
    left: 4px;
    color: #fdae05;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._labelLine_1smp4_4672 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._labelLine_1smp4_4672:before {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #9327b0;
    content: "";
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._labelLine_1smp4_4672 span {
    position: relative;
    padding: 0 15px;
    color: #fff;
    background: #442176;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 ._item_1smp4_131 {
    position: relative;
    margin: 10px 10px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 ._item_1smp4_131:first-child {
    margin-left: 0;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 ._item_1smp4_131:last-child {
    margin-right: 0;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 ._item_1smp4_131 > div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-user-select: none;
    user-select: none;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._timer_1smp4_4696 ._item_1smp4_131 span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44px;
    height: 38px;
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
    border: 1px solid #9327b0;
    -webkit-user-select: none;
    user-select: none;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._btnBoost_1smp4_4744 {
    display: block;
    width: 240px;
    height: 44px;
    margin: 20px auto;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._codeWrapper_1smp4_4753 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._codeWrapper_1smp4_4753 ._append_1smp4_4763 {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._codeWrapper_1smp4_4753 ._append_1smp4_4763 input {
    height: 44px;
    color: #fff;
    font-size: 16px;
    background: #150e2a;
    border: 1px solid transparent;
    border-radius: 5px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._codeWrapper_1smp4_4753 ._append_1smp4_4763 ._btn_1smp4_499 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 120px;
    height: 44px;
    margin-left: -5px;
    padding: 0 15px;
    font-size: 13px;
    white-space: nowrap;
    background: #fdae05;
    border: 1px solid transparent;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._bonusBottom_1smp4_4796 {
    width: calc(100% + 30px);
    margin-bottom: -15px;
    margin-left: -15px;
    padding: 18px;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    background: #331d53;
    border-radius: 0 0 6px 6px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._bonusContent_1smp4_4618 ._bonusBottom_1smp4_4796 span {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._bonusModal_1smp4_4588 ._modal-content_1smp4_3697 ._bonusContainer_1smp4_4601 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._clubModal_1smp4_4847 {
    width: 680px;
    margin-right: auto;
    margin-left: auto;
}
._clubContainer_1smp4_4853 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 52px;
    min-height: 52px;
    padding: 0 15px;
    font-size: 16px;
    background: #653ba1;
    border-radius: 6px 6px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880 {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 38px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880:hover svg {
    fill: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880 svg {
    display: block;
    width: 13px;
    height: 13px;
    transition: all 0.3s;
    fill: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 52px;
    margin-right: 5px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:last-child {
    margin-right: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    margin-right: 8px;
    opacity: 0.65;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899._active_1smp4_796 {
    color: #fff;
    border-bottom: 2px solid #fdae05;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899._active_1smp4_796 svg {
    opacity: 1;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:focus,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:hover {
    color: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:focus svg,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:hover svg {
    opacity: 1;
}
@media (max-width: 500px) {
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 {
        margin-right: 6px;
        padding: 0 10px;
        font-size: 13px;
    }
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
        width: 1em;
        height: 1em;
        margin-right: 4px;
    }
}
@media (max-width: 370px) {
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 {
        font-size: 11px;
    }
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
        display: none;
    }
}
@media (max-width: 500px) {
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._tabsContainer_1smp4_4865 {
        height: 50px;
        padding: 10px;
    }
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 {
    width: 100%;
    padding: 25px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967._hasWrap_1smp4_4971 {
    flex-wrap: wrap;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._reloadType_1smp4_4974 {
    margin: 20px 0 15px;
    color: #b7becf;
    font-size: 16px;
    text-align: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._reloadType_1smp4_4974 span {
    color: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._caption_1smp4_281 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #9327b0;
    border-radius: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progressHeader_1smp4_4995 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progressHeader_1smp4_4995 ._image_1smp4_5000 {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0 15px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progressHeader_1smp4_4995 ._image_1smp4_5000 img {
    width: auto;
    height: 34px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progressHeader_1smp4_4995 ._h2_1smp4_5010 {
    font-size: 16px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progressHeader_1smp4_4995 ._h3_1smp4_5013 {
    margin-top: 1px;
    color: #ffffff80;
    font-size: 13px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018 > span {
    display: flex;
    border-radius: 3px;
    -webkit-user-select: none;
    user-select: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018 {
    position: relative;
    height: 28px;
    margin-bottom: 10px;
    background: #1d1438;
    border: 2px solid none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018._filled_1smp4_5031:after {
    border-color: #fdae05 transparent transparent;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018._last_1smp4_2872:after {
    display: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018:before {
    left: 7px;
    border-color: #fdae05 transparent transparent;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018:after {
    right: 7px;
    border-color: #1d1438 transparent transparent;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018:after,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018:before {
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018 > span {
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    color: #fff;
    font-size: 13px;
    background: #fdae05;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018._empty_1smp4_635 > span {
    padding-left: 25px;
    background: 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBar_1smp4_5018._empty_1smp4_635:before {
    border-color: #1d1438 transparent transparent;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBottom_1smp4_5069 {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBottom_1smp4_5069 ._item_1smp4_131 {
    display: flex;
    align-items: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._progressTop_1smp4_4989 ._progress_1smp4_4989 ._progressBottom_1smp4_5069 ._item_1smp4_131 img {
    height: 13px;
    margin: 0 5px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._tabs_1smp4_4865 {
    display: flex;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._tabs_1smp4_4865 ._item_1smp4_131 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.66%;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    opacity: 0.5;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._tabs_1smp4_4865 ._item_1smp4_131._active_1smp4_796 {
    border: 1px solid #9327b0;
    border-bottom-color: #442176;
    opacity: 1;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._tabs_1smp4_4865 ._item_1smp4_131 img {
    height: 32px;
    margin: 8px 0 26px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._tabs_1smp4_4865 ._item_1smp4_131 ._name_1smp4_266 {
    position: absolute;
    bottom: 9px;
    font-size: 9px;
    white-space: nowrap;
    text-transform: uppercase;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 {
    margin-top: -1px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #9327b0;
    border-radius: 0 0 5px 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._bronze_1smp4_578 {
    color: #f89d69;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._silver_1smp4_581 {
    color: #788bf1;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._gold_1smp4_584 {
    color: #ffd40e;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._platinum_1smp4_587 {
    color: #077cfc;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._diamond_1smp4_590 {
    color: #61d5ff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266._elite_1smp4_593 {
    color: #ff3c38;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266 img {
    height: 16px;
    margin: -2px 5px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._name_1smp4_266 span {
    text-transform: uppercase;
    text-shadow: 1px 1px #101a2d, -1px -1px #101a2d;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._wagerNeed_1smp4_5156 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 {
    padding: 0;
    list-style: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li._disabled_1smp4_1108 {
    opacity: 0.3;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #3a404c;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 svg {
    width: 9px;
    height: 9px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 svg._icon-close_1smp4_2738 {
    width: 7px;
    height: 7px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._vip_1smp4_4989 ._content_1smp4_422 ._list_1smp4_5161 li:last-child {
    margin-bottom: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #9327b0;
    border-radius: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._emoji_1smp4_4640 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding-right: 10px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._emoji_1smp4_4640 img {
    width: 32px;
    height: 32px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 {
    white-space: pre-line;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 ._link_1smp4_4655 {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._alert_1smp4_4621 ._alertWrapper_1smp4_4634 ._textWrap_1smp4_4652 ._link_1smp4_4655 svg {
    position: absolute;
    top: 50%;
    left: 4px;
    color: #fdae05;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._labelLine_1smp4_4672 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._labelLine_1smp4_4672:before {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #9327b0;
    content: "";
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._labelLine_1smp4_4672 span {
    position: relative;
    padding: 0 15px;
    color: #fff;
    background: #442176;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 72px;
    padding: 0 5px;
    background: #331d53;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268:before {
    left: 0;
    background-image: linear-gradient(90deg, #442176 0, #1a2c3800);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268:after {
    right: 0;
    background-image: linear-gradient(270deg, #442176 0, #1a2c3800);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268:before,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 25%;
    height: 100%;
    content: "";
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._line_1smp4_5295 {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #fff0, #3f4654 50%, #fff0);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._line_1smp4_5295._top_1smp4_2921 {
    top: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._line_1smp4_5295._bottom_1smp4_5304 {
    bottom: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._arrow_1smp4_5307 {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._arrow_1smp4_5307:before {
    bottom: 2px;
    border-color: transparent transparent #3a404e;
    border-width: 0 8px 8px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._arrow_1smp4_5307:after {
    top: 2px;
    border-color: #3a404e transparent transparent;
    border-width: 8px 8px 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._arrow_1smp4_5307:before,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._arrow_1smp4_5307:after {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._rouletteWrapper_1smp4_5333 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._rouletteWrapper_1smp4_5333 ._rouletteContent_1smp4_5343 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    will-change: transform;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._rouletteWrapper_1smp4_5333 ._rouletteContent_1smp4_5343 ._row_1smp4_5352 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: none;
    flex: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._rouletteWrapper_1smp4_5333 ._rouletteContent_1smp4_5343 ._row_1smp4_5352 ._item_1smp4_131 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-width: 175px;
    height: 44px;
    margin: 0 2px;
    color: #fff;
    font-size: 16px;
    background: #653ba1;
    border-radius: 3px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._roulette_1smp4_5268 ._rouletteWrapper_1smp4_5333 ._rouletteContent_1smp4_5343 ._row_1smp4_5352 ._item_1smp4_131 ._currency_1smp4_2530 {
    display: inline-block;
    margin-left: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696._faucet_1smp4_5386 {
    margin-top: 20px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 ._item_1smp4_131 {
    position: relative;
    margin: 10px 10px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 ._item_1smp4_131:first-child {
    margin-left: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 ._item_1smp4_131:last-child {
    margin-right: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 ._item_1smp4_131 > div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-user-select: none;
    user-select: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._timer_1smp4_4696 ._item_1smp4_131 span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44px;
    height: 38px;
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
    border: 1px solid #9327b0;
    -webkit-user-select: none;
    user-select: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._btnBoost_1smp4_4744,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._btnFaucet_1smp4_5430,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._btnReload_1smp4_5430,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._btnRakeback_1smp4_5430 {
    display: block;
    width: 240px;
    height: 44px;
    margin: 20px auto;
    color: #000;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    color: #9ca2b1;
    font-size: 15px;
    background-color: initial;
    border: 0;
    border-radius: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445:hover,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445:focus {
    outline: none;
    box-shadow: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445:hover svg,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445:focus svg {
    fill: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445 > div {
    justify-content: space-between;
    width: 100%;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 {
    position: relative;
    box-sizing: border-box;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 1080;
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    margin: 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #150e2a;
    background-clip: padding-box;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._scrollBar_1smp4_5501 {
    max-height: 250px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 {
    padding: 10px 10px 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockName_1smp4_5507 {
    margin-bottom: 5px;
    color: #8d93a0;
    font-weight: 500;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockName_1smp4_5507:not(:first-child) {
    margin-top: 15px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 {
    width: 100%;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 {
    position: relative;
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 8px;
    color: #fff;
    font-weight: 400;
    font-size: medium;
    white-space: nowrap;
    text-align: inherit;
    background-color: initial;
    border-bottom: 1px solid #333946;
    border-radius: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131:last-child {
    margin-bottom: 10px;
    border: 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131:hover {
    background-color: #242832;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._itemContent_1smp4_5542 {
    position: relative;
    display: inline;
    align-items: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._clubContainer_1smp4_4853
    ._clubWrapper_1smp4_4858
    ._clubContent_1smp4_4967
    ._inputWrapper_1smp4_5440
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._itemContent_1smp4_5542
    ._comission_1smp4_5551 {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #8d93a0;
    font-size: 0.9em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._itemContent_1smp4_5542 img {
    height: 18px;
    margin-top: 1px;
    margin-right: 10px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._btnRemove_1smp4_5565 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    color: #58627b;
    font-size: 12px;
    transform: translateY(-57%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._btnRemove_1smp4_5565:hover,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._btnRemove_1smp4_5565:focus {
    color: #e86376;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._methodsBlock_1smp4_5504 ._blockItems_1smp4_5515 ._item_1smp4_131 ._btnRemove_1smp4_5565 svg {
    margin-top: 3px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._menu_1smp4_1201 .simplebar-scrollbar:before {
    position: absolute;
    right: 2px;
    left: 2px;
    background: #ffffff7d;
    border-radius: 7px;
    content: "";
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    background-color: #150e2a;
    border: 1px solid #333946;
    border-radius: 5px;
    outline: none;
    box-shadow: 1px 3px 3px -2px #261a46;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499._open_1smp4_625 {
    border-radius: 5px 5px 0 0;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499:hover {
    background-color: #150e2a;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 ._selectedMethod_1smp4_5617 {
    display: flex;
    align-items: center;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 ._selectedMethod_1smp4_5617 img {
    height: 22px;
    margin-top: 1px;
    margin-right: 10px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: transform 0.2s ease-out;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 ._opener_1smp4_2099._open_1smp4_625 {
    transform: rotate(-180deg);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 ._btnContent_1smp4_1778 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._dropdown_1smp4_2424 ._btn_1smp4_499 > div {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputWithIcon_1smp4_5646 {
    height: 48px;
    padding-left: 35px;
    color: #000;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputWithIcon_1smp4_5646::-webkit-outer-spin-button,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputWithIcon_1smp4_5646::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputIcon_1smp4_5658 {
    position: absolute;
    top: 50%;
    left: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputIcon_1smp4_5658,
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._inputWrapper_1smp4_5440 ._inputIcon_1smp4_5658 svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 {
    width: calc(100% + 50px);
    margin-bottom: -25px;
    margin-left: -25px;
    padding: 18px;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    background: #331d53;
    border-radius: 0 0 6px 6px;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a {
    color: #fff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._bronze_1smp4_578 {
    color: #f89d69;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._silver_1smp4_581 {
    color: #788bf1;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._gold_1smp4_584 {
    color: #ffd40e;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._platinum_1smp4_587 {
    color: #077cfc;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._diamond_1smp4_590 {
    color: #61d5ff;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 a._elite_1smp4_593 {
    color: #ff3c38;
}
._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 span {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 {
        padding: 15px;
    }
    ._clubContainer_1smp4_4853 ._clubWrapper_1smp4_4858 ._clubContent_1smp4_4967 ._bonusBottom_1smp4_4796 {
        width: calc(100% + 30px);
        margin-bottom: -15px;
        margin-left: -15px;
    }
}
._confirmModal_1smp4_5727 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._confirmModal_1smp4_5727 {
        width: calc(100% - 14px);
    }
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 {
    background: #442176;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._confirmModal_1smp4_5727 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._confirmWithdrawModal_1smp4_5782 {
    width: 499px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._confirmWithdrawModal_1smp4_5782 {
        width: calc(100% - 14px);
    }
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 {
    background: #442176;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmIcon_1smp4_4817 {
    color: #ffeb3b;
    font-size: 45px;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmText_1smp4_4822 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow-x: hidden;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmText_1smp4_4822 span {
    width: 100%;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmText_1smp4_4822 ._confirmPurse_1smp4_5827 {
    margin: 20px 0 10px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 20px;
    word-break: break-word;
    background: #150e2a;
    border-radius: 5px;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: 0 0 15px;
    color: inherit;
    text-align: center;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 {
    width: 100%;
    margin-top: 15px;
    color: #fff;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 input {
    display: none;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 label {
    margin-top: 0;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873 {
    display: flex;
    align-items: center;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873._isError_1smp4_5877 ._radioBox_1smp4_5877 {
    border-color: #e86376;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873._isError_1smp4_5877 ._radioText_1smp4_5880 {
    color: #e86376;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873 ._radioBox_1smp4_5877 {
    position: relative;
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-right: 3px;
    border: 1px solid #fff;
    border-radius: 3px;
    border-image: initial;
    outline: 0;
    cursor: pointer;
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873 ._radioBox_1smp4_5877:before {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: all 0.1s ease-out 0s;
    content: "";
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873 ._radioBox_1smp4_5877._checked_1smp4_5907:before {
    transform: rotate(45deg) scale(1);
}
._confirmWithdrawModal_1smp4_5782 ._modal-content_1smp4_3697 ._confirmContainer_1smp4_5740 ._checkBoxWrapper_1smp4_5854 ._radio_1smp4_5865 ._radioWrapper_1smp4_5873 ._radioText_1smp4_5880 {
    margin-left: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
._registrationInfoModal_1smp4_5917 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._registrationInfoModal_1smp4_5917 {
        width: calc(100% - 14px);
    }
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 {
    background: #442176;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoIcon_1smp4_5941 {
    color: #ffeb3b;
    font-size: 45px;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 10px 60px;
    background: #150e2a;
    border-radius: 5px;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964 {
    display: flex;
    justify-content: space-between;
    width: 223px;
    margin: 10px 0;
    padding: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px #272b38;
    background: #150e2a;
    color: inherit;
    border-radius: 5px;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964:first-child {
    margin-bottom: 0;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964:first-child ._copyTooltip_1smp4_1254 {
    bottom: 195px;
    left: 62.5%;
    width: 100px;
    pointer-events: none;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964:nth-child(2) {
    margin-top: 0;
    border-top: 2px solid #303540;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964:nth-child(2) ._copyTooltip_1smp4_1254 {
    bottom: 160px;
    left: 62.5%;
    width: 100px;
    pointer-events: none;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964 ._title_1smp4_5998 {
    width: 50%;
    text-align: left;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964 ._content_1smp4_422 {
    display: inline;
    width: auto;
    overflow: visible;
    color: #fff;
    transition: all 0.3s ease;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._infoText_1smp4_5945 ._section_1smp4_1424 ._field_1smp4_5964 ._content_1smp4_422:hover {
    color: #fff;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: 0 0 15px;
    color: inherit;
    text-align: center;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._registrationInfoModal_1smp4_5917 ._modal-content_1smp4_3697 ._registrationInfoContainer_1smp4_5930 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._referralPromoBackground_1smp4_6030 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
}
._referralPromoModal_1smp4_6042 {
    position: absolute;
    top: 50%;
    z-index: 10001;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 360px;
    min-height: 50px;
    margin-bottom: 15px;
    background-color: #3d1d6a;
    border-radius: 12px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._close_1smp4_3736 {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    margin: -10px -10px 0 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._image_1smp4_5000 {
    position: relative;
    flex: none;
    width: 100%;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._image_1smp4_5000 ._spacer_1smp4_6081 {
    display: block;
    width: 100%;
    padding-bottom: 65.2174%;
    content: "";
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._image_1smp4_5000 img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._title_1smp4_5998 {
    position: relative;
    margin: 15px 0 0;
    font-size: 20px;
    text-align: center;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._title_1smp4_5998:before,
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._title_1smp4_5998:after {
    position: absolute;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._title_1smp4_5998:before {
    left: -30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAMAAAD/A0kuAAABelBMVEUAAAD/vg3/qQf/gkbzWlLwU1DwU1H/xCvwU1DwVFH/1DD/yyjwU1DwU1DvVVX1UWJdleL/yyj/ySjwU1BCpvb/yyjwVFBCpvbwVFH/rRH/pABGqvd3meD/pwbyZUr/pQT/oQCDgMbwU1D/oAD/ogD/yyj/rgz/zCvyVVJEqPn9vy7/pAAqedRDpvbKHmBUcMJDpvbsQXuFVaFrZrT/yyjwU1D/yij8pyeIfsXxVFDuQXvxU1HwU1HuQXrzbEr/zCj/zi2dfsGFWaz6kzn/yynYTYm4YKHsQXt+cLr/uBfxYEz/rAtyYq9ebb17hM74mTnTJmebSpDSKWjVKWjmrEn/yyn/tRHwVFD/owBCpfX/yifsQHr/oADwU1DFGVz/thPlgD1IovHiNnNQnewZdtM2l+wge9aSdbu2YKHeRYIkgduLecHXTIlkkdxsjNd9gspDdMmWbrWgbbGqZ6q/W5zRUI68IWTMIWEsjOJtd8NuY6+TRo6ZOYHVk1G2QeFrAAAAWXRSTlMAFvEHJPPjw5rtDd/UujAO+ejNyJCFgHJUTjMcDuzLwLCqo4x9a1k5OCkpJ/779eHa2r6zr6yino+Nc29kX1RIHxwXEvPu7enh4NrY1c6/trOjnYR7e2dGRQv19gQAAAJmSURBVDjLhdMJV9pAEAfwtSGXgAgWCsilXAqtttajVutRe993m2Q3bQhnPWprtfd376wkmsBC/u8Rlvd+TIYZgiBcYAwxEg8gRt4Tecc6VqvISmiaEBZeJWTGOmLMWacgIUEWDhCec+EUvAQicQwbojWc+OqVWYQyG4gZgaxtFRfFChyTSWRhMbzJxD5BVCGiPZPUJFwiqhpl6whY/4rsnGDZr95BzGxFixW0RFyDHV0W0eDIROgePhQKCXiLkcF2hhCpe8phnEW+CTIErxMSh5vD6BL5fAmBlZhull52BJKIRtRwxZonv860l5SLpzPJqDTPuzOJ+eBSesexMWg/DPttRqaMZiSN8cPRXj1pT6s8SpcvWfYCxh9hM0MSJyTmsOpyn+AKZ3eT4P/qsOqbPpvDObubacI77b8HvTiP00n7d/qEJYf99MvY7sHVbNIxwTGHPTGUZxZiD8Vh9a+KYm4zcb/tmIqiTLkeqyD/KOLfhAYC/KrL1lpgjbvOLcIzv+FXwyPw3+F9LntsAN7Vbrq2IKGyqi7GCFlzWW2fFu5o989LT/BB+FAMi7IsuW1LgXzTNCjNTvrcHlF7oEHupZg2gTG27HeDNrEHtmNOMXEJMLW61qZWaWuQL4rJLk1bBgvbsBvW2nTW7IVkH6+80E8Of1K7S+0eXcw4GpjQk2b9c0NpUdsZP23nFhqc2/PN+u8axQfdW1xjO5sv6PqPGvw4yD58CUoPzStdP2yANWF+UNorC7R381iDtG4gzzxt1v/Q3o/oQLzzcg56p+ukpb3zeu4vDNIq7Z3rl+vNhuGBXHwe/QewZbRtc2nFdAAAAABJRU5ErkJggg==)
        no-repeat;
    background-size: 20px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._title_1smp4_5998:after {
    right: -30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAqCAMAAAAd31JXAAABfVBMVEUAAAD/pwX/uRfHG17yVlT7dFfwVFFYmObvVFHwU1CEhdTwU1DwU1DxVFPxUlb/yyj/yin/tRj/xBzwU1D/yynwU1BDpvZDpff/yyn/zCr/pAD+nxf9vipHqfpQnevwU1D/oQD/yyjzYkv/yCnwVFD/oQD+ty+LfMP/zCj/ogr/ogDxU1HxVFH5vzP/ogBHqPgoedNjkd1pj9pCpvZbbr7sQXvvU1BlaLj5kTzwVFH/ogDvU1HxVFGMfMT/sxD/tBLxU1HuQnzuQnv0dEjxVFDzVlOIYrNKrf9PcsT/oACxZKVlZbXgSITsQHr/rAv/vBmEa7J7W6eNUZz0eUT/rwzRJmb/oACgRo7SKWaDgMj/yynTKmr/zCr/zCj/owBCpfX/yijsQHr/oADvU1D/uhfhckEcd9TlOXTBGFybcLWvZaeIe8MjgdvWS4lLn+85m+4zlOnEWJjeSIXkRH/hNXFui9V2h9A9eM62J2zNImNjg89/W6WNQoyjP4XIjmBZ401GAAAAX3RSTlMA9yb+Igns/eSHCfDZMBjo2hMMuLSqh3txPC8oHxn++PLf2dPKxbmQjIx9aFlOSyH+9+3o1cjDwq6dm5J5cXFiYV5KRkUpJA/o5+Pg4NvX1NDJycK/vq+sqqidkYFoW0eW0wUAAAJgSURBVDjLjdJ3W9pQFAbwU5GEEYaMliVUEGRbW2ud1Tpq994r49YAAoqCo/Oze29CSII3Prx/5Ul+z8nJewNDmd4ASsY5L+Uug4KD2/EYqLE7UJliwwhNa9c3pYn+WISWgBInSgHArstogUEOoGUrDTDJ33EpVn/bOIVGp/yajZF9E6FQZGwDMfbLNCIIPsB4V2sgJ+BkGA9l7JTgixrLciz6sfXTKORCE2DIAgpC4nt+DGhxrODFqsVitX80KKUsSreI88AHScpqDaJtiho85KBaKPwAgADANkKrYJmyOwVKEn4hk6+4GaXY2UtufR0AvE61gUWB5K3SwA3+ulnaX0rStbFBWelICHcdB6qNCD917CSnao9qBU6COXnBgEsIlcA6FUHH5DcMD5YrBobtq/9G7EBBrYBlKTuEXcnfewa8xHi0j4o/lpbN9jPPnxvwzo5eQDwbM49leb5p03E/s0DJDI/TNmLrPDvAtlkz4VU3h5eO+jNp94JXpw/EBhl8ZMJeBnH2AP79txAK6va52E1iy3ZNuIzQyhdBqJBjLOljRXGfJ1uIJuxk3DnfNwzCbk6zT0ScU4IbBgzUEg7a2B4nCd4Xe3WCJUm6T7Msf0IGH/EqtmFsZWcUoa2Mj6Re3yM7BCj2NgbKFmpxnbNz2/vCi3cJCt1U3s0eq/iwJctPvWCRu+q4uS62tT+y/OghWGUTkxOCT8Xar7rtDZGWY0ldLLaHZ3XbJztckbWmiNNmyZ6vB5KeOb6Bbe+fLM+74OqskW57eM+PQ5Lebaf11/YVRgjbacm37sFImR9ZwgWP6LbeiSVHOgAAAABJRU5ErkJggg==)
        no-repeat;
    background-size: 20px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._text_1smp4_4376 {
    max-width: 240px;
    margin: 15px 0 0;
    font-size: 13px;
    text-align: center;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._text_1smp4_4376 ._code_1smp4_4424 {
    display: block;
    margin: 10px auto;
    color: #fdae05;
    font-size: 20px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._button_1smp4_6130 {
    width: 100%;
    padding: 15px 15px 20px;
}
._referralPromoModal_1smp4_6042 ._wrapper_1smp4_1416 ._button_1smp4_6130 button {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 48px;
    margin: auto;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #fdae05;
    border-radius: 6px;
    outline: none;
}
._chatRainModal_1smp4_6149 {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 590px) {
    ._chatRainModal_1smp4_6149 {
        width: calc(100% - 14px);
    }
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 {
    background: #442176;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 {
    display: flex;
    flex-direction: column;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainHeader_1smp4_6166 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    min-height: 52px;
    padding: 0 20px;
    font-size: 16px;
    background: #653ba1;
    border-radius: 6px 6px 0 0;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainHeader_1smp4_6166 svg {
    margin-right: 6px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 {
    padding: 25px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._label_1smp4_292 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._inputWrapper_1smp4_5440 {
    width: 100%;
    margin-bottom: 12px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._inputWrapper_1smp4_5440 input {
    height: 44px;
    background: #150e2a;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._helper_1smp4_6200 {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    background: #3d1d6a;
    border-radius: 5px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._btnRain_1smp4_654 {
    width: 100%;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 14px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._bonusBottom_1smp4_4796 {
    width: calc(100% + 50px);
    margin-bottom: -25px;
    margin-left: -25px;
    padding: 18px;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    background: #331d53;
    border-radius: 0 0 6px 6px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._chatRainContent_1smp4_6181 ._bonusBottom_1smp4_4796 span {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._chatRainModal_1smp4_6149 ._modal-content_1smp4_3697 ._chatRainContainer_1smp4_6162 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._numberConfirmModal_1smp4_6267 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._numberConfirmModal_1smp4_6267 {
        width: calc(100% - 14px);
    }
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 {
    background: #442176;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 {
    display: flex;
    flex-direction: column;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._numberConfirmHeader_1smp4_6284 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._numberConfirmContent_1smp4_6297 {
    padding: 15px;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._numberConfirmContent_1smp4_6297 ._numberConfirmBottom_1smp4_6300 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px -15px;
    padding: 15px;
    background: #0000001a;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._numberConfirmContent_1smp4_6297 ._numberConfirmBottom_1smp4_6300 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 42px;
    border-radius: 4px;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._numberConfirmContent_1smp4_6297 ._numberConfirmBottom_1smp4_6300 button:last-child {
    margin-left: 15px;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._numberConfirmModal_1smp4_6267 ._modal-content_1smp4_3697 ._numberConfirmContainer_1smp4_6280 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._tfaModal_1smp4_6355 {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 {
    background: #442176;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 {
    padding: 0 20px 20px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaHeader_1smp4_6366 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
    padding: 20px;
    font-size: 16px;
    background: #653ba1;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
    border-radius: 6px 6px 0 0;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 {
    padding-top: 1em;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._loaderBlock_1smp4_239 {
    text-align: center;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._codeRow_1smp4_4424 label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 {
    display: flex;
    margin: 0 -6px 20px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 input {
    width: 16.66%;
    height: 44px;
    margin: 0 6px;
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    background-color: #1f232b;
    border-radius: 3px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 input:disabled {
    -webkit-text-fill-color: inherit;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._tfaBottom_1smp4_6409 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px -15px;
    padding: 15px;
    background: #0000001a;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._tfaBottom_1smp4_6409 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 42px;
    border-radius: 4px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._tfaBottom_1smp4_6409 button:last-child {
    margin-left: 15px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: inherit;
    border-bottom: 1px solid #442176;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131._flexRow_1smp4_6442 {
    flex-direction: row;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131._flexRow_1smp4_6442 ._image_1smp4_5000 {
    width: 130px;
    min-width: 130px;
    height: 130px;
    margin-right: 15px;
    background: #fff;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._divider_1smp4_6452 {
    display: block;
    height: 10px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-top: 5px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 ._value_1smp4_779 {
    padding: 3px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #fdae05;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
@media (max-width: 480px) {
    ._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 ._value_1smp4_779 {
        width: 100%;
        text-align: center;
    }
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 button {
    position: relative;
    padding: 3px 17px;
    background-color: transparent;
    border: 1px solid #fdae05;
    border-radius: 0 3px 3px 0;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 button:hover {
    background-color: #fdae05;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._secretCode_1smp4_6456 ._copyTooltip_1smp4_1254 {
    right: 0;
    bottom: 50px;
    left: auto;
    width: 100px;
    color: inherit;
    background-color: #00000080;
    pointer-events: none;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._title_1smp4_5998 {
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 {
    margin-bottom: 12px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 {
    position: relative;
    display: inherit;
    width: inherit;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521._hasError_1smp4_6526 input {
    border-color: #e86376 !important;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 1em;
    color: #fff;
    font-size: 1em;
    font-family: open sans, sans-serif;
    background-color: #150e2a;
    border: 1px solid transparent;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529:not([readonly]):focus {
    border-color: #fdae05;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388 {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 1em;
    color: #e86376;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: #150e2a;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._visible_1smp4_1269 {
    visibility: visible;
    opacity: 1;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388:after {
    position: absolute;
    top: 100%;
    left: 0.5em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #150e2a !important;
    content: "";
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577 {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._inputRow_1smp4_6510 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577:after {
    left: 50%;
    transform: translate(-50%);
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._codeRow_1smp4_4424 label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 {
    display: flex;
    margin: 0 -6px 20px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 input {
    width: 16.66%;
    height: 44px;
    margin: 0 6px;
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    background-color: #1f232b;
    border-radius: 3px;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._codeRow_1smp4_4424 ._tfaValidationWrapper_1smp4_6391 input:disabled {
    -webkit-text-fill-color: inherit;
}
._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 ._item_1smp4_131 ._submit_1smp4_6613 {
    height: 46px;
    font-size: 16px;
}
@media (max-width: 499px) {
    ._tfaModal_1smp4_6355 {
        width: calc(100% - 14px);
    }
    ._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 {
        padding: 0 16px 16px;
    }
    ._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaHeader_1smp4_6366 {
        margin: 0 -16px 16px;
        padding: 16px;
    }
    ._tfaModal_1smp4_6355 ._modal-content_1smp4_3697 ._tfaContainer_1smp4_6363 ._tfaWrapper_1smp4_6377 {
        padding: 0;
    }
}
._recoveryModal_1smp4_6633 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._recoveryModal_1smp4_6633 {
        width: calc(100% - 14px);
    }
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 {
    background: #442176;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 {
    display: flex;
    flex-direction: column;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryHeader_1smp4_6650 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 {
    padding: 15px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._changeTypeBtn_1smp4_6666 {
    width: 100%;
    margin-bottom: 10px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._typeSelect_1smp4_6670 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._typeSelect_1smp4_6670 button {
    width: 100%;
    margin-top: 10px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._typeSelect_1smp4_6670 button:first-child {
    margin-top: 0;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._recoveryBottom_1smp4_6682 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px -15px;
    padding: 15px;
    background: #0000001a;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._recoveryBottom_1smp4_6682 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 42px;
    border-radius: 4px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._recoveryContent_1smp4_6663 ._recoveryBottom_1smp4_6682 button:last-child {
    margin-left: 15px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: inherit;
    font-size: 14px;
    text-align: center;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._recoveryModal_1smp4_6633 ._modal-content_1smp4_3697 ._recoveryContainer_1smp4_6646 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._captchaModal_1smp4_6737 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 500px) {
    ._captchaModal_1smp4_6737 {
        width: calc(100% - 14px);
    }
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 {
    background: #442176;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 {
    display: flex;
    flex-direction: column;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._captchaHeader_1smp4_6754 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 15px;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._captchaContent_1smp4_6767 {
    display: flex;
    justify-content: center;
    padding: 15px;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._confirmIcon_1smp4_4817 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 45px;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._confirmText_1smp4_4822 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._confirmExtra_1smp4_4829 {
    display: flex;
    margin: -10px 0 20px;
    color: #fff;
    text-align: center;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._confirmActions_1smp4_4835 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._captchaModal_1smp4_6737 ._modal-content_1smp4_3697 ._captchaContainer_1smp4_6750 ._confirmActions_1smp4_4835 ._btn_1smp4_499 {
    display: flex;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 12px 20px;
}
._walletModal_1smp4_6807 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
._walletContainer_1smp4_6813 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 52px;
    min-height: 52px;
    padding: 0 15px;
    font-size: 16px;
    background: #653ba1;
    border-radius: 6px 6px 0 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 52px;
    margin-right: 5px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:last-child {
    margin-right: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    margin-right: 8px;
    opacity: 0.65;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899._active_1smp4_796 {
    color: #fff;
    border-bottom: 2px solid #fdae05;
    pointer-events: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899._active_1smp4_796 svg {
    opacity: 1;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:focus,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:hover {
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:focus svg,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899:hover svg {
    opacity: 1;
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 {
        margin-right: 6px;
        padding: 0 10px;
        font-size: 13px;
    }
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
        width: 1em;
        height: 1em;
        margin-right: 4px;
    }
}
@media (max-width: 370px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsLink_1smp4_4899 svg {
        display: none;
    }
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 {
        height: 50px;
        padding: 10px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 {
    display: flex;
    flex-direction: column;
    background-color: #442176;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 {
    display: flex;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    margin-bottom: 15px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 {
    position: relative;
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 input._select_1smp4_5617::placeholder {
    color: #150e2a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 input._active_1smp4_796 {
    color: #fff;
    border: 2px solid #535d71;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._inputIcon_1smp4_5658 {
    position: absolute;
    top: 50%;
    left: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #150e2a;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._close_1smp4_3736 {
    position: absolute;
    top: calc(50% - 6px);
    right: 40px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    width: 12px;
    height: 12px;
    margin-left: auto;
    color: #150e2a;
    font-size: 17px;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._close_1smp4_3736._active_1smp4_796 {
    display: -webkit-flex;
    display: flex;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._close_1smp4_3736 svg {
    width: 100%;
    height: 100%;
    transition: fill 0.2s ease-out;
    fill: #150e2a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._close_1smp4_3736:hover svg {
    width: 100%;
    height: 100%;
    fill: #150e2a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._opener_1smp4_2099 {
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin-left: auto;
    color: #150e2a;
    font-size: 17px;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._selectBankInputContainer_1smp4_6927 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #150e2a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: inherit;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 240px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424._empty_1smp4_635 {
    padding: 15px 20px;
    color: #150e2a;
    font-size: 14px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424._open_1smp4_625 {
    display: block;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 img {
    width: 24px;
    margin-right: 8px;
    border-radius: 6px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 > div {
    display: flex;
    align-items: center;
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 > div ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 > div ._badge_1smp4_741._wide_1smp4_2483 {
    width: 48px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131._active_1smp4_796 > div ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: inherit;
    left: 15px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._sbpSelectBankContainer_1smp4_6911 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._plusBonus_1smp4_7106 {
    margin-left: 10px;
    color: #17bb19;
    font-size: 12px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._qr_1smp4_7111 {
    box-sizing: content-box;
    width: 180px;
    height: 180px;
    margin: 25px auto 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120 {
    background: linear-gradient(45deg, #fdae05, #fdcd2d);
    color: #000;
    padding: 20px;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120 ._cryptoGuideInner_1smp4_7126 {
    transition: 0.2s all ease;
    display: flex;
    gap: 5px;
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120 ._cryptoGuideInner_1smp4_7126 ._right_1smp4_940 {
        width: 10%;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120 ._cryptoGuideInner_1smp4_7126 ._right_1smp4_940 ._icon_1smp4_431 {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0;
    }
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120 ._cryptoGuideInner_1smp4_7126 ._left_1smp4_931 {
        width: 90%;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._cryptoGuide_1smp4_7120:hover ._cryptoGuideInner_1smp4_7126 {
    transform: translate(8px);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._walletTypeTabs_1smp4_7150 {
    display: flex;
    justify-content: flex-start;
    box-sizing: content-box;
    width: 100%;
    margin: 10px auto 15px 0;
    padding: 0;
    border-bottom: 1px solid #3d1d6a;
    border-radius: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._walletTypeTabs_1smp4_7150 ._item_1smp4_131 {
    margin-bottom: -1px;
    margin-left: 25px;
    padding: 15px 0;
    color: #ffffff7d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._walletTypeTabs_1smp4_7150 ._item_1smp4_131:hover,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContentWrapper_1smp4_6906 ._walletTypeTabs_1smp4_7150 ._item_1smp4_131._active_1smp4_796 {
    color: #eee;
    border-bottom: 1px solid #fdae05;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #442176;
    border-radius: 0 0 6px 6px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906._hasWrap_1smp4_4971 {
    flex-wrap: wrap;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyNav_1smp4_7187 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyNav_1smp4_7187 ._btn_1smp4_499 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 44px;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid #363d4c;
    border-radius: 6px;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyNav_1smp4_7187 ._btn_1smp4_499:not(._active_1smp4_796):hover {
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyNav_1smp4_7187 ._btn_1smp4_499._active_1smp4_796 {
    color: #fff;
    background: #363d4c;
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyNav_1smp4_7187 ._btn_1smp4_499 {
        height: 37px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 0;
    list-style: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 {
    display: flex;
    align-items: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
    max-width: 45px;
    height: 40px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
        max-width: 40px;
        height: 35px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: -1px;
    padding: 0 12px;
    color: #fff;
    line-height: 1.25;
    background: none;
    border: 1px solid #653ba1;
    border-radius: 5px;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:hover {
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 svg {
    display: block;
    width: 12px;
    height: 12px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:first-child svg {
    margin-right: 3px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:last-child svg {
    margin-left: 3px;
    transform: scale(-1);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 > span {
    display: flex;
    align-items: center;
    line-height: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
        height: 35px;
    }
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._pager_1smp4_7223 {
        padding: 30px 15px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 {
    position: relative;
    width: 100%;
    min-height: 320px;
    padding: 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 {
    height: calc(100% - 95px);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301._isLoading_1smp4_7304 ._list_1smp4_5161 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    min-height: 250px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(60% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #653ba1;
    transform: translateZ(0);
    transition: box-shadow 3ms, border-top-color 0.1s;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    overflow: visible;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:active,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:focus,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:hover {
    border: 0;
    outline: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 {
    display: flex;
    align-items: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemLogo_1smp4_7374 {
    height: 40px;
    margin-right: 10px;
    padding: 7px;
    background: #3d1d6a;
    border: 1px solid transparent;
    border-radius: 6px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemLogo_1smp4_7374
    img {
    height: 100%;
}
@media (max-width: 1050px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemLogo_1smp4_7374 {
        height: 35px;
        margin-right: 8px;
    }
}
@media (max-width: 950px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemLogo_1smp4_7374 {
        display: none;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemInfo_1smp4_7396
    ._infoCaption_1smp4_7403 {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396
        ._infoCaption_1smp4_7403 {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396
        ._infoCaption_1smp4_7403 {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396
        ._infoCaption_1smp4_7403 {
        font-size: 13px;
    }
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemInfo_1smp4_7396
    ._infoComment_1smp4_7426 {
    display: block;
    max-width: 480px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396
        ._infoComment_1smp4_7426 {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396
        ._infoComment_1smp4_7426 {
        font-size: 11px;
    }
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396 {
        margin-left: 8px;
    }
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemRight_1smp4_7370
        ._itemInfo_1smp4_7396 {
        margin-left: 0;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: right;
}
@media (max-width: 380px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemAmount_1smp4_7454 {
        display: none;
    }
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemAmount_1smp4_7454
    ._value_1smp4_779 {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemAmount_1smp4_7454
    ._value_1smp4_779
    svg {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemAmount_1smp4_7454
        ._value_1smp4_779
        svg {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemAmount_1smp4_7454
        ._value_1smp4_779
        svg {
        font-size: 13px;
    }
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemAmount_1smp4_7454
        ._value_1smp4_779 {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemAmount_1smp4_7454
        ._value_1smp4_779 {
        font-size: 14px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    margin-left: auto;
    color: #fff;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    > span {
    padding: 0 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 130px;
    height: 34px;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff1a;
    border-radius: 34px;
    cursor: default;
}
@media (max-width: 450px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._btnStatus_1smp4_7507
        button {
        font-size: 12px;
    }
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._success_1smp4_7531 {
    color: #2dc53a;
    background-color: #62ca5b1a;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._canceled_1smp4_7535 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._waiting_1smp4_7539 {
    color: #fdae05;
    background-color: #5b99ca1a;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._error_1smp4_3998 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535 {
    z-index: 1;
    color: #615918;
    background-color: #f5e249;
    cursor: pointer;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535:hover,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535:focus {
    background-color: #e4d345;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535
    svg {
    position: relative;
    margin-right: 8px;
    font-size: 0.8em;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._cancelBtn_1smp4_7561 {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._cancelBtn_1smp4_7561
    ._timer_1smp4_4696 {
    position: relative;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fdae05;
    border-radius: 4px 0 0 4px;
    cursor: help;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._cancelBtn_1smp4_7561
    ._timer_1smp4_4696
    svg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    fill: #fff;
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._cancelBtn_1smp4_7561
        ._timer_1smp4_4696
        svg {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._cancelBtn_1smp4_7561
        ._timer_1smp4_4696 {
        width: 30px;
        height: 30px;
    }
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._historyWrapper_1smp4_7295
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemStatus_1smp4_7497
    ._cancelBtn_1smp4_7561
    ._btn_1smp4_499 {
    height: 34px;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        height: 30px;
    }
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        padding: 0 8px;
    }
}
@media (max-width: 400px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        padding: 0 6px;
        font-size: 11px;
    }
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497 {
        width: 180px;
    }
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._historyWrapper_1smp4_7295
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._itemStatus_1smp4_7497 {
        width: 125px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 > span {
    padding: 3px 8px;
    border-radius: 50px;
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
        padding: 15px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542._open_1smp4_625 {
    max-height: 100px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
    padding: 15px 0;
    color: #fff;
    list-style: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li {
    margin-bottom: 5px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span {
    display: inline-flex;
    align-items: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span svg {
    margin: 3px 2px 0;
    font-size: 0.9em;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span:first-child {
    margin-right: 5px;
    font-weight: 500;
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
        padding: 0 10px 5px;
    }
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        padding-left: 5px;
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        font-size: 12px;
    }
}
@media (min-width: 481px) and (max-width: 950px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        padding-left: 25px;
    }
}
@media (min-width: 951px) and (max-width: 1100px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        padding-left: 20px;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child {
    border-top: none;
}
@media (max-width: 1100px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 {
        padding: 15px 0;
    }
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._historyWrapper_1smp4_7295 {
        padding: 10px 0 0;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 66.666%;
    padding: 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 {
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
    background: #150e2a;
    border: 0;
    border-radius: 4px 0 0 4px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513:hover {
    background: #1d1438;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513._active_1smp4_796 {
    color: #fff;
    border: 2px solid #9327b0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714._mobile_1smp4_921
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._btnCurrency_1smp4_2513
    ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: inherit;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 204px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424._open_1smp4_625 {
    z-index: 1081;
    display: block;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714._mobile_1smp4_921
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 > div {
    display: flex;
    align-items: center;
    width: 100%;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714._mobile_1smp4_921
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714._mobile_1smp4_921
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741._wide_1smp4_2483 {
    width: 48px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714._mobile_1smp4_921
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131._active_1smp4_796
    > div
    ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: inherit;
    left: 15px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714._mobile_1smp4_921 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 {
    width: 100%;
    margin-bottom: 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._fastWithdrawals_1smp4_7872 {
    margin-top: 20px;
    padding: 10px;
    border: 1px dashed #9327b0;
    border-radius: 4px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._fastWithdrawals_1smp4_7872 ._fastWithdrawalsSubmit_1smp4_7878 {
    display: inline-block;
    margin-left: 5px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._fastWithdrawals_1smp4_7872 ._fastWithdrawalsSubmit_1smp4_7878 button {
    color: #2dc53a;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._fastWithdrawals_1smp4_7872 ._fastWithdrawalsSubmit_1smp4_7878 button:focus,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._fastWithdrawals_1smp4_7872 ._fastWithdrawalsSubmit_1smp4_7878 button:hover {
    border-bottom: 1px dashed #2dc53a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formSubmit_1smp4_7891 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formSubmit_1smp4_7891 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    background: #219a19;
    border-radius: 5px;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formSubmit_1smp4_7891 button:hover {
    background: #187312;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 {
    display: flex;
    margin: 0 -10px 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 ._item_1smp4_131 {
    padding: 0 10px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 ._item_1smp4_131 input._smallSpace_1smp4_7921 {
    padding-left: 30px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 ._item_1smp4_131 input._extraSpace_1smp4_7924 {
    padding-left: 40px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 ._item_1smp4_131 input._extrimSpace_1smp4_7927 {
    padding-left: 52px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formInputs_1smp4_7914 ._item_1smp4_131 > div {
    margin-bottom: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 input._smallSpace_1smp4_7921 {
    padding-left: 30px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 input._extraSpace_1smp4_7924 {
    padding-left: 40px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 input._extremeSpace_1smp4_7946 {
    padding-left: 52px !important;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._infoWrapper_1smp4_7949 {
    display: flex;
    margin-bottom: 15px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._infoWrapper_1smp4_7949 ._image_1smp4_5000 {
    margin-right: 10px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._infoWrapper_1smp4_7949 ._image_1smp4_5000 img {
    height: 32px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._infoWrapper_1smp4_7949 ._methodName_1smp4_7959 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._infoWrapper_1smp4_7949 ._methodName_1smp4_7959 ._text_1smp4_4376 {
    display: block;
    margin-top: 0;
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._label_1smp4_292 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._label_1smp4_292 ._labelArrow_1smp4_7979 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
    background: #fdae05;
    border-radius: 2px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 {
    position: relative;
    width: 50%;
    margin-left: auto;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._walletInput_1smp4_7996 {
    padding-right: 35px;
    text-overflow: ellipsis;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    color: #9ca2b1;
    font-size: 15px;
    background-color: initial;
    border: 0;
    border-radius: 5px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445:hover,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445:focus {
    outline: none;
    box-shadow: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445:hover svg,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445:focus svg {
    fill: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._btnDropdown_1smp4_5445 > div {
    justify-content: space-between;
    width: 100%;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._btnDropdown_1smp4_5445
    ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputWithIcon_1smp4_5646 {
    height: 48px;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    background: #150e2a;
    border-radius: 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputWithIcon_1smp4_5646::-webkit-outer-spin-button,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputWithIcon_1smp4_5646::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputIcon_1smp4_5658 {
    position: absolute;
    top: 50%;
    left: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputIcon_1smp4_5658,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputIcon_1smp4_5658 span,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputIcon_1smp4_5658 svg {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._dropdown_1smp4_2424 {
    position: relative;
    box-sizing: border-box;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._dropdown_1smp4_2424 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 1080;
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    margin: 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #150e2a;
    background-clip: padding-box;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._scrollBar_1smp4_5501 {
    max-height: 250px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504 {
    padding: 10px 10px 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockName_1smp4_5507 {
    margin-bottom: 5px;
    color: #8d93a0;
    font-weight: 500;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockName_1smp4_5507:not(:first-child) {
    margin-top: 15px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515 {
    width: 100%;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131 {
    position: relative;
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 8px;
    color: #fff;
    font-weight: 400;
    font-size: medium;
    white-space: nowrap;
    text-align: inherit;
    background-color: initial;
    border-bottom: 1px solid #333946;
    border-radius: 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131:last-child {
    margin-bottom: 10px;
    border: 0;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131:hover {
    background-color: #242832;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._itemContent_1smp4_5542 {
    position: relative;
    display: inline;
    align-items: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._itemContent_1smp4_5542
    ._comission_1smp4_5551 {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #8d93a0;
    font-size: 0.9em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._itemContent_1smp4_5542
    img {
    height: 18px;
    margin-top: 1px;
    margin-right: 10px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._btnRemove_1smp4_5565 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    color: #58627b;
    font-size: 12px;
    transform: translateY(-57%);
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._btnRemove_1smp4_5565:hover,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._btnRemove_1smp4_5565:focus {
    color: #e86376;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._btnRemove_1smp4_5565
    svg {
    margin-top: 3px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    ._methodsBlock_1smp4_5504
    ._blockItems_1smp4_5515
    ._item_1smp4_131
    ._methodIcon_1smp4_8169 {
    max-width: 15px;
    margin-left: 5px;
    transform: translateY(-1px);
    transition: transform 0.2s ease-in-out;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._menu_1smp4_1201
    .simplebar-scrollbar:before {
    position: absolute;
    right: 2px;
    left: 2px;
    background: #ffffff7d;
    border-radius: 7px;
    content: "";
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._dropdown_1smp4_2424 ._btn_1smp4_499 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    background: #150e2a;
    border: 1px solid #333946;
    border-radius: 5px;
    outline: none;
    box-shadow: 1px 3px 3px -2px #261a46;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499._open_1smp4_625 {
    border-radius: 5px 5px 0 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._dropdown_1smp4_2424 ._btn_1smp4_499:hover {
    background-color: #150e2a;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778
    ._selectedMethod_1smp4_5617 {
    display: flex;
    align-items: center;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778
    ._selectedMethod_1smp4_5617
    img {
    height: 22px;
    margin-top: 1px;
    margin-right: 10px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778
    ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: transform 0.2s ease-out;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778
    ._opener_1smp4_2099._open_1smp4_625 {
    transform: rotate(-180deg);
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._dropdown_1smp4_2424
    ._btn_1smp4_499
    ._btnContent_1smp4_1778
    ._opener_1smp4_2099
    svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._dropdown_1smp4_2424 ._btn_1smp4_499 > div {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._inputButtons_1smp4_8240 {
    position: relative;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputButtons_1smp4_8240
    ._formField_1smp4_4452
    ._inputBlock_1smp4_7230 {
    display: flex;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputButtons_1smp4_8240
    ._formField_1smp4_4452
    ._inputBlock_1smp4_7230
    input {
    font-size: 16px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputButtons_1smp4_8240
    ._formField_1smp4_4452
    ._inputBlock_1smp4_7230
    ._copyBtn_1smp4_8249 {
    width: 65px;
    background: #150e2a;
    border-left: 1px solid #34373c;
    transition: all 0.3s;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputButtons_1smp4_8240
    ._formField_1smp4_4452
    ._inputBlock_1smp4_7230
    ._copyBtn_1smp4_8249:hover {
    background: #313742;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._inputButtons_1smp4_8240
    ._formField_1smp4_4452
    ._inputBlock_1smp4_7230
    ._copyTooltip_1smp4_1254 {
    top: -30px;
    left: 92.5%;
    width: 100px;
    color: inherit;
    background-color: #00000080;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._buttonsContainer_1smp4_8265 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 5px -2.5px 0;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272 {
    width: 20%;
    padding: 5px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    color: #fff;
    white-space: nowrap;
    background: #150e2a;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button
    ._value_1smp4_779 {
    display: flex;
    align-items: center;
    padding-left: 2px;
    color: #93969b;
    font-weight: 500;
    font-size: 15px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button
    ._value_1smp4_779
    svg {
    margin-top: -1px;
    margin-left: 3px;
    font-size: 13px;
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._contentRight_1smp4_7714
        ._contentWrap_1smp4_928
        ._formWithLabel_1smp4_7933
        ._walletContentWrapper_1smp4_6906
        ._buttonsContainer_1smp4_8265
        ._btnItem_1smp4_8272
        button
        ._value_1smp4_779
        svg {
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._contentRight_1smp4_7714
        ._contentWrap_1smp4_928
        ._formWithLabel_1smp4_7933
        ._walletContentWrapper_1smp4_6906
        ._buttonsContainer_1smp4_8265
        ._btnItem_1smp4_8272
        button
        ._value_1smp4_779 {
        font-size: 14px;
    }
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button:hover,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button._active_1smp4_796 {
    color: #fff;
    background: #150e2a;
    border: 2px solid #9327b0;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button:hover
    ._value_1smp4_779,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._buttonsContainer_1smp4_8265
    ._btnItem_1smp4_8272
    button._active_1smp4_796
    ._value_1smp4_779 {
    color: #fff;
}
@media (max-width: 1050px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._contentRight_1smp4_7714
        ._contentWrap_1smp4_928
        ._formWithLabel_1smp4_7933
        ._walletContentWrapper_1smp4_6906
        ._buttonsContainer_1smp4_8265
        ._btnItem_1smp4_8272 {
        width: 20%;
    }
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._contentRight_1smp4_7714
        ._contentWrap_1smp4_928
        ._formWithLabel_1smp4_7933
        ._walletContentWrapper_1smp4_6906
        ._buttonsContainer_1smp4_8265
        ._btnItem_1smp4_8272 {
        width: 25%;
    }
    ._walletContainer_1smp4_6813
        ._walletWrapper_1smp4_6818
        ._walletContent_1smp4_6906
        ._contentRight_1smp4_7714
        ._contentWrap_1smp4_928
        ._formWithLabel_1smp4_7933
        ._walletContentWrapper_1smp4_6906
        ._buttonsContainer_1smp4_8265
        ._btnItem_1smp4_8272:last-child {
        display: none;
    }
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._fallBackCard_1smp4_8338 {
    margin-top: 20px;
    padding: 10px;
    border: 1px dashed #9327b0;
    border-radius: 4px;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._fallBackCard_1smp4_8338
    ._fallBackCardSubmit_1smp4_8344 {
    display: inline-block;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._fallBackCard_1smp4_8338
    ._fallBackCardSubmit_1smp4_8344
    button {
    color: #2dc53a;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._fallBackCard_1smp4_8338
    ._fallBackCardSubmit_1smp4_8344
    button:focus,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._fallBackCard_1smp4_8338
    ._fallBackCardSubmit_1smp4_8344
    button:hover {
    border-bottom: 1px dashed #2dc53a;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._subButtons_1smp4_8356 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 3px);
    margin: -10px -3px 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._subButtons_1smp4_8356 button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    height: 40px;
    margin: 10px 3px 0;
    color: #ffffff80;
    font-size: 13px;
    background: #150e2a;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._subButtons_1smp4_8356 button img {
    width: 17px;
    margin-right: 7px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933 ._walletContentWrapper_1smp4_6906 ._subButtons_1smp4_8356 button:hover,
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._subButtons_1smp4_8356
    button._active_1smp4_796 {
    color: #fff;
    background: #150e2a;
    border: 2px solid #9327b0;
}
._walletContainer_1smp4_6813
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentRight_1smp4_7714
    ._contentWrap_1smp4_928
    ._formWithLabel_1smp4_7933
    ._walletContentWrapper_1smp4_6906
    ._subButtons_1smp4_8356._crypto_1smp4_7120
    button {
    width: calc(33% - 6px);
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 ._label_1smp4_292,
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 ._walletContentWrapper_1smp4_6906 {
    width: 100%;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 ._label_1smp4_292 {
    margin-bottom: 15px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 ._tagLabel_1smp4_8401 {
    margin-top: 15px;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971 ._walletContentWrapper_1smp4_6906 {
    margin: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentWrap_1smp4_928 ._formWithLabel_1smp4_7933._hasWrap_1smp4_4971:last-child {
    margin-bottom: 0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentFooter_1smp4_8410 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #9327b0;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentFooter_1smp4_8410 ._details_1smp4_8422 ._info_1smp4_731 {
    display: inline-flex;
    align-items: center;
    color: #fff;
}
._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentFooter_1smp4_8410 ._details_1smp4_8422 ._info_1smp4_731 svg {
    font-size: 11px;
}
@media (max-width: 600px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentFooter_1smp4_8410 ._comission_1smp4_5551,
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 ._contentFooter_1smp4_8410 ._details_1smp4_8422 {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 {
        width: 70%;
        padding: 20px;
    }
}
@media (max-width: 500px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 {
        padding: 15px;
    }
}
@media (min-width: 900px) {
    ._walletContainer_1smp4_6813 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentRight_1smp4_7714 {
        min-height: 417px;
    }
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880 {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 38px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880:hover svg {
    fill: #fff;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._tabsContainer_1smp4_4865 ._tabsClose_1smp4_4880 svg {
    display: block;
    width: 13px;
    height: 13px;
    transition: all 0.3s;
    fill: #fff;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 {
    width: 36%;
    padding: 20px;
    border-right: 1px solid #3d1d6a;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
    background: #150e2a;
    border: 0;
    border-radius: 4px 0 0 4px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513:hover {
    background: #1d1438;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513._active_1smp4_796 {
    color: #fff;
    border: 2px solid #9327b0;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentLeft_1smp4_8470
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._btnCurrency_1smp4_2513
    ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._btnCurrency_1smp4_2513 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: inherit;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 204px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424._open_1smp4_625 {
    display: block;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentLeft_1smp4_8470
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 ._item_1smp4_131 > div {
    display: flex;
    align-items: center;
    width: 100%;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentLeft_1smp4_8470
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentLeft_1smp4_8470
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131
    > div
    ._badge_1smp4_741._wide_1smp4_2483 {
    width: 48px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451
    ._walletWrapper_1smp4_6818
    ._walletContent_1smp4_6906
    ._contentLeft_1smp4_8470
    ._currencyContainer_1smp4_7725
    ._dropdownContainer_1smp4_6918
    ._dropdown_1smp4_2424
    ._item_1smp4_131._active_1smp4_796
    > div
    ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: inherit;
    left: 15px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424 {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
    ._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._currencyContainer_1smp4_7725 ._dropdownContainer_1smp4_6918 ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._loaderHalf_1smp4_1310 {
    height: 150px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._loaderCentred_1smp4_1287 {
    position: relative;
    transform: translate(-50%);
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._loaderAddress_1smp4_1314 {
    position: initial !important;
    height: 200px !important;
    transform: none !important;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._label_1smp4_292 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._label_1smp4_292 ._labelArrow_1smp4_7979 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
    background: #fdae05;
    border-radius: 2px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._label_1smp4_292 ._labelArrow_1smp4_7979 svg {
    margin-left: 1px;
    transform: rotate(-90deg);
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleLabel_1smp4_8653 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    background: #150e2a;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659:hover,
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659:focus {
    color: #fff;
    background: #150e2a;
    border-color: #535d71;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659:hover ._methodIcon_1smp4_8169,
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659:focus ._methodIcon_1smp4_8169 {
    transform: scale(1.1);
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659._active_1smp4_796 {
    color: #fff;
    background: #150e2a;
    border-color: #9327b0;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659 ._image_1smp4_5000 {
    height: 22px;
    margin-right: 10px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659 ._image_1smp4_5000 img {
    height: 100%;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659:last-child {
    margin-bottom: 0;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 ._simpleMethod_1smp4_8659 ._methodIcon_1smp4_8169 {
    max-width: 15px;
    margin-left: 5px;
    transform: translateY(-1px);
    transition: transform 0.2s ease-in-out;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 .simplebar-vertical {
    right: -15px;
}
._walletContainer_1smp4_6813._isModal_1smp4_8451 ._walletWrapper_1smp4_6818 ._walletContent_1smp4_6906 ._contentLeft_1smp4_8470 .simplebar-scrollbar:before {
    position: absolute;
    right: 2px;
    left: 2px;
    background: #ffffff7d;
    border-radius: 7px;
    content: "";
}
@media (max-width: 900px) {
    ._walletContainer_1smp4_6813 {
        margin-bottom: 20px;
    }
}
._gameStatsModal_1smp4_8724 {
    max-width: 500px;
    margin: 0 auto;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 {
    min-height: 200px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsHeader_1smp4_8731 {
    display: flex;
    justify-content: flex-end;
    padding: 9px 0;
    font-weight: 500;
    white-space: nowrap;
    background-color: #653ba1;
    border-radius: 5px 5px 0 0;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsTitle_1smp4_8740 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStats_1smp4_8724 {
    display: flex;
    padding: 16px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsList_1smp4_8754 {
    display: flex;
    flex-direction: column;
    width: 50%;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsItem_1smp4_8759 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsItem_1smp4_8759:last-child {
    margin-bottom: 0;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsName_1smp4_8767 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsValue_1smp4_8772 {
    color: #2dc53a;
    font-size: 14px;
    line-height: 1.5;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._gameStatsDivider_1smp4_8777 {
    display: flex;
    width: 2px;
    margin: 0 16px;
    background-color: #484d59;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 {
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
    padding: 10px;
    background: #653ba1;
    border-radius: 5px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._title_1smp4_5998 {
    margin-top: 7px;
    margin-left: 7px;
    color: #fff;
    cursor: pointer;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._title_1smp4_5998:hover {
    color: #fff;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._title_1smp4_5998 svg {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    margin-top: 10px;
    color: #fff;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805._empty_1smp4_635 {
    flex-direction: column;
    vertical-align: middle;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 {
    display: flex;
    justify-content: center;
    width: 50%;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 {
    position: relative;
    width: 140px;
    height: 70px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._circle_1smp4_8833 {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 70px;
    border: 3px solid #fff;
    border-bottom: 0 !important;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    transition: -webkit-clip-path 1s ease-in-out;
    transition: clip-path 1s ease-in-out;
    transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._circle_1smp4_8833._green_1smp4_8847 {
    border: 3px solid #2cc53b;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._time_1smp4_4696 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._time_1smp4_4696 ._info_1smp4_731 {
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._time_1smp4_4696 ._info_1smp4_731 span {
    display: block;
    width: 100%;
    white-space: nowrap;
}
@media (max-width: 380px) {
    ._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 {
        width: 120px;
        height: 60px;
    }
    ._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._timer_1smp4_4696 ._circle_1smp4_8833 {
        width: 120px;
        height: 60px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
    }
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._left_1smp4_931 ._row_1smp4_5352 ._place_1smp4_178 {
    color: #fff;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #484d59;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 ._item_1smp4_131 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 ._item_1smp4_131:last-child {
    margin-bottom: 0;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 ._item_1smp4_131 ._top_1smp4_2921 {
    color: #fff;
    font-weight: 600;
    text-align: left;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 ._item_1smp4_131 ._bottom_1smp4_5304 {
    margin-top: 3px;
    color: #fff;
    text-align: left;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 ._right_1smp4_940 ._row_1smp4_5352 ._item_1smp4_131 ._bottom_1smp4_5304._bet_1smp4_414 {
    color: #2cc53b;
}
._gameStatsModal_1smp4_8724 ._gameStatsWrapper_1smp4_8728 ._raceSection_1smp4_8783 ._raceContent_1smp4_8805 span {
    text-align: center;
}
._chatRulesContainer_1smp4_8919 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._tabsContainer_1smp4_4865 button {
    position: absolute;
    top: 40px;
    right: 15px;
    width: 38px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._tabsContainer_1smp4_4865 button:hover svg {
    fill: #000;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._tabsContainer_1smp4_4865 button svg {
    display: block;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
    fill: #fff;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._chatRulesContent_1smp4_8952 {
    padding: 20px;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._chatRulesContent_1smp4_8952 h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
._chatRulesContainer_1smp4_8919 ._chatRulesWrapper_1smp4_8925 ._chatRulesContent_1smp4_8952 h2 svg {
    margin-right: 5px;
    margin-bottom: 2px;
}
._userStatsModal_1smp4_8965 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 900px) {
    ._userStatsModal_1smp4_8965 {
        width: calc(100% - 14px);
    }
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 {
    background: #442176;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #653ba1;
    border-radius: 5px 5px 0 0;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985._loading_1smp4_8995 {
    min-height: 300px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 {
    display: flex;
    align-items: center;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 {
    color: #fff;
    font-size: 18px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251 {
    display: inline;
    white-space: nowrap;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251._hasBadge_1smp4_9010 {
    position: relative;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251 ._badge_1smp4_741 {
    position: absolute;
    top: 50%;
    margin-left: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251 ._badge_1smp4_741 > span {
    display: flex;
    align-items: center;
    width: 17px;
    height: 17px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251 ._badge_1smp4_741 > span img {
    display: block;
    max-width: 100%;
    height: auto;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._row_1smp4_5352 ._name_1smp4_266 ._user_1smp4_251 ._text_1smp4_4376 {
    padding-left: 20px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 ._date_1smp4_232 {
    margin-top: 2px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsHeader_1smp4_8985 svg {
    margin-right: 6px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 {
    width: 100%;
    padding: 20px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 {
    width: 50%;
    margin-right: 15px;
    padding: 15px;
    text-align: center;
    border: 1px solid #9327b0;
    border-radius: 6px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._label_1smp4_292 {
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779 {
    justify-content: center;
    color: #fdae05;
    font-weight: 500;
    font-size: 16px;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779._positive_1smp4_9073 {
    color: #2dc53a !important;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779 ._bet_1smp4_414 ._icon_1smp4_431 {
    display: inline-block;
    margin: 0 0 0 0.25em;
    color: inherit;
    vertical-align: middle;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047 ._item_1smp4_131 ._value_1smp4_779 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._userStatsModal_1smp4_8965 ._modal-content_1smp4_3697 ._userStatsContainer_1smp4_8978 ._userStatsContent_1smp4_9043 ._stats_1smp4_9047:last-child {
    margin-bottom: 0;
}
._mobileNav_1smp4_921 {
    position: relative;
    z-index: 901;
    display: none;
    width: 100%;
    background: #261a46;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    background: #1d1438;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115._open_1smp4_625 {
    display: block;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._close_1smp4_3736 {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #979797;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
    list-style: none;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 li {
    width: 50%;
    border-right: 1px solid #261a46;
    border-bottom: 1px solid #261a46;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 li:nth-child(odd) {
    padding-left: 10px;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 li._current_1smp4_3049 a,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 li._current_1smp4_3049 button {
    color: #fff;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 a,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 15px 20px 30px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.1px;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 a svg,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 button svg {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 a ._icon-faq_1smp4_9187,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 button ._icon-faq_1smp4_9187 {
    font-size: 15px;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 a ._icon-achievements_1smp4_9190,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 button ._icon-achievements_1smp4_9190 {
    font-size: 16px;
}
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 a:hover,
._mobileNav_1smp4_921 ._mobileNavPullOut_1smp4_9115 ._mobileNavPullOutNav_1smp4_9143 button:hover {
    color: #fff;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 {
    width: 100%;
    background: #150e2a;
}
@media (max-width: 900px) {
    ._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 {
        touch-action: none;
    }
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px 15px;
    list-style: none;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 25%;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226 {
    position: absolute;
    bottom: -12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2e3542;
    border-radius: 10px;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226 ._lobbyWrapper_1smp4_9238 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    background: #fdae05;
    border-radius: 10px;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226 ._lobbyWrapper_1smp4_9238 ._image_1smp4_5000 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226 ._lobbyWrapper_1smp4_9238 ._image_1smp4_5000 svg {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    fill: #fff;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226:hover ._lobbyWrapper_1smp4_9238,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226:active ._lobbyWrapper_1smp4_9238,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._btnLobby_1smp4_9226:focus ._lobbyWrapper_1smp4_9238 {
    background: #5692ff;
    transform: scale(1.1);
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li:last-child {
    margin-right: 0;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownButton_1smp4_9267,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > a,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > button {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownButton_1smp4_9267._badgeNew_1smp4_9284:before,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > a._badgeNew_1smp4_9284:before,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > button._badgeNew_1smp4_9284:before {
    position: absolute;
    top: -5px;
    right: 5px;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    content: "";
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownButton_1smp4_9267 svg,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > a svg,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > button svg {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    pointer-events: none;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownButton_1smp4_9267:hover,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > a:hover,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li > button:hover {
    color: #fff;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 ._icon-more_1smp4_9303 {
    width: 16px;
    height: 16px;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownButton_1smp4_9267 > div {
    flex-direction: column;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownMenu_1smp4_9310 {
    top: 0;
    left: 50%;
    min-width: auto;
    margin-top: -100%;
    background-color: #1d1438;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownMenu_1smp4_9310._big_1smp4_3430 {
    margin-top: -125%;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownItem_1smp4_9322 {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #261a46;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownItem_1smp4_9322 svg {
    margin-right: 5px;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownItem_1smp4_9322:last-child {
    border-bottom: 0;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownItem_1smp4_9322:focus,
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 li ._dropDownItem_1smp4_9322:hover {
    color: #fff;
    background: transparent;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 ._active_1smp4_796 {
    color: #fff;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 ._active_1smp4_796 svg {
    fill: #fdae05;
}
._mobileNav_1smp4_921 ._mobileNavWrapper_1smp4_925 ._mobileNavBlock_1smp4_9205 ._active_1smp4_796 button,
._mobileNav_1smp4_921 ._mobileNavPullOutNav_1smp4_9143 ._active_1smp4_796 {
    color: #fff;
}
._mobileNav_1smp4_921 ._mobileNavPullOutNav_1smp4_9143 ._active_1smp4_796 svg {
    fill: #fff;
}
._mobileNav_1smp4_921 ._mobileNavPullOutNav_1smp4_9143 ._active_1smp4_796 button {
    color: #fff;
}
@media (max-width: 900px) {
    ._mobileNav_1smp4_921 {
        display: block;
    }
}
._sideUserProfile_1smp4_9368 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
}
._sideUserProfile_1smp4_9368 ._userAvatar_1smp4_9376 {
    margin-bottom: 20px;
}
._sideUserProfile_1smp4_9368 ._userAvatar_1smp4_9376 ._closeBtn_1smp4_9379 {
    position: absolute;
    top: 25px;
    right: 15px;
}
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384 {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384:focus,
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384:hover {
    outline: none;
}
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384:hover {
    color: #fdae05;
}
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384 ._yourId_1smp4_9404 {
    padding-right: 5px;
    color: #fff;
    text-transform: uppercase;
}
._sideUserProfile_1smp4_9368 ._userId_1smp4_9384 ._userIconCopy_1smp4_9409 {
    display: flex;
    align-items: center;
    margin-left: 4px;
    padding: 2px 3px;
    background-color: #313742;
    border-radius: 3px;
}
._sideUserProfile_1smp4_9368 ._userName_1smp4_9417 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
}
._sideUserProfile_1smp4_9368 ._userName_1smp4_9417 ._copyTooltip_1smp4_1254 {
    width: 110px;
    background: #000;
}
._sideUserProfile_1smp4_9368 ._userName_1smp4_9417 ._nickname_1smp4_9428 {
    width: 100%;
    max-width: 200px;
    margin-bottom: 2px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 {
    width: 100%;
    list-style: none;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li {
    margin-bottom: 20px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a ._number-badge_1smp4_9453 {
    position: static;
    top: 0;
    right: 0;
    margin-left: 5px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a svg {
    display: block;
    width: 18px;
    height: 18px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a ._icon-affiliate_1smp4_9464 {
    width: 14px;
    height: 14px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a ._itemIcon_1smp4_9468 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    margin-right: 15px;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li a:hover,
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li._current_1smp4_3049 a {
    color: #fff;
}
._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li:last-child {
    margin-bottom: 25px;
}
._sideUserProfile_1smp4_9368 ._userBlock_1smp4_9484 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #272c35;
}
._sideUserProfile_1smp4_9368 ._avatar_1smp4_2792 {
    width: 100px;
    height: 100px;
}
._sideUserProfile_1smp4_9368 ._avatar_1smp4_2792 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
}
._sideUserProfile_1smp4_9368 ._btn-logout_1smp4_9505 {
    display: flex;
    width: 100%;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
}
._sideUserProfile_1smp4_9368 ._btn-logout_1smp4_9505 ._itemIcon_1smp4_9468 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    margin-right: 15px;
    font-size: 16px;
}
._sideUserProfile_1smp4_9368 ._btn-logout_1smp4_9505:hover {
    color: #fff;
    background: transparent;
}
@media (max-height: 580px), (max-width: 900px) {
    ._sideUserProfile_1smp4_9368 ._avatar_1smp4_2792 {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0;
        padding: 3px 0;
    }
    ._sideUserProfile_1smp4_9368 ._avatar_1smp4_2792 > div {
        width: 60px !important;
        height: 60px !important;
        font-family: Rubik, Arial, sans-serif;
    }
    ._sideUserProfile_1smp4_9368 ._userBlock_1smp4_9484 {
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 0;
        padding-bottom: 20px;
    }
    ._sideUserProfile_1smp4_9368 ._userAvatar_1smp4_9376 {
        margin-bottom: 0;
    }
    ._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li {
        margin-bottom: 15px;
    }
    ._sideUserProfile_1smp4_9368 ._profileNav_1smp4_9439 li:last-child {
        margin-bottom: 20px;
    }
    ._sideUserProfile_1smp4_9368 ._userName_1smp4_9417 ._nickname_1smp4_9428 {
        max-width: 140px;
        margin-bottom: 0;
        text-align: left;
    }
}
@media (max-width: 900px) {
    ._sideUserProfile_1smp4_9368 ._userName_1smp4_9417 ._nickname_1smp4_9428 {
        max-width: 200px;
        margin-bottom: 0;
    }
    ._sideUserProfile_1smp4_9368 ._userAvatar_1smp4_9376 {
        margin-bottom: 0;
    }
    ._sideUserProfile_1smp4_9368 ._userBlock_1smp4_9484 {
        padding: 20px 0;
    }
}
._liveStatBlock_1smp4_9572 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px 0;
}
@media (max-width: 900px) {
    ._liveStatBlock_1smp4_9572 {
        height: calc(100% + -0px);
        padding: 0 0 0 5px;
    }
    ._liveStatBlock_1smp4_9572 ._liveParams_1smp4_127 {
        padding: 10px 0 10px 5px;
    }
}
._liveStatBlock_1smp4_9572 ._itemControl_1smp4_131 {
    position: absolute;
    top: 22px;
    right: 15px;
}
._liveStatBlock_1smp4_9572 ._liveParams_1smp4_127 {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
}
._liveStatBlock_1smp4_9572 ._liveParams_1smp4_127 > ._item_1smp4_131 {
    display: flex;
    align-items: center;
    color: #5b6271;
    font-size: 16px;
}
._liveStatBlock_1smp4_9572 ._liveParams_1smp4_127 > ._item_1smp4_131 span {
    color: #fff;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 {
    box-sizing: border-box;
    width: calc(100% + 10px);
    margin: 0 -10px;
    background-color: #442176;
    border-radius: 10px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._top_1smp4_2921 {
    width: 100%;
    height: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #0000004d;
    border-radius: 10px 10px 0 0;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #0000001a;
    cursor: pointer;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131:hover ._overlay_1smp4_514 {
    display: flex;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._overlay_1smp4_514 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #000000b5;
    border-radius: 0 0 10px 10px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._overlay_1smp4_514 svg {
    width: 35px;
    height: 35px;
    color: #fff;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._overlay_1smp4_514 button {
    height: 30px;
    margin: 0;
    padding: 3px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50px;
}
@media (max-width: 768px) {
    ._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._overlay_1smp4_514 button {
        padding: 2px 25px;
    }
}
@media (min-width: 821px) and (max-width: 1200px) {
    ._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._overlay_1smp4_514 button:nth-child(2) {
        display: none;
    }
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 {
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 49px;
    height: 65px;
    cursor: pointer;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000._static_1smp4_908 {
    background: #442176;
    border-radius: 5px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._img_1smp4_9698 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741 {
    position: absolute;
    top: 5px;
    left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 13px;
    padding: 0 4px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 5px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._blue_1smp4_9727 {
    background-color: #3077f7;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._green_1smp4_8847 {
    background-color: #219a1a;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._orange_1smp4_9733 {
    background-color: #ff5721;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._purple_1smp4_9736 {
    background-color: #d004fc;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 65px);
    margin-left: 15px;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-word;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 ._userLink_1smp4_534 {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    touch-action: manipulation;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 ._gameName_1smp4_9773 {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 ._winAmount_1smp4_9782 {
    display: block;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131 ._liveContent_1smp4_9739 ._winAmount_1smp4_9782 svg {
    margin-bottom: 2px;
    margin-left: -3px;
}
._liveStatBlock_1smp4_9572 ._fixedLiveItem_1smp4_9610 ._item_1smp4_131:last-child {
    margin-bottom: 0;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 {
    position: relative;
    display: flex;
    flex: auto;
    flex-direction: column-reverse;
    height: 120px;
    min-height: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 {
    position: relative;
    padding-right: 10px;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._loaderBlock_1smp4_239 {
    position: relative;
    width: calc(100% + 15px);
    margin-top: 50px;
    text-align: center;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 > a {
    display: flex;
    margin-bottom: 10px;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 > a:last-child {
    margin-bottom: 0;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 10px;
    overflow: hidden;
    background: #261a46;
    border-radius: 6px;
    cursor: pointer;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131:hover ._overlay_1smp4_514 {
    display: flex;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._overlay_1smp4_514 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    background: #000000b5;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._overlay_1smp4_514 svg {
    width: 35px;
    height: 35px;
    color: #fff;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._overlay_1smp4_514 button {
    height: 30px;
    margin: 0;
    padding: 3px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 100px;
}
@media (max-width: 768px) {
    ._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._overlay_1smp4_514 button {
        padding: 2px 25px;
    }
}
@media (min-width: 821px) and (max-width: 1200px) {
    ._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._overlay_1smp4_514 button:nth-child(2) {
        display: none;
    }
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 {
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 49px;
    height: 65px;
    cursor: pointer;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000._static_1smp4_908 {
    background: #442176;
    border-radius: 5px;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._img_1smp4_9698 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741 {
    position: absolute;
    top: 5px;
    left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 13px;
    padding: 0 4px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 5px;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._blue_1smp4_9727 {
    background-color: #3077f7;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._green_1smp4_8847 {
    background-color: #219a1a;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._orange_1smp4_9733 {
    background-color: #ff5721;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._image_1smp4_5000 ._badge_1smp4_741._purple_1smp4_9736 {
    background-color: #d004fc;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 65px);
    margin-left: 15px;
    font-size: 13px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-word;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 ._userLink_1smp4_534 {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    touch-action: manipulation;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 ._gameName_1smp4_9773 {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 ._winAmount_1smp4_9782 {
    display: block;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
._liveStatBlock_1smp4_9572 ._liveBlock_1smp4_9799 ._liveBlockInner_1smp4_9809 ._item_1smp4_131 ._liveContent_1smp4_9739 ._winAmount_1smp4_9782 svg {
    margin-bottom: 2px;
    margin-left: -3px;
}
._liveStatBlock_1smp4_9572 ._liveScroll_1smp4_762 {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    background: #232933;
    border: 0;
    border-radius: 50%;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
._liveStatBlock_1smp4_9572 ._liveScroll_1smp4_762 ._values_1smp4_779 {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    line-height: 18px;
    background: #4886f5;
    border-radius: 50%;
    content: attr(data-values);
}
._liveStatBlock_1smp4_9572 ._liveScroll_1smp4_762:hover {
    box-shadow: 0 0 0 1px #fdae05;
}
._liveStatBlock_1smp4_9572 ._liveScroll_1smp4_762._active_1smp4_796 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
._liveStatBlock_1smp4_9572 ._liveScroll_1smp4_762 svg {
    font-size: 11px;
    fill: #fff;
}
._inputValid_1smp4_10033 {
    display: inherit;
    width: inherit;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521 {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 1em;
    color: #e86376;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    background: #150e2a;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521._inline_1smp4_10051 {
    top: 100%;
    bottom: auto;
    z-index: 3;
    margin: 2px 0 0;
    padding: 4px 6px;
    color: #fff;
    font-size: 10px;
    background: #dc3545e6;
    border-radius: 2px;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521._inline_1smp4_10051._top_1smp4_2921 {
    top: auto;
    right: auto;
    bottom: calc(100% + 2px);
    left: 0;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521._inline_1smp4_10051._topRight_1smp4_6577 {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521._inline_1smp4_10051:after {
    display: none;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521._visible_1smp4_1269 {
    visibility: visible;
    opacity: 1;
}
._inputValid_1smp4_10033 ._valid_1smp4_6521:after {
    position: absolute;
    top: 100%;
    left: 0.5em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #150e2a !important;
    content: "";
}
._inputField_1smp4_7234,
._inputField_1smp4_7234 input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    color: #000 !important;
    font-family: Rubik, Arial, sans-serif;
    background: #fff !important;
    border: 2px solid transparent;
    border-radius: 5px;
    outline: none !important;
    touch-action: manipulation;
}
._inputField_1smp4_7234,
._inputField_1smp4_7234 + ._inputSuffix_1smp4_10107,
._inputField_1smp4_7234 input,
._inputField_1smp4_7234 input + ._inputSuffix_1smp4_10107 {
    font-size: 16px;
}
._inputField_1smp4_7234:not([readonly]):focus,
._inputField_1smp4_7234 input:not([readonly]):focus {
    border-color: #442176;
}
._inputField_1smp4_7234._input-green_1smp4_10116:not([readonly]):focus,
._inputField_1smp4_7234 input._input-green_1smp4_10116:not([readonly]):focus {
    border-color: #2dc53a;
}
._inputField_1smp4_7234::-webkit-input-placeholder,
._inputField_1smp4_7234 input::-webkit-input-placeholder {
    color: #000;
}
._inputField_1smp4_7234::-moz-placeholder,
._inputField_1smp4_7234 input::-moz-placeholder {
    color: #000;
}
._inputField_1smp4_7234::-ms-input-placeholder,
._inputField_1smp4_7234 input::-ms-input-placeholder {
    color: #000;
}
._inputField_1smp4_7234::placeholder,
._inputField_1smp4_7234 input::placeholder {
    color: #000;
}
._inputField_1smp4_7234[type="button"],
._inputField_1smp4_7234 input[type="button"] {
    overflow: hidden;
    text-align: left;
    -webkit-border-image: initial;
    border-image: initial;
    outline: none;
    cursor: pointer;
    -webkit-appearance: button;
}
._inputField_1smp4_7234:disabled,
._inputField_1smp4_7234 input:disabled {
    color: #000;
    opacity: 1;
    -webkit-text-fill-color: #000;
}
._inputField_1smp4_7234._text-gray_1smp4_10152,
._inputField_1smp4_7234 input._text-gray_1smp4_10152 {
    color: #99a3b8;
}
._inputField_1smp4_7234._small-text_1smp4_10156,
._inputField_1smp4_7234 input._small-text_1smp4_10156 {
    font-size: 11px;
}
._inputField_1smp4_7234._hasError_1smp4_6526,
._inputField_1smp4_7234 input._hasError_1smp4_6526 {
    border-color: #9327b0 !important;
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    ._inputField_1smp4_7234,
    ._inputField_1smp4_7234 input {
        padding: 0 7px;
    }
    ._inputField_1smp4_7234 + ._inputSuffix_1smp4_10107,
    ._inputField_1smp4_7234 input + ._inputSuffix_1smp4_10107 {
        padding: 0 8px;
    }
}
._inputField_1smp4_7234 input {
    height: 100%;
    border: none;
}
._inputField_1smp4_7234 input:-webkit-autofill,
._inputField_1smp4_7234 input:-webkit-autofill:active,
._inputField_1smp4_7234 input:-webkit-autofill:focus,
._inputField_1smp4_7234 input:-webkit-autofill:hover {
    border: none !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
._inputRow_1smp4_6510 {
    margin-bottom: 12px;
}
._inputGroup_1smp4_10188 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
._inputGroup_1smp4_10188 ._inputField_1smp4_7234 {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
._inputGroup_1smp4_10188 ._inputField_1smp4_7234:not([readonly]):active + ._inputGroupAppend_1smp4_10201._text_1smp4_4376,
._inputGroup_1smp4_10188 ._inputField_1smp4_7234:not([readonly]):focus + ._inputGroupAppend_1smp4_10201._text_1smp4_4376 {
    border: 1px solid #fdae05;
    border-left: 0;
}
._inputGroup_1smp4_10188 ._inputField_1smp4_7234:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
._inputGroup_1smp4_10188 ._inputField_1smp4_7234:not(:last-child) {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
._inputGroupPrepend_1smp4_10215 {
    position: relative;
    display: flex;
    border-radius: 0 5px 5px 0;
}
._inputGroupPrepend_1smp4_10215._text_1smp4_4376 {
    background-color: #653ba1;
}
._inputGroupPrepend_1smp4_10215 ._btn_1smp4_499:first-child {
    border-radius: 5px 0 0 5px;
}
._inputGroupAppend_1smp4_10201 {
    position: relative;
    display: flex;
    border-radius: 0 5px 5px 0;
}
._inputGroupAppend_1smp4_10201._text_1smp4_4376 {
    align-items: center;
    padding: 0 0.75rem;
    color: #fdae05;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #653ba1;
    border: 1px solid transparent;
}
@media (max-width: 1099px) {
    ._inputGroupAppend_1smp4_10201._text_1smp4_4376 {
        font-size: 10px;
    }
}
._inputGroupAppend_1smp4_10201 ._btn_1smp4_499 {
    margin-left: -5px;
}
._inputSuffix_1smp4_10107 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0 13px;
    overflow: hidden;
    color: #fafafa;
    line-height: normal;
    white-space: nowrap;
    pointer-events: none;
}
._inputSuffix_1smp4_10107 > span {
    color: transparent;
    letter-spacing: normal;
}
._inputWithIcon_1smp4_5646 {
    padding-left: 35px;
}
._inputWithIcon_1smp4_5646._noPadding_1smp4_10273 {
    padding: 0 12px;
}
._inputIcon_1smp4_5658 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
._inputIcon_1smp4_5658 img {
    position: absolute;
    top: 50%;
    height: 17px;
    transform: translateY(-50%);
}
._inputIcon_1smp4_5658 ._icon-coin_1smp4_10288 {
    margin-top: 5px;
}
._inputSuffixB_1smp4_10292 {
    padding-right: 25px;
}
._inputSuffixB_1smp4_10292 + ._inputSuffix_1smp4_10107 {
    right: -4px;
    left: auto;
    font-size: 18px;
}
._formField_1smp4_4452 {
    position: relative;
}
input::-webkit-input-placeholder {
    color: #000;
}
input::-ms-input-placeholder {
    color: #000;
}
input::placeholder {
    color: #000;
}
._tooltipBox_1smp4_10316._error_1smp4_3998._show_1smp4_3672 {
    opacity: 0.95;
}
._tooltipBox_1smp4_10316._error_1smp4_3998 ._inner_1smp4_10319 {
    box-shadow: none;
}
._tooltipBox_1smp4_10316 ._inner_1smp4_10319 {
    max-width: 100%;
    padding: 5px 10px;
    color: #282d38;
    font-weight: 500;
    font-size: 13px;
    font-family: Rubik, Arial, sans-serif;
    text-align: left;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 20px #0009;
}
._tooltipBox_1smp4_10316 ._arrow_1smp4_5307 {
    margin-left: 0;
}
._tooltipBox_1smp4_10316 ._arrow_1smp4_5307:before {
    position: absolute;
    top: -1px !important;
    border-color: transparent;
    border-style: solid;
    border-width: 0.4rem 0.4rem 0 !important;
    border-top-color: inherit !important;
    content: "";
}
@-webkit-keyframes _showNoty_1smp4_1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes _showNoty_1smp4_1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
._notyBlock_1smp4_10375 {
    position: fixed;
    top: calc(var(--safe-area-inset-top) + 15px);
    left: 50%;
    z-index: 999999;
    height: 0;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px #676767;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382._success_1smp4_7531 {
    color: #66bb6a;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382._error_1smp4_3998 {
    color: #ef5350;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382._info_1smp4_731 {
    color: #42a5f5;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382._default_1smp4_10405 {
    color: #bdbdbd;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382._show_1smp4_3672 {
    opacity: 1;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382:not(._show_1smp4_3672) {
    z-index: 0;
    opacity: 0;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-width: 290px;
    max-width: 400px;
    min-height: 50px;
    padding: 10px 45px 10px 50px;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyAside_1smp4_10430 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    text-align: center;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyAside_1smp4_10430 svg {
    -webkit-animation: _showNoty_1smp4_1 0.3s;
    animation: _showNoty_1smp4_1 0.3s;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyTitle_1smp4_10446 {
    padding-bottom: 5px;
    color: #616161;
    font-size: 15px;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyMessage_1smp4_10451 {
    color: #9e9e9e;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #bdbdbd;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    background-color: initial;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 svg {
    width: 10px;
    height: 10px;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454:active,
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454:focus,
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454:hover {
    outline: none;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 ._notyButtons_1smp4_10482 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
    padding: 0 12px;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 ._notyButtons_1smp4_10482 ._btn_1smp4_499 {
    width: 60%;
    padding: 7px 0;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 ._notyButtons_1smp4_10482 ._btn_1smp4_499:first-child {
    width: 40%;
    margin-right: 10px;
    color: #000;
    background-color: initial;
    border-color: #efefef;
}
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 ._notyButtons_1smp4_10482 ._btn_1smp4_499:first-child:focus,
._notyBlock_1smp4_10375 ._notyItem_1smp4_10382 ._notyWrap_1smp4_10415 ._notyClose_1smp4_10454 ._notyButtons_1smp4_10482 ._btn_1smp4_499:first-child:hover {
    color: #000 !important;
    background-color: initial !important;
    border-color: #e86376 !important;
}
._intercomWidget_1smp4_10505 {
    position: fixed;
    right: 0;
    bottom: 8px;
    z-index: 100;
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #150e2a;
    border-radius: 64px;
    transform: translate(-50px);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
._intercomWidget_1smp4_10505:hover {
    background-color: #331d53;
}
._intercomWidget_1smp4_10505._offset_1smp4_10522 {
    transform: translate(-400px);
}
@media (max-width: 1099px) {
    ._intercomWidget_1smp4_10505._offset_1smp4_10522 {
        transform: translate(-336px);
    }
}
@media (max-width: 900px) {
    ._intercomWidget_1smp4_10505 {
        display: none;
    }
}
._newYearContainer_1smp4_10536 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: url(/assets/newYearBg-DVJmihNx.png), linear-gradient(180deg, #4c00c9 -29.29%, #2c0965);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._tabsContainer_1smp4_4865 button {
    position: absolute;
    top: 40px;
    right: 15px;
    width: 38px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._tabsContainer_1smp4_4865 button:hover svg {
    fill: #000;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._tabsContainer_1smp4_4865 button svg {
    display: block;
    width: 25px;
    height: 25px;
    transition: all 0.3s;
    fill: #fff;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 {
    padding: 30px 0;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._christmasTree_1smp4_10575 {
    display: block;
    width: 230px;
    margin: 0 auto;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._logo_1smp4_3203 {
    display: block;
    width: 190px;
    margin: 10px auto;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._title_1smp4_5998 {
    display: block;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._event_1smp4_10593 {
    display: block;
    width: 100%;
    max-width: 75%;
    margin: 30px auto 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul {
    max-width: 75%;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul li {
    display: flex;
    margin-top: 5px;
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul li:before {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 5px;
    background-image: url(/assets/snowflake-SLiHZPcL.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul li:first-child {
    margin-top: 0;
}
@media (max-width: 900px) {
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._event_1smp4_10593,
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul {
        max-width: 90%;
    }
}
@media (max-width: 400px) {
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._christmasTree_1smp4_10575 {
        width: 120px;
    }
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._logo_1smp4_3203 {
        width: 113px;
        margin: 15px auto;
    }
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._event_1smp4_10593,
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul {
        font-size: 14px;
    }
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ._event_1smp4_10593 {
        margin-top: 25px;
    }
    ._newYearContainer_1smp4_10536 ._newYearWrapper_1smp4_10545 ._newYearContent_1smp4_10572 ul li:before {
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        margin-top: 0;
    }
}
._candy_1smp4_10660 {
    position: relative;
    left: 36px;
    width: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: transform 0.5s ease 0.2s;
}
._candy_1smp4_10660 img {
    width: 100%;
    max-width: 100%;
}
._candy_1smp4_10660 ._candyIcon_1smp4_10673 {
    transform: rotate(65deg);
    transition: transform 0.5s ease 0.2s;
}
._candy_1smp4_10660:hover,
._candy_1smp4_10660._active_1smp4_796 {
    transform: translate(25px);
}
._candy_1smp4_10660._leftBarOpen_1smp4_10680 {
    left: 165px;
}
._events-block_1smp4_10684 {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 54px;
    transition: 0.3s;
}
._events-block_1smp4_10684 > div {
    margin-top: 10px;
}
._events-block_1smp4_10684 canvas {
    position: fixed !important;
}
._events-block_1smp4_10684._leftBar-open_1smp4_10698 {
    left: 182px;
}
._full_1smp4_1408 ._events-block_1smp4_10684 {
    left: -54px;
}
@media (max-width: 900px) {
    ._events-block_1smp4_10684 {
        left: -54px;
        bottom: 60px;
    }
}
._amlContainer_1smp4_10715 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._amlContainer_1smp4_10715 ._amlBlock_1smp4_10758 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._amlContainer_1smp4_10715 ._amlBlock_1smp4_10758 p {
    font-size: 16px;
}
._amlContainer_1smp4_10715 ._amlBlock_1smp4_10758 p:first-child {
    margin-top: 20px;
}
@media (max-width: 1100px) {
    ._amlContainer_1smp4_10715 ._amlBlock_1smp4_10758 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._amlContainer_1smp4_10715 ._amlBlock_1smp4_10758 p {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    ._amlContainer_1smp4_10715 {
        padding: 15px;
    }
    ._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._amlContainer_1smp4_10715 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._sliderBlock_1smp4_10795 {
    margin-bottom: 40px;
    padding-bottom: 0;
}
._sliderBlock_1smp4_10795 ._sliderInner_1smp4_10799 ._sliderItem_1smp4_10799 img {
    height: 225px;
}
@media (max-width: 999px) {
    ._sliderBlock_1smp4_10795 {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    ._sliderBlock_1smp4_10795 {
        margin-bottom: 15px;
    }
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 {
    display: flex;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 {
    display: none;
    width: 50%;
    cursor: pointer;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:hover ._placeholderTitle_1smp4_10821,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:focus ._placeholderTitle_1smp4_10821,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._placeholderTitle_1smp4_10821 {
    color: #fff;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:hover ._placeholderIcon_1smp4_10824 svg,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:focus ._placeholderIcon_1smp4_10824 svg,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._placeholderIcon_1smp4_10824 svg {
    color: #fff;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:hover ._arrow_1smp4_5307,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:focus ._arrow_1smp4_5307,
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._arrow_1smp4_5307 {
    color: #fff;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._arrow_1smp4_5307 {
    transform: rotate(180deg);
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 ._placeholderIcon_1smp4_10824 {
    display: none;
    width: 24px;
    height: 24px;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 ._placeholderIcon_1smp4_10824 svg {
    width: 24px;
    height: 24px;
    color: #fff;
    transition: all 0.3s ease;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 ._placeholderTitle_1smp4_10821 {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 ._arrow_1smp4_5307 {
    width: 18px;
    height: 18px;
    margin-left: auto;
    color: #fff;
    transition: 0.2s;
}
@media (max-width: 1365px) {
    ._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816 {
        display: flex;
        align-items: center;
        padding: 20px 15px;
        background-color: #442176;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    ._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:first-child {
        border-right: 1px solid #150e2a;
        border-bottom-right-radius: 0;
    }
    ._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816:last-child {
        border-left: 1px solid #150e2a;
        border-bottom-left-radius: 0;
    }
    ._landingMenuSection_1smp4_1427 ._placeholdersBlock_1smp4_10813 ._menuPlaceholder_1smp4_10816._open_1smp4_625 {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 {
    position: relative;
    display: flex;
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 20px 15px;
    background-color: #150e2a;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816:hover ._placeholderTitle_1smp4_10821,
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816:focus ._placeholderTitle_1smp4_10821,
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._placeholderTitle_1smp4_10821 {
    color: #fff;
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816:hover ._arrow_1smp4_5307,
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816:focus ._arrow_1smp4_5307,
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._arrow_1smp4_5307 {
    color: #fff;
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816._open_1smp4_625 ._arrow_1smp4_5307 {
    margin-top: 7px;
    transform: rotate(180deg);
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816 ._placeholderTitle_1smp4_10821 {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816 ._arrow_1smp4_5307 {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    color: #fff;
    transition: 0.2s;
}
@media (max-width: 1365px) {
    ._landingMenuSection_1smp4_1427 ._menuBlock_1smp4_10882 ._menuPlaceholder_1smp4_10816 {
        display: none;
    }
}
._menuWrapper_1smp4_10929 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
._menuWrapper_1smp4_10929::-webkit-scrollbar {
    display: none;
}
@media (max-width: 900px) {
    ._menuWrapper_1smp4_10929 {
        position: relative;
        flex-wrap: nowrap;
        max-width: 100%;
    }
    ._menuWrapper_1smp4_10929::-webkit-scrollbar {
        display: none;
    }
}
._menuWrapper_1smp4_10929._providers_1smp4_10951 {
    position: absolute;
    left: -99999px;
    z-index: 9999;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 96px;
    background: #1a1d25;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951 a {
    padding: 10px 0;
    background-color: #21242d;
    border-radius: 5px;
    cursor: pointer;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951 a:hover {
    background-color: #442176;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951 a ._menuTitle_1smp4_10970 {
    max-width: 80%;
    margin: 0 auto;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951._open_1smp4_625 {
    left: 0;
    padding: 30px 20px 13px;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951._open_1smp4_625 a {
    width: 23%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
._menuWrapper_1smp4_10929._providers_1smp4_10951._open_1smp4_625 a ._menuIcon_1smp4_10984 {
    width: 46px;
    height: 36px;
    margin-bottom: 3px;
}
._menuWrapper_1smp4_10929 a,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 12.5%;
    padding: 20px;
    border-bottom: 1px solid #3d1d6a;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
._menuWrapper_1smp4_10929 a:last-child,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:last-child {
    margin-right: 0;
}
._menuWrapper_1smp4_10929 a._active_1smp4_796,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989._active_1smp4_796 {
    color: #fff;
    background-color: #fdae05;
}
@media (max-width: 1550px) {
    ._menuWrapper_1smp4_10929 a,
    ._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 {
        width: auto;
    }
}
@media (max-width: 900px) {
    ._menuWrapper_1smp4_10929 a,
    ._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 {
        width: auto;
        min-width: 120px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
._menuWrapper_1smp4_10929 a:hover,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover {
    border-bottom: 1px solid #fdae05;
}
@media (max-width: 900px) {
    ._menuWrapper_1smp4_10929 a:hover,
    ._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover {
        background-color: transparent;
    }
}
._menuWrapper_1smp4_10929 a:hover ._menuIcon_1smp4_10984 svg,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover ._menuIcon_1smp4_10984 svg {
    color: #fff;
}
@media (max-width: 900px) {
    ._menuWrapper_1smp4_10929 a:hover ._menuIcon_1smp4_10984 svg,
    ._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover ._menuIcon_1smp4_10984 svg {
        color: #fff;
    }
}
._menuWrapper_1smp4_10929 a:hover ._menuTitle_1smp4_10970,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover ._menuTitle_1smp4_10970 {
    color: #fff;
}
@media (max-width: 900px) {
    ._menuWrapper_1smp4_10929 a:hover ._menuTitle_1smp4_10970,
    ._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989:hover ._menuTitle_1smp4_10970 {
        color: #fff;
    }
}
._menuWrapper_1smp4_10929 a ._menuIcon_1smp4_10984,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 ._menuIcon_1smp4_10984 {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #fff;
}
._menuWrapper_1smp4_10929 a ._menuIcon_1smp4_10984 svg,
._menuWrapper_1smp4_10929 a ._menuIcon_1smp4_10984 img,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 ._menuIcon_1smp4_10984 svg,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 ._menuIcon_1smp4_10984 img {
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.3s ease;
}
._menuWrapper_1smp4_10929 a ._menuTitle_1smp4_10970,
._menuWrapper_1smp4_10929 ._itemCategories_1smp4_10989 ._menuTitle_1smp4_10970 {
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s ease;
}
._gamesBoxTitle_1smp4_11064 {
    width: 100%;
    margin: 24px 0 0;
}
._gamesBoxTitle_1smp4_11064:first-child {
    margin-top: 0;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 {
    display: flex;
    justify-content: space-between;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 {
    display: flex;
    align-items: center;
    font-size: 18px;
}
@media (max-width: 375px) {
    ._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 {
        font-size: 16px;
    }
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 h4 {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
}
@media (max-width: 375px) {
    ._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 h4 {
        font-size: 16px;
    }
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 h4._tagNew_1smp4_3111:before {
    position: absolute;
    top: -14px;
    right: -15px;
    padding: 2px 5px;
    color: #fff;
    font-size: 9px;
    background-color: #d02121;
    border-radius: 5px;
    content: "NEW";
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 ._btnLabel_1smp4_11107 {
    margin-left: 8px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 400;
    background: #442176;
    border-radius: 3px;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleLeftBlock_1smp4_11075 svg {
    fill: #9327b0;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._titleRightBlock_1smp4_11118 {
    display: flex;
    align-items: center;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._arrow-swiper_1smp4_11122 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 36px;
    border: 2px solid #442176;
    cursor: pointer;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._arrow-swiper_1smp4_11122[class*="swiper-button-disabled"] {
    cursor: auto;
    opacity: 0.5;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._arrow-swiper_1smp4_11122[class*="swiper-button-disabled"]:hover svg {
    transform: scale(1);
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._arrow-swiper_1smp4_11122:hover svg {
    transform: scale(1.2);
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._arrow-swiper_1smp4_11122 svg {
    transition: transform 0.2s ease-in-out;
    fill: #fff;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._forward_1smp4_11145 {
    border-radius: 0 10px 10px 0;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._forward_1smp4_11145:active svg {
    transform: translate(4px);
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._backward_1smp4_11151 {
    border-right: none;
    border-radius: 10px 0 0 10px;
    transition: transform 0.3s ease-in-out;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 ._backward_1smp4_11151:active svg {
    transform: translate(-4px);
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
}
._gamesBoxTitle_1smp4_11064 ._title_1smp4_5998 h4 {
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
._mobileAppContainer_1smp4_11172 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto -5px;
    padding: 15px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #442176;
    border-radius: 6px;
    outline: none;
}
._mobileAppContainer_1smp4_11172 ._icons_1smp4_11186 {
    margin-left: auto;
}
._mobileAppContainer_1smp4_11172 ._icons_1smp4_11186 svg {
    font-size: 16px;
}
._mobileAppContainer_1smp4_11172 ._icons_1smp4_11186 svg:first-child {
    margin-right: 10px;
}
._mobileAppContainer_1smp4_11172 ._icons_1smp4_11186 svg:last-child {
    fill: #a4c639;
}
._casinoInfo_1smp4_11199 {
    width: 100%;
    margin-top: 24px;
    color: inherit;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949._open_1smp4_625 {
    max-height: 3000px;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949:not(._open_1smp4_625):after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: linear-gradient(transparent 1rem, #150e2a);
    content: "";
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 {
    display: flex;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731 {
   width: 100%;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731:first-child {
    margin-right: 5%;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731 h1,
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731 h2 {
    font-weight: 400;
    font-size: 20px;
}
._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731 h4 {
    font-size: 18px;
}
@media (max-width: 1200px) {
    ._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 {
        flex-direction: column;
    }
    ._casinoInfo_1smp4_11199 ._infoWrapper_1smp4_7949 ._twoColumns_1smp4_11223 ._info_1smp4_731 {
        width: 100%;
        margin: 0;
		padding: 5px;
    }
}
._casinoInfo_1smp4_11199 ._showMore_1smp4_11248 {
    margin: 20px auto 0;
    text-align: center;
}
@media (max-width: 1099px) {
    ._casinoInfo_1smp4_11199 {
        width: 100%;
        margin: 24px auto 0;
    }
}
._providersBox_1smp4_11259 {
    margin-top: 15px;
}
._providersBox_1smp4_11259 ._gamesBoxPlaceholder_1smp4_11262 {
    display: flex;
    width: 100%;
    overflow: hidden;
}
._providersBox_1smp4_11259 ._gamesBoxPlaceholder_1smp4_11262 ._item_1smp4_131 {
    min-width: 16%;
    margin-right: 10px;
}
._providersBox_1smp4_11259 ._gamesBoxPlaceholder_1smp4_11262 ._item_1smp4_131 ._thumb_1smp4_11271 {
    background-color: #150e2a !important;
}
._providersBox_1smp4_11259 ._gamesBoxPlaceholder_1smp4_11262 ._item_1smp4_131 img {
    background-repeat: no-repeat;
    background-size: contain !important;
    filter: none !important;
}
._providersBox_1smp4_11259 ._item_1smp4_131 {
    width: 100%;
    height: 70px;
    background-color: #150e2a;
    border-radius: 10px;
    cursor: pointer;
}
._providersBox_1smp4_11259 ._item_1smp4_131:hover ._card_1smp4_11286 ._thumb_1smp4_11271 ._img_1smp4_9698 {
    filter: invert(1) opacity(0.6);
}
._providersBox_1smp4_11259 ._item_1smp4_131 ._card_1smp4_11286 {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
._providersBox_1smp4_11259 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #150e2a;
    border-radius: 10px;
    transform-origin: center;
    transition: transform 0.1s linear;
    will-change: transform;
}
._providersBox_1smp4_11259 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271:hover img {
    filter: invert(1) opacity(1);
}
._providersBox_1smp4_11259 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 img {
    max-width: 80%;
    max-height: 65%;
    margin: auto;
    filter: invert(1) opacity(0.7);
}
@media (max-width: 1099px) {
    ._providersBox_1smp4_11259 {
        width: 100%;
        margin: 10px auto 0;
    }
}
._liveRtpGamesBox_1smp4_11323 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 28px);
    margin: 0 -14px -10px;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 {
    width: 49%;
    height: 78px;
    margin-bottom: 10px;
    padding: 6px;
    background-color: #21242d;
    border-radius: 10px;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131:hover {
    background-color: #442176;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 {
    position: relative;
    display: flex;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 {
    display: flex;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._thumb_1smp4_11271 {
    position: relative;
    width: 85px;
    padding-bottom: 65px;
    overflow: hidden;
    border-radius: 10px;
    transform-origin: center;
    transition: transform 0.1s linear;
    will-change: transform;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._thumb_1smp4_11271 ._img_1smp4_9698 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    -webkit-user-select: none;
    user-select: none;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._bottom_1smp4_5304 {
    margin-top: 10px;
    margin-left: 15px;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._bottom_1smp4_5304 ._name_1smp4_266 {
    max-width: 160px;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 440px) {
    ._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._bottom_1smp4_5304 ._name_1smp4_266 {
        max-width: 120px;
    }
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._bottom_1smp4_5304 ._provider_1smp4_10951 {
    overflow: hidden;
    color: #ffffff70;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 340px) {
    ._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._left_1smp4_931 ._bottom_1smp4_5304 {
        display: none;
    }
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._right_1smp4_940 {
    display: flex;
    flex-direction: column;
    justify-content: right;
    width: 100%;
    margin-top: 5px;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._right_1smp4_940 ._badge_1smp4_741 {
    max-width: 95px;
    margin-top: 5px;
    margin-left: auto;
    padding: 3px 10px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._right_1smp4_940 ._badge_1smp4_741._red_1smp4_11420 {
    margin-top: 0;
    background-color: #dc3545;
}
._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 ._card_1smp4_11286 ._right_1smp4_940 ._badge_1smp4_741._red_1smp4_11420 svg {
    margin-top: -3px;
    transform: rotate(270deg) scale(1.2);
}
@media (max-width: 1080px) {
    ._liveRtpGamesBox_1smp4_11323 > ._item_1smp4_131 {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 1099px) {
    ._liveRtpGamesBox_1smp4_11323 {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 969px) {
    ._liveRtpGamesBox_1smp4_11323 {
        width: calc(100% + 14px);
        margin-right: -7px;
        margin-left: -7px;
    }
}
._gamesBox_1smp4_11064 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 0;
}
._gamesBox_1smp4_11064 [class*="swiper-wrapper"] {
    margin-top: 5px;
}
._gamesBox_1smp4_11064 ._gamesBoxPlaceholder_1smp4_11262 {
    display: flex;
    width: 100%;
    overflow: hidden;
}
._gamesBox_1smp4_11064 ._gamesBoxPlaceholder_1smp4_11262 ._item_1smp4_131 {
    min-width: 16%;
    margin-right: 10px;
}
._gamesBox_1smp4_11064 ._gamesBoxPlaceholder_1smp4_11262 ._item_1smp4_131 ._img_1smp4_9698 {
    background-color: #442176 !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 {
    position: relative;
    margin: 0;
    overflow: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    will-change: transform;
}
._gamesBox_1smp4_11064 ._item_1smp4_131:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
._gamesBox_1smp4_11064 ._item_1smp4_131:hover ._img_1smp4_9698 {
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
._gamesBox_1smp4_11064 ._item_1smp4_131:hover ._gameOverlay_1smp4_11491 {
    visibility: visible !important;
}
._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
    width: 16%;
}
@media (min-width: 1186px) and (max-width: 1624px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 19%;
    }
}
@media (min-width: 984px) and (max-width: 1185px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 24%;
    }
}
@media (min-width: 901px) and (max-width: 983px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 32.33%;
    }
}
@media (min-width: 791px) and (max-width: 900px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 19%;
    }
}
@media (min-width: 636px) and (max-width: 790px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 24%;
    }
}
@media (min-width: 484px) and (max-width: 635px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 32.33%;
    }
}
@media (min-width: 320px) and (max-width: 483px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131._big_1smp4_3430 {
        width: 48.5%;
    }
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 30px 16px;
    background-color: #0000004d;
    visibility: hidden;
    transition-delay: 0.4s;
    transition-property: visibility;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
    position: absolute;
    top: 20px;
    right: 10px;
    left: 10px;
    z-index: 1;
    max-width: 100%;
    max-height: 62px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
@media (min-width: 540px) and (max-width: 1600px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 15px;
        max-height: 43px;
    }
}
@media (min-width: 975px) and (max-width: 1600px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        font-size: 12px;
    }
}
@media (max-width: 539px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 10px;
        max-height: 46px;
        font-size: 12px;
    }
}
@media (max-width: 373px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 5px;
    }
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayPlay_1smp4_11582 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayPlay_1smp4_11582 svg {
    width: 35px;
    height: 35px;
    color: #fff;
    transition: transform 0.3s ease-in-out;
}
@media (max-width: 425px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayPlay_1smp4_11582 svg {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 375px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayPlay_1smp4_11582 svg {
        width: 25px;
        height: 25px;
    }
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayPlay_1smp4_11582 svg:hover {
    transform: scale(1.2);
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
    position: absolute;
    right: 10px;
    bottom: 30px;
    left: 10px;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
}
@media (min-width: 426px) and (max-width: 1600px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
        font-size: 14px;
    }
}
@media (max-width: 425px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
        bottom: 20px;
        max-height: 30px;
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    ._gamesBox_1smp4_11064 ._item_1smp4_131 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
        max-height: 30px;
        font-size: 11px;
    }
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 {
    position: relative;
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286._soon_1smp4_11650 {
    overflow: hidden;
    opacity: 0.4;
    pointer-events: none;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._gameSoon_1smp4_11655 {
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120%;
    height: 35%;
    padding-bottom: 4px;
    color: #fff;
    font-size: 18px;
    font-family: "Exo 2", Open Sans, sans-serif;
    background: #353c4a;
    -webkit-transform: rotate(-15deg) translateY(-50%);
    transform: rotate(-15deg) translateY(-50%);
    opacity: 0.9;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 132%;
    overflow: hidden;
    border-radius: 10px;
    transform-origin: center;
    transition: transform 0.1s linear;
    will-change: transform;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._img_1smp4_9698 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition-delay: 0.4s;
    transition-property: filter;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._online_1smp4_736 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 4px 10px 2px 13px;
    color: #fff;
    font-size: 12px;
    background: #00000059;
    border-radius: 18px 0 0;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._online_1smp4_736 svg {
    margin: -1px 3px 0 0;
    font-size: 9px;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741 {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    padding: 1% 10%;
    color: #fff;
    font-weight: 500;
    font-size: 80%;
    line-height: 16px;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._right_1smp4_940 {
    right: 0;
    border-radius: 0 0 0 25px;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._left_1smp4_931 {
    left: 0;
    border-radius: 0 0 25px;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._new_1smp4_10536 {
    color: #fff;
    background-color: #1070e3;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._top_1smp4_2921 {
    color: #fff;
    background: #219a19;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._select_1smp4_5617 {
    color: #fff;
    background: #ff5722;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._tournament_1smp4_11750 {
    color: #000;
    background: #fce820;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._rtpUp_1smp4_11754 {
    padding-right: 10px;
    color: #fff;
    background: #dc3545;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._rtpUp_1smp4_11754 svg {
    margin-left: 2px;
    transform: rotate(270deg) scale(1.5);
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._crash_1smp4_11763 {
    color: #000;
    background: #fdae05;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._live_1smp4_127 {
    color: #fff;
    background: #9327b0;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._jackpot_1smp4_11771 {
    color: #fff;
    background: #209a18;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._minbet_1smp4_11775 {
    padding-right: 10px;
    color: #fff;
    background: #8b3ffd;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._minbet_1smp4_11775 svg {
    margin-left: 2px;
    transform: rotate(270deg) scale(1.5);
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._halloween_1smp4_11784 {
    color: #fff;
    background: #df710c;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._thumb_1smp4_11271 ._badge_1smp4_741._newYear_1smp4_10536 {
    color: #fff;
    background: red;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._bottom_1smp4_5304 {
    margin: 1px;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._bottom_1smp4_5304 ._name_1smp4_266 {
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._gamesBox_1smp4_11064 ._item_1smp4_131 ._card_1smp4_11286 ._bottom_1smp4_5304 ._provider_1smp4_10951 {
    overflow: hidden;
    color: #ffffff70;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1180px) {
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 {
        width: 23%;
    }
    ._gamesBox_1smp4_11064 > ._item_1smp4_131._big_1smp4_3430 {
        width: 31%;
    }
}
@media (max-width: 1099px) {
    ._gamesBox_1smp4_11064 {
        width: 100%;
        margin: 10px auto 0;
    }
}
@media (max-width: 900px) {
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 {
        width: 23%;
    }
    ._gamesBox_1smp4_11064 > ._item_1smp4_131._big_1smp4_3430 {
        width: 31%;
    }
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 ._card_1smp4_11286:hover ._thumb_1smp4_11271 {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}
@media (max-width: 700px) {
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 {
        width: 31%;
    }
    ._gamesBox_1smp4_11064 > ._item_1smp4_131._big_1smp4_3430 {
        width: 30.5%;
    }
}
@media screen and (max-width: 549px) {
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 {
        width: 47.5%;
    }
}
@media (max-width: 450px) {
    ._gamesBox_1smp4_11064 > ._item_1smp4_131 {
        width: 30.5%;
    }
}
._awssld__box_1smp4_11855,
._awssld__content_1smp4_11855,
._awssld__container_1smp4_11855 figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
._awssld__bullets_1smp4_11864 button,
._awssld__controls_1smp4_11864 button {
    outline-width: 0;
    outline-style: none;
    outline-color: 0;
}
._awssld_1smp4_11855 {
    --organic-arrow-thickness: 4px;
    --organic-arrow-height: 40px;
    --slider-height-percentage: 60%;
    --loader-bar-color: rgba(0, 0, 0, 0.2117647059);
    --loader-bar-height: 6px;
    --control-button-width: 10%;
    --control-button-height: 25%;
    --control-button-opacity: 0.5;
    --control-button-hover-opacity: 0.75;
    --control-button-background: transparent;
    --transition-bezier: cubic-bezier(0.5, 0.075, 0.25, 0.95);
    --slider-transition-duration: 575ms;
    --organic-arrow-color: #6a6a6a;
    --organic-arrow-border-radius: 0;
    --control-bullet-color: rgba(255, 255, 255, 0.4784313725);
    --control-bullet-active-color: #fff;
    --content-background-color: #2f2f2f;
}
._awssld_1smp4_11855 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 280px;
}
._awssld__wrapper_1smp4_11897 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._awssld__container_1smp4_11855 {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: var(--slider-height-percentage);
}
@media all and (max-width: 500px) {
    ._awssld__container_1smp4_11855 {
        padding-bottom: calc(var(--slider-height-percentage) * 1.25);
    }
}
._awssld__startUp_1smp4_11915 {
    width: 100%;
    height: 100%;
    background-color: red;
}
._awssld__startUp_1smp4_11915 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
._awssld__startUp_1smp4_11915 img {
    width: 35%;
    height: auto;
}
._awssld__content_1smp4_11855 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--content-background-color);
    border-radius: 8px;
}
._awssld__content_1smp4_11855 > img,
._awssld__content_1smp4_11855 > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 {
    z-index: 1;
    width: 100%;
    height: 100%;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 svg {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 15px;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._title_1smp4_5998 {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    background-color: #00000042;
    border-radius: 10px;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._description_1smp4_308 {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    background-color: #00000042;
    border-radius: 10px;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button {
    display: block;
    margin-top: 15px;
    padding: 7px 30px;
    color: #fdae05;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: #fff;
    border-color: transparent;
    border-radius: 20px;
    transition: all 0.3s ease;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button:hover {
    transform: scale(1.05);
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button._purple_1smp4_9736 {
    color: #5600cb;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button._magenta_1smp4_12004 {
    color: #ce1e65;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button._black_1smp4_12007 {
    color: #000;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button._orange_1smp4_9733 {
    color: #ff3c00;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 button._blue_1smp4_9727 {
    color: #057bfb;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 {
    position: absolute;
    bottom: 25px;
    left: 15px;
    display: flex;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 ._item_1smp4_131 {
    display: flex;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 ._item_1smp4_131:not(:last-child) {
    margin-right: 30px;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 ._item_1smp4_131 img {
    position: relative;
    top: 10px;
    width: 35px;
    height: 35px;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 ._item_1smp4_131 ._features_1smp4_12034 {
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
@media (max-width: 500px) {
    ._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._sliderContent_1smp4_11958 ._bonusesList_1smp4_12016 {
        display: none;
    }
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._img_1smp4_9698 {
    position: absolute;
    z-index: 1;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._img_1smp4_9698._partner_1smp4_12050 {
    top: 5%;
    right: 2.5%;
    height: 95%;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._img_1smp4_9698._bonus_1smp4_4588 {
    top: 0;
    right: -60px;
    height: 100%;
}
._awssld__content_1smp4_11855 ._sliderItem_1smp4_10799 ._img_1smp4_9698 img {
    height: 100%;
}
._awssld__controls_1smp4_11864 button {
    position: absolute;
    top: calc(50% - 0.5 * var(--control-button-height));
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--control-button-width);
    height: var(--control-button-height);
    color: #fff;
    background-color: var(--control-button-background);
    border: none;
    cursor: pointer;
}
._awssld__controls_1smp4_11864 button ._awssld__controls__arrow-left_1smp4_12077,
._awssld__controls_1smp4_11864 button ._awssld__controls__arrow-right_1smp4_12078 {
    opacity: var(--control-button-opacity);
}
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-left_1smp4_12077,
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-right_1smp4_12078 {
    opacity: var(--control-button-opacity-hover);
}
._awssld__controls--active_1smp4_12085 ._awssld__controls__arrow-left_1smp4_12077 {
    transform: translate3d(-100%, 0, 0);
    opacity: var(--control-button-opacity-hover);
}
._awssld__controls--active_1smp4_12085 ._awssld__controls__arrow-right_1smp4_12078 {
    transform: translate3d(100%, 0, 0);
    opacity: var(--control-button-opacity-hover);
}
._awssld__controls--hidden_1smp4_12093 {
    display: none;
}
@media all and (max-width: 520px) {
    ._awssld__controls_1smp4_11864 {
        visibility: hidden;
    }
}
._awssld__bar_1smp4_12101 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    width: 100%;
    height: var(--loader-bar-height);
    background-color: var(--loader-bar-color);
    transform: translate3d(-100%, 0, 0);
    transition: transform 3s var(--transition-bezier);
}
._awssld__bar--active_1smp4_12113 {
    transform: translate3d(-20%, 0, 0);
}
._awssld__bar--end_1smp4_12116 {
    transform: translateZ(0);
    transition-duration: 0.3s;
}
._awssld__next_1smp4_12120 {
    right: 0;
}
._awssld__prev_1smp4_12123 {
    left: 0;
}
._awssld__box_1smp4_11855 {
    z-index: 1;
    visibility: hidden;
}
._awssld--animated_1smp4_12130 {
    visibility: visible;
    will-change: transform;
}
._awssld--animated-mobile_1smp4_12134 {
    transition: transform 325ms cubic-bezier(0.15, 0.65, 0.1, 1);
    will-change: transform;
}
._awssld--active_1smp4_12138 {
    z-index: 2;
    transform: translateZ(0);
    visibility: visible;
}
._awssld--moveRight_1smp4_12143,
._awssld--moveLeft_1smp4_12143 {
    backface-visibility: hidden;
}
._awssld--moveRight_1smp4_12143 {
    animation: _slideFromRight_1smp4_1 var(--slider-transition-duration) both var(--transition-bezier);
}
._awssld--moveLeft_1smp4_12143 {
    animation: _slideFromLeft_1smp4_1 var(--slider-transition-duration) both var(--transition-bezier);
}
._awssld--exit_1smp4_12152 {
    z-index: 0;
}
._awssld--exit_1smp4_12152._awssld--moveLeft_1smp4_12143 {
    animation: _slideToLeft_1smp4_1 var(--slider-transition-duration) both var(--transition-bezier);
}
._awssld--exit_1smp4_12152._awssld--moveRight_1smp4_12143 {
    animation: _slideToRight_1smp4_1 var(--slider-transition-duration) both var(--transition-bezier);
}
._awssld--first_1smp4_12161 ._awssld__prev_1smp4_12123,
._awssld--last_1smp4_12164 ._awssld__next_1smp4_12120 {
    visibility: hidden;
}
._awssld--fill-parent_1smp4_12167 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
._awssld--fill-parent_1smp4_12167 ._awssld__container_1smp4_11855 {
    height: 100%;
    padding: 0;
}
._awssld__bullets_1smp4_11864 {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._awssld__bullets_1smp4_11864 button {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: var(--control-bullet-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.225s cubic-bezier(0.8, 1.35, 0.75, 1.45), background-color 0.175s ease-out;
}
._awssld__bullets_1smp4_11864 button:hover,
._awssld__bullets_1smp4_11864 ._awssld__bullets--loading_1smp4_12204 {
    transform: scale(1.2);
}
._awssld__bullets_1smp4_11864 ._awssld__bullets--active_1smp4_12207 {
    background: var(--control-bullet-active-color);
    transform: scale(1.5);
}
._awssld__bullets_1smp4_11864 ._awssld__bullets--active_1smp4_12207:hover {
    transform: scale(1.5);
}
._awssld__controls__arrow-left_1smp4_12077,
._awssld__controls__arrow-right_1smp4_12078 {
    position: relative;
    display: block;
    width: 100%;
    height: var(--organic-arrow-height);
    transition: transform 0.2s ease-out 0.125s, opacity 0.2s ease-out;
}
._awssld__controls__arrow-left_1smp4_12077:before,
._awssld__controls__arrow-left_1smp4_12077:after,
._awssld__controls__arrow-right_1smp4_12078:before,
._awssld__controls__arrow-right_1smp4_12078:after {
    position: absolute;
    right: calc(50% - 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2);
    width: var(--organic-arrow-thickness);
    height: 100%;
    background-color: var(--organic-arrow-color);
    border-radius: var(--organic-arrow-border-radius);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out;
    content: " ";
}
._awssld__controls__arrow-left_1smp4_12077:before,
._awssld__controls__arrow-right_1smp4_12078:before {
    top: -50%;
    transform: rotate(-45deg);
    transform-origin: 100% 100% 0;
}
._awssld__controls__arrow-left_1smp4_12077:after,
._awssld__controls__arrow-right_1smp4_12078:after {
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 100% 0% 0;
}
._awssld__controls__arrow-right--active_1smp4_12241 {
    transform: translate3d(100%, 0, 0);
}
._awssld__controls__arrow-right--active_1smp4_12241:after {
    transform: rotate(90deg) translate3d(50%, 0, 0) !important;
}
._awssld__controls__arrow-right--active_1smp4_12241:before {
    transform: rotate(-90deg) translate3d(50%, 0, 0) !important;
}
._awssld__controls__arrow-left_1smp4_12077:before,
._awssld__controls__arrow-left_1smp4_12077:after {
    right: auto;
    left: calc(50% - 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2);
}
._awssld__controls__arrow-left_1smp4_12077:before {
    top: -50%;
    transform: rotate(45deg);
    transform-origin: 0 100% 0;
}
._awssld__controls__arrow-left_1smp4_12077:after {
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: 0 0 0;
}
._awssld__controls__arrow-left--active_1smp4_12264 {
    transform: translate3d(-100%, 0, 0);
}
._awssld__controls__arrow-left--active_1smp4_12264:after {
    transform: rotate(-90deg) translate3d(-50%, 0, 0) !important;
}
._awssld__controls__arrow-left--active_1smp4_12264:before {
    transform: rotate(90deg) translate3d(-50%, 0, 0) !important;
}
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-left_1smp4_12077:before {
    transform: rotate(30deg);
    opacity: 1;
}
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-left_1smp4_12077:after {
    transform: rotate(-30deg);
    opacity: 1;
}
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-right_1smp4_12078:before {
    transform: rotate(-30deg);
    opacity: 1;
}
._awssld__controls_1smp4_11864 button:hover ._awssld__controls__arrow-right_1smp4_12078:after {
    transform: rotate(30deg);
    opacity: 1;
}
._awssld__timer_1smp4_12289 {
    --timer-delay: 2s;
    --timer-release: 0.2s;
    --timer-height: 4px;
    --timer-background-color: rgb(0 0 0 / 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: var(--timer-height);
    background-color: var(--timer-background-color);
    transform: translate(-100%);
}
._awssld__timer--animated_1smp4_12303 {
    transition: transform var(--timer-delay) linear;
    will-change: transform;
}
._awssld__timer--run_1smp4_12307 {
    transform: translate(0);
}
._awssld__timer--fast_1smp4_12310 {
    transform: translate(-0.00001px);
    transition: transform calc(var(--timer-release) / 2) linear;
}
._awssld__timer--end_1smp4_12314 {
    transform: translate(-0.0001px);
    transition: transform var(--timer-release) linear;
}
._awssld__timer--hidden_1smp4_12318 {
    display: none;
}
@keyframes _slideFromLeft_1smp4_1 {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes _slideFromRight_1smp4_1 {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes _slideToLeft_1smp4_1 {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes _slideToRight_1smp4_1 {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(100%, 0, 0);
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
    margin: 25px auto 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360._single_1smp4_12367 ._landingTournamentSection_1smp4_12367 {
    width: 100% !important;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 {
    position: relative;
    display: flex;
    align-items: center;
    width: 49%;
    max-width: 1250px;
    height: 140px;
    padding: 20px 30px;
    overflow: hidden;
    color: inherit;
    background: #442176;
    border-radius: 10px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/tournamentBackground-C_mWipfQ.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 {
    position: relative;
    z-index: 1;
    width: 100%;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
    white-space: nowrap;
    text-transform: uppercase;
}
@media (max-width: 330px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 {
        font-size: 13px;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: #2dc53a;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._icon_1smp4_431 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    margin-left: 5px;
    vertical-align: initial;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._tagLine_1smp4_12442 {
    max-width: 290px;
    color: #ffffffa6;
    white-space: pre-line;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 ._tagLine_1smp4_12442 ._timer_1smp4_4696 {
    color: #fff;
}
@media (max-width: 1365px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 {
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._tournamentContent_1smp4_12395 {
        pointer-events: none;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._itemFigure_1smp4_12461 {
    position: absolute;
    top: -15%;
    right: -30px;
    left: auto;
    display: flex;
    align-items: center;
    height: 130%;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._itemFigure_1smp4_12461 img {
    width: auto;
    height: 100%;
    pointer-events: none;
}
@media (max-width: 1200px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._itemFigure_1smp4_12461 img {
        opacity: 0.2;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
    position: absolute;
    right: 30px;
    z-index: 2;
    display: flex;
    height: 40px;
    margin-right: 0;
    padding: 9px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    background: #9327b0;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease-in;
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367 {
        height: 124px;
        padding: 20px;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367:hover ._itemFigure_1smp4_12461 img {
    opacity: 0.2;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367:hover ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
    opacity: 1;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 {
    position: relative;
    display: flex;
    align-items: center;
    width: 49%;
    max-width: 1250px;
    height: 140px;
    padding: 20px 30px;
    overflow: hidden;
    color: inherit;
    background: #442176;
    border-radius: 10px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/vipBackground-BABDxd5W.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 {
    position: relative;
    z-index: 1;
    width: 100%;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._caption_1smp4_281 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    white-space: nowrap;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._caption_1smp4_281 ._emoji_1smp4_4640 {
    display: flex;
    align-items: center;
    height: 22px;
    margin: 0 5px 0 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._caption_1smp4_281 ._emoji_1smp4_4640 img {
    width: auto;
    height: 20px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._caption_1smp4_281 ._truncate_1smp4_12557 {
    max-width: 150px;
    margin-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._caption_1smp4_281 ._truncate_1smp4_12557:before {
    display: inline-block;
    content: " ";
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 {
    width: 280px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._smallText_1smp4_12571 {
    display: flex;
    align-items: center;
    padding: 0 2px;
    color: #ffffffa6;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._smallText_1smp4_12571 ._progress_1smp4_4989 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    margin-right: 5px;
    margin-left: auto;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 {
    position: relative;
    width: 100%;
    margin: 7px 0 0 -2px;
    border: 1px solid transparent;
    border-radius: 3px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018 {
    position: relative;
    height: 28px;
    margin-bottom: 0;
    padding: 2px;
    background: #261a46;
    border-radius: 50px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018 > span {
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    color: #fff;
    font-size: 13px;
    background: #fdae05;
    border-radius: 50px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018._empty_1smp4_635 > span {
    padding-left: 25px;
    background: 0 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018._empty_1smp4_635:before {
    border-color: #1d1438 transparent transparent;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018,
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBar_1smp4_5018 > span {
    display: flex;
    border-radius: 3px;
    -webkit-user-select: none;
    user-select: none;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBottom_1smp4_5069 {
    position: absolute;
    top: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBottom_1smp4_5069 ._item_1smp4_131 {
    display: flex;
    align-items: center;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 ._progressWrapper_1smp4_12589 ._progressBottom_1smp4_5069 ._item_1smp4_131 img {
    height: 13px;
    margin: 0 5px 0 0;
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 ._block_1smp4_5507 {
        width: 100%;
    }
}
@media (max-width: 1365px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 {
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._vipContent_1smp4_12535 {
        pointer-events: none;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._itemFigure_1smp4_12461 {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._itemFigure_1smp4_12461 img {
    width: auto;
    height: 100%;
    pointer-events: none;
}
@media (max-width: 1200px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._itemFigure_1smp4_12461 img {
        opacity: 0.2;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
    position: absolute;
    right: 30px;
    z-index: 2;
    display: flex;
    height: 40px;
    margin-right: 0;
    padding: 9px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    background: #9327b0;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease-in;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510:hover ._itemFigure_1smp4_12461 img {
    opacity: 0.2;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510:hover ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
    opacity: 1;
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 {
        height: 124px;
        padding: 20px;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
        display: none;
    }
}
@media (max-width: 1550px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 {
        flex-direction: column;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingTournamentSection_1smp4_12367,
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 {
        width: 100%;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._propsContainer_1smp4_12360 ._landingVipSection_1smp4_12510 {
        margin-top: 24px;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWideWrapper_1smp4_12725 {
       margin: 0px;
    padding: 20px 60px;
    overflow: hidden;
    background: linear-gradient(to bottom, #9327b0, #442176);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 {
    width: 100%;
    max-width: 1250px;
    min-height: 1px;
    margin: 0 auto 10px;
    padding: 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 {
        margin-top: -10px;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._label_1smp4_292 {
    position: relative;
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 26px;
    font-weight: 500;
    font-size: 18px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._label_1smp4_292 button {
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._label_1smp4_292 button img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._label_1smp4_292 button ._btnLabel_1smp4_11107 {
    margin-left: 8px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 400;
    background: #442176;
    border-radius: 3px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #fff;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 36px;
    border: 2px solid #442176;
    cursor: pointer;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button[class*="swiper-button-disabled"] {
    cursor: auto;
    opacity: 0.5;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button[class*="swiper-button-disabled"]:hover svg {
    transform: scale(1);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button:hover svg {
    transform: scale(1.2);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button svg {
    color: #fff;
    transition: transform 0.2s ease-in-out;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._forward_1smp4_11145 {
    border-radius: 0 10px 10px 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._forward_1smp4_11145:active svg {
    transform: translate(4px);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._backward_1smp4_11151 {
    border-right: none;
    border-radius: 10px 0 0 10px;
    transition: transform 0.3s ease-in-out;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._backward_1smp4_11151:active svg {
    transform: translate(-4px);
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 {
    position: relative;
    display: flex;
    transform: scale(1) !important;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._background_1smp4_12828 {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._background_1smp4_12828 img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 1;
    -webkit-user-select: none;
    user-select: none;
    aspect-ratio: 17/10;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 182px;
    height: 100%;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._innerText_1smp4_12860 {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._badge_1smp4_741 {
    margin-bottom: 5px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._badge_1smp4_741 ._badgeContent_1smp4_12869 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0 5px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    background: #fff;
    border-radius: 3px;
    font-feature-settings: "tnum";
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._title_1smp4_5998 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._description_1smp4_308 {
    flex: 1 1 auto;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-wrap: wrap;
    text-overflow: ellipsis;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._description_1smp4_308 ._descriptionContent_1smp4_12906 {
    display: inline-block;
    height: 100%;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnAction_1smp4_12914 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnAction_1smp4_12914:hover {
    color: #000;
    background-color: #fff;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionWhite_1smp4_12930 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionWhite_1smp4_12930:hover {
    color: #fff;
    background-color: transparent;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionMain_1smp4_12947 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #fdae05;
    border: 1px solid #fdae05;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionMain_1smp4_12947:hover {
    color: #000;
    background-color: #fff;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._card_1smp4_11286:hover ._background_1smp4_12828 {
    opacity: 0.9;
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingSliderSection_1smp4_1427 ._awssld__wrapper_1smp4_11897 {
        border-radius: 8px;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingMenuSection_1smp4_1427 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingGamesSection_1smp4_1430 {
    width: 100%;
    max-width: 1250px;
    margin: 24px auto 0;
    padding: 0;
    background: transparent;
    border-radius: 6px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 {
    display: flex;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 {
    position: relative;
    z-index: 1;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 600px;
    padding: 2.6875rem 1.25rem 3.25rem 0.1875rem;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 {
    position: relative;
    z-index: 1;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 {
    position: relative;
    z-index: 1;
    color: var(--title-color);
    font-size: 46px;
    line-height: 56px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._first_1smp4_2869 {
    margin-top: 1.75rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._first_1smp4_2869 ._green_1smp4_8847 {
    color: #2dc53a;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._second_1smp4_13019 {
    height: 5.25rem;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 5.25rem;
    -webkit-letter-spacing: -4px;
    -moz-letter-spacing: -4px;
    -ms-letter-spacing: -4px;
    letter-spacing: -4px;
    white-space: nowrap;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._second_1smp4_13019 ._gradient_1smp4_13030 {
    margin-left: 10px;
    padding: 0 5px 0 0;
    color: transparent;
    background: linear-gradient(90deg, #2dc53a 22.99%, #219a19 73.57%);
    -webkit-background-clip: text;
    background-clip: text;
}
@media (max-width: 650px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 {
        background: #191d2580;
        border-radius: 0;
    }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 {
        background: #191d2580;
        border-radius: 0;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._btn_1smp4_499 {
    width: auto;
    min-width: 9.375rem;
    height: 3.5rem;
    margin-right: 0.75rem;
    padding: 0 1.25rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 3.5rem;
    white-space: nowrap;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._or_1smp4_4467 {
    margin-right: 0.75rem;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 5px;
    font-weight: 400;
    font-size: 24px;
    background: #261a46;
    border-radius: 4px;
    cursor: pointer;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 ._item_1smp4_131:hover {
    background: #9327b0;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 ._item_1smp4_131 svg {
    pointer-events: none;
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.75rem;
        margin-bottom: 0;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._btn_1smp4_499 {
        width: 75%;
        max-width: 18.625rem;
        margin: 0 auto;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 {
        display: block;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 0.3125rem 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
@media (max-width: 650px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.75rem;
        margin-bottom: 0;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._btn_1smp4_499 {
        width: 75%;
        max-width: 18.625rem;
        margin: 0 auto;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 {
        display: block;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 0.3125rem 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._authBox_1smp4_13050 ._methods_1smp4_5504 ._items_1smp4_13084 {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 {
        width: auto;
        margin-top: -11.25rem;
        margin-top: -12.5rem;
        padding: 3.125rem 0.625rem 0.625rem;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 {
        height: auto;
        font-size: 2.1875rem;
        line-height: 2.375rem;
        text-align: center;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._second_1smp4_13019 {
        -webkit-justify-content: center;
        justify-content: center;
        height: 3.75rem;
        margin-top: -0.3125rem;
        font-size: 2.75rem;
        line-height: 3.75rem;
        -webkit-letter-spacing: -0.25rem;
        -moz-letter-spacing: -0.25rem;
        -ms-letter-spacing: -0.25rem;
        letter-spacing: -0.25rem;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
@media (max-width: 650px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 {
        width: auto;
        margin-top: -11.25rem;
        margin-top: -12.5rem;
        padding: 3.125rem 0.625rem 0.625rem;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 {
        height: auto;
        font-size: 2.1875rem;
        line-height: 2.375rem;
        text-align: center;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._left_1smp4_931 ._box_1smp4_5174 ._title_1smp4_5998 ._second_1smp4_13019 {
        -webkit-justify-content: center;
        justify-content: center;
        height: 3.75rem;
        margin-top: -0.3125rem;
        font-size: 2.75rem;
        line-height: 3.75rem;
        -webkit-letter-spacing: -0.25rem;
        -moz-letter-spacing: -0.25rem;
        -ms-letter-spacing: -0.25rem;
        letter-spacing: -0.25rem;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 {
    position: relative;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 1px;
}
._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    transform: translate(7%);
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 img {
        opacity: 0.4;
    }
}
@media screen and (max-width: 750px) and (min-width: 651px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 img {
        opacity: 0.4;
    }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 {
        width: auto;
        min-height: 18.75rem;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 img {
        position: static;
        width: 100%;
        min-width: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}
@media (max-width: 650px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 {
        width: auto;
        min-height: 18.75rem;
    }
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 ._right_1smp4_940 img {
        position: static;
        width: 100%;
        min-width: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: auto;
        padding: 0;
        background-color: transparent;
    }
}
@media (max-width: 650px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 ._landingWelcomeSection_1smp4_12986 {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: auto;
        padding: 0;
        background-color: transparent;
    }
}
@media (max-width: 1099px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 {
        width: calc(100% - 30px);
    }
}
@media (max-width: 900px) {
    ._mainContainer_1smp4_1496 ._landingWrapper_1smp4_1421 {
        width: 100%;
    }
}
._footer_1smp4_1433._landingMode_1smp4_13315 {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1099px) {
    ._footer_1smp4_1433._landingMode_1smp4_13315 {
        width: calc(100% - 30px);
    }
}
@media (max-width: 900px) {
    ._footer_1smp4_1433._landingMode_1smp4_13315 {
        width: 100%;
    }
}
._socialAuthSection_1smp4_13331 {
    position: relative;
}
._socialAuthSection_1smp4_13331 ._block_1smp4_5507 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 85vh;
    margin: auto;
    white-space: nowrap;
}
._socialAuthSection_1smp4_13331 ._loader_1smp4_239 {
    position: relative;
    top: 0;
    height: 100px;
}
._socialAuthSection_1smp4_13331 ._loader_1smp4_239 img {
    width: 80px;
    height: 80px;
}
._socialAuthSection_1smp4_13331 ._text_1smp4_4376 {
    color: inherit;
    font-size: 28px;
}
._clubSection_1smp4_13359 {
    padding: 30px !important;
    background: #442176;
    border-radius: 6px;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 {
    position: relative;
    margin-bottom: 30px;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image_1smp4_5000 {
    position: absolute;
    opacity: 0.6;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image1_1smp4_13372 {
    left: 16%;
    rotate: 45deg;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image2_1smp4_13376 {
    right: auto;
    left: 3%;
    rotate: 15deg;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image3_1smp4_13381 {
    right: 3%;
    rotate: 45deg;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image4_1smp4_13385 {
    right: 16%;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image1_1smp4_13372,
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image4_1smp4_13385 {
    top: 5%;
    width: 72px;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image2_1smp4_13376,
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image3_1smp4_13381 {
    bottom: 0;
    width: 48px;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 {
    width: 360px;
    margin: 0 auto;
    text-align: center;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 img {
    width: 72px;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbon_1smp4_13396 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    background: url(/assets/ribbonWrapper-Cv95XfMI.png) no-repeat;
    background-size: 100% auto;
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbon_1smp4_13396 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 400px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbon_1smp4_13396 {
        height: 36px;
        margin-top: 5px;
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbon_1smp4_13396 {
        font-size: 13px;
    }
}
._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbonDescription_1smp4_13438 {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 400px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 ._ribbonDescription_1smp4_13438 {
        margin-top: 5px;
    }
}
@media (max-width: 1350px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image2_1smp4_13376,
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image3_1smp4_13381 {
        width: 35px;
    }
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image1_1smp4_13372,
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image4_1smp4_13385 {
        display: none;
    }
}
@media (max-width: 1050px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._image_1smp4_5000 {
        display: none;
    }
}
@media (max-width: 500px) {
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 {
        margin-bottom: 15px;
    }
    ._clubSection_1smp4_13359 ._clubHeader_1smp4_13364 ._ribbonWrapper_1smp4_13396 {
        width: 100%;
    }
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 {
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
    color: #fff;
    white-space: pre-line;
    background-color: #653ba1;
    border: none;
    border-radius: 5px;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469._first_1smp4_2869 {
    background-color: #fdae05;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469._first_1smp4_2869 ._h2_1smp4_5010,
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469._first_1smp4_2869 ._text_1smp4_4376 {
    color: #fff;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469._second_1smp4_13019 {
    background-color: #9327b0;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._noAuth_1smp4_13488 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._noAuth_1smp4_13488 button {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: calc(50% - 5rem);
    display: block;
    width: 10rem;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._vip_1smp4_4989 {
    position: absolute;
    top: 0;
    right: 15px;
    width: 100px;
    min-height: 90px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    opacity: 0.1;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._h2_1smp4_5010 {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 25px;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p {
    flex-basis: 50%;
    margin-bottom: 15px;
    color: #fff;
}
@media (max-width: 600px) {
    ._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p {
        flex-basis: 100%;
    }
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p img {
    height: 16px;
    margin: -2px 5px 0 0;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p:last-child {
    margin-bottom: 0;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._bronze_1smp4_578 {
    color: #f89d69;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._silver_1smp4_581 {
    color: #788bf1;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._gold_1smp4_584 {
    color: #ffd40e;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._platinum_1smp4_587 {
    color: #077cfc;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._diamond_1smp4_590 {
    color: #61d5ff;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._rankWagers_1smp4_13523 p._elite_1smp4_593 {
    color: #ff3c38;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018 {
    position: relative;
    height: 28px;
    margin-bottom: 10px;
    background: #1d1438;
    border: 2px solid none;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018._filled_1smp4_5031:after {
    border-color: #fdae05 transparent transparent;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018._last_1smp4_2872:after {
    display: none;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018 > span {
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    color: #fff;
    font-size: 13px;
    background: #fdae05;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018:before {
    left: 7px;
    border-color: #fdae05 transparent transparent;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018:after {
    right: 7px;
    border-color: #1d1438 transparent transparent;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018:before,
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018:after {
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018._empty_1smp4_635 > span {
    padding-left: 25px;
    background: 0 0;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018._empty_1smp4_635:before {
    border-color: #1d1438 transparent transparent;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018,
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBar_1smp4_5018 > span {
    display: flex;
    border-radius: 3px;
    -webkit-user-select: none;
    user-select: none;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBottom_1smp4_5069 {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBottom_1smp4_5069 ._item_1smp4_131 {
    display: flex;
    align-items: center;
}
._clubSection_1smp4_13359 ._aboutBlock_1smp4_13469 ._progressBottom_1smp4_5069 ._item_1smp4_131 img {
    height: 13px;
    margin: 0 5px 0 0;
}
._clubSection_1smp4_13359 ._caption_1smp4_281 {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._caption_1smp4_281:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #303646;
    content: "";
}
._clubSection_1smp4_13359 ._caption_1smp4_281 span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    background: #442176;
    border-radius: 0;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 {
    display: flex;
    margin-bottom: 25px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 25px;
    padding: 20px;
    background: #653ba1;
    border-radius: 5px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 ._coinson_1smp4_13673 {
    position: absolute;
    top: -90px;
    right: 45px;
    z-index: 100;
    width: 135px;
    height: auto;
}
@media (max-width: 580px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 ._coinson_1smp4_13673 {
        top: -75px;
        right: 0;
        width: 104px;
    }
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 ._indent_1smp4_13688 {
    width: 100%;
    margin-bottom: 15px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 ._indent_1smp4_13688 ._h2_1smp4_5010 {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 ._indent_1smp4_13688 ._gray_1smp4_13699 {
    color: #fff;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: auto;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 {
    display: flex;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.66%;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    opacity: 0.5;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131:hover {
    opacity: 1;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131._active_1smp4_796 {
    border: 1px solid #9327b0;
    border-bottom-color: #442176;
    opacity: 1;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 img {
    height: 32px;
    margin: 8px 0 26px;
}
@media (max-width: 500px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 img {
        height: 20px;
    }
}
@media (max-width: 450px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 img {
        margin: 10px 0;
    }
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 ._name_1smp4_266 {
    position: absolute;
    bottom: 9px;
    font-size: 9px;
    white-space: nowrap;
    text-transform: uppercase;
}
@media (max-width: 450px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._tabs_1smp4_4865 ._item_1smp4_131 ._name_1smp4_266 {
        display: none;
    }
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 {
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #9327b0;
    border-radius: 0 0 5px 5px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._bronze_1smp4_578 {
    color: #f89d69;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._silver_1smp4_581 {
    color: #788bf1;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._gold_1smp4_584 {
    color: #ffd40e;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._platinum_1smp4_587 {
    color: #077cfc;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._diamond_1smp4_590 {
    color: #61d5ff;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266._elite_1smp4_593 {
    color: #ff3c38;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266 img {
    height: 16px;
    margin: -2px 5px 0 0;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._name_1smp4_266 span {
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._wagerNeed_1smp4_5156 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 {
    padding: 0;
    list-style: none;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #fff;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li._disabled_1smp4_1108 {
    opacity: 0.3;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #3a404c;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 svg {
    width: 9px;
    height: 9px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li ._box_1smp4_5174 svg._icon-close_1smp4_2738 {
    width: 7px;
    height: 7px;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 ._list_1smp4_5161 li:last-child {
    margin-bottom: 0;
}
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931,
._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 {
    width: 50%;
}
@media (max-width: 1200px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 {
        flex-direction: column;
    }
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931,
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 {
        width: 100%;
        margin: 0;
    }
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._left_1smp4_931 {
        margin-bottom: 25px;
    }
}
@media (max-width: 450px) {
    ._clubSection_1smp4_13359 ._levelsContainer_1smp4_13659 ._right_1smp4_940 ._content_1smp4_422 {
        padding: 15px;
    }
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 25px);
    margin: 0 -12.5px 25px;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 {
    display: flex;
    align-items: stretch;
    width: 33.333%;
    padding: 0 12.5px;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131:first-child,
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131:nth-child(2),
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131:nth-child(3) {
    margin-bottom: 25px;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px;
    overflow: hidden;
    background: linear-gradient(to bottom, #653ba1, #9327b0);
    border-radius: 4px;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._image_1smp4_5000 {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.5;
    -webkit-user-select: none;
    user-select: none;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._image_1smp4_5000._small_1smp4_3384 {
    left: 0;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._image_1smp4_5000._big_1smp4_3430 {
    right: 0;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._image_1smp4_5000 img {
    width: auto;
    height: 100%;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 {
    position: relative;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 ._name_1smp4_266 {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 ._name_1smp4_266 ._num_1smp4_6267 {
    position: absolute;
    top: 50%;
    left: -4px;
    font-weight: 500;
    font-size: 46px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
    -webkit-user-select: none;
    user-select: none;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 ._description_1smp4_308 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._blue_1smp4_9727 {
    background-color: #e2a200;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._purple_1smp4_9736 {
    background-color: #d97529;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._green_1smp4_8847 {
    background-color: #c03633;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._orange_1smp4_9733 {
    background-color: #2c9632;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._red_1smp4_11420 {
    background-color: #337cff;
}
._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422._cyan_1smp4_13942 {
    background-color: #3e2b97;
}
@media (max-width: 1300px) {
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 {
        width: 50%;
        margin-bottom: 25px;
    }
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 {
        height: 130px;
        padding: 20px;
    }
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 ._name_1smp4_266 {
        margin-bottom: 15px;
        padding-left: 30px;
        font-size: 16px;
    }
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 ._text_1smp4_4376 ._name_1smp4_266 ._num_1smp4_6267 {
        font-size: 38px;
    }
}
@media (max-width: 600px) {
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 {
        width: 100%;
        margin-bottom: 20px !important;
    }
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854 ._item_1smp4_131 ._content_1smp4_422 {
        height: auto;
    }
    ._clubSection_1smp4_13359 ._bonusList_1smp4_13854:last-child {
        margin-bottom: 0 !important;
    }
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 {
    position: relative;
    margin-top: 25px;
    color: inherit;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image_1smp4_5000 {
    position: absolute;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image1_1smp4_13372 {
    left: 16%;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image2_1smp4_13376 {
    left: 3%;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image3_1smp4_13381 {
    right: 3%;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image4_1smp4_13385 {
    right: 16%;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image1_1smp4_13372,
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image4_1smp4_13385 {
    top: 5%;
    width: 72px;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image2_1smp4_13376,
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image3_1smp4_13381 {
    bottom: 0;
    width: 48px;
}
._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 42px;
    margin: 15px auto 0;
    padding: 0 15px;
    font-weight: 300;
    text-transform: uppercase;
}
@media (max-width: 1250px) {
    ._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image1_1smp4_13372 {
        left: 12%;
    }
    ._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image2_1smp4_13376,
    ._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image3_1smp4_13381 {
        width: 35px;
    }
    ._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image4_1smp4_13385 {
        right: 12%;
    }
}
@media (max-width: 1050px) {
    ._clubSection_1smp4_13359 ._becomeVip_1smp4_13975 ._image_1smp4_5000 {
        display: none;
    }
}
@media (max-width: 900px) {
    ._clubSection_1smp4_13359 {
        padding: 15px !important;
    }
}
._confirmSection_1smp4_14040 {
    position: relative;
}
._confirmSection_1smp4_14040 ._block_1smp4_5507 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 65vh;
    margin: auto;
    white-space: nowrap;
}
._confirmSection_1smp4_14040 ._loader_1smp4_239 {
    height: 100px;
}
._confirmSection_1smp4_14040 ._loader_1smp4_239 img {
    width: 80px;
    height: 80px;
}
._confirmSection_1smp4_14040 ._text_1smp4_4376 {
    font-size: 28px;
}
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._contentWrapper_1smp4_928 ._contentScroll_1smp4_928 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 0;
    background: #261a46;
}
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._footer_1smp4_1433,
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._leftWrapper_1smp4_931,
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._rightWrapper_1smp4_940 {
    display: none;
}
._gameContentWrapper_1smp4_3294._mobile_1smp4_921 ._mainContainer_1smp4_1496 ._section_1smp4_1424 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 900px) {
    ._gameContentWrapper_1smp4_3294 ._footer_1smp4_1433,
    ._gameMobileContentWrapper_1smp4_14084 ._footer_1smp4_1433 {
        display: none;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 6px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 {
    left: 50%;
    display: flex;
    width: 100%;
    max-width: 300px;
    padding-top: 20px;
    background-color: #150e2a;
    border: 1px solid #653ba1;
    border-radius: 6px;
    transform: translate(-50%);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(1),
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(1) {
    border-right: 1px solid #653ba1;
    border-bottom: 1px solid #653ba1;
    border-radius: 6px 0 0;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(2),
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(2) {
    border-bottom: 1px solid #653ba1;
    border-radius: 0 6px 0 0;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(3),
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(3) {
    border-right: 1px solid #653ba1;
    border-radius: 0 0 0 6px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(4),
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507:nth-child(4) {
    border-radius: 0 0 6px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507 ._num_1smp4_6267,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507 ._num_1smp4_6267 {
    color: #2dc53a;
    font-weight: 500;
    font-size: 16px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507 ._text_1smp4_4376,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameStats_1smp4_8724 ._block_1smp4_5507 ._text_1smp4_4376 {
    margin-bottom: 2px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    background-color: #150e2a;
    border-radius: 0 0 8px 8px;
}
@media (max-width: 600px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 {
        padding-top: 0;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._logo_1smp4_3203,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._logo_1smp4_3203 {
    max-height: 47px;
    cursor: auto;
    opacity: 0.1;
    filter: grayscale(1);
    transition: opacity 0.3s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 {
    padding-right: 8px;
    border-right: 1px solid #3d1d6a;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 {
    position: relative;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 {
    display: inline-block;
    margin-top: 3px;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: transparent !important;
    border: 0;
    border-radius: 4px;
    outline: none;
    transition: none;
    -webkit-user-select: none;
    user-select: none;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover ._opener_1smp4_2099 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover ._opener_1smp4_2099 svg {
    fill: #fff !important;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 {
    display: flex;
    align-items: center;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
    background: #fdae05;
    border-radius: 3px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741._wide_1smp4_2483,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741._wide_1smp4_2483 {
    width: 30px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099 {
    top: 15px;
    right: 10px;
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099._open_1smp4_625,
._gameMobileContentWrapper_1smp4_14084
    ._gameWrapper_1smp4_14088
    ._gameControls_1smp4_14152
    ._gameControlsMenu_1smp4_14179
    ._gameCurrency_1smp4_14184
    ._btnCurrency_1smp4_2513
    ._currencyContent_1smp4_2530
    ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: 15px;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 100px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424._open_1smp4_625,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424._open_1smp4_625 {
    display: block;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div ._badge_1smp4_741,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131._active_1smp4_796 > div ._badge_1smp4_741,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131._active_1smp4_796 > div ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuList_1smp4_14361,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuList_1smp4_14361 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 {
    padding: 7px 14px;
    color: #fff;
    transition: color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 a,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover {
    color: #fff;
    background-color: #261a46;
    border-radius: 5px;
    transform: scale(1.2);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover a,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled {
    color: #fff;
    opacity: 0.8;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled:hover {
    color: #fff;
    cursor: not-allowed;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 {
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 {
    display: flex;
    align-items: center;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span:hover,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span._active_1smp4_796 {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 {
    position: relative;
    width: 35px;
    height: 13px;
    margin: 0 15px;
    background-color: #3d1d6a;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404:not(._active_1smp4_796):hover ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084
    ._gameWrapper_1smp4_14088
    ._gameControls_1smp4_14152
    ._gameButtons_1smp4_14398
    ._gameCheckboxWrapper_1smp4_14404
    ._gameCheckbox_1smp4_14404:not(._active_1smp4_796):hover
    ._gameCheckboxRound_1smp4_14432 {
    transform: translate(2px);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 {
    background-color: #2dc53a;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 ._gameCheckboxRound_1smp4_14432 {
    transform: translate(19px);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 ._gameCheckboxRound_1smp4_14432 {
    position: absolute;
    top: -4px;
    left: -2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(0);
    transition: transform 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499 {
    margin-right: 15px;
    padding: 5px 13px;
    font-size: 11px;
    letter-spacing: 0.28px;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: none;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310 {
    color: #000;
    background: #ffc645;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:hover,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:focus {
    background: #ffdb89;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476 {
    background: #ff5722;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:hover,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:focus {
    background: #ff7e56;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg {
    color: #ffffff7d;
    transform: rotate(-90deg);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg:nth-last-child(2),
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg:nth-last-child(2) {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span {
    position: relative;
    padding: 5px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background-color: initial;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span:hover,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773 {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773 {
    border-bottom: 1px solid #fdae05;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    text-align: center;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521 img,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521 img {
    height: 100%;
}
@media (min-width: 901px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameLogo_1smp4_14521 {
        display: none;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    background-color: #150e2a;
    border-radius: 8px 8px 0 0;
}
@media (min-width: 601px) and (max-width: 900px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
        min-height: calc(100vh - 63px);
    }
}
@media (max-width: 900px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
        position: fixed;
        padding-bottom: 0;
        overflow: hidden;
    }
}
@media (max-width: 600px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
        min-height: 100vh;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540._mobile_1smp4_921,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540._mobile_1smp4_921 {
    min-height: 100vh;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 {
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    min-height: 483px;
    background-color: #150e2a;
    touch-action: none;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724 {
    position: absolute;
    bottom: 90px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 0;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 {
    cursor: pointer;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg {
    position: absolute;
    top: calc(100vh - 490px);
    left: 40%;
    width: 20%;
    height: 20%;
    color: #fff;
}
@media (max-height: 483px) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg {
        top: 15px;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593._active_1smp4_796 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593._active_1smp4_796 svg {
    color: #f54949d6;
}
@media screen and (orientation: landscape) {
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 {
        display: flex;
    }
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724 {
        position: relative;
        bottom: 0;
        width: 50%;
        margin: auto 0;
    }
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724 ._block_1smp4_5507,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._gameStats_1smp4_8724 ._block_1smp4_5507 {
        border-right: 0;
        border-left: 0;
    }
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 {
        width: 50%;
    }
    ._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg,
    ._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileOverlay_1smp4_959 ._favorite_1smp4_14593 svg {
        position: relative;
    }
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 {
    position: absolute;
    top: 45px;
    z-index: 10;
    width: 60px;
    height: 100px;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtn_1smp4_14654,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtn_1smp4_14654 {
    position: fixed;
    top: 70px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    padding: 5px;
    background-color: #fdae05;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtn_1smp4_14654 a svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtn_1smp4_14654 a svg {
    width: 22px;
    height: 22px;
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679 {
    position: fixed;
    top: 130px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    padding: 5px;
    background-color: #75818c;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679._active_1smp4_796 {
    background-color: #219a1a;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnStats_1smp4_14679 svg {
    width: 22px;
    height: 22px;
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708 {
    position: fixed;
    top: 190px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    padding: 5px;
    background-color: #75818c;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708._active_1smp4_796 {
    background-color: #219a1a;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._mobileContainer_1smp4_14642 ._mobileBtnRecords_1smp4_14708 svg {
    width: 22px;
    height: 22px;
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 iframe,
._gameContentWrapper_1smp4_3294 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 object,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 iframe,
._gameMobileContentWrapper_1smp4_14084 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 object {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    background: #150e2a;
    border-radius: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    background-color: #150e2a;
    border-radius: 0 0 8px 8px;
}
@media (max-width: 600px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 {
        padding-top: 0;
    }
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._logo_1smp4_3203,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._logo_1smp4_3203 {
    max-height: 47px;
    cursor: auto;
    opacity: 0.1;
    filter: grayscale(1);
    transition: opacity 0.3s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 {
    padding-right: 8px;
    border-right: 1px solid #3d1d6a;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuList_1smp4_14361,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuList_1smp4_14361 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 {
    padding: 7px 14px;
    color: #fff;
    transition: color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367 a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover {
    color: #fff;
    background-color: #261a46;
    border-radius: 5px;
    transform: scale(1.2);
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:hover a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled {
    color: #fff;
    opacity: 0.8;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 ._gameControlsMenuItem_1smp4_14367:disabled:hover {
    color: #fff;
    cursor: not-allowed;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 {
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 {
    display: flex;
    align-items: center;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 span._active_1smp4_796 {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 {
    position: relative;
    width: 35px;
    height: 21px;
    margin: 0 8px;
    background-color: #3d1d6a;
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404:not(._active_1smp4_796):hover ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084
    ._gameDescription_1smp4_14745
    ._gameControls_1smp4_14152
    ._gameButtons_1smp4_14398
    ._gameCheckboxWrapper_1smp4_14404
    ._gameCheckbox_1smp4_14404:not(._active_1smp4_796):hover
    ._gameCheckboxRound_1smp4_14432 {
    transform: translate(2px);
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 {
    background-color: #2dc53a;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404._active_1smp4_796 ._gameCheckboxRound_1smp4_14432 {
    transform: translate(15px);
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 ._gameCheckboxRound_1smp4_14432,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._gameCheckboxWrapper_1smp4_14404 ._gameCheckbox_1smp4_14404 ._gameCheckboxRound_1smp4_14432 {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(0);
    transition: transform 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499 {
    margin-right: 15px;
    padding: 5px 13px;
    font-size: 11px;
    letter-spacing: 0.28px;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310 {
    color: #000;
    background: #ffc645;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._demo_1smp4_2310:focus {
    background: #ffdb89;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476 {
    background: #ff5722;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameButtons_1smp4_14398 ._btn_1smp4_499._real_1smp4_14476:focus {
    background: #ff7e56;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg {
    color: #ffffff7d;
    transform: rotate(-90deg);
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg:nth-last-child(2),
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 svg:nth-last-child(2) {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span {
    position: relative;
    padding: 5px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background-color: initial;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773 {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameControls_1smp4_14152 ._gameInfo_1smp4_14485 span._gameName_1smp4_9773 {
    border-bottom: 1px solid #fdae05;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._isLoading_1smp4_7304,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._isLoading_1smp4_7304 {
    min-height: 250px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._isLoading_1smp4_7304 ._loaderBlock_1smp4_239,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._isLoading_1smp4_7304 ._loaderBlock_1smp4_239 {
    position: relative;
    height: 250px;
    overflow: hidden;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    overflow-y: scroll;
    background-color: #150e2a;
    border-radius: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970 {
    flex-direction: column;
    padding-left: 40px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131 {
    margin-top: 10px;
    margin-left: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:first-child {
    margin-top: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 {
    flex-direction: column;
    padding-top: 20px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 {
    max-width: 100%;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img {
    width: 100%;
    max-width: 400px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 20px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084
    ._gameDescription_1smp4_14745._mobileOverlay_1smp4_959
    ._gameDescriptionContent_1smp4_14984
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._item_1smp4_131:first-child {
    display: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._title_1smp4_5998,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._title_1smp4_5998 {
    font-weight: 500;
    font-size: 20px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 {
    display: flex;
    justify-content: flex-start;
    box-sizing: content-box;
    width: 100%;
    margin: 15px auto 15px 0;
    padding: 0;
    border-top: 1px solid #3d1d6a;
    border-bottom: 1px solid #3d1d6a;
    border-radius: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131 {
    margin-bottom: -1px;
    margin-left: 25px;
    padding: 15px 0;
    color: #ffffff7d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:focus,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:active,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:active,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131._active_1smp4_796 {
    color: #eee;
    border-bottom: 1px solid #fdae05;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131:first-child {
    margin-left: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 {
    display: flex;
    margin-top: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984._column_1smp4_15057,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984._column_1smp4_15057 {
    flex-direction: column;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 {
    width: 100%;
    height: calc(100% - 95px);
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301._isLoading_1smp4_7304 ._list_1smp4_5161,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301._isLoading_1smp4_7304 ._list_1smp4_5161 {
    pointer-events: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    min-height: 250px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 500px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 ._loaderCentred_1smp4_1287,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 ._loaderCentred_1smp4_1287 {
    position: absolute;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #ffffff7d;
    font-size: 18px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #653ba1;
    transform: translateZ(0);
    transition: box-shadow 3ms, border-top-color 0.1s;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child {
    border-top: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child ._itemHeader_1smp4_7354,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child ._itemHeader_1smp4_7354 {
    color: #ffffff7d !important;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child ._itemHeader_1smp4_7354 ._item_1smp4_131 span,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child ._itemHeader_1smp4_7354 ._item_1smp4_131 span {
    text-transform: uppercase;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    overflow: visible;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 {
    display: block;
    justify-content: center;
    width: 25%;
    text-align: center;
    border-top: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266 {
    display: inline;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266:hover {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266 img,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._name_1smp4_266 img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779._win_1smp4_9782,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779._win_1smp4_9782 {
    color: #2dc53a;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
@media (max-width: 600px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 svg {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._value_1smp4_779 {
        font-size: 14px;
    }
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 span,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 span {
    padding: 3px 8px;
    border-radius: 50px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._itemAmount_1smp4_7454,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 ._itemAmount_1smp4_7454 {
    overflow: hidden;
    text-overflow: ellipsis;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:first-child {
    justify-content: flex-start;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:last-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:last-child {
    justify-content: flex-end;
    text-align: right;
}
@media (max-width: 550px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131 {
        width: 50%;
    }
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:nth-child(2),
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:nth-child(4),
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:nth-child(2),
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._item_1smp4_131:nth-child(4) {
        display: none;
    }
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:active,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:focus,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:active,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:hover {
    border: 0;
    outline: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
    width: 100%;
    height: auto;
    max-height: 0;
    margin-left: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542._open_1smp4_625,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542._open_1smp4_625 {
    max-height: 200px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
    padding: 15px 0;
    color: #fff;
    list-style: none;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li {
    margin-bottom: 5px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span {
    display: inline-flex;
    align-items: center;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span svg,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span svg {
    margin: 3px 2px 0;
    font-size: 0.9em;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span:first-child {
    margin-right: 5px;
    font-weight: 400;
}
@media (max-width: 480px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
        padding: 0 10px 5px;
    }
}
@media (max-width: 1100px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        margin-left: -20px;
        font-size: 12px;
    }
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 {
    min-width: 200px;
    max-width: 200px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img {
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img:before,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._image_1smp4_5000 img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 132%;
    content: "";
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._rtp_1smp4_11754,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._rtp_1smp4_11754 {
    display: flex;
    width: auto;
    margin-top: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._rtp_1smp4_11754 ._inner_1smp4_10319,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._rtp_1smp4_11754 ._inner_1smp4_10319 {
    width: auto;
    padding: 5px 0;
    color: #fff;
    border-radius: 10px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._text_1smp4_4376,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._text_1smp4_4376 {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._text_1smp4_4376 p,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._text_1smp4_4376 p {
    margin-top: 10px;
    margin-bottom: 0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131 {
    margin-right: 10px;
    padding: 5px 15px;
    border: 1px solid #9327b0;
    border-radius: 10px;
    cursor: pointer;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131 a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131 a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:hover,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:focus,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:active,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131._active_1smp4_796,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:hover,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:active,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131._active_1smp4_796 {
    background-color: #9327b0;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:hover a,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:focus a,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:active a,
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131._active_1smp4_796 a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:hover a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:focus a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:active a,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131._active_1smp4_796 a {
    color: #fff;
}
._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:first-child,
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131:first-child {
    margin-left: 0;
}
@media (max-width: 600px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131,
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 a,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 ._item_1smp4_131,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 ._tags_1smp4_15357 a {
        margin-bottom: 10px;
    }
}
@media (max-width: 1260px) {
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 {
        flex-direction: column;
    }
    ._gameContentWrapper_1smp4_3294 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308,
    ._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 {
        margin-top: 20px;
        margin-left: 0;
    }
}
._gameContentWrapper_1smp4_3294 ._gamesBoxOnGame_1smp4_15411,
._gameMobileContentWrapper_1smp4_14084 ._gamesBoxOnGame_1smp4_15411 {
    margin: 20px 0 0;
}
._gameContentWrapper_1smp4_3294 ._gamesBoxOnGame_1smp4_15411 ._providersBox_1smp4_11259 ._item_1smp4_131,
._gameMobileContentWrapper_1smp4_14084 ._gamesBoxOnGame_1smp4_15411 ._providersBox_1smp4_11259 ._item_1smp4_131 {
    background-color: #150e2a;
}
._gameContentWrapper_1smp4_3294 ._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239,
._gameMobileContentWrapper_1smp4_14084 ._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #150e2a;
}
._gameContentWrapper_1smp4_3294 ._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336,
._gameMobileContentWrapper_1smp4_14084 ._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._gameMobileContentWrapper_1smp4_14084 ._footer_1smp4_1433 {
    display: block !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 {
    position: relative;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184._full_1smp4_1408 {
    margin-top: 10px;
    text-align: center;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 {
    display: inline-block;
    margin-top: 3px;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: transparent !important;
    border: 0;
    border-radius: 4px;
    outline: none;
    transition: none;
    -webkit-user-select: none;
    user-select: none;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover {
    color: #fff;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513:hover ._opener_1smp4_2099 svg {
    fill: #fff !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 {
    display: flex;
    align-items: center;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
    background: #fdae05;
    border-radius: 3px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._badge_1smp4_741._wide_1smp4_2483 {
    width: 36px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099 {
    top: 15px;
    right: 10px;
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099._open_1smp4_625 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._btnCurrency_1smp4_2513 ._currencyContent_1smp4_2530 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 {
    position: absolute;
    top: 100%;
    right: 15px;
    left: inherit;
    z-index: 1080;
    display: none;
    box-sizing: border-box;
    min-width: 100px;
    margin: 12px 0 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000026, 0 3px 14px 2px #00000024;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424._open_1smp4_625 {
    display: block;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 {
    display: flex;
    align-items: center;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    color: #000000bf;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-align: inherit;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:active,
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:focus,
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:hover {
    background-color: #f1f1f1;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131:first-child {
    border-radius: 4px 4px 0 0;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131 > div ._badge_1smp4_741 {
    width: 36px;
    margin-right: 8px;
    color: #0009;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 ._item_1smp4_131._active_1smp4_796 > div ._badge_1smp4_741 {
    color: #fff;
    background: #219a19;
}
._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before {
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f9f9f9;
    border-style: solid;
    border-width: 0 6px 8px;
    content: "";
}
@media (max-width: 900px) {
    ._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424 {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
    ._gameMobileContentWrapper_1smp4_14084 ._gameCurrency_1smp4_14184 ._dropdown_1smp4_2424:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translate(50%);
    }
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 a {
    width: 49%;
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 button {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1em;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5;
    background: 0 0;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 button._real_1smp4_14476 {
    color: #013e01;
    background-color: #2dc53a;
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 button._real_1smp4_14476 svg {
    margin-right: 7px;
}
._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 button._demo_1smp4_2310 {
    color: #fff;
    border: 1px solid #9327b0;
}
@media (max-width: 450px) {
    ._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 {
        flex-direction: column;
    }
    ._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 a {
        width: 100%;
        margin-top: 15px;
    }
    ._gameMobileContentWrapper_1smp4_14084 ._playButtons_1smp4_15599 a:last-child {
        margin-top: 15px;
    }
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 {
    margin-top: 0 !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._image_1smp4_5000 {
    width: 49%;
    min-width: 150px;
    margin-top: 15px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._image_1smp4_5000 img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._providerTitle_1smp4_15665 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._providerTitle_1smp4_15665 a {
    color: #fff !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 {
    flex-direction: column;
    width: 100% !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    background: none !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionMenu_1smp4_14970 ._item_1smp4_131 {
    margin-left: 0 !important;
    border-radius: 8px !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameDescription_1smp4_14745 ._gameDescriptionContent_1smp4_14984 ._description_1smp4_308 {
    margin-top: 5px !important;
    margin-left: 0 !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameControls_1smp4_14152 {
    margin-top: 15px !important;
    padding: 5px !important;
    background-color: #261a46 !important;
    border-radius: 8px !important;
}
._gameMobileContentWrapper_1smp4_14084 ._gameControls_1smp4_14152 ._gameControlsMenu_1smp4_14179 {
    border-right: none !important;
}
main {
    max-width: 100% !important;
    height: 100%;
}
._sportSection_1smp4_15702 {
    max-width: 100% !important;
    height: 100%;
}
._sportSection_1smp4_15702 ._gameWrapper_1smp4_14088 {
    height: 100% !important;
}
._sportSection_1smp4_15702 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
    height: 100%;
    overflow: hidden;
}
._sportSection_1smp4_15702 iframe {
    height: auto;
    border: none;
}
._gameControlsTooltip_1smp4_15718 [class*="bootstrap_tooltip-inner"] {
    max-width: none;
    padding: 12px 16px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
}
._gameControlsTooltip_1smp4_15718 [class*="bootstrap_show"] {
    opacity: 1;
}
._gameControlsTooltip_1smp4_15718 [class*="bootstrap_arrow"]:before {
    border-top-color: #fff !important;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 {
    width: 59%;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 {
    position: relative;
    padding: 2rem 1.875rem;
    overflow: hidden;
    color: #ffffff80;
    background-color: #1c1e22;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0.125rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._background_1smp4_12828 {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    padding-top: 55%;
    overflow: hidden;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._background_1smp4_12828 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 {
    position: relative;
    z-index: 9;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem 0;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 img {
    width: 10rem;
    margin-right: 1.4375rem;
    border-radius: 0.125rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._name_1smp4_266 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._name_1smp4_266 ._text_1smp4_4376 {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 1.75rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._name_1smp4_266 ._btn_1smp4_499 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    color: #fff;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._info_1smp4_731 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    padding-top: 0.5rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._info_1smp4_731 ._provider_1smp4_10951 a {
    color: #fff;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._info_1smp4_731 ._provider_1smp4_10951 a:hover {
    color: #ffc547;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._info_1smp4_731 ._extras_1smp4_15853 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    text-align: center;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._gameHeader_1smp4_15777 ._description_1smp4_308 ._info_1smp4_731 ._extras_1smp4_15853 ._item_1smp4_131 {
    display: flex;
    flex-direction: column;
    width: 60px;
    margin-right: 10px;
}
._gameInfoContentWrapper_1smp4_15733
    ._gameInfoWrapper_1smp4_15733
    ._left_1smp4_931
    ._main_1smp4_1353
    ._gameContainer_1smp4_15773
    ._gameHeader_1smp4_15777
    ._description_1smp4_308
    ._info_1smp4_731
    ._extras_1smp4_15853
    ._item_1smp4_131:last-child {
    margin-right: 0;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._contentDescription_1smp4_15870 {
    margin-top: 20px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._contentDescription_1smp4_15870 ._title_1smp4_5998 {
    color: #fff;
    font-size: 16px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._contentDescription_1smp4_15870 ._text_1smp4_4376 {
    margin-top: 20px;
    color: #fff;
    line-height: 21px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._preview_1smp4_15882 {
    position: relative;
    z-index: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 56px 0 0;
    padding-bottom: 20px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._preview_1smp4_15882 ._header_1smp4_917 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353 ._gameContainer_1smp4_15773 ._preview_1smp4_15882 ._header_1smp4_917 ._title_1smp4_5998 {
    margin-right: auto;
    font-size: 1.125rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._main_1smp4_1353:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #1c1e223d, #1e202494 38%, #1e2024f0 84.85%);
    content: "";
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._gameInfo_1smp4_14485 {
    margin-top: 20px;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._gameInfo_1smp4_14485 ._title_1smp4_5998 {
    margin-bottom: 0.625rem;
    color: #fff;
    font-size: 1.25rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._gameInfo_1smp4_14485 ._list_1smp4_5161 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.125rem;
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 ._gameInfo_1smp4_14485 ._list_1smp4_5161 ._item_1smp4_131 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-width: 35%;
    margin: 0.125rem 0.0625rem 0;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
@media (max-width: 1500px) {
    ._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._left_1smp4_931 {
        width: 100%;
    }
}
._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._right_1smp4_940 {
    width: 39%;
}
@media (max-width: 1500px) {
    ._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 ._right_1smp4_940 {
        width: 100%;
    }
}
@media (max-width: 1500px) {
    ._gameInfoContentWrapper_1smp4_15733 ._gameInfoWrapper_1smp4_15733 {
        flex-direction: column;
    }
}
._fairContainer_1smp4_15976 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 p {
    font-size: 16px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 p:first-child {
    margin-top: 20px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 p._license_1smp4_16030 {
    color: #fff;
}
@media (max-width: 1100px) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 p {
        font-size: 14px;
    }
}
@media (max-width: 520pxpx) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 p {
        font-size: 13px;
    }
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 20px auto 30px;
    padding: 32px 0 19px;
    color: #fff;
    border-radius: 8px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 {
    position: relative;
    padding: 0 28px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child {
    text-align: right;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: 0.12;
    content: "";
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child ._title_1smp4_5998 {
    justify-content: flex-end;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child ._title_1smp4_5998:after {
    right: 0;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child {
    text-align: left;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child ._title_1smp4_5998 ._text_1smp4_4376 {
    max-width: 205px;
    color: #fcbc3d;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child ._list_1smp4_5161 ._item_1smp4_131:before {
    background: transparent;
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._title_1smp4_5998 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._title_1smp4_5998 ._text_1smp4_4376 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._title_1smp4_5998:after {
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 1px;
    background: #ffffff1f;
    content: "";
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111 {
    position: relative;
    width: 100%;
    padding: 250px 0 12px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: transparent;
    opacity: 0.7;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ffffff3d;
    content: "";
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111._active_1smp4_796 {
    opacity: 1;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111._active_1smp4_796:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fcbc3d;
    content: "";
}
@media (min-width: 521px) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111 {
        display: none;
    }
}
@media (max-width: 360px) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._btnTitle_1smp4_16111 {
        font-size: 13px;
        line-height: 21px;
    }
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 {
    max-width: 260px;
    counter-reset: item;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131 {
    position: relative;
    display: flex;
    align-items: center;
    height: 55px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    transition: color 0.3s;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:not(:last-child) {
    margin-bottom: 24px;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:before {
    position: absolute;
    top: 50%;
    left: -36px;
    color: #fff;
    font-size: 12px;
    background: #32031c;
    transform: translateY(-50%);
    mix-blend-mode: luminosity;
}
._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:after {
    position: absolute;
    top: 50%;
    left: -34px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    content: "";
}
@media (max-width: 1099px) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 {
        margin-bottom: 24px;
        padding: 230px 0 30px;
        background-position: 50% 0;
        border-radius: 13px;
    }
}
@media (max-width: 520px) {
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 {
        margin: 15px 0 28px;
        padding: 0 0 10px;
        overflow: hidden;
        background-color: #000;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
        content: "";
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child,
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child {
        text-align: center;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child:before {
        display: none;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child ._list_1smp4_5161._active_1smp4_796 {
        display: block;
        width: 200%;
        max-width: 200%;
        margin-left: 0;
        padding-top: 24px;
        text-align: left;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:first-child ._list_1smp4_5161 ._item_1smp4_131:before {
        background: url("data:image/svg+xml,%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic_close_24px'%3e%3cg%3e%3crect%20id='Rectangle'%20fill-rule='nonzero'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='Path'%20fill='%23ff0000'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child ._list_1smp4_5161._active_1smp4_796 {
        display: block;
        max-width: 200%;
        margin-left: -100%;
        padding-top: 24px;
        text-align: left;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057:last-child ._list_1smp4_5161 ._item_1smp4_131:before {
        background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='9%2016.2%204.8%2012%203.4%2013.4%209%2019%2021%207%2019.6%205.6'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='Symbols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='ic/done'%3e%3cg%20id='ic_done_24px'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='Path'%20fill='%232dc53a'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._title_1smp4_5998 {
        display: none;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 {
        display: none;
        max-width: 100%;
        padding-top: 24px;
        text-align: left;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131 {
        height: auto !important;
        padding: 0 15px 10px 54px;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:before {
        top: 0;
        left: 16px;
        width: 24px;
        height: 24px;
        transform: none;
        opacity: 1;
        mix-blend-mode: normal;
        content: "";
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:not(:last-child) {
        margin-bottom: 12px;
    }
    ._fairContainer_1smp4_15976 ._fairBlock_1smp4_16019 ._fairCheckBlock_1smp4_16043 ._col_1smp4_15057 ._list_1smp4_5161 ._item_1smp4_131:not(:last-child):after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 56px;
        width: auto;
        height: 1px;
        background: #ffffff1f;
        transform: none;
        mix-blend-mode: normal;
    }
}
@media (max-width: 900px) {
    ._fairContainer_1smp4_15976 {
        padding: 15px;
    }
    ._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._fairContainer_1smp4_15976 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._helpContainer_1smp4_16311 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 {
    margin-top: 20px;
    color: inherit;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 25px 0;
    padding-left: 16px;
    font-weight: 400;
    font-size: 17px;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281:first-child {
    margin-top: 0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281 ._badge_1smp4_741 {
    margin-top: 2px;
    margin-left: 10px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    background: #653ba1;
    border-radius: 3px;
}
@media (min-width: 769px) {
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281:before {
        position: absolute;
        left: 1px;
        width: 8px;
        height: 2px;
        background: #d0d9e0;
        content: "";
    }
}
@media (max-width: 768px) {
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281 {
        padding-left: 0;
        font-size: 16px;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281:first-child span {
        display: none;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._caption_1smp4_281:first-child ._badge_1smp4_741 {
        margin-left: 0;
    }
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 {
    display: flex;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 {
    width: 50%;
    margin: 0 15px 0 0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 {
    position: relative;
    display: flex;
    padding: 15px 20px;
    font-size: 14px;
    border: 2px solid #fdae05;
    border-radius: 6px;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._feedbackIcon_1smp4_16417 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding-right: 18px;
    font-size: 32px;
    border-right: 1px solid #3d1d6a;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 {
    padding-right: 41px;
    color: #8a91a0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 ._title_1smp4_5998 {
    margin-bottom: 3px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 a,
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 button {
    display: inline-block;
    margin-bottom: 3px;
    color: #fdae05;
    font-size: 15px;
    border-bottom: 1px solid transparent;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 div {
    white-space: nowrap;
    text-overflow: ellipsis;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._arrow_1smp4_5307 {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #3d1d6a;
    border: 0;
    border-radius: 3px;
    outline: none;
    transform: translateY(-50%);
    cursor: pointer;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._arrow_1smp4_5307 svg {
    width: 15px;
    height: 15px;
    transform: rotate(-180deg);
    fill: #fff;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._arrow_1smp4_5307:hover {
    background: #fdae05;
}
@media (max-width: 1360px) {
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 {
        padding: 15px;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._feedbackIcon_1smp4_16417 {
        display: none;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 {
        flex-direction: column;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 {
        width: 100%;
        margin: 0 0 15px;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 {
        padding: 20px;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._feedbackIcon_1smp4_16417 {
        display: flex;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._textWrapper_1smp4_16426 {
        padding-right: 41px;
    }
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._arrow_1smp4_5307 {
        right: 20px;
    }
}
@media (max-width: 500px) {
    ._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._feedback_1smp4_16402 ._item_1smp4_131 ._feedbackContent_1smp4_16409 ._feedbackIcon_1smp4_16417 {
        display: none;
    }
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #3d1d6a;
    border-radius: 6px;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921 {
    position: relative;
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921:hover,
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921:focus {
    color: #fff;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921 ._btn_1smp4_499 {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921 ._after_1smp4_16542 {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
    pointer-events: none;
    fill: #fff;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._top_1smp4_2921 ._after_1smp4_16542 svg {
    width: 100%;
    height: 100%;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._collapse_1smp4_16510 {
    height: auto;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._collapse_1smp4_16510:not(._open_1smp4_625) {
    max-height: 0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._collapse_1smp4_16510 ._collapseContent_1smp4_16566 {
    padding: 15px;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510 ._collapse_1smp4_16510 ._collapseContent_1smp4_16566 ._green_1smp4_8847 {
    color: #37cc44;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510._open_1smp4_625 ._top_1smp4_2921 {
    border-radius: 6px 6px 0 0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510._open_1smp4_625 ._top_1smp4_2921 ._btn_1smp4_499 {
    color: #fff;
    border-bottom: 1px solid #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._helpContainer_1smp4_16311 ._helpBlock_1smp4_16354 ._collapseBlock_1smp4_16510._open_1smp4_625 ._top_1smp4_2921 ._after_1smp4_16542 {
    transform: translateY(-50%) rotate(-180deg);
}
@media (max-width: 900px) {
    ._helpContainer_1smp4_16311 {
        padding: 15px;
    }
    ._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._helpContainer_1smp4_16311 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._lobbySection_1smp4_16599 ._container_1smp4_1514 {
    padding: 10px 15px;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
@media (max-width: 900px) {
    ._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 {
        margin-top: -10px;
    }
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._label_1smp4_292 {
    position: relative;
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 26px;
    font-weight: 500;
    font-size: 18px;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._label_1smp4_292 button {
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._label_1smp4_292 button img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._label_1smp4_292 button ._btnLabel_1smp4_11107 {
    margin-left: 8px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 400;
    background: #442176;
    border-radius: 3px;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #fff;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 36px;
    border: 2px solid #442176;
    cursor: pointer;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button[class*="swiper-button-disabled"] {
    cursor: auto;
    opacity: 0.5;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button[class*="swiper-button-disabled"]:hover svg {
    transform: scale(1);
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button:hover svg {
    transform: scale(1.2);
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 button svg {
    color: #fff;
    transition: transform 0.2s ease-in-out;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._forward_1smp4_11145 {
    border-radius: 0 10px 10px 0;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._forward_1smp4_11145:active svg {
    transform: translate(4px);
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._backward_1smp4_11151 {
    border-right: none;
    border-radius: 10px 0 0 10px;
    transition: transform 0.3s ease-in-out;
}
._lobbySection_1smp4_16599 ._promoHeader_1smp4_12739 ._arrows_1smp4_12780 ._backward_1smp4_11151:active svg {
    transform: translate(-4px);
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 {
    margin-bottom: 25px;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 {
    position: relative;
    display: flex;
    transform: scale(1) !important;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._background_1smp4_12828 {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._background_1smp4_12828 img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 1;
    -webkit-user-select: none;
    user-select: none;
    aspect-ratio: 17/10;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 182px;
    height: 100%;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._innerText_1smp4_12860 {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._badge_1smp4_741 {
    margin-bottom: 5px;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._badge_1smp4_741 ._badgeContent_1smp4_12869 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0 5px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    background: #fff;
    border-radius: 3px;
    font-feature-settings: "tnum";
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._title_1smp4_5998 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._description_1smp4_308 {
    flex: 1 1 auto;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-wrap: wrap;
    text-overflow: ellipsis;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._description_1smp4_308 ._descriptionContent_1smp4_12906 {
    display: inline-block;
    height: 100%;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnAction_1smp4_12914 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnAction_1smp4_12914:hover {
    color: #000;
    background-color: #fff;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionWhite_1smp4_12930 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionWhite_1smp4_12930:hover {
    color: #fff;
    background-color: transparent;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionMain_1smp4_12947 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #fdae05;
    border: 1px solid #fdae05;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286 ._cardContent_1smp4_12845 ._inner_1smp4_10319 ._btnActionMain_1smp4_12947:hover {
    color: #000;
    background-color: #fff;
}
._lobbySection_1smp4_16599 ._promoSlider_1smp4_16686 ._card_1smp4_11286:hover ._background_1smp4_12828 {
    opacity: 0.9;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 300px;
    height: 100%;
    margin: 0 0 25px;
    padding: 25px 16px;
    color: #fff;
    line-height: 1;
    border-bottom: 2px solid #2dc53a;
}
@media (max-width: 900px) {
    ._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 {
        flex: 0 0 60px;
        background: #261a46;
        border-color: transparent;
    }
}
@media (max-width: 400px) {
    ._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 {
        justify-content: space-between;
    }
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/header-DIz3YWN1.png);
    background-position: 50% 100%;
    background-size: cover;
    opacity: 0.95;
    content: "";
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._left_1smp4_931 {
    position: relative;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._left_1smp4_931 ._title_1smp4_5998 {
    position: relative;
    display: flex;
    align-items: center;
    margin: -5px 0 14px;
    font-weight: 400;
    font-size: 30px;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._left_1smp4_931 ._text_1smp4_4376 {
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 800px) {
    ._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._left_1smp4_931 {
        display: none;
    }
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._right_1smp4_940 {
    position: relative;
    min-width: 192px;
    margin-left: auto;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._right_1smp4_940 ._countWrapper_1smp4_16898 {
    padding: 15px;
    text-align: center;
    background: #00000017;
    border-radius: 0;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._right_1smp4_940 ._countWrapper_1smp4_16898 ._total_1smp4_16904 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -5px 0 2px;
    color: #2dc53a;
    font-weight: 400;
    font-size: 34px;
    text-align: center;
}
._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._right_1smp4_940 ._countWrapper_1smp4_16898 ._text_1smp4_4376 {
    margin-right: -3px;
    color: inherit;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
@media (max-width: 900px) {
    ._lobbySection_1smp4_16599 ._lobbyHeader_1smp4_16832 ._right_1smp4_940 {
        width: 100%;
    }
}
._lobbySection_1smp4_16599 ._loaderBlock_1smp4_239 {
    position: relative;
    width: calc(100% + 15px);
    min-height: 300px;
    margin-top: calc(300px - 5rem);
    text-align: center;
}
._lobbySection_1smp4_16599 ._loaderBlock_1smp4_239 ._loaderCentred_1smp4_1287 {
    top: 20%;
    height: 100px;
}
._lobbySection_1smp4_16599 ._loaderBlock_1smp4_239 ._loaderCentred_1smp4_1287 img {
    width: 60px;
    height: 60px;
}
._lobbySection_1smp4_16599 ._menuWrapper_1smp4_10929 {
    margin-bottom: 20px;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 {
    position: absolute;
    top: 115%;
    left: 50%;
    z-index: 10;
    width: 215px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    transform: translate(-50%);
}
@media (min-width: 601px) and (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 {
        left: 75%;
        transform: translate(-50%);
    }
}
@media (min-width: 376px) and (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 {
        top: calc(100% + 8px);
        width: 100%;
    }
}
@media (max-width: 376px) {
    ._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 {
        width: 100%;
    }
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944:after {
    position: absolute;
    top: -4px;
    left: 100px;
    width: 8px;
    height: 8px;
    background: #f9f9f9;
    transform: translate(-50%) rotate(45deg);
    content: "";
}
@media (max-width: 1365px) {
    ._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944:after {
        left: 50%;
    }
}
@media (min-width: 376px) and (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944:after {
        display: none;
    }
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._searchBlock_1smp4_16992 {
    margin-bottom: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._searchBlock_1smp4_16992 input {
    position: relative;
    z-index: 1;
    height: 40px;
    padding-left: 30px;
    color: #000000bf !important;
    background-color: #e5e5e5;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-radius: 10px 10px 0 0;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._searchBlock_1smp4_16992 input:focus {
    border-color: #0000004d !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesListWrapper_1smp4_17013 {
    width: 100%;
    max-width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesListWrapper_1smp4_17013::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border-radius: 25px;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesListWrapper_1smp4_17013._noScroll_1smp4_17023 {
    max-height: none;
    overflow: auto;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 {
    margin: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131:nth-child(odd) ._btn_1smp4_499 {
    border-right: 1px solid #f1f1f1 !important;
    border-radius: 5px 0 0 5px !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 {
    height: auto !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btn_1smp4_499 {
    position: relative;
    z-index: 1;
    padding: 10px !important;
    color: #000000bf !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f1f1f1 !important;
    transition: background-color 0.2s !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btn_1smp4_499:hover {
    background-color: #f1f1f1 !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btn_1smp4_499._active_1smp4_796 {
    background-color: #e5e5e5 !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btn_1smp4_499 ._badge_1smp4_741 {
    margin-left: auto;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    background: #fdae05;
    border-radius: 10px;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 button {
    justify-content: flex-start !important;
    padding-right: 30px !important;
    padding-left: 15px !important;
    overflow: hidden;
    color: #fff !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff !important;
}
._lobbySection_1smp4_16599 ._categoriesDropdown_1smp4_16944 ._categoriesBox_1smp4_17080 {
    margin: 0 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 {
    position: absolute;
    top: 115%;
    left: 50%;
    z-index: 10;
    width: 215px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    transform: translate(-50%);
}
@media (min-width: 376px) and (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 {
        top: calc(100% + 8px);
        width: 100%;
    }
}
@media (max-width: 376px) {
    ._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 {
        width: 100%;
    }
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083:after {
    position: absolute;
    top: -4px;
    left: 100px;
    width: 8px;
    height: 8px;
    background: #f9f9f9;
    transform: translate(-50%) rotate(45deg);
    content: "";
}
@media (max-width: 1365px) {
    ._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083:after {
        left: 50%;
    }
}
@media (min-width: 376px) and (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083:after {
        display: none;
    }
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._searchBlock_1smp4_16992 {
    margin-bottom: 0 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._searchBlock_1smp4_16992 input {
    position: relative;
    z-index: 1;
    height: 40px;
    padding-left: 30px;
    color: #000000bf !important;
    background-color: #e5e5e5;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._searchBlock_1smp4_16992 input:focus {
    border-color: #0000004d !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersListWrapper_1smp4_17143 {
    width: 100%;
    max-width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersListWrapper_1smp4_17143::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border-radius: 25px;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersListWrapper_1smp4_17143._noScroll_1smp4_17023 {
    max-height: none;
    overflow: auto;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 {
    margin: 0 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131:nth-child(odd) ._btn_1smp4_499 {
    border-right: 1px solid #f1f1f1 !important;
    border-radius: 5px 0 0 5px !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 {
    height: auto !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 ._btn_1smp4_499 {
    position: relative;
    z-index: 1;
    padding: 10px !important;
    color: #000000bf !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f1f1f1 !important;
    transition: background-color 0.2s !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 ._btn_1smp4_499:hover {
    background-color: #f1f1f1 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 ._btn_1smp4_499._active_1smp4_796 {
    background-color: #e5e5e5 !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersList_1smp4_17143 ._item_1smp4_131 ._btn_1smp4_499 ._badge_1smp4_741 {
    margin-left: auto;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    background: #fdae05;
    border-radius: 10px;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 button {
    justify-content: flex-start !important;
    padding-right: 30px !important;
    padding-left: 15px !important;
    overflow: hidden;
    color: #fff !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff !important;
}
._lobbySection_1smp4_16599 ._providersDropdown_1smp4_17083 ._providersBox_1smp4_11259 {
    margin: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 {
    position: relative;
    width: auto !important;
    margin: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218 {
    margin-bottom: 0 !important;
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._menuWrapper_1smp4_10929 {
    display: none;
    margin-bottom: 20px;
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._menuWrapper_1smp4_10929._open_1smp4_625 {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 418px;
    margin: 0 auto;
    padding: 5px;
    overflow: visible;
    background-color: #f9f9f9;
    border-radius: 5px;
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._menuWrapper_1smp4_10929._open_1smp4_625:after {
    position: absolute;
    top: -4px;
    left: 100px;
    width: 8px;
    height: 8px;
    background: #f9f9f9;
    transform: translate(-50%) rotate(45deg);
    content: "";
}
@media (max-width: 1365px) {
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._menuWrapper_1smp4_10929._open_1smp4_625:after {
        left: 50%;
    }
}
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._menuWrapper_1smp4_10929._open_1smp4_625 ._item_1smp4_131 {
    width: 100%;
    min-width: auto;
    max-width: calc(50% - 10px);
    margin: 5px;
    color: #fff;
    background-color: #fff;
    border-radius: 5px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 {
    width: 100%;
    margin: 0 0 5px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._searchWrapper_1smp4_17268,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._searchWrapper_1smp4_17268 {
    position: relative;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._searchWrapper_1smp4_17268 > svg,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._searchWrapper_1smp4_17268 > svg {
    position: absolute;
    top: 13px;
    left: 9px;
    z-index: 1;
    color: #00000080;
    font-size: 14px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._searchBlock_1smp4_16992,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._searchBlock_1smp4_16992 {
    width: 100%;
    margin-bottom: 10px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 {
    min-width: 20%;
    max-width: 20%;
    padding: 5px;
}
@media (max-width: 1365px) {
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 {
        min-width: 25%;
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 {
        min-width: 33%;
        max-width: 33%;
    }
}
@media (max-width: 768px) {
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131,
    ._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 {
        min-width: 50%;
        max-width: 50%;
    }
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 {
    display: inline-flex;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 {
    display: flex;
    flex: auto;
    flex-grow: 10;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 9px 5px;
    color: #fff;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    background: #3d1d6a;
    border: none;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._filtered_1smp4_17339,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._filtered_1smp4_17339,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._filtered_1smp4_17339,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._filtered_1smp4_17339 {
    border: 2px solid #fdae05;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796 {
    color: #fff;
    background: #fdae05;
    border: none;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499:not(._active_1smp4_796):hover,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499:not(._active_1smp4_796):hover,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499:not(._active_1smp4_796):hover,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499:not(._active_1smp4_796):hover {
    color: #fff;
    background: #9327b0;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 ._badge_1smp4_741,
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 ._badge_1smp4_741,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._providersList_1smp4_17143 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 ._badge_1smp4_741,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 ._badge_1smp4_741 {
    margin-left: auto;
    padding: 5px 8px;
    color: #fff;
    font-weight: 500;
    background: #fdae05;
    border-radius: 3px;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 263px;
    height: 42px;
    margin: 0 auto 20px;
    padding: 9px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    background: #3d1d6a;
    border: none;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218._filtered_1smp4_17339,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218._filtered_1smp4_17339 {
    border: 2px solid #fdae05;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218._active_1smp4_796,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218._active_1smp4_796 {
    color: #fff;
    background: #fdae05;
    border: none;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218._active_1smp4_796 svg:last-child,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218._active_1smp4_796 svg:last-child {
    transform: rotate(180deg);
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218:not(._active_1smp4_796):hover,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218:not(._active_1smp4_796):hover {
    color: #fff;
    background: #9327b0;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._btnCategories_1smp4_17218 svg,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._btnCategories_1smp4_17218 svg {
    margin: 0 5px;
    transition: transform 0.3s ease-in-out;
}
._lobbySection_1smp4_16599 ._providersBox_1smp4_11259 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499,
._lobbySection_1smp4_16599 ._categoriesBox_1smp4_17080 ._categoriesList_1smp4_17013 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 {
    background: #fdae05;
}
._lobbySection_1smp4_16599 ._controlPanelWrapper_1smp4_17403 {
    display: flex;
    flex-direction: column;
}
._lobbySection_1smp4_16599 ._controlPanelWrapper_1smp4_17403 input {
    background-color: #fff;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 {
    width: 20%;
    padding: 0 5px;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131:first-child {
    padding-left: 0;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 {
        order: 1;
        width: auto;
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 {
        width: 50%;
    }
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131:first-child {
        padding-left: 0;
    }
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131:nth-child(2) {
        padding-right: 0;
    }
}
@media (max-width: 375px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 {
        width: 100%;
        padding: 0;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
    vertical-align: middle;
}
@media (min-width: 376px) and (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 {
        position: unset;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btnName_1smp4_17463 {
    display: none;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btnName_1smp4_17463 {
        display: flex;
        align-items: center;
        align-self: center;
        margin-right: 15px;
        color: inherit;
        text-transform: none;
    }
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btnName_1smp4_17463 svg {
        margin-right: 5px;
    }
}
@media (max-width: 600px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btnName_1smp4_17463 {
        display: none;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 {
    display: flex;
    flex: auto;
    flex-grow: 10;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    color: #fff;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    background: #442176;
    border: none;
    border-radius: 5px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796 {
    color: #fff;
    background: #fdae05;
    border-radius: 5px;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._active_1smp4_796 svg:last-child {
    transform: rotate(180deg);
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499:not(._active_1smp4_796):hover {
    color: #fff;
    background: #9327b0;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 svg:first-child {
    margin-right: 7px;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 svg:last-child {
    margin-left: 7px;
    transition: transform 0.3s ease-in-out;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._item_1smp4_131 ._btnWrapper_1smp4_17044 ._btn_1smp4_499._filtered_1smp4_17339 {
    border: 2px solid #fdae05;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtonsWrapper_1smp4_17526 {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtonsWrapper_1smp4_17526 {
        order: 0;
        width: 100%;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    border-bottom: 1px solid #3d1d6a;
    border-radius: 5px;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 {
        width: 100%;
    }
}
@media (max-width: 710px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 {
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        border-radius: 5px;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526::-webkit-scrollbar,
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526::-webkit-scrollbar-track {
    width: 0;
    height: 0;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 {
    width: auto;
    margin-right: 5px;
    margin-bottom: -1px;
    padding: 5px 0;
    border-bottom: 1px solid #3d1d6a;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 {
        flex: 1 1 auto;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272:last-child {
    margin-right: 0;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 ._btnUserLobby_1smp4_17577 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 10.5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 1510px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 ._btnUserLobby_1smp4_17577 {
        width: 100%;
    }
}
@media (min-width: 901px) and (max-width: 985px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 ._btnUserLobby_1smp4_17577 {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width: 710px) {
    ._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 ._btnUserLobby_1smp4_17577 {
        border-radius: 5px;
    }
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272 ._btnUserLobby_1smp4_17577 svg {
    min-width: 12px;
    margin-right: 7px;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272:hover,
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272._active_1smp4_796 {
    border-bottom: 1px solid #fdae05;
}
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272:hover ._btnUserLobby_1smp4_17577,
._lobbySection_1smp4_16599 ._controlPanel_1smp4_17403 ._userButtons_1smp4_17526 ._btnItem_1smp4_8272._active_1smp4_796 ._btnUserLobby_1smp4_17577 {
    color: #eee;
}
._lobbySection_1smp4_16599 ._searchBlock_1smp4_16992 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
}
._lobbySection_1smp4_16599 ._searchBlock_1smp4_16992 input {
    width: 100%;
    height: 50px;
}
._lobbySection_1smp4_16599 ._searchBlock_1smp4_16992 input::placeholder {
    color: #b0b0b0;
}
._lobbySection_1smp4_16599 ._searchBlock_1smp4_16992 ._btnWrapper_1smp4_17044 {
    width: 15%;
}
._lobbySection_1smp4_16599 ._searchBlock_1smp4_16992 ._btnWrapper_1smp4_17044 ._btn_1smp4_499 {
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow: visible !important;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._loaderBlock_1smp4_239 {
    min-height: 150px;
    margin-top: calc(150px - 5rem);
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
    position: relative;
    flex: 0 0 33.33%;
    width: 100%;
    max-width: 33.33%;
    margin-bottom: 15px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    -webkit-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    will-change: transform;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
@media (min-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (min-width: 700px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (min-width: 901px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (min-width: 975px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (min-width: 1135px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media (min-width: 1294px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 {
        flex: 0 0 14.28%;
        max-width: 14.28%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 {
    position: relative;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540:before {
    display: block;
    padding-top: 132%;
    content: "";
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540:hover ._gameOverlay_1smp4_11491 {
    visibility: visible !important;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540:hover ._imgBlock_1smp4_17738 {
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._imgBlock_1smp4_17738 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition-delay: 0.4s;
    transition-property: all;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    opacity: 1;
    transition: all 0.3s linear;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499 {
    position: absolute;
    width: fit-content;
    margin-right: 0;
    padding: 1% 10%;
    color: #000;
    font-weight: 500;
    font-size: 80%;
    line-height: 16px;
    text-transform: uppercase;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._right_1smp4_940 {
    top: 0;
    right: 0;
    border-radius: 0 0 0 25px;
}
@media (max-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._right_1smp4_940 {
        padding: 4px 4px 4px 8px;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._left_1smp4_931 {
    top: 0;
    left: 0;
    border-radius: 0 0 25px;
}
@media (max-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._left_1smp4_931 {
        padding: 4px 8px 4px 4px;
    }
}
@media (min-width: 901px) and (max-width: 1600px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499 {
        font-weight: 400;
        font-size: 10px;
        line-height: 8px;
    }
}
@media (max-width: 620px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499 {
        font-weight: 400;
        font-size: 8px;
        line-height: 8px;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._new_1smp4_10536 {
    color: #fff;
    background: #1070e3;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._top_1smp4_2921 {
    color: #fff;
    background: #219a19;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._rtpUp_1smp4_11754 {
    padding-right: 10px;
    color: #fff;
    background: #dc3545;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._rtpUp_1smp4_11754 svg {
    margin-bottom: 3px;
    margin-left: 2px;
    transform: rotate(270deg) scale(1.5);
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._minbet_1smp4_11775 {
    color: #fff;
    background: #8b3ffd;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._halloween_1smp4_11784 {
    color: #fff;
    background: #df710c;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._newYear_1smp4_10536 {
    color: #fff;
    background: red;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._tournament_1smp4_11750 {
    color: #000;
    background: #fce820;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._select_1smp4_5617 {
    color: #fff;
    background: #ff5722;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._crash_1smp4_11763 {
    color: #000;
    background: #fdae05;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._live_1smp4_127 {
    color: #fff;
    background: #9327b0;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameLabels_1smp4_17759 ._btn_1smp4_499._jackpot_1smp4_11771 {
    color: #fff;
    background: #209a18;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: #0000004d;
    visibility: hidden;
    cursor: pointer;
    transition-delay: 0.4s;
    transition-property: all;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._connected_1smp4_17883 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 4px 10px 2px 13px;
    color: #fff;
    font-size: 12px;
    background: #00000059;
    border-radius: 18px 0 0;
    opacity: 0.7;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._connected_1smp4_17883 svg {
    height: 12px;
    margin: -1px 3px 0 0;
    font-size: 9px;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._connected_1smp4_17883 span {
    margin-left: 1px;
    font-size: 13px;
    line-height: 13px;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._favorite_1smp4_14593 {
    position: absolute;
    bottom: 2px;
    left: 5px;
    display: block;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._favorite_1smp4_14593._active_1smp4_796 {
    color: #f54949d6;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._favorite_1smp4_14593:hover {
    transform: scale(1.2);
    opacity: 1;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._favorite_1smp4_14593 svg {
    height: 13px;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playReal_1smp4_17927 {
    position: absolute;
    top: 50%;
    left: 50%;
    flex-grow: 1;
    font-size: 36px;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s ease-in-out;
}
@media (max-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playReal_1smp4_17927 {
        font-size: 28px;
    }
}
@media (max-width: 374px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playReal_1smp4_17927 {
        font-size: 20px;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playReal_1smp4_17927:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playDemo_1smp4_17949 {
    margin-top: 10px;
    color: #242831;
    font-size: 11px;
    border-bottom: 1px dotted #242831;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playDemo_1smp4_17949:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
@media (min-width: 500px) and (max-width: 1139px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playDemo_1smp4_17949 {
        font-size: 13px;
    }
}
@media (max-width: 499px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._playDemo_1smp4_17949 {
        font-size: 11px;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
    position: absolute;
    top: 30px;
    right: 10px;
    left: 10px;
    z-index: 1;
    max-width: 100%;
    max-height: 62px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
@media (min-width: 540px) and (max-width: 1600px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 20px;
        max-height: 43px;
    }
}
@media (min-width: 975px) and (max-width: 1600px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        font-size: 12px;
    }
}
@media (max-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 20px;
        max-height: 46px;
        font-size: 12px;
    }
}
@media (max-width: 373px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayTitle_1smp4_11546 {
        top: 15px;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
    position: absolute;
    right: 10px;
    bottom: 30px;
    left: 10px;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 539px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
        max-width: 100%;
        overflow: hidden;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 373px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 ._gameOverlayProvider_1smp4_11613 {
        display: none;
    }
}
@media (min-width: 901px) and (max-width: 1139px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 {
        padding-top: 14%;
    }
}
@media (max-width: 499px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540 ._gameOverlay_1smp4_11491 {
        padding-top: 14%;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-left: 0.1rem;
    line-height: 1;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 ._title_1smp4_5998 {
    display: none;
    width: 100%;
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
    border-radius: 5px;
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 ._stats_1smp4_9047 {
    width: 100%;
    color: #ffffff80;
    font-size: 13px;
}
@media (min-width: 975px) and (max-width: 1600px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 ._stats_1smp4_9047 {
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 ._stats_1smp4_9047 {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    ._lobbySection_1smp4_16599 ._gamesList_1smp4_17644 ._item_1smp4_131 ._gameWrapper_1smp4_14088 ._gameDescription_1smp4_14745 ._volatility_1smp4_18080 {
        display: none;
    }
}
._lobbySection_1smp4_16599 ._gamesList_1smp4_17644._static_1smp4_908 ._gameWrapper_1smp4_14088 ._gameBlock_1smp4_14540:hover ._imgBlock_1smp4_17738 {
    filter: none;
}
._lobbySection_1smp4_16599 ._nothingFound_1smp4_18087 {
    position: relative;
    width: calc(100% + 15px);
    min-height: 150px;
    margin-top: 135px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
._logSection_1smp4_18099 {
    padding-bottom: 0;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 {
    padding: 25px;
    background: #3d1d6a;
    border-radius: 5px 5px 0 0;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    font-size: 18px;
    text-align: center;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._avatar_1smp4_2792 {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._avatar_1smp4_2792 > div {
    width: 100% !important;
    height: 100% !important;
    font-family: Rubik, Arial, sans-serif;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._date_1smp4_232 {
    margin-top: 2px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0 0;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    margin-right: 15px;
    padding: 12px 5px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #9327b0;
    border-radius: 6px;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 2px;
    color: #fff;
    font-weight: 500;
    font-size: 0.85em;
    text-transform: uppercase;
}
@media (max-width: 360px) {
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
        font-size: 0.75em;
    }
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdae05;
    font-weight: 500;
    font-size: 16px;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779._positive_1smp4_9073 {
    color: #2dc53a !important;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779._neutral_1smp4_18202 {
    color: #fdae05 !important;
}
._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 svg {
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 3px;
}
@media (max-width: 700px) {
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 {
        padding: 20px 10px 10px;
    }
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 {
        flex-wrap: wrap;
    }
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 {
        width: calc(50% - 10px);
        margin: 5px;
    }
}
@media (max-width: 400px) {
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
        max-width: 125px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis;
    }
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 {
        font-size: 13px;
    }
    ._logSection_1smp4_18099 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 svg {
        top: 0;
        width: 11px;
        height: 11px;
        margin-right: 3px;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1124px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 {
        padding-bottom: 0;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #442176;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (max-width: 1124px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 {
        width: 100%;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background: #653ba1;
    border-radius: 5px 5px 0 0;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 100px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499:not(._active_1smp4_796):hover {
    color: #fff;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499._active_1smp4_796 {
    color: #fff;
    background: #fdae05;
}
@media (max-width: 600px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499 {
        height: 32px;
        margin: 0;
        font-size: 12px;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 {
    position: relative;
    height: calc(100% - 100px);
    min-height: 320px;
    padding: 15px 25px 0;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 {
    height: calc(100% - 95px);
    overflow: hidden;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301._isLoading_1smp4_7304 tbody {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    height: 100%;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 500px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 {
    width: 100%;
    color: #fff;
    border-collapse: initial;
    border-spacing: 0;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 tr:last-child td {
    border-bottom: none;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th {
    width: 20%;
    height: 36px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #2f3543;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th:first-child {
    text-align: left;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th:last-child {
    text-align: right;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td {
    width: 20%;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
    border-bottom: 1px solid #3d1d6a;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td svg {
    margin-right: 3px;
    color: #ffffff7d;
    font-size: inherit;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._default_1smp4_10405 {
    color: #fff;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._positive_1smp4_9073 {
    color: #2dc53a;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._positive_1smp4_9073 svg {
    color: #2dc53a;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td:first-child {
    text-align: left;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td:last-child {
    text-align: right;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._date_1smp4_232 {
    display: inline-block;
    text-align: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430 {
    display: flex;
    align-items: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 {
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 ._icon_1smp4_431 {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 4px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 ._icon_1smp4_431 svg {
    display: block;
    width: 13px;
    height: 13px;
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th {
        padding: 0 10px;
    }
}
@media (max-width: 500px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
        font-size: 12px;
    }
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779 svg,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 svg {
        height: 13px;
    }
}
@media (max-width: 370px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
        font-size: 11px;
    }
}
@media (max-width: 350px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
        font-size: 10px;
    }
}
@media (max-width: 335px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
        font-size: 9px;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 {
    overflow-x: scroll;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 {
    width: 100%;
    color: #fff;
    border-collapse: initial;
    border-spacing: 0;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
    width: 25%;
    height: 36px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #2f3543;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:first-child {
    text-align: left;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:last-child {
    text-align: right;
}
@media (max-width: 800px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(2) {
        text-align: left;
    }
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(1) {
        display: none;
    }
}
@media (max-width: 500px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(3) {
        text-align: right;
    }
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(4) {
        display: none;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td {
    width: 25%;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
    border-bottom: 1px solid #3d1d6a;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td svg {
    margin-right: 3px;
    color: #ffffff7d;
    font-size: inherit;
}
@media (max-width: 800px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(2) {
        text-align: left;
    }
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(1) {
        display: none;
    }
}
@media (max-width: 500px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(4) {
        display: none;
    }
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(3) {
        text-align: right;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._default_1smp4_10405 {
    color: #fff;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._positive_1smp4_9073 {
    color: #2dc53a;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:first-child {
    text-align: left;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:last-child {
    text-align: right;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._date_1smp4_232 {
    display: inline-block;
    text-align: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._system_1smp4_18430 {
    display: flex;
    align-items: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 {
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._logSection_1smp4_18099
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logScroll_1smp4_18500
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434
    ._icon_1smp4_431 {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 4px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}
._logSection_1smp4_18099
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logScroll_1smp4_18500
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434
    ._icon_1smp4_431
    svg {
    display: block;
    width: 13px;
    height: 13px;
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
        padding: 0 10px;
    }
}
@media (max-width: 400px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td,
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
        font-size: 12px;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    list-style: none;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 {
    display: flex;
    align-items: center;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
    max-width: 45px;
    height: 40px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
        max-width: 40px;
        height: 35px;
    }
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: -1px;
    padding: 0 12px;
    color: #fff;
    line-height: 1.25;
    background: none;
    border: 1px solid #653ba1;
    border-radius: 5px;
    cursor: pointer;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:hover {
    color: #fff;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 svg {
    display: block;
    width: 12px;
    height: 12px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:first-child svg {
    margin-right: 3px;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:last-child svg {
    margin-left: 3px;
    transform: scale(-1);
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 > span {
    display: flex;
    align-items: center;
    line-height: 0;
}
._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
        height: 35px;
    }
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 {
        padding: 15px;
    }
}
@media (max-width: 900px) {
    ._logSection_1smp4_18099 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 {
        padding: 15px 0 0;
    }
}
._loyaltyContainer_1smp4_18706 {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #442176;
    border-radius: 6px;
}
._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -30px -30px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._loyaltyContainer_1smp4_18706 ._loaderBlock_1smp4_239 {
    display: block;
    height: 500px;
}
._loyaltyContainer_1smp4_18706 ._loaderBlock_1smp4_239 ._loaderCentred_1smp4_1287 {
    position: relative;
}
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 {
    display: flex;
    justify-content: center;
    box-sizing: content-box;
    width: 100%;
    margin: 10px auto 45px 0;
    padding: 0;
    border-bottom: 1px solid #3d1d6a;
    border-radius: 0;
}
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 ._btn_1smp4_499 {
    margin-bottom: -1px;
    margin-left: 25px;
    padding: 15px 0;
    color: #ffffff7d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 ._btn_1smp4_499:first-child {
    margin-left: 0;
}
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 ._btn_1smp4_499:hover,
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 ._btn_1smp4_499:focus,
._loyaltyContainer_1smp4_18706 ._navBlock_1smp4_18756 ._btn_1smp4_499._active_1smp4_796 {
    color: #eee;
    border-bottom: 1px solid #fdae05;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 {
    height: calc(100% - 95px);
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301._isLoading_1smp4_7304 ._list_1smp4_5161 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    min-height: 250px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 500px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 ._loaderCentred_1smp4_1287 {
    position: absolute;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #ffffff7d;
    font-size: 18px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #653ba1;
    transform: translateZ(0);
    transition: box-shadow 3ms, border-top-color 0.1s;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 span {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 span svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 span {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 span svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    margin-left: 0;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._logItem_1smp4_18883 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    margin-left: 0;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._logItem_1smp4_18883 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
    font-size: 14px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    overflow: visible;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:active,
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:focus,
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:hover {
    border: 0;
    outline: none;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370,
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 {
    display: flex;
    align-items: center;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
@media (max-width: 1050px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }
}
@media (max-width: 950px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
        display: none;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
    display: block;
    overflow: hidden;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
}
@media (max-width: 480px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
        font-size: 14px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
    display: block;
    max-width: 480px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0.5;
}
@media (max-width: 1100px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
        font-size: 11px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: right;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779._win_1smp4_9782 {
    color: #2dc53a;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
@media (max-width: 600px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 {
        font-size: 14px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    margin-left: auto;
    color: #fff;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 > span {
    padding: 0 5px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 130px;
    height: 34px;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff1a;
    border-radius: 34px;
    cursor: default;
}
@media (max-width: 450px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 button {
        font-size: 12px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._success_1smp4_7531 {
    color: #2dc53a;
    background-color: #62ca5b1a;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._canceled_1smp4_7535 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._waiting_1smp4_7539 {
    color: #fdae05;
    background-color: #5b99ca1a;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._error_1smp4_3998 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._cancel_1smp4_7535 {
    z-index: 1;
    color: #615918;
    background-color: #f5e249;
    cursor: pointer;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._cancel_1smp4_7535:hover,
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._cancel_1smp4_7535:focus {
    background-color: #e4d345;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._btnStatus_1smp4_7507 ._cancel_1smp4_7535 svg {
    position: relative;
    margin-right: 8px;
    font-size: 0.8em;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._timer_1smp4_4696 {
    position: relative;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fdae05;
    border-radius: 4px 0 0 4px;
    cursor: help;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._timer_1smp4_4696 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    fill: #fff;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._timer_1smp4_4696 svg {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._timer_1smp4_4696 {
        width: 30px;
        height: 30px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._btn_1smp4_499 {
    height: 34px;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._btn_1smp4_499 {
        height: 30px;
    }
}
@media (max-width: 600px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._btn_1smp4_499 {
        padding: 0 8px;
    }
}
@media (max-width: 400px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 ._cancelBtn_1smp4_7561 ._btn_1smp4_499 {
        padding: 0 6px;
        font-size: 11px;
    }
}
@media (max-width: 1100px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 {
        width: 180px;
    }
}
@media (max-width: 600px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemStatus_1smp4_7497 {
        width: 125px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 > span {
    padding: 3px 8px;
    border-radius: 50px;
}
@media (max-width: 700px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 {
        display: none;
    }
}
@media (max-width: 1100px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
        padding: 15px 0;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
    width: 100%;
    height: auto;
    max-height: 0;
    margin-left: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542._open_1smp4_625 {
    max-height: 200px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
    padding: 15px 0;
    color: #fff;
    list-style: none;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li {
    margin-bottom: 5px;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span {
    display: inline-flex;
    align-items: center;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span svg {
    margin: 3px 2px 0;
    font-size: 0.9em;
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span:first-child {
    margin-right: 5px;
    font-weight: 400;
}
@media (max-width: 480px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
        padding: 0 10px 5px;
    }
}
@media (max-width: 1100px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        margin-left: -20px;
        font-size: 12px;
    }
}
._loyaltyContainer_1smp4_18706 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child {
    border-top: none;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 0;
    list-style: none;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 {
    display: flex;
    align-items: center;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
    max-width: 45px;
    height: 40px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
        max-width: 40px;
        height: 35px;
    }
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: -1px;
    padding: 0 12px;
    color: #fff;
    line-height: 1.25;
    background: none;
    border: 1px solid #653ba1;
    border-radius: 5px;
    cursor: pointer;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:hover {
    color: #fff;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 svg {
    display: block;
    width: 12px;
    height: 12px;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:first-child svg {
    margin-right: 3px;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:last-child svg {
    margin-left: 3px;
    transform: scale(-1);
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 > span {
    display: flex;
    align-items: center;
    line-height: 0;
}
._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
        height: 35px;
    }
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._pager_1smp4_7223 {
        padding: 30px 15px;
    }
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 {
    display: flex;
    width: 100%;
    height: 320px;
    margin-top: 20px;
    background: #331d53;
    border-radius: 6px;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 {
    width: 60%;
    height: 100%;
    border-right: 1px solid hsla(0, 0%, 59.2%, 0.087);
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 {
    display: flex;
    height: 50%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131._borderTop_1smp4_19297 {
    border-top: 1px solid hsla(0, 0%, 59.2%, 0.087);
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 {
    display: flex;
    align-items: center;
    width: 100%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649._borderRight_1smp4_19305 {
    border-right: 1px solid hsla(0, 0%, 59.2%, 0.087);
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 {
    position: relative;
    width: 100%;
    text-align: center;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 svg {
    width: 30px;
    height: 30px;
    color: #fcae03;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._num_1smp4_6267 {
    margin: 7px 0 5px;
    color: #fff;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.25em;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._text_1smp4_4376 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 {
    width: 40%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 {
    display: flex;
    height: 50%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131._full_1smp4_1408 {
    height: 100%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 {
    display: flex;
    align-items: center;
    width: 100%;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._currency_1smp4_2530 {
    color: #fcae03;
    font-size: 30px;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 {
    position: relative;
    width: 100%;
    text-align: center;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 svg {
    width: 30px;
    height: 30px;
    color: #fcae03;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._num_1smp4_6267 {
    margin: 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._text_1smp4_4376 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._btnBlock_1smp4_19373 {
    display: flex;
    max-width: 180px;
    height: 100%;
    margin: auto;
}
._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._btnBlock_1smp4_19373 ._btn_1smp4_499 {
    justify-content: center;
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 13px;
}
@media (max-width: 800px) {
    ._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 {
        flex-direction: column;
        height: auto;
    }
    ._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 {
        width: 100%;
    }
    ._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 {
        padding: 30px 0;
    }
    ._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 {
        width: 100%;
        border-top: 1px solid hsla(0, 0%, 59.2%, 0.087);
    }
    ._loyaltyContainer_1smp4_18706 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 {
        padding: 30px 0;
    }
}
._loyaltyContainer_1smp4_18706 ._description_1smp4_308 {
    align-items: center;
    justify-content: center;
    width: 95%;
    margin-bottom: -15px;
    padding: 30px 20px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 ._description_1smp4_308 {
        width: 100%;
        padding-bottom: 15px;
    }
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    margin: 10px -5px 0;
    padding-bottom: 5px;
    overflow: hidden;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 {
    display: block;
    box-sizing: border-box;
    width: 30%;
    max-width: 135px;
    height: auto;
    text-align: center;
    background-color: #2d333f;
    border-right: 5px solid #442176;
    border-left: 5px solid #442176;
    opacity: 0.5;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131._current_1smp4_3049 {
    opacity: 1;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131._arrow_1smp4_5307 {
    width: auto;
    background-color: transparent;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 svg {
    position: relative;
    top: calc(50% - 0.5em);
    transform: rotate(180deg) scale(1.3);
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 img {
    width: 85%;
    margin-top: 10px;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 ._expmeter_1smp4_19459 {
    margin-top: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 ._cashbackTitle_1smp4_19465 {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
}
._loyaltyContainer_1smp4_18706 ._levelsBlock_1smp4_19422 ._item_1smp4_131 ._cashbackValue_1smp4_19473 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
@media (max-width: 900px) {
    ._loyaltyContainer_1smp4_18706 {
        padding: 15px;
    }
    ._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._loyaltyContainer_1smp4_18706 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._partnerContainer_1smp4_19495 {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    background: #442176;
    border-radius: 5px;
}
._partnerContainer_1smp4_19495 ._loaderBlock_1smp4_239 {
    text-align: center;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 {
    width: 30%;
    padding: 25px 0;
    background: #331d53;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #653ba1;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #9327b0;
    border-radius: 5px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._avatar_1smp4_2792 > div {
    position: relative !important;
    width: 88px !important;
    height: 88px !important;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516._active_1smp4_796 ._actionsBlock_1smp4_19531,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516:focus ._actionsBlock_1smp4_19531,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516:hover ._actionsBlock_1smp4_19531 {
    visibility: visible;
    opacity: 1;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232833a6;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s linear;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label svg,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button svg {
    font-size: 12px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label._avatarUpload_1smp4_19570,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button._avatarUpload_1smp4_19570 {
    background-color: #fdae05;
}
@media (max-width: 1050px) {
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button,
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label {
        width: 22px;
        height: 22px;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button svg,
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label svg {
        font-size: 10px;
    }
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: auto;
    font-size: 15px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._btnName_1smp4_17463 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._btnName_1smp4_17463 svg {
    position: relative;
    top: 0.05em;
    margin-left: 5px;
    font-size: 13px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266._active_1smp4_796 ._btnName_1smp4_17463 {
    display: none;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._navLabel_1smp4_19612 {
    height: 48px;
    padding: 0;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 {
    position: relative;
    box-sizing: border-box;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424:hover ._btnDropdown_1smp4_5445,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424:active ._btnDropdown_1smp4_5445 {
    background-color: #442176;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 {
    display: inline-block;
    height: 48px;
    padding: 0.375rem 0.75rem;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background-color: #442176;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445._open_1smp4_625 {
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #150e2a;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
    color: inherit;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._navIcon_1smp4_19651 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 6px;
    background: #ffffff14;
    border-radius: 3px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._navIcon_1smp4_19651 svg {
    font-size: 1.3em;
    opacity: 0.3;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: transform 0.2s ease-out;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099._open_1smp4_625 {
    transform: rotate(-180deg);
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    box-sizing: border-box;
    width: 100%;
    min-width: auto;
    margin: 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #442176;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 5px #150e2a;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201:first-child {
    border-radius: 0;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-align: inherit;
    background-color: initial;
    border-bottom: 1px solid #3d414a;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:hover,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:focus {
    color: #fff;
    background-color: #2c3240;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not(._active_1smp4_796),
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:first-child {
    border-radius: 0;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._partnerMobileNav_1smp4_19606 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 1px solid transparent;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navLabel_1smp4_19612 {
    height: 50px;
    color: #fff;
    line-height: 14px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navLabel_1smp4_19612,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 {
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-size: 14px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 {
    height: 52px;
    color: #fff;
    border-bottom: 1px solid #653ba1;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 ._navIcon_1smp4_19651 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 6px;
    background: #ffffff14;
    border-radius: 3px;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 ._navIcon_1smp4_19651 svg {
    color: #fff;
    font-size: 1.3em;
    opacity: 0.3;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:last-child {
    border-bottom: 0;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740._active_1smp4_796 {
    color: #fff;
    background: #442176;
    border-bottom: 1px solid transparent;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:hover ._navIcon_1smp4_19651 svg,
._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740._active_1smp4_796 ._navIcon_1smp4_19651 svg {
    opacity: 1;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 {
    position: relative;
    width: 70%;
    min-height: 500px;
    padding: 25px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._caption_1smp4_281 {
    margin-bottom: 25px;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._alert_1smp4_4621 {
    position: relative;
    margin-bottom: 1.5em;
    padding: 15px;
    font-size: 13px;
    background: #191d25f2;
    border: 1px solid #e86376;
    border-radius: 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 {
    height: calc(100% - 95px);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301._isLoading_1smp4_7304 ._list_1smp4_5161 {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    min-height: 250px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 400px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #ffffff7d;
    font-size: 18px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(60% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #653ba1;
    transform: translateZ(0);
    transition: box-shadow 3ms, border-top-color 0.1s;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 span {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131._headItem_1smp4_18847
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemAmount_1smp4_7454
    span
    svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 span {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 span svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._headItem_1smp4_18847 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    margin-left: 0;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131._headItem_1smp4_18847
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemInfo_1smp4_7396
    ._infoCaption_1smp4_7403 {
    z-index: 1;
    color: #ffffff7d;
    font-size: 14px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131._headItem_1smp4_18847
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemInfo_1smp4_7396
    ._infoCaption_1smp4_7403
    svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131._logItem_1smp4_18883 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    margin-left: 0;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131._logItem_1smp4_18883
    ._itemHeader_1smp4_7354
    ._itemRight_1smp4_7370
    ._itemInfo_1smp4_7396
    ._infoCaption_1smp4_7403 {
    font-size: 14px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    overflow: visible;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:active,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:focus,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354:hover {
    border: 0;
    outline: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 {
    display: flex;
    align-items: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 > div {
    font-family: Rubik, Arial, sans-serif !important;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
@media (max-width: 1050px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }
}
@media (max-width: 950px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemAvatar_1smp4_18909 {
        display: none;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
    display: block;
    overflow: hidden;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
}
@media (max-width: 480px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoCaption_1smp4_7403 {
        font-size: 14px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
    display: block;
    max-width: 480px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0.5;
}
@media (max-width: 1100px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemRight_1smp4_7370 ._itemInfo_1smp4_7396 ._infoComment_1smp4_7426 {
        font-size: 11px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: right;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._itemAmount_1smp4_7454
    ._value_1smp4_779._win_1smp4_9782 {
    color: #2dc53a;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
@media (max-width: 600px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 svg {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._itemAmount_1smp4_7454 ._value_1smp4_779 {
        font-size: 14px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    margin-left: auto;
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 > span {
    padding: 0 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 ._btnStatus_1smp4_7507 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 ._btnStatus_1smp4_7507 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 130px;
    height: 34px;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff1a;
    border-radius: 34px;
    cursor: default;
}
@media (max-width: 450px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._btnStatus_1smp4_7507
        button {
        font-size: 12px;
    }
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._success_1smp4_7531 {
    color: #2dc53a;
    background-color: #62ca5b1a;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._canceled_1smp4_7535 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._waiting_1smp4_7539 {
    color: #fdae05;
    background-color: #5b99ca1a;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._error_1smp4_3998 {
    color: #efde5c;
    background-color: #caae5b1a;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535 {
    z-index: 1;
    color: #615918;
    background-color: #f5e249;
    cursor: pointer;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535:hover,
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535:focus {
    background-color: #e4d345;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._btnStatus_1smp4_7507
    ._cancel_1smp4_7535
    svg {
    position: relative;
    margin-right: 8px;
    font-size: 0.8em;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 ._cancelBtn_1smp4_7561 {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._cancelBtn_1smp4_7561
    ._timer_1smp4_4696 {
    position: relative;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fdae05;
    border-radius: 4px 0 0 4px;
    cursor: help;
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._cancelBtn_1smp4_7561
    ._timer_1smp4_4696
    svg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    fill: #fff;
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._cancelBtn_1smp4_7561
        ._timer_1smp4_4696
        svg {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._cancelBtn_1smp4_7561
        ._timer_1smp4_4696 {
        width: 30px;
        height: 30px;
    }
}
._partnerContainer_1smp4_19495
    ._partnerContent_1smp4_19782
    ._players_1smp4_19804
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._item_1smp4_131
    ._itemHeader_1smp4_7354
    ._itemLeft_1smp4_7370
    ._btnStatus_1smp4_7507
    ._cancelBtn_1smp4_7561
    ._btn_1smp4_499 {
    height: 34px;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        height: 30px;
    }
}
@media (max-width: 600px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        padding: 0 8px;
    }
}
@media (max-width: 400px) {
    ._partnerContainer_1smp4_19495
        ._partnerContent_1smp4_19782
        ._players_1smp4_19804
        ._withPager_1smp4_7301
        ._list_1smp4_5161
        ._item_1smp4_131
        ._itemHeader_1smp4_7354
        ._itemLeft_1smp4_7370
        ._btnStatus_1smp4_7507
        ._cancelBtn_1smp4_7561
        ._btn_1smp4_499 {
        padding: 0 6px;
        font-size: 11px;
    }
}
@media (max-width: 1100px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 {
        width: 180px;
    }
}
@media (max-width: 600px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemLeft_1smp4_7370 ._btnStatus_1smp4_7507 {
        width: 125px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 > span {
    padding: 3px 8px;
    color: #fff;
    border-radius: 50px;
}
@media (max-width: 700px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 ._itemDate_1smp4_7627 {
        display: none;
    }
}
@media (max-width: 1100px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemHeader_1smp4_7354 {
        padding: 15px 0;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
    width: 100%;
    height: auto;
    max-height: 0;
    margin-left: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542._open_1smp4_625 {
    max-height: 200px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
    padding: 15px 0;
    color: #fff;
    list-style: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li {
    margin-bottom: 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span {
    display: inline-flex;
    align-items: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span svg {
    margin: 3px 2px 0;
    font-size: 0.9em;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul li span:first-child {
    margin-right: 5px;
    font-weight: 400;
}
@media (max-width: 480px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 ul {
        padding: 0 10px 5px;
    }
}
@media (max-width: 1100px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131 ._itemContent_1smp4_5542 {
        margin-left: -20px;
        font-size: 12px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._withPager_1smp4_7301 ._list_1smp4_5161 ._item_1smp4_131:first-child {
    border-top: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 0;
    list-style: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 {
    display: flex;
    align-items: center;
    color: inherit;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
    max-width: 45px;
    height: 40px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
        max-width: 40px;
        height: 35px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: -1px;
    padding: 0 12px;
    color: #fff;
    line-height: 1.25;
    background: none;
    border: 1px solid #653ba1;
    border-radius: 5px;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:hover {
    color: #fff;
    background-color: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 svg {
    display: block;
    width: 12px;
    height: 12px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:first-child svg {
    margin-right: 3px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:last-child svg {
    margin-left: 3px;
    transform: scale(-1);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 > span {
    display: flex;
    align-items: center;
    line-height: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
        height: 35px;
    }
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._players_1smp4_19804 ._pager_1smp4_7223 {
        padding: 30px 15px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #ffffff7d;
    font-size: 18px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._copyTooltip_1smp4_1254 {
    position: relative;
    top: -75px;
    right: 0;
    bottom: 50px;
    width: 100px;
    color: inherit;
    background-color: #00000080;
    pointer-events: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._panel_1smp4_20325 {
    display: flex;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._panel_1smp4_20325 ._btn_1smp4_499 {
    height: 30px;
    line-height: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._panel_1smp4_20325 ._btn_1smp4_499:not(:first-child) {
    margin-left: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 {
    margin-top: 25px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 {
    margin-bottom: 12px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 input {
    font-size: 1em;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 {
    position: relative;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 button {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 34px;
    margin-right: 6px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    background: #442176;
    border-radius: 3px;
    transform: translateY(-50%);
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._newBlock_1smp4_20335 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 button:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 {
    margin-top: 25px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 {
    position: relative;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382._isLoader_1smp4_15075 {
    min-height: 400px;
    overflow: hidden;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    padding: 10px 0;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #3d1d6a;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    width: 20%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td:first-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th:first-child {
    text-align: left;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td:last-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th:last-child {
    text-align: right;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr {
    border-bottom: 1px solid #653ba1;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr:last-child {
    border-bottom: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td {
    min-width: 110px;
    padding: 20px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._noItems_1smp4_20440 {
    padding: 40px 0;
    color: #ffffff7d;
    font-size: 16px;
    text-align: center !important;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:first-child {
    padding-left: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child {
    padding-right: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 {
    min-width: 130px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 button {
    padding: 3px 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 button:not(:first-child) {
    margin-left: 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 {
    display: flex;
    align-items: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button {
    padding: 0;
    background-color: initial;
    border: 0;
    outline: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:last-child {
    color: #545b70;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:last-child:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:first-child {
    display: block;
    margin: 2px 0 -1px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:first-child:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div {
    height: 24px;
    white-space: nowrap;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._active_1smp4_796 {
    color: #2dc53a;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._expired_1smp4_20498 {
    color: #e86376;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th {
    width: 20%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:first-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th:first-child {
    text-align: left;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._campgains_1smp4_20302 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th:last-child {
    text-align: right;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._panel_1smp4_20325 {
    display: flex;
    margin-bottom: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._panel_1smp4_20325 ._btn_1smp4_499 {
    height: 30px;
    line-height: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._panel_1smp4_20325 ._btn_1smp4_499:not(:first-child) {
    margin-left: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #ffffff7d;
    font-size: 18px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 {
    margin-top: 25px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 {
    position: relative;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382._isLoader_1smp4_15075 {
    min-height: 400px;
    overflow: hidden;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    padding: 10px 0;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #3d1d6a;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    width: 16.6%;
    padding: 10px;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td:last-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th:last-child {
    text-align: right;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr {
    border-bottom: 1px solid #653ba1;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr:last-child {
    border-bottom: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td {
    min-width: 110px;
    padding: 20px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._noItems_1smp4_20440 {
    padding: 40px 0;
    color: #ffffff7d;
    font-size: 16px;
    text-align: center !important;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:first-child {
    padding-left: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child {
    padding-right: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 {
    min-width: 130px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 button {
    padding: 3px 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td._control_1smp4_700 button:not(:first-child) {
    margin-left: 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 {
    display: flex;
    align-items: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button {
    padding: 0;
    background-color: initial;
    border: 0;
    outline: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:last-child {
    color: #545b70;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:last-child:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:first-child {
    display: block;
    margin: 2px 0 -1px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td ._link_1smp4_4655 div button:first-child:hover {
    color: #fff;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div {
    height: 24px;
    white-space: nowrap;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._active_1smp4_796 {
    color: #2dc53a;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._expired_1smp4_20498 {
    color: #e86376;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th {
    width: 16.6%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child,
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th:last-child {
    text-align: right;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._campgainsSelector_1smp4_20665 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 20px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._campgainsSelector_1smp4_20665 button {
    margin-top: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._stats_1smp4_9047 ._campgainsSelector_1smp4_20665 button:not(:last-child) {
    margin-right: 10px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 20px;
    font-size: 14px;
    background: #3d1d6a;
    border-radius: 6px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 {
    width: 50%;
    margin-left: auto;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 {
    margin: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 input {
    height: 44px;
    padding: 0 12px;
    font-size: 1em;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 ._inputGroupAppend_1smp4_10201 {
    position: relative;
    display: flex;
    border-radius: 0 5px 5px 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 ._inputGroupAppend_1smp4_10201 ._btn_1smp4_499 {
    background: #fdae05;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 ._inputGroupAppend_1smp4_10201 ._btn_1smp4_499 ._icon_1smp4_431 {
    fill: #000;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 ._inputGroupAppend_1smp4_10201 ._copyTooltip_1smp4_1254 {
    right: 0;
    bottom: 50px;
    width: 100px;
    color: inherit;
    background-color: #00000080;
    pointer-events: none;
}
@media (max-width: 1099px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 {
        flex-direction: column;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._form_1smp4_628 {
        width: 100%;
        margin: 0;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._text_1smp4_4376 {
        margin-bottom: 15px;
    }
}
@media (max-width: 900px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 {
        margin: 20px 0;
        padding: 15px;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._linkForm_1smp4_20677 ._from_1smp4_20748 ._formRow_1smp4_4305 ._inputGroup_1smp4_10188 ._inputGroupAppend_1smp4_10201 ._btn_1smp4_499 {
        position: relative;
        padding: 0 20px;
        font-size: 17px;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 {
    display: flex;
    width: 100%;
    height: 320px;
    background: #331d53;
    border-radius: 6px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 {
    width: 60%;
    height: 100%;
    border-right: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 {
    display: flex;
    height: 50%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131._borderTop_1smp4_19297 {
    border-top: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 {
    display: flex;
    align-items: center;
    width: 100%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649._borderRight_1smp4_19305 {
    border-right: 1px solid rgba(151, 151, 151, 0.0862745098);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 {
    position: relative;
    width: 100%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 svg {
    width: 30px;
    height: 30px;
    color: #fcae03;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._num_1smp4_6267 {
    margin: 7px 0 5px;
    color: #fff;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.25em;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._text_1smp4_4376 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 {
    width: 40%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 {
    display: flex;
    height: 50%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131._full_1smp4_1408 {
    height: 100%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 {
    display: flex;
    align-items: center;
    width: 100%;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._currency_1smp4_2530 {
    color: #fcae03;
    font-size: 30px;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 {
    position: relative;
    width: 100%;
    text-align: center;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 svg {
    width: 30px;
    height: 30px;
    color: #fcae03;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._num_1smp4_6267 {
    margin: 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._text_1smp4_4376 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._btnBlock_1smp4_19373 {
    display: flex;
    max-width: 180px;
    height: 100%;
    margin: auto;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 ._wrap_1smp4_649 ._block_1smp4_5507 ._btnBlock_1smp4_19373 ._btn_1smp4_499 {
    justify-content: center;
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 13px;
}
@media (max-width: 800px) {
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 {
        flex-direction: column;
        height: auto;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 {
        width: 100%;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._left_1smp4_931 ._item_1smp4_131 {
        padding: 30px 0;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 {
        width: 100%;
        border-top: 1px solid rgba(151, 151, 151, 0.0862745098);
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._general_1smp4_20677 ._statsForm_1smp4_19280 ._right_1smp4_940 ._item_1smp4_131 {
        padding: 30px 0;
    }
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formLabel_1smp4_20894 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 {
    position: relative;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 {
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input {
    display: none;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input:checked + ._label_1smp4_292:before {
    background: #fdae05;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input:checked + ._label_1smp4_292:after {
    left: calc(100% - 15px);
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292 {
    position: relative;
    display: block;
    width: 33px;
    height: 10px;
    cursor: pointer;
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #d8d8d82e;
    border-radius: 5px;
    transition: all 0.3s;
    content: "";
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292:after {
    position: absolute;
    top: calc(50% - 9px);
    left: -3px;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s;
    content: "";
}
._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879:nth-child(odd) {
    background-color: #2c323f;
}
@media (max-width: 1050px) {
    ._partnerContainer_1smp4_19495 {
        display: block;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 {
        width: 100%;
        padding: 0;
        border-radius: 5px 5px 0 0;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 {
        display: flex;
        align-items: center;
        padding: 15px;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 {
        width: 60px;
        height: 60px;
        margin: 0 15px 0 0;
        padding: 3px;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._avatar_1smp4_2792 > div {
        width: 52px !important;
        height: 52px !important;
    }
    ._partnerContainer_1smp4_19495 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 {
        max-width: 100%;
        margin: 0;
    }
    ._partnerContainer_1smp4_19495 ._partnerContent_1smp4_19782 {
        width: 100%;
        padding: 15px;
    }
}
._privacyContainer_1smp4_20982 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 h2:first-child {
    margin-top: 20px;
}
._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}
._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 p:first-child {
    margin-top: 20px;
    color: #fff;
}
@media (max-width: 1100px) {
    ._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._privacyContainer_1smp4_20982 ._privacyBlock_1smp4_21025 p {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    ._privacyContainer_1smp4_20982 {
        padding: 15px;
    }
    ._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._privacyContainer_1smp4_20982 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._promoContainer_1smp4_21073 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
._promoContainer_1smp4_21073._isLoader_1smp4_15075 {
    display: block;
    height: 85vh;
}
._promoContainer_1smp4_21073._isLoader_1smp4_15075 ._loaderCentred_1smp4_1287 {
    position: relative;
}
._promoContainer_1smp4_21073 strong {
    font-weight: 500;
}
._promoContainer_1smp4_21073 ._mb-grid_1smp4_21089 {
    margin-bottom: 30px;
}
._promoContainer_1smp4_21073 ._row_1smp4_5352 {
    height: 100%;
}
@media (min-width: 992px) {
    ._promoContainer_1smp4_21073 ._row_1smp4_5352 ._order-1_1smp4_21096 {
        margin-bottom: 0;
    }
}
._promoContainer_1smp4_21073 ._order-5_1smp4_21100,
._promoContainer_1smp4_21073 ._order-4_1smp4_21100 {
    margin-bottom: 0;
}
._promoContainer_1smp4_21073 ._gainedBlock_1smp4_21103 {
    opacity: 0.7;
}
._promoContainer_1smp4_21073 ._gainedBlock_1smp4_21103 ._gained_1smp4_21103 {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 15px;
    background: #219a1a;
    border-radius: 4px;
}
._promoContainer_1smp4_21073 ._gainedBlock_1smp4_21103 ._gained_1smp4_21103 img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
._promoContainer_1smp4_21073 ._gainedBlock_1smp4_21103 ._gained_1smp4_21103 span {
    font-size: 12px;
    line-height: 18px;
}
._promoContainer_1smp4_21073 ._noAccountBlock_1smp4_21127 ._noAccount_1smp4_21127 {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 15px;
    background: #0000003b;
    border-radius: 4px;
}
._promoContainer_1smp4_21073 ._noAccountBlock_1smp4_21127 ._noAccount_1smp4_21127._colummBlock_1smp4_21138 {
    flex-direction: column;
}
._promoContainer_1smp4_21073 ._noAccountBlock_1smp4_21127 ._noAccount_1smp4_21127._colummBlock_1smp4_21138 a {
    color: inherit;
}
._promoContainer_1smp4_21073 ._noAccountBlock_1smp4_21127 ._noAccount_1smp4_21127 span {
    font-size: 12px;
    line-height: 18px;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: inherit;
    background-color: #442176;
    border-radius: 4px;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._title_1smp4_5998 {
    max-width: 300px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._title_1smp4_5998 > strong {
    color: #ffc107;
    white-space: nowrap;
}
@media (max-width: 575px) {
    ._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._title_1smp4_5998 {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._text_1smp4_4376 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._text_1smp4_4376._small_1smp4_3384 {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._btnAction_1smp4_12914 {
    display: block !important;
    width: 100%;
    margin-top: 20px !important;
    color: inherit;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._btn_1smp4_499 {
    margin-top: auto;
}
@media (max-width: 900px) {
    ._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 ._btn_1smp4_499 {
        display: flex;
        height: 40px;
    }
}
._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}
@media (max-width: 991px) {
    ._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    ._promoContainer_1smp4_21073 ._promoBlock_1smp4_21148 {
        padding: 20px;
    }
}
._promoContainer_1smp4_21073 ._infoLinkBlock_1smp4_21229 {
    background-color: #442176;
}
._promoContainer_1smp4_21073 ._infoLinkBlock_1smp4_21229:before {
    background-image: url(/assets/linkBg-7sicWlOI.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    opacity: 0.5;
}
._promoContainer_1smp4_21073 ._infoLinkBlock_1smp4_21229 ._title_1smp4_5998 {
    max-width: 1000px;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242:before {
    background: linear-gradient(180deg, #442176, #6627b0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    opacity: 0.5;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(/assets/coins-BdNrX78p.png);
    background-repeat: no-repeat;
    background-position: 90% 40%;
    background-size: contain;
    opacity: 0.7;
    content: "";
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264 {
    display: flex;
    align-items: center;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264:not(:first-child) {
    margin-top: 15px;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264 ._status_1smp4_21279 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 12px;
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%206C0%202.68629%202.68629%200%206%200H18C21.3137%200%2024%202.68629%2024%206V18C24%2021.3137%2021.3137%2024%2018%2024H6C2.68629%2024%200%2021.3137%200%2018V6Z'%20fill='%23FB5252'/%3e%3cpath%20d='M7.2918%204.96419C6.71952%204.36499%205.77003%204.34298%205.17105%204.91504C4.57206%205.4871%204.55042%206.4366%205.1227%207.0358L9.87107%2012.0076L4.93934%2016.9393C4.35355%2017.5251%204.35355%2018.4749%204.93934%2019.0607C5.52513%2019.6464%206.47487%2019.6464%207.06066%2019.0607L11.9436%2014.1777L16.7082%2019.1664C17.2805%2019.7656%2018.23%2019.7876%2018.829%2019.2156C19.4279%2018.6435%2019.4496%2017.694%2018.8773%2017.0948L14.0651%2012.0562L19.0607%207.06066C19.6464%206.47487%2019.6464%205.52512%2019.0607%204.93934C18.4749%204.35355%2017.5251%204.35355%2016.9393%204.93934L11.9926%209.88612L7.2918%204.96419Z'%20fill='%231C2029'%20stroke='%231C2029'%20stroke-linecap='round'/%3e%3c/svg%3e")
        50% no-repeat;
    background-size: 100%;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264 ._success_1smp4_7531 {
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='6'%20fill='%2369E781'/%3e%3cpath%20d='M6%206L12%2019L19%2010.6429'%20stroke='%231C2029'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    background-size: 100%;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264 ._info_1smp4_731 {
    background: url(/assets/info-lqwxis6N.svg);
    background-size: 100%;
}
._promoContainer_1smp4_21073 ._repostPromoBlock_1smp4_21242 ._steps_1smp4_21264 ._step_1smp4_21264 ._text_1smp4_4376 {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
._promoContainer_1smp4_21073 ._groupPromoBlock_1smp4_21302 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._groupPromoBlock_1smp4_21302:before {
    background-image: url(/assets/group-DDpcoofj.png);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    opacity: 0.9;
}
._promoContainer_1smp4_21073 ._subscribePromoBlock_1smp4_21311 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._subscribePromoBlock_1smp4_21311:before {
    background-image: url(/assets/subscribe-C_Q6r3L1.png);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-size: cover;
    opacity: 0.5;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._promoBlock_1smp4_21148 {
    align-items: normal;
    background: linear-gradient(180deg, #6627b0, #9327b0);
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 {
    position: relative;
    z-index: 0;
    width: 100%;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321:before {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url("data:image/svg+xml,%3csvg%20width='25'%20height='22'%20viewBox='0%200%2025%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4958%2021.0885L0.333101%200.0221134L24.6585%200.0221155L12.4958%2021.0885Z'%20fill='%23399a00'/%3e%3c/svg%3e")
        50% no-repeat;
    background-size: 100%;
    content: "";
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 ._size_1smp4_21342 {
    width: 100%;
    padding-top: 100%;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 ._image_1smp4_5000 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(/assets/wheel-B8KGxgwl.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: -webkit-transform 10s cubic-bezier(0.35, 0.07, 0.15, 1);
    transition: transform 10s cubic-bezier(0.35, 0.07, 0.15, 1);
    transition: transform 10s cubic-bezier(0.35, 0.07, 0.15, 1), -webkit-transform 10s cubic-bezier(0.35, 0.07, 0.15, 1);
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    height: 28%;
    margin: auto;
    background: #653ba1;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: padding-top 0.1s ease-in-out;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 button:hover {
    color: inherit;
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #47bcee;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    content: "";
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 button > span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
    ._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._wheel_1smp4_21321 {
        max-width: 300px;
    }
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._timer_1smp4_4696,
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._timer_1smp4_4696 ._text_1smp4_4376 {
    margin-bottom: 10px;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._timer_1smp4_4696 ._countdown_1smp4_21421 {
    display: flex;
    justify-content: center;
    max-width: 180px;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background: #219a1a;
    border-radius: 4px;
}
._promoContainer_1smp4_21073 ._wheelPromoBlock_1smp4_21321 ._timer_1smp4_4696 ._countdown_1smp4_21421 ._digit_1smp4_21432 {
    width: 26px;
    color: #fff;
    text-align: center;
}
._promoContainer_1smp4_21073 ._wheelPromoWrapper_1smp4_21437 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
._promoContainer_1smp4_21073 ._wheelPromoLeft_1smp4_21444,
._promoContainer_1smp4_21073 ._wheelPromoRight_1smp4_21444 {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
._promoContainer_1smp4_21073 ._wheelPromoLeft_1smp4_21444 {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 576px) {
    ._promoContainer_1smp4_21073 ._wheelPromoLeft_1smp4_21444 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}
._promoContainer_1smp4_21073 ._wheelPromoRight_1smp4_21444 {
    margin-top: 1.5rem;
}
@media (min-width: 576px) {
    ._promoContainer_1smp4_21073 ._wheelPromoRight_1smp4_21444 {
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
        margin-top: 0;
    }
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 {
    background: transparent;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 ._promoBlock_1smp4_21148 {
    background: linear-gradient(180deg, #6627b0, #9327b0);
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 ._promoBlock_1smp4_21148:before {
    background-image: url(/assets/telegram-Chb16vd2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 strong {
    color: #ffe801 !important;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 {
    opacity: 1;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499 {
    width: 100%;
    background: transparent;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499 span {
    width: 100%;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499:hover {
    background: transparent;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499 ._gained_1smp4_21103 {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 15px;
    background: #219a1a;
    border-radius: 4px;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499 ._gained_1smp4_21103 img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473._gainedBlock_1smp4_21103 ._btn_1smp4_499 ._gained_1smp4_21103 span {
    font-size: 12px;
    line-height: 18px;
}
._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 ._promoBlock_1smp4_21148 {
    color: inherit;
}
@media (min-width: 992px) {
    ._promoContainer_1smp4_21073 ._tgPromoBlock_1smp4_21473 ._promoBlock_1smp4_21148 {
        padding-top: 50px;
    }
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._promoBlock_1smp4_21148 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin-bottom: 40px;
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 19px 0 19px 5px;
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 > span {
    margin-left: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 767px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 > span {
        margin-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 575px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 > span {
        margin-left: 25px;
        font-size: 16px;
        line-height: 24px;
    }
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 > img {
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0;
}
@media (max-width: 767px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 > img {
        width: 36px;
        height: 36px;
    }
}
._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #442176;
    font-weight: 900;
    font-size: 90px;
    content: attr(data-step);
}
@media (max-width: 767px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264:before {
        font-size: 74px;
    }
}
@media (min-width: 576px) and (max-width: 900px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 {
        flex-direction: row;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 {
        justify-content: space-between;
    }
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 ._steps_1smp4_21264 ._step_1smp4_21264 {
        margin-left: 0;
        padding: 14px 0 14px 25px;
    }
}
@media (max-width: 1200px) {
    ._promoContainer_1smp4_21073 ._partnerPromoBlock_1smp4_21531 {
        order: 6;
    }
}
._promoContainer_1smp4_21073 ._achievementsPromoBlock_1smp4_21615 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._achievementsPromoBlock_1smp4_21615:before {
    background-image: url(/assets/achievements-BXAZvVwt.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
._promoContainer_1smp4_21073 ._tournamentsPromoBlock_1smp4_21624 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._tournamentsPromoBlock_1smp4_21624:before {
    background-image: url(/assets/tournaments-nXRgFyUK.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
._promoContainer_1smp4_21073 ._remainsPromoBlock_1smp4_21633 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._remainsPromoBlock_1smp4_21633:before {
    background-image: url(/assets/remains-CQbsoEK1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
._promoContainer_1smp4_21073 ._reviewPromoBlock_1smp4_21642 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._reviewPromoBlock_1smp4_21642:before {
    background-image: url(/assets/review-D6resob3.svg);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    opacity: 0.5;
}
._promoContainer_1smp4_21073 ._loyaltyPromoBlock_1smp4_21651 ._promoBlock_1smp4_21148 {
    background: #9327b0;
}
._promoContainer_1smp4_21073 ._loyaltyPromoBlock_1smp4_21651 ._promoBlock_1smp4_21148:before {
    background-image: url(/assets/ranks-D4OsF7_O.png);
    background-repeat: no-repeat;
    background-position: 95% 25%;
    background-size: auto;
    opacity: 0.5;
}
._promoCol_1smp4_21662 {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1500px) {
    ._promoCol_1smp4_21662._big_1smp4_3430 {
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }
    ._promoCol_1smp4_21662._small_1smp4_3384 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
._promotionsContainer_1smp4_21682 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 {
    width: 33.33333%;
    margin-top: 30px;
    padding: 0 15px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 {
    position: relative;
    align-items: center;
    width: 100%;
    background: #3d1d6a;
    border-radius: 5px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 {
    position: relative;
    align-items: center;
    padding: 15px;
    font-size: 13px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span._ended_1smp4_21774 {
    color: #f54949;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span._active_1smp4_796 {
    color: #2dc53a;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span svg {
    margin-bottom: 2px;
}
@media (min-width: 600px) and (max-width: 800px) {
    ._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    ._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span {
        font-size: 12px;
    }
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 ._nubmer_1smp4_21793 {
    display: inline-block;
    padding-left: 22px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    text-align: center;
    background: #3d1d6a;
    border-radius: 0 0 6px 6px;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._time_1smp4_4696 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._time_1smp4_4696 span {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
}
._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._btn_1smp4_499 {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 110px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    border: 1px solid hsla(0, 0%, 100%, 0.09);
}
@media (max-width: 1490px) {
    ._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 {
        width: 50%;
    }
}
@media (max-width: 600px) {
    ._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 {
        width: 100%;
    }
}
@media (min-width: 901px) and (max-width: 1024px) {
    ._promotionsContainer_1smp4_21682 ._promotionsBlock_1smp4_21725 ._item_1smp4_131 {
        width: 100%;
    }
}
@media (max-width: 900px) {
    ._promotionsContainer_1smp4_21682 {
        padding: 15px;
    }
    ._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._promotionsContainer_1smp4_21682 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._pwaBackground_1smp4_21866 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
}
._pwaModal_1smp4_21878 {
    position: absolute;
    top: 50%;
    z-index: 10001;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    color: #353639;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 360px;
    min-height: 50px;
    margin-bottom: 15px;
    background-color: #edf2ff;
    border-radius: 12px;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._close_1smp4_3736 {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    margin: -10px -10px 0 0;
    padding: 10px;
    color: #717171;
    font-size: 14px;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._image_1smp4_5000 {
    position: relative;
    flex: none;
    width: 100%;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._image_1smp4_5000 ._spacer_1smp4_6081 {
    display: block;
    width: 100%;
    padding-bottom: 65.2174%;
    content: "";
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._image_1smp4_5000 img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._title_1smp4_5998 {
    position: relative;
    margin: 15px 0 0;
    font-size: 20px;
    text-align: center;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._title_1smp4_5998:before,
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._title_1smp4_5998:after {
    position: absolute;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._title_1smp4_5998:before {
    left: -30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAMAAAD/A0kuAAABelBMVEUAAAD/vg3/qQf/gkbzWlLwU1DwU1H/xCvwU1DwVFH/1DD/yyjwU1DwU1DvVVX1UWJdleL/yyj/ySjwU1BCpvb/yyjwVFBCpvbwVFH/rRH/pABGqvd3meD/pwbyZUr/pQT/oQCDgMbwU1D/oAD/ogD/yyj/rgz/zCvyVVJEqPn9vy7/pAAqedRDpvbKHmBUcMJDpvbsQXuFVaFrZrT/yyjwU1D/yij8pyeIfsXxVFDuQXvxU1HwU1HuQXrzbEr/zCj/zi2dfsGFWaz6kzn/yynYTYm4YKHsQXt+cLr/uBfxYEz/rAtyYq9ebb17hM74mTnTJmebSpDSKWjVKWjmrEn/yyn/tRHwVFD/owBCpfX/yifsQHr/oADwU1DFGVz/thPlgD1IovHiNnNQnewZdtM2l+wge9aSdbu2YKHeRYIkgduLecHXTIlkkdxsjNd9gspDdMmWbrWgbbGqZ6q/W5zRUI68IWTMIWEsjOJtd8NuY6+TRo6ZOYHVk1G2QeFrAAAAWXRSTlMAFvEHJPPjw5rtDd/UujAO+ejNyJCFgHJUTjMcDuzLwLCqo4x9a1k5OCkpJ/779eHa2r6zr6yino+Nc29kX1RIHxwXEvPu7enh4NrY1c6/trOjnYR7e2dGRQv19gQAAAJmSURBVDjLhdMJV9pAEAfwtSGXgAgWCsilXAqtttajVutRe993m2Q3bQhnPWprtfd376wkmsBC/u8Rlvd+TIYZgiBcYAwxEg8gRt4Tecc6VqvISmiaEBZeJWTGOmLMWacgIUEWDhCec+EUvAQicQwbojWc+OqVWYQyG4gZgaxtFRfFChyTSWRhMbzJxD5BVCGiPZPUJFwiqhpl6whY/4rsnGDZr95BzGxFixW0RFyDHV0W0eDIROgePhQKCXiLkcF2hhCpe8phnEW+CTIErxMSh5vD6BL5fAmBlZhull52BJKIRtRwxZonv860l5SLpzPJqDTPuzOJ+eBSesexMWg/DPttRqaMZiSN8cPRXj1pT6s8SpcvWfYCxh9hM0MSJyTmsOpyn+AKZ3eT4P/qsOqbPpvDObubacI77b8HvTiP00n7d/qEJYf99MvY7sHVbNIxwTGHPTGUZxZiD8Vh9a+KYm4zcb/tmIqiTLkeqyD/KOLfhAYC/KrL1lpgjbvOLcIzv+FXwyPw3+F9LntsAN7Vbrq2IKGyqi7GCFlzWW2fFu5o989LT/BB+FAMi7IsuW1LgXzTNCjNTvrcHlF7oEHupZg2gTG27HeDNrEHtmNOMXEJMLW61qZWaWuQL4rJLk1bBgvbsBvW2nTW7IVkH6+80E8Of1K7S+0eXcw4GpjQk2b9c0NpUdsZP23nFhqc2/PN+u8axQfdW1xjO5sv6PqPGvw4yD58CUoPzStdP2yANWF+UNorC7R381iDtG4gzzxt1v/Q3o/oQLzzcg56p+ukpb3zeu4vDNIq7Z3rl+vNhuGBXHwe/QewZbRtc2nFdAAAAABJRU5ErkJggg==)
        no-repeat;
    background-size: 20px;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._title_1smp4_5998:after {
    right: -30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAqCAMAAAAd31JXAAABfVBMVEUAAAD/pwX/uRfHG17yVlT7dFfwVFFYmObvVFHwU1CEhdTwU1DwU1DxVFPxUlb/yyj/yin/tRj/xBzwU1D/yynwU1BDpvZDpff/yyn/zCr/pAD+nxf9vipHqfpQnevwU1D/oQD/yyjzYkv/yCnwVFD/oQD+ty+LfMP/zCj/ogr/ogDxU1HxVFH5vzP/ogBHqPgoedNjkd1pj9pCpvZbbr7sQXvvU1BlaLj5kTzwVFH/ogDvU1HxVFGMfMT/sxD/tBLxU1HuQnzuQnv0dEjxVFDzVlOIYrNKrf9PcsT/oACxZKVlZbXgSITsQHr/rAv/vBmEa7J7W6eNUZz0eUT/rwzRJmb/oACgRo7SKWaDgMj/yynTKmr/zCr/zCj/owBCpfX/yijsQHr/oADvU1D/uhfhckEcd9TlOXTBGFybcLWvZaeIe8MjgdvWS4lLn+85m+4zlOnEWJjeSIXkRH/hNXFui9V2h9A9eM62J2zNImNjg89/W6WNQoyjP4XIjmBZ401GAAAAX3RSTlMA9yb+Igns/eSHCfDZMBjo2hMMuLSqh3txPC8oHxn++PLf2dPKxbmQjIx9aFlOSyH+9+3o1cjDwq6dm5J5cXFiYV5KRkUpJA/o5+Pg4NvX1NDJycK/vq+sqqidkYFoW0eW0wUAAAJgSURBVDjLjdJ3W9pQFAbwU5GEEYaMliVUEGRbW2ud1Tpq994r49YAAoqCo/Oze29CSII3Prx/5Ul+z8nJewNDmd4ASsY5L+Uug4KD2/EYqLE7UJliwwhNa9c3pYn+WISWgBInSgHArstogUEOoGUrDTDJ33EpVn/bOIVGp/yajZF9E6FQZGwDMfbLNCIIPsB4V2sgJ+BkGA9l7JTgixrLciz6sfXTKORCE2DIAgpC4nt+DGhxrODFqsVitX80KKUsSreI88AHScpqDaJtiho85KBaKPwAgADANkKrYJmyOwVKEn4hk6+4GaXY2UtufR0AvE61gUWB5K3SwA3+ulnaX0rStbFBWelICHcdB6qNCD917CSnao9qBU6COXnBgEsIlcA6FUHH5DcMD5YrBobtq/9G7EBBrYBlKTuEXcnfewa8xHi0j4o/lpbN9jPPnxvwzo5eQDwbM49leb5p03E/s0DJDI/TNmLrPDvAtlkz4VU3h5eO+jNp94JXpw/EBhl8ZMJeBnH2AP79txAK6va52E1iy3ZNuIzQyhdBqJBjLOljRXGfJ1uIJuxk3DnfNwzCbk6zT0ScU4IbBgzUEg7a2B4nCd4Xe3WCJUm6T7Msf0IGH/EqtmFsZWcUoa2Mj6Re3yM7BCj2NgbKFmpxnbNz2/vCi3cJCt1U3s0eq/iwJctPvWCRu+q4uS62tT+y/OghWGUTkxOCT8Xar7rtDZGWY0ldLLaHZ3XbJztckbWmiNNmyZ6vB5KeOb6Bbe+fLM+74OqskW57eM+PQ5Lebaf11/YVRgjbacm37sFImR9ZwgWP6LbeiSVHOgAAAABJRU5ErkJggg==)
        no-repeat;
    background-size: 20px;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._text_1smp4_4376 {
    max-width: 240px;
    margin: 15px 0 0;
    font-size: 13px;
    text-align: center;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._button_1smp4_6130 {
    width: 100%;
    padding: 15px 15px 20px;
}
._pwaModal_1smp4_21878 ._wrapper_1smp4_1416 ._button_1smp4_6130 button {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 48px;
    margin: auto;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #fdae05;
    border-radius: 6px;
    outline: none;
}
._pwaContainer_1smp4_21979 {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 20px;
    background: #150e2a;
}
._pwaContainer_1smp4_21979 ._caption_1smp4_281 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #323946;
}
._pwaContainer_1smp4_21979 ._caption_1smp4_281 ._text_1smp4_4376 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
._pwaContainer_1smp4_21979 ._caption_1smp4_281 ._text_1smp4_4376 svg {
    margin: 0 9px 0 -1px;
    font-size: 26px;
}
._pwaContainer_1smp4_21979 ._caption_1smp4_281 ._btnLeft_1smp4_22014 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 35px;
    padding: 0 15px 0 25px;
    color: inherit;
    background: #442176;
    border-radius: 6px;
    cursor: pointer;
}
._pwaContainer_1smp4_21979 ._caption_1smp4_281 ._btnLeft_1smp4_22014 svg {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 {
    margin-bottom: 20px;
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 ._head_1smp4_917 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
    color: inherit;
    font-weight: 500;
    font-size: 15px;
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 ._head_1smp4_917 ._number_1smp4_6267 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    color: inherit;
    font-size: 13px;
    background-color: #fdae05;
    border-radius: 3px;
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 ._head_1smp4_917 ._iconIos_1smp4_22063 {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    padding: 5px;
    background: #fff3;
    border-radius: 4px;
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 ._head_1smp4_917 ._iconIos_1smp4_22063 svg {
    width: 20px;
    height: 20px;
}
._pwaContainer_1smp4_21979 ._item_1smp4_131 ._bottom_1smp4_5304 {
    padding-left: 34px;
    color: #fff;
}
._pwaContainer_1smp4_21979 ._alert_1smp4_4621 {
    color: inherit;
    padding: 15px;
    text-align: center;
    background: #4986f526;
    border: 1px solid #fdae05;
    border-radius: 6px;
}
._recoverySection_1smp4_22094 {
    position: relative;
}
._recoverySection_1smp4_22094 ._block_1smp4_5507 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 65vh;
    margin: auto;
    white-space: nowrap;
}
._recoverySection_1smp4_22094 ._loader_1smp4_239 {
    height: 100px;
}
._recoverySection_1smp4_22094 ._loader_1smp4_239 img {
    width: 80px;
    height: 80px;
}
._recoverySection_1smp4_22094 ._text_1smp4_4376 {
    font-size: 28px;
}
._responsibilityContainer_1smp4_22119 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 h2:first-child {
    margin-top: 20px;
}
._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}
._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 p:first-child {
    margin-top: 20px;
}
@media (max-width: 1100px) {
    ._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._responsibilityContainer_1smp4_22119 ._responsibilityBlock_1smp4_22162 p {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    ._responsibilityContainer_1smp4_22119 {
        padding: 15px;
    }
    ._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._responsibilityContainer_1smp4_22119 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._settingsContainer_1smp4_22209 {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    background: #442176;
    border-radius: 5px;
}
._settingsContainer_1smp4_22209 ._inputControl_1smp4_6529 {
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid transparent !important;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 {
    width: 30%;
    padding: 25px 0;
    background: #331d53;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 {
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #653ba1;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #9327b0;
    border-radius: 5px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._avatar_1smp4_2792 > div {
    position: relative !important;
    width: 88px !important;
    height: 88px !important;
    font-family: Rubik, Arial, sans-serif;
    border-radius: 5px !important;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516._active_1smp4_796 ._actionsBlock_1smp4_19531,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516:focus ._actionsBlock_1smp4_19531,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516:hover ._actionsBlock_1smp4_19531 {
    visibility: visible;
    opacity: 1;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232833a6;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s linear;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label svg,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button svg {
    font-size: 12px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label._avatarUpload_1smp4_19570,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button._avatarUpload_1smp4_19570 {
    background-color: #fdae05;
}
@media (max-width: 1050px) {
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button,
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label {
        width: 22px;
        height: 22px;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 button svg,
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._actionsBlock_1smp4_19531 ._actions_1smp4_19531 label svg {
        font-size: 10px;
    }
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: auto;
    font-size: 15px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._btnName_1smp4_17463 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._btnName_1smp4_17463 svg {
    position: relative;
    top: 0.05em;
    margin-left: 5px;
    font-size: 13px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266._active_1smp4_796 ._btnName_1smp4_17463 {
    display: none;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 {
    position: relative;
    display: flex;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    color: #fff;
    font-size: 1em;
    background-color: initial;
    border: 2px solid transparent;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 input:not([readonly]):focus {
    border-color: #9327b0;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 ._submit_1smp4_6613 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px;
    color: #000;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 ._submit_1smp4_6613:hover,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 ._change_1smp4_4460 ._submit_1smp4_6613:focus {
    color: #000;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._navLabel_1smp4_19612 {
    height: 48px;
    padding: 0;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 {
    position: relative;
    box-sizing: border-box;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424:hover ._btnDropdown_1smp4_5445,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424:active ._btnDropdown_1smp4_5445 {
    background-color: #442176;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 {
    display: inline-block;
    height: 48px;
    padding: 0.375rem 0.75rem;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background-color: #442176;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445._open_1smp4_625 {
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #150e2a;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 {
    display: flex;
    align-items: center;
    color: inherit;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._navIcon_1smp4_19651 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 6px;
    background: #ffffff14;
    border-radius: 3px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._navIcon_1smp4_19651 svg {
    font-size: 1.3em;
    opacity: 0.3;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099 {
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 0.45em;
    transition: transform 0.2s ease-out;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099 svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._btnDropdown_1smp4_5445 ._btnContent_1smp4_1778 ._opener_1smp4_2099._open_1smp4_625 {
    transform: rotate(-180deg);
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    box-sizing: border-box;
    width: 100%;
    min-width: auto;
    margin: 0;
    color: #212529;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #442176;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 5px #150e2a;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201._open_1smp4_625 {
    display: block;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201:first-child {
    border-radius: 0;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131 {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-align: inherit;
    background-color: initial;
    border-bottom: 1px solid #3d414a;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:hover,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:focus {
    color: #fff;
    background-color: #2c3240;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not(._active_1smp4_796),
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:not([disabled]) {
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:first-child {
    border-radius: 0;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._settingsMobileNav_1smp4_22359 ._dropdown_1smp4_2424 ._menu_1smp4_1201 ._item_1smp4_131:last-child {
    border-bottom: 1px solid transparent;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navLabel_1smp4_19612 {
    height: 50px;
    color: #fff;
    line-height: 14px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navLabel_1smp4_19612,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 {
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-size: 14px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 {
    height: 52px;
    color: #fff;
    border-bottom: 1px solid #653ba1;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 ._navIcon_1smp4_19651 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 6px;
    background: #ffffff14;
    border-radius: 3px;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740 ._navIcon_1smp4_19651 svg {
    color: #fff;
    font-size: 1.3em;
    opacity: 0.3;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:last-child {
    border-bottom: 0;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740._active_1smp4_796 {
    color: #fff;
    background: #442176;
    border-bottom: 1px solid transparent;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:hover {
    color: #fff;
}
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740:hover ._navIcon_1smp4_19651 svg,
._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 div ._navItem_1smp4_19740._active_1smp4_796 ._navIcon_1smp4_19651 svg {
    opacity: 1;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 {
    position: relative;
    width: 70%;
    padding: 25px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._caption_1smp4_281 {
    margin-bottom: 25px;
    color: inherit;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._alert_1smp4_4621 {
    position: relative;
    margin-bottom: 1.5em;
    padding: 15px;
    font-size: 13px;
    background: #653ba1;
    border-radius: 5px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formLabel_1smp4_20894 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 {
    position: relative;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 {
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input {
    display: none;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input:checked + ._label_1smp4_292:before {
    background: #fdae05;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input:checked + ._label_1smp4_292:after {
    left: calc(100% - 15px);
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292 {
    position: relative;
    display: block;
    width: 33px;
    height: 10px;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #d8d8d82e;
    border-radius: 5px;
    transition: all 0.3s;
    content: "";
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879 label ._formField_1smp4_4452 ._checkBox_1smp4_5854 input + ._label_1smp4_292:after {
    position: absolute;
    top: calc(50% - 9px);
    left: -3px;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s;
    content: "";
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._preferences_1smp4_20879 ._form-checkbox_1smp4_20879:nth-child(odd) {
    background-color: #2c323f;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyDescription_1smp4_22624 {
    margin-bottom: 25px;
    color: inherit;
    font-size: 14px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 {
    position: relative;
    min-height: 400px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 input,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 select {
    background-color: inherit;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629._isLoader_1smp4_15075 {
    min-height: 400px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._loaderBlock_1smp4_239 {
    text-align: center;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._submit_1smp4_6613 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    padding: 9px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background: #fdae05;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.1s linear;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._submit_1smp4_6613:not([disabled]):focus,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._submit_1smp4_6613:not([disabled]):hover {
    background-color: #fdcd2d;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div {
    width: 100%;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div:first-child {
    margin-right: 20px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._inputSelect_1smp4_22679 {
    position: relative;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._inputSelect_1smp4_22679:after {
    position: absolute;
    right: 0.75em;
    bottom: 50%;
    width: 0;
    height: 0;
    border-color: #717787 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    transform: translateY(50%);
    content: "";
    pointer-events: none;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._inputSelect_1smp4_22679 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px !important;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._inputSelect_1smp4_22679 ._inputControl_1smp4_6529 option {
    color: #000;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 {
    position: relative;
    display: inherit;
    width: inherit;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521._hasError_1smp4_6526 input,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521._hasError_1smp4_6526 label {
    border-color: #e86376 !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    background-color: initial;
    border: 1px solid #442176;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529:not([readonly]):focus {
    border-color: #9327b0 !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388 {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 1em;
    color: #e86376;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    background: #150e2a;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388:after {
    position: absolute;
    top: 100%;
    left: 0.5em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #150e2a !important;
    content: "";
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577 {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577:after {
    left: 50%;
    transform: translate(-50%);
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._visible_1smp4_1269 {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 500px) {
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 {
        flex-direction: column;
        margin: 0;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._colHalf_1smp4_22661 > div {
        margin: 0 0 1em;
    }
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 {
    margin-bottom: 1em;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._inputLabel_1smp4_22788 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 label {
    color: inherit;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 label ._btnAppend_1smp4_22798 {
    color: inherit;
    background-color: #442176 !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 label ._btnAppend_1smp4_22798:hover,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 label ._btnAppend_1smp4_22798:focus {
    color: #fff !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 label:hover ._btnAppend_1smp4_22798 {
    color: #fff !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 {
    position: relative;
    display: inherit;
    width: inherit;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521._hasError_1smp4_6526 input,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521._hasError_1smp4_6526 label {
    border-color: #e86376 !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 label {
    position: relative;
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 0 0 15px;
    color: inherit;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 label input[type="file"] {
    position: absolute;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
    opacity: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 label ._btnAppend_1smp4_22798 {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    min-width: 80px;
    height: 34px;
    margin-right: 6px;
    padding: 0 15px;
    color: #fff;
    background: #442176;
    border-radius: 3px;
    transform: translateY(-50%);
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388 {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 1em;
    color: #e86376;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    background: #150e2a;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388:after {
    position: absolute;
    top: 100%;
    left: 0.5em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #150e2a !important;
    content: "";
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577 {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._topRight_1smp4_6577:after {
    left: 50%;
    transform: translate(-50%);
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 div ._inputFile_1smp4_22785 ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._visible_1smp4_1269 {
    visibility: visible;
    opacity: 1;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._message_1smp4_599 {
    font-size: 15px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._message_1smp4_599 ._caption_1smp4_281 {
    margin-bottom: 0.25em;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._message_1smp4_599._failed_1smp4_22901 ._caption_1smp4_281 {
    color: #e86376;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._message_1smp4_599._process_1smp4_22904 ._caption_1smp4_281 {
    color: #fdae05;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 ._message_1smp4_599._success_1smp4_7531 ._caption_1smp4_281 {
    color: #2dc53a;
}
@media (max-width: 500px) {
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629 {
        padding: 0;
        background-color: initial;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629:after,
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._verifyForm_1smp4_22629:before {
        display: none;
    }
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 500px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 {
    position: relative;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    padding: 10px 0;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #3d1d6a;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th {
    width: 20%;
    text-align: center;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td:first-child,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th:first-child {
    text-align: left;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr td:last-child,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table thead tr th:last-child {
    text-align: right;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td {
    min-width: 110px;
    padding: 20px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:first-child {
    padding-left: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child {
    padding-right: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div {
    white-space: nowrap;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._active_1smp4_796 {
    color: #2dc53a;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td div._expired_1smp4_20498 {
    color: #e86376;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th {
    width: 20%;
    text-align: center;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:first-child,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th:first-child {
    text-align: left;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr td:last-child,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._withPager_1smp4_7301 ._list_1smp4_5161 ._responsive_1smp4_20382 table tbody tr th:last-child {
    text-align: right;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 {
    margin-bottom: 25px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._loaderBlock_1smp4_239 {
    text-align: center;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div {
    width: 100%;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._inputLabel_1smp4_22788 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 {
    position: relative;
    display: inherit;
    width: inherit;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521._hasError_1smp4_6526 ._inputControl_1smp4_6529 {
    border-color: #e86376 !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    background-color: initial;
    border: 1px solid #442176;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 ._inputControl_1smp4_6529:not([readonly]):focus {
    border-color: #fdae05;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388 {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 1em;
    color: #e86376;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    background: #150e2a;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388._visible_1smp4_1269 {
    visibility: visible;
    opacity: 1;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._validationWrapper_1smp4_6521 ._tip_1smp4_3388:after {
    position: absolute;
    top: 100%;
    left: 0.5em;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #150e2a !important;
    content: "";
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    background-color: initial;
    border: 1px solid #442176;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._inputControl_1smp4_6529[type="submit"] {
    color: #000;
    font-size: 14px;
    background-color: #fdae05 !important;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-text-fill-color: #000;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._inputControl_1smp4_6529[type="submit"][disabled] {
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div ._inputControl_1smp4_6529[type="submit"]:not(disabled):hover {
    color: inherit;
    background-color: #fdcd2d !important;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div:first-child {
    margin-right: 20px;
}
@media (max-width: 500px) {
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 {
        flex-direction: column;
        margin: 0;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._securityContainer_1smp4_22998 ._inputHalf_1smp4_23004 > div {
        width: 100%;
        margin-bottom: 10px;
    }
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    color: inherit;
    background-color: #261a46;
    border: 1px solid #442176;
    border-radius: 5px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 ._text_1smp4_4376 {
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 button {
    position: relative;
    z-index: 1;
    margin-left: auto;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 img {
    position: absolute;
    top: -100px;
    right: -30px;
    height: 280px;
    opacity: 0.1;
}
@media (max-width: 500px) {
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 {
        flex-direction: column;
        padding: 15px;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 ._text_1smp4_4376 {
        padding: 0 0 15px;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._twoFactor_1smp4_23118 button {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
    }
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 {
    margin-bottom: 12px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
    color: #fff;
    font-size: 13px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 label svg {
    margin-left: 5px;
    font-size: 1em;
    fill: #2dc53a;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    background-color: initial;
    border: 1px solid #442176;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 {
    position: relative;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 ._inputControl_1smp4_6529 {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    background-color: initial;
    border: 1px solid #442176;
    border-radius: 5px !important;
    outline: none !important;
    -webkit-appearance: none;
    touch-action: manipulation;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 ._btnAppend_1smp4_22798 {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 34px;
    margin-right: 6px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    background: #442176;
    border-radius: 3px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 450px) {
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 ._btnAppend_1smp4_22798 {
        min-width: 55px;
    }
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 ._btnAppend_1smp4_22798._approved_1smp4_23229 {
    color: #2dc53a !important;
    cursor: default;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputAppend_1smp4_20352 ._btnAppend_1smp4_22798:hover {
    color: #fff;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._inputEmail_1smp4_23236 {
    padding-left: 40px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._emailIcon_1smp4_23239 {
    position: absolute;
    top: 7px;
    left: 12px;
    color: #261a46;
    font-size: 21px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._emailDescription_1smp4_23246 {
    display: block;
    margin-top: 0.65em;
    color: #aaaeb9;
    font-weight: 400;
    font-size: 12px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._inputRow_1smp4_6510 ._emailNoty_1smp4_4308 {
    display: block;
    margin-top: 0.65em;
    color: #e26700;
    font-weight: 400;
    font-size: 12px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105,
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._plus_1smp4_7106 {
    margin-bottom: 10px;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105 {
    display: flex;
    align-items: center;
    height: 38px;
    margin-left: 12px;
    padding: 0 20px;
    color: #fff;
    background: #442176;
    border-radius: 38px;
    cursor: pointer;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._vk_1smp4_23280 {
    background-color: #2787f5;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._vk_1smp4_23280:hover {
    background-color: #1f6fca;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._fb_1smp4_23286 {
    background-color: #3b5999;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._fb_1smp4_23286:hover {
    background-color: #2c4374;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._ok_1smp4_23292 {
    background-color: #db8a37;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._ok_1smp4_23292:hover {
    background-color: #c47626;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._gl_1smp4_23298 {
    background-color: #db4437;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._gl_1smp4_23298:hover {
    background-color: #c63024;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._st_1smp4_908 {
    background-color: #424242;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._st_1smp4_908:hover {
    background-color: #383838;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._tg_1smp4_21473 {
    background-color: #1e97ca;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._btnSocial_1smp4_4105._tg_1smp4_21473:hover {
    background-color: #1478a2;
}
._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 ._socialContainer_1smp4_4098 ._plus_1smp4_7106 {
    display: flex;
    font-size: 34px;
    line-height: 30px;
}
@media (max-width: 1050px) {
    ._settingsContainer_1smp4_22209 {
        display: block;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 {
        width: 100%;
        padding: 0;
        border-radius: 5px 5px 0 0;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 {
        display: flex;
        align-items: center;
        padding: 15px;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 {
        width: 60px;
        height: 60px;
        margin: 0 15px 0 0;
        padding: 3px;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._avatarBlock_1smp4_19516 ._avatar_1smp4_2792 > div {
        width: 52px !important;
        height: 52px !important;
    }
    ._settingsContainer_1smp4_22209 ._sidebar_1smp4_19506 ._head_1smp4_917 ._name_1smp4_266 {
        max-width: 100%;
        margin: 0;
    }
    ._settingsContainer_1smp4_22209 ._settingsContent_1smp4_22535 {
        width: 100%;
        padding: 15px;
    }
}
._sweepstakesContainer_1smp4_23355 {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 {
    display: flex;
    flex-wrap: wrap;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 p {
    font-size: 16px;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 p:first-child {
    margin-top: 20px;
}
@media (max-width: 1100px) {
    ._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 p {
        font-size: 13px;
    }
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 {
    z-index: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._title_1smp4_5998 {
    margin: 1rem 0 0.6rem;
    color: #fff;
    font-weight: 500;
    font-size: 2.25rem;
    text-align: center;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._description_1smp4_308 {
    max-width: 23rem;
    color: #fff;
    font-size: 1.063rem;
    text-align: center;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 80vw;
    max-width: 420px;
    height: 250px;
    margin-top: 40px;
    text-align: center;
    background-color: #1c2028;
    border: 7px dashed #fff;
    border-radius: 15px;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286._active_1smp4_796 {
    background-color: #047cfb;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286 ._hover_1smp4_23465 {
    width: 80%;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286 ._x_1smp4_23468 {
    font-size: 100px;
    -webkit-user-select: none;
    user-select: none;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286._amount_1smp4_23472 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286._amount_1smp4_23472 ._open_1smp4_625 {
    width: 150px;
    margin: -30px auto 20px;
    padding: 3px 0 4px;
    font-size: 20px;
    background-color: color-side-first;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286._amount_1smp4_23472 ._open_1smp4_625:hover {
    background-color: #2dc53a;
}
._sweepstakesContainer_1smp4_23355 ._sweepstakesBlock_1smp4_23399 ._noTickets_1smp4_23419 ._card_1smp4_11286._amount_1smp4_23472 ._open_1smp4_625:disabled {
    background-color: #fcae03;
}
@media (max-width: 900px) {
    ._sweepstakesContainer_1smp4_23355 {
        padding: 15px;
    }
    ._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._sweepstakesContainer_1smp4_23355 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._tosContainer_1smp4_23509 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 h2:first-child {
    margin-top: 20px;
}
._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}
._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 p:first-child {
    margin-top: 20px;
    color: #fff;
}
@media (max-width: 1100px) {
    ._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._tosContainer_1smp4_23509 ._tosBlock_1smp4_23552 p {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    ._tosContainer_1smp4_23509 {
        padding: 15px;
    }
    ._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._tosContainer_1smp4_23509 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._termsPartnersContainer_1smp4_23600 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 {
    display: flex;
    flex-wrap: wrap;
    color: inherit;
}
._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 h2:first-child {
    margin-top: 20px;
}
._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}
._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 p:first-child {
    margin-top: 20px;
    color: #fff;
}
@media (max-width: 1100px) {
    ._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 p {
        font-size: 14px;
    }
}
@media (max-width: 480pxpx) {
    ._termsPartnersContainer_1smp4_23600 ._termsPartnersBlock_1smp4_23643 p {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    ._termsPartnersContainer_1smp4_23600 {
        padding: 15px;
    }
    ._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._termsPartnersContainer_1smp4_23600 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._tournamentSection_1smp4_23691 {
    padding-bottom: 0;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1250px;
    height: 140px;
    margin-bottom: 20px;
    padding: 20px 30px;
    overflow: hidden;
    background: #442176;
    border-radius: 2px;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/tournamentBackground-C_mWipfQ.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 {
    position: relative;
    z-index: 1;
    width: 100%;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
    white-space: nowrap;
    text-transform: uppercase;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: #2dc53a;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._icon_1smp4_431 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._caption_1smp4_281 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    margin-left: 5px;
    vertical-align: initial;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._tagLine_1smp4_12442 {
    max-width: 290px;
    color: #ffffffa6;
    white-space: pre-line;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 ._tagLine_1smp4_12442 ._timer_1smp4_4696 {
    color: #fff;
}
@media (max-width: 1365px) {
    ._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 {
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._tournamentContent_1smp4_12395 {
        pointer-events: none;
    }
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._itemFigure_1smp4_12461 {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._itemFigure_1smp4_12461 img {
    width: auto;
    height: 100%;
    pointer-events: none;
}
@media (max-width: 1200px) {
    ._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._itemFigure_1smp4_12461 img {
        opacity: 0.2;
    }
}
._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 ._itemFigure_1smp4_12461 ._btnMore_1smp4_12480 {
    position: absolute;
    right: 30px;
    z-index: 2;
    display: flex;
    height: 40px;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    background: #9327b0;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease-in;
}
@media (max-width: 800px) {
    ._tournamentSection_1smp4_23691 ._onPageTournamentSection_1smp4_23694 {
        height: 124px;
        padding: 20px;
    }
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 {
    padding: 25px;
    background: #3d1d6a;
    border-radius: 5px 5px 0 0;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    font-size: 18px;
    text-align: center;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._avatar_1smp4_2792 {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._avatar_1smp4_2792 > div {
    width: 100% !important;
    height: 100% !important;
    font-family: Rubik, Arial, sans-serif;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._headBlock_1smp4_18126 ._date_1smp4_232 {
    margin-top: 2px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0 0;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    margin-right: 15px;
    padding: 12px 5px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #9327b0;
    border-radius: 6px;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 2px;
    color: #fff;
    font-weight: 500;
    font-size: 0.85em;
    text-transform: uppercase;
}
@media (max-width: 360px) {
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
        font-size: 0.75em;
    }
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdae05;
    font-weight: 500;
    font-size: 16px;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779._positive_1smp4_9073 {
    color: #2dc53a !important;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779._neutral_1smp4_18202 {
    color: #fdae05 !important;
}
._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 svg {
    position: relative;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 3px;
}
@media (max-width: 700px) {
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 {
        padding: 20px 10px 10px;
    }
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 {
        flex-wrap: wrap;
    }
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 {
        width: calc(50% - 10px);
        margin: 5px;
    }
}
@media (max-width: 400px) {
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._label_1smp4_292 {
        max-width: 125px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis;
    }
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 {
        font-size: 13px;
    }
    ._tournamentSection_1smp4_23691 ._profileHead_1smp4_18102 ._statsBlock_1smp4_18156 ._item_1smp4_131 ._value_1smp4_779 svg {
        top: 0;
        width: 11px;
        height: 11px;
        margin-right: 3px;
    }
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 {
    display: flex;
    background: #3d1d6a;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._left_1smp4_931 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    color: #fff;
    white-space: pre-line;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._left_1smp4_931 span {
    display: block;
    width: 100%;
    text-align: left;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._left_1smp4_931 span._places_1smp4_23978 {
    display: inline;
    color: #fff;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 15px;
    text-align: right;
    background: #442176;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-left: 3px dotted #3d1d6a;
    content: "";
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._emoji_1smp4_4640 {
    display: flex;
    align-items: center;
    height: 34px;
    margin-right: 10px;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._emoji_1smp4_4640 img {
    width: 34px;
    height: 34px;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 {
    white-space: nowrap;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013 {
    color: color-text-fourth;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013 ._bet_1smp4_414 {
    display: inline-flex;
    align-items: center;
    color: #2dc53a;
    font-weight: inherit;
    font-size: inherit;
    text-transform: uppercase;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013 ._bet_1smp4_414 ._content_1smp4_422 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013 ._bet_1smp4_414 ._icon_1smp4_431 {
    width: auto;
    height: auto;
    vertical-align: initial;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013 ._bet_1smp4_414 ._icon_1smp4_431._widthAuto_1smp4_436 {
    width: auto;
    height: auto;
    margin-left: 5px;
    vertical-align: initial;
}
._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 ._stroke_1smp4_24013:first-child {
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 700px) {
    ._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 {
        flex-direction: column;
    }
    ._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._left_1smp4_931 {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    ._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 {
        justify-content: center;
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    ._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940:before {
        width: 100%;
        height: 0;
        border: 0;
        border-top: 3px dotted #3d1d6a;
    }
    ._tournamentSection_1smp4_23691 ._raceInfo_1smp4_23961 ._right_1smp4_940 ._text_1smp4_4376 {
        text-align: center;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1124px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 {
        padding-bottom: 0;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #442176;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (max-width: 1124px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 {
        width: 100%;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background: #653ba1;
    border-radius: 5px 5px 0 0;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 100px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499:not(._active_1smp4_796):hover {
    color: #fff;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499._active_1smp4_796 {
    color: #fff;
    background: #fdae05;
}
@media (max-width: 600px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logNav_1smp4_18270 ._btn_1smp4_499 {
        height: 32px;
        margin: 0;
        font-size: 12px;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 {
    position: relative;
    height: calc(100% - 100px);
    min-height: 320px;
    padding: 5px 25px 0;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 {
    height: calc(100% - 95px);
    overflow: hidden;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301._isLoading_1smp4_7304 tbody {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 {
    position: relative;
    height: 100%;
    overflow-x: scroll;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161._isLoader_1smp4_15075 {
    min-height: 500px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._empty_1smp4_635 h4 {
    font-size: 24px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    font-size: 18px;
    text-align: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 {
    width: 100%;
    color: #fff;
    border-collapse: initial;
    border-spacing: 0;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 tr:last-child td {
    border-bottom: none;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th {
    width: 20%;
    height: 36px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #2f3543;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th:first-child {
    text-align: left;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th:last-child {
    text-align: right;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 {
    z-index: 1;
    color: #ffffff7d;
    text-transform: uppercase;
    cursor: pointer;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th ._value_1smp4_779 svg {
    margin-bottom: 1px;
    margin-left: 7px;
    fill: #ffffff7d;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td {
    width: 20%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: center;
    border-bottom: 1px solid #653ba1;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 {
    display: flex;
    align-items: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 button {
    margin-left: 5px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    background: initial;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 button:hover {
    color: #fff;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 button ._name_1smp4_266 {
    position: relative;
    display: inline;
    white-space: nowrap;
}
@media (max-width: 1000px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 button ._name_1smp4_266 {
        display: block;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._user_1smp4_251 button ._name_1smp4_266._my_1smp4_24270 {
    color: #fff !important;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td svg {
    margin-right: 3px;
    color: #ffffff7d;
    font-size: inherit;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._default_1smp4_10405 {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._positive_1smp4_9073 {
    color: #2dc53a;
    font-weight: 500;
    white-space: nowrap;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._positive_1smp4_9073 svg {
    color: #2dc53a;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td:first-child {
    text-align: left;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td:last-child {
    text-align: right;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._date_1smp4_232 {
    display: inline-block;
    text-align: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430 {
    display: flex;
    align-items: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 {
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td._system_1smp4_18430._popover_1smp4_18434 ._icon_1smp4_431 {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 4px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}
._tournamentSection_1smp4_23691
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434
    ._icon_1smp4_431
    svg {
    display: block;
    width: 13px;
    height: 13px;
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 th {
        padding: 0 10px;
    }
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td,
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logTable_1smp4_18359 td ._value_1smp4_779 {
        font-size: 11px;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 {
    overflow-x: scroll;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 {
    width: 100%;
    color: #fff;
    border-collapse: initial;
    border-spacing: 0;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
    width: 25%;
    height: 36px;
    color: #ffffff7d;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #2f3543;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:first-child {
    text-align: left;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:last-child {
    text-align: right;
}
@media (max-width: 800px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(2) {
        text-align: left;
    }
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(1) {
        display: none;
    }
}
@media (max-width: 500px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(3) {
        text-align: right;
    }
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th:nth-child(4) {
        display: none;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td {
    width: 25%;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
    border-bottom: 1px solid #2e3542;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td svg {
    margin-right: 3px;
    color: #ffffff7d;
    font-size: inherit;
}
@media (max-width: 800px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(2) {
        text-align: left;
    }
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(1) {
        display: none;
    }
}
@media (max-width: 500px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(4) {
        display: none;
    }
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:nth-child(3) {
        text-align: right;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._default_1smp4_10405 {
    color: #fff;
    font-weight: 700;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._positive_1smp4_9073 {
    color: #2dc53a;
    font-weight: 700;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:first-child {
    text-align: left;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td:last-child {
    text-align: right;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._date_1smp4_232 {
    display: inline-block;
    text-align: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td._system_1smp4_18430 {
    display: flex;
    align-items: center;
}
._tournamentSection_1smp4_23691
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logScroll_1smp4_18500
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434 {
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}
._tournamentSection_1smp4_23691
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logScroll_1smp4_18500
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434
    ._icon_1smp4_431 {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: 4px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}
._tournamentSection_1smp4_23691
    ._logContainer_1smp4_18242
    ._logComponent_1smp4_18257
    ._logWrapper_1smp4_18305
    ._withPager_1smp4_7301
    ._list_1smp4_5161
    ._logScroll_1smp4_18500
    ._logTable_1smp4_18359
    td._system_1smp4_18430._popover_1smp4_18434
    ._icon_1smp4_431
    svg {
    display: block;
    width: 13px;
    height: 13px;
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td,
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
        padding: 0 10px;
    }
}
@media (max-width: 400px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 td,
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._withPager_1smp4_7301 ._list_1smp4_5161 ._logScroll_1smp4_18500 ._logTable_1smp4_18359 th {
        font-size: 12px;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    list-style: none;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 {
    display: flex;
    align-items: center;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
    max-width: 45px;
    height: 40px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._inputBlock_1smp4_7230 ._inputField_1smp4_7234 {
        max-width: 40px;
        height: 35px;
    }
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: -1px;
    padding: 0 12px;
    color: #fff;
    line-height: 1.25;
    background: none;
    border: 1px solid #653ba1;
    border-radius: 5px;
    cursor: pointer;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:hover {
    color: #fff;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 svg {
    display: block;
    width: 12px;
    height: 12px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:first-child svg {
    margin-right: 3px;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247:last-child svg {
    margin-left: 3px;
    transform: scale(-1);
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 > span {
    display: flex;
    align-items: center;
    line-height: 0;
}
._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 ._pagerBtn_1smp4_7247 {
        height: 35px;
    }
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 ._pager_1smp4_7223 {
        padding: 15px;
    }
}
@media (max-width: 900px) {
    ._tournamentSection_1smp4_23691 ._logContainer_1smp4_18242 ._logComponent_1smp4_18257 ._logWrapper_1smp4_18305 {
        padding: 5px 5px 0;
    }
}
._tournamentsContainer_1smp4_24550 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #442176;
    border-radius: 6px;
}
._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 {
    position: relative;
    margin: -25px -25px 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    background: #3d1d6a;
    border-radius: 6px 6px 0 0;
}
._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 ._caption_1smp4_281 {
    position: relative;
    margin-top: -3px;
}
._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722:after {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 30%;
    height: 300%;
    margin-left: -15%;
    background: #ffffff08;
    transform: rotate(25deg);
    content: "";
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 {
    width: 33.33333%;
    margin-top: 30px;
    padding: 0 15px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 {
    position: relative;
    align-items: center;
    width: 100%;
    background: #3d1d6a;
    border-radius: 5px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 ._labels_1smp4_24611 {
    position: absolute;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 ._labels_1smp4_24611 ._badge_1smp4_741 {
    padding: 5px 15px 5px 5px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 25px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 ._labels_1smp4_24611 ._badge_1smp4_741._tournament_1smp4_11750 {
    color: #000;
    background-color: #fdae05;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 ._labels_1smp4_24611 ._badge_1smp4_741._weekend_tournament_1smp4_24624 {
    background-color: #e8650b;
}
@media (max-width: 480px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 ._labels_1smp4_24611 ._badge_1smp4_741 {
        font-size: 10px;
    }
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._image_1smp4_5000 img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 {
    position: relative;
    align-items: center;
    padding: 15px;
    font-size: 13px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span._ended_1smp4_21774 {
    color: #f54949;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span._active_1smp4_796 {
    color: #2dc53a;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 span svg {
    margin-bottom: 2px;
}
@media (min-width: 600px) and (max-width: 800px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 {
        font-size: 12px;
    }
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._info_1smp4_731 ._col_1smp4_15057 ._nubmer_1smp4_21793 {
    display: inline-block;
    padding-left: 22px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    text-align: center;
    background: #3d1d6a;
    border-radius: 0 0 6px 6px;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._time_1smp4_4696 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._time_1smp4_4696 span {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
}
._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 ._box_1smp4_5174 ._date_1smp4_232 ._btn_1smp4_499 {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 110px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    border: 1px solid hsla(0, 0%, 100%, 0.09);
}
@media (max-width: 1490px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 {
        width: 50%;
    }
}
@media (max-width: 600px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 {
        width: 100%;
    }
}
@media (min-width: 900px) and (max-width: 1024px) {
    ._tournamentsContainer_1smp4_24550 ._tournamentsBlock_1smp4_24593 ._item_1smp4_131 {
        width: 100%;
    }
}
@media (max-width: 900px) {
    ._tournamentsContainer_1smp4_24550 {
        padding: 15px;
    }
    ._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 {
        margin: -15px -15px 0;
        padding: 20px;
    }
    ._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 ._caption_1smp4_281 h1 {
        font-size: 20px;
    }
    ._tournamentsContainer_1smp4_24550 ._headerBlock_1smp4_10722 ._info_1smp4_731 {
        font-size: 13px;
    }
}
._tournamentsContainer_1smp4_24550 ._nothingFound_1smp4_18087 {
    position: relative;
    width: calc(100% + 15px);
    min-height: 150px;
    margin-top: 135px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #150e2a;
}
._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 ._logo_1smp4_3203 {
    position: absolute;
    top: calc(50% - 143px);
    left: calc(50% - 115px);
    display: block;
    width: auto;
    height: 230px;
    opacity: 0.75;
    pointer-events: none;
}
._staticGameLoader_1smp4_15419 ._loaderBlock_1smp4_239 ._spinnerBlock_1smp4_7336 {
    position: absolute;
    top: calc(50% + 2.5rem);
    left: 25%;
    display: block;
    width: 50%;
    opacity: 0.75;
    pointer-events: none;
}
._loaderComponent_1smp4_24799 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 4.75rem;
    height: 0.75rem;
    margin: auto;
    background-color: #261a46;
    border-radius: 4rem;
}
._loaderComponent_1smp4_24799._dark_1smp4_24811 {
    background-color: #150e2a;
}
._loaderComponent_1smp4_24799 ._inner_1smp4_10319 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fdae05;
    border-radius: 4rem;
    animation: _loaderAnimation_1smp4_1 0.8s infinite;
    will-change: left, right;
}
@keyframes _loaderAnimation_1smp4_1 {
    0% {
        right: 4rem;
        left: 0.125rem;
    }
    5% {
        left: 0.125rem;
    }
    50% {
        right: 0.125rem;
        left: 4rem;
    }
    55% {
        right: 0.125rem;
    }
    to {
        right: 4rem;
        left: 0.125rem;
    }
}
._d-none_1smp4_24847 {
    display: none !important;
}
._text-white_1smp4_24851 {
    color: #fff !important;
}
._mb-0_1smp4_24855 {
    margin-bottom: 0 !important;
}
._pt-2_1smp4_24859 {
    padding-top: 0.5rem !important;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
@media (min-width: 901px) {
    a:not([href]):hover {
        color: inherit;
        text-decoration: none;
    }
}
