@import url("https://fonts.googleapis.com/css?family=Exo+2:600,800|Open+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
}

::-moz-selection {
    background: #110f25;
    color: #fff;
}

::selection {
    background: #1d2539;
    color: #fff;
}

html {
    font-size: 14px;
}

body { 
    background: #0e1425;
    color: #fff;
    font-family: Exo, sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

/*body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}*/

body.hidden {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

a,
button {
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

a {
    transition: .15s all;
    color: #ffffffba;
}

a:hover {
    color: #b1a5e7cc;
}

a:active,
a:focus {
    outline: none;
}

.text-white {
    color: #fff!important;
}
.text-white-50 {
    font-size: .9rem;
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.wrapper {
    min-height: 100vh;
    min-width: 320px;
    position: relative;
    width: 100%;
}

.wrapper .page {
    position: relative;
    padding-left: 80px;
    padding-right: 300px;
    -webkit-flex: auto;
    flex: auto;
}

.wrapper .main-content {
    padding: 140px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper .main-content .main-content-top {
    -webkit-flex: auto;
    flex: auto;
    position: relative;
    min-height: 280px;
}

.wrapper .main-content .main-content-footer {
    -webkit-flex: none;
    flex: none;
}

.wrapper .main-content .section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    transition: .15s all;
}

.wrapper .main-content .section.promo {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.blue-bg {
    background: #4986f5 !important;
}

.color-blue {
    color: #4986f5 !important;
}

.primary-bg {
    background: #4986f5 !important;
}

.color-primary {
    color: #4986f5 !important;
}

.green-bg {
    background: #62ca5b !important;
}

.color-green {
    color: #62ca5b !important;
}

.pink-bg {
    background: #e86376 !important;
}

.color-pink {
    color: #e86376 !important;
}

.light-bg {
    background: #828f9a !important;
}

.color-light {
    color: #828f9a !important;
}

.medium-bg {
    background: #20242d !important;
}

.color-medium {
    color: #20242d !important;
}

.middark-bg {
    background: #2c323f !important;
}

.color-middark {
    color: #2c323f !important;
}

.dark-bg {
    background: #1c2028 !important;
}

.color-dark {
    color: #1c2028 !important;
}

.white-bg {
    background: #fff !important;
}

.color-white {
    color: #fff !important;
}

.ethereum-bg {
    background: #616991 !important;
}

.color-ethereum {
    color: #616991 !important;
}

.warning-bg {
    background: #ffc645 !important;
}

.color-warning {
    color: #ffc645 !important;
}

.orange-bg {
    background: #fd9e35 !important;
}

.color-orange {
    color: #fd9e35 !important;
}

.no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.relative {
    position: relative;
}

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

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

.negative {
    color: #e86376 !important;
}

.positive {
    color: #62ca5b !important;
}

.heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.typography p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #c6d0e8;
    font-weight: 300;
    letter-spacing: 0.15px;
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography h1:last-child,
.typography h2:last-child {
    margin-bottom: 20px;
}

.typography a {
    color: #6bceff;
}

.tick-list {
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tick-list,
.tick-list .tick-badge {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.tick-list .tick-badge {
    -webkit-align-items: center;
    background: #3584fd;
    height: 30px;
    width: 72px;
    margin: 0 auto 12px;
    align-items: center;
    border-radius: 100px;
}

.tick-list li {
    padding: 0;
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.15px;
    text-align: center;
    width: 100%;
}

.tick-list li:last-child {
    margin-bottom: 0;
}

.tick-list li i {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
    color: #4986f5;
}

.form-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-label.big {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.form-field {
    position: relative;
}

.form-field:hover .right-icon {
    color: #4986f5;
}

.form-field:hover .right-icon svg {
    fill: #4986f5;
}

.form-field .right-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px;
    height: calc(100% - 2px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    border-radius: 6px;
    background: #333a4a;
}

.form-field .right-icon svg {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    display: block;
}

.form-field .right-icon.reversed svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-field.hasArrow:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0.75em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    border-color: #717787 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}

.form-field select {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    -webkit-appearance: none;
}

.form-field select:focus {
    border-color: #4986f5;
}

.form-row {
    margin-bottom: 20px;
}

.form-row.inline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-row.inline .form-field,
.form-row.inline .form-label {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.form-row.inline .form-label {
    padding-right: 20px;
}

.hasError .input-field {
    border-color: #e86376 !important;
}

.input-field {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif;
}

.input-field:not([readonly]):focus {
    border-color: #4986f5;
}

.input-field.input-green:not([readonly]):focus {
    border-color: #62ca5b;
}

.input-field::-webkit-input-placeholder {
    color: #4e5a61;
}

.input-field::-ms-input-placeholder {
    color: #4e5a61;
}

.input-field::placeholder {
    color: #4e5a61;
}

.input-field[type="button"] {
    cursor: pointer;
    text-align: left;
    -webkit-appearance: button;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    outline: none;
}

.input-field:disabled {
    background: #212833;
}

.input-field.text-gray {
    color: #99a3b8;
}

.input-field.small-text {
    font-size: 11px;
}

.buttons-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #252b34;
    border-radius: 6px;
    overflow: hidden;
}

.buttons-group.isMobile {
    position: absolute;
    z-index: 3;
    border: 1px solid #4986f5;
    top: -21px;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
}

.buttons-group.isMobile.focus {
    opacity: 1;
    visibility: visible;
}

.buttons-group.isMobile .btn-action {
    padding: 12px 5px;
    color: #93a5c5;
    border-right: 1px solid #3e4654;
}

.buttons-group.isMobile .btn-action:last-child {
    border-right: 0;
}

.buttons-group .btn-action {
    -webkit-flex: auto;
    flex: auto;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 12px;
    color: #5e6a7f;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 9px 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    background: #333a48;
    outline: none !important;
    font-weight: 400;
    border-radius: 0;
}

.buttons-group .btn-action:hover {
    background: #373e4c;
    color: #4986f5;
}

.buttons-group .btn-action.isActive {
    color: #fff;
    background-color: #4986f5;
    cursor: default;
    border-radius: 3px;
}

.buttons-group.buttons-group--tall .btn-action {
    min-height: 36px;
    font-size: 12px;
    color: #fff;
}

.btn-edit {
    padding: 0 !important;
}

.btn-edit.isActive .form-row {
    opacity: 1;
    visibility: visible;
}

.btn-edit.isActive .input-field {
    cursor: text;
}

.btn-edit .form-row {
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    opacity: 0;
}

.btn-edit .form-field,
.btn-edit .input-valid {
    height: 100%;
}

.btn-edit .input-field {
    height: 100%;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon.input-with-left-icon input {
    padding-left: 35px;
}

.input-with-icon.input-with-left-icon .input-left-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
}

.input-with-icon.input-with-left-icon .input-left-icon i {
    font-size: 16px;
    display: block;
}

.input-with-icon.input-with-left-icon .input-left-icon img {
    width: 16px;
    display: block;
}

.grouped-fields {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
}

.grouped-fields .form-row {
    width: 100%;
    margin: 0 -6px 0 0;
}

.grouped-fields .input-field {
    border-radius: 0;
    -webkit-flex: auto;
    flex: auto;
    margin-right: -6px;
}

.grouped-fields .input-field:first-child {
    border-radius: 6px 0 0 6px;
}

.grouped-fields .input-field:last-child {
    border-radius: 0 6px 6px 0;
    margin-right: 0;
}

.grouped-fields .input-with-icon {
    margin-right: -6px;
}

.grouped-fields .btn {
    -webkit-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    position: absolute;
}

.ps__rail-y {
    width: 15px;
    right: 0;
    left: auto !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: initial;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    opacity: 0.9;
}

.ps__thumb-x {
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #434b53;
    border-radius: 6px;
    position: absolute;
}

.ps__thumb-y {
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #434b53;
    height: 8px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #434b53;
    width: 8px;
}

.scrollbar-container {
    position: relative;
    height: 100%;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: rgba(47, 57, 70, 0.95);
    background-clip: padding-box;
    border: 1px solid #242932;
    border-radius: 0.3rem;
}

.popover,
.popover .arrow {
    position: absolute;
    display: block;
}

.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: #242932;
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: #242932;
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: #242932;
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid rgba(41, 50, 61, 0.95);
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: #242932;
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: rgba(47, 57, 70, 0.95);
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: rgba(41, 50, 61, 0.95);
    border-bottom: 1px solid rgba(31, 37, 46, 0.95);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    -webkit-align-items: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth-buttons .btn {
    padding: 9px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.auth-buttons .btn .icon {
    margin-left: 5px;
}

.auth-buttons .btn:first-child {
    margin-right: 10px;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    color: #e9e9e9;
    border: 1px solid #121827;
}
.auth-buttons .btn:first-child:hover {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    border-color: #0D1322;
    color: #F9F9F9;
}
.auth-buttons .btn:nth-child(2) {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    border-color: #172037;
    color: #FFF;
    transition: .15s all;
}
.auth-buttons .btn:nth-child(2):hover {
    opacity: .9;
}

.btn:hover {
    color: inherit;
}

.btn[disabled] {
    opacity: 0.8;
    pointer-events: none;
    cursor: not-allowed;
}

.btn.hasP span:first-letter {
    color: #6bceff;
}

.btn.lg {
    padding: 13px 30px;
}

.btn.sm {
    font-size: 11px;
    padding: 5px 13px;
    letter-spacing: 0.28px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn.withBadge {
    position: relative;
}

.btn-with-input {
    background-color: #1c2028;
    padding: 6px;
}

.btn-with-input.isActive {
    background-color: #4986f5;
}

.btn-with-input .input-field {
    height: 28px;
    line-height: 28px;
}

.btn-reset {
    background-color: #1c2028;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn-reset.isActive {
    background-color: #4986f5;
}

.btn-clear {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 11px 20px;
    background: #333a48;
    color: #5e6a7f;
    font-weight: 400;
}

.btn-clear.isMobile {
    margin-top: auto;
    margin-bottom: 20px;
    height: 44px;
    width: calc(50% - 5px);
}

.btn-clear:hover {
    background: #373e4c;
    color: #4986f5;
}

.btn.isActive {
    cursor: default;
}

.btn:not(.btn-light).btn-blue {
    background: #4986f5;
}

.btn:not(.btn-light).btn-blue:not(.disabled):hover {
    background: #1966f2;
}

.btn:not(.btn-light).btn-primary {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    transition: .2s opacity;
}

.btn:not(.btn-light).btn-primary:not(.disabled):hover {
    opacity: .9;
}

.btn:not(.btn-light).btn-warning {
    background: #ffc645;
}

.btn:not(.btn-light).btn-warning:not(.disabled):hover {
    background: #ffb612;
}

.btn:not(.btn-light).btn-green {
    background: #62ca5b;
}

.btn:not(.btn-light).btn-green:not(.disabled):hover {
    background: #43b73b;
}

.btn:not(.btn-light).btn-gray {
    background: #272d39;
}

.btn:not(.btn-light).btn-gray:not(.disabled):hover {
    background: #12151b;
}

.btn:not(.btn-light).btn-black {
    background: #1c2028;
}

.btn:not(.btn-light).btn-black:not(.disabled):hover {
    background: #07080a;
}

.btn:not(.btn-light).btn-yellow {
    background: #ffd000;
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #cca600;
}

.btn:not(.btn-light).btn-red {
    background: #e86376;
}

.btn:not(.btn-light).btn-red:not(.disabled):hover {
    background: #e1374f;
}

.btn:not(.btn-light).btn-light-gray {
    background: #3a4151;
}

.btn:not(.btn-light).btn-light-gray:not(.disabled):hover {
    background: #252933;
}

.btn:not(.btn-light).btn-transparent,
.btn:not(.btn-light).btn-transparent:not(.disabled):hover {
    background: transparent;
}

.btn:not(.btn-light).btn-yellow {
    color: #65550e;
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #ffd933;
}

.btn:not(.btn-light).btn-warning {
    color: rgba(0, 0, 0, 0.6);
}

.btn:not(.btn-light).btn-transparent {
    color: #7d8a98;
}

.btn:not(.btn-light).btn-transparent:hover {
    color: #fff;
}

.btn-link {
    padding: 0;
    background-color: initial;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    border-radius: 0;
    color: #4986f5;
    height: inherit !important;
    width: inherit !important;
}

.btn-link:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn.btn-light {
    background: transparent;
    color: #5e6a7f;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    box-shadow: none;
}

.btn.btn-light:not(.disabled):hover {
    background: #7373ff;
    border-color: #7373ff;
    color: #fff;
}

.btn.btn-light.btn-blue {
    color: #fff;
    border-color: #4986f5;
}

.btn.btn-light.btn-blue:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5;
}

.btn.btn-light.btn-blue.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.btn.btn-light.btn-primary {
    color: #fff;
    border-color: #4986f5;
}

.btn.btn-light.btn-primary:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5;
}

.btn.btn-light.btn-primary.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.btn.btn-light.btn-warning {
    color: #fff;
    border-color: #ffc645;
}

.btn.btn-light.btn-warning:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #ffc645;
    color: #ffc645;
}

.btn.btn-light.btn-warning.isActive {
    background: #ffc645;
    border-color: #ffc645;
    color: #fff;
}

.btn.btn-light.btn-green {
    color: #fff;
    border-color: #62ca5b;
}

.btn.btn-light.btn-green:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #62ca5b;
    color: #62ca5b;
}

.btn.btn-light.btn-green.isActive {
    background: #62ca5b;
    border-color: #62ca5b;
    color: #fff;
}

.btn.btn-light.btn-gray {
    color: #fff;
    border-color: #272d39;
}

.btn.btn-light.btn-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #272d39;
    color: #272d39;
}

.btn.btn-light.btn-gray.isActive {
    background: #272d39;
    border-color: #272d39;
    color: #fff;
}

.btn.btn-light.btn-black {
    border-color: #1c2028;
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #1c2028;
    color: #1c2028;
}

.btn.btn-light.btn-black.isActive {
    background: #1c2028;
    border-color: #1c2028;
    color: #fff;
}

.btn.btn-light.btn-yellow {
    color: #fff;
    border-color: #ffd000;
}

.btn.btn-light.btn-yellow:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #ffd000;
    color: #ffd000;
}

.btn.btn-light.btn-yellow.isActive {
    background: #ffd000;
    border-color: #ffd000;
    color: #fff;
}

.btn.btn-light.btn-red {
    color: #fff;
    border-color: #e86376;
}

.btn.btn-light.btn-red:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #e86376;
    color: #e86376;
}

.btn.btn-light.btn-red.isActive {
    background: #e86376;
    border-color: #e86376;
    color: #fff;
}

.btn.btn-light.btn-light-gray {
    color: #fff;
    border-color: #3a4151;
}

.btn.btn-light.btn-light-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #3a4151;
    color: #3a4151;
}

.btn.btn-light.btn-light-gray.isActive {
    background: #3a4151;
    border-color: #3a4151;
    color: #fff;
}

.btn.btn-light.btn-transparent {
    color: #fff;
    border-color: transparent;
}

.btn.btn-light.btn-transparent:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.btn.btn-light.btn-transparent.isActive {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.btn.btn-light.btn-black {
    color: #fff;
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    color: #8a96ab;
}

.btn .btn-badge {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #4986f5;
    top: -13px;
    right: -8px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
}

.btn.btn-bet-clear {
    position: absolute;
    background: transparent;
    right: 6px;
    top: 11px;
    font-size: 10px;
    padding: 5px;
    color: #7f8596;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.5;
}

.btn.btn-bet-clear.isActive {
    opacity: 1;
}

.btn.btn-bet-clear:hover {
    color: #9ba0ad;
    opacity: 1;
}

.logo {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 24px;
    display: block;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo,
.logo:focus {
    outline: none;
}

.logo img {
    display: block;
    max-width: 100%;
    padding: 0;
    height: auto;
    width: 50px;
}

.logo:hover {
    color: #4986f5;
    opacity: 0.8;
}

.header .logo {
    display: none;
}

.header .logo img {
    width: 119px;
    max-width: 100%;
    padding: 0 5%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-toggle {
    padding: 10px 30px 10px 15px;
    -webkit-transition: none;
    transition: none;
}

.dropdown .dropdown-toggle,
.dropdown .dropdown-toggle .image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.dropdown .dropdown-toggle .image {
    position: relative;
    margin-right: 9px;
}

.dropdown .dropdown-toggle .image img {
    width: 16px;
}

.dropdown .opener {
    border: none;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    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;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown.show .dropdown-menu {
    display: block;
}

.dropdown.show .opener {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.dropdown .dropdown-error {
    padding: 0.5em;
    text-align: center;
    font-weight: 700;
    color: #e86376;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-width: 10rem;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #2f3542;
    background-clip: padding-box;
    will-change: max-height;
    border-radius: 6px;
}

.dropdown-menu:focus {
    outline: none;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    outline: none;
    clear: both;
    font-weight: 400;
    color: #7f8596;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background: #2b303c;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #363c4b;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: initial;
}

.dropdown-item .image {
    height: 19px;
    position: relative;
    width: 27px;
    margin-right: 15px;
}

.dropdown-item .image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.bottom-start.dropdown.show .btn {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #3a4152;
}

.bottom-start.dropdown.show .dropdown-item:last-child,
.bottom-start.dropdown.show .dropdown-menu {
    border-radius: 0 0 6px 6px;
}

.top-start.dropdown.show .btn {
    border-top: 1px solid #3a4152;
    border-radius: 0 0 6px 6px;
}

.top-start.dropdown.show .dropdown-item:first-child,
.top-start.dropdown.show .dropdown-menu {
    border-radius: 6px 6px 0 0;
}

.rounded.dropdown.show .dropdown-menu {
    margin-top: 3px;
    border-radius: 6px;
}

.rounded.dropdown.show .dropdown-item:first-child,
.rounded.dropdown.show .dropdown-item:last-child {
    border-radius: 6px;
}

.animated-number {
    position: relative;
}

.animated-number .animated-block {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
    color: #e86376;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: balance;
    animation-name: balance;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    width: 100%;
}

.animated-number.isPositive .animated-block {
    color: #62ca5b;
    animation-direction: reverse;
}

.animated-number.isAnimate .animated-block {
    -webkit-animation-name: isSlidingFrame;
    animation-name: isSlidingFrame;
}

.deposit-wrap .tooltip-helper {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.deposit-wrap .tooltip-helper .wrap {
    padding: 7px 15px;
    font-size: 14px;
    background: #20242d;
    border: 1px solid #4986f5;
    position: relative;
    border-radius: 6px;
    box-shadow: 7px 9px 20px 0 rgba(0, 0, 0, 0.7);
}

.deposit-wrap .tooltip-helper .wrap:after,
.deposit-wrap .tooltip-helper .wrap:before {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.deposit-wrap .tooltip-helper .wrap:after {
    border-color: rgba(32, 36, 45, 0);
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom: 7px solid #20242d;
    margin-left: -7px;
}

.deposit-wrap .tooltip-helper .wrap:before {
    border-color: rgba(73, 134, 245, 0);
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom: 8px solid #4986f5;
    margin-left: -8px;
}

.deposit-wrap .tooltip-helper .value {
    color: #ffc645;
    font-weight: 700;
}

.deposit-wrap .tooltip-helper.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: swing 0.3s ease-out;
    animation: swing 0.3s ease-out;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.deposit-wrap {
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.deposit-wrap .dropdown {
    position: static;
}

.deposit-wrap .dropdown > .btn {
    background: #2f3542;
    border-radius: 6px 0 0 6px !important;
    border-bottom: 0 !important;
    padding: 0 25px 0 8px;
    height: 100%;
    position: relative;
}

.deposit-wrap .dropdown > .btn .selected {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.deposit-wrap .dropdown > .btn .selected.balance svg {
    fill: #62ca5b;
}

.deposit-wrap .dropdown > .btn .selected.bonus svg {
    fill: #ffc645;
}

.deposit-wrap .dropdown > .btn .selected svg {
    width: 14px;
    height: 14px;
}

.deposit-wrap .dropdown > .btn .opener {
    width: 14px;
    height: 14px;
    right: 6px;
}

.deposit-wrap .dropdown > .btn .opener svg {
    height: 100%;
    width: 100%;
    display: block;
    fill: #7f8596;
}

.deposit-wrap .dropdown > .btn:hover {
    background: #3a4151;
}

.deposit-wrap .dropdown-item {
    padding: 10px 15px;
}

.deposit-wrap .balance-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    width: 100%;
}

.deposit-wrap .balance-item.balance svg {
    fill: #62ca5b;
}

.deposit-wrap .balance-item.balance .value {
    color: #62ca5b;
}

.deposit-wrap .balance-item.bonus svg {
    fill: #ffc645;
}

.deposit-wrap .balance-item.bonus .value {
    color: #ffc645;
}

.deposit-wrap .balance-item svg {
    margin-right: 8px;
}

.deposit-wrap .balance-item .value {
    margin-left: auto;
    background: #3a4151;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
}

.deposit-wrap .btn-light-gray {
    background: #3a4151;
}

.deposit-wrap .btn-light-gray:focus,
.deposit-wrap .btn-light-gray:hover {
    background: #454d60 !important;
}

.deposit-block {
    border-radius: 0 6px 6px 0;
    background: #262b37;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.deposit-block .btn {
    width: 104px;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-block .select-field {
    cursor: default;
    padding: 0 10px;
    font-family: exo\2, Open Sans, sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100px;
    font-size: 16px;
}

.deposit-block .select-field svg {
    margin: 1px 7px 0 0;
    width: 16px;
    height: 16px;
    color: #5e6a7f;
}

.top-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-align-items: center;
    align-items: center;
}

.top-nav .icon {
    width: 14px;
    height: 14px;
    margin: -2px 5px 0 0;
}

.top-nav .icon-gamepad {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

.top-nav .icon-tasks {
    margin-top: 0;
}

.top-nav li {
    margin-right: 3px;
    position: relative;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li .badge {
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #4986f5;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    z-index: 1;
}

.top-nav li .btn,
.top-nav li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #e4e4e4;
    letter-spacing: -0.21px;
    border: 0;
    background-color: initial;
    height: 100px;
    border-bottom: 3px solid transparent;
    transition: all .14s ease-in-out;
}


.header .top-nav-wrapper a.online {
    background: #151e43;
    height: fit-content;
    padding: 10px;
    line-height: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    border-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

.header .top-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .top-nav-wrapper a.online .dot {
    margin-right: 9px;
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    background: #c2ffcce3;
    -webkit-box-shadow: 0 0 4px 2px rgb(177 165 231 / 50%);
    box-shadow: 0 0 4px 2px rgb(116 215 121 / 73%);
}
.header .top-nav-wrapper a.online .count {
    padding-top: 2px;
}

.top-nav li {
    margin-right: 30px;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li .btn i,
.top-nav li a i {
    margin-right: 5px;
    font-size: 16px;
    display: block;
}

.top-nav li .btn i.icon-shopping-basket,
.top-nav li a i.icon-shopping-basket {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.top-nav li .btn.isActive,
.top-nav li .btn:focus,
.top-nav li .btn:hover,
.top-nav li a.isActive,
.top-nav li a:focus,
.top-nav li a:hover {
    color: #fff;
}

.top-nav li .btn.isActive,
.top-nav li a.isActive {
    cursor: default;
}

.top-nav li a.active {
    color: #00a9ff;
    border-color: #00a9ff;
}

.top-nav li:focus {
    outline: none;
}

.top-nav li .toggle {
    position: relative;
}

.top-nav li .toggle .btn {
    padding: 8px 28px 8px 13px;
    width: 100%;
}

.top-nav li .toggle.isOpen .icon-down {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.top-nav li .toggle .icon-down {
    margin: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    -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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-nav li .toggle > ul {
    position: absolute;
    left: 0;
    top: 37px;
    min-width: 120px;
    background: #242932;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-radius: 3px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    z-index: 3;
}

.top-nav li .toggle > ul.isOpen {
    max-height: 250px;
}

.top-nav li .toggle > ul li {
    margin-right: 0;
}

.top-nav li .toggle > ul li a {
    white-space: nowrap;
    padding: 15px 13px;
}

.top-nav li .toggle > ul li a:hover {
    background: #20242d;
    color: #fff;
}

.top-nav-wrapper {
    position: relative;
}

.top-nav-wrapper .opener {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    outline: none;
    background-color: initial;
}

.top-nav-wrapper .opener .bar {
    height: 2px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav-wrapper .opener .bar:last-child {
    margin-bottom: 0;
}

.top-nav-wrapper .opener.opened .bar:first-child {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-nav-wrapper .opener.opened .bar:nth-child(2) {
    width: 0;
}

.top-nav-wrapper .opener.opened .bar:nth-child(3) {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header {
    justify-content: center;
    height: 100px;
    border-bottom: 1px solid rgba(86, 74, 143, 0.2);
    transition: padding 0.3s;
    min-width: 320px;
    position: fixed;
    top: 0;
    width: calc(100% - 60px);
    z-index: 1000;
    background: #0A1020;
}

.header,
.header .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header .header-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.header.sticky {
    padding: 22px 40px;
    background: #20242d;
}

.header .auth-buttons .btn:first-child {
    /* margin-right: 10px */
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.modal-content {
    background: -webkit-linear-gradient(#3a4152, #2e3542);
    background: linear-gradient(#3a4152, #2e3542);
    width: 100%;
    max-width: 900px;
    border-radius: 6px;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    max-width: 900px;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 31px;
    height: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
}

.modal-close svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: hsla(0, 0%, 100%, 0.13);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-close:hover svg {
    fill: #fff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper .main-content .bets-section {
    max-width: 100%;
}

.section-page {
    padding: 30px;
    border-radius: 6px;
    background: #272d39;
}

.bets-section {
    background: #262b37;
    padding: 30px 0;
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100%);
}

.row .col-1 {
    width: 8.33333%;
}

.row .col-1,
.row .col-2 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-2 {
    width: 16.66667%;
}

.row .col-3 {
    width: 25%;
}

.row .col-3,
.row .col-4 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-4 {
    width: 33.33333%;
}

.row .col-5 {
    width: 41.66667%;
}

.row .col-5,
.row .col-6 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-6 {
    width: 50%;
}

.row .col-7 {
    width: 58.33333%;
}

.row .col-7,
.row .col-8 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-8 {
    width: 66.66667%;
}

.row .col-9 {
    width: 75%;
}

.row .col-9,
.row .col-10 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-10 {
    width: 83.33333%;
}

.row .col-11 {
    width: 91.66667%;
}

.row .col-11,
.row .col-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-12 {
    width: 100%;
}

.row .col {
    padding: 0 15px;
}

.main-content-top .error-fallback {
    margin: auto;
}

.error-fallback {
    background: #3a4152;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    max-width: 450px;
    min-width: 320px;
    border-radius: 10px;
}

.error-fallback h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.error-fallback svg {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto auto 20px;
}

.left-sidebar {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80px;
    height: 100vh;
    background: #0a1020;
    -webkit-align-items: center;
    align-items: center;
    transition: .1s all;
}
.left-sidebar.opened {
    left: 0;
}

.left-sidebar,
.left-sidebar .logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
}

/*.left-sidebar .logo {
    margin-bottom: 60px;
}*/

.left-sidebar .logo .logotype {
    max-width: 70px;
    max-height: 25px;
}

.left-sidebar .side-nav {
    max-height: 100vh;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 120px;
    justify-content: space-between;
}

.left-sidebar.sticky .logo {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.side-nav {
    list-style: none;
}

.side-nav .nav-top li {
    margin-bottom: 20px;
}
.side-nav .nav-bottom li {
    margin-bottom: 5px;
}

.side-nav li:last-child {
    margin-bottom: 0;
}


.side-nav li a, .side-nav li .nav-div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #ecebef;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.side-nav li a.active,
.side-nav li .nav-div.active,
.side-nav li a:hover,
.side-nav li .nav-div:hover {
    color: #f3f0f0;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
}

.left-sidebar .logo {
    z-index: 1111;
    border-bottom: 1px solid rgba(86, 74, 143, 0.2);
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-nav li .side-nav-tooltip {
    position: absolute;
    left: 52px;
    margin-top: -1px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    height: 30px;
    border-radius: 5px;
    color: #E2DFEC;
    background: #0A1020;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max-content;
}

.side-nav li .side-nav-tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid #2E265A;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.side-nav li:hover .side-nav-tooltip {
    display: -webkit-flex;
    display: flex;
}

.button-like {
    width: 100%;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background-color: initial;
    border: 0;
    color: #828f9a;
}

.button-like[disabled] {
    pointer-events: none;
    opacity: 0.8;
}

.button-like:focus,
.button-like:hover {
    outline: none;
}

.button-like:hover svg {
    fill: #62ca5b;
    opacity: 1;
}

.button-like.dislike {
    margin-top: 8px;
}

.button-like.dislike:hover svg {
    fill: #e86376;
}

.button-like svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    opacity: 0.15;
}

.message-game {
    width: 100%;
    border: 1px solid rgba(58, 63, 68, 0.35);
    margin-top: 8px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.message-game .message-info {
    padding: 6px 10px;
    color: #fff;
}

.message-game .message-info > span {
    color: #7f8596;
}

.message-game .message-info .payout {
    color: #fff;
}

.message-game .message-info .payout.win {
    color: #62ca5b;
}

.message-game .message-info .payout.lose {
    color: #e86376;
}

.message-game .message-info:hover {
    opacity: 0.8;
}

.message-game .likes-block {
    width: 28px;
    position: absolute;
    left: -34px;
    top: 3px;
}

.sanitize-user {
    white-space: nowrap;
    display: inline;
    line-height: 22px;
}

.sanitize-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.sanitize-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #1c2028;
    padding: 2px;
    width: 24px;
    height: 24px;
}

.sanitize-name,
.sanitize-user {
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sanitize-name.hasVip .sanitize-text,
.sanitize-user.hasVip .sanitize-text {
    padding-left: 19px;
}

.sanitize-name.hasP:first-letter,
.sanitize-user.hasP:first-letter {
    color: #6bceff;
}

.sanitize-name .icon-crown,
.sanitize-user .icon-crown {
    color: #ffc645;
    position: absolute;
    top: 50%;
    margin-left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip.premium-tip {
    margin-left: 9px !important;
}

.tooltip.ghost-mode {
    pointer-events: none;
}

.ghost-mode .tooltip-inner {
    max-width: 150px;
    background-color: #303642;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.bs-tooltip-auto[x-placement^="top"].ghost-mode .arrow:before,
.bs-tooltip-top.ghost-mode .arrow:before,
.ghost-mode.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #303642;
}

.admin-badge {
    margin-right: 6px;
    color: #f44336;
    cursor: help;
    font-size: 11px;
}

.admin-badge.isModerator {
    color: #4986f5;
}

.admin-badge .icon-a {
    width: 10px;
    height: 10px;
}

.message-block:hover .admin-actions {
    opacity: 1;
}

.admin-actions {
    opacity: 0;
}

.admin-actions > .btn {
    position: absolute;
    right: 10px;
    color: #434b53;
    z-index: 9999;
}

.popover-body {
    padding: 0;
}

.popover-body .muted-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
    color: #fff;
}

.popover-body .muted-form input {
    width: 50%;
    border: 0;
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 3px 0 0 3px;
    background: #191d24;
    color: #fff;
}

.popover-body .muted-form input:focus {
    outline: none;
}

.popover-body .muted-form button {
    height: 20px;
    width: 50%;
    padding: 0 5px;
    font-size: 9px !important;
    border: 0;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
}

.popover-body ul {
    list-style: none;
    padding: 6px 0;
}

.popover-body ul li {
    padding: 0 8px 6px;
    border-bottom: 1px solid #2b303e;
    margin-bottom: 6px;
    max-width: 160px;
}

.popover-body ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popover-body ul li > .btn {
    width: 100% !important;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.chat {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px;
}

.chat .chat-empty-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
}

.chat .chat-ban-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
    height: 80px;
}

.chat .chat-empty-block,
.chat .chat-params {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chat .chat-ban-block {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.chat .chat-ban-block button {
    margin: 5px 0;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.28px;
    padding: 5px 13px;
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.chat .chat-params {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-flex: none;
    flex: none;
}

.chat .chat-params > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chat .chat-online {
    font-size: 16px;
    color: #5b6271;
}

.chat .chat-online span {
    color: #fff;
}

.chat .chat-conversation {
    -webkit-flex: auto;
    flex: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 100px;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.chat .chat-conversation .chat-conversation-inner {
    position: relative;
    margin-right: -15px;
    padding-right: 15px;
}

.chat .chat-editable {
    outline: 0;
    min-height: 80px;
    width: 100%;
    max-width: 190px;
    resize: none;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

.chat .chat-editable img {
    vertical-align: -3px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.chat .chat-editable:focus {
    border-color: #c9d0d6;
    outline: none;
}

.chat .chat-message-input {
    margin-top: 10px;
    -webkit-flex: none;
    flex: none;
    background: rgba(47, 57, 70, 0.35);
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 80px;
}

.chat .chat-message-input.p {
    box-shadow: 0 0 0 2px red;
}

.chat .chat-textarea {
    -webkit-flex: auto;
    flex: auto;
    max-width: calc(100% - 20px);
}

.chat .chat-params > .item button {
    margin-left: 5px;
}

.toggle a.active,
.chat .chat-params > .item button:hover,
.chat .chat-params > .item a:hover {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.chat-transaction__icon {
    font-size: 37px;
    margin: 0 14px 0 0;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column_align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.share button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.share button i {
    color: #4b5562;
    font-size: 7px;
}

.share button:after {
    display: none;
}

.share img {
    width: 20px;
}

.toggle a {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.toggle a i {
    color: #4b5562;
    font-size: 7px;
}

.toggle a:after {
    display: none;
}

.toggle img {
    width: 20px;
}

.list button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.list button i {
    color: #4b5562;
    font-size: 7px;
}

.list button:after {
    display: none;
}

.list img {
    width: 20px;
}

.clear button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.clear button i {
    color: #4b5562;
    font-size: 7px;
}

.clear button:after {
    display: none;
}

.clear img {
    width: 20px;
}

.chat .chat-controls {
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #272d39;
    width: 44px;
    border-radius: 0 3px 3px 0;
}

.chat .chat-controls,
.chat .chat-controls .item {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.chat .chat-controls .item {
    font-size: 20px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none !important;
    width: 100%;
}

.chat .chat-controls .item[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat .chat-controls .item .icon-smile {
    color: #434b53;
}

.chat .chat-controls .item .icon-send {
    color: #4986f5;
}

.smile-popover {
    max-width: 214px;
}

.smile-popover .wrong-access {
    color: #fff;
    padding: 15px;
    font-size: 14px;
}

.smiles-list {
    padding: 10px;
}

.smiles-list > span {
    margin: 4px;
    cursor: pointer;
    position: relative;
}

.smiles-list > span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #394453;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -5px;
    padding: 5px;
    border-radius: 6px;
    opacity: 0;
    z-index: -1;
}

.smiles-list > span:hover:before {
    opacity: 1;
}

.s {
    background-image: url(../img/smiles.png);
    background-size: 16px 1120px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0 !important;
}

.s-1f60a {
    background-position: 0 -16px;
}

.s-1f60b {
    background-position: 0 -32px;
}

.s-1f60c {
    background-position: 0 -48px;
}

.s-1f60d {
    background-position: 0 -64px;
}

.s-1f60e {
    background-position: 0 -80px;
}

.s-1f60f {
    background-position: 0 -96px;
}

.s-1f61a {
    background-position: 0 -112px;
}

.s-1f61b {
    background-position: 0 -128px;
}

.s-1f61c {
    background-position: 0 -144px;
}

.s-1f61d {
    background-position: 0 -160px;
}

.s-1f61f {
    background-position: 0 -176px;
}

.s-1f61e {
    background-position: 0 -192px;
}

.s-1f62a {
    background-position: 0 -208px;
}

.s-1f62b {
    background-position: 0 -224px;
}

.s-1f62c {
    background-position: 0 -240px;
}

.s-1f62d {
    background-position: 0 -256px;
}

.s-1f62e {
    background-position: 0 -272px;
}

.s-1f62f {
    background-position: 0 -288px;
}

.s-1f92a {
    background-position: 0 -304px;
}

.s-1f92b {
    background-position: 0 -320px;
}

.s-1f92c {
    background-position: 0 -336px;
}

.s-1f92e {
    background-position: 0 -352px;
}

.s-1f92d {
    background-position: 0 -368px;
}

.s-1f600 {
    background-position: 0 -384px;
}

.s-1f601 {
    background-position: 0 -400px;
}

.s-1f92f {
    background-position: 0 -416px;
}

.s-1f603 {
    background-position: 0 -432px;
}

.s-1f602 {
    background-position: 0 -448px;
}

.s-1f604 {
    background-position: 0 -464px;
}

.s-1f605 {
    background-position: 0 -480px;
}

.s-1f606 {
    background-position: 0 -496px;
}

.s-1f607 {
    background-position: 0 -512px;
}

.s-1f608 {
    background-position: 0 -528px;
}

.s-1f609 {
    background-position: 0 -544px;
}

.s-1f610 {
    background-position: 0 -560px;
}

.s-1f611 {
    background-position: 0 -576px;
}

.s-1f612 {
    background-position: 0 -592px;
}

.s-1f613 {
    background-position: 0 -608px;
}

.s-1f614 {
    background-position: 0 -624px;
}

.s-1f615 {
    background-position: 0 -640px;
}

.s-1f618 {
    background-position: 0 -656px;
}

.s-1f620 {
    background-position: 0 -672px;
}

.s-1f622 {
    background-position: 0 -688px;
}

.s-1f621 {
    background-position: 0 -704px;
}

.s-1f623 {
    background-position: 0 -720px;
}

.s-1f624 {
    background-position: 0 -736px;
}

.s-1f625 {
    background-position: 0 -752px;
}

.s-1f626 {
    background-position: 0 -768px;
}

.s-1f628 {
    background-position: 0 -784px;
}

.s-1f629 {
    background-position: 0 -800px;
}

.s-1f630 {
    background-position: 0 -816px;
}

.s-1f631 {
    background-position: 0 -832px;
}

.s-1f627 {
    background-position: 0 -848px;
}

.s-1f632 {
    background-position: 0 -864px;
}

.s-1f633 {
    background-position: 0 -880px;
}

.s-1f636 {
    background-position: 0 -896px;
}

.s-1f643 {
    background-position: 0 -912px;
}

.s-1f642 {
    background-position: 0 -928px;
}

.s-1f641 {
    background-position: 0 -944px;
}

.s-1f644 {
    background-position: 0 -960px;
}

.s-1f910 {
    background-position: 0 -976px;
}

.s-1f911 {
    background-position: 0 -992px;
}

.s-1f914 {
    background-position: 0 -1008px;
}

.s-1f913 {
    background-position: 0 -1024px;
}

.s-1f915 {
    background-position: 0 -1040px;
}

.s-1f923 {
    background-position: 0 -1056px;
}

.s-1f925 {
    background-position: 0 -1072px;
}

.s-1f929 {
    background-position: 0 -1088px;
}

.s-1f928 {
    background-position: 0 -1104px;
}

.s-2764 {
    background-position: 0 -1120px;
}

.message-block {
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 44px;
}

.message-block .message-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
}

.message-block .message-avatar.isAdmin img {
    border-color: #f44336;
}

.message-block .message-avatar.isModerator img {
    border-color: #4986f5;
}

.message-block .message-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #2b323e;
    padding: 2px;
    width: 24px;
    height: 24px;
}

.message-block .delete {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.message-block .delete button {
    margin: auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px;
    width: calc(50% - 5px);
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.message-block .delete button svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.message-block .message-content {
    font-size: 13px;
    line-height: 20px;
    width: calc(100% - 31px);
    margin-left: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    word-break: break-word;
    padding-top: 2px;
}

.message-block .message-content > div {
    width: 100%;
}

.message-block .message-content .user-link {
    border: 0;
    padding: 0;
    touch-action: manipulation;
    text-transform: none;
    -webkit-appearance: button;
    margin: 0;
    background: transparent;
    color: #828f9a;
    outline: none;
    cursor: pointer;
    font-weight: 700;
}

.message-block .message-content .user-link:focus,
.message-block .message-content .user-link:hover {
    outline: none;
    color: #fff;
}

.message-block .message-content > span {
    color: #828f9a;
}

.message-block .message-text {
    display: inline;
    word-wrap: break-word;
}

.message-block .message-text span {
    border: none;
    vertical-align: -4px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.user-profile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px;
}

.user-profile .user-avatar {
    margin-bottom: 20px;
}

.user-profile .user-avatar .close-btn {
    position: absolute;
    right: 15px;
    top: 25px;
}

.user-profile .user-name {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.user-profile .user-name .nickname {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    max-width: 200px;
}

.user-profile .profile-nav {
    list-style: none;
    width: 100%;
}

.user-profile .profile-nav li {
    margin-bottom: 20px;
}

.user-profile .profile-nav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #626d7e;
    line-height: 20px;
    font-size: 14px;
}

.user-profile .profile-nav li a .number-badge {
    position: static;
    top: 0;
    right: 0;
    margin-left: 5px;
}

.user-profile .profile-nav li a svg {
    width: 18px;
    height: 18px;
    display: block;
}

.user-profile .profile-nav li a .icon-affiliate {
    width: 14px;
    height: 14px;
}

.user-profile .profile-nav li a .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
}

.user-profile .profile-nav li.current a,
.user-profile .profile-nav li a:hover {
    color: #fff;
}

.user-profile .profile-nav li:last-child {
    margin-bottom: 25px;
}

.user-profile .btn-logout {
    color: #626d7e;
    width: 100%;
    padding: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
}

.user-profile .btn-logout .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

.user-profile .btn-logout:hover {
    background: transparent;
    color: #fff;
}

.user-profile .user-block {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-profile .avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    padding: 5px;
    background: hsla(0, 0%, 84.7%, 0.06);
    display: -webkit-flex;
    display: flex;
}

.user-profile .avatar img {
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.tab {
    display: none;
}

.tab.current {
    display: flex;
}

.tab.active {
    display: block;
}

.tabs-nav {
    width: 100%;
}

.tabs-nav,
.tabs-nav > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tabs-nav > .item {
    margin-right: 10px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    color: #828f9a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs-nav > .item:last-child {
    margin-right: 0;
}

.tabs-nav > .item svg {
    margin-right: 8px;
}

.tabs-nav > .item.current,
.tabs-nav > .item:hover {
    color: #fff;
    background: #242932;
}

.tabs-nav.big-tabs {
    width: 100%;
    background: #1c212a;
    border-radius: 6px 6px 0 0;
    margin-bottom: 20px;
}

.tabs-nav.big-tabs > .item {
    -webkit-flex: auto;
    flex: auto;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5b656f;
    margin: 0;
}

.tabs-nav.big-tabs > .item:hover {
    color: #f1f1f2;
}

.tabs-nav.big-tabs > .item.current {
    background: #272d39;
}

.right-sidebar {
    z-index: 1002;
    background: #1c2028;
}

.right-sidebar,
.right-sidebar .sidebar-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    width: 280px;
    height: 100%;
    will-change: transform;
}

.right-sidebar .sidebar-container {
    padding: 40px 0 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.right-sidebar.sticky .sidebar-container {
    padding-top: 22px;
}

.right-sidebar .tabs-nav {
    padding: 0 20px;
    margin-bottom: 40px;
    -webkit-flex: none;
    flex: none;
}

.right-sidebar .tabs-nav > .item {
    width: 50%;
    position: relative;
}

.right-sidebar .tabs-nav > .item svg {
    width: 14px;
    height: 14px;
}

.right-sidebar .number-badge {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #4986f5;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.close-btn {
    color: #979797;
    width: 34px;
    height: 34px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.close-btn svg {
    width: 13px;
    height: 13px;
}

.bets-tabs-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.bets-tabs-row .btn {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 17px;
    color: #505961;
    border: 1px solid #353d48;
    background-color: initial;
}

.bets-tabs-row .btn[disabled] {
    opacity: 1;
}

.bets-tabs-row .btn.isActive {
    color: #fff;
    background-color: #4986f5;
    border: 1px solid #4986f5;
}

.bets-tabs-row .btn:not(.isActive):hover {
    color: #fff;
    background-color: initial;
}

.bets-tabs-row .btn:first-child {
    margin-right: 10px;
}

.bets-tabs-row .close-btn {
    position: absolute;
    right: -5px;
}

.table-heading {
    display: table;
    width: 100%;
    border-collapse: initial;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    z-index: 2;
}

.table-heading .thead {
    display: table-header-group;
    vertical-align: middle;
}

.table-heading .tr {
    display: table-row;
    vertical-align: inherit;
}

.table-heading .th {
    display: table-cell;
    vertical-align: inherit;
    background: #303643;
    color: #5e6a7f;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.table-heading .th:first-child {
    border-radius: 6px 0 0 0;
}

.table-heading .th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table-heading.tournaments-history .th:nth-last-child(2) {
    text-align: center;
}

.table-wrap {
    position: relative;
}

.table,
.table-wrap {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.table {
    color: #fff;
    width: 100%;
    border-spacing: 0;
    border-collapse: initial;
    table-layout: fixed;
    background: #2b313e;
}

.table tr {
    padding: 0 12px;
}

.table tr td,
.table tr th {
    padding: 10px 20px;
}

.table tr th {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #5e6a7f;
    background: #303643;
    text-transform: uppercase;
}

.table tr th:first-child {
    border-radius: 6px 0 0 0;
}

.table tr th:last-child {
    border-radius: 0 6px 0 0;
}

.table tr td {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px solid #2f3542;
    letter-spacing: 0.2px;
}

.table td .btnUnBan {
    float: right;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 7px;
    width: auto;
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.table td .btnUnBan svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.table.hoverable tr:hover {
    background: #303643;
}

.table .btn-link {
    color: #7d8a98;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
}

.empty-table-list {
    padding: 30px 0;
    background: #2c323f;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    margin: 30px 0 0;
}

.bet-number {
    display: inline-block;
    padding-left: 22px;
}

.bet-number.rtl {
    padding: 0 20px 0 0;
}

.bet-number.rtl svg {
    left: auto;
    right: -21px;
}

.bet-number .bet-wrap {
    display: inline-block;
    position: relative;
}

.bet-number .bet-wrap .pre {
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bet-number .bet-wrap > span {
    display: -webkit-flex;
    display: flex;
}

.bet-number .bet-wrap .tied,
.bet-number .bet-wrap .won {
    color: #62ca5b;
}

.bet-number .bet-wrap .lost {
    color: #828f9a;
}

.bet-number svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -21px;
    font-size: 15px;
    color: #5e6a7f;
}

.bet-number.golden svg {
    fill: #ffc645;
}

.game-stats {
    width: 100%;
    position: relative;
    border-radius: 6px;
}

.game-stats,
.game-stats .table-stats-wrap {
    overflow: hidden;
}

.game-stats .table-wrap {
    will-change: transform;
}

.game-stats .th:nth-last-child(2) {
    text-align: center;
}

.game-stats table {
    background: #2b313e;
}

.game-stats table tbody tr {
    height: 53px;
}

.game-stats table tbody tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #303643;
    letter-spacing: 0.2px;
    padding: 8px 20px;
}

.game-stats table tbody tr td:nth-last-child(2) {
    text-align: center;
}

.game-stats table tbody tr td:last-child {
    text-align: right;
}

.game-stats table tbody tr:last-child td {
    border-bottom: 0;
}

.game-stats .game-data {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.game-stats .game-data .btn-icon {
    padding: 0;
    background: transparent;
}

.game-stats .game-data .game-icon {
    color: #5e6a7f;
    margin-right: 12px;
    width: 24px;
    text-align: center;
}

.game-stats .game-data .game-icon svg {
    width: 22px;
    height: 22px;
}

.game-stats .game-data .game-info .btn-name {
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}

.game-stats .game-data .game-info button {
    color: #545b70;
    font-size: 12px;
    font-weight: 400;
}

.game-stats .username .btn-link.hasP > span:first-letter {
    color: #6bceff;
}

.game-stats .username.anonymous span {
    font-style: italic;
    border-bottom: 1px dotted;
    line-height: 1.2;
    cursor: help;
    font-size: 13px;
    color: #7d8a98;
}

.promo-counters .counter-block {
    padding: 25px 0;
    width: 100%;
    position: relative;
    text-align: center;
    background: #262b37;
    border-radius: 10px;
    border: 2px solid #262b37;
    box-shadow: inset 0 0 0 3px #1f242e;
}

.promo-counters .counter-num {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    font-family: exo\2, Open Sans, sans-serif;
    margin-bottom: 5px;
}

.promo-counters .counter-text {
    color: #828f9a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.copyright {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.copyright .footer-logo {
    padding-bottom: 20px;
}

.copyright .footer-logo img {
    display: block;
    max-width: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.copyright .text {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #525c71;
    text-align: right;
}

.copyright .icon {
    margin-left: 25px;
}

.copyright .icon img {
    display: block;
}

.socials-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.socials-list li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.socials-list li:last-child {
    margin-right: 0;
}

.socials-list li a {
    border-radius: 3px;
    background: #272d39;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #878f9e;
    font-size: 11px;
    line-height: 14px;
    padding: 6px 12px;
}

.socials-list li a:hover {
    background: #444d5f;
    color: #fff;
}

.socials-list li a i {
    margin-right: 8px;
    font-size: 12px;
    display: block;
}

.socials-list li a span {
    display: block;
    margin-bottom: 2px;
}

.mobile-nav-component {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #20242d;
    z-index: 100;
}

.mobile-nav-component .pull-out {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #191d25;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-nav-component .pull-out .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
}

.mobile-nav-component .pull-out.opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile-nav-component .pull-out-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.mobile-nav-component .pull-out.other .pull-out-nav > li {
    width: 50%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out.game .pull-out-nav > li {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out-nav > li > a,
.mobile-nav-component .pull-out-nav > li > button {
    font-size: 13px;
    letter-spacing: -0.1px;
    color: #828f9a;
    text-decoration: none;
    line-height: 14px;
    padding: 20px 15px 20px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    position: relative;
}

.mobile-nav-component .pull-out-nav > li > a svg,
.mobile-nav-component .pull-out-nav > li > button svg {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-faq,
.mobile-nav-component .pull-out-nav > li > button svg.icon-faq {
    font-size: 15px;
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-achievements,
.mobile-nav-component .pull-out-nav > li > button svg.icon-achievements {
    font-size: 16px;
}

.mobile-nav-component .pull-out-nav > li.current > a,
.mobile-nav-component .pull-out-nav > li.current > button,
.mobile-nav-component .pull-out-nav > li > a:hover,
.mobile-nav-component .pull-out-nav > li > button:hover {
    color: #fff;
}

.mobile-nav-component .mobile-nav-menu-wrapper {
    width: 100%;
    background: #20242d;
}

.mobile-nav-component .mobile-nav-menu {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.mobile-nav-component .mobile-nav-menu li {
    margin-right: 5px;
}

.mobile-nav-component .mobile-nav-menu li:last-child {
    margin-right: 0;
}

.mobile-nav-component .mobile-nav-menu li a,
.mobile-nav-component .mobile-nav-menu li button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #828f9a;
    font-size: 12px;
    line-height: 12px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.mobile-nav-component .mobile-nav-menu li a svg,
.mobile-nav-component .mobile-nav-menu li button svg {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 8px;
    width: 14px;
    height: 14px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mobile-nav-component .mobile-nav-menu li a:hover,
.mobile-nav-component .mobile-nav-menu li button:hover {
    color: #fff;
}

.mobile-nav-component .icon-more {
    width: 16px;
    height: 16px;
}

.loader {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.loader img {
    width: 40px;
    height: 40px;
}

.loader-centred img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-md {
    height: 200px;
}

.loader-full {
    height: 100vh;
}

.loader-half {
    height: 50vh;
}

.loader-75vh {
    height: 75vh;
}

.loader-affiliate {
    min-height: 450px;
}

.loader-xs img {
    width: 16px;
    height: 16px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.loader-modal {
    min-height: 350px;
}

.loader-modal img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-game {
    min-height: 560px;
    height: auto;
}

.loader-game img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.social-auth-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 9999;
}

.social-auth-section .block {
    width: 100%;
    white-space: nowrap;
    position: absolute;
    max-width: 340px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 33vh;
}

.social-auth-section .loader {
    height: 100px;
}

.social-auth-section .loader img {
    height: 80px;
    width: 80px;
}

.social-auth-section .text {
    font-size: 28px;
}

.error-boundary {
    background: #1d2129;
    padding: 20px;
    text-align: center;
    font-size: 23px;
}

.error-boundary svg {
    width: 85px;
    height: 85px;
    display: block;
    margin: auto;
}

.input-valid {
    display: inherit;
    width: inherit;
}

.input-valid .valid {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 6px;
    padding: 1em;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.input-valid .valid.inline {
    bottom: auto;
    top: 100%;
    background: rgba(220, 53, 69, 0.9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    z-index: 3;
}

.input-valid .valid.inline.top {
    top: auto;
    bottom: calc(100% + 2px);
    left: 0;
    right: auto;
}

.input-valid .valid.inline.top-right {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
}

.input-valid .valid.inline:after {
    display: none;
}

.input-valid .valid.visible {
    opacity: 1;
    visibility: visible;
}

.input-valid .valid:after {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important;
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group .input-field {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .input-field:not([readonly]):active + .input-group-append.text,
.input-group .input-field:not([readonly]):focus + .input-group-append.text {
    border: 1px solid #4986f5;
    border-left: 0;
}

.input-group .input-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-group-prepend {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.input-group-prepend.text {
    background-color: #2f3542;
}

.input-group-prepend .btn:first-child {
    border-radius: 6px 0 0 6px;
}

.input-group-append {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.input-group-append.text {
    background-color: #2f3542;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.75rem;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
}

.input-group-append .btn {
    margin-left: -5px;
}

.input-suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    white-space: nowrap;
    color: #fafafa;
    overflow: hidden;
    padding: 0 13px;
    line-height: normal;
}

.input-suffix > span {
    color: transparent;
    letter-spacing: normal;
}

.input-with-icon {
    padding-left: 35px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.input-icon .icon-coin {
    margin-top: 2px;
}

.deposit-section .select-payment .dropdown {
    width: 100%;
}

.deposit-section .select-payment .dropdown .btn {
    height: 46px;
    font-size: 14px;
    margin: 0;
    background: #2f3542;
    color: #7f8596;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.deposit-section .select-payment .dropdown .btn:active,
.deposit-section .select-payment .dropdown .btn:focus,
.deposit-section .select-payment .dropdown .btn:hover {
    background: #2b303c;
}

.deposit-section .select-payment .dropdown .btn .image.yandex {
    margin-top: -5px;
}

.deposit-section .select-payment .dropdown .btn .image.yandex img {
    width: 14px;
}

.select-payment {
    width: 100%;
    position: relative;
    margin: 0;
}

.select-payment.hasError .dropdown .btn {
    border-color: #e86376 !important;
}

.select-payment .error-text {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(220, 53, 69, 0.9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    font-weight: 600;
}

.modal-dialog.deposit-modal {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.deposit-modal .modal-content {
    background: #3a4152;
}

.deposit-modal-component {
    padding: 15px 25px 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.deposit-modal-component .wrap {
    width: 100%;
}

.deposit-modal-component .input-field {
    height: 46px;
}

.deposit-modal-component .form-label {
    color: #a5adc1;
    font-size: 14px;
}

.deposit-modal-component .input-with-icon {
    padding-left: 30px;
}

.deposit-modal-component .tabs {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.deposit-modal-component .btn-tab {
    background-color: initial;
    border-radius: 0;
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 15px;
    color: #5e6a7f;
    cursor: pointer;
    font-size: 15px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.deposit-modal-component .btn-tab:hover {
    color: #fff;
}

.deposit-modal-component .btn-tab.isActive {
    border-bottom: 2px solid #4986f5;
    color: #fff;
}

.deposit-modal-component .deposit-input-box {
    margin-bottom: 10px;
    color: #5e6a7f;
}

.deposit-modal-component .deposit-input {
    height: 46px;
    border: 1px solid #464e5f;
    margin-top: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
}

.deposit-modal-component .deposit-input svg {
    margin-right: 5px;
}

.deposit-modal-component .deposit-section .btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-modal-component .deposit-section .btn-toggle {
    font-size: 14px;
    height: 46px;
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.deposit-modal-component .checkbox-block {
    margin: 20px 0 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-modal-component .checkbox-block label {
    cursor: pointer;
    color: #7f8596;
    font-size: 13px;
    display: block;
    position: relative;
    line-height: 1.3;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deposit-modal-component .checkbox-block label input:checked ~ .checkmark {
    background-color: #4986f5;
}

.deposit-modal-component .checkbox-block label input:checked ~ .checkmark:after {
    display: block;
}

.deposit-modal-component .checkbox-block label:hover {
    color: #8d92a1;
}

.deposit-modal-component .checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.deposit-modal-component .checkbox-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #4986f5;
    background: transparent;
    border-radius: 0.25rem;
}

.deposit-modal-component .checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.deposit-modal-component .checkbox-block.hasErrors label {
    color: #e86376;
}

.deposit-modal-component .checkbox-block.hasErrors label .checkmark {
    border-color: #e86376 !important;
}

.deposit-modal-component .problem-block {
    border-radius: 6px;
    padding: 15px;
    margin: 18px 0 0;
    border: 1px solid #62ca5b;
    text-align: center;
}

.deposit-modal-component .problem-block button {
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #62ca5b;
    border: 0;
    border-bottom: 1px solid transparent;
}

.deposit-modal-component .problem-block button:hover {
    border-bottom: 1px solid #62ca5b;
}

.caption-line {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.caption-line span {
    display: inline-block;
    vertical-align: initial;
    position: relative;
    padding: 0 10px;
}

.caption-line span:after,
.caption-line span:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(91, 98, 113, 0.5);
}

.caption-line span:before {
    right: 100%;
}

.caption-line span:after {
    left: 100%;
}

.modal-dialog.faucet-demo-modal {
    width: 380px;
    margin: auto;
}

.faucet-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.faucet-container .grouped-fields {
    margin-bottom: 0;
}

.faucet-container .faucet-caption {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.faucet-container .caption-line span {
    padding: 0 20px;
}

.faucet-container .caption-line span:after,
.faucet-container .caption-line span:before {
    width: calc(300% + 10px);
}

.faucet-container .caption-line svg {
    width: 17px;
    height: 17px;
    color: #5e6a7f;
}

.faucet-container .faucet-text {
    font-size: 14px;
    line-height: 19px;
}

.faucet-container .faucet-text .error-image {
    display: block;
    margin: 0 auto 15px;
    font-size: 40px;
}

.faucet-container .faucet-modal-form {
    border-radius: 6px;
    background: #282d38;
    padding: 20px;
    margin-bottom: 20px;
}

.faucet-container .faucet-modal-form:last-child {
    margin-bottom: 0;
}

.faucet-container .faucet-modal-form .faucet-amount {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    font-family: exo\2, Open Sans, sans-serif;
}

.faucet-container .faucet-modal-form .faucet-reload {
    font-size: 15px;
}

.faucet-container .faucet-modal-form .faucet-reload span:first-child {
    color: rgba(201, 205, 219, 0.54);
}

.faucet-container .faucet-modal-form .faucet-cd {
    font-size: 16px;
    color: #565e6d;
}

.faucet-container .faucet-modal-form .faucet-sm-text {
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    line-height: 16px;
    margin-top: 7px;
    font-weight: 600;
    color: #9ca4b3;
}

.faucet-container .faucet-modal-form .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    height: 48px;
}

.faucet-container .captcha-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.faucet-container .recharge-block {
    margin-bottom: 4px;
    text-align: center;
}

.faucet-container .recharge-block > span {
    font-size: 12px;
    color: rgba(201, 205, 219, 0.54);
    margin-bottom: 5px;
}

.faucet-container .recharge-block .time-left {
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 33px;
    color: #c9cddb;
    margin-top: 5px;
}

.error-data-fetch {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 200px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
}

.modal-dialog.user-modal {
    width: 510px;
}

.user-modal__container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-modal__container .properties .rating {
    margin-left: 15px;
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.user-modal__container .properties .rating span {
    color: #fff;
}

.user-modal__head {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-modal .sanitize-name.hasVip .sanitize-text,
.user-modal .sanitize-user.hasVip .sanitize-text {
    padding-left: 30px;
}

.user-modal .date {
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.user-modal .avatar {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.user-modal .avatar,
.user-modal .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.user-modal .avatar img {
    max-width: 100%;
    display: block;
}

.user-modal .avatar:after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    border-radius: 50%;
}

.user-modal .user-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.user-modal .user-name {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.user-modal .user-name:hover {
    /* color: #4986f5 */
}

.user-modal .tabs {
    margin-bottom: 25px;
}

.user-modal .tabs .btn {
    background-color: #1c2028;
    text-transform: uppercase;
    -webkit-transition: 0s;
    transition: 0s;
}

.user-modal .tabs .btn.isActive {
    background-color: #121419;
}

.user-modal .tabs .btn > img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.user-modal .tabs .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #272d39;
}

.user-modal .tabs .btn:nth-child(2) {
    border-radius: 0;
}

.user-modal .tabs .btn:last-child {
    border-radius: 0 6px 6px 0;
}

.user-modal .tabs .btn:not([disabled]):not(.isActive):hover {
    background-color: #16191f;
}

.user-modal .no-stats {
    min-height: 118px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
}

.user-modal .card-stats {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.user-modal .card-stats:last-child {
    margin-bottom: 0;
}

.user-modal .card-stats .stats-item {
    width: 50%;
    margin-right: 15px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    border-radius: 6px;
    padding: 10px;
}

.user-modal .card-stats .stats-item:nth-child(4),
.user-modal .card-stats .stats-item:nth-child(5),
.user-modal .card-stats .stats-item:nth-child(6) {
    margin: 0;
}

.user-modal .card-stats .stats-item:last-child {
    margin-right: 0;
}

.user-modal .card-stats .stats-item > .item-label {
    font-size: 14px;
    color: #828f9a;
    margin-bottom: 3px;
}

.user-modal .card-stats .stats-item > .item-value {
    font-family: exo\2, Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-modal .card-stats .stats-item > .item-value .icon-wrapper {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

.user-modal .card-stats .stats-item > .item-value svg {
    width: 100%;
    height: 100%;
}

.sr--only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.game {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
}

.game-component {
    -webkit-align-items: stretch;
    align-items: stretch;
    width: calc(100% - 320px);
    position: relative;
}

.game-block,
.game-component {
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.game-block {
    width: 100%;
    height: calc(100vh - 227px);
    border-radius: 6px;
    background: #110f25;
    transition: .15s all;
}
.game-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.game-header .game-title {
    display: flex;
    gap: 12px;
    align-items: center;
}
.game-header .game-title .game-image {
    width: 50px;
    max-width: 50px;
    display: flex;
    height: 50px;
    max-height: 50px;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.game-header .game-title span {
    font-weight: bolder;
    color: #B1A5E7;
    font-size: 21px;
}
.game-header .btn-group {
    display: flex;
    gap: 12px;
}
.game-iframe iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000;
}
.game-header .game-support {
    background: #110f25;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.game-tooltip {
    display: none;
}
.game-header .game-support:hover {
    color: #B1A5E7;
    background: #2E265A;
}
.game-header .game-type {
    border-radius: 6px;
    transition: all .2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.game-header .game-type.real {
    background: #38C69B;
}
.game-header .game-type.demo {
    background: #FF4155;
}
.game-header .game-type:hover {
    opacity: .8;
}
.game-block .game-iframe {
    height: calc(100vh - 227px);
    border-radius: 6px;
    z-index: 2;
    transition: .15s all;
}
.game-header .game-back {
    height: 50px;
    width: 50px;
    background: #110f25;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}
.game-header .game-back:hover {
    color: #B1A5E7;
    background: #2E265A;
}
.game-header .game-back svg {
    transform: rotate(90deg);
    fill: #fff;
    height: 20px;
}

.game-block,
.game .game-area-subsection {
    -webkit-justify-content: stretch;
    justify-content: stretch;
    position: relative;
}

.game-slots .game-block .slots-loader {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.game-slots .game-block .slots-loader .title {
    color: #fff;
}
.game .game-area-subsection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
}

.game-sign {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
    background: rgba(39, 45, 57, 0.5);
}

.game-sign .game-sign-wrap {
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    position: relative;
    z-index: 21;
    box-shadow: 0 0 10px rgba(28, 32, 40, 0.5);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 6px;
}

.game-sign .game-sign-block {
    background: #2e3542;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
}

.game-sign .game-sign-block .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
}

.game-sign .game-sign-block .btn svg {
    margin-right: 8px;
}

.game-sign form {
    width: 100%;
}

.game-sign .form-row {
    margin-bottom: 10px;
}

.game-sign .input-field {
    height: 36px;
    border-radius: 3px;
    background: #272d39;
}

.game-area {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.game-area__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.game-area .game-area-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto;
}

.game-area .bottom-corners,
.game-area .top-corners {
    position: absolute;
    width: 100%;
}

.game-area .bottom-corners:after,
.game-area .bottom-corners:before,
.game-area .top-corners:after,
.game-area .top-corners:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(105, 116, 132, 0.08);
    position: absolute;
}

.game-area .top-corners {
    left: 0;
    top: 0;
}

.game-area .top-corners:before {
    left: -27px;
    top: -27px;
}

.game-area .top-corners:after {
    right: -27px;
    top: -27px;
}

.game-area .bottom-corners {
    left: 0;
    bottom: 0;
}

.game-area .bottom-corners:before {
    left: -27px;
    bottom: -27px;
}

.game-area .bottom-corners:after {
    right: -27px;
    bottom: -27px;
}

.hash {
    color: #7f8596;
    text-align: center;
}

.hash .title {
    font-weight: 800;
}

.hash .text {
    font-size: 12px;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse-component {
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    width: 100%;
    margin: 15px 0;
}

.collapse-component .collapse-top {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.collapse-component .collapse-top .collapse-title {
    font-size: 15px;
    line-height: 20px;
    color: #a9acb7;
    -webkit-flex: auto;
    flex: auto;
    margin-right: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.collapse-component .collapse-top .collapse-title .title-icon {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 8px;
}

.collapse-component .collapse-top .collapse-title .title-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.collapse-component .collapse-top .btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: 400;
}

.collapse-component .collapse-top .collapse-after {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.collapse-component .collapse-top .collapse-after svg {
    width: 100%;
    height: 100%;
}

.collapse-component .collapse-top:hover .collapse-title {
    color: #fff;
}

.collapse-component .collapse-content {
    padding: 0 15px;
}

.collapse-component .collapse-content p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
    color: #c9cddb;
}

.collapse-component .collapse-content p:last-child {
    margin-bottom: 0;
}

.collapse-component.opened .collapse-top .collapse-title {
    color: #fff;
}

.collapse-component.opened .collapse-top .collapse-after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.modal-dialog.fair-modal {
    width: 500px;
}

.fair-modal__container {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.fair-modal__container h1 {
    margin-bottom: 15px;
}

.fair-modal__container .btn-rotate {
    display: block;
    margin: 0 auto 15px;
}

.fair-modal__container .fair-table {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-break: break-all;
    width: 100%;
}

.fair-modal__container .fair-table h2 {
    text-align: center;
    margin-bottom: 15px;
}

.fair-modal__container .fair-table .table {
    border-radius: 6px;
}

.fair-modal__container .fair-table .table th {
    text-align: center;
}

.fair-modal__container .fair-table .table td {
    text-align: center;
    width: 33.33%;
}

.fair-modal__container .fair-alert {
    background: #303642;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid red;
    font-size: 16px;
}

.fair-modal__container .form-row {
    width: 100%;
}

.game-sidebar {
    width: 310px;
    min-height: 560px;
    margin-right: 10px;
    -webkit-flex: none;
    flex: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.game-sidebar,
.game-sidebar .sidebar-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.game-sidebar .sidebar-block {
    width: 100%;
    padding: 25px 20px;
    border-radius: 6px;
    background: #272d39;
    -webkit-flex: auto;
    flex: auto;
}

.bet-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.bet-component .bet-tabs {
    margin-top: -25px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bet-component .btn.btn-play,
.bet-component .btn.btn-withdraw {
    height: 60px;
    font-size: 15px;
    display: block;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;
}

.bet-component .bet-form {
    -webkit-flex: auto;
    flex: auto;
}

.bet-component .bet-footer {
    margin-top: 30px;
    -webkit-flex: none;
    flex: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bet-component .bet-footer,
.bet-component .bet-footer .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.bet-component .bet-footer .btn {
    margin: 0 auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.28px;
    padding: 5px 13px;
    width: calc(50% - 4px);
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.bet-component .bet-footer .btn svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.bet-component .two-cols {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bet-component .two-cols > .form-row {
    width: calc(50% - 5px);
}

.pick-wrapper {
    margin-bottom: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pick-wrapper .pick {
    padding: 6px;
    position: relative;
    background: #272d39;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
}

.pick-wrapper .pick,
.pick-wrapper .pick.rounded {
    border-radius: 6px;
    border: 1px solid hsla(0, 0%, 59.2%, 0.12);
    width: 100%;
}

.pick-wrapper .pick.rounded .btn {
    width: 50%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pick-wrapper .pick.rounded .btn:first-child {
    margin-right: 6px;
}

.pick-wrapper .pick-or {
    padding: 0 15px;
    font-size: 8px;
    text-transform: uppercase;
    color: #5f6977;
    letter-spacing: 0.22px;
    display: block;
}

.pick-wrapper .btn-auto-pick {
    -webkit-flex: auto;
    flex: auto;
    background-color: #ffd000;
    color: #665300;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: inherit;
}

.pick-wrapper .btn-auto-pick:hover {
    background-color: #cca600;
}

.pick-wrapper .btn-auto-pick svg {
    margin-right: 5px;
    margin-top: -4px;
    margin-left: -6px;
    width: 18px;
    height: 18px;
    display: block;
}

.pick-wrapper .pick-numbers {
    -webkit-flex: auto;
    flex: auto;
    color: #7d8a98;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.input-validation {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 3px;
    padding: 7px 10px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 3;
}

.input-validation.top:after {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important;
}

.input-validation.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 3px;
}

.input-validation.bottom:after {
    content: "";
    position: absolute;
    left: 0.5em;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent #1c2028;
    border-style: solid;
    border-width: 0 4px 6px;
}

.input-validation.visible {
    opacity: 1;
    visibility: visible;
}

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

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel .btn-next,
.carousel .btn-prev {
    position: absolute;
    background-color: initial;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5e687e;
}

.carousel .btn-next:focus,
.carousel .btn-next:hover,
.carousel .btn-prev:focus,
.carousel .btn-prev:hover {
    background-color: initial;
}

.carousel .btn-next:focus svg,
.carousel .btn-next:hover svg,
.carousel .btn-prev:focus svg,
.carousel .btn-prev:hover svg {
    fill: #939caf;
}

.carousel .btn-next {
    right: -30px;
}

.carousel .btn-next svg {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.carousel .btn-prev {
    left: -30px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 62px;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    width: 100%;
    min-height: 62px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.game-tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: auto;
    max-width: 90%;
    visibility: hidden;
    opacity: 0;
    border: 2px solid;
    padding: 1.7em 3.4em;
    box-shadow: 0px 0px 20px 10px rgba(25, 29, 36, 0.2);
}

.game-tooltip .wrap {
    text-align: center;
}

.game-tooltip .badge {
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    text-align: center;
}

.game-tooltip.won .badge .text {
    color: #2b313f;
    background: #62ca5b;
}

.game-tooltip .badge .text {
    background: #ffc645;
    display: inline-block;
    color: #2b313f;
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0 0 6px 6px;
}

.game-tooltip.won {
    color: #828f9a;
    border-color: #62ca5b;
}

.game-tooltip.won .profit {
    color: #62ca5b;
}

.game-tooltip.lost {
    color: #e86376;
    border-color: #e86376;
}

.game-tooltip.lost .profit {
    color: #e86376;
}

.game-tooltip.tied {
    color: #ffd000;
    border-color: #ffd000;
}

.game-tooltip.tied .profit {
    color: #ffd000;
}

.game-tooltip.demo {
    color: #ffc645;
    border-color: #ffc645;
    padding-top: 1.85em;
    padding-bottom: 1em;
}

.game-tooltip.demo .profit {
    color: #ffc645;
}

.game-tooltip.demo .status {
    margin: 4px 0;
}

.game-tooltip.transition {
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}

.game-tooltip.isTransparent {
    background: rgba(43, 50, 64, 0.9);
}

.game-tooltip.isActive {
    visibility: visible;
    opacity: 1;
}

.game-tooltip .user {
    margin-top: 5px;
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .user button {
    color: #7d8a98;
}

.game-tooltip .user .sanitize-user {
    margin: auto;
}

.game-tooltip .payout {
    font-size: 24px;
    margin-top: 5px;
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .payout .icon {
    width: 15px;
    vertical-align: bottom;
}

.game-tooltip .status {
    font-size: 14px;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    color: #828f9a;
    margin: 4px 0 0;
}

.game-tooltip .btn-change {
    color: #62ca5b;
    white-space: nowrap;
    border-bottom: 1px dashed;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline;
    line-height: normal;
    font-size: inherit;
}

.game-tooltip .btn-change:hover {
    color: #43b73b !important;
    border-bottom: 1px dashed transparent;
}

.button-group__wrap {
    font-size: 1.3em;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.button-group__content {
    display: -webkit-flex;
    display: flex;
}

.button-group__content,
.button-group__content .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px;
    background: #333a48;
}

.button-group__content .btn {
    padding: 0.5rem;
    text-transform: capitalize;
    font-weight: 400;
}

.button-group__content .btn:hover {
    background: #373e4c;
}

.button-group__content .btn.isActive {
    color: #fff;
    background: #4986f5;
}

.button-group-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596;
}

.progress-wrap {
    flex: none;
    display: flex;
    position: absolute;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    top: 0;
}

.progress-item {
    border: 1px solid #313744;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #404a58;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.progress-item.left {
    border-radius: 0 0 15px 0;
    border-left: 0;
    border-top: 0;
}

.progress-item.right {
    border-radius: 0 0 0 15px;
    border-right: 0;
    border-top: 0;
}

.modal-dialog.confirm-age-modal {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.confirm-age-modal .modal-content {
    background: #3a4152;
}

.confirm-age-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.confirm-age-modal-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.1;
    border-radius: 6px;
}

.confirm-age-modal-container .head,
.confirm-age-modal-container .wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.confirm-age-modal-container .head {
    background: rgba(0, 0, 0, 0.24);
    padding: 20px;
    border-radius: 6px 6px 0 0;
}

.confirm-age-modal-container .head img {
    width: 120px;
    margin: auto;
    display: block;
}

.confirm-age-modal-container .body {
    padding: 25px;
    border-radius: 0 0 6px 6px;
    width: 100%;
}

.confirm-age-modal-container .body .wrap {
    position: relative;
    z-index: 2;
}

.confirm-age-modal-container .body .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.confirm-age-modal-container .body .buttons .btn {
    width: 100%;
    justify-content: center;
    max-width: 240px;
    padding: 13px 0;
    font-size: 15px;
}

.confirm-age-modal-container .body .disclaimer {
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    font-size: 13px;
}

.confirm-age-modal-container .body .disclaimer .button-link {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4986f5;
    cursor: pointer;
    outline: none;
    color: #4986f5;
}

.confirm-age-modal-container .body .disclaimer .button-link:active,
.confirm-age-modal-container .body .disclaimer .button-link:focus,
.confirm-age-modal-container .body .disclaimer .button-link:hover {
    outline: none;
    border-bottom: 1px solid transparent;
}

.confirm-age-modal-container .body .leave-link {
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 10px 0 15px;
}

.confirm-age-modal-container .body .leave-link a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.confirm-age-modal-container .body .leave-link a:hover {
    border-bottom: 1px solid transparent;
}

.confirm-age-modal-container .body .info {
    text-transform: uppercase;
    color: #a1afbb;
    font-size: 11px;
}

.modal-dialog.tos-modal {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.tos-modal .modal-content {
    background: #3a4152;
}

.tos-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 25px;
    font-size: 12px;
}

.tos-modal-container h2 {
    font-weight: 500;
    margin: 10px 0;
}

.tos-modal-container h2:first-child {
    margin-top: 0;
}

.tos-modal-container p {
    margin: 10px 0;
}

.tos-modal-container .tos-modal-block {
    max-height: 450px;
}
.modal-dialog.captcha-need-modal {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 499px) {
    .modal-dialog.captcha-need-modal {
        width: calc(100% - 20px);
    }
}

.modal-dialog.captcha-need-modal .modal-content {
    background: #3a4152;
}

.captcha-need-modal-container {
    padding: 0;
}

.captcha-need-modal-container .caption {
    font-family: exo\2, Open Sans, sans-serif;
    font-size: 16px;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: #323846;
    justify-content: center;
}

.captcha-need-modal-container .caption:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, #4986f5), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0));
}

.captcha-need-modal-container .form {
    padding: 15px 25px;
}

.captcha-need-modal-container .form .label {
    margin-bottom: 10px;
    text-align: center;
}

.captcha-need-modal-container .form .captcha {
    display: flex;
    justify-content: center;
}

.captcha-need-modal-container .form .btn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 13px 15px;
    font-size: 15px;
    justify-content: center;
}
.message-block.quiz {
    position: relative;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 44px;
    padding: 12px;
    border-top: 1px solid #4986f5;
    border-bottom: 1px solid #4986f5;
    background: rgba(72, 133, 243, 0.1);
}
.message-block.quiz .message-content {
    width: 100%;
    margin-left: 0;
}
.message-block.quiz .quizLabel {
    color: #4986f5;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    font-weight: 700;
    margin: 0;
}
.message-block.quiz .quizLabel svg {
    font-size: 13px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.message-block.quiz .quizLabel > span {
    margin-left: 5px;
    font-weight: 400;
    word-break: break-word;
}

.message-block.quiz .bet-number {
    margin-left: 3px;
    padding-left: 16px;
}

.message-block.quiz .bet-number span {
    margin-left: 5px;
    font-weight: 400;
    word-break: break-word;
}

.quizMessage .bet-number svg {
    left: -16px;
    font-size: 13px;
    fill: #62ca5b;
}

.quizMessage {
    font-size: 13px;
    color: #62ca5b;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-basket {
    width: 1.142578125em;
}

.icon-more {
    width: 3.25em;
}

.icon-arrow-down,
.icon-arrow-up {
    width: 1.111328125em;
}

.icon-club {
    width: 1.01171875em;
}

.icon-coin {
    width: 0.9111328125em;
}

.icon-coin.balance {
    fill: #62ca5b;
}

.icon-coin.bonus {
    fill: #ffc645;
}

.icon-conversations {
    width: 1.1669921875em;
}

.icon-copy {
    width: 0.77734375em;
}

.icon-diamond {
    width: 0.875em;
}

.icon-double-down {
    width: 1.0908203125em;
}

.icon-double-up {
    width: 1.142578125em;
}

.icon-down {
    width: 0.6669921875em;
}

.icon-facebook {
    width: 0.5380859375em;
}

.icon-faq {
    width: 0.8662109375em;
}

.icon-heart {
    width: 1.142578125em;
}

.icon-hilo {
    width: 0.818359375em;
}

.icon-instagram {
    width: 0.9228515625em;
}

.icon-left {
    width: 0.6669921875em;
}

.icon-logout {
    width: 1.125em;
}

.icon-minus {
    width: 0.7861328125em;
}

.icon-person {
    width: 0.857421875em;
}

.icon-plus {
    width: 0.7861328125em;
}

.icon-stats {
    width: 1.818359375em;
}

.icon-rouble1 {
    width: 0.7138671875em;
}

.icon-send {
    width: 0.888671875em;
}

.icon-smile {
    width: 1.06640625em;
}

.icon-sound {
    width: 0.9228515625em;
}

.icon-spade {
    width: 0.9091796875em;
}

.icon-support {
    width: 0.9375em;
}

.icon-thumb-down {
    width: 1.03125em;
}

.icon-twitter {
    width: 1.181640625em;
}

.icon-vk {
    width: 1.4443359375em;
}

.icon-wand {
    width: 1.0625em;
}

.icon-check-square-o {
    width: 0.9324999999999999em;
}

.icon-square-o {
    width: 0.7857142857142857em;
}

.icon-usd {
    width: 0.5697857142857142em;
}

.icon-rub {
    width: 0.7142857142857142em;
}
@media (max-width: 820px) {
    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1299px) {
    .wrapper .page {
        padding-left: 60px;
    }

    .wrapper .main-content .main-content-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper .main-content .section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 999px) {
    .wrapper .main-content .main-content-footer,
    .wrapper .main-content .section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 820px) {
    .wrapper .page {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .tick-list li {
        height: 100px;
    }
}

@media screen and (max-width: 600px) {
    .tick-list li {
        height: 110px;
    }
}

@media screen and (max-width: 1099px) {
    .form-field .right-icon {
        width: 35px;
    }

    .form-field .right-icon svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 820px) {
    .form-field .right-icon {
        width: 45px;
    }

    .form-field .right-icon svg {
        width: 13px;
        height: 13px;
    }
}

@media screen and (max-width: 969px) {
    .form-row {
        margin-bottom: 10px;
    }

    .form-row.inline .form-label {
        -webkit-flex-basis: 35%;
        flex-basis: 35%;
    }

    .form-row.inline .form-field {
        -webkit-flex-basis: 65%;
        flex-basis: 65%;
    }
}

@media screen and (max-width: 820px) {
    .form-row.inline.xs-column {
        display: block;
    }

    .form-row.inline.xs-column .form-field,
    .form-row.inline.xs-column .form-label {
        width: 100%;
    }

    .form-row.inline.xs-column .form-label {
        padding-right: 0;
    }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .input-field {
        padding: 0 7px;
    }

    .input-field + .input-suffix {
        padding: 0 8px;
    }
}

@media screen and (max-width: 820px) {
    .grouped-fields.xs-column {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .grouped-fields.xs-column .input-field {
        border-radius: 6px;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
    }

    .grouped-fields.xs-column .input-with-icon {
        margin-right: 0;
    }
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (max-width: 969px) {
    .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 820px) {
    .btn {
        padding: 7px 0;
    }
}

@media screen and (max-width: 820px) {
    .header .logo {
        display: block;
    }

    .header .logo img {
        width: 55px;
        height: 40px;
    }
}

@media (max-width: 820px) {
    .deposit-wrap .deposit-block .btn {
        width: 80px;
    }
}

@media (max-width: 380px) {
    .deposit-wrap .deposit-block .select-field {
        width: 95px;
        font-size: 14px;
        padding: 0 6px;
    }

    .deposit-wrap .dropdown > .btn {
        padding: 0 18px 0 8px;
    }

    .deposit-wrap .dropdown > .btn .opener {
        width: 12px;
        height: 12px;
        right: 4px;
    }

    .deposit-wrap .dropdown > .btn .selected svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 1050px) {
    .top-nav li .toggle > ul {
        top: 30px;
        background: #20242d;
        width: 100%;
    }
}

@media (max-width: 1169px) {
    .top-nav li a {
        padding: 8px;
    }

    .top-nav li a svg {
        display: none;
    }

    .top-nav li .toggle .btn {
        padding: 8px;
    }

    .top-nav li .toggle svg {
        display: none;
    }
}

@media (max-width: 1099px) {
    .top-nav li {
        margin-right: 0;
    }

    .top-nav li a {
        padding: 8px;
    }

    .top-nav li a svg {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
}

@media (max-width: 991px) {
    .top-nav li .badge {
        right: 5px;
        top: 8px;
    }

    .top-nav li a svg {
        display: inline-block;
    }

    .top-nav li .toggle .btn {
        padding: 8px 13px;
    }

    .top-nav li .toggle svg {
        display: inline-block;
    }
}

@media (max-width: 820px) {
    .top-nav-wrapper {
        display: none;
    }
}

@media (max-width: 1350px) {
    .top-nav-wrapper .top-nav li .btn,
    .top-nav-wrapper .top-nav li a {
        padding: 8px 5px;
    }

    .top-nav-wrapper .top-nav li .toggle .btn {
        padding: 8px 23px 8px 8px;
    }
}

@media (max-width: 1250px) {
    .top-nav-wrapper .top-nav li .btn svg,
    .top-nav-wrapper .top-nav li a svg {
        display: none;
    }

    .top-nav-wrapper .top-nav li .icon-down {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1050px) {
    .top-nav-wrapper .opener {
        display: -webkit-flex;
        display: flex;
    }

    .top-nav-wrapper .top-nav {
        position: absolute;
        left: 0;
        top: 45px;
        min-width: 172px;
        background: #242932;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        align-items: stretch;
        border-radius: 6px;
        box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
    }

    .top-nav-wrapper .top-nav.opened {
        max-height: 230px;
        overflow: visible;
    }

    .top-nav-wrapper .top-nav li {
        margin-right: 0;
    }

    .top-nav-wrapper .top-nav li a {
        padding: 8px 13px;
        border-radius: 0;
    }

    .top-nav-wrapper .top-nav li a svg {
        margin-right: 5px;
    }

    .top-nav-wrapper .top-nav li.current a,
    .top-nav-wrapper .top-nav li a:hover {
        opacity: .9;
    }
}


@media screen and (max-width: 1199px) {
    .header .btn {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 969px) {
    .header {
        padding: 15px;
    }

    .header.sticky {
        padding: 15px 225px 15px 75px;
    }
}

@media screen and (max-width: 969px) {
    .header {
        padding-left: 75px;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 820px) {
    .header {
        box-shadow: none !important;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1000;
    }

    .header .deposit-block,
    .header .top-nav li.current a,
    .header .top-nav li a:hover {
        background: #262b37;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 820px) {
    .wrapper .main-content .bets-section {
        z-index: 30;
        position: relative;
        margin-bottom: 60px;
        overflow-y: visible;
    }
}

@media (max-width: 820px) {
    .section-page {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .section-page {
        padding: 15px;
    }
}

@media screen and (max-width: 999px) {
    .bets-section {
        padding-top: 15px;
    }
}

@media screen and (max-width: 820px) {
    .bets-section {
        position: fixed;
        overflow-y: scroll;
        top: 64px;
        left: 0;
        width: 100vw;
        z-index: 10;
        height: calc(100vh - 128px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 1100px) {
    .row .col-lg-1 {
        width: 8.33333%;
    }

    .row .col-lg-1,
    .row .col-lg-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-2 {
        width: 16.66667%;
    }

    .row .col-lg-3 {
        width: 25%;
    }

    .row .col-lg-3,
    .row .col-lg-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-4 {
        width: 33.33333%;
    }

    .row .col-lg-5 {
        width: 41.66667%;
    }

    .row .col-lg-5,
    .row .col-lg-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-6 {
        width: 50%;
    }

    .row .col-lg-7 {
        width: 58.33333%;
    }

    .row .col-lg-7,
    .row .col-lg-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-8 {
        width: 66.66667%;
    }

    .row .col-lg-9 {
        width: 75%;
    }

    .row .col-lg-9,
    .row .col-lg-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-10 {
        width: 83.33333%;
    }

    .row .col-lg-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 1099px) {
    .row .col-md-1 {
        width: 8.33333%;
    }

    .row .col-md-1,
    .row .col-md-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-2 {
        width: 16.66667%;
    }

    .row .col-md-3 {
        width: 25%;
    }

    .row .col-md-3,
    .row .col-md-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-4 {
        width: 33.33333%;
    }

    .row .col-md-5 {
        width: 41.66667%;
    }

    .row .col-md-5,
    .row .col-md-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-6 {
        width: 50%;
    }

    .row .col-md-7 {
        width: 58.33333%;
    }

    .row .col-md-7,
    .row .col-md-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-8 {
        width: 66.66667%;
    }

    .row .col-md-9 {
        width: 75%;
    }

    .row .col-md-9,
    .row .col-md-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-10 {
        width: 83.33333%;
    }

    .row .col-md-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 969px) {
    .row .col-sm-1 {
        width: 8.33333%;
    }

    .row .col-sm-1,
    .row .col-sm-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-2 {
        width: 16.66667%;
    }

    .row .col-sm-3 {
        width: 25%;
    }

    .row .col-sm-3,
    .row .col-sm-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-4 {
        width: 33.33333%;
    }

    .row .col-sm-5 {
        width: 41.66667%;
    }

    .row .col-sm-5,
    .row .col-sm-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-6 {
        width: 50%;
    }

    .row .col-sm-7 {
        width: 58.33333%;
    }

    .row .col-sm-7,
    .row .col-sm-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-8 {
        width: 66.66667%;
    }

    .row .col-sm-9 {
        width: 75%;
    }

    .row .col-sm-9,
    .row .col-sm-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-10 {
        width: 83.33333%;
    }

    .row .col-sm-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 820px) {
    .row .col-xs-1 {
        width: 8.33333%;
    }

    .row .col-xs-1,
    .row .col-xs-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-2 {
        width: 16.66667%;
    }

    .row .col-xs-3 {
        width: 25%;
    }

    .row .col-xs-3,
    .row .col-xs-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-4 {
        width: 33.33333%;
    }

    .row .col-xs-5 {
        width: 41.66667%;
    }

    .row .col-xs-5,
    .row .col-xs-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-7 {
        width: 58.33333%;
    }

    .row .col-xs-7,
    .row .col-xs-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-8 {
        width: 66.66667%;
    }

    .row .col-xs-9 {
        width: 75%;
    }

    .row .col-xs-9,
    .row .col-xs-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-10 {
        width: 83.33333%;
    }

    .row .col-xs-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 1099px) {
    .circle {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 768px) {
    .circle {
        transform: scale(1);
    }
}

@media screen and (max-width: 420px) {
    .circle {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 380px) {
    .circle {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 320px) {
    .circle {
        transform: scale(0.6);
    }
}

@media screen and (max-height: 549px) {
    .side-nav li {
        margin-bottom: 10px;
    }
}

@media screen and (max-height: 479px) {
    .side-nav li {
        margin-bottom: 5px;
    }
}

@media (max-width: 820px) {
    .chat .chat-editable {
        max-width: 100%;
        height: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 820px) {
    .chat .chat-message-input {
        height: 64px;
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 969px) {
    .chat .chat-textarea {
        max-width: calc(100% - 45px);
    }
}

@media screen and (max-width: 820px) {
    .chat {
        height: auto !important;
    }
}

@media (max-height: 580px), (max-width: 820px) {
    .user-profile .avatar {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0;
        padding: 3px;
    }

    .user-profile .user-block {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .user-profile .user-name .nickname {
        max-width: 140px;
    }
}

@media (max-width: 820px) {
    .user-profile .user-name .nickname {
        max-width: 200px;
    }
}

@media screen and (max-width: 969px) {
    .tabs-nav.big-tabs > .item {
        padding: 10px;
    }
}

@media (max-width: 1366px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 250px;
    }
}

@media (max-width: 1299px) {
    .right-sidebar.sticky .sidebar-container {
        padding-top: 15px;
    }

    .right-sidebar .sidebar-container {
        padding-top: 35px;
    }
}

@media (max-width: 1099px) {
    .right-sidebar .sidebar-container {
        padding-top: 15px;
    }

    .right-sidebar .tabs-nav {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 1020px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 240px;
    }
}

@media (max-width: 969px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 210px;
    }

    .right-sidebar .chat,
    .right-sidebar .user-profile {
        padding: 0 15px;
    }
}

@media (max-width: 820px) {
    .right-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: calc(100% - 20px);
        position: fixed;
        z-index: 999;
        padding-bottom: 0;
    }

    .right-sidebar .sidebar-container {
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .right-sidebar.opened {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
    }

    .right-sidebar .tabs-nav {
        display: none;
    }

    .right-sidebar .chat {
        height: calc(100% - 30px) !important;
    }

    .right-sidebar .chat .chat-params {
        padding: 10px 0 10px 5px;
    }

    .right-sidebar .user-profile {
        margin-top: 30px;
        height: 100%;
    }
}

@media (max-width: 820px) {
    .close-btn {
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (max-width: 1299px) {
    .bets-tabs-row {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 999px) {
    .bets-tabs-row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 891px) {
    .bets-tabs-row .btn {
        font-size: 11px;
        padding: 7px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        white-space: nowrap;
    }

    .bets-tabs-row .btn:first-child {
        margin: 0 0 10px;
    }

    .bets-tabs-row > div {
        width: 50%;
    }

    .bets-tabs-row > div:first-child {
        padding: 0 5px 0 0;
    }

    .bets-tabs-row > div:nth-child(2) {
        padding: 0 0 0 5px;
    }
}

@media screen and (max-width: 820px) {
    .bets-tabs-row {
        padding-right: 30px;
    }
}

@media (max-width: 969px) {
    .table-heading .th {
        font-size: 10px;
        padding: 8px 10px;
    }
}

@media (max-width: 820px) {
    .table-heading.tournaments .xs-hide {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .table tr td {
        font-size: 11px;
        line-height: 14px;
    }
}

@media screen and (max-width: 969px) {
    .table tr td,
    .table tr th {
        padding: 8px 10px;
    }
}

@media (max-width: 1099px) {
    .game-stats .table-heading .th {
        padding: 10px;
    }

    .game-stats .username .btn-link {
        font-size: 12px;
        margin-left: 0;
    }

    .game-stats .game-data .game-icon {
        margin-right: 8px;
    }

    .game-stats .game-data .game-icon svg {
        width: 18px;
        height: 18px;
    }

    .game-stats .game-data .game-info .btn-name {
        font-size: 12px;
        line-height: 11px;
    }

    .game-stats table tbody tr {
        padding: 0;
    }

    .game-stats table tbody tr td {
        font-size: 12px;
        padding: 8px 10px;
    }

    .game-stats tr td,
    .game-stats tr th {
        padding: 8px 10px;
    }

    .game-stats .thead .th:nth-child(3),
    .game-stats tbody .time {
        display: none;
    }
}

@media screen and (max-width: 891px) {
    .game-stats .username {
        overflow: hidden;
    }

    .game-stats .game-icon {
        display: none;
    }

    .game-stats .game-stats .table-heading .th,
    .game-stats .game-stats table tbody tr td {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 820px) {
    .game-stats .thead .th:nth-child(3) {
        display: table-cell;
    }

    .game-stats .game-icon {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .promo-counters .counter-block {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .footer-counters .counter-block {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .footer-counters {
        padding-top: 30px;
    }
}

@media screen and (max-width: 969px) {
    .footer-counters {
        padding-top: 15px;
    }
}

@media screen and (max-width: 820px) {
    .footer-counters {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .footer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 820px) {
    .footer {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .mobile-nav-component {
        display: block;
    }
}

@media (max-width: 1099px) {
    .input-group-append.text {
        font-size: 10px;
    }
}

@media screen and (max-width: 499px) {
    .modal-dialog.deposit-modal {
        width: calc(100% - 14px);
    }
}

@media (max-width: 499px) {
    .modal-dialog.faucet-demo-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 820px) {
    .modal-dialog.user-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 1299px) {
    .game .game-component {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1099px) {
    .game .game-component {
        width: calc(64.1204% - 10px);
        -webkit-flex: none;
        flex: none;
    }
}

@media screen and (max-width: 820px) {
    .game {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .game .game-component {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .game-sign .game-sign-block {
        padding: 15px;
        font-size: 15px;
    }

    .game-sign .game-sign-block .btn {
        margin-top: 10px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 969px) {
    .game-area .game-area-content .game-dice {
        margin-bottom: 8px;
    }
}

@media (max-width: 1099px) {
    .input-group-append.text {
        font-size: 10px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (max-width: 499px) {
    .modal-dialog.fair-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 1299px) {
    .game-sidebar {
        width: 290px;
    }
}

@media screen and (max-width: 1099px) {
    .game-sidebar {
        width: 35.8796%;
    }
}

@media screen and (max-width: 991px) {
    .game-sidebar .sidebar-block {
        padding: 15px;
    }
}

@media screen and (max-width: 820px) {
    .game-sidebar {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer button {
        font-size: 9px;
    }

    .bet-component .bet-footer button svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 991px) and (min-width: 820px) {
    .bet-component .form-field,
    .bet-component .form-field .input-field {
        font-size: 12px;
    }

    .bet-component .buttons-group .btn-action {
        padding: 9px 3px;
        font-size: 10px;
    }

    .bet-component .bet-footer button {
        font-size: 8px;
    }

    .bet-component .bet-footer button svg {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 820px) {
    .bet-component .bet-footer {
        /* display:none */
    }
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer .btn-fairness {
        border-radius: 15px;
        margin: 0 0 0 4px;
        font-size: 11px;
        padding: 0;
        width: 30px !important;
        height: 30px !important;
    }

    .bet-component .bet-footer .btn-fairness svg {
        margin: 0;
    }

    .bet-component .bet-footer .btn-fairness > span {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .pick-wrapper .btn-auto-pick {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 1099px) {
    .pick-wrapper .btn-auto-pick {
        padding: 9px 5px;
    }

    .pick-wrapper .btn-auto-pick svg {
        margin-right: 3px;
        margin-top: -4px;
        margin-left: 0;
        width: 16px;
        height: 16px;
        display: block;
    }

    .pick-wrapper .pick-or {
        padding: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    .pick-wrapper .pick,
    .pick-wrapper .pick-numbers {
        font-size: 10px;
    }
}

@media screen and (max-width: 820px) {
    .pick-wrapper .pick {
        font-size: 13px;
    }

    .pick-wrapper .pick-numbers {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 499px) {
    .modal-dialog.confirm-age-modal {
        width: calc(100% - 14px);
    }
}

@media (max-width: 499px) {
    .confirm-age-modal-container .body .buttons .btn {
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 499px) {
    .modal-dialog.tos-modal {
        width: calc(100% - 14px);
    }
}
.notify {
    position: fixed;
    z-index: 999999;
    height: 0;
    top: 15px;
    left: 50%;
}

.notify__item {
    position: absolute;
    top: 0;
    left: 0;
    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;
    transform: translateY(5px) translateX(-50%);
}

.notify__item.success {
    color: #66bb6a;
}

.notify__item.error {
    color: #ef5350;
}

.notify__item.info {
    color: #42a5f5;
}

.notify__item.default {
    color: #bdbdbd;
}

.notify__item.show {
    opacity: 1;
}

.notify__item:not(.show) {
    z-index: 0;
    opacity: 0;
}

.notify__item-wrap {
    font-size: 11px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 400px;
    min-width: 320px;
    min-height: 50px;
    padding: 10px 45px 10px 60px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -webkit-animation: showUp 0.4s;
    animation: showUp 0.4s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 15px #676767;
}

.notify__aside,
.notify__item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.notify__aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.notify__aside img {
    -webkit-animation: showIcon 0.5s;
    animation: showIcon 0.5s;
}

.notify__title {
    padding-bottom: 5px;
    color: #616161;
    font-size: 15px;
}

.notify__message {
    color: #9e9e9e;
}

.notify__close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    color: #bdbdbd;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
}

.notify__close:active,
.notify__close:focus {
    outline: none;
}

.notify__close:hover {
    background-color: #fafafa;
    outline: none;
}
@-webkit-keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes fadeOutDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes flipScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes flipScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

@keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

@-webkit-keyframes reorderLeft {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(40deg) translate(-100vw,-50vh);
        transform: rotate(40deg) translate(-100vw,-50vh)
    }
}

@keyframes reorderLeft {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(40deg) translate(-100vw,-50vh);
        transform: rotate(40deg) translate(-100vw,-50vh)
    }
}

@-webkit-keyframes backfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@keyframes backfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@-webkit-keyframes frontfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes frontfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@-webkit-keyframes frontFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@keyframes frontFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@-webkit-keyframes backFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes backFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes blink {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@-webkit-keyframes shiftFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0
    }
}

@keyframes shiftFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0
    }
}

@-webkit-keyframes isFetching {
    0%,50%,to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes isFetching {
    0%,50%,to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes isFetchingFull {
    0%,50%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes isFetchingFull {
    0%,50%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes scaleUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes translate {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@keyframes translate {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@-webkit-keyframes translateBomb {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@keyframes translateBomb {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@-webkit-keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    60% {
        -webkit-transform: scale(1.2) translate(-50%,-50%);
        transform: scale(1.2) translate(-50%,-50%)
    }

    85% {
        -webkit-transform: scale(.9) translate(-50%,-50%);
        transform: scale(.9) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%)
    }
}

@keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    60% {
        -webkit-transform: scale(1.2) translate(-50%,-50%);
        transform: scale(1.2) translate(-50%,-50%)
    }

    85% {
        -webkit-transform: scale(.9) translate(-50%,-50%);
        transform: scale(.9) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%)
    }
}

@-webkit-keyframes scaleAppearHalf {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.6) translate(-50%,-50%);
        transform: scale(.6) translate(-50%,-50%)
    }
}

@keyframes scaleAppearHalf {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.6) translate(-50%,-50%);
        transform: scale(.6) translate(-50%,-50%)
    }
}

@-webkit-keyframes scaleAppearHalfTriple {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.7) translate(-50%,-50%);
        transform: scale(.7) translate(-50%,-50%)
    }
}

@keyframes scaleAppearHalfTriple {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.7) translate(-50%,-50%);
        transform: scale(.7) translate(-50%,-50%)
    }
}

@-webkit-keyframes showDown {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showDown {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showUp {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showUp {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showIcon {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showIcon {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slideDownOut {
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes slideDownOut {
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-webkit-keyframes isSlidingFrame {
    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 {
    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 swing {
    15% {
        -webkit-transform: scale(1) translateX(5px);
        transform: scale(1) translateX(5px)
    }

    30% {
        -webkit-transform: scale(1) translateX(-5px);
        transform: scale(1) translateX(-5px)
    }

    50% {
        -webkit-transform: scale(1) translateX(3px);
        transform: scale(1) translateX(3px)
    }

    65% {
        -webkit-transform: scale(1) translateX(-3px);
        transform: scale(1) translateX(-3px)
    }

    80% {
        -webkit-transform: scale(1) translateX(2px);
        transform: scale(1) translateX(2px)
    }

    to {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

@keyframes swing {
    15% {
        -webkit-transform: scale(1) translateX(5px);
        transform: scale(1) translateX(5px)
    }

    30% {
        -webkit-transform: scale(1) translateX(-5px);
        transform: scale(1) translateX(-5px)
    }

    50% {
        -webkit-transform: scale(1) translateX(3px);
        transform: scale(1) translateX(3px)
    }

    65% {
        -webkit-transform: scale(1) translateX(-3px);
        transform: scale(1) translateX(-3px)
    }

    80% {
        -webkit-transform: scale(1) translateX(2px);
        transform: scale(1) translateX(2px)
    }

    to {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.header-block {
    text-decoration: none;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.promo-bonus-bg {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

/* Slots */
.slots-container {
    text-decoration: none;
}
.slots-render {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.4%;
}
.slots-container {
    margin-top: 20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
@media (min-width: 1366px) {
    .slot-md-3 {
        position: relative;
        width: calc(20% - 16px);
    }
}
@media (min-width: 768px) {
    .slot-md-3 {
        width: calc(25% - 16px);
    }
}
.slot-md-3 {
    position: relative;
    width: 15.5%;
}
.gamemode-el {
    position: relative;
}
.gamemode {
    overflow: hidden;
    border-radius: 5px;
}
.gamemode {
    position: relative;
    will-change: transform;
    transition: all .3s ease 0s;
}
.gamemode:before {
    content: "";
    display: block;
    padding-top: 66%;
}
.gamemode:before {
    content: "";
    display: block;
    padding-top: 74.0741%;
}
.gamemode-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    overflow: hidden;
    transition: all .14s ease-in-out;
}
.gamemode-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slot_labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.slot_labels .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    width: fit-content;
    margin-right: 0px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #fdfdfd;
    border-color: linear-gradient(161deg,#0f63e1,#6d33ca);
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.d-none {
    display: none!important;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.slot_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-flow: column nowrap;
    transition: all .3s linear;
    background-color: #000000d3;
    display: none;
}
.btn-play-slot {
    padding: 3px 30px;
    border-radius: 100px;
}
.btn-play-slot-demo {
    margin-top: 10px;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    white-space: nowrap;
}
.gamemode-el>*+* {
    margin-top: 0.2rem!important
}
.gamemode-advantage {
    margin-top: 5px;
    color: #e3e2e7!important;
}
.gamemode-description {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    flex-wrap: wrap;
}
.gamemode-el>*+* {
    margin-top: 1rem;
}
.gamemode-description>:first-child {
    margin-right: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gamemode-description span {
    font-size: 15px;
}
.gamemode-title {
    font-weight: 500;
    font-size: 1em;
    text-transform: capitalize;
    margin: 0;
    border-radius: 5px;
    color: #e3e2e7!important;
}
.gamemode-title {
    font-weight: 500;
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0;
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 {
    opacity: 1;
}
.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px);
}
.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px);
}
.container-slots {
    height: auto;
    width: 100%;
    min-height: 280px;
    background-color: #201e35;
    border-radius: 6px;
}
.container-slots .carousel-inner {
    border-radius: 6px 6px 0 0;
}

.container-slots .content-slots {
    text-decoration: none;
}

/* Slots Filter */

.menuBlock__3oOF7 {
    display: flex;
    position: relative;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l {display: flex;border-radius: 5px;justify-content: flex-start;display: flex;flex-direction: row;align-items: center;justify-content: center;gap: 4px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l {display: flex;flex-direction: column;align-items: center;cursor: pointer;background-color: #0a1020;border-radius: 8px;width: 60px;height: 48px;position: relative;cursor: pointer;padding: 5px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX {
    width: 46px;
    height: 32px;
    margin-bottom: 5px;
    padding: 0 5px;
    fill: #828f9a;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l.active .menuIcon__n64RX svg, .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l.active .menuTitle__2JoP9 {
    color: #B1A5E7;
    fill: #B1A5E7;
}
.icon__1VTLu {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX {
    width: 46px;
    height: 32px;
    margin-bottom: 5px;
    padding: 0 5px;
    fill: #877AC1;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuTitle__2JoP9 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #877AC1;
    transition: all .3s ease;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS {position: relative;}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .placeholderTitle__22fzr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #877AC1;
    transition: all .3s ease;
    line-height: 30px;
    font-size: 16px;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW {
    width: 18px;
    height: 14px;
    color: #877AC1;
    transition: .2s;
    margin-left: 10px;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .placeholderTitle__22fzr.active, .menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW.active {
    color: #877AC1;
    fill: #877AC1;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW.active {
    transform: rotate(180deg);
}
.menuBlock__3oOF7 .menuWrapper__2Y07l.providers__XBoga {position: absolute;left: -99999px;width: 100%;background: #0a1020;box-shadow: 0 15px 20px rgba(0,0,0,.5);z-index: 9999;top: 65px;display: flex;gap: 15px;flex-wrap: wrap;padding: 10px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX svg {
    width: 100%;
    height: 100%;
    color: #877AC1;
    transition: all .3s ease;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l:hover .menuIcon__n64RX svg, .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l:hover .menuTitle__2JoP9 {
    color: #B1A5E7;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS:hover .placeholderTitle__22fzr, .menuBlock__3oOF7 .menuPlaceholder__3_YUS:hover .arrow__GNUfW {
    color: #B1A5E7;
}

/* Other */
.footer .icon-telegram {
    width: 12px;
    height: 12px;
}

/* Footer */

.footer__1rwis {
    flex: none;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}
.footer__1rwis .paySystems__il0D9 {
    display: flex;
    width: calc(100% + 10px);
    padding-bottom: 5px;
    margin: 0 -10px 0;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:hover {
    opacity: .8;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 {
    width: calc(100%/8);
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all .14s ease-in-out;
    cursor: pointer;
    align-items: center;
    background: #0a1020;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 0;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
    height: 24px;
}
.footer__1rwis .footerContent___lPOE {
    background: #20242d;
    padding: 20px 0;
    font-size: 11px;
    color: #525c71;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-grow: 0;
    justify-content: center;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
    display: inline-block;
    margin-right: 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a {
    display: flex;
    align-items: center;
    color: #828f9a;
    font-size: 11px;
    cursor: pointer;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a.active__nJtT5,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:focus,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:hover {
    color: #fff;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu:last-child {
    margin-bottom: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb {
    display: flex;
    width: 45%;
    flex-grow: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
    display: flex;
    margin-bottom: 10px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
    display: flex;
    align-items: center;
    border-right: 1px solid #2c3240;
    padding: 0 15px;
    color: #828f9a;
    font-size: 12px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    color: #525c71;
    fill: #525c71;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a img,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    height: 22px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW {
    width: 80px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW path {
    fill: #fff;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerCert__1aR6p {
    width: 22px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerCopyright__1Uv5V,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
    padding-bottom: 10px;
}
.footerLeft__1QZdl .footerCopyright__1Uv5V {
    color: #fff;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk,
.footerRight__29vcb .footerRight__29vcb {
    display: flex;
    text-align: right;
    max-width: 400px;
}
.rightWrapper__17QGx {
    overflow-wrap: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 900;
    width: 280px;
    flex-shrink: 0;
    padding: 20px 0;
}
.rightWrapper__17QGx .rightContent__2fFpD {
    display: flex;
    width: 100%;
    height: 100%;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w {
    height: 100%;
    padding: 20px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #1c2028;
    border-radius: 10px;
}
.rightWrapper__17QGx .rightTabs__3gwnC {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    flex: none;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg {
    margin-right: 10px;
    background-color: transparent;
    background-color: initial;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    color: #828f9a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    position: relative;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:last-child {
    margin-right: 0;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg svg {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:active,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:focus,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:hover {
    outline: none;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg.rightCurrent__2CInI,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:hover {
    color: #fff;
    background: #242932;
}
@media (max-height: 479px) {
    .leftWrapper__3xArR .leftContainer__3SRCc .leftNav__3UNHu li {
        margin-bottom: 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1366px) {
    .rightWrapper__17QGx {
        width: 250px;
    }
}
@media (max-width: 1099px) {
    .rightWrapper__17QGx .rightTabs__3gwnC {
        margin-bottom: 19px;
    }
}
@media (max-width: 1099px) {
    .rightWrapper__17QGx {
        width: 240px;
    }
}
@media (max-width: 1099px) {
    .mainContainer__3Rh7f .section__2Wf1h {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 900px) {
    .content__3SF6F {
        padding: 0;
    }
    .wrapper__19VT9 {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .leftWrapper__3xArR {
        display: none;
    }
    .contentWrapper__3clZv .contentScroll__MSqqr {
        padding: 0 15px;
    }
    .contentWrapper__3clZv .contentScroll__MSqqr::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    .footer__1rwis,
    .mainContainer__3Rh7f .section__2Wf1h {
        padding: 0;
    }
    .footer__1rwis .paySystems__il0D9 {
        margin: 5px -10px 0;
        padding-top: 15px;
    }
    .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
        height: 20px;
    }
    .rightWrapper__17QGx {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        top: -2px;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: calc(100% - 50px);
        position: fixed;
        z-index: 999;
        padding: 0;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w {
        width: 100%;
        flex-direction: row;
        padding-top: 0;
    }
    .rightWrapper__17QGx.rightIsOpen__2e1uv {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .rightWrapper__17QGx .rightTabs__3gwnC {
        display: none;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT {
        height: calc(100% - 30px);
        padding: 0 15px;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv {
        padding: 10px 0 10px 5px;
    }
    .rightWrapper__17QGx .rightContent__2fFpD {
        padding-top: 10px;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
        text-align: center;
        margin: 10px 0;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
        padding-bottom: 20px;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb {
        border-bottom: none;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
        justify-content: center !important;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet a {
        margin: 0 10px;
    }
}
@media (max-width: 500px) {
    .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
        height: 18px;
    }
}
@media (max-width: 468px) {
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb {
        justify-content: space-between;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
        margin: 0 5px 5px 0;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
        margin: 0;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
        border: 0;
        padding: 0;
        margin-right: 0;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de > span {
        display: inline-block;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
        width: 100%;
        justify-content: space-between;
    }
}
.footer__1rwis .footerContent___lPOE {
    background: transparent;
    padding: 20px 0;
    font-size: 11px;
    color: #525c71;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-grow: 0;
    justify-content: center;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
    display: inline-block;
    margin-right: 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a {
    display: flex;
    align-items: center;
    color: #fffffffc;
    font-size: 11px;
    cursor: pointer;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a.active__nJtT5,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:focus,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:hover {
    color: #B1A5E7;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu:last-child {
    margin-bottom: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerSocial__3_cce a svg {
    width: 14px;
    color: #e2e0e7;
    margin-right: 3px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb {
    display: flex;
    width: 45%;
    flex-grow: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    color: #fffffffa;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
    display: flex;
    margin-bottom: 10px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
    display: flex;
    align-items: center;
    border-right: 1px solid #2b2552;
    padding: 0 15px;
    color: #828f9a;
    font-size: 12px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    color: #525c71;
    fill: #525c71;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a img,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    height: 22px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW {
    width: 80px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
svg.footerLicense__2cXyW, svg.footerCert__1aR6p {
    fill: #B1A5E7!important;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW path {
    fill: #fff;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerCert__1aR6p {
    width: 22px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerCopyright__1Uv5V,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
    padding-bottom: 10px;
}
.footerLeft__1QZdl .footerCopyright__1Uv5V {
    color: #ffffff;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk,
.footerRight__29vcb .footerRight__29vcb {
    display: flex;
    text-align: right;
    max-width: 400px;
}

/* Error 404 */

.error {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.error .code {
    font-size: 70px;
    font-weight: bolder;
    color: #B1A5E7;
}
.error .desc {
    color: #b1a5e7c9 ;
    font-size: 20px;
}
.error .btn {
    margin-top: 20px;
}

/* Error loader */

.slots-error {
    display: flex;
    width: 100%;
    height: calc(100vh - 736px);
    justify-content: center;
    align-items: center;
    min-height: 200px;
    flex-direction: column;
}
.error_paginate {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.error_paginate .code {
    font-size: 70px;
    font-weight: bolder;
}
.error_paginate .desc {
    color: #B1A5E7;
    font-size: 20px;
}
.error_paginate .btn {
    margin-top: 20px;
}

/* Scrollbar */

body::-webkit-scrollbar {
    width: 4px;
}
body::-webkit-scrollbar-track {
    background: #3E3370;
}
body::-webkit-scrollbar-thumb {
    background-color: #9089B4;
}
.header .top-nav::-webkit-scrollbar, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar {
    height: 3px;
    border-radius: 5px;
}
.header .top-nav::-webkit-scrollbar-track, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar-track {
    background: #0a1020;
}
.header .top-nav::-webkit-scrollbar-thumb, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar-thumb {
    background: #1c1b1e;
}

/* Modal */

.bootstrap_modal-open__1W0fx {
    overflow: hidden;
}
.bootstrap_modal-open__1W0fx .bootstrap_modal__1ey2g {
    overflow-x: hidden;
    overflow-y: auto;
}
.bootstrap_modal__1ey2g {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.bootstrap_modal-dialog__3ExtY {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.bootstrap_modal__1ey2g.bootstrap_fade__2bz-l .bootstrap_modal-dialog__3ExtY {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (prefers-reduced-motion: reduce) {
    .bootstrap_modal__1ey2g.bootstrap_fade__2bz-l .bootstrap_modal-dialog__3ExtY {
        transition: none;
    }
}
.bootstrap_modal__1ey2g.bootstrap_show__3QkGU .bootstrap_modal-dialog__3ExtY {
    -webkit-transform: none;
    transform: none;
}
.bootstrap_modal__1ey2g.bootstrap_modal-static__1SxFd .bootstrap_modal-dialog__3ExtY {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.bootstrap_modal-dialog-scrollable__3hYrC {
    display: flex;
    max-height: calc(100% - 1rem);
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-footer__2JDxu,
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-header__rR2oq {
    flex-shrink: 0;
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-body__3BMIL {
    overflow-y: auto;
}
.bootstrap_modal-dialog-centered__3ZJmC {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.bootstrap_modal-dialog-centered__3ZJmC:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
    max-height: none;
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC:before {
    content: none;
}
.bootstrap_modal-content__vJRBa {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.bootstrap_modal-backdrop__3m-Mi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.bootstrap_modal-backdrop__3m-Mi.bootstrap_fade__2bz-l {
    opacity: 0;
}
.bootstrap_modal-backdrop__3m-Mi.bootstrap_show__3QkGU {
    opacity: 0.5;
}
.bootstrap_modal-header__rR2oq {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap_modal-header__rR2oq .bootstrap_close__2l4kQ {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.bootstrap_modal-title__11cML {
    margin-bottom: 0;
    line-height: 1.5;
}
.bootstrap_modal-body__3BMIL {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.bootstrap_modal-footer__2JDxu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap_modal-footer__2JDxu > * {
    margin: 0.25rem;
}
.bootstrap_modal-scrollbar-measure__2zFEf {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .bootstrap_modal-dialog__3ExtY {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .bootstrap_modal-dialog-scrollable__3hYrC {
        max-height: calc(100% - 3.5rem);
    }
    .bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
        max-height: calc(100vh - 3.5rem);
    }
    .bootstrap_modal-dialog-centered__3ZJmC {
        min-height: calc(100% - 3.5rem);
    }
    .bootstrap_modal-dialog-centered__3ZJmC:before {
        height: calc(100vh - 3.5rem);
    }
    .bootstrap_modal-sm__Y-2yD {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .bootstrap_modal-lg__1foTl,
    .bootstrap_modal-xl__2bt8i {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .bootstrap_modal-xl__2bt8i {
        max-width: 1140px;
    }
}
.modal-open__40fNa {
    overflow: hidden;
}
.modal-open__40fNa .modal__9DmIr {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal__9DmIr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, opacity 0.15s ease !important;
    -webkit-transform: translateZ(0) scale(0.7);
    transform: translateZ(0) scale(0.7);
    opacity: 0;
}
.modal__9DmIr.show__XPVEw {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
}
.modal-dialog__3rKUR {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog-centered__2ccwP {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered__2ccwP:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-content__4J2al {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop__kIKne {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop__kIKne.fade__1znnZ {
    opacity: 0;
}
.modal-backdrop__kIKne.show__XPVEw {
    opacity: 0.5;
}
.modal-header__2pTpQ {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header__2pTpQ .close__QHGid {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title__Wgu_1 {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body__1BSqG {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer__2DHbD {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer__2DHbD > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer__2DHbD > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure__3hviI {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade__1znnZ,
    .modal__9DmIr.fade__1znnZ .modal-dialog__3rKUR {
        transition: none;
    }
}
@media (min-width: 1200px) {
    .modal-xl__16XJ_ {
        max-width: 1140px;
    }
    .modal-dialog__3rKUR {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered__2ccwP {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered__2ccwP:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm__1fSD2 {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg__201nC {
        max-width: 800px;
    }
}
@media (max-width: 900px) {
    body.modal-open__40fNa {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
.fade__1znnZ {
    transition: opacity 0.15s linear;
}
.fade__1znnZ:not(.show__XPVEw) {
    opacity: 0;
}
.modal-content__4J2al {
    background: linear-gradient(#3a4152, #2e3542);
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    border: none;
}
.modal-body__1BSqG {
    padding: 0;
}
.modal-dialog__3rKUR {
    max-width: 900px;
}
.modal-close__3fYMP {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    z-index: 99999;
}
.modal-close__3fYMP svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: #B1A5E7;
    transition: all 0.3s;
}
.modal-close__3fYMP:hover svg {
    opacity: .9;
}
.authModal__3YRvl {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}
@media (max-width: 500px) {
    .authModal__3YRvl {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
@media (max-width: 400px) {
    .authModal__3YRvl {
        width: 100%;
    }
}
.authModal__3YRvl .errorFallback__qO3Bx {
    max-width: 100%;
}
.authModal__3YRvl .modal-content__4J2al {
    background: #090f1e;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx {
    text-decoration: none;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: #2d3340;
    border-radius: 5px 5px 0 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI img {
    height: 28px;
    margin-bottom: 7px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI h3 {
    font-size: 11px;
    color: #838896;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD {
    padding: 25px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
    display: flex;
    flex-direction: column;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    display: flex;
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button {
    width: 50%;
    padding-bottom: 15px;
    position: relative;
    color: #c1c0cb;
    cursor: pointer;
    background: none;
    border: none;
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button.active__nJtT5 {
    color: #fff;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button.active__nJtT5:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #B1A5E7;
    left: 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button:hover {
    color: #d9d9d9;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 12px;
    position: relative;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg {
    width: 100%;
    display: flex;
    margin: 0 5px;
    font-size: 24px;
    font-weight: 400;
    height: 44px;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background-color: #3E3370;
    transition: .1s all;
    opacity: .8;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg:hover {
    opacity: .7;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg svg {
    pointer-events: none;
    transition: .1s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 12px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 66%;
    display: none;
    height: 1px;
    background: hsla(0,0%,59.2%,.087);
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh span {
    background: #0e0e0e;
    display: flex;
    vertical-align: baseline;
    position: relative;
    padding: 0 10px;
    color: #c9c5e5;
    text-align: center;
    justify-content: center;
    width: min-content;
    margin: auto;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .formRow__1Efxo {
    margin-bottom: 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .btnAuth__1Zr1K {
    display: block;
    width: 100%;
    padding: 0;
    height: 50px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .btnAuth__1Zr1K:not(:disabled) {
    cursor: pointer;
    margin-top: 15px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .confirmAge__1thPD {
    font-size: 12px;
    color: rgba(177, 165, 231, 0.35);
    text-align: center;
    padding: 15px 0 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .confirmAge__1thPD a {
    color: #ffffffb0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL {
    display: flex;
    margin-top: 10px;
    margin-bottom: -20px;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid hsla(0,0%,59.2%,.087);
    justify-content: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL button {
    background: 0 0;
    padding: 0;
    color: #b1a5e787;
    font-weight: 400;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL button:hover {
    background: 0 0;
    color: #bac2c8;
}
@media (max-width: 900px) {
    .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
        max-width: 380px;
        margin: auto;
        width: 100%;
    }
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah {
    width: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .tfaInfo__cD7pt {
    display: flex;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #2d3340;
    padding-bottom: 0.75em;
    color: #9da0a9;
    font-size: 15px;
    text-align: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM {
    display: flex;
    margin: 0 -6px 20px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM input {
    width: 16.66%;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    background-color: #1f232b;
    color: #fff;
    touch-action: manipulation;
    text-align: center;
    margin: 0 6px;
    font-size: 25px;
    font-weight: 700;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM input:focus {
    border: 1px solid #4986f5;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO {
    width: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo {
    margin-bottom: 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo .formField__14HU0 {
    position: relative;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo .formField__14HU0 .input-field__1DbXX {
    height: 38px;
    border-radius: 3px;
    background: #1f232b;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO {
    display: flex;
    margin-bottom: -20px;
    padding: 10px 0;
    width: 100%;
    justify-content: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .or__1eQ3c {
    margin: 7px 10px 0;
    background: #464f57;
    width: 1px;
    height: 9px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .btn__gUKaT {
    background: transparent;
    padding: 0;
    color: #828f9a;
    font-weight: 500;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .btn__gUKaT:hover {
    background: transparent;
    color: #bac2c8;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btn__gUKaT {
    width: calc(25% - 10px);
    display: flex;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 400;
    height: 44px;
    border-radius: 4px;
    justify-content: center;
    border-radius: 2.5px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnVk__2dZjm {
    background: #507299;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnVk__2dZjm:hover {
    background: #476688;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnFb__1VMUi {
    background: #3b5998;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnFb__1VMUi:hover {
    background: #344e86;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnOk__30fCg {
    background: #db8a37;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnOk__30fCg:hover {
    background: #d37d26;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnGl__nr8Zw {
    background: #db4437;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnGl__nr8Zw:hover {
    background: #c63024;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .btnAuth__1Zr1K {
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    width: 100%;
    margin-top: 3px;
    padding: 13px 20px;
    border-radius: 2.5px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span {
    display: inline-block;
    vertical-align: baseline;
    vertical-align: initial;
    position: relative;
    padding: 0 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:after,
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(91, 98, 113, 0.5);
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:before {
    right: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:after {
    left: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .confirmAge__1thPD {
    font-size: 12px;
    color: #828f9a;
    text-align: center;
    border-bottom: 1px solid #343b48;
    padding: 10px 0;
}
@media (max-width: 900px) {
    .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 900px) {
    .authModal__3YRvl {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
.twofaCreateModal__2zW4Y .bonusContent__Xx9Ij {
    padding: 20px!important;
}
.twofaCreateModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 450px!important;
}
.transferModal_2zW4Y .securityContainer__qmiHC {
    padding: 5px!important;
    padding-bottom: 1px;
}
.transferModal_2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 490px!important;
}
.walletModal_2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 1019px!important;
}
.walletModal_2zW4Y .modal-content__4J2al {
    max-width: 1019px!important;
}
.walletModal_2zW4Y .wallet-options {
    max-height: 590px;
    overflow-y: scroll;
}
.walletModal_2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 0!important;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar {
    width: 2px;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar-track {
    background: #3E3370;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar-thumb {
    background-color: #9089B4;
}
.bonusModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}
@media screen and (max-width: 500px) {
    .bonusModal__2zW4Y, .twofaCreateModal__2zW4Y, .transferModal_2zW4Y {
        width: calc(100% - 14px);
    }
}
.bonusModal__2zW4Y .modal-content__4J2al {
    background: #272d39;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU {
    display: flex;
    flex-direction: column;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid rgba(177, 165, 231, 0.05);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d121f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 15px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 5px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #18223b;
    color: #fff;
    align-items: center;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw {
    align-items: center;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm {
    align-items: center;
    display: flex;
    padding-right: 10px;
    height: 40px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm img {
    width: 32px;
    height: 32px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe {
    display: inline-flex;
    align-items: center;
    padding-left: 3px;
    position: relative;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe svg {
    color: #3077f7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: rgba(177, 165, 231, 0.6);
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 span {
    padding: 0 15px;
    background: #0d121f;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf {
    margin: 10px 10px 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #828f9a;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf:first-child {
    margin-left: 0;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf:last-child {
    margin-right: 0;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf > div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 38px;
    border: 1px solid #343b48;
    margin-top: 5px;
    font-size: 17px;
    color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .btnBoost__ygd6B {
    cursor: pointer;
    width: 240px;
    margin: 20px auto;
    height: 44px;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E {
    position: relative;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E input {
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    background: #1d222b;
    color: #B1A5E7;
    border: 1px solid transparent;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ {
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -15px;
    padding: 18px;
    background: #2E265A;
    color: #B1A5E7;
    border-radius: 0 0 6px 6px;
    white-space: pre-line;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 360px;
    display: block;
    margin: 0 auto;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmIcon__2xelJ {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmText__1J0rN {
    font-size: 14px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmExtra__1gsLL {
    display: flex;
    text-align: center;
    color: #828f9a;
    margin: -10px 0 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmActions__3qSI1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmActions__3qSI1 .btn__gUKaT {
    padding: 12px 20px;
    width: calc(50% - 10px);
    justify-content: center;
    display: flex;
}

/* Other */

.inputField__2A282, .inputField__2A282+.inputSuffix__2Y654 {
    font-size: 16px;
}
.inputField__2A282 {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #fff;
    background: #222731;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
}
.btnSocial__5Oleg {
    border: none;
}
.btnSocial__5Oleg svg {
    fill: #B1A5E7;
}
.btn__gUKaT {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Rubik",Arial,sans-serif;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none!important;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn__gUKaT:hover {
    opacity: .85;
}
.emptyClass {
    text-decoration: none;
}
.recoveryHeader__1hlmk {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 15px;
    height: 50px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    color: #B1A5E7;
    margin-bottom: 15px;
}

/* Header */

.headerWalletContainer__2Na0Y {
    display: flex;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 {
    display: flex;
    position: relative;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC {
    display: flex;
    align-items: stretch;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 36px;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy {
    font-size: 15px;
    color: #fbfaff;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btn__gUKaT {
    width: auto;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA {
    display: flex;
    margin-left: 15px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    width: 60px;
    height: 40px;
    padding: 0 6px;
    cursor: pointer;
    justify-content: flex-start;
    border-radius: 4px;
    position: relative;
    border: none;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze {
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr, .header__1FrFX .header-inner__1H99u .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    width: 28px;
    height: 28px;
    background: #201b4261;
    border-radius: 32px;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou svg {
    fill: #f9f8ff;
    font-size: 14px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze svg {
    fill: #f5f2ff;
    font-size: 12px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr svg {
    font-size: 16px;
    margin-right: 2px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1080;
    display: none;
    min-width: 200px;
    margin: 12px 0 0;
    font-size: 1rem;
    color: #535a61;
    text-align: left;
    list-style: none;
    background-color: #1a1532;
    background-clip: padding-box;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 240px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI {
    padding: 0 12px;
    height: 54px;
    font-size: 14px;
    background: #0a1020;
    color: #fff;
    border-radius: 3px 3px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI a {
    color: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU {
    width: 27px!important;
    height: 27px!important;
    margin: 0 8px 0 0;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU>div {
    height: 27px!important;
    width: 27px!important;
    font-family: "Rubik",Arial,sans-serif;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU div div {
    font-size: 14px!important;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI a .name__PZlix {
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f3f1fb;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf.first__3EFpd {
    border-radius: 4px 4px 0 0;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:not(.b_active__b-pzJ__15eaA), .header__1FrFX .header-inner__1H99u .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:not([disabled]) {
    cursor: pointer;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf .iconWrapper__avoou {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #0d1430;
    border-radius: 2px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf .iconWrapper__avoou svg {
    font-size: 16px;
    fill: #e5e4eb;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf {
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    box-sizing: border-box;
    align-items: center;
    color: #fdfdfd;
    padding: 12px;
    font-size: 14px;
    background: #0d1322;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    font-size: 1rem;
    border-radius: 4px;
    white-space: nowrap;
    padding: 0;
    border: 0;
    line-height: normal;
    transition: none;
    border: 0;
    outline: none!important;
    background-color: transparent;
    background-color: initial;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceLabel__1SgFJ {
    text-transform: uppercase;
    font-size: 12px;
    color: #f3f1ff;
    margin: 1px 5px 4px 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: bolder;
    text-align: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U .animatedNumber__13268 {
    display: flex;
    align-items: center;
    position: relative;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U .animatedNumber__13268 .balanceIcon__1N9bB {
    display: flex;
    margin-left: .3em;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: rgba(0,0,0,.5);
    display: flex;
    border: none;
    align-items: center;
}

.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnNormalA {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnNormalA a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: #f9f9f9;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf {
    transition: .15s all;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:hover {
    opacity: .8;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: #c9c9cb;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf.last__3Jq0i {
    border-radius: 0 0 4px 4px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #2e265a;
    border-style: solid;
    border-width: 0 6px 8px;
    top: -8px;
    right: 12px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1.open__33xNT .menu__VeS-x {
    display: block;
}
.menu__VeS-x .item__3oTLf:focus, .menu__VeS-x .item__3oTLf:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f1f1f1;
    outline: none;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr svg.icon-close__33xrH {
    font-size: 9px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr {
    width: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3001;
    background: #0b0916;
    transition: 0.7 ease-in-out;
}
/*.preloader::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}*/
.preloader__row {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
}
.preloader__row img {
    width: 170px;
    margin-bottom: 15px;
}
.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
.loaded_hiding .preloader {
    transition: .3s opacity;
    opacity: 0;
}
.loaded .preloader {
    display: none;
}
#circle-loader {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding-right: 10px;
    position: relative;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #fff;
    animation: rotateCircleLoader 0.8s infinite linear;
}
@keyframes rotateCircleLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.slots-loader {
    display: flex;
    width: 100%;
    min-height: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slots-loader .title {
    color: #fff;
}
.slots-loader #circle-loader {
    width: 50px;
    height: 50px;
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 15px;
}
.providers__XBoga .category__XBoga {
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    margin-right: 0;
    width: calc(25% - 11.3px);
    text-align: center;
    transition: .2s opacity;
}
.providers__XBoga .category__XBoga:hover .menuTitle__2JoP9 {
    color: #c2c1c5;
}
.category__XBoga .menuTitle__2JoP9 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fbfbff;
    transition: .15s all;
}
.category__XBoga.active .menuTitle__2JoP9 {
    color: #B1A5E7;
}

/* Slider */

.slots__slider {
    width: 100%;
    margin: 0 auto;
}
.slots__slider .slider__viewport {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 5px;
}
#slotsSlider {
    position: relative;
    width: calc(100% * 4);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
}
#slotsSlider, #slotsSlider ul, #slotsSlider li {
    margin: 0;
    padding: 0;
}
.slots__slider .slide {
    width: calc(100%/4);
    list-style: none;
    display: inline;
    height: 280px;
    float: left;
}
.slots__slider .slide-img {
    width: 100%;
}
.slider__nav-btns {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.slots__slider .slider__nav-btn {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255 255 255 / 50%);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: 0.6s all;
}
.slots__slider .slider__nav-btn:hover {
    cursor: pointer;
}
.slots__slider .slider__nav-btn.active {
    background-color: #e7e7e7;
}

/* Wallet UI */

.game-container_wallet {
    border-radius: 7px;
    color: #cdcdcd;
}
.wallet-header {
    display: flex;
    justify-content: space-around;
    background: #0a1020!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #132129;
}
.wallet-header__item {
    display: block;
    padding: 15px 20px;
    flex: 1;
    text-align: center;
    position: relative;
    transition: 0.2s color;
    color: rgb(255 255 255 / 77%);
}
.wallet-header__item:hover {
    cursor: pointer;
    color: #B1A5E7;
}
.wallet-header__item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cdc6ec;
}
.wallet-header__item.active {
    color: #fbfbfb;
}
.wallet-body {
    display: flex;
    background: #090f1f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wallet-sidebar {
    flex: 1;
    padding: 25px;
    border-right: 1px solid rgb(177 165 231 / 20%);
}
.wallet-area {
    flex: 2;
    padding: 25px;
}
.wallet-options__item {
    display: flex;
    align-items: center;
    border: 1px solid rgb(177 165 231 / 20%);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
    outline: none;
    position: relative;
    transition: .25s border-color;
}
.wallet-options__item:hover,
.wallet-options__item.active {
    border-color: #031c37;
    cursor: pointer;
}
.wallet-options__item.active .wallet-options__item-comission {
    background: #fdfdfd;
    color: #000000;
}
.wallet-options__item-image {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    margin-right: 10px;
    background: #201b4261;
}
.wallet-options__item-image img {
    max-width: 100%;
    height: 22px;
}
.wallet-options__item-name {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}
.wallet-options__item-comission {
    margin-left: auto;
    margin-right: 11px;
    font-size: 11px;
    color: #ffffff;
    background: rgb(177 165 231 / 20%);
    padding: 1px 5px;
    border-radius: 3px;
    width: auto;
    height: 18px;
    min-width: 25px;
    position: relative;
}
.wallet-options__item-comission__checked {
    display: none;
}
.wallet-options__item-comission__checked:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #2E265A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wallet-options__item.active .wallet-options__item-comission__value-wrapper {
    display: none;
}
.wallet-options__item.active .wallet-options__item-comission__checked {
    display: block;
}
.wallet-sidebar__header {
    margin-bottom: 10px;
    color: #ffffff;
}
.payment-promo {
    display: none;
}
.small-placeholder::placeholder {
}
.wallet-area-select {
    margin-top: 10px;
    display: none;
}
.wallet-area__payway {
    display: flex;
    align-items: center;
    color: #f1eeff;
}
.wallet-area__payway-image {
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
}
.wallet-area__payway-name {
    color: #ffffff;
}
.wallet-area__row {
    color: #ffffff;
}
.wallet-area__delimiter {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.wallet-area__delimiter::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(177 165 231 / 20%);
    height: 1px;
    left: 0;
    top: 50%;
}
.wallet-area__delimiter_item {
    background: #0c0b18;
    position: relative;
    z-index: 55;
    padding: 0 20px;
    font-size: 15px;
    color: rgb(255 255 255 / 85%);
    font-weight: 800;
}
.wallet-area__payway-image {
    width: 20px;
    display: inline-block;
}
.wallet-area__payway-image img {
    max-width: 100%;
}
.sum-options {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 5px;
}
.sum-option-wrapper {
    width: 25%;
    padding: 5px;
}
.sum-option {
    background: 0 0;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid rgb(177 165 231 / 20%);
    color: #fbfaff;
    width: 100%;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    transition: all .15s ease-in-out;
}
.sum-option:hover {
    border-color: #B1A5E7;
    color: #B1A5E7;
    cursor: pointer;
}
.sum-option.active {
    border-color: #f7f7f7;
    color: #d8d8d9;
}
.sum-option__currency {
    font-size: 12px;
}
.wallet-input-wrapper {
    position: relative;
}
.payment-total {
    border: 2px solid #B1A5E7;
    padding: 20px;
    background: #201b42!important;
    border-radius: 5px;
}
.payment-total__first-row {
    display: flex;
}
.payment-sum {
    margin-right: 10px;
}
.payment-field {
    flex: 1;
}
.payment-field label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.validation-wrapper {
    position: relative;
}
.validation-message {
    position: absolute;
    z-index: 5;
    top: -29px;
    left: -2px;
    color: #ff4b4b;
    background: #0c0c0c;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
}
.wallet-input-wrapper {
    position: relative;
}
.game-sidebar__input {
    width: 100%;
    display: block;
    border: solid 1px rgb(57 49 91 / 40%);
    background: #0a1020;
    font-size: 16px;
    line-height: 45px;
    padding: 0 12px;
    color: #ffffff;
    outline: none;
    border-radius: 4px;
}
.wallet-input-currency {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #B1A5E7;
    font-size: 14px;
    padding-bottom: 1px;
    pointer-events: none;
}
.payment-total__second-row {
    display: flex;
    margin-top: 10px;
}
.promo-column {
    flex: 1;
    margin-right: 10px;
}
.payment-promocode-call {
    color: #f9f8ff;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px dashed;
}
.payment-promo {
    display: none;
}
.validation-message_bottom {
    bottom: -29px;
    top: auto;
}
.form-promocode {
    align-items: center;
    width: 100%;
    display: flex;
    max-width: 500px;
    margin: auto;
}
.promocode-input {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    min-width: 0;
}
.game-sidebar__play-button {
    padding: 15px 20px;
    border: none;
    background: #0d1322;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.promocode-activate-btn {
    border-radius: 0 4px 4px 0;
}
.promocode-activate-btn.activated {
    pointer-events: none;
}
.payment-result {
    flex: 1;
    margin-top: 5px;
}
.payment-result__row.hidden {
    display: none;
}
.payment-result__row {
    display: flex;
    font-size: 12px;
    color: #B1A5E7;
    margin-bottom: 5px;
}
.payment-result__row-dots {
    flex: 1;
}
.payment-result__row-value {
    color: #fcfbff;
    position: relative;
}
.payment-result__row_finish {
    font-weight: 800;
    font-size: 14px;
    margin-top: 7px;
}
.payment-result__row_finish .payment-result__row-label {
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #ffffff;
}
.payment-result__row-label {
    color: #ffffff;
}
.game-sidebar__play-button.game-sidebar__play-button_purple {
    width: 100%;
    margin-top: 15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
}
.myicon-down-arrow:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
}
[class^=myicon-], [class*=" myicon-"] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.payment-fake-row {
    flex: 1;
    margin-right: 10px;
}
.withdraw-result__row {
    flex: 1;
}
.withdraw-wallet-field {
    margin-top: 10px;
}
.payment-raffle {
    margin-top: 25px;
    color: #adadad;
    display: flex;
    align-items: center;
}
.payment-raffle__left {
    font-size: 50px;
    margin-right: 15px;
    color: #ffffff;
}
.myicon-clock:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e7";
}
.payment-raffle__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}
.payment-raffle__description {
    font-size: 12px;
    color: #ffffffc9;
}

/* Wallet UI History */

.user-profile-full-stats.user-profile-full-stats_dark {
    background: #0a1020;
    width: 100%;
    padding: 0;
}
.user-profile-full-stats {
    background: #151515;
    padding: 5px 25px 10px;
    min-height: 400px;
    border-radius: 7px;
    position: relative;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories {
    background: rgb(10 16 32);
    height: 60px;
    align-items: center;
    border-bottom: none;
}
.user-profile-caregories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category {
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 5px;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category_active {
    color: #ffffff;
    background: #0a1020;
    border-color: #0a1020;
}
.user-profile-caregories__category_active {
    color: #fff;
    border-bottom: 1px solid #7373ff;
}
.user-profile-caregories__category {
    position: relative;
    font-size: 13px;
    color: rgb(255 255 255 / 70%);
    margin-right: 20px;
    padding: 20px 5px;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-full-stats__content {
    padding: 5px 25px 10px;
}
.user-profile-full-stats__content {
    position: relative;
}
.info-block {
    color: #ffffff;
    margin: 10px 0 25px;
    padding: 15px 10px;
    background: #0a1020;
    font-size: 13px;
    border-radius: 3px;
    border-left: 3px #b1a5e7 solid;
    line-height: 1.5;
}
.games-table {
    border-collapse: collapse;
    width: 100%!important;
}
.games-table thead {
    border-bottom: 1px solid #f6f4ff;
}

.games-table__header-th {
    padding: 12px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.games-table__body-tr {
    border-bottom: 1px solid #000;
}
.games-table__body-td {
    text-align: left;
    padding: 18px 0;
    color: #fff;
    font-size: 13px;
}

.games-table__body-td_no_padding {
    padding: 0;
}
.status-success {
    color: #3ac430;
}
.status-warning {
    color: #ffc200;
}
.status-error {
    color: #dd2633;
}
.stats-table__pays th:nth-child(4), .stats-table__pays td:nth-child(4) {
    width: 20%;
    text-align: left;
}
.games-table__body-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.stats-table__pays .games-table__body-status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.games-table__body-status-image {
    margin-right: 8px;
    font-size: 15px;
    padding-top: 2px;
}
.myicon-success:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
}
.myicon-error:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
}
.myicon-warning:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f017";
}
.user-profile-caregories__category:hover {
    color: #B1A5E7;
    cursor: pointer;
}
.user-profile-caregories__category {
    transition: .2s color;
}
.games-table__body-wallet-image {
    width: 25px;
    vertical-align: middle;
}
.game-sidebar__input:disabled {
    opacity: .8;
}
.pointer {
    cursor: pointer;
}
.dataTables_length, .dataTables_filter, .dataTables_info {
    display: none;
}
.paginate_button {
    padding: 10px;
    outline: none;
    border: solid 1px #0a0f20;
    background: 0 0;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    transition: .2s color;
}
.paginate_button.disabled {
    opacity: .4;
}
.paginate_button.current {
    border-color: #B1A5E7;
    color: #B1A5E7;
}
.paginate_button.current:hover {
    color: #B1A5E7;
}
.paginate_button:hover {
    color: rgba(177, 165, 231, 0.8);
    cursor: pointer;
}
.dataTables_paginate {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}
.referrals .ref__block .dataTables_paginate {
    padding: 20px;
    background: #0A1020;
    border-radius: 0 0 5px 5px;
}
.dataTables_paginate span {
    display: flex;
    gap: 8px;
    color: #B1A5E7;
}
.games-colums__other, .games-colums__pays, .games-colums__withdraws {
    width: 100%;
}

/* Bonus */

.bonus {
    display: flex;
    gap: 20px;
}
.bonus .left {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 80%;
}
.bonus .right {
    width: 20%;
}
.bonus .right .socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bonus .right .socials .social {
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bonus .right .socials .social .info .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bonus .right .socials .social .info .description {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}
.bonus .right .socials .social .btn-social {
    width: fit-content;
    margin-top: 15px;
    transition: .15s all;
    padding: 12px;
    padding-left: 24px;
    padding-right: 25px;
    border-radius: 6px;
}
.bonus .right .socials .social .btn-social:hover {
    opacity: .9;
}
.bonus .right .socials .social.vkontakte .btn-social {
    background: #1B60AE;
}
.bonus .right .socials .social.telegram .btn-social {
    background: #117CB1;
}
.bonus .right .socials .social.vkontakte {
    background: #184D89;
}
.bonus .right .socials .social.telegram {
    background: #005F8E;
}
.bonus .upper {
    display: flex;
    gap: 20px;
    width: 100%;
}
.bonus .upper .daily {
    background: #0a1020;
    width: 30%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.bonus .upper .daily button {
    position: absolute;
    transition: .2s all;
    bottom: -15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
}
.bonus .upper .daily button:hover {
    opacity: .9;
}
.bonus .upper .daily .between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 17px;
    align-items: center;
    padding-right: 17px;
}
.bonus .upper .daily .between .image img {
    width: 90px;
}
.bonus .upper .daily .between .text {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 3px;
    font-family: sans-serif;
    align-items: end;
    font-weight: normal;
}
.bonus .upper .daily .between .text .primary {
    color: rgb(11 185 255);
}
.bonus .upper .daily .between .text .default {
    opacity: .9;
    color: #fbfbfbf5;
}
.bonus .upper .stats {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bonus .upper .stats .user {
    display: flex;
    gap: 13px;
    align-items: center;
}
.bonus .upper .stats .user .avatar img {
    width: 60px;
    border-radius: 10px;
}
.bonus .upper .stats .user .info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.bonus .upper .stats .user .info .username {
    font-family: sans-serif;
    font-size: 20px;
    color: #e7e6e7;
}
.bonus .upper .stats .user .info .rank {
    display: flex;
    gap: 3px;
    align-items: center;
    color: #c4c3c7;
}
.bonus .upper .stats .user .info .rank img {
    width: 25px;
}
.bonus .upper .stats .line {
    height: 100%;
    width: 100%;
    background: #0a1020;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bonus .upper .stats .line .titles {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: sans-serif;
    font-weight: bold;
}
.bonus .upper .stats .line .titles span {
    color: #ffffff;
}
.bonus .upper .stats .line .titles span.active {
    color: #38C69B;
}
.bonus .upper .stats .line .progress {
    width: 100%;
    height: 10px;
    background: #2b6563;
    border-radius: 5px;
    overflow: hidden;
}
.bonus .upper .stats .line .progress .progress__active {
    width: 25%;
    background: rgb(44 187 144);
    height: 100%;
    border-radius: 5px;
}
.bonus .upper .stats .line .info {
    display: flex;
    gap: 5px;
    color: rgb(255 255 255 / 95%);
    font-family: sans-serif;
    font-size: 14px;
    justify-content: space-between;
}
.bonus .table {
    background: transparent;
    display: flex;
    overflow: inherit;
    gap: 20px;
}
.bonus .table .table-left {
    width: 30%;
}
.bonus .table .table-left .title {
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(251 251 251 / 74%);
}
.bonus .table .table-right {
    border-radius: 10px;
    width: 100%;
    background: #0a0f20;
    display: flex;
}
.bonus .table .table-left .title.big {
    color: #f5f4f9;
    font-size: 21px;
    font-weight: bold;
}
.bonus .table .table-right .lvl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #0d121e;
}
.bonus .table .table-right .lvl:first-child {
    border-left: none;
}
.bonus .table .table-right .lvl span.variable {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(238 236 249 / 70%);
    border-bottom: 1px solid #1d1d1e;
}

.bonus .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px solid #35343d;
    color: #f4f7ff;
}
.bonus .table .table-right .lvl span i.fa-check {
    color: rgba(56, 198, 155, 1);
    font-weight: bold;
    font-size: 20px;
}
.bonus .table .table-right .lvl span i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 20px;
}
.bonus .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
}
.bonus .table .table-right .lvl .status {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 40px;
    height: 100%;
    max-height: 78px;
}
.bonus .table .table-right .lvl .status .need {
    height: 78px;
    padding: 12px;
    color: #dfdfdf;
    padding-bottom: 16.5px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.bonus .table .table-right .lvl .status .default {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(177, 165, 231, 0.5);
}
.bonus .table .table-right .lvl .status .primary {
    color: rgba(56, 198, 155, 1);
}
.bonus .table .table-right .lvl .status .btn {
    position: absolute;
    bottom: -16px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.9;
    transition: .15s all;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    color: #e9e9e9;
}
.bonus .table .table-right .lvl .status .btn:hover {
    opacity: 1;
}

/* Referrals */

.referrals {
    font-family: 'Open Sans';
}
.referrals .upper {
    display: flex;
    gap: 20px;
}
.referrals .upper .user {
    display: flex;
    gap: 12px;
    width: 50%;
    height: 70px;
}
.referrals .upper .user .avatar {
    height: 70px;
}
.referrals .upper .user .avatar img {
    width: 70px;
    border-radius: 10px;
}
.referrals .upper .link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.referrals .upper .user .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.referrals .upper .user .info .username {
    font-size: 20px;
    font-family: sans-serif;
    color: #f9f8fb;
}
.referrals .upper .user .info .lvl {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.referrals .upper .user .info .lvl .lvl__info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.referrals .upper .user .info .lvl .lvl__info .exp {
    font-weight: 400;
    font-family: 'Open Sans';
    color: #fffffffc;
    font-size: 13px;
}
.referrals .upper .user .info .lvl .lvl__info .exp.white {
    color: #fbfaff;
}
.referrals .upper .user .info .lvl .lvl__line {
    width: 100%;
    background: #1078a1;
    height: 10px;
    border-radius: 2px;
}
.referrals .upper .user .info .lvl .lvl__line .lvl__line--progress {
    height: 10px;
    background: rgba(56, 198, 155, 1);
    border-radius: 2px;
}
.referrals .upper .link label {
    color: rgb(255 255 255 / 97%);
}
.referrals .upper .link .link__form {
    display: flex;
    gap: 10px;
    height: 100%;
}
.referrals .upper .link .link__form input {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    border: none;
    background: #0a1020;
    color: #ffffff;
    transition: .2s all;
    outline: none;
    padding: 15px;
}
.referrals .upper .link .link__form .form__copy {
    width: 55px;
    background: #0a1020;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    transition: .2s all;
    color: #f9f9f9;
}
.referrals .upper .link .link__form .form__copy:hover, .referrals .upper .link .link__form input:hover {
    opacity: .9;
}
.referrals .stats {
    gap: 20px;
    margin-top: 25px;
    display: flex;
    width: 100%;
}
.referrals .stats .stats__block {
    width: 100%;
    background: #0a1020;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    gap: 4px;
}
.referrals .stats .stats__block .count {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 30px;
    margin-bottom: 5px;
}
.referrals .stats .stats__block .title {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #ffffff;
}
.referrals .stats .stats__block .desc {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 12px;
    color: #f6f4ff;
    font-family: 'Open Sans';
}
.referrals .stats .stats__block .btn {
    position: absolute!important;
    bottom: -15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    padding: 10px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .2s all;
}
.referrals .stats .stats__block .btn:hover {
    opacity: .9;
}
.referrals .ref__table {
    margin-top: 27.5px;
}
.referrals .ref__table .tabs {
    display: flex;
    gap: 20px;
}
.referrals .ref__table .tabs .tab {
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .2s opacity;
    color: #ffffffcf;
}
.referrals .ref__table .tabs .tab:hover {
    opacity: .8;
}
.referrals .ref__table .tabs .tab.active:hover {
    opacity: 1;
}
.referrals .ref__table .tabs .tab.active {
    border-bottom: 3px solid #9089B4;
}
.referrals .ref__table .ref__block {
    background: #0a1020;
    border-radius: 5px;
    margin-top: 20px;
}
.referrals .ref__table .ref__block.hidden {
    display: none;
}
.referrals .ref__table .ref__block .ref__head {
    display: flex;
    width: 100%;
}
.referrals .ref__table .ref__block .ref__thead {
    border-bottom: none!important;
}
.referrals .ref__table .ref__block .ref__head .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #0d1423;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.referrals .ref__table .ref__block .ref__head .ref__td:hover {
    opacity: .8;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el:hover {
    background: #2e265a63;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #b1a5e7ba;
    text-align: center;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td.lose, .referrals .stats .stats__block .count.lose, .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td .lose, .referrals .stats .stats__block .count .lose {
    color: #FF4155;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td.win, .referrals .stats .stats__block .count.win, .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td .win, .referrals .stats .stats__block .count .win {
    color: #38C69B;
}

/* Ranks */

.ranks {
    background: #0a0f20;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #cdcdcd;
}
.window-heading {
    background: #0a1020;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fafbff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-family: sans-serif;
}
.ranks .ranks__head {
    display: flex;
    width: 100%;
}
.ranks .ranks__thead {
    border-bottom: none!important;
}
.ranks .ranks__head .ranks__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #0a1020;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.ranks .ranks__head .ranks__td:hover {
    opacity: .8;
}
.ranks .ranks__tbody .ranks_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
    border-bottom: none;
}
.ranks .ranks__tbody .ranks_el.not-reached {
    opacity: .2;
}
.ranks .ranks__tbody .ranks_el:not(.not-reached):hover {
    background: #2e265a63;
}
.ranks .ranks__tbody .ranks_el.not-reached:hover {
    background: #dd26330d;
}
.ranks .ranks__tbody .ranks_el .ranks__td i.fa-check {
    color: #38C69B;
    font-weight: bold;
    font-size: 20px;
}
.ranks .ranks__tbody .ranks_el .ranks__td .lose {
    color: #FF4155;
}
.ranks .ranks__tbody .ranks_el .ranks__td .win {
    color: #38C69B;
}
.ranks .ranks__tbody .ranks_el .ranks__td i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 22px;
}
.ranks .ranks__tbody .ranks_el .ranks__td {
    width: 100%!important;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #ffffffba;
    transition: .15s color;
}
.ranks .ranks-table .rank-name .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranks .ranks-table td .color {
    color: #fff;
}
.ranks .ranks-table td .img img {
    width: 35px;
}
.ranks .subheading {
    padding: 18px;
    background: #0a0e20;
}
.ranks .subheading h3 {
    font-weight: 400;
    font-size: 16px;
    color: #877AC1;
}
.ranks .rules-paragraph {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}
.ranks .ranks-description {
    border-top: 1px solid #0a0e20;
}

/* FAQ */

.faq-component {
    background: #090f20;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
}
.faq-component .help-q {
    border: 1px solid #201B42;
    padding: 15px;
    color: #ffffff;
    border-radius: 4px;
    transition: .2s color;
    cursor: pointer;
    margin: 25px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background: #201B42;
}
.faq-component .help-q.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.faq-component .help-q .arrow {
    transition: .15s all;
}
.faq-component .help-q.active .arrow {
    transform: rotate(180deg)
}
.faq-component .help-a {
    border: 2px solid #453e77;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    margin: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    display: none;
}
.faq-component .help-a.active {
    display: block;
}
.faq-component .faq-info {
    margin: 25px;
    margin-bottom: 0;
    color: #bab9bf;
    cursor: pointer;
    transition: .2s all;
}
.faq-component .faq-info i {
    margin-right: 5px;
}
.faq-component .faq-info:hover {
    color: #fff;
}
.faq-component .faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #11192f;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 4px;
    font-family: sans-serif;
}
.faq-component .faq-caption {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.faq-component .faq-head .faq-link {
    font-size: 16px;
}
.faq-component .contact-us {
    display: flex;
    margin: 25px;
}
.faq-component .contact {
    flex: 1;
    border: 2px solid #222b45;
    border-radius: 5px;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.faq-component .contact__link .colored-link {
    color: #ffffff96;
}
.faq-component .contact:last-of-type {
    margin-right: 0;
}
.faq-component .contact__image {
    font-size: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #0a1020;
    color: #ffffff;
}
.faq-component .contact__goto i {
    transform: rotate(90deg);
}
.faq-component .contact__image .fa-envelope:before {
    font-weight: 400;
}
.faq-component .contact__info {
    margin-left: 15px;
    line-height: 1.45;
}
.faq-component .contact__title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 2px;
}
.faq-component .contact__link {
    font-size: 13px;
    margin-bottom: 2px;
}
.faq-component .contact__goto {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.faq-component .contact-time {
    color: #ffffff;
}
.faq-component .contact__goto a {
    background: #000000;
    padding: 6px 15px 7px;
    border-radius: 5px;
    transition: .2s all;
    color: #efebff;
}
.faq-component .contact__goto a:hover {
    background: #B1A5E7;
    color: #fff;
}
.faq-component .text-heading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 25px;
}
.faq-component .faq-other {
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
    margin-bottom: 0;
    color: #fff;
}
.faq-component .faq-other p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 100%;
}
.faq-component .faq-other p:last-child {
    margin-bottom: 0;
}
.faq-component .faq-other h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.faq-component .faq-other .edited, .faq-component .faq-other .license {
    color: #554F82;
}
.faq-component .faq-other .edited.b20 {
    margin-bottom: 20px;
}

/* Widget */

#chatra:not(.chatra--expanded) {
    visibility: hidden!important;
    opacity: 0!important;
    pointer-events: none;
}

/* Slots Addon */

@media (max-width: 1099px) {
    .gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1366px) {
    .gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
        margin-left: 14px;
        margin-right: 14px;
    }
}
.gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
    margin: 20px 12px 0;
}
.gamesBoxTitle__MAAoA:first-child {
    margin-top: 20px;
}
@media (max-width: 1099px) {
    .gamesBoxTitle__MAAoA {
        margin: 20px auto;
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .gamesBoxTitle__MAAoA {
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
    }
}
.gamesBoxTitle__MAAoA {
    margin: 30px 0px 20px;
    width: calc(100% + 28px);
}
.gamesBoxTitle__MAAoA .title__y13uG {
    display: flex;
    justify-content: left;
    align-items: center;
}
.gamesBoxTitle__MAAoA .title__y13uG i {
    margin-bottom: -3px;
    color: #877AC1;
    font-size: 20px;
}
.gamesBoxTitle__MAAoA .title__y13uG h4 {
    color: #B1A5E7;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}
@media (max-width: 1099px) {
    .gamesBox__dsShl {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .gamesBox__dsShl {
        margin-left: -12px;
        margin-right: -12px;
    }
}
.gamesBox__dsShl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -15px;
    gap: 15px;
}
@media (max-width: 1180px) {
    .gamesBox__dsShl>.item__-P63N {
        width: 23%;
    }
}
.gamesBox__dsShl>.item__-P63N {
    margin: 0 0 15px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .15s all;
    width: calc(16.7% - 20px);
    will-change: transform;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    position: relative;
    width: 100%;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 {
    opacity: 1;
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px);
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px);
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .thumb__Dux8T .img__\+EW\+V {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s all;
    width: 100%;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt {
    margin-left: 0px;
    margin-top: 8px;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt .name__a-Vab {
    color: #B1A5E7!important;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt .provider__BfCwc {
    color: #877AC1!important;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1099px) {
    .providersBox__3AQV\+ {
        margin: 0 auto;
        width: 100%;
    }
}
.providersBox__3AQV\+ {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
}
.gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB .providersBox__3AQV\+ .item__-P63N {
    background-color: #1d2028;
}
@media (max-width: 1400px) {
    .providersBox__3AQV\+>.item__-P63N {
        width: 23.5%;
    }
}
.providersBox__3AQV\+>.item__-P63N {
    background-color: #110f25;
    border-radius: 10px;
    cursor: pointer;
    height: 70px;
    width: 100%;
    transition: .2s all;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T img {
    -webkit-filter: invert(52%) sepia(71%) saturate(296%) hue-rotate(210deg) brightness(85%) contrast(84%);
    filter: invert(52%) sepia(71%) saturate(296%) hue-rotate(210deg) brightness(85%) contrast(84%);
    margin: auto;
    max-height: 65%;
    max-width: 80%;
    transition: .15s all;
}
.providersBox__3AQV\+>.item__-P63N:nth-child(3) .card__MIY9a .thumb__Dux8T img {
    max-height: 80%;
    width: auto;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T:hover img {
    -webkit-filter: invert(63%) sepia(62%) saturate(220%) hue-rotate(210deg) brightness(98%) contrast(89%);
    filter: invert(63%) sepia(62%) saturate(220%) hue-rotate(210deg) brightness(98%) contrast(89%);
}

/* Slots Overlay */

@media (max-width: 499px) {
    .gameOverlay__nofF3 {
        padding-top: 14%;
    }
}
.gamemode-without {
    transition: all .2s linear;
}
.gameOverlay__nofF3 {
    height: 100%;
    background-color: #0a102091;
    bottom: 0;
    display: flex;
    opacity: 0;
    flex-flow: column nowrap;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .15s linear;
    margin-top: 0!important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
      z-index: 1;
}
.gameOverlay__nofF3 .btn__-ht7h {
    position: absolute;
    top: -33px;
    transition: .15s all;
}
@media (max-width: 499px) {
    .gameOverlay__nofF3 .playReal__e50xN {
        font-size: 12px;
        padding: 4% 22%;
    }
}
.gameOverlay__nofF3 .playReal__e50xN {
    border-radius: 100px;
    padding: 17px 30px;
}
.gameOverlay__nofF3 .playReal__e50xN.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .8;
}
.btn__-ht7h:not(.btnLight__TTjOc).btnGreen__HMGLx {
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    border: none;
    color: #fff;
.btn__-ht7h: not(.btnLight__TTjOc).btnGreen__HMGLx;
    opacity: 0.8;
}
@media (max-width: 499px) {
    .gameOverlay__nofF3 .playDemo__g1bG3 {
        font-size: 11px;
    }
}
.gameOverlay__nofF3 .playDemo__g1bG3 {
    border-bottom: 1px dotted #fff!important;
    color: #fff!important;
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    bottom: -15px;
    transition: .15s all;
}
.gameOverlay__nofF3 .playDemo__g1bG3:hover {
    color: #fff!important;
    border-color: #fff!important;
}
.item__-P63N .gameOverlay__nofF3 {
    height: 100%;
}
.item__-P63N .bottom__GDgCt {
    margin-left: 5px;
}
.btn__-ht7h {
    transition: .15s all;
}
.btn__-ht7h:hover {
    opacity: .9;
}

/* Index Slots Search */

.menuBlock__3oOF7 .menuSearch__3_YUS {
    cursor: pointer;
    width: 20%;
    background-color: #0a1020;
    align-items: center;
    display: flex;
    border-bottom-right-radius: 5px;
    gap: 15px;
    margin-left: .5%;
}
input::placeholder {
    color: #fff;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .icon {
    font-size: 25px;
    color: #fcfcff;
    width: auto;
    padding-left: 15px;
    height: auto;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .input {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .input input {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 16px;
    height: 100%;
    padding-right: 15px;
    color: #f6f5f9;
    outline: none;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .placeholderTitle__22fzr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #828f9a;
    transition: all .3s ease;
    line-height: 30px;
    font-size: 16px;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW {
    width: 18px;
    height: 14px;
    color: #828f9a;
    transition: .2s;
    margin-left: 10px;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .placeholderTitle__22fzr.active, .menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW.active {
    color: #fff;
    fill: #fff;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW.active {
    transform: rotate(180deg);
}

/* Tooltip Other */

.tippy-box {
    margin-bottom: 5px;
}

/* Tooltip Mobile Sheet Theme */

.tippy-box[data-theme~='mobile-bottom'] {
    background: #2e265a;
    color: #B1A5E7;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #2e265a;
}

/* Tooltip Dark Theme */

.tippy-box[data-theme~='dark'] {
    background: #2E265A;
    color: #B1A5E7;
}
.tippy-box[data-theme~='dark'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #2E265A;
}

/* Tooltip Demo Theme */

.tippy-box[data-theme~='demo'] {
    background: #FF4155;
    color: #fff;
}
.tippy-box[data-theme~='demo'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #FF4155;
}

/* Tooltip Real Theme */

.tippy-box[data-theme~='real'] {
    background: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #38C69B;
}

/* Modal Settings */

.settingsContainer__3UC3e {
    padding: 0;
    width: 100%;
    display: flex;
    border-radius: 5px;
    position: relative;
    gap: 1.5%;
}
.settingsContainer__3UC3e .sidebar__2KSyK {
    width: 25%;
    background: #0a1020;
    padding: 25px 0;
    border-radius: 5px;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #2e265a;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #f4f2ff;
    position: relative;
    overflow: hidden;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq .avatar__2MOUU>div {
    height: 88px!important;
    width: 88px!important;
    border-radius: 50%!important;
    position: relative!important;
    font-family: "Rubik",Arial,sans-serif;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: auto;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix .btnName__Zsu34 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix .btnName__Zsu34 i {
    position: relative;
    top: 0.05em;
    margin-left: 5px;
    font-size: 13px;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    padding: 0 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    height: 50px;
    color: #ffffff;
    line-height: 14px;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:last-child, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5:last-child {
    border-bottom: 1px solid #2e265a;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 {
    color: #ffffff;
    background: #2d264f;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 {
    height: 52px;
    cursor: pointer;
    border-top: 1px solid #080c14;
    color: #ffffff;
    transition: .15s all;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37, .settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    padding: 0 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 .navIcon__3PUPd {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    padding: 6px;
    border-radius: 3px;
    background: #111a35;
    display: flex;
    align-items: center;
    justify-content: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd {
    display: none;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd i, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:hover, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd i, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:hover .navIcon__3PUPd i {
    color: #B1A5E7;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 .navIcon__3PUPd i {
    color: #ffffff;
    transition: .15s all;
    width: auto;
}
.settingsModal__3YRvl {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS {
    width: 75%;
    padding: 25px;
    position: relative;
    background: #0a0f20;
    border-radius: 5px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .caption__352lm {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ffffff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM {
    margin-bottom: 12px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM label {
    font-size: 13px;
    color: rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    background: #423879!important;
    outline: none!important;
    border-radius: 5px!important;
    color: #ffffff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #222731!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO {
    position: relative;
}
.inputField__2A282, .inputField__2A282+.inputSuffix__2Y654 {
    font-size: 16px;
}
.inputField__2A282 {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #ffffff;
    background: #ffffff!important;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
}
.inputField__2A282::placeholder {
    color: rgba(177, 165, 231, 0.35);
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO .btnAppend__8lfKr {
    color: #ffffff;
    height: 34px;
    display: flex;
    align-items: center;
    background: #080c14;
    margin-right: 6px;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 120px;
    justify-content: center;
    text-align: center;
}
.settingsContent__3oyNS.hidden {
    display: none;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .plus__QtpHm {
    font-size: 34px;
    line-height: 30px;
    display: flex;
    color: #fefeff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg.vk__2I9cM {
    background-color: #4C7CA8;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg {
    height: 38px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #363c4a;
    margin-left: 12px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: .15s all;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg:hover {
    opacity: .9;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div:first-child {
    margin-right: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div {
    width: 100%;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN {
    padding: 20px;
    display: flex;
    border: 1px solid #1d2a45;
    border-radius: 5px;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN .text__1lkuk {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    color: #f6f4ff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN button {
    white-space: nowrap;
    position: relative;
    margin-left: auto;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    color: #B1A5E7;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputLabel__hi5c8 {
    font-size: 13px;
    color: rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit][disabled] {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit] {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #fff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #222731!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN img {
    position: absolute;
    height: 280px;
    top: -100px;
    right: -30px;
    opacity: .1;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 {
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #1a2743;
    white-space: nowrap;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th {
    text-align: center;
    /*width: 20%;*/
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr td:first-child, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th:first-child {
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #ffffffba;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr th {
    text-align: center;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td:first-child, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr th:first-child {
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td:first-child {
    padding-left: 0;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td div.active__nJtT5 {
    color: #62ca5b;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td div.expired__3Z_v1 {
    color: #e86376;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyDescription__3sNu3 {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fdfdff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt {
    padding: 20px;
    background: #0a1020;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 8px dotted #251f4b7d;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    top: -4px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:after, .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 8px dotted #080c14;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:after {
    bottom: -4px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh {
    margin-bottom: 1em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .inputLabel__hi5c8 {
    font-size: 13px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp {
    display: inherit;
    width: inherit;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    border-radius: 5px;
    background-color: #2E265A!important;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label .btnAppend__8lfKr {
    color: #fcfbff;
    height: 34px;
    display: flex;
    align-items: center;
    background: #363c4a;
    margin-right: 6px;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 120px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label .btnAppend__8lfKr:hover {
    opacity: .9;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh label .btnAppend__8lfKr {
    background-color: #3F366F!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div:first-child {
    margin-right: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div {
    width: 100%;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div label {
    font-size: 13px;
    color: #f9f8ff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u {
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #ffffff;
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #2E265A!important;
    color: #fbfbfb;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0.75em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    border-color: #B1A5E7 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .submit__2i_TX {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 20px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: background-color .1s linear;
    border-radius: 5px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(79%) sepia(19%) saturate(2762%) hue-rotate(196deg) brightness(97%) contrast(86%);
}

/* Live System */

.live {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 10;
    width: 300px;
    height: calc(100vh - 100px);
    border-left: 1px solid rgba(86, 74, 143, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.live::-webkit-scrollbar {
    display: none;
}
.live .item {
    margin-bottom: 10px;
    transform: translateX(-150%);
    animation: live_animation .25s both linear;
}
@keyframes live_animation {
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.live .item.slot {
    background: #0a1020;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    position: relative;
    overflow: hidden;
}
.live .item.slot .info .slot {
    color: #f7f7f7de;
}
.live .item.slot .image {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    min-width: 70px;
}
.live .item.slot .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 17px;
}
.live .item.slot .info .username {
    color: #ffffffc9!important;
    width: 99999px;
}
.live .item.withdraw {
    background: #3e337038;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    transition: .15s all;
    color: #b1a5e7ba;
}
.live .item.withdraw b {
    color: #b1a5e7e3;
}
.live .item.withdraw:hover {
    opacity: .8;
}
.live .item.withdraw .username {
    color: #7264B3!important;
}
.live .item:hover .hover {
    opacity: 1;
}
.live .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background: #0a1020b3;
    border-radius: 5px;
    opacity: 0;
    transition: .15s all;
}
.live .item .hover .btn {
    border-radius: 5px;
}
.live .item .hover .btn-danger {
    background: #FF4155;
    border-color: #FF4155;
}
.live .item .hover .btn-danger:hover {
    opacity: .9;
}
.live .item .hover .btn-primary {
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    border-color: linear-gradient(153deg,#74d773d1,#3c993b);
}
.live .item .hover .btn-primary:hover {
    opacity: .9;
}
.live .item .hover .btn-primary.disabled {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed;
}
.live .not {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #fbfbff;
}
.live .item .info .amount.lose {
    color: #FF4155;
}
.live .item .info .amount.win {
    color: #38C69B;
}
.live .item .info .amount {
    color: #38C69B;
}

/* History Slots */

.games-table__history-slots {
    display: table;
    min-width: 400px;
    overflow-x: auto;
}
.ranks.without-history .dataTables_paginate {
    padding: 20px;
    background: #0a1020;
    border-radius: 0 0 5px 5px;
}
.ranks.without-history .paginate_button:not(.current), .referrals .ref__block .paginate_button:not(.current) {
    border: solid 1px #0f1627;
}

/* Fix */

.cancel-withdraw {
    background: #FF4155;
    color: #fff;
    justify-content: center;
    padding: 6px;
    border-radius: 10px;
    width: fit-content;
    padding-left: 13px;
    padding-right: 13px;
    transition: .15s all;
}
.cancel-withdraw:hover {
    opacity: .9;
}

/* Promocode Modal */

.bonusModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}
.bonusModal__2zW4Y .modal-content__4J2al {
    background: #131a2b;
}
.bonusContainer__2rhpU {
    display: flex;
    flex-direction: column;
}
.bonusContainer__2rhpU .bonusHeader__3--7l {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d3340;
    font-family: sans-serif;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #343b48;
    color: #b7bece;
    align-items: center;
    display: flex;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 15px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw {
    align-items: center;
    display: flex;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm {
    align-items: center;
    display: flex;
    padding-right: 15px!important;
    height: 40px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm img {
    width: 32px;
    height: 32px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe svg {
    color: #3077f7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #343b48;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #343b48;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E {
    position: relative;
    display: flex;
}
.inputRow__3tkLM {
    margin-bottom: 12px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E .btn__gUKaT {
    cursor: pointer;
    display: flex;
    height: 44px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    font-size: 14px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    min-width: 120px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ {
    margin-top: 10px!important;
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -15px;
    padding: 18px;
    background: #7373ff;
    color: #828f9a;
    border-radius: 0 0 6px 6px;
    white-space: pre-line;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 440px;
    display: block;
    margin: 0 auto;
}
.bonus {
    flex-direction: column;
    gap: 20px;
}
.bonus .left, .bonus .right {
    width: 100%;
}
.bonus .right .socials {
    flex-direction: row;
}
.mobile-bottom {
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #201B42;
    width: 100%;
    display: none;
    transition: .15s all;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
}
.mobile-bottom .items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.mobile-bottom .items .item {
    background: #0a1020;
    padding: 10px;
    color: #ffffffad;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transition: .15s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
}
.mobile-bottom .items .item .icon {
    width: 18px;
    height: 18px;
}
.mobile-bottom .items .item .name {
    font-size: 9px;
}
.mobile-bottom .items .item.active {
    background: #080c14;
    color: #e4deff;
}
.mobile-bottom .items .item:hover {
    background: #0e1423;
    color: #B1A5E7;
}
.mobile-bottom .button.tournament {
    right: 128px;
}
.mobile-bottom .button {
    position: absolute;
    top: -32px;
    background: #2b2552;
    padding: 6px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 5px 5px 0 0;
    color: #B1A5E7;
    right: 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.mobile-bottom.hide {
    bottom: -60px;
}
.mobile-bottom .button i {
    margin-right: 3px;
}
.mobile-bottom.hide .button i {
    transform: rotate(180deg);
}
.rank-icon {
    cursor: pointer;
}
.dataTables_empty {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
}
.settingsContainer__3UC3e .avatar__2MOUU img {
    cursor: pointer;
    transition: .15s all;
}
.settingsContainer__3UC3e .avatar__2MOUU img:hover {
    opacity: .8;
}
.securityContainer__qmiHC .disabled__JfkWp {
    opacity: .5;
    pointer-events: none;
}

/* 2FA */

.item__UX8N- {
    border-bottom: 1px solid rgba(177, 165, 231, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.item__UX8N- .title__ppIsC {
    color: #a5acbb;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N-.flexRow__Ld2GZ {
    flex-direction: row;
}
.item__UX8N-.flexRow__Ld2GZ .image__ISUjq {
    background: #fff;
    height: 130px;
    margin-right: 15px;
    min-width: 130px;
    width: 130px;
}
.item__UX8N- .title__ppIsC {
    color: #a5acbb;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N- .divider__69Gne {
    display: block;
    height: 10px;
}
.item__UX8N- .title__ppIsC {
    color: #B1A5E7;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N- .secretCode__2u2h\+ {
    align-items: stretch;
    display: flex;
    margin-top: 5px;
    position: relative;
}
.item__UX8N- .secretCode__2u2h\+ .value__pKbLF {
    background: #2E265A;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    padding: 3px 10px;
    color: #B1A5E7;
}
.item__UX8N- .secretCode__2u2h\+ button {
    border-radius: 0 3px 3px 0;
    padding: 3px 17px;
    position: relative;
    background: transparent;
    fill: #fff;
    background: #2E265A;
    border: none;
}
.item__UX8N- .secretCode__2u2h\+ button svg {
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.item__UX8N- .secretCode__2u2h\+ .copyTooltip__yReP8 {
    bottom: 50px;
    left: auto;
    pointer-events: none;
    right: 0;
    width: 100px;
}
.item__UX8N-:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item__UX8N- .inputRow__FXOqc {
    margin-bottom: 12px;
}
.item__UX8N- .inputRow__FXOqc label {
    align-items: center;
    color: rgba(177, 165, 231, 0.6);
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 0.65em;
    text-transform: uppercase;
}
.inputField__FfPJ-, .inputField__FfPJ- input, .inputField__FfPJ- input+.inputSuffix__LWSeB, .inputField__FfPJ-+.inputSuffix__LWSeB {
    font-size: 16px;
}
.inputField__FfPJ-, .inputField__FfPJ- input {
    background: #2E265A!important;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #B1A5E7;
    font-family: Rubik,Arial,sans-serif;
    height: 44px;
    outline: none!important;
    padding: 0 12px;
    touch-action: manipulation;
    width: 100%;
}
.item__UX8N- .codeRow__99Rsu label {
    align-items: center;
    color: rgba(177, 165, 231, 0.6);
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 0.65em;
    text-transform: uppercase;
}
.item__UX8N- .codeRow__99Rsu .tfaValidationWrapper__4RjXm input {
    background-color: #1f232b;
    border-radius: 3px;
    font-size: 25px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin: 0 6px;
    text-align: center;
    width: 16.66%;
}
.item__UX8N- .submit__00KbR {
    font-size: 16px;
    height: 46px;
}
.item__UX8N- .secretCode__2u2h\+ button svg {
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
}
.btn__AvqsY {
    cursor: pointer;
    display: flex;
    height: 44px;
    padding: 0 15px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #fff;
    min-width: 100%;
    transition: .15s all;
}
.btn__AvqsY:hover {
    opacity: .85;
}
.ranks .user-claim-ranks-reward {
    color: #fff;
    transition: all .15s;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}
.ranks .user-claim-ranks-reward:hover {
    opacity: .85;
}
.message__wagmY {
    font-size: 15px;
    color: #877AC1;
}
.message__wagmY .caption__hnNtf {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.25em;
    text-transform: none;
}
.message__wagmY.process__eJ-id .caption__hnNtf {
    color: #B1A5E7;
}
.message__wagmY.success__eJ-id .caption__hnNtf {
    color: #38C69B;
}
#ModalTransfer label {
    font-size: 13px;
    color: rgb(177 165 231 / 70%);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
#ModalTransfer .inputHalf__1YDuQ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#ModalTransfer .inputHalf__1YDuQ>div:first-child {
    margin-right: 20px;
}
#ModalTransfer .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit] {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
#ModalTransfer .inputHalf__1YDuQ>div .inputControl__3_JER {
    height: 44px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #fff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
#ModalTransfer .inputHalf__1YDuQ>div {
    width: 100%;
}
#ModalTransfer .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 410px;
    display: block;
    margin: 0 auto;
}
.awssld__content__bCYTm {
    align-items: center;
    background-color: #2f2f2f;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.awssld__content__bCYTm .sliderItem__kMv3x {
    height: 100%;
    width: 100%;
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V {
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V.bonus__IuNjg {
    height: 100%;
    right: -60px;
    top: 0;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V img {
    height: 100%;
    float: right;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 {
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .title__y13uG {
    background-color: #0d1429;
    border-radius: 10px;
    color: #efefefe8;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px;
    width: fit-content;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a {
    background-color: rgb(0 176 255 / 70%)!important;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 15px;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: fit-content;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD {
    bottom: 25px;
    display: flex;
    left: 15px;
    position: absolute;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N {
    display: flex;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N:not(:last-child) {
    margin-right: 30px;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N img {
    height: 35px;
    position: relative;
    top: 10px;
    width: 35px;
}
.awssld__box__Ml9UR, .awssld__container__-GIdi figure, .awssld__content__bCYTm {
    display: block;
    height: 100%;

    width: 100%;
}
.awssld__box__Ml9UR {
    visibility: hidden;
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N .features__9nEI5 {
    color: #e6e5eb;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .description__qo81w {
    background-color: #0d1429;
    border-radius: 10px;
    color: #f3f3f3;
    display: flex;
    font-size: 18px;
    margin-top: 10px;
    padding: 5px 10px;
    width: fit-content;
}
.awssld__content__bCYTm {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    background-color: #0a1020;
}

#slotsSlider {
    height: 280px;
}
.slots__slider {
    height: 280px;
}
.slots__slider .slider__viewport {
    height: 100%;
}
.slider_start {
    display: flex;
    justify-content: start;
}

.referrals .table {
    background: transparent;
    display: flex;
    overflow: inherit;
    gap: 20px;
    margin-top: 50px;
}
.referrals .table .table-left {
    width: 20%;
}
.referrals .table .table-left .title {
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(177 165 231 / 70%);
}
.referrals .table .table-right {
    border-radius: 10px;
    width: 100%;
    background: #110f25;
    display: flex;
}
.referrals .table .table-left .title.big {
    color: #B1A5E7;
    font-size: 21px;
    font-weight: bold;
}
.referrals .table .table-right .lvl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #201B42;
}
.referrals .table .table-right .lvl:first-child {
    border-left: none;
}
.referrals .table .table-right .lvl span.variable {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(177 165 231 / 70%);
    border-bottom: 1px solid #201B42;
}

.referrals .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px solid #201B42;
    color: #B1A5E7;
}
.referrals .table .table-right .lvl span i.fa-check {
    color: rgba(56, 198, 155, 1);
    font-weight: bold;
    font-size: 20px;
}
.referrals .table .table-right .lvl span i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 20px;
}
.referrals .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
}
.referrals .table .table-right .lvl .status {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 40px;
    height: 100%;
    max-height: 78px;
}
.referrals .table .table-right .lvl .status .need {
    height: 78px;
    padding: 12px;
    color: #B1A5E7;
    padding-bottom: 16.5px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.referrals .table .table-right .lvl .status .default {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(177, 165, 231, 0.5);
}
.referrals .table .table-right .lvl .status .primary {
    color: rgba(56, 198, 155, 1);
}
.referrals .table .table-right .lvl .status .btn {
    position: absolute;
    bottom: -16px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .15s all;
    background: #2e265a;
    color: #B1A5E7;
}
.referrals .table .table-right .lvl .status .btn:hover {
    opacity: .9;
}
.user-bind-telegram {
    background: #28a7e7!important;
}
#ModalBindTelegram .alertWrapper__16IIw {
    width: 100%;
    justify-content: center;
}
#ModalBindTelegram .link__IngDe, #ModalPromocode .link__IngDe {
    padding-left: 0;
    cursor: pointer;
}
/* Sport */
.sport_sidebar {
    display: none;
    z-index: 4003;
    position: fixed !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 250px;
    background: #0e0e0e;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
}
.sport_minimized {
    width: 40px;
}
.sport_sidebar_header {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    color: #d3d3d3;
    padding: 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}
.sport_minimized .sport_sidebar_header span {
    display: none;
}
.sport_live_number {
    display: inline-flex !important;
    color: #fff;
    background: red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    margin-top: -1px;
    margin-bottom: -21px;
    text-align: center;
    position: relative;
    top: -1px;
}
.sport_minimized .sport_live_number {
    position: relative;
    bottom: 22px;
    right: 12px;
    top: unset;
    margin-top: unset;
    margin-bottom: unset;
}
.sport_minimized .sport_sidebar_header {
    height: 95px;
}
.sport_sidebar_category:first-child {
    margin-top: 15px !important;
}
.sport_sidebar_category:last-child {
    margin-bottom: 60px;
}
.sport_sidebar_category {
    color: #a8a8a8;
    margin-top: 7px;
    transition: color 0.3s ease;
    font-size: 14px;
}
.sport_sidebar_category:hover {
    cursor: pointer;
    color: #fff;
}
.sport_sidebar_category i {
    width: 40px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sport_sidebar_category span {
    position: relative;
    left: -5px;
}
.sport_minimized .sport_sidebar_category span {
    display: none;
}
.sport_sidebar_header:hover {
    color: #fff;
    cursor: pointer;
}
.sport_sidebar_header i {
    margin-right: 3px;
}
.sport_unminimize {
    font-size: 1.7em;
    margin-bottom: 25px;
    position: absolute !important;
    top: 14px;
    right: 10px;
    color: #fff !important;
}
.sport_minimized .sport_unminimize {
    display: block !important;
    position: unset !important;
    right: unset;
}
@media (max-width: 1600px) {
    .sport-page .ll_container {
        margin-left: 30px;
    }
    .sport-page .container {
        padding-left: 20px;
    }
    .sport-page footer {
        padding-left: 40px;
    }
    .sport-page header {
        padding-left: 35px;
    }
    .sport-page .carousel {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .sport-club-container {
        margin-left: 19px;
        border-radius: 0 !important;
    }
    .sport-bet-tabs {
        margin-left: 5px;
    }
    .sport-world-place {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .match-over {
        font-size: 13px;
        text-align: center;
    }
    .match-over,
    .sport-game-header {
        width: calc(100% + 16px);
    }
    .sport-game-header-overlay {
        margin-left: 2.5px;
    }
}
.sport-club-container {
    color: #fff;
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 5px;
    padding: 20px;
    cursor: default;
    margin-top: 10px;
    position: relative;
}
.sport-club-container:first-child {
    margin-top: unset;
}
.sport-club-header {
    color: #d3d3d3;
    margin-left: -20px;
    padding-left: 20px;
    margin-top: -10px;
    width: calc(100% + 40px);
    padding-bottom: 9px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-bottom: 16px;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sport-club-header-min {
    height: 42px;
}
.sport-club-header-min .sport-club-header {
    border-bottom: unset;
}
.sport-club-header-min .sport-club-content {
    display: none;
}
.sport-club-header:hover {
    color: #fff;
    cursor: pointer;
}
.sport-club-match-date {
    font-size: 13px;
    color: #d3d3d3;
    display: inline-block;
    white-space: nowrap;
}
.sport-club-match-names {
    margin-top: 5px;
    cursor: pointer;
}
.sport-club-match-names div {
    font-size: 14px;
}
.sport-club-match-button {
    display: inline-block;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    width: 30%;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s ease;
    white-space: nowrap;
    position: relative;
}
.sport-club-match-button:hover {
    cursor: pointer;
    background: hsla(0, 0%, 100%, 0.05);
}
.sport-club-match-button:last-child {
    margin-right: unset;
}
.sport-club-match-button div {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sport-club-match-button div:last-child {
    color: #d3d3d3;
}
.sport-match-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sport-match-actions .sport-club-match-date {
    flex: 0 0 100%;
    text-align: center;
}
.sport-match {
    font-size: 0;
}
.sport-match [class*="col-"] {
    margin-top: 12px;
}
.sport-match:first-child [class*="col-"] {
    margin-top: unset;
}
.sport-game-header {
    height: 170px;
    position: relative;
}
.sport-game-header-overlay-expand-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: #0f0f0f;
    text-align: center;
    transition: background 0.3s ease;
    display: none;
}
.sport-game-header-overlay-expand-button i {
    transition: all 0.3s ease;
}
@media (max-width: 1200px) {
    .sport-game-header-overlay-expand-button {
        display: block;
    }
    .sport-game-header-overlay {
        top: calc(50% - 10px) !important;
    }
}
.sport-game-header-overlay-expand-button:hover {
    background: #2f2f2f;
    cursor: pointer;
}
.sport-game-header-overlay {
    position: relative;
    left: 50%;
    top: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    color: #fff;
    background: #0a0a0a;
    height: 115px;
    border-radius: 3px;
    overflow: hidden;
}
.sport-soccer {
    background-image: url(/img/field.jpg);
    background-size: cover;
    background-position: top;
}
.sport-game-header-overlay-info {
    position: absolute;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.02);
    width: 100%;
    font-size: 14px;
    padding: 7px;
}
.sport-game-header-overlay-date {
    font-size: 12px;
    padding: 9px;
}
.sport-game-header-overlay-teams {
    font-size: 14px;
    margin-top: 1px;
    padding-left: 9px;
}
.sport-game-header-overlay-teams div span {
    float: right;
    margin-right: 11px;
    margin-top: -20px;
}
.sport-weather {
    position: absolute;
    top: 9px;
    right: 6px;
}
.sport-weather div {
    display: inline-block;
    margin-right: 3px;
    cursor: default;
}
.sport-world-place {
    color: #d3d3d3;
    padding-top: 11px;
    font-size: 15px;
}
.sport-bet-tabs {
    margin-top: 10px;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.row__auto {
    width: auto!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
/* Tournament BETA */
.tournament-header {
    margin-bottom: 30px;
    position: relative;
}
.tournament-header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
}
.tournament-header__title {
    flex-direction: column;
}
.tournament-header__title>h1 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    color: #B1A5E7;
}
.tournament-header__date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-header__date>i {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    color: rgb(177 165 231 / 80%);
}
.tournament-header__date>span {
    font-size: 17px;
    color: rgb(177 165 231 / 80%);
}
.tournament-info__fund {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    background-color: #110f25;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tournament-info__fund-rays, .tournament-info__fund-rays:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.tournament-info__fund-rays:before {
    content: "";
    z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/tournaments/rays.svg);
    filter: brightness(1.2);
}
.tournament-info__fund-timer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px;
    margin: -20px -20px 0;
    border-radius: 6px 6px 0 0;
    width: calc(100% + 40px);
}
.tournament-info__fund-timer_blue {
    background: linear-gradient(180deg,rgba(38,181,248,.2),rgba(38,181,248,0));
    text-shadow: 0 0 40px #26b5f8;
    color: #39c1ff;
}
.tournament-info__fund-timer__value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-info__fund-timer__value>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.tournament-info__fund-timer__value>span {
    font-size: 20px;
    font-weight: 500;
}
.tournament-info__fund-amount {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.tournament-info__fund-amount__cup {
    position: relative;
}
.tournament-info__fund-amount__value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-info__fund-amount__value>span {
    font-size: 48px;
    font-weight: 700;
    color: rgba(56, 198, 155, 1);
}
.tournament-info__fund-amount__text {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 6px;
    color: #B1A5E7;
    opacity: .9;
}
.tournament-info__settings {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.tournament-info__settings-item {
    width: calc(50% - 10px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #b1a5e742;
    background: #110f25;
    border-radius: 6px;
}
.tournament-info__settings-item-value {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.tournament-info__settings-item-value>span {
    font-size: 20px;
    font-weight: 700;
    color: #B1A5E7;
    opacity: .9;
}
.tournament-info__settings-item-value>img {
    width: 18px;
    height: 18px;
    opacity: .9;
}
.tournament-info__settings-item-value>img+span, .tournament-info__settings-item-value>span+img {
    margin-left: 20px;
}
.tournament-info__settings-item-text {
    font-size: 12px;
    font-weight: 500;
    color: #B1A5E7;
    opacity: .7;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: center;
}
.tournament-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0 15px;
}
.tournament-block__header-title {
    margin: 0;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    color: #B1A5E7;
}
.tournament-block__header-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-block__header-value>img {
    width: 16px;
    height: 16px;
}
.tournament-block__body {
    position: relative;
    padding: 20px;
    border: 1px solid #b1a5e742;
    background: #110f25;
    border-radius: 6px;
}
.tournament-block_rules .tournament-block__body p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #b1a5e7e0;
    padding-left: 40px;
}
.tournament-block_rules .tournament-block__body p:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    margin-top: -15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #B1A5E7;
    content: attr(data-number);
    text-shadow: 9px 5px 8px #b1a5e71a;
}
.tournament-block_rules .tournament-block__body p>strong {
    padding: 2px 4px 3px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 80%;
    font-weight: 700;
    white-space: nowrap;
    background: #2e265a;
    color: #B1A5E7;
}
.tournament-block_rules .tournament-block__body p+p {
    margin-top: 20px;
}
.tournament_table {
    margin-top: 0!important;
}
.tournament .ref__table {
    padding: 0;
    background: transparent;
    border: none;
}
.tournament .ref__table .tabs {
    display: flex;
    gap: 20px;
}
.tournament .ref__table .tabs .tab {
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .2s opacity;
    color: #B1A5E7;
}
.tournament .ref__table .tabs .tab:hover {
    opacity: .8;
}
.tournament .ref__table .tabs .tab.active:hover {
    opacity: 1;
}
.tournament .ref__table .tabs .tab.active {
    border-bottom: 3px solid #9089B4;
}
.tournament .ref__table .ref__block {
    background: #110f25;
    border-radius: 5px;
    /*margin-top: 20px;*/
}
.tournament .ref__table .ref__block.hidden {
    display: none;
}
.tournament .ref__table .ref__block .ref__head {
    display: flex;
    width: 100%;
}
.tournament .ref__table .ref__block .ref__thead {
    border-bottom: none!important;
}
.tournament .ref__table .ref__block .ref__head .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #2E265A;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.tournament .ref__table .ref__block .ref__head .ref__td:hover {
    opacity: .8;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el:hover {
    background: #2e265a63;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
    color: #b1a5e7ba;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td.lose, .tournament .stats .stats__block .count.lose, .tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td .lose, .tournament .stats .stats__block .count .lose {
    color: #FF4155;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td.win, .tournament .stats .stats__block .count.win, .tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td .win, .tournament .stats .stats__block .count .win {
    color: #38C69B;
}
.tournament-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
}
.tournament-table__row_header {
    min-height: 60px;
}
.tournament-table__col {
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #B1A5E7;
}
.tournament-table__row_header>.tournament-table__col {
    font-size: 14px;
    font-weight: 700;
}
.tournament-table_prizes .tournament-table__col:first-child {
    width: 40%;
    justify-content: center;
}
.tournament-table_prizes .tournament-table__col:nth-child(2) {
    width: 60%;
    justify-content: center;
}
.tournament-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
}
.tournament-table__row+.tournament-table__row {
    border-top: 1px solid #2E265A;
}
.tournament-table__col_place>img {
    width: 24px;
    height: 24px;
    display: block;
}
.tournament-table__col_ingots>span {
    font-size: 14px;
    font-weight: 700;
    color: rgba(56, 198, 155, 1);
}
.tournament-table__col_place>span {
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 700;
    background: #2e265a;
    color: #B1A5E7;
    border-radius: 7px;
}
.tournament-block_prizes .tournament-block__body, .tournament-block_users .tournament-block__body {
    padding: 0;
}
.tournament .row.row__auto {
    width: auto;
}
.tournament-block__header-value>i {
    width: 16px;
    height: 16px;
}
.tournament_img_place {
    width: 24px;
    height: 24px;
    display: block;
}
.tournament .dataTables_paginate {
    padding: 20px;
    background: #201B42;
    border-radius: 0 0 5px 5px;
}
.withdraw_circle_cancel {
    margin-left: 7px;
    color: rgb(177 165 231 / 30%);
    transition: all .2s;
    cursor: help;
}
.withdraw_circle_cancel:hover {
    color: rgb(177 165 231 / 40%);
}
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 5px 8px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 12px;
  background-color: #2E265A;
  color: #B1A5E7;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%,  calc(0px - var(--arrow-size)));
}
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
  border-color: #2E265A transparent transparent transparent;
  transform: translateX(-50%) scaleY(1);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.vipHeaderModal {
    height: 52px!important;
}
.head_Header__3REgF {
    height: 52px;
    min-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    position: relative;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf {
    display: flex;
    width: 100%;
    height: 74px;
    overflow: auto hidden;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 12px;
    height: 52px;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button:hover {
    color: #B1A5E7;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button.styles_isActive__38MV4 {
    color: #B1A5E7;
    border-bottom: 2px solid #B1A5E7;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button {
    color: #554F82;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 10px;
    margin-right: 5px;
    border: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .2s all;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    background: transparent;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 svg {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    opacity: 0.65;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button.styles_isActive__38MV4 svg {
    opacity: 1;
}
.rakeback_ClaimAmounts__xro-l {
    margin-bottom: 14px;
    text-align: center;
}
.rakeback_ClaimAmount__2ycL0 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 17px;
    color: #B1A5E7;
    margin-top: -5px;
}
.rakeback_ClaimAmount__2ycL0:last-child {
    margin-bottom: 0;
}
.rakeback_ClaimButton__2lnTm, .rakeback_ClaimButton__2lnTm button, .rakeback_ClaimSelect__2fi_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rakeback_ClaimButton__2lnTm button {
    height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    margin-bottom: 10px;
    background: #2E265A;
    color: #B1A5E7;
    transition: .2s all;
}
.rakeback_ClaimButton__2lnTm button:hover {
    opacity: .8;
}
.button_Button__1W86R:not(:disabled) {
    cursor: pointer;
}
.rakeback_ClaimButton__2lnTm, .rakeback_ClaimButton__2lnTm button, .rakeback_ClaimSelect__2fi_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_Button__1W86R {
    color: #fff;
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .2s linear;
}
.vipModal .codeWrapper__2MdUJ {
    flex-direction: column;
}
.timer_TimerContainer__iEkC2 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.timer_TimerItem__27Tev {
    margin: 10px 10px 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #828f9a;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.timer_TimerItem__27Tev:first-child {
    margin-left: 0;
}
.timer_TimerItem__27Tev>div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    color: #554F82;
    user-select: none;
}
.timer_TimerItem__27Tev span {
    width: 44px;
    height: 38px;
    border: 1px solid #2E265A;
    margin-top: 5px;
    font-size: 17px;
    color: #B1A5E7;
    -webkit-user-select: none;
    user-select: none;
}
.claim_RollBtn__3Y7vN, .timer_TimerItem__27Tev span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bonusBottom__oBgdJ.padding-no {
    padding: 0!important;
}
.name_Change__2pZxi {
    display: flex;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}
.name_Submit__22ve1 {
    padding: 15px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    border: none;
    border-radius: 0 5px 5px 0;
}
.name_Submit__22ve1:first-child {
    margin-right: 8px;
}
.name_Submit__22ve1:focus,
.name_Submit__22ve1:hover {
    color: #fff;
}
.input_Control__xGOxf {
    height: 35px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    background: #2E265A!important;
    outline: none!important;
    border-radius: 5px!important;
    color: #B1A5E7;
    background-color: initial;
    border: none;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.links {
    display: flex;
    width: 50%;
    gap: 15px;
}
.ref__bonuses {
    display: flex;
    align-items: center;
    margin-top: 27.5px;
    justify-content: center;
}
.ref__bonuses .ref__activate {
    background: #0a1020;
    width: 700px;
    border-radius: 6px;
    display: flex;
    padding: 20px;
    gap: 40px;
    align-items: center;
    border: 2px solid #38c69b;
}
.ref__bonuses .ref__activate .image img {
    width: 120px;
    user-select: none;
}
.ref__bonuses .ref__activate .body {
    width: 100%;
}
.ref__bonuses .ref__activate .body .head {
    font-size: 25px;
    color: #38c69b;
    font-family: 'Open Sans';
    margin-bottom: 3px;
    display: block;
    margin-top: -10px;
}
.ref__bonuses .ref__activate .body .text {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Open Sans';
    margin-bottom: 15px;
}
.ref__bonuses .ref__activate .body .inputs input {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #ffffff;
    background: #090f20!important;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
    font-size: 15px;
}
.ref__bonuses .ref__activate .body .inputs {
    display: flex;
    gap: 12px;
}
.ref__bonuses .ref__activate .body .inputs .btn {
    width: 200px;
    font-size: 15px;
    transition: .2s ease;
}
.ref__bonuses .ref__activate .body .inputs .btn:hover {
    opacity: .9;
}
.bonus .other {
    display: flex;
    gap: 20px;
}
.bonus .other .item:first-child {
    width: 100%!important;
}
.bonus .other .item.sub {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bonus .other .item .btn {
    transition: .1s all;
}
.bonus .other .item .btn:hover {
    opacity: .9;
}
.promoBlock__1VfRb {
    align-items: flex-start;
    background-color: #110f25;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.promoBlock__1VfRb::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .07;
    object-fit: fill;
}
.promoBlock__1VfRb .title__y13uG {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    color: #B1A5E7;
    opacity: .9;
}
.promoBlock__1VfRb .title__y13uG>strong {
    color: rgba(56, 198, 155, 1);
    white-space: nowrap;
}
.repostPromoBlock__ER6Zw .steps__O7pBm {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 10px;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 {
    align-items: center;
    display: flex;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .status__k5BfG {
    background: url(/img/bonus/error.svg) 50% no-repeat;
    background-size: 100%;
    height: 24px;
    margin-right: 10px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .status__k5BfG.success {
    background: url(/img/bonus/success.svg) 50% no-repeat;
    background-size: cover;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .text__92pJL {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    color: #B1A5E7;
}
.promoBlock__1VfRb strong {
    font-weight: 500;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .info__whMtx {
    background: url(/img/bonus/info.svg);
    background-size: 100%;
}
.promoBlock__1VfRb {
    align-items: flex-start;
    background-color: #110f25;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.subscribePromoBlock__NPuXJ:before {
    background-image: url(/static/media/subscribe.50dec74ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦.svg);
    background-position: 100% 40%;
    background-repeat: no-repeat;
    opacity: .5;
}
.promoBlock__1VfRb .title__y13uG {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #B1A5E7;
    opacity: .9;
}
.promoBlock__1VfRb .title__y13uG>strong {
    color: rgba(56, 198, 155, 1);
    white-space: nowrap;
}
.promoBlock__1VfRb .text__92pJL {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: rgb(177 165 231 / 70%);
    margin-bottom: 12px;
}
.noAccountBlock__cWhzI .noAccount__w41Hh {
    align-items: center;
    background: #2E265A;
    color: #B1A5E7;
    border-radius: 4px;
    display: flex;
    margin-top: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.noAccountBlock__cWhzI .noAccount__w41Hh span {
    font-size: 12px;
    line-height: 18px;
}
.awssld__timer--run__Q41nS {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.awssld__timer--animated__398Y9 {
    transition: -webkit-transform var(--timer-delay) linear;
    transition: transform var(--timer-delay) linear;
    transition: transform var(--timer-delay) linear,-webkit-transform var(--timer-delay) linear;
    will-change: transform;
}
.awssld__timer__I8Sh9 {
    background-color: #0a1020;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    z-index: 100;
}
.slots-container .slots-button {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}
.slots-container .slots-button button {
    padding: 8px 12px;
}
.decor_img__bBA84 {
    position: absolute;
    width: 200px;
    right: 70px;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    user-select: none;
    z-index: -1;
}
.decor_img__bBA84 img {
    width: 100%;
}
.repostPromoBlock__ER6Zw button.disabled {
    background: #FF4155;
    border-color: #FF4155;
    pointer-events: none;
}

.repostPromoBlock__ER6Zw button.pointer {
    pointer-events: none;
}
.container-slots {
    background-color: transparent;
}
.container-slots .content-slots {
    margin-top: 20px;
    border-radius: 5px;
}
.menuBlock__3oOF7 {
    border-radius: 5px;
    background-color: #ffffff00;
}
.menuBlock__3oOF7 .menuSearch__3_YUS {
    border-radius: 0px 5px 5px 0px;
}

/* 2023 */
body.newyear::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/newyear/winter_bg1.png);
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}
body.newyear:after {
    background: url(/img/newyear/lights1.png) top repeat-x;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.newyear .header .top-nav-wrapper a.online,
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4,
.newyear .menuBlock__3oOF7 .menuPlaceholder__3_YUS,
.newyear .slots-container .slots-button button,
.newyear .bonus .table .table-right,
.newyear .bonus .upper .stats .line,
.newyear .bonus .right .socials .social,
.newyear .game-header .game-back,
.newyear .ranks .window-heading,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l,
.newyear .ranks .window-body,
.newyear .bonus .other .item .btn,
.newyear .referrals .upper .link .link__form input,
.newyear .ref__bonuses .ref__activate .body .inputs .btn,
.newyear .referrals .upper .link .link__form .form__copy,
.newyear .referrals .stats .stats__block,
.newyear .bonus .upper .daily,
.newyear .faq-component,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span,
.newyear .awssld__content__bCYTm,
.newyear .referrals .ref__table .ref__block,
.newyear .user-profile-full-stats,
.newyear .referrals .ref__table .tabs .tab.active,
.newyear .referrals .stats .stats__block .btn,
.newyear .ranks.without-history .dataTables_paginate,
.newyear .ref__bonuses .ref__activate,
.newyear .newyear .bonus .upper .daily button,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij,
.newyear .awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a,
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5,
.newyear .faq-component .faq-head,
.newyear .faq-component .help-q,
.newyear .wallet-body,
.newyear .wallet-header,
.newyear .game-header .game-support,
.newyear .item__-P63N .card__without,
.newyear .faq-component .help-a,
.newyear .game-header .game-type,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .flex_3pfao,
.newyear .mobile-bottom .items,
.newyear .bonus-scratch .other .item .scratch,
.newyear .bonus-scratch .other .item .history-table,
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a,
.newyear .headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy {
    position: relative;
}
.newyear .header .top-nav-wrapper a.online:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    background-position-x: inherit;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    background-position-x: right;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.newyear .side-nav li a:hover:before, .newyear .side-nav li a.active:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-size: cover;
}
.newyear .side-nav li .side-nav-tooltip:after {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-size: cover;
}
.newyear .slots-container .gamemode:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-position-x: right;
}
.newyear .gameOverlay__nofF3 .playReal__e50xN:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 17px 17px 0px 0px;
    width: 100%;
    background-position-x: initial;
    transform: rotate(180deg);
}
.newyear .live .item.slot:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    opacity: .15;
}
.newyear .live .item.withdraw:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    opacity: .15;
}
.newyear .menuBlock__3oOF7 .menuPlaceholder__3_YUS:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-position-x: right;
}
.newyear .slots-container .slots-button button:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    background-position-x: right;
}
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    background-position-x: right;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-position-x: center;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x:before {
    border-color: transparent transparent #d9e2eb;
}
.newyear .awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-position-x: center;
}
.newyear .bonus .other .item .btn {
    z-index: 10;
}
.newyear .bonus .upper .daily:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-position-x: revert;
    z-index: 10;
}
.newyear .bonus .table .table-right .lvl .status .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .bonus .right .socials .social:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
}
.bonus .right .socials {
    margin-top: 20px;
}
.newyear .referrals .upper .link .link__form .form__copy:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .referrals .stats .stats__block:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .referrals .stats .stats__block:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .34;
    backdrop-filter: blur(15px);
}
.newyear .payment-total {
    background: #080e1f!important;
    border-color: #f8f7ff88;
}
.newyear .referrals .stats .stats__block .count,
.newyear .user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category,
.newyear .user-profile-full-stats.user-profile-full-stats_dark .user-profile-full-stats__content,
.newyear .referrals .stats .stats__block .title,
.newyear .referrals .stats .stats__block .btn,
.newyear .referrals .ref__table .ref__block .ref__head .ref__td,
.newyear .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td,
.newyear .paginate_button,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ,
.newyear .bonus .upper .daily .between,
.newyear .bonus .upper .daily button,
.newyear .bonus .upper .stats .line .titles,
.newyear .bonus .upper .stats .line .progress,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt,
.newyear .bonus .upper .stats .line .info,
.newyear .bonus .table .table-right .lvl,
.newyear .wallet-sidebar,
.newyear .wallet-area,
.newyear .bonus .right .socials .social .info,
.newyear .bonus .right .socials .social .btn-social,
.newyear .ref__bonuses .ref__activate .body,
.newyear .faq-component .contact,
.newyear .faq-component .text-heading,
.newyear .faq-component .help-q,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN,
.newyear .faq-component .help-a,
.newyear .wallet-header .wallet-header__item,
.newyear .bonus-scratch .other .item .scratch,
.newyear .bonus-scratch .other .item .history-table,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .caption__352lm,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .flex_3pfao,
.newyear .user-profile-full-stats,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg,
.newyear .referrals .stats .stats__block .desc {
    z-index: 10;
}
.newyear .ref__bonuses .ref__activate:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .ref__bonuses .ref__activate:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .34;
    backdrop-filter: blur(15px);
}
.newyear .ref__bonuses .ref__activate {
    border: none;
}
.newyear .referrals .ref__table .tabs .tab.active {
    border-color: #dee9f2;
    border-width: 1px;
    color: #fff;
}
.newyear .referrals .ref__table .tabs .tab.active:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: -13px;
    width: 100%;
    background-position-x: center;
}
.newyear .referrals .stats .stats__block .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .ref__bonuses .ref__activate .body .inputs .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .referrals .ref__table .ref__block:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus .table .table-right:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus .upper .stats .line:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .upper .daily:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .right .socials .social:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.promoBlock__1VfRb:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .upper .daily button:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: calc(100% + 2px);
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
}
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:after {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .faq-component .faq-head:after, .newyear .ranks .window-heading:after, .newyear .faq-component:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .faq-component .faq-head:before, .newyear .ranks .window-heading:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .awssld__content__bCYTm:after, .newyear .ranks .window-body:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK:before,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK:after,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER, .inputField__2A282,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label,
.newyear .settingsContainer__3UC3e .inputControl__3_JER {
    background: #0d1322!important;
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 {
    background: #0f162f;
}
.newyear .withPager__3kagV,
.newyear .item__UX8N-,
.newyear .history-table,
.newyear .without-history .faq-scratch .info,
.newyear .transferModal_2zW4Y .securityContainer__qmiHC {
    position: relative;
    z-index: 10;
}
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh label .btnAppend__8lfKr {
    background-color: #080c14!important;
}
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: initial;
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
    z-index: 10;
    position: relative;
}
.newyear .ranks.without-history .dataTables_paginate:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .faq-component .help-q, .newyear .faq-scratch .help-q {
    border-color: #17113d88!important;
    background: #0a1020!important;
}
.newyear .faq-component .help-a, .newyear .faq-scratch .help-a {
    border-color: #222b45!important;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .wallet-header:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .wallet-body:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .user-profile-full-stats:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .menuBlock__3oOF7 .menuWrapper__2Y07l.providers__XBoga:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: -1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .providers__XBoga .category__XBoga {
    background-color: #0d1322;
}

.newyear .menuBlock__3oOF7 .menuSearch__3_YUS .input input {
    z-index: 10;
}
.newyear .item__-P63N .card__without:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-position-x: center;
}
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: right;
}
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .game-header .game-support:after, .newyear .game-header .game-back:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .25;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .game-header .game-type:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: calc(100% + 2px);
    background-position-x: unset;
}
@media screen and (max-width: 1250px) {
    .newyear .game-header .game-support, .newyear .game-header .game-back, .newyear .game-header .game-type {
        z-index: 10;
    }
    .newyear .section.game-slots .game-header {
        position: relative;
    }
    .newyear .section.game-slots .game-header:after {
        background: url(/img/newyear/winter_bg1.png) top;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        border-radius: 5px 5px 0px 0px;
        z-index: 1;
        opacity: .1;
        backdrop-filter: blur(15px);
    }
}
.newyear .preloader:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .1;
    backdrop-filter: blur(15px);
}
.newyear .game-slots .game-block .slots-loader:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .1;
    backdrop-filter: blur(15px);
}
.newyear .window-body .payHistory {
    z-index: 10;
    position: relative;
}
.newyear .mobile-bottom .items:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-size: contain;
    backdrop-filter: blur(15px);
}
.newyear .bonus-scratch .other .item .scratch:after,
.newyear .bonus-scratch .other .item .history-table:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus-scratch .other .item .scratch:before,
.newyear .bonus-scratch .other .item .history-table:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-position-x: unset;
}
.newyear .tournament-info__settings-item:before,
.newyear .tournament-block__body:before,
.newyear .tournament-info__fund:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-position-x: unset;
}
.newyear .tournament-info__fund:before {
    z-index: 100;
}
.newyear .without-history .faq-scratch:before {
    background: url(/img/newyear/winter_button1.png) top;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: unset;
}
.newyear .tournament-info__settings-item,
.newyear .tournament-block__body,
.newyear .tournament .dataTables_paginate {
    position: relative;
}
.newyear .tournament-block__body:after,
.newyear .tournament .dataTables_paginate:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament-info__settings-item:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament-info__fund:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament .ref__table .ref__block #tableCompetitionUsers_wrapper,
.newyear .tournament .tournament-table_prizes {
    z-index: 10;
    position: relative;
}
.newyear .tournament-info__settings-item-value,
.newyaer .tournament-info__settings-item-text,
.newyear .tournament-block_rules .tournament-block__body p {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .title {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .description {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .scratch-game {
    z-index: 10;
}
.newyear .bonus-scratch .games-table {
    position: relative;
    z-index: 10;
}
.newyear .mobile-bottom .items .item {
    z-index: 10;
}
.without-history .faq-scratch .text-heading {
    z-index: 10;
    position: relative;
}

/* Scratch */
.bonus-scratch .other {
    gap: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}
.bonus-scratch .other .item:first-child {
    width: 50%!important;
}
.bonus-scratch .other .item:last-child {
    width: 50%!important;
}
.bonus-scratch .other .item .scratch {
    background: #110f25;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 35px;
    height: 100%;
    flex-direction: column;
}
.bonus-scratch .other .item .scratch .scratch-game {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.bonus-scratch .other .item .scratch .title {
    color: #B1A5E7;
    font-size: 26px;
    font-weight: 500;
}
.bonus-scratch .other .item .scratch .description {
    font-size: 17px;
    color: #877ABF;
    margin-top: 2px;
    text-align: center;
}
.bonus-scratch .other .item .scratch .description span {
    color: #38C69B;
}
.bonus-scratch .other .item .scratch .scratch-game .count {
    font-size: 16px;
    color: #877AC1;
    margin-top: 5px;
    margin-bottom: ;
    text-align: center;
    user-select: none;
}
.bonus-scratch .other .item .scratch .scratch-game .count span {
    color: #B1A5E7;
    font-weight: 500;
}
.bonus-scratch .other .item .scratch .scratch-game .winner-block {
    background: rgb(46 38 90 / 35%);
    height: 250px;
    width: 250px;
    border-radius: 6px;
    margin-top: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #B1A5E7;
    user-select: none;
    pointer-events: none;
}
.bonus-scratch .other .item .scratch .scratch-game #js-container {
    position: relative;
}
.bonus-scratch .other .item .scratch .scratch-game #js-scratch {
    position: absolute;
    cursor: default;
    cursor: url(/img/scratch-coin.png), default;
    bottom: 0;
    border-radius: 6px;
    width: 250px;
    height: 250px;
}
.bonus-scratch .other .item .scratch .scratch-game .winner-block.visible {
    display: flex;
}
.without-history .faq-scratch .text-heading {
    font-size: 18px;
    color: #B1A5E7;
    padding-top: 20px;
    margin-left: 25px;
}
.bonus-scratch .other .item .history-table {
    background: #110f25;
    height: 100%;
    border-radius: 6px;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th {
    width: 33%;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th:first-child {
    padding-left: 20px;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th:last-child {
    text-align: right;
    padding-right: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td {
    width: 33%;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td:first-child {
    padding-left: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td:last-child {
    text-align: right;
    padding-right: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr:last-child {
    border-bottom: none;
}
.without-history .faq-scratch  {
    background: #110f25;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
}
.without-history .faq-scratch .help-q {
    border: 1px solid #201B42;
    padding: 15px;
    color: #B1A5E7;
    border-radius: 4px;
    transition: .2s color;
    cursor: pointer;
    margin: 25px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background: #201B42;
}
.without-history .faq-scratch .help-q.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.without-history .faq-scratch .help-q .arrow {
    transition: .15s all;
}
.without-history .faq-scratch .help-q.active .arrow {
    transform: rotate(180deg)
}
.without-history .faq-scratch .help-a {
    border: 2px solid #201B42;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    color: #B1A5E7;
    font-size: 13px;
    line-height: 1.4;
    margin: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    display: none;
}
.without-history .faq-scratch .help-a.active {
    display: block;
}
.newyear .mobile-bottom .items .item:nth-child(2) {
    color: #b0b2b7!important;
}
.newyear .mobile-bottom .items .item:nth-child(5) {
    color: #0494f9!important;
}
.theme-aqua {
    color: #1E89C7!important;
}
.theme-lime {
    color: lime!important;
}
.theme-orange {
    color: ##0381c1!important;
}
.top-nav li a.active.theme-orange {
    border-color: #0381c1!important;
}
.top-nav li a.active.theme-lime {
    border-color: lime!important;
}
.top-nav li a.active.theme-aqua {
    border-color: #1E89C7!important;
}
.newyear .repostPromoBlock__ER6Zw .steps__O7pBm {
    z-index: 10;
}
.top-nav li a:not(.active).theme-orange:hover, .top-nav li a:not(.active).theme-lime:hover, 
.top-nav li a:not(.active).theme-aqua:hover {
    opacity: 1.7;
}
.left-sidebar .side-nav .nav-top {
    max-height: 736px;
    height: 736px;
    display: flex;
    flex-direction: column;
}
.left-sidebar .side-nav .nav-top::-webkit-scrollbar {
    display: none;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    z-index: 10;
}
.bg-logo-vk {
    background-color: #0277ff!important;
}
.btnSocial__5Oleg.bg-logo-vk svg {
    fill: #fff;
}
.tournament .games-table {
    display: inline-grid;
    overflow: scroll;
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 100%;
}
.tournament .games-table::-webkit-scrollbar {
    display: none;
}
.competition-banner {
    background: #0c1229;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.competition-banner .info {
    display: flex;
    gap: 7px;
    flex-direction: column;
    width: 100%;
}
.competition-banner .info .desc {
    font-size: 16px;
    max-width: calc(100% - 400px);
    color: #B1A5E799;
}
.competition-banner .icon {
    width: fit-content;
    height: 100%;
    display: flex;
    right: 15px;
    top: 3px;
    align-items: center;
    position: absolute;
}
.competition-banner img {   
    width: 200px;
}
.competition-banner .info .title {
    font-size: 26px;
    font-weight: 600;
    color: #B1A5E7;
    font-family: "Rubik",Arial,sans-serif;
} 
.competition-banner .button {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: fit-content;
    margin-top: 5px;
}
.competition-banner .button:hover {
    opacity: .8;
}
.newyear .competition-banner:before {
    background: url(/img/newyear/winter_button1.png) top;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: unset;
}
.newyear .competition-banner:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .competition-banner .button, .newyear .competition-banner .info {
    position: relative;
    z-index: 10;
}


.slots-container {
    text-decoration: none
}

.slots-render {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.87%
}

.slots-container {
    margin-top: 20px
}

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

.mb-5 {
    margin-bottom: 1rem!important
}

@media (min-width: 1366px) {
    .slot-md-3 {
        position:relative;
        width: calc(20% - 16px)
    }
}

@media (min-width: 768px) {
    .slot-md-3 {
        width:calc(25% - 16px)
    }
}

.slot-md-3 {
    position: relative;
    width: 18.5%
}

.gamemode-el {
    position: relative
}

.gamemode {
    overflow: hidden;
    border-radius: 8px
}

.gamemode {
    position: relative;
    will-change: transform;
    transition: all .3s ease 0s
}

.gamemode:before {
    content: "";
    display: block;
    padding-top: 66%
}

.gamemode:before {
    content: "";
    display: block;
    padding-top: 74.0741%
}

.gamemode-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    overflow: hidden;
    transition: all .14s ease-in-out
}

.gamemode-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gamemode-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(100deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 60%);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite
}

.slot_labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    opacity: 1
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.dop {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #201b42;
    border: none;
    outline: 0;
    color: #6b6b6b;
}

.slot_labels .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    width: fit-content;
    margin-right: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.btn-primary {
    color: #fff;
    background-color: #7373ff;
    border-color: #7373ff
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.d-none {
    display: none!important
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.slot_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-flow: column nowrap;
    transition: all .3s linear;
    background-color: #000000d3;
    display: none
}

.btn-play-slot {
    padding: 3px 30px;
    border-radius: 100px
}

.btn-play-slot-demo {
    margin-top: 10px;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    white-space: nowrap
}

.gamemode-el>*+* {
    margin-top: .2rem!important
}

.gamemode-advantage {
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 0 0 10px;
    background: rgba(1,32,50,.7);
    color: var(--white-const-color)
}

.gamemode-label {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0 0 10px 0;
    background: var(--primary-color);
    color: var(--black-const-color);
    font-weight: 700;
    background: #110f25;
}

.gamemode-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 31.36%,#000 100%)
}

.gamemode-title {
    text-transform: capitalize;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--white-const-color);
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 {
    opacity: 1
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px)
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px)
}

.container-slots {
    height: auto;
    width: 100%;
    min-height: 280px;
    background-color: #110f25;
    border-radius: 6px
}

.container-slots .carousel-inner {
    border-radius: 6px 6px 0 0
}

.container-slots .content-slots {
    text-decoration: none
}

.menuBlock__3oOF7 {
    border-radius: 5px;
}

.menuBlock__3oOF7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}

.search {
    background-color: #0a1020;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    max-width: 355px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-input {
    background: 0 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}

.search-button {
    margin-left: 2px;
    background: #02a7e9;
    padding: 12px 20px;
    border-radius: 8px;
    height: 45px;
    cursor: pointer;
}

img.categories-icon {
    filter: brightness(0) saturate(100%) invert(78%) sepia(60%) saturate(1856%) hue-rotate(196deg) brightness(97%) contrast(87%);
}
span.categories-title {
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
}

.menuPlaceholder__3_YUS {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #201b42;
    border: none;
    outline: 0;
    color: #6b6b6b;
}
#games-container {
    margin-top: 15px;
}

.slots-container .slots-button button img {
    width: 9px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.section.main-container.slots {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1130px) {
.search {
    width: 100%;
}

.menuBlock__3oOF7.menuWrapper__2Y07l{
    width: 100%;
}

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

}

@media screen and (max-width: 1000px) {
.menuBlock__3oOF7 {
    grid-template-columns: repeat(1, 1fr);
}

.search {
    width: 100%;
    max-width: 100%;
}
.menuPlaceholder__3_YUS.dop {
    width: 100%;
}
}

@media screen and (max-width: 425px) {
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l{
        width: 45px;
}
span.categories-title{
    font-size: 9px;
    white-space: nowrap;
}
}

.menuWrapper__2Y07l.categories-list.dopr {
    width: 100%;
    display: flex;
    overflow: hidden;
}


.btn__-ht7h:not(.btnLight__TTjOc).btnGreen__HMGLx:hover {
    opacity: 0.99;
}

.top-nav li a:hover {
    color: #00a9ff;
    border-color: #00a9ff;
}

.content-slots-mobile .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX{
    width: 35px;
    height: 20px;
}


.menuPlaceholder__3_YUS {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #0a1020;
    border: none;
    outline: 0;
    color: #6b6b6b;
}
#games-container {
    margin-top: 15px;
}

.slots-container .slots-button button img {
    width: 9px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.section.main-container.slots {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1130px) {
.search {
    width: 100%;
}

.menuBlock__3oOF7.menuWrapper__2Y07l{
    width: 100%;
}

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

}

@media screen and (max-width: 1000px) {
.menuBlock__3oOF7 {
    grid-template-columns: repeat(1, 1fr);
}

.search {
    width: 100%;
    max-width: 100%;
}
.menuPlaceholder__3_YUS.dop {
    width: 100%;
}
}

@media screen and (max-width: 425px) {
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l{
        width: 45px;
}
span.categories-title{
    font-size: 9px;
    white-space: nowrap;
}
}

.menuWrapper__2Y07l.categories-list.dopr {
    width: 100%;
    display: flex;
    overflow: hidden;
}


.search-input-two {
    background: 0 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    display: flex;
    align-items: center;
}

.deposit_modal3 {
    max-width: 1000px;
    width: 100%;
}

.live_mob {
    display: none;
}

.last_games {
    display: none;
}

@media screen and (max-width: 820px) {
    
.last_games {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.live_mob {
    display: flex;
}
.section_Section__14IWw.landing_LandingGameSection__JPR73 {
    margin-top: 20px;
}
}
.live_mob {
    width: 100%;
    height: 100px;
    gap: 15px;
}
.live_mob_desc {
    transform: rotate(270deg);
    white-space: nowrap;
}

.live_mob_left {
    position: relative;
    width: 50px;
    background: #0a1020;
    border-radius: 12px 0px 0px 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.live_mob_elms {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.mob_el_img img {height: 85px;}

.live_mob_el {
    display: flex;
    height: 85px;
}

.mob_el_info {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 15px;
    font-size: 16px;
}

.mob_el_img {
    border-radius: 10px;
    overflow: hidden;
}

span.live_el_name {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.last_games_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    align-items: center;
}

.last_games_top_right {
    display: flex;
    gap: 10px;
}

.last_games_top_right span {
    display: flex;
    align-items: center;
    background: #0b1020;
    padding: 5px 15px;
    border-radius: 5px;
}

.last_games_main {
    width: 100%;
    white-space: nowrap;
    display: flex;
    position: absolute;
    gap: 20px;
    align-items: center;
}

.last_el_img img {
    height: 90px;
    border-radius: 5px;
}

a.last_el {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.last_el_desc {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

span.last_slotName {
    color: white;
}

span.last_slotProvider {
    font-size: 11px;
}

.last_games_main_mask {
    position: relative;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

@import url("https://fonts.googleapis.com/css?family=Exo+2:600,800|Open+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
}

::-moz-selection {
    background: #110f25;
    color: #fff;
}

::selection {
    background: #1d2539;
    color: #fff;
}

html {
    font-size: 14px;
}

body { 
    background: #0e1425;
    color: #fff;
    font-family: Exo, sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

/*body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}*/

body.hidden {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

a,
button {
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

a {
    transition: .15s all;
    color: #fff;
}

a:hover {
    color: #b1a5e7cc;
}

a:active,
a:focus {
    outline: none;
}

.text-white {
    color: #fff!important;
}
.text-white-50 {
    font-size: .9rem;
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.wrapper {
    min-height: 100vh;
    min-width: 320px;
    position: relative;
    width: 100%;
}

.wrapper .page {
    position: relative;
    padding-left: 80px;
    padding-right: 300px;
    -webkit-flex: auto;
    flex: auto;
}

.wrapper .main-content {
    padding: 140px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper .main-content .main-content-top {
    -webkit-flex: auto;
    flex: auto;
    position: relative;
    min-height: 280px;
}

.wrapper .main-content .main-content-footer {
    -webkit-flex: none;
    flex: none;
}

.wrapper .main-content .section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    transition: .15s all;
}

.wrapper .main-content .section.promo {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.blue-bg {
    background: #4986f5 !important;
}

.color-blue {
    color: #4986f5 !important;
}

.primary-bg {
    background: #4986f5 !important;
}

.color-primary {
    color: #4986f5 !important;
}

.green-bg {
    background: #62ca5b !important;
}

.color-green {
    color: #62ca5b !important;
}

.pink-bg {
    background: #e86376 !important;
}

.color-pink {
    color: #e86376 !important;
}

.light-bg {
    background: #828f9a !important;
}

.color-light {
    color: #828f9a !important;
}

.medium-bg {
    background: #20242d !important;
}

.color-medium {
    color: #20242d !important;
}

.middark-bg {
    background: #2c323f !important;
}

.color-middark {
    color: #2c323f !important;
}

.dark-bg {
    background: #1c2028 !important;
}

.color-dark {
    color: #1c2028 !important;
}

.white-bg {
    background: #fff !important;
}

.color-white {
    color: #fff !important;
}

.ethereum-bg {
    background: #616991 !important;
}

.color-ethereum {
    color: #616991 !important;
}

.warning-bg {
    background: #ffc645 !important;
}

.color-warning {
    color: #ffc645 !important;
}

.orange-bg {
    background: #fd9e35 !important;
}

.color-orange {
    color: #fd9e35 !important;
}

.no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.relative {
    position: relative;
}

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

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

.negative {
    color: #e86376 !important;
}

.positive {
    color: #62ca5b !important;
}

.heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.typography p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #c6d0e8;
    font-weight: 300;
    letter-spacing: 0.15px;
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography h1:last-child,
.typography h2:last-child {
    margin-bottom: 20px;
}

.typography a {
    color: #6bceff;
}

.tick-list {
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tick-list,
.tick-list .tick-badge {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.tick-list .tick-badge {
    -webkit-align-items: center;
    background: #3584fd;
    height: 30px;
    width: 72px;
    margin: 0 auto 12px;
    align-items: center;
    border-radius: 100px;
}

.tick-list li {
    padding: 0;
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.15px;
    text-align: center;
    width: 100%;
}

.tick-list li:last-child {
    margin-bottom: 0;
}

.tick-list li i {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
    color: #4986f5;
}

.form-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-label.big {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.form-field {
    position: relative;
}

.form-field:hover .right-icon {
    color: #4986f5;
}

.form-field:hover .right-icon svg {
    fill: #4986f5;
}

.form-field .right-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px;
    height: calc(100% - 2px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    border-radius: 6px;
    background: #333a4a;
}

.form-field .right-icon svg {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    display: block;
}

.form-field .right-icon.reversed svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-field.hasArrow:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0.75em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    border-color: #717787 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}

.form-field select {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    -webkit-appearance: none;
}

.form-field select:focus {
    border-color: #4986f5;
}

.form-row {
    margin-bottom: 20px;
}

.form-row.inline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-row.inline .form-field,
.form-row.inline .form-label {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.form-row.inline .form-label {
    padding-right: 20px;
}

.hasError .input-field {
    border-color: #e86376 !important;
}

.input-field {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif;
}

.input-field:not([readonly]):focus {
    border-color: #4986f5;
}

.input-field.input-green:not([readonly]):focus {
    border-color: #62ca5b;
}

.input-field::-webkit-input-placeholder {
    color: #4e5a61;
}

.input-field::-ms-input-placeholder {
    color: #4e5a61;
}

.input-field::placeholder {
    color: #4e5a61;
}

.input-field[type="button"] {
    cursor: pointer;
    text-align: left;
    -webkit-appearance: button;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    outline: none;
}

.input-field:disabled {
    background: #212833;
}

.input-field.text-gray {
    color: #99a3b8;
}

.input-field.small-text {
    font-size: 11px;
}

.buttons-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #252b34;
    border-radius: 6px;
    overflow: hidden;
}

.buttons-group.isMobile {
    position: absolute;
    z-index: 3;
    border: 1px solid #4986f5;
    top: -21px;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
}

.buttons-group.isMobile.focus {
    opacity: 1;
    visibility: visible;
}

.buttons-group.isMobile .btn-action {
    padding: 12px 5px;
    color: #93a5c5;
    border-right: 1px solid #3e4654;
}

.buttons-group.isMobile .btn-action:last-child {
    border-right: 0;
}

.buttons-group .btn-action {
    -webkit-flex: auto;
    flex: auto;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 12px;
    color: #5e6a7f;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 9px 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    background: #333a48;
    outline: none !important;
    font-weight: 400;
    border-radius: 0;
}

.buttons-group .btn-action:hover {
    background: #373e4c;
    color: #4986f5;
}

.buttons-group .btn-action.isActive {
    color: #fff;
    background-color: #4986f5;
    cursor: default;
    border-radius: 3px;
}

.buttons-group.buttons-group--tall .btn-action {
    min-height: 36px;
    font-size: 12px;
    color: #fff;
}

.btn-edit {
    padding: 0 !important;
}

.btn-edit.isActive .form-row {
    opacity: 1;
    visibility: visible;
}

.btn-edit.isActive .input-field {
    cursor: text;
}

.btn-edit .form-row {
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    opacity: 0;
}

.btn-edit .form-field,
.btn-edit .input-valid {
    height: 100%;
}

.btn-edit .input-field {
    height: 100%;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon.input-with-left-icon input {
    padding-left: 35px;
}

.input-with-icon.input-with-left-icon .input-left-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
}

.input-with-icon.input-with-left-icon .input-left-icon i {
    font-size: 16px;
    display: block;
}

.input-with-icon.input-with-left-icon .input-left-icon img {
    width: 16px;
    display: block;
}

.grouped-fields {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
}

.grouped-fields .form-row {
    width: 100%;
    margin: 0 -6px 0 0;
}

.grouped-fields .input-field {
    border-radius: 0;
    -webkit-flex: auto;
    flex: auto;
    margin-right: -6px;
}

.grouped-fields .input-field:first-child {
    border-radius: 6px 0 0 6px;
}

.grouped-fields .input-field:last-child {
    border-radius: 0 6px 6px 0;
    margin-right: 0;
}

.grouped-fields .input-with-icon {
    margin-right: -6px;
}

.grouped-fields .btn {
    -webkit-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    position: absolute;
}

.ps__rail-y {
    width: 15px;
    right: 0;
    left: auto !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: initial;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    opacity: 0.9;
}

.ps__thumb-x {
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #434b53;
    border-radius: 6px;
    position: absolute;
}

.ps__thumb-y {
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #434b53;
    height: 8px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #434b53;
    width: 8px;
}

.scrollbar-container {
    position: relative;
    height: 100%;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: rgba(47, 57, 70, 0.95);
    background-clip: padding-box;
    border: 1px solid #242932;
    border-radius: 0.3rem;
}

.popover,
.popover .arrow {
    position: absolute;
    display: block;
}

.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: #242932;
}

.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: #242932;
}

.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: #242932;
}

.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: rgba(47, 57, 70, 0.95);
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid rgba(41, 50, 61, 0.95);
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc(-0.5rem + -1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: #242932;
}

.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: rgba(47, 57, 70, 0.95);
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: rgba(41, 50, 61, 0.95);
    border-bottom: 1px solid rgba(31, 37, 46, 0.95);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    -webkit-align-items: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth-buttons .btn {
    padding: 9px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.auth-buttons .btn .icon {
    margin-left: 5px;
}

.auth-buttons .btn:first-child {
    margin-right: 10px;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    color: #e9e9e9;
    border: 1px solid #121827;
}
.auth-buttons .btn:first-child:hover {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    border-color: #0D1322;
    color: #F9F9F9;
}
.auth-buttons .btn:nth-child(2) {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    border-color: #172037;
    color: #FFF;
    transition: .15s all;
}
.auth-buttons .btn:nth-child(2):hover {
    opacity: .9;
}

.btn:hover {
    color: inherit;
}

.btn[disabled] {
    opacity: 0.8;
    pointer-events: none;
    cursor: not-allowed;
}

.btn.hasP span:first-letter {
    color: #6bceff;
}

.btn.lg {
    padding: 13px 30px;
}

.btn.sm {
    font-size: 11px;
    padding: 5px 13px;
    letter-spacing: 0.28px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn.withBadge {
    position: relative;
}

.btn-with-input {
    background-color: #1c2028;
    padding: 6px;
}

.btn-with-input.isActive {
    background-color: #4986f5;
}

.btn-with-input .input-field {
    height: 28px;
    line-height: 28px;
}

.btn-reset {
    background-color: #1c2028;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn-reset.isActive {
    background-color: #4986f5;
}

.btn-clear {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 11px 20px;
    background: #333a48;
    color: #5e6a7f;
    font-weight: 400;
}

.btn-clear.isMobile {
    margin-top: auto;
    margin-bottom: 20px;
    height: 44px;
    width: calc(50% - 5px);
}

.btn-clear:hover {
    background: #373e4c;
    color: #4986f5;
}

.btn.isActive {
    cursor: default;
}

.btn:not(.btn-light).btn-blue {
    background: #4986f5;
}

.btn:not(.btn-light).btn-blue:not(.disabled):hover {
    background: #1966f2;
}

.btn:not(.btn-light).btn-primary {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    transition: .2s opacity;
}

.btn:not(.btn-light).btn-primary:not(.disabled):hover {
    opacity: .9;
}

.btn:not(.btn-light).btn-warning {
    background: #ffc645;
}

.btn:not(.btn-light).btn-warning:not(.disabled):hover {
    background: #ffb612;
}

.btn:not(.btn-light).btn-green {
    background: #62ca5b;
}

.btn:not(.btn-light).btn-green:not(.disabled):hover {
    background: #43b73b;
}

.btn:not(.btn-light).btn-gray {
    background: #272d39;
}

.btn:not(.btn-light).btn-gray:not(.disabled):hover {
    background: #12151b;
}

.btn:not(.btn-light).btn-black {
    background: #1c2028;
}

.btn:not(.btn-light).btn-black:not(.disabled):hover {
    background: #07080a;
}

.btn:not(.btn-light).btn-yellow {
    background: #ffd000;
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #cca600;
}

.btn:not(.btn-light).btn-red {
    background: #e86376;
}

.btn:not(.btn-light).btn-red:not(.disabled):hover {
    background: #e1374f;
}

.btn:not(.btn-light).btn-light-gray {
    background: #3a4151;
}

.btn:not(.btn-light).btn-light-gray:not(.disabled):hover {
    background: #252933;
}

.btn:not(.btn-light).btn-transparent,
.btn:not(.btn-light).btn-transparent:not(.disabled):hover {
    background: transparent;
}

.btn:not(.btn-light).btn-yellow {
    color: #65550e;
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #ffd933;
}

.btn:not(.btn-light).btn-warning {
    color: rgba(0, 0, 0, 0.6);
}

.btn:not(.btn-light).btn-transparent {
    color: #7d8a98;
}

.btn:not(.btn-light).btn-transparent:hover {
    color: #fff;
}

.btn-link {
    padding: 0;
    background-color: initial;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    border-radius: 0;
    color: #4986f5;
    height: inherit !important;
    width: inherit !important;
}

.btn-link:hover {
    background: transparent !important;
    color: #fff !important;
}

.btn.btn-light {
    background: transparent;
    color: #5e6a7f;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    box-shadow: none;
}

.btn.btn-light:not(.disabled):hover {
    background: #7373ff;
    border-color: #7373ff;
    color: #fff;
}

.btn.btn-light.btn-blue {
    color: #fff;
    border-color: #4986f5;
}

.btn.btn-light.btn-blue:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5;
}

.btn.btn-light.btn-blue.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.btn.btn-light.btn-primary {
    color: #fff;
    border-color: #4986f5;
}

.btn.btn-light.btn-primary:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5;
}

.btn.btn-light.btn-primary.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.btn.btn-light.btn-warning {
    color: #fff;
    border-color: #ffc645;
}

.btn.btn-light.btn-warning:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #ffc645;
    color: #ffc645;
}

.btn.btn-light.btn-warning.isActive {
    background: #ffc645;
    border-color: #ffc645;
    color: #fff;
}

.btn.btn-light.btn-green {
    color: #fff;
    border-color: #62ca5b;
}

.btn.btn-light.btn-green:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #62ca5b;
    color: #62ca5b;
}

.btn.btn-light.btn-green.isActive {
    background: #62ca5b;
    border-color: #62ca5b;
    color: #fff;
}

.btn.btn-light.btn-gray {
    color: #fff;
    border-color: #272d39;
}

.btn.btn-light.btn-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #272d39;
    color: #272d39;
}

.btn.btn-light.btn-gray.isActive {
    background: #272d39;
    border-color: #272d39;
    color: #fff;
}

.btn.btn-light.btn-black {
    border-color: #1c2028;
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #1c2028;
    color: #1c2028;
}

.btn.btn-light.btn-black.isActive {
    background: #1c2028;
    border-color: #1c2028;
    color: #fff;
}

.btn.btn-light.btn-yellow {
    color: #fff;
    border-color: #ffd000;
}

.btn.btn-light.btn-yellow:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #ffd000;
    color: #ffd000;
}

.btn.btn-light.btn-yellow.isActive {
    background: #ffd000;
    border-color: #ffd000;
    color: #fff;
}

.btn.btn-light.btn-red {
    color: #fff;
    border-color: #e86376;
}

.btn.btn-light.btn-red:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #e86376;
    color: #e86376;
}

.btn.btn-light.btn-red.isActive {
    background: #e86376;
    border-color: #e86376;
    color: #fff;
}

.btn.btn-light.btn-light-gray {
    color: #fff;
    border-color: #3a4151;
}

.btn.btn-light.btn-light-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #3a4151;
    color: #3a4151;
}

.btn.btn-light.btn-light-gray.isActive {
    background: #3a4151;
    border-color: #3a4151;
    color: #fff;
}

.btn.btn-light.btn-transparent {
    color: #fff;
    border-color: transparent;
}

.btn.btn-light.btn-transparent:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.btn.btn-light.btn-transparent.isActive {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.btn.btn-light.btn-black {
    color: #fff;
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    color: #8a96ab;
}

.btn .btn-badge {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #4986f5;
    top: -13px;
    right: -8px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
}

.btn.btn-bet-clear {
    position: absolute;
    background: transparent;
    right: 6px;
    top: 11px;
    font-size: 10px;
    padding: 5px;
    color: #7f8596;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.5;
}

.btn.btn-bet-clear.isActive {
    opacity: 1;
}

.btn.btn-bet-clear:hover {
    color: #9ba0ad;
    opacity: 1;
}

.logo {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 24px;
    display: block;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo,
.logo:focus {
    outline: none;
}

.logo img {
    display: block;
    max-width: 100%;
    padding: 0;
    height: auto;
    width: 50px;
}

.logo:hover {
    color: #4986f5;
    opacity: 0.8;
}

.header .logo {
    display: none;
}

.header .logo img {
    width: 119px;
    max-width: 100%;
    padding: 0 5%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-toggle {
    padding: 10px 30px 10px 15px;
    -webkit-transition: none;
    transition: none;
}

.dropdown .dropdown-toggle,
.dropdown .dropdown-toggle .image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.dropdown .dropdown-toggle .image {
    position: relative;
    margin-right: 9px;
}

.dropdown .dropdown-toggle .image img {
    width: 16px;
}

.dropdown .opener {
    border: none;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    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;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown.show .dropdown-menu {
    display: block;
}

.dropdown.show .opener {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.dropdown .dropdown-error {
    padding: 0.5em;
    text-align: center;
    font-weight: 700;
    color: #e86376;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-width: 10rem;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #2f3542;
    background-clip: padding-box;
    will-change: max-height;
    border-radius: 6px;
}

.dropdown-menu:focus {
    outline: none;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0.75rem;
    cursor: pointer;
    outline: none;
    clear: both;
    font-weight: 400;
    color: #7f8596;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background: #2b303c;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #363c4b;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: initial;
}

.dropdown-item .image {
    height: 19px;
    position: relative;
    width: 27px;
    margin-right: 15px;
}

.dropdown-item .image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.bottom-start.dropdown.show .btn {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #3a4152;
}

.bottom-start.dropdown.show .dropdown-item:last-child,
.bottom-start.dropdown.show .dropdown-menu {
    border-radius: 0 0 6px 6px;
}

.top-start.dropdown.show .btn {
    border-top: 1px solid #3a4152;
    border-radius: 0 0 6px 6px;
}

.top-start.dropdown.show .dropdown-item:first-child,
.top-start.dropdown.show .dropdown-menu {
    border-radius: 6px 6px 0 0;
}

.rounded.dropdown.show .dropdown-menu {
    margin-top: 3px;
    border-radius: 6px;
}

.rounded.dropdown.show .dropdown-item:first-child,
.rounded.dropdown.show .dropdown-item:last-child {
    border-radius: 6px;
}

.animated-number {
    position: relative;
}

.animated-number .animated-block {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
    color: #e86376;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: balance;
    animation-name: balance;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    width: 100%;
}

.animated-number.isPositive .animated-block {
    color: #62ca5b;
    animation-direction: reverse;
}

.animated-number.isAnimate .animated-block {
    -webkit-animation-name: isSlidingFrame;
    animation-name: isSlidingFrame;
}

.deposit-wrap .tooltip-helper {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.deposit-wrap .tooltip-helper .wrap {
    padding: 7px 15px;
    font-size: 14px;
    background: #20242d;
    border: 1px solid #4986f5;
    position: relative;
    border-radius: 6px;
    box-shadow: 7px 9px 20px 0 rgba(0, 0, 0, 0.7);
}

.deposit-wrap .tooltip-helper .wrap:after,
.deposit-wrap .tooltip-helper .wrap:before {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.deposit-wrap .tooltip-helper .wrap:after {
    border-color: rgba(32, 36, 45, 0);
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom: 7px solid #20242d;
    margin-left: -7px;
}

.deposit-wrap .tooltip-helper .wrap:before {
    border-color: rgba(73, 134, 245, 0);
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom: 8px solid #4986f5;
    margin-left: -8px;
}

.deposit-wrap .tooltip-helper .value {
    color: #ffc645;
    font-weight: 700;
}

.deposit-wrap .tooltip-helper.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: swing 0.3s ease-out;
    animation: swing 0.3s ease-out;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.deposit-wrap {
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.deposit-wrap .dropdown {
    position: static;
}

.deposit-wrap .dropdown > .btn {
    background: #2f3542;
    border-radius: 6px 0 0 6px !important;
    border-bottom: 0 !important;
    padding: 0 25px 0 8px;
    height: 100%;
    position: relative;
}

.deposit-wrap .dropdown > .btn .selected {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.deposit-wrap .dropdown > .btn .selected.balance svg {
    fill: #62ca5b;
}

.deposit-wrap .dropdown > .btn .selected.bonus svg {
    fill: #ffc645;
}

.deposit-wrap .dropdown > .btn .selected svg {
    width: 14px;
    height: 14px;
}

.deposit-wrap .dropdown > .btn .opener {
    width: 14px;
    height: 14px;
    right: 6px;
}

.deposit-wrap .dropdown > .btn .opener svg {
    height: 100%;
    width: 100%;
    display: block;
    fill: #7f8596;
}

.deposit-wrap .dropdown > .btn:hover {
    background: #3a4151;
}

.deposit-wrap .dropdown-item {
    padding: 10px 15px;
}

.deposit-wrap .balance-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    width: 100%;
}

.deposit-wrap .balance-item.balance svg {
    fill: #62ca5b;
}

.deposit-wrap .balance-item.balance .value {
    color: #62ca5b;
}

.deposit-wrap .balance-item.bonus svg {
    fill: #ffc645;
}

.deposit-wrap .balance-item.bonus .value {
    color: #ffc645;
}

.deposit-wrap .balance-item svg {
    margin-right: 8px;
}

.deposit-wrap .balance-item .value {
    margin-left: auto;
    background: #3a4151;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
}

.deposit-wrap .btn-light-gray {
    background: #3a4151;
}

.deposit-wrap .btn-light-gray:focus,
.deposit-wrap .btn-light-gray:hover {
    background: #454d60 !important;
}

.deposit-block {
    border-radius: 0 6px 6px 0;
    background: #262b37;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.deposit-block .btn {
    width: 104px;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-block .select-field {
    cursor: default;
    padding: 0 10px;
    font-family: exo\2, Open Sans, sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100px;
    font-size: 16px;
}

.deposit-block .select-field svg {
    margin: 1px 7px 0 0;
    width: 16px;
    height: 16px;
    color: #5e6a7f;
}

.top-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-align-items: center;
    align-items: center;
}

.top-nav .icon {
    width: 14px;
    height: 14px;
    margin: -2px 5px 0 0;
}

.top-nav .icon-gamepad {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

.top-nav .icon-tasks {
    margin-top: 0;
}

.top-nav li {
    margin-right: 3px;
    position: relative;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li .badge {
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #4986f5;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    z-index: 1;
}

.top-nav li .btn,
.top-nav li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #e4e4e4;
    letter-spacing: -0.21px;
    border: 0;
    background-color: initial;
    height: 100px;
    border-bottom: 3px solid transparent;
    transition: all .14s ease-in-out;
}


.header .top-nav-wrapper a.online {
    background: #151e43;
    height: fit-content;
    padding: 10px;
    line-height: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    border-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

.header .top-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .top-nav-wrapper a.online .dot {
    margin-right: 9px;
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    background: #c2ffcce3;
    -webkit-box-shadow: 0 0 4px 2px rgb(177 165 231 / 50%);
    box-shadow: 0 0 4px 2px rgb(116 215 121 / 73%);
}
.header .top-nav-wrapper a.online .count {
    padding-top: 2px;
}

.top-nav li {
    margin-right: 30px;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li .btn i,
.top-nav li a i {
    margin-right: 5px;
    font-size: 16px;
    display: block;
}

.top-nav li .btn i.icon-shopping-basket,
.top-nav li a i.icon-shopping-basket {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.top-nav li .btn.isActive,
.top-nav li .btn:focus,
.top-nav li .btn:hover,
.top-nav li a.isActive,
.top-nav li a:focus,
.top-nav li a:hover {
    color: #fff;
}

.top-nav li .btn.isActive,
.top-nav li a.isActive {
    cursor: default;
}

.top-nav li a.active {
    color: #00a9ff;
    border-color: #00a9ff;
}

.top-nav li:focus {
    outline: none;
}

.top-nav li .toggle {
    position: relative;
}

.top-nav li .toggle .btn {
    padding: 8px 28px 8px 13px;
    width: 100%;
}

.top-nav li .toggle.isOpen .icon-down {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.top-nav li .toggle .icon-down {
    margin: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    -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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-nav li .toggle > ul {
    position: absolute;
    left: 0;
    top: 37px;
    min-width: 120px;
    background: #242932;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-radius: 3px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    z-index: 3;
}

.top-nav li .toggle > ul.isOpen {
    max-height: 250px;
}

.top-nav li .toggle > ul li {
    margin-right: 0;
}

.top-nav li .toggle > ul li a {
    white-space: nowrap;
    padding: 15px 13px;
}

.top-nav li .toggle > ul li a:hover {
    background: #20242d;
    color: #fff;
}

.top-nav-wrapper {
    position: relative;
}

.top-nav-wrapper .opener {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    outline: none;
    background-color: initial;
}

.top-nav-wrapper .opener .bar {
    height: 2px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav-wrapper .opener .bar:last-child {
    margin-bottom: 0;
}

.top-nav-wrapper .opener.opened .bar:first-child {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-nav-wrapper .opener.opened .bar:nth-child(2) {
    width: 0;
}

.top-nav-wrapper .opener.opened .bar:nth-child(3) {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header {
    justify-content: center;
    height: 100px;
    border-bottom: 1px solid rgba(86, 74, 143, 0.2);
    transition: padding 0.3s;
    min-width: 320px;
    position: fixed;
    top: 0;
    width: calc(100% - 60px);
    z-index: 1000;
    background: #0A1020;
}

.header,
.header .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header .header-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.header.sticky {
    padding: 22px 40px;
    background: #20242d;
}

.header .auth-buttons .btn:first-child {
    /* margin-right: 10px */
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.modal-content {
    background: -webkit-linear-gradient(#3a4152, #2e3542);
    background: linear-gradient(#3a4152, #2e3542);
    width: 100%;
    max-width: 900px;
    border-radius: 6px;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    max-width: 900px;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 31px;
    height: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
}

.modal-close svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: hsla(0, 0%, 100%, 0.13);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-close:hover svg {
    fill: #fff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper .main-content .bets-section {
    max-width: 100%;
}

.section-page {
    padding: 30px;
    border-radius: 6px;
    background: #272d39;
}

.bets-section {
    background: #262b37;
    padding: 30px 0;
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100%);
}

.row .col-1 {
    width: 8.33333%;
}

.row .col-1,
.row .col-2 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-2 {
    width: 16.66667%;
}

.row .col-3 {
    width: 25%;
}

.row .col-3,
.row .col-4 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-4 {
    width: 33.33333%;
}

.row .col-5 {
    width: 41.66667%;
}

.row .col-5,
.row .col-6 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-6 {
    width: 50%;
}

.row .col-7 {
    width: 58.33333%;
}

.row .col-7,
.row .col-8 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-8 {
    width: 66.66667%;
}

.row .col-9 {
    width: 75%;
}

.row .col-9,
.row .col-10 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-10 {
    width: 83.33333%;
}

.row .col-11 {
    width: 91.66667%;
}

.row .col-11,
.row .col-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.row .col-12 {
    width: 100%;
}

.row .col {
    padding: 0 15px;
}

.main-content-top .error-fallback {
    margin: auto;
}

.error-fallback {
    background: #3a4152;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    max-width: 450px;
    min-width: 320px;
    border-radius: 10px;
}

.error-fallback h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.error-fallback svg {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto auto 20px;
}

.left-sidebar {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80px;
    height: 100vh;
    background: #0a1020;
    -webkit-align-items: center;
    align-items: center;
    transition: .1s all;
}
.left-sidebar.opened {
    left: 0;
}

.left-sidebar,
.left-sidebar .logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
}

/*.left-sidebar .logo {
    margin-bottom: 60px;
}*/

.left-sidebar .logo .logotype {
    max-width: 70px;
    max-height: 25px;
}

.left-sidebar .side-nav {
    max-height: 100vh;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 120px;
    justify-content: space-between;
}

.left-sidebar.sticky .logo {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}

.side-nav {
    list-style: none;
}

.side-nav .nav-top li {
    margin-bottom: 20px;
}
.side-nav .nav-bottom li {
    margin-bottom: 5px;
}

.side-nav li:last-child {
    margin-bottom: 0;
}


.side-nav li a, .side-nav li .nav-div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #ecebef;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.side-nav li a.active,
.side-nav li .nav-div.active,
.side-nav li a:hover,
.side-nav li .nav-div:hover {
    color: #f3f0f0;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
}

.left-sidebar .logo {
    z-index: 1111;
    border-bottom: 1px solid rgba(86, 74, 143, 0.2);
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-nav li .side-nav-tooltip {
    position: absolute;
    left: 52px;
    margin-top: -1px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    height: 30px;
    border-radius: 5px;
    color: #E2DFEC;
    background: #0A1020;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max-content;
}

.side-nav li .side-nav-tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid #2E265A;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.side-nav li:hover .side-nav-tooltip {
    display: -webkit-flex;
    display: flex;
}

.button-like {
    width: 100%;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background-color: initial;
    border: 0;
    color: #828f9a;
}

.button-like[disabled] {
    pointer-events: none;
    opacity: 0.8;
}

.button-like:focus,
.button-like:hover {
    outline: none;
}

.button-like:hover svg {
    fill: #62ca5b;
    opacity: 1;
}

.button-like.dislike {
    margin-top: 8px;
}

.button-like.dislike:hover svg {
    fill: #e86376;
}

.button-like svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    opacity: 0.15;
}

.message-game {
    width: 100%;
    border: 1px solid rgba(58, 63, 68, 0.35);
    margin-top: 8px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.message-game .message-info {
    padding: 6px 10px;
    color: #fff;
}

.message-game .message-info > span {
    color: #7f8596;
}

.message-game .message-info .payout {
    color: #fff;
}

.message-game .message-info .payout.win {
    color: #62ca5b;
}

.message-game .message-info .payout.lose {
    color: #e86376;
}

.message-game .message-info:hover {
    opacity: 0.8;
}

.message-game .likes-block {
    width: 28px;
    position: absolute;
    left: -34px;
    top: 3px;
}

.sanitize-user {
    white-space: nowrap;
    display: inline;
    line-height: 22px;
}

.sanitize-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.sanitize-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #1c2028;
    padding: 2px;
    width: 24px;
    height: 24px;
}

.sanitize-name,
.sanitize-user {
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sanitize-name.hasVip .sanitize-text,
.sanitize-user.hasVip .sanitize-text {
    padding-left: 19px;
}

.sanitize-name.hasP:first-letter,
.sanitize-user.hasP:first-letter {
    color: #6bceff;
}

.sanitize-name .icon-crown,
.sanitize-user .icon-crown {
    color: #ffc645;
    position: absolute;
    top: 50%;
    margin-left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip.premium-tip {
    margin-left: 9px !important;
}

.tooltip.ghost-mode {
    pointer-events: none;
}

.ghost-mode .tooltip-inner {
    max-width: 150px;
    background-color: #303642;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.bs-tooltip-auto[x-placement^="top"].ghost-mode .arrow:before,
.bs-tooltip-top.ghost-mode .arrow:before,
.ghost-mode.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #303642;
}

.admin-badge {
    margin-right: 6px;
    color: #f44336;
    cursor: help;
    font-size: 11px;
}

.admin-badge.isModerator {
    color: #4986f5;
}

.admin-badge .icon-a {
    width: 10px;
    height: 10px;
}

.message-block:hover .admin-actions {
    opacity: 1;
}

.admin-actions {
    opacity: 0;
}

.admin-actions > .btn {
    position: absolute;
    right: 10px;
    color: #434b53;
    z-index: 9999;
}

.popover-body {
    padding: 0;
}

.popover-body .muted-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
    color: #fff;
}

.popover-body .muted-form input {
    width: 50%;
    border: 0;
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 3px 0 0 3px;
    background: #191d24;
    color: #fff;
}

.popover-body .muted-form input:focus {
    outline: none;
}

.popover-body .muted-form button {
    height: 20px;
    width: 50%;
    padding: 0 5px;
    font-size: 9px !important;
    border: 0;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
}

.popover-body ul {
    list-style: none;
    padding: 6px 0;
}

.popover-body ul li {
    padding: 0 8px 6px;
    border-bottom: 1px solid #2b303e;
    margin-bottom: 6px;
    max-width: 160px;
}

.popover-body ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popover-body ul li > .btn {
    width: 100% !important;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.chat {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px;
}

.chat .chat-empty-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
}

.chat .chat-ban-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
    height: 80px;
}

.chat .chat-empty-block,
.chat .chat-params {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chat .chat-ban-block {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.chat .chat-ban-block button {
    margin: 5px 0;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.28px;
    padding: 5px 13px;
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.chat .chat-params {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-flex: none;
    flex: none;
}

.chat .chat-params > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.chat .chat-online {
    font-size: 16px;
    color: #5b6271;
}

.chat .chat-online span {
    color: #fff;
}

.chat .chat-conversation {
    -webkit-flex: auto;
    flex: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 100px;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.chat .chat-conversation .chat-conversation-inner {
    position: relative;
    margin-right: -15px;
    padding-right: 15px;
}

.chat .chat-editable {
    outline: 0;
    min-height: 80px;
    width: 100%;
    max-width: 190px;
    resize: none;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

.chat .chat-editable img {
    vertical-align: -3px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.chat .chat-editable:focus {
    border-color: #c9d0d6;
    outline: none;
}

.chat .chat-message-input {
    margin-top: 10px;
    -webkit-flex: none;
    flex: none;
    background: rgba(47, 57, 70, 0.35);
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 80px;
}

.chat .chat-message-input.p {
    box-shadow: 0 0 0 2px red;
}

.chat .chat-textarea {
    -webkit-flex: auto;
    flex: auto;
    max-width: calc(100% - 20px);
}

.chat .chat-params > .item button {
    margin-left: 5px;
}

.toggle a.active,
.chat .chat-params > .item button:hover,
.chat .chat-params > .item a:hover {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff;
}

.chat-transaction__icon {
    font-size: 37px;
    margin: 0 14px 0 0;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column_align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.share button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.share button i {
    color: #4b5562;
    font-size: 7px;
}

.share button:after {
    display: none;
}

.share img {
    width: 20px;
}

.toggle a {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.toggle a i {
    color: #4b5562;
    font-size: 7px;
}

.toggle a:after {
    display: none;
}

.toggle img {
    width: 20px;
}

.list button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.list button i {
    color: #4b5562;
    font-size: 7px;
}

.list button:after {
    display: none;
}

.list img {
    width: 20px;
}

.clear button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.clear button i {
    color: #4b5562;
    font-size: 7px;
}

.clear button:after {
    display: none;
}

.clear img {
    width: 20px;
}

.chat .chat-controls {
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #272d39;
    width: 44px;
    border-radius: 0 3px 3px 0;
}

.chat .chat-controls,
.chat .chat-controls .item {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.chat .chat-controls .item {
    font-size: 20px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none !important;
    width: 100%;
}

.chat .chat-controls .item[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.chat .chat-controls .item .icon-smile {
    color: #434b53;
}

.chat .chat-controls .item .icon-send {
    color: #4986f5;
}

.smile-popover {
    max-width: 214px;
}

.smile-popover .wrong-access {
    color: #fff;
    padding: 15px;
    font-size: 14px;
}

.smiles-list {
    padding: 10px;
}

.smiles-list > span {
    margin: 4px;
    cursor: pointer;
    position: relative;
}

.smiles-list > span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #394453;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -5px;
    padding: 5px;
    border-radius: 6px;
    opacity: 0;
    z-index: -1;
}

.smiles-list > span:hover:before {
    opacity: 1;
}

.s {
    background-image: url(../img/smiles.png);
    background-size: 16px 1120px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0 !important;
}

.s-1f60a {
    background-position: 0 -16px;
}

.s-1f60b {
    background-position: 0 -32px;
}

.s-1f60c {
    background-position: 0 -48px;
}

.s-1f60d {
    background-position: 0 -64px;
}

.s-1f60e {
    background-position: 0 -80px;
}

.s-1f60f {
    background-position: 0 -96px;
}

.s-1f61a {
    background-position: 0 -112px;
}

.s-1f61b {
    background-position: 0 -128px;
}

.s-1f61c {
    background-position: 0 -144px;
}

.s-1f61d {
    background-position: 0 -160px;
}

.s-1f61f {
    background-position: 0 -176px;
}

.s-1f61e {
    background-position: 0 -192px;
}

.s-1f62a {
    background-position: 0 -208px;
}

.s-1f62b {
    background-position: 0 -224px;
}

.s-1f62c {
    background-position: 0 -240px;
}

.s-1f62d {
    background-position: 0 -256px;
}

.s-1f62e {
    background-position: 0 -272px;
}

.s-1f62f {
    background-position: 0 -288px;
}

.s-1f92a {
    background-position: 0 -304px;
}

.s-1f92b {
    background-position: 0 -320px;
}

.s-1f92c {
    background-position: 0 -336px;
}

.s-1f92e {
    background-position: 0 -352px;
}

.s-1f92d {
    background-position: 0 -368px;
}

.s-1f600 {
    background-position: 0 -384px;
}

.s-1f601 {
    background-position: 0 -400px;
}

.s-1f92f {
    background-position: 0 -416px;
}

.s-1f603 {
    background-position: 0 -432px;
}

.s-1f602 {
    background-position: 0 -448px;
}

.s-1f604 {
    background-position: 0 -464px;
}

.s-1f605 {
    background-position: 0 -480px;
}

.s-1f606 {
    background-position: 0 -496px;
}

.s-1f607 {
    background-position: 0 -512px;
}

.s-1f608 {
    background-position: 0 -528px;
}

.s-1f609 {
    background-position: 0 -544px;
}

.s-1f610 {
    background-position: 0 -560px;
}

.s-1f611 {
    background-position: 0 -576px;
}

.s-1f612 {
    background-position: 0 -592px;
}

.s-1f613 {
    background-position: 0 -608px;
}

.s-1f614 {
    background-position: 0 -624px;
}

.s-1f615 {
    background-position: 0 -640px;
}

.s-1f618 {
    background-position: 0 -656px;
}

.s-1f620 {
    background-position: 0 -672px;
}

.s-1f622 {
    background-position: 0 -688px;
}

.s-1f621 {
    background-position: 0 -704px;
}

.s-1f623 {
    background-position: 0 -720px;
}

.s-1f624 {
    background-position: 0 -736px;
}

.s-1f625 {
    background-position: 0 -752px;
}

.s-1f626 {
    background-position: 0 -768px;
}

.s-1f628 {
    background-position: 0 -784px;
}

.s-1f629 {
    background-position: 0 -800px;
}

.s-1f630 {
    background-position: 0 -816px;
}

.s-1f631 {
    background-position: 0 -832px;
}

.s-1f627 {
    background-position: 0 -848px;
}

.s-1f632 {
    background-position: 0 -864px;
}

.s-1f633 {
    background-position: 0 -880px;
}

.s-1f636 {
    background-position: 0 -896px;
}

.s-1f643 {
    background-position: 0 -912px;
}

.s-1f642 {
    background-position: 0 -928px;
}

.s-1f641 {
    background-position: 0 -944px;
}

.s-1f644 {
    background-position: 0 -960px;
}

.s-1f910 {
    background-position: 0 -976px;
}

.s-1f911 {
    background-position: 0 -992px;
}

.s-1f914 {
    background-position: 0 -1008px;
}

.s-1f913 {
    background-position: 0 -1024px;
}

.s-1f915 {
    background-position: 0 -1040px;
}

.s-1f923 {
    background-position: 0 -1056px;
}

.s-1f925 {
    background-position: 0 -1072px;
}

.s-1f929 {
    background-position: 0 -1088px;
}

.s-1f928 {
    background-position: 0 -1104px;
}

.s-2764 {
    background-position: 0 -1120px;
}

.message-block {
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 44px;
}

.message-block .message-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
}

.message-block .message-avatar.isAdmin img {
    border-color: #f44336;
}

.message-block .message-avatar.isModerator img {
    border-color: #4986f5;
}

.message-block .message-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #2b323e;
    padding: 2px;
    width: 24px;
    height: 24px;
}

.message-block .delete {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.message-block .delete button {
    margin: auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px;
    width: calc(50% - 5px);
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.message-block .delete button svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.message-block .message-content {
    font-size: 13px;
    line-height: 20px;
    width: calc(100% - 31px);
    margin-left: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    word-break: break-word;
    padding-top: 2px;
}

.message-block .message-content > div {
    width: 100%;
}

.message-block .message-content .user-link {
    border: 0;
    padding: 0;
    touch-action: manipulation;
    text-transform: none;
    -webkit-appearance: button;
    margin: 0;
    background: transparent;
    color: #828f9a;
    outline: none;
    cursor: pointer;
    font-weight: 700;
}

.message-block .message-content .user-link:focus,
.message-block .message-content .user-link:hover {
    outline: none;
    color: #fff;
}

.message-block .message-content > span {
    color: #828f9a;
}

.message-block .message-text {
    display: inline;
    word-wrap: break-word;
}

.message-block .message-text span {
    border: none;
    vertical-align: -4px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.user-profile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px;
}

.user-profile .user-avatar {
    margin-bottom: 20px;
}

.user-profile .user-avatar .close-btn {
    position: absolute;
    right: 15px;
    top: 25px;
}

.user-profile .user-name {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.user-profile .user-name .nickname {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    max-width: 200px;
}

.user-profile .profile-nav {
    list-style: none;
    width: 100%;
}

.user-profile .profile-nav li {
    margin-bottom: 20px;
}

.user-profile .profile-nav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #626d7e;
    line-height: 20px;
    font-size: 14px;
}

.user-profile .profile-nav li a .number-badge {
    position: static;
    top: 0;
    right: 0;
    margin-left: 5px;
}

.user-profile .profile-nav li a svg {
    width: 18px;
    height: 18px;
    display: block;
}

.user-profile .profile-nav li a .icon-affiliate {
    width: 14px;
    height: 14px;
}

.user-profile .profile-nav li a .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
}

.user-profile .profile-nav li.current a,
.user-profile .profile-nav li a:hover {
    color: #fff;
}

.user-profile .profile-nav li:last-child {
    margin-bottom: 25px;
}

.user-profile .btn-logout {
    color: #626d7e;
    width: 100%;
    padding: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
}

.user-profile .btn-logout .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

.user-profile .btn-logout:hover {
    background: transparent;
    color: #fff;
}

.user-profile .user-block {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-profile .avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    padding: 5px;
    background: hsla(0, 0%, 84.7%, 0.06);
    display: -webkit-flex;
    display: flex;
}

.user-profile .avatar img {
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.tab {
    display: none;
}

.tab.current {
    display: flex;
}

.tab.active {
    display: block;
}

.tabs-nav {
    width: 100%;
}

.tabs-nav,
.tabs-nav > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tabs-nav > .item {
    margin-right: 10px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    color: #828f9a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs-nav > .item:last-child {
    margin-right: 0;
}

.tabs-nav > .item svg {
    margin-right: 8px;
}

.tabs-nav > .item.current,
.tabs-nav > .item:hover {
    color: #fff;
    background: #242932;
}

.tabs-nav.big-tabs {
    width: 100%;
    background: #1c212a;
    border-radius: 6px 6px 0 0;
    margin-bottom: 20px;
}

.tabs-nav.big-tabs > .item {
    -webkit-flex: auto;
    flex: auto;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5b656f;
    margin: 0;
}

.tabs-nav.big-tabs > .item:hover {
    color: #f1f1f2;
}

.tabs-nav.big-tabs > .item.current {
    background: #272d39;
}

.right-sidebar {
    z-index: 1002;
    background: #1c2028;
}

.right-sidebar,
.right-sidebar .sidebar-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    width: 280px;
    height: 100%;
    will-change: transform;
}

.right-sidebar .sidebar-container {
    padding: 40px 0 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.right-sidebar.sticky .sidebar-container {
    padding-top: 22px;
}

.right-sidebar .tabs-nav {
    padding: 0 20px;
    margin-bottom: 40px;
    -webkit-flex: none;
    flex: none;
}

.right-sidebar .tabs-nav > .item {
    width: 50%;
    position: relative;
}

.right-sidebar .tabs-nav > .item svg {
    width: 14px;
    height: 14px;
}

.right-sidebar .number-badge {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #4986f5;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.close-btn {
    color: #979797;
    width: 34px;
    height: 34px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.close-btn svg {
    width: 13px;
    height: 13px;
}

.bets-tabs-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.bets-tabs-row .btn {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 17px;
    color: #505961;
    border: 1px solid #353d48;
    background-color: initial;
}

.bets-tabs-row .btn[disabled] {
    opacity: 1;
}

.bets-tabs-row .btn.isActive {
    color: #fff;
    background-color: #4986f5;
    border: 1px solid #4986f5;
}

.bets-tabs-row .btn:not(.isActive):hover {
    color: #fff;
    background-color: initial;
}

.bets-tabs-row .btn:first-child {
    margin-right: 10px;
}

.bets-tabs-row .close-btn {
    position: absolute;
    right: -5px;
}

.table-heading {
    display: table;
    width: 100%;
    border-collapse: initial;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    z-index: 2;
}

.table-heading .thead {
    display: table-header-group;
    vertical-align: middle;
}

.table-heading .tr {
    display: table-row;
    vertical-align: inherit;
}

.table-heading .th {
    display: table-cell;
    vertical-align: inherit;
    background: #303643;
    color: #5e6a7f;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.table-heading .th:first-child {
    border-radius: 6px 0 0 0;
}

.table-heading .th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table-heading.tournaments-history .th:nth-last-child(2) {
    text-align: center;
}

.table-wrap {
    position: relative;
}

.table,
.table-wrap {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.table {
    color: #fff;
    width: 100%;
    border-spacing: 0;
    border-collapse: initial;
    table-layout: fixed;
    background: #2b313e;
}

.table tr {
    padding: 0 12px;
}

.table tr td,
.table tr th {
    padding: 10px 20px;
}

.table tr th {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #5e6a7f;
    background: #303643;
    text-transform: uppercase;
}

.table tr th:first-child {
    border-radius: 6px 0 0 0;
}

.table tr th:last-child {
    border-radius: 0 6px 0 0;
}

.table tr td {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px solid #2f3542;
    letter-spacing: 0.2px;
}

.table td .btnUnBan {
    float: right;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 7px;
    width: auto;
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.table td .btnUnBan svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.table.hoverable tr:hover {
    background: #303643;
}

.table .btn-link {
    color: #7d8a98;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
}

.empty-table-list {
    padding: 30px 0;
    background: #2c323f;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    margin: 30px 0 0;
}

.bet-number {
    display: inline-block;
    padding-left: 22px;
}

.bet-number.rtl {
    padding: 0 20px 0 0;
}

.bet-number.rtl svg {
    left: auto;
    right: -21px;
}

.bet-number .bet-wrap {
    display: inline-block;
    position: relative;
}

.bet-number .bet-wrap .pre {
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bet-number .bet-wrap > span {
    display: -webkit-flex;
    display: flex;
}

.bet-number .bet-wrap .tied,
.bet-number .bet-wrap .won {
    color: #62ca5b;
}

.bet-number .bet-wrap .lost {
    color: #828f9a;
}

.bet-number svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -21px;
    font-size: 15px;
    color: #5e6a7f;
}

.bet-number.golden svg {
    fill: #ffc645;
}

.game-stats {
    width: 100%;
    position: relative;
    border-radius: 6px;
}

.game-stats,
.game-stats .table-stats-wrap {
    overflow: hidden;
}

.game-stats .table-wrap {
    will-change: transform;
}

.game-stats .th:nth-last-child(2) {
    text-align: center;
}

.game-stats table {
    background: #2b313e;
}

.game-stats table tbody tr {
    height: 53px;
}

.game-stats table tbody tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #303643;
    letter-spacing: 0.2px;
    padding: 8px 20px;
}

.game-stats table tbody tr td:nth-last-child(2) {
    text-align: center;
}

.game-stats table tbody tr td:last-child {
    text-align: right;
}

.game-stats table tbody tr:last-child td {
    border-bottom: 0;
}

.game-stats .game-data {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.game-stats .game-data .btn-icon {
    padding: 0;
    background: transparent;
}

.game-stats .game-data .game-icon {
    color: #5e6a7f;
    margin-right: 12px;
    width: 24px;
    text-align: center;
}

.game-stats .game-data .game-icon svg {
    width: 22px;
    height: 22px;
}

.game-stats .game-data .game-info .btn-name {
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}

.game-stats .game-data .game-info button {
    color: #545b70;
    font-size: 12px;
    font-weight: 400;
}

.game-stats .username .btn-link.hasP > span:first-letter {
    color: #6bceff;
}

.game-stats .username.anonymous span {
    font-style: italic;
    border-bottom: 1px dotted;
    line-height: 1.2;
    cursor: help;
    font-size: 13px;
    color: #7d8a98;
}

.promo-counters .counter-block {
    padding: 25px 0;
    width: 100%;
    position: relative;
    text-align: center;
    background: #262b37;
    border-radius: 10px;
    border: 2px solid #262b37;
    box-shadow: inset 0 0 0 3px #1f242e;
}

.promo-counters .counter-num {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    font-family: exo\2, Open Sans, sans-serif;
    margin-bottom: 5px;
}

.promo-counters .counter-text {
    color: #828f9a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.copyright {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.copyright .footer-logo {
    padding-bottom: 20px;
}

.copyright .footer-logo img {
    display: block;
    max-width: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.copyright .text {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #525c71;
    text-align: right;
}

.copyright .icon {
    margin-left: 25px;
}

.copyright .icon img {
    display: block;
}

.socials-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.socials-list li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.socials-list li:last-child {
    margin-right: 0;
}

.socials-list li a {
    border-radius: 3px;
    background: #272d39;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #878f9e;
    font-size: 11px;
    line-height: 14px;
    padding: 6px 12px;
}

.socials-list li a:hover {
    background: #444d5f;
    color: #fff;
}

.socials-list li a i {
    margin-right: 8px;
    font-size: 12px;
    display: block;
}

.socials-list li a span {
    display: block;
    margin-bottom: 2px;
}

.mobile-nav-component {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #20242d;
    z-index: 100;
}

.mobile-nav-component .pull-out {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #191d25;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-nav-component .pull-out .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
}

.mobile-nav-component .pull-out.opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile-nav-component .pull-out-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.mobile-nav-component .pull-out.other .pull-out-nav > li {
    width: 50%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out.game .pull-out-nav > li {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out-nav > li > a,
.mobile-nav-component .pull-out-nav > li > button {
    font-size: 13px;
    letter-spacing: -0.1px;
    color: #828f9a;
    text-decoration: none;
    line-height: 14px;
    padding: 20px 15px 20px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    position: relative;
}

.mobile-nav-component .pull-out-nav > li > a svg,
.mobile-nav-component .pull-out-nav > li > button svg {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-faq,
.mobile-nav-component .pull-out-nav > li > button svg.icon-faq {
    font-size: 15px;
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-achievements,
.mobile-nav-component .pull-out-nav > li > button svg.icon-achievements {
    font-size: 16px;
}

.mobile-nav-component .pull-out-nav > li.current > a,
.mobile-nav-component .pull-out-nav > li.current > button,
.mobile-nav-component .pull-out-nav > li > a:hover,
.mobile-nav-component .pull-out-nav > li > button:hover {
    color: #fff;
}

.mobile-nav-component .mobile-nav-menu-wrapper {
    width: 100%;
    background: #20242d;
}

.mobile-nav-component .mobile-nav-menu {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.mobile-nav-component .mobile-nav-menu li {
    margin-right: 5px;
}

.mobile-nav-component .mobile-nav-menu li:last-child {
    margin-right: 0;
}

.mobile-nav-component .mobile-nav-menu li a,
.mobile-nav-component .mobile-nav-menu li button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #828f9a;
    font-size: 12px;
    line-height: 12px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.mobile-nav-component .mobile-nav-menu li a svg,
.mobile-nav-component .mobile-nav-menu li button svg {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 8px;
    width: 14px;
    height: 14px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mobile-nav-component .mobile-nav-menu li a:hover,
.mobile-nav-component .mobile-nav-menu li button:hover {
    color: #fff;
}

.mobile-nav-component .icon-more {
    width: 16px;
    height: 16px;
}

.loader {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.loader img {
    width: 40px;
    height: 40px;
}

.loader-centred img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-md {
    height: 200px;
}

.loader-full {
    height: 100vh;
}

.loader-half {
    height: 50vh;
}

.loader-75vh {
    height: 75vh;
}

.loader-affiliate {
    min-height: 450px;
}

.loader-xs img {
    width: 16px;
    height: 16px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.loader-modal {
    min-height: 350px;
}

.loader-modal img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-game {
    min-height: 560px;
    height: auto;
}

.loader-game img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.social-auth-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 9999;
}

.social-auth-section .block {
    width: 100%;
    white-space: nowrap;
    position: absolute;
    max-width: 340px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 33vh;
}

.social-auth-section .loader {
    height: 100px;
}

.social-auth-section .loader img {
    height: 80px;
    width: 80px;
}

.social-auth-section .text {
    font-size: 28px;
}

.error-boundary {
    background: #1d2129;
    padding: 20px;
    text-align: center;
    font-size: 23px;
}

.error-boundary svg {
    width: 85px;
    height: 85px;
    display: block;
    margin: auto;
}

.input-valid {
    display: inherit;
    width: inherit;
}

.input-valid .valid {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 6px;
    padding: 1em;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.input-valid .valid.inline {
    bottom: auto;
    top: 100%;
    background: rgba(220, 53, 69, 0.9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    z-index: 3;
}

.input-valid .valid.inline.top {
    top: auto;
    bottom: calc(100% + 2px);
    left: 0;
    right: auto;
}

.input-valid .valid.inline.top-right {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
}

.input-valid .valid.inline:after {
    display: none;
}

.input-valid .valid.visible {
    opacity: 1;
    visibility: visible;
}

.input-valid .valid:after {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important;
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group .input-field {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .input-field:not([readonly]):active + .input-group-append.text,
.input-group .input-field:not([readonly]):focus + .input-group-append.text {
    border: 1px solid #4986f5;
    border-left: 0;
}

.input-group .input-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-group-prepend {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.input-group-prepend.text {
    background-color: #2f3542;
}

.input-group-prepend .btn:first-child {
    border-radius: 6px 0 0 6px;
}

.input-group-append {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.input-group-append.text {
    background-color: #2f3542;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.75rem;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
}

.input-group-append .btn {
    margin-left: -5px;
}

.input-suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    white-space: nowrap;
    color: #fafafa;
    overflow: hidden;
    padding: 0 13px;
    line-height: normal;
}

.input-suffix > span {
    color: transparent;
    letter-spacing: normal;
}

.input-with-icon {
    padding-left: 35px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.input-icon .icon-coin {
    margin-top: 2px;
}

.deposit-section .select-payment .dropdown {
    width: 100%;
}

.deposit-section .select-payment .dropdown .btn {
    height: 46px;
    font-size: 14px;
    margin: 0;
    background: #2f3542;
    color: #7f8596;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.deposit-section .select-payment .dropdown .btn:active,
.deposit-section .select-payment .dropdown .btn:focus,
.deposit-section .select-payment .dropdown .btn:hover {
    background: #2b303c;
}

.deposit-section .select-payment .dropdown .btn .image.yandex {
    margin-top: -5px;
}

.deposit-section .select-payment .dropdown .btn .image.yandex img {
    width: 14px;
}

.select-payment {
    width: 100%;
    position: relative;
    margin: 0;
}

.select-payment.hasError .dropdown .btn {
    border-color: #e86376 !important;
}

.select-payment .error-text {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(220, 53, 69, 0.9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    font-weight: 600;
}

.modal-dialog.deposit-modal {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.deposit-modal .modal-content {
    background: #3a4152;
}

.deposit-modal-component {
    padding: 15px 25px 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.deposit-modal-component .wrap {
    width: 100%;
}

.deposit-modal-component .input-field {
    height: 46px;
}

.deposit-modal-component .form-label {
    color: #a5adc1;
    font-size: 14px;
}

.deposit-modal-component .input-with-icon {
    padding-left: 30px;
}

.deposit-modal-component .tabs {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.deposit-modal-component .btn-tab {
    background-color: initial;
    border-radius: 0;
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 15px;
    color: #5e6a7f;
    cursor: pointer;
    font-size: 15px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.deposit-modal-component .btn-tab:hover {
    color: #fff;
}

.deposit-modal-component .btn-tab.isActive {
    border-bottom: 2px solid #4986f5;
    color: #fff;
}

.deposit-modal-component .deposit-input-box {
    margin-bottom: 10px;
    color: #5e6a7f;
}

.deposit-modal-component .deposit-input {
    height: 46px;
    border: 1px solid #464e5f;
    margin-top: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
}

.deposit-modal-component .deposit-input svg {
    margin-right: 5px;
}

.deposit-modal-component .deposit-section .btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-modal-component .deposit-section .btn-toggle {
    font-size: 14px;
    height: 46px;
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.deposit-modal-component .checkbox-block {
    margin: 20px 0 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.deposit-modal-component .checkbox-block label {
    cursor: pointer;
    color: #7f8596;
    font-size: 13px;
    display: block;
    position: relative;
    line-height: 1.3;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deposit-modal-component .checkbox-block label input:checked ~ .checkmark {
    background-color: #4986f5;
}

.deposit-modal-component .checkbox-block label input:checked ~ .checkmark:after {
    display: block;
}

.deposit-modal-component .checkbox-block label:hover {
    color: #8d92a1;
}

.deposit-modal-component .checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.deposit-modal-component .checkbox-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #4986f5;
    background: transparent;
    border-radius: 0.25rem;
}

.deposit-modal-component .checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.deposit-modal-component .checkbox-block.hasErrors label {
    color: #e86376;
}

.deposit-modal-component .checkbox-block.hasErrors label .checkmark {
    border-color: #e86376 !important;
}

.deposit-modal-component .problem-block {
    border-radius: 6px;
    padding: 15px;
    margin: 18px 0 0;
    border: 1px solid #62ca5b;
    text-align: center;
}

.deposit-modal-component .problem-block button {
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #62ca5b;
    border: 0;
    border-bottom: 1px solid transparent;
}

.deposit-modal-component .problem-block button:hover {
    border-bottom: 1px solid #62ca5b;
}

.caption-line {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.caption-line span {
    display: inline-block;
    vertical-align: initial;
    position: relative;
    padding: 0 10px;
}

.caption-line span:after,
.caption-line span:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(91, 98, 113, 0.5);
}

.caption-line span:before {
    right: 100%;
}

.caption-line span:after {
    left: 100%;
}

.modal-dialog.faucet-demo-modal {
    width: 380px;
    margin: auto;
}

.faucet-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.faucet-container .grouped-fields {
    margin-bottom: 0;
}

.faucet-container .faucet-caption {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.faucet-container .caption-line span {
    padding: 0 20px;
}

.faucet-container .caption-line span:after,
.faucet-container .caption-line span:before {
    width: calc(300% + 10px);
}

.faucet-container .caption-line svg {
    width: 17px;
    height: 17px;
    color: #5e6a7f;
}

.faucet-container .faucet-text {
    font-size: 14px;
    line-height: 19px;
}

.faucet-container .faucet-text .error-image {
    display: block;
    margin: 0 auto 15px;
    font-size: 40px;
}

.faucet-container .faucet-modal-form {
    border-radius: 6px;
    background: #282d38;
    padding: 20px;
    margin-bottom: 20px;
}

.faucet-container .faucet-modal-form:last-child {
    margin-bottom: 0;
}

.faucet-container .faucet-modal-form .faucet-amount {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    font-family: exo\2, Open Sans, sans-serif;
}

.faucet-container .faucet-modal-form .faucet-reload {
    font-size: 15px;
}

.faucet-container .faucet-modal-form .faucet-reload span:first-child {
    color: rgba(201, 205, 219, 0.54);
}

.faucet-container .faucet-modal-form .faucet-cd {
    font-size: 16px;
    color: #565e6d;
}

.faucet-container .faucet-modal-form .faucet-sm-text {
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    line-height: 16px;
    margin-top: 7px;
    font-weight: 600;
    color: #9ca4b3;
}

.faucet-container .faucet-modal-form .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    height: 48px;
}

.faucet-container .captcha-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.faucet-container .recharge-block {
    margin-bottom: 4px;
    text-align: center;
}

.faucet-container .recharge-block > span {
    font-size: 12px;
    color: rgba(201, 205, 219, 0.54);
    margin-bottom: 5px;
}

.faucet-container .recharge-block .time-left {
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 33px;
    color: #c9cddb;
    margin-top: 5px;
}

.error-data-fetch {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 200px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
}

.modal-dialog.user-modal {
    width: 510px;
}

.user-modal__container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-modal__container .properties .rating {
    margin-left: 15px;
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.user-modal__container .properties .rating span {
    color: #fff;
}

.user-modal__head {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-modal .sanitize-name.hasVip .sanitize-text,
.user-modal .sanitize-user.hasVip .sanitize-text {
    padding-left: 30px;
}

.user-modal .date {
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.user-modal .avatar {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.user-modal .avatar,
.user-modal .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.user-modal .avatar img {
    max-width: 100%;
    display: block;
}

.user-modal .avatar:after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    border-radius: 50%;
}

.user-modal .user-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.user-modal .user-name {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.user-modal .user-name:hover {
    /* color: #4986f5 */
}

.user-modal .tabs {
    margin-bottom: 25px;
}

.user-modal .tabs .btn {
    background-color: #1c2028;
    text-transform: uppercase;
    -webkit-transition: 0s;
    transition: 0s;
}

.user-modal .tabs .btn.isActive {
    background-color: #121419;
}

.user-modal .tabs .btn > img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.user-modal .tabs .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #272d39;
}

.user-modal .tabs .btn:nth-child(2) {
    border-radius: 0;
}

.user-modal .tabs .btn:last-child {
    border-radius: 0 6px 6px 0;
}

.user-modal .tabs .btn:not([disabled]):not(.isActive):hover {
    background-color: #16191f;
}

.user-modal .no-stats {
    min-height: 118px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
}

.user-modal .card-stats {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.user-modal .card-stats:last-child {
    margin-bottom: 0;
}

.user-modal .card-stats .stats-item {
    width: 50%;
    margin-right: 15px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    border-radius: 6px;
    padding: 10px;
}

.user-modal .card-stats .stats-item:nth-child(4),
.user-modal .card-stats .stats-item:nth-child(5),
.user-modal .card-stats .stats-item:nth-child(6) {
    margin: 0;
}

.user-modal .card-stats .stats-item:last-child {
    margin-right: 0;
}

.user-modal .card-stats .stats-item > .item-label {
    font-size: 14px;
    color: #828f9a;
    margin-bottom: 3px;
}

.user-modal .card-stats .stats-item > .item-value {
    font-family: exo\2, Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.user-modal .card-stats .stats-item > .item-value .icon-wrapper {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

.user-modal .card-stats .stats-item > .item-value svg {
    width: 100%;
    height: 100%;
}

.sr--only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.game {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
}

.game-component {
    -webkit-align-items: stretch;
    align-items: stretch;
    width: calc(100% - 320px);
    position: relative;
}

.game-block,
.game-component {
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.game-block {
    width: 100%;
    height: calc(100vh - 227px);
    border-radius: 6px;
    background: #110f25;
    transition: .15s all;
}
.game-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.game-header .game-title {
    display: flex;
    gap: 12px;
    align-items: center;
}
.game-header .game-title .game-image {
    width: 50px;
    max-width: 50px;
    display: flex;
    height: 50px;
    max-height: 50px;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.game-header .game-title span {
    font-weight: bolder;
    color: #B1A5E7;
    font-size: 21px;
}
.game-header .btn-group {
    display: flex;
    gap: 12px;
}
.game-iframe iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000;
}
.game-header .game-support {
    background: #110f25;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.game-tooltip {
    display: none;
}
.game-header .game-support:hover {
    color: #B1A5E7;
    background: #2E265A;
}
.game-header .game-type {
    border-radius: 6px;
    transition: all .2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.game-header .game-type.real {
    background: #38C69B;
}
.game-header .game-type.demo {
    background: #FF4155;
}
.game-header .game-type:hover {
    opacity: .8;
}
.game-block .game-iframe {
    height: calc(100vh - 227px);
    border-radius: 6px;
    z-index: 2;
    transition: .15s all;
}
.game-header .game-back {
    height: 50px;
    width: 50px;
    background: #110f25;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}
.game-header .game-back:hover {
    color: #B1A5E7;
    background: #2E265A;
}
.game-header .game-back svg {
    transform: rotate(90deg);
    fill: #fff;
    height: 20px;
}

.game-block,
.game .game-area-subsection {
    -webkit-justify-content: stretch;
    justify-content: stretch;
    position: relative;
}

.game-slots .game-block .slots-loader {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.game-slots .game-block .slots-loader .title {
    color: #fff;
}
.game .game-area-subsection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
}

.game-sign {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
    background: rgba(39, 45, 57, 0.5);
}

.game-sign .game-sign-wrap {
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    position: relative;
    z-index: 21;
    box-shadow: 0 0 10px rgba(28, 32, 40, 0.5);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 6px;
}

.game-sign .game-sign-block {
    background: #2e3542;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
}

.game-sign .game-sign-block .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
}

.game-sign .game-sign-block .btn svg {
    margin-right: 8px;
}

.game-sign form {
    width: 100%;
}

.game-sign .form-row {
    margin-bottom: 10px;
}

.game-sign .input-field {
    height: 36px;
    border-radius: 3px;
    background: #272d39;
}

.game-area {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.game-area__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.game-area .game-area-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto;
}

.game-area .bottom-corners,
.game-area .top-corners {
    position: absolute;
    width: 100%;
}

.game-area .bottom-corners:after,
.game-area .bottom-corners:before,
.game-area .top-corners:after,
.game-area .top-corners:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(105, 116, 132, 0.08);
    position: absolute;
}

.game-area .top-corners {
    left: 0;
    top: 0;
}

.game-area .top-corners:before {
    left: -27px;
    top: -27px;
}

.game-area .top-corners:after {
    right: -27px;
    top: -27px;
}

.game-area .bottom-corners {
    left: 0;
    bottom: 0;
}

.game-area .bottom-corners:before {
    left: -27px;
    bottom: -27px;
}

.game-area .bottom-corners:after {
    right: -27px;
    bottom: -27px;
}

.hash {
    color: #7f8596;
    text-align: center;
}

.hash .title {
    font-weight: 800;
}

.hash .text {
    font-size: 12px;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse-component {
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 59.2%, 0.087);
    width: 100%;
    margin: 15px 0;
}

.collapse-component .collapse-top {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.collapse-component .collapse-top .collapse-title {
    font-size: 15px;
    line-height: 20px;
    color: #a9acb7;
    -webkit-flex: auto;
    flex: auto;
    margin-right: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.collapse-component .collapse-top .collapse-title .title-icon {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 8px;
}

.collapse-component .collapse-top .collapse-title .title-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.collapse-component .collapse-top .btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: 400;
}

.collapse-component .collapse-top .collapse-after {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.collapse-component .collapse-top .collapse-after svg {
    width: 100%;
    height: 100%;
}

.collapse-component .collapse-top:hover .collapse-title {
    color: #fff;
}

.collapse-component .collapse-content {
    padding: 0 15px;
}

.collapse-component .collapse-content p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
    color: #c9cddb;
}

.collapse-component .collapse-content p:last-child {
    margin-bottom: 0;
}

.collapse-component.opened .collapse-top .collapse-title {
    color: #fff;
}

.collapse-component.opened .collapse-top .collapse-after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.modal-dialog.fair-modal {
    width: 500px;
}

.fair-modal__container {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.fair-modal__container h1 {
    margin-bottom: 15px;
}

.fair-modal__container .btn-rotate {
    display: block;
    margin: 0 auto 15px;
}

.fair-modal__container .fair-table {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-break: break-all;
    width: 100%;
}

.fair-modal__container .fair-table h2 {
    text-align: center;
    margin-bottom: 15px;
}

.fair-modal__container .fair-table .table {
    border-radius: 6px;
}

.fair-modal__container .fair-table .table th {
    text-align: center;
}

.fair-modal__container .fair-table .table td {
    text-align: center;
    width: 33.33%;
}

.fair-modal__container .fair-alert {
    background: #303642;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid red;
    font-size: 16px;
}

.fair-modal__container .form-row {
    width: 100%;
}

.game-sidebar {
    width: 310px;
    min-height: 560px;
    margin-right: 10px;
    -webkit-flex: none;
    flex: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.game-sidebar,
.game-sidebar .sidebar-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.game-sidebar .sidebar-block {
    width: 100%;
    padding: 25px 20px;
    border-radius: 6px;
    background: #272d39;
    -webkit-flex: auto;
    flex: auto;
}

.bet-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.bet-component .bet-tabs {
    margin-top: -25px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bet-component .btn.btn-play,
.bet-component .btn.btn-withdraw {
    height: 60px;
    font-size: 15px;
    display: block;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;
}

.bet-component .bet-form {
    -webkit-flex: auto;
    flex: auto;
}

.bet-component .bet-footer {
    margin-top: 30px;
    -webkit-flex: none;
    flex: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bet-component .bet-footer,
.bet-component .bet-footer .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.bet-component .bet-footer .btn {
    margin: 0 auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.28px;
    padding: 5px 13px;
    width: calc(50% - 4px);
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.bet-component .bet-footer .btn svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.bet-component .two-cols {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bet-component .two-cols > .form-row {
    width: calc(50% - 5px);
}

.pick-wrapper {
    margin-bottom: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pick-wrapper .pick {
    padding: 6px;
    position: relative;
    background: #272d39;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
}

.pick-wrapper .pick,
.pick-wrapper .pick.rounded {
    border-radius: 6px;
    border: 1px solid hsla(0, 0%, 59.2%, 0.12);
    width: 100%;
}

.pick-wrapper .pick.rounded .btn {
    width: 50%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pick-wrapper .pick.rounded .btn:first-child {
    margin-right: 6px;
}

.pick-wrapper .pick-or {
    padding: 0 15px;
    font-size: 8px;
    text-transform: uppercase;
    color: #5f6977;
    letter-spacing: 0.22px;
    display: block;
}

.pick-wrapper .btn-auto-pick {
    -webkit-flex: auto;
    flex: auto;
    background-color: #ffd000;
    color: #665300;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: inherit;
}

.pick-wrapper .btn-auto-pick:hover {
    background-color: #cca600;
}

.pick-wrapper .btn-auto-pick svg {
    margin-right: 5px;
    margin-top: -4px;
    margin-left: -6px;
    width: 18px;
    height: 18px;
    display: block;
}

.pick-wrapper .pick-numbers {
    -webkit-flex: auto;
    flex: auto;
    color: #7d8a98;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.input-validation {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 3px;
    padding: 7px 10px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 3;
}

.input-validation.top:after {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important;
}

.input-validation.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 3px;
}

.input-validation.bottom:after {
    content: "";
    position: absolute;
    left: 0.5em;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent #1c2028;
    border-style: solid;
    border-width: 0 4px 6px;
}

.input-validation.visible {
    opacity: 1;
    visibility: visible;
}

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

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel .btn-next,
.carousel .btn-prev {
    position: absolute;
    background-color: initial;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5e687e;
}

.carousel .btn-next:focus,
.carousel .btn-next:hover,
.carousel .btn-prev:focus,
.carousel .btn-prev:hover {
    background-color: initial;
}

.carousel .btn-next:focus svg,
.carousel .btn-next:hover svg,
.carousel .btn-prev:focus svg,
.carousel .btn-prev:hover svg {
    fill: #939caf;
}

.carousel .btn-next {
    right: -30px;
}

.carousel .btn-next svg {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.carousel .btn-prev {
    left: -30px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 62px;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    width: 100%;
    min-height: 62px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.game-tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: auto;
    max-width: 90%;
    visibility: hidden;
    opacity: 0;
    border: 2px solid;
    padding: 1.7em 3.4em;
    box-shadow: 0px 0px 20px 10px rgba(25, 29, 36, 0.2);
}

.game-tooltip .wrap {
    text-align: center;
}

.game-tooltip .badge {
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    text-align: center;
}

.game-tooltip.won .badge .text {
    color: #2b313f;
    background: #62ca5b;
}

.game-tooltip .badge .text {
    background: #ffc645;
    display: inline-block;
    color: #2b313f;
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0 0 6px 6px;
}

.game-tooltip.won {
    color: #828f9a;
    border-color: #62ca5b;
}

.game-tooltip.won .profit {
    color: #62ca5b;
}

.game-tooltip.lost {
    color: #e86376;
    border-color: #e86376;
}

.game-tooltip.lost .profit {
    color: #e86376;
}

.game-tooltip.tied {
    color: #ffd000;
    border-color: #ffd000;
}

.game-tooltip.tied .profit {
    color: #ffd000;
}

.game-tooltip.demo {
    color: #ffc645;
    border-color: #ffc645;
    padding-top: 1.85em;
    padding-bottom: 1em;
}

.game-tooltip.demo .profit {
    color: #ffc645;
}

.game-tooltip.demo .status {
    margin: 4px 0;
}

.game-tooltip.transition {
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}

.game-tooltip.isTransparent {
    background: rgba(43, 50, 64, 0.9);
}

.game-tooltip.isActive {
    visibility: visible;
    opacity: 1;
}

.game-tooltip .user {
    margin-top: 5px;
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .user button {
    color: #7d8a98;
}

.game-tooltip .user .sanitize-user {
    margin: auto;
}

.game-tooltip .payout {
    font-size: 24px;
    margin-top: 5px;
    font-family: exo\2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .payout .icon {
    width: 15px;
    vertical-align: bottom;
}

.game-tooltip .status {
    font-size: 14px;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    color: #828f9a;
    margin: 4px 0 0;
}

.game-tooltip .btn-change {
    color: #62ca5b;
    white-space: nowrap;
    border-bottom: 1px dashed;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline;
    line-height: normal;
    font-size: inherit;
}

.game-tooltip .btn-change:hover {
    color: #43b73b !important;
    border-bottom: 1px dashed transparent;
}

.button-group__wrap {
    font-size: 1.3em;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.button-group__content {
    display: -webkit-flex;
    display: flex;
}

.button-group__content,
.button-group__content .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px;
    background: #333a48;
}

.button-group__content .btn {
    padding: 0.5rem;
    text-transform: capitalize;
    font-weight: 400;
}

.button-group__content .btn:hover {
    background: #373e4c;
}

.button-group__content .btn.isActive {
    color: #fff;
    background: #4986f5;
}

.button-group-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596;
}

.progress-wrap {
    flex: none;
    display: flex;
    position: absolute;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    top: 0;
}

.progress-item {
    border: 1px solid #313744;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #404a58;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.progress-item.left {
    border-radius: 0 0 15px 0;
    border-left: 0;
    border-top: 0;
}

.progress-item.right {
    border-radius: 0 0 0 15px;
    border-right: 0;
    border-top: 0;
}

.modal-dialog.confirm-age-modal {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.confirm-age-modal .modal-content {
    background: #3a4152;
}

.confirm-age-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.confirm-age-modal-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.1;
    border-radius: 6px;
}

.confirm-age-modal-container .head,
.confirm-age-modal-container .wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.confirm-age-modal-container .head {
    background: rgba(0, 0, 0, 0.24);
    padding: 20px;
    border-radius: 6px 6px 0 0;
}

.confirm-age-modal-container .head img {
    width: 120px;
    margin: auto;
    display: block;
}

.confirm-age-modal-container .body {
    padding: 25px;
    border-radius: 0 0 6px 6px;
    width: 100%;
}

.confirm-age-modal-container .body .wrap {
    position: relative;
    z-index: 2;
}

.confirm-age-modal-container .body .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.confirm-age-modal-container .body .buttons .btn {
    width: 100%;
    justify-content: center;
    max-width: 240px;
    padding: 13px 0;
    font-size: 15px;
}

.confirm-age-modal-container .body .disclaimer {
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    font-size: 13px;
}

.confirm-age-modal-container .body .disclaimer .button-link {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4986f5;
    cursor: pointer;
    outline: none;
    color: #4986f5;
}

.confirm-age-modal-container .body .disclaimer .button-link:active,
.confirm-age-modal-container .body .disclaimer .button-link:focus,
.confirm-age-modal-container .body .disclaimer .button-link:hover {
    outline: none;
    border-bottom: 1px solid transparent;
}

.confirm-age-modal-container .body .leave-link {
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 10px 0 15px;
}

.confirm-age-modal-container .body .leave-link a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.confirm-age-modal-container .body .leave-link a:hover {
    border-bottom: 1px solid transparent;
}

.confirm-age-modal-container .body .info {
    text-transform: uppercase;
    color: #a1afbb;
    font-size: 11px;
}

.modal-dialog.tos-modal {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.tos-modal .modal-content {
    background: #3a4152;
}

.tos-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 25px;
    font-size: 12px;
}

.tos-modal-container h2 {
    font-weight: 500;
    margin: 10px 0;
}

.tos-modal-container h2:first-child {
    margin-top: 0;
}

.tos-modal-container p {
    margin: 10px 0;
}

.tos-modal-container .tos-modal-block {
    max-height: 450px;
}
.modal-dialog.captcha-need-modal {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 499px) {
    .modal-dialog.captcha-need-modal {
        width: calc(100% - 20px);
    }
}

.modal-dialog.captcha-need-modal .modal-content {
    background: #3a4152;
}

.captcha-need-modal-container {
    padding: 0;
}

.captcha-need-modal-container .caption {
    font-family: exo\2, Open Sans, sans-serif;
    font-size: 16px;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: #323846;
    justify-content: center;
}

.captcha-need-modal-container .caption:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, #4986f5), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0));
}

.captcha-need-modal-container .form {
    padding: 15px 25px;
}

.captcha-need-modal-container .form .label {
    margin-bottom: 10px;
    text-align: center;
}

.captcha-need-modal-container .form .captcha {
    display: flex;
    justify-content: center;
}

.captcha-need-modal-container .form .btn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 13px 15px;
    font-size: 15px;
    justify-content: center;
}
.message-block.quiz {
    position: relative;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 44px;
    padding: 12px;
    border-top: 1px solid #4986f5;
    border-bottom: 1px solid #4986f5;
    background: rgba(72, 133, 243, 0.1);
}
.message-block.quiz .message-content {
    width: 100%;
    margin-left: 0;
}
.message-block.quiz .quizLabel {
    color: #4986f5;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    font-weight: 700;
    margin: 0;
}
.message-block.quiz .quizLabel svg {
    font-size: 13px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.message-block.quiz .quizLabel > span {
    margin-left: 5px;
    font-weight: 400;
    word-break: break-word;
}

.message-block.quiz .bet-number {
    margin-left: 3px;
    padding-left: 16px;
}

.message-block.quiz .bet-number span {
    margin-left: 5px;
    font-weight: 400;
    word-break: break-word;
}

.quizMessage .bet-number svg {
    left: -16px;
    font-size: 13px;
    fill: #62ca5b;
}

.quizMessage {
    font-size: 13px;
    color: #62ca5b;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-basket {
    width: 1.142578125em;
}

.icon-more {
    width: 3.25em;
}

.icon-arrow-down,
.icon-arrow-up {
    width: 1.111328125em;
}

.icon-club {
    width: 1.01171875em;
}

.icon-coin {
    width: 0.9111328125em;
}

.icon-coin.balance {
    fill: #62ca5b;
}

.icon-coin.bonus {
    fill: #ffc645;
}

.icon-conversations {
    width: 1.1669921875em;
}

.icon-copy {
    width: 0.77734375em;
}

.icon-diamond {
    width: 0.875em;
}

.icon-double-down {
    width: 1.0908203125em;
}

.icon-double-up {
    width: 1.142578125em;
}

.icon-down {
    width: 0.6669921875em;
}

.icon-facebook {
    width: 0.5380859375em;
}

.icon-faq {
    width: 0.8662109375em;
}

.icon-heart {
    width: 1.142578125em;
}

.icon-hilo {
    width: 0.818359375em;
}

.icon-instagram {
    width: 0.9228515625em;
}

.icon-left {
    width: 0.6669921875em;
}

.icon-logout {
    width: 1.125em;
}

.icon-minus {
    width: 0.7861328125em;
}

.icon-person {
    width: 0.857421875em;
}

.icon-plus {
    width: 0.7861328125em;
}

.icon-stats {
    width: 1.818359375em;
}

.icon-rouble1 {
    width: 0.7138671875em;
}

.icon-send {
    width: 0.888671875em;
}

.icon-smile {
    width: 1.06640625em;
}

.icon-sound {
    width: 0.9228515625em;
}

.icon-spade {
    width: 0.9091796875em;
}

.icon-support {
    width: 0.9375em;
}

.icon-thumb-down {
    width: 1.03125em;
}

.icon-twitter {
    width: 1.181640625em;
}

.icon-vk {
    width: 1.4443359375em;
}

.icon-wand {
    width: 1.0625em;
}

.icon-check-square-o {
    width: 0.9324999999999999em;
}

.icon-square-o {
    width: 0.7857142857142857em;
}

.icon-usd {
    width: 0.5697857142857142em;
}

.icon-rub {
    width: 0.7142857142857142em;
}
@media (max-width: 820px) {
    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1299px) {
    .wrapper .page {
        padding-left: 60px;
    }

    .wrapper .main-content .main-content-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper .main-content .section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 999px) {
    .wrapper .main-content .main-content-footer,
    .wrapper .main-content .section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 820px) {
    .wrapper .page {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .tick-list li {
        height: 100px;
    }
}

@media screen and (max-width: 600px) {
    .tick-list li {
        height: 110px;
    }
}

@media screen and (max-width: 1099px) {
    .form-field .right-icon {
        width: 35px;
    }

    .form-field .right-icon svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 820px) {
    .form-field .right-icon {
        width: 45px;
    }

    .form-field .right-icon svg {
        width: 13px;
        height: 13px;
    }
}

@media screen and (max-width: 969px) {
    .form-row {
        margin-bottom: 10px;
    }

    .form-row.inline .form-label {
        -webkit-flex-basis: 35%;
        flex-basis: 35%;
    }

    .form-row.inline .form-field {
        -webkit-flex-basis: 65%;
        flex-basis: 65%;
    }
}

@media screen and (max-width: 820px) {
    .form-row.inline.xs-column {
        display: block;
    }

    .form-row.inline.xs-column .form-field,
    .form-row.inline.xs-column .form-label {
        width: 100%;
    }

    .form-row.inline.xs-column .form-label {
        padding-right: 0;
    }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .input-field {
        padding: 0 7px;
    }

    .input-field + .input-suffix {
        padding: 0 8px;
    }
}

@media screen and (max-width: 820px) {
    .grouped-fields.xs-column {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .grouped-fields.xs-column .input-field {
        border-radius: 6px;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
    }

    .grouped-fields.xs-column .input-with-icon {
        margin-right: 0;
    }
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (max-width: 969px) {
    .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 820px) {
    .btn {
        padding: 7px 0;
    }
}

@media screen and (max-width: 820px) {
    .header .logo {
        display: block;
    }

    .header .logo img {
        width: 55px;
        height: 40px;
    }
}

@media (max-width: 820px) {
    .deposit-wrap .deposit-block .btn {
        width: 80px;
    }
}

@media (max-width: 380px) {
    .deposit-wrap .deposit-block .select-field {
        width: 95px;
        font-size: 14px;
        padding: 0 6px;
    }

    .deposit-wrap .dropdown > .btn {
        padding: 0 18px 0 8px;
    }

    .deposit-wrap .dropdown > .btn .opener {
        width: 12px;
        height: 12px;
        right: 4px;
    }

    .deposit-wrap .dropdown > .btn .selected svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 1050px) {
    .top-nav li .toggle > ul {
        top: 30px;
        background: #20242d;
        width: 100%;
    }
}

@media (max-width: 1169px) {
    .top-nav li a {
        padding: 8px;
    }

    .top-nav li a svg {
        display: none;
    }

    .top-nav li .toggle .btn {
        padding: 8px;
    }

    .top-nav li .toggle svg {
        display: none;
    }
}

@media (max-width: 1099px) {
    .top-nav li {
        margin-right: 0;
    }

    .top-nav li a {
        padding: 8px;
    }

    .top-nav li a svg {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
}

@media (max-width: 991px) {
    .top-nav li .badge {
        right: 5px;
        top: 8px;
    }

    .top-nav li a svg {
        display: inline-block;
    }

    .top-nav li .toggle .btn {
        padding: 8px 13px;
    }

    .top-nav li .toggle svg {
        display: inline-block;
    }
}

@media (max-width: 820px) {
    .top-nav-wrapper {
        display: none;
    }
}

@media (max-width: 1350px) {
    .top-nav-wrapper .top-nav li .btn,
    .top-nav-wrapper .top-nav li a {
        padding: 8px 5px;
    }

    .top-nav-wrapper .top-nav li .toggle .btn {
        padding: 8px 23px 8px 8px;
    }
}

@media (max-width: 1250px) {
    .top-nav-wrapper .top-nav li .btn svg,
    .top-nav-wrapper .top-nav li a svg {
        display: none;
    }

    .top-nav-wrapper .top-nav li .icon-down {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1050px) {
    .top-nav-wrapper .opener {
        display: -webkit-flex;
        display: flex;
    }

    .top-nav-wrapper .top-nav {
        position: absolute;
        left: 0;
        top: 45px;
        min-width: 172px;
        background: #242932;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        align-items: stretch;
        border-radius: 6px;
        box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
    }

    .top-nav-wrapper .top-nav.opened {
        max-height: 230px;
        overflow: visible;
    }

    .top-nav-wrapper .top-nav li {
        margin-right: 0;
    }

    .top-nav-wrapper .top-nav li a {
        padding: 8px 13px;
        border-radius: 0;
    }

    .top-nav-wrapper .top-nav li a svg {
        margin-right: 5px;
    }

    .top-nav-wrapper .top-nav li.current a,
    .top-nav-wrapper .top-nav li a:hover {
        opacity: .9;
    }
}


@media screen and (max-width: 1199px) {
    .header .btn {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 969px) {
    .header {
        padding: 15px;
    }

    .header.sticky {
        padding: 15px 225px 15px 75px;
    }
}

@media screen and (max-width: 969px) {
    .header {
        padding-left: 75px;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 820px) {
    .header {
        box-shadow: none !important;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1000;
    }

    .header .deposit-block,
    .header .top-nav li.current a,
    .header .top-nav li a:hover {
        background: #262b37;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 820px) {
    .wrapper .main-content .bets-section {
        z-index: 30;
        position: relative;
        margin-bottom: 60px;
        overflow-y: visible;
    }
}

@media (max-width: 820px) {
    .section-page {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .section-page {
        padding: 15px;
    }
}

@media screen and (max-width: 999px) {
    .bets-section {
        padding-top: 15px;
    }
}

@media screen and (max-width: 820px) {
    .bets-section {
        position: fixed;
        overflow-y: scroll;
        top: 64px;
        left: 0;
        width: 100vw;
        z-index: 10;
        height: calc(100vh - 128px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 1100px) {
    .row .col-lg-1 {
        width: 8.33333%;
    }

    .row .col-lg-1,
    .row .col-lg-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-2 {
        width: 16.66667%;
    }

    .row .col-lg-3 {
        width: 25%;
    }

    .row .col-lg-3,
    .row .col-lg-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-4 {
        width: 33.33333%;
    }

    .row .col-lg-5 {
        width: 41.66667%;
    }

    .row .col-lg-5,
    .row .col-lg-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-6 {
        width: 50%;
    }

    .row .col-lg-7 {
        width: 58.33333%;
    }

    .row .col-lg-7,
    .row .col-lg-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-8 {
        width: 66.66667%;
    }

    .row .col-lg-9 {
        width: 75%;
    }

    .row .col-lg-9,
    .row .col-lg-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-10 {
        width: 83.33333%;
    }

    .row .col-lg-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-lg-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 1099px) {
    .row .col-md-1 {
        width: 8.33333%;
    }

    .row .col-md-1,
    .row .col-md-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-2 {
        width: 16.66667%;
    }

    .row .col-md-3 {
        width: 25%;
    }

    .row .col-md-3,
    .row .col-md-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-4 {
        width: 33.33333%;
    }

    .row .col-md-5 {
        width: 41.66667%;
    }

    .row .col-md-5,
    .row .col-md-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-6 {
        width: 50%;
    }

    .row .col-md-7 {
        width: 58.33333%;
    }

    .row .col-md-7,
    .row .col-md-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-8 {
        width: 66.66667%;
    }

    .row .col-md-9 {
        width: 75%;
    }

    .row .col-md-9,
    .row .col-md-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-10 {
        width: 83.33333%;
    }

    .row .col-md-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-md-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 969px) {
    .row .col-sm-1 {
        width: 8.33333%;
    }

    .row .col-sm-1,
    .row .col-sm-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-2 {
        width: 16.66667%;
    }

    .row .col-sm-3 {
        width: 25%;
    }

    .row .col-sm-3,
    .row .col-sm-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-4 {
        width: 33.33333%;
    }

    .row .col-sm-5 {
        width: 41.66667%;
    }

    .row .col-sm-5,
    .row .col-sm-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-6 {
        width: 50%;
    }

    .row .col-sm-7 {
        width: 58.33333%;
    }

    .row .col-sm-7,
    .row .col-sm-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-8 {
        width: 66.66667%;
    }

    .row .col-sm-9 {
        width: 75%;
    }

    .row .col-sm-9,
    .row .col-sm-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-10 {
        width: 83.33333%;
    }

    .row .col-sm-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-sm-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 820px) {
    .row .col-xs-1 {
        width: 8.33333%;
    }

    .row .col-xs-1,
    .row .col-xs-2 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-2 {
        width: 16.66667%;
    }

    .row .col-xs-3 {
        width: 25%;
    }

    .row .col-xs-3,
    .row .col-xs-4 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-4 {
        width: 33.33333%;
    }

    .row .col-xs-5 {
        width: 41.66667%;
    }

    .row .col-xs-5,
    .row .col-xs-6 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-7 {
        width: 58.33333%;
    }

    .row .col-xs-7,
    .row .col-xs-8 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-8 {
        width: 66.66667%;
    }

    .row .col-xs-9 {
        width: 75%;
    }

    .row .col-xs-9,
    .row .col-xs-10 {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-10 {
        width: 83.33333%;
    }

    .row .col-xs-11 {
        width: 91.66667%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .row .col-xs-12 {
        width: 100%;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 1099px) {
    .circle {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 768px) {
    .circle {
        transform: scale(1);
    }
}

@media screen and (max-width: 420px) {
    .circle {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 380px) {
    .circle {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 320px) {
    .circle {
        transform: scale(0.6);
    }
}

@media screen and (max-height: 549px) {
    .side-nav li {
        margin-bottom: 10px;
    }
}

@media screen and (max-height: 479px) {
    .side-nav li {
        margin-bottom: 5px;
    }
}

@media (max-width: 820px) {
    .chat .chat-editable {
        max-width: 100%;
        height: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 820px) {
    .chat .chat-message-input {
        height: 64px;
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 969px) {
    .chat .chat-textarea {
        max-width: calc(100% - 45px);
    }
}

@media screen and (max-width: 820px) {
    .chat {
        height: auto !important;
    }
}

@media (max-height: 580px), (max-width: 820px) {
    .user-profile .avatar {
        width: 60px;
        height: 60px;
        margin: 0 10px 0 0;
        padding: 3px;
    }

    .user-profile .user-block {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .user-profile .user-name .nickname {
        max-width: 140px;
    }
}

@media (max-width: 820px) {
    .user-profile .user-name .nickname {
        max-width: 200px;
    }
}

@media screen and (max-width: 969px) {
    .tabs-nav.big-tabs > .item {
        padding: 10px;
    }
}

@media (max-width: 1366px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 250px;
    }
}

@media (max-width: 1299px) {
    .right-sidebar.sticky .sidebar-container {
        padding-top: 15px;
    }

    .right-sidebar .sidebar-container {
        padding-top: 35px;
    }
}

@media (max-width: 1099px) {
    .right-sidebar .sidebar-container {
        padding-top: 15px;
    }

    .right-sidebar .tabs-nav {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 1020px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 240px;
    }
}

@media (max-width: 969px) {
    .right-sidebar,
    .right-sidebar .sidebar-container {
        width: 210px;
    }

    .right-sidebar .chat,
    .right-sidebar .user-profile {
        padding: 0 15px;
    }
}

@media (max-width: 820px) {
    .right-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: calc(100% - 20px);
        position: fixed;
        z-index: 999;
        padding-bottom: 0;
    }

    .right-sidebar .sidebar-container {
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .right-sidebar.opened {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
    }

    .right-sidebar .tabs-nav {
        display: none;
    }

    .right-sidebar .chat {
        height: calc(100% - 30px) !important;
    }

    .right-sidebar .chat .chat-params {
        padding: 10px 0 10px 5px;
    }

    .right-sidebar .user-profile {
        margin-top: 30px;
        height: 100%;
    }
}

@media (max-width: 820px) {
    .close-btn {
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (max-width: 1299px) {
    .bets-tabs-row {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 999px) {
    .bets-tabs-row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 891px) {
    .bets-tabs-row .btn {
        font-size: 11px;
        padding: 7px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        white-space: nowrap;
    }

    .bets-tabs-row .btn:first-child {
        margin: 0 0 10px;
    }

    .bets-tabs-row > div {
        width: 50%;
    }

    .bets-tabs-row > div:first-child {
        padding: 0 5px 0 0;
    }

    .bets-tabs-row > div:nth-child(2) {
        padding: 0 0 0 5px;
    }
}

@media screen and (max-width: 820px) {
    .bets-tabs-row {
        padding-right: 30px;
    }
}

@media (max-width: 969px) {
    .table-heading .th {
        font-size: 10px;
        padding: 8px 10px;
    }
}

@media (max-width: 820px) {
    .table-heading.tournaments .xs-hide {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .table tr td {
        font-size: 11px;
        line-height: 14px;
    }
}

@media screen and (max-width: 969px) {
    .table tr td,
    .table tr th {
        padding: 8px 10px;
    }
}

@media (max-width: 1099px) {
    .game-stats .table-heading .th {
        padding: 10px;
    }

    .game-stats .username .btn-link {
        font-size: 12px;
        margin-left: 0;
    }

    .game-stats .game-data .game-icon {
        margin-right: 8px;
    }

    .game-stats .game-data .game-icon svg {
        width: 18px;
        height: 18px;
    }

    .game-stats .game-data .game-info .btn-name {
        font-size: 12px;
        line-height: 11px;
    }

    .game-stats table tbody tr {
        padding: 0;
    }

    .game-stats table tbody tr td {
        font-size: 12px;
        padding: 8px 10px;
    }

    .game-stats tr td,
    .game-stats tr th {
        padding: 8px 10px;
    }

    .game-stats .thead .th:nth-child(3),
    .game-stats tbody .time {
        display: none;
    }
}

@media screen and (max-width: 891px) {
    .game-stats .username {
        overflow: hidden;
    }

    .game-stats .game-icon {
        display: none;
    }

    .game-stats .game-stats .table-heading .th,
    .game-stats .game-stats table tbody tr td {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 820px) {
    .game-stats .thead .th:nth-child(3) {
        display: table-cell;
    }

    .game-stats .game-icon {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .promo-counters .counter-block {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .footer-counters .counter-block {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .footer-counters {
        padding-top: 30px;
    }
}

@media screen and (max-width: 969px) {
    .footer-counters {
        padding-top: 15px;
    }
}

@media screen and (max-width: 820px) {
    .footer-counters {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .footer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 820px) {
    .footer {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .mobile-nav-component {
        display: block;
    }
}

@media (max-width: 1099px) {
    .input-group-append.text {
        font-size: 10px;
    }
}

@media screen and (max-width: 499px) {
    .modal-dialog.deposit-modal {
        width: calc(100% - 14px);
    }
}

@media (max-width: 499px) {
    .modal-dialog.faucet-demo-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 820px) {
    .modal-dialog.user-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 1299px) {
    .game .game-component {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1099px) {
    .game .game-component {
        width: calc(64.1204% - 10px);
        -webkit-flex: none;
        flex: none;
    }
}

@media screen and (max-width: 820px) {
    .game {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .game .game-component {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .game-sign .game-sign-block {
        padding: 15px;
        font-size: 15px;
    }

    .game-sign .game-sign-block .btn {
        margin-top: 10px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 969px) {
    .game-area .game-area-content .game-dice {
        margin-bottom: 8px;
    }
}

@media (max-width: 1099px) {
    .input-group-append.text {
        font-size: 10px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (max-width: 499px) {
    .modal-dialog.fair-modal {
        width: calc(100% - 14px);
    }
}

@media screen and (max-width: 1299px) {
    .game-sidebar {
        width: 290px;
    }
}

@media screen and (max-width: 1099px) {
    .game-sidebar {
        width: 35.8796%;
    }
}

@media screen and (max-width: 991px) {
    .game-sidebar .sidebar-block {
        padding: 15px;
    }
}

@media screen and (max-width: 820px) {
    .game-sidebar {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer button {
        font-size: 9px;
    }

    .bet-component .bet-footer button svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 991px) and (min-width: 820px) {
    .bet-component .form-field,
    .bet-component .form-field .input-field {
        font-size: 12px;
    }

    .bet-component .buttons-group .btn-action {
        padding: 9px 3px;
        font-size: 10px;
    }

    .bet-component .bet-footer button {
        font-size: 8px;
    }

    .bet-component .bet-footer button svg {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 820px) {
    .bet-component .bet-footer {
        /* display:none */
    }
}

@media screen and (max-width: 1099px) {
    .bet-component .bet-footer .btn-fairness {
        border-radius: 15px;
        margin: 0 0 0 4px;
        font-size: 11px;
        padding: 0;
        width: 30px !important;
        height: 30px !important;
    }

    .bet-component .bet-footer .btn-fairness svg {
        margin: 0;
    }

    .bet-component .bet-footer .btn-fairness > span {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .pick-wrapper .btn-auto-pick {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 1099px) {
    .pick-wrapper .btn-auto-pick {
        padding: 9px 5px;
    }

    .pick-wrapper .btn-auto-pick svg {
        margin-right: 3px;
        margin-top: -4px;
        margin-left: 0;
        width: 16px;
        height: 16px;
        display: block;
    }

    .pick-wrapper .pick-or {
        padding: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    .pick-wrapper .pick,
    .pick-wrapper .pick-numbers {
        font-size: 10px;
    }
}

@media screen and (max-width: 820px) {
    .pick-wrapper .pick {
        font-size: 13px;
    }

    .pick-wrapper .pick-numbers {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 499px) {
    .modal-dialog.confirm-age-modal {
        width: calc(100% - 14px);
    }
}

@media (max-width: 499px) {
    .confirm-age-modal-container .body .buttons .btn {
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 499px) {
    .modal-dialog.tos-modal {
        width: calc(100% - 14px);
    }
}
.notify {
    position: fixed;
    z-index: 999999;
    height: 0;
    top: 15px;
    left: 50%;
}

.notify__item {
    position: absolute;
    top: 0;
    left: 0;
    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;
    transform: translateY(5px) translateX(-50%);
}

.notify__item.success {
    color: #66bb6a;
}

.notify__item.error {
    color: #ef5350;
}

.notify__item.info {
    color: #42a5f5;
}

.notify__item.default {
    color: #bdbdbd;
}

.notify__item.show {
    opacity: 1;
}

.notify__item:not(.show) {
    z-index: 0;
    opacity: 0;
}

.notify__item-wrap {
    font-size: 11px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 400px;
    min-width: 320px;
    min-height: 50px;
    padding: 10px 45px 10px 60px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -webkit-animation: showUp 0.4s;
    animation: showUp 0.4s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 15px #676767;
}

.notify__aside,
.notify__item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.notify__aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.notify__aside img {
    -webkit-animation: showIcon 0.5s;
    animation: showIcon 0.5s;
}

.notify__title {
    padding-bottom: 5px;
    color: #616161;
    font-size: 15px;
}

.notify__message {
    color: #9e9e9e;
}

.notify__close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    color: #bdbdbd;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
}

.notify__close:active,
.notify__close:focus {
    outline: none;
}

.notify__close:hover {
    background-color: #fafafa;
    outline: none;
}
@-webkit-keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes fadeOutDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes flipScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes flipScale {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

@keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

@-webkit-keyframes reorderLeft {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(40deg) translate(-100vw,-50vh);
        transform: rotate(40deg) translate(-100vw,-50vh)
    }
}

@keyframes reorderLeft {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(40deg) translate(-100vw,-50vh);
        transform: rotate(40deg) translate(-100vw,-50vh)
    }
}

@-webkit-keyframes backfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@keyframes backfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@-webkit-keyframes frontfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes frontfaceFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@-webkit-keyframes frontFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@keyframes frontFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(180deg);
        transform: scale(1) rotateY(180deg)
    }
}

@-webkit-keyframes backFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes backFooterFlip {
    50% {
        -webkit-transform: scale(1.1) rotateY(90deg);
        transform: scale(1.1) rotateY(90deg)
    }

    to {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes blink {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@-webkit-keyframes shiftFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0
    }
}

@keyframes shiftFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0
    }
}

@-webkit-keyframes isFetching {
    0%,50%,to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes isFetching {
    0%,50%,to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes isFetchingFull {
    0%,50%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes isFetchingFull {
    0%,50%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes scaleUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes translate {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@keyframes translate {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@-webkit-keyframes translateBomb {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@keyframes translateBomb {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@-webkit-keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    60% {
        -webkit-transform: scale(1.2) translate(-50%,-50%);
        transform: scale(1.2) translate(-50%,-50%)
    }

    85% {
        -webkit-transform: scale(.9) translate(-50%,-50%);
        transform: scale(.9) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%)
    }
}

@keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    60% {
        -webkit-transform: scale(1.2) translate(-50%,-50%);
        transform: scale(1.2) translate(-50%,-50%)
    }

    85% {
        -webkit-transform: scale(.9) translate(-50%,-50%);
        transform: scale(.9) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%)
    }
}

@-webkit-keyframes scaleAppearHalf {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.6) translate(-50%,-50%);
        transform: scale(.6) translate(-50%,-50%)
    }
}

@keyframes scaleAppearHalf {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.6) translate(-50%,-50%);
        transform: scale(.6) translate(-50%,-50%)
    }
}

@-webkit-keyframes scaleAppearHalfTriple {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.7) translate(-50%,-50%);
        transform: scale(.7) translate(-50%,-50%)
    }
}

@keyframes scaleAppearHalfTriple {
    0% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    to {
        -webkit-transform: scale(.7) translate(-50%,-50%);
        transform: scale(.7) translate(-50%,-50%)
    }
}

@-webkit-keyframes showDown {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showDown {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showUp {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showUp {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showIcon {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showIcon {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slideDownOut {
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes slideDownOut {
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-webkit-keyframes isSlidingFrame {
    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 {
    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 swing {
    15% {
        -webkit-transform: scale(1) translateX(5px);
        transform: scale(1) translateX(5px)
    }

    30% {
        -webkit-transform: scale(1) translateX(-5px);
        transform: scale(1) translateX(-5px)
    }

    50% {
        -webkit-transform: scale(1) translateX(3px);
        transform: scale(1) translateX(3px)
    }

    65% {
        -webkit-transform: scale(1) translateX(-3px);
        transform: scale(1) translateX(-3px)
    }

    80% {
        -webkit-transform: scale(1) translateX(2px);
        transform: scale(1) translateX(2px)
    }

    to {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

@keyframes swing {
    15% {
        -webkit-transform: scale(1) translateX(5px);
        transform: scale(1) translateX(5px)
    }

    30% {
        -webkit-transform: scale(1) translateX(-5px);
        transform: scale(1) translateX(-5px)
    }

    50% {
        -webkit-transform: scale(1) translateX(3px);
        transform: scale(1) translateX(3px)
    }

    65% {
        -webkit-transform: scale(1) translateX(-3px);
        transform: scale(1) translateX(-3px)
    }

    80% {
        -webkit-transform: scale(1) translateX(2px);
        transform: scale(1) translateX(2px)
    }

    to {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.header-block {
    text-decoration: none;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.promo-bonus-bg {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

/* Slots */
.slots-container {
    text-decoration: none;
}
.slots-render {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.4%;
}
.slots-container {
    margin-top: 20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
@media (min-width: 1366px) {
    .slot-md-3 {
        position: relative;
        width: calc(20% - 16px);
    }
}
@media (min-width: 768px) {
    .slot-md-3 {
        width: calc(25% - 16px);
    }
}
.slot-md-3 {
    position: relative;
    width: 15.5%;
}
.gamemode-el {
    position: relative;
}
.gamemode {
    overflow: hidden;
    border-radius: 5px;
}
.gamemode {
    position: relative;
    will-change: transform;
    transition: all .3s ease 0s;
}
.gamemode:before {
    content: "";
    display: block;
    padding-top: 66%;
}
.gamemode:before {
    content: "";
    display: block;
    padding-top: 74.0741%;
}
.gamemode-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    overflow: hidden;
    transition: all .14s ease-in-out;
}
.gamemode-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slot_labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.slot_labels .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    width: fit-content;
    margin-right: 0px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #fdfdfd;
    border-color: linear-gradient(161deg,#0f63e1,#6d33ca);
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.d-none {
    display: none!important;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.slot_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-flow: column nowrap;
    transition: all .3s linear;
    background-color: #000000d3;
    display: none;
}
.btn-play-slot {
    padding: 3px 30px;
    border-radius: 100px;
}
.btn-play-slot-demo {
    margin-top: 10px;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    white-space: nowrap;
}
.gamemode-el>*+* {
    margin-top: 0.2rem!important
}
.gamemode-advantage {
    margin-top: 5px;
    color: #e3e2e7!important;
}
.gamemode-description {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    flex-wrap: wrap;
}
.gamemode-el>*+* {
    margin-top: 1rem;
}
.gamemode-description>:first-child {
    margin-right: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gamemode-description span {
    font-size: 15px;
}
.gamemode-title {
    font-weight: 500;
    font-size: 1em;
    text-transform: capitalize;
    margin: 0;
    border-radius: 5px;
    color: #e3e2e7!important;
}
.gamemode-title {
    font-weight: 500;
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0;
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 {
    opacity: 1;
}
.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px);
}
.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px);
}
.container-slots {
    height: auto;
    width: 100%;
    min-height: 280px;
    background-color: #201e35;
    border-radius: 6px;
}
.container-slots .carousel-inner {
    border-radius: 6px 6px 0 0;
}

.container-slots .content-slots {
    text-decoration: none;
}

/* Slots Filter */

.menuBlock__3oOF7 {
    display: flex;
    position: relative;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l {display: flex;border-radius: 5px;justify-content: flex-start;display: flex;flex-direction: row;align-items: center;justify-content: center;gap: 4px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l {display: flex;flex-direction: column;align-items: center;cursor: pointer;background-color: #0a1020;border-radius: 8px;width: 160px;height: 48px;position: relative;cursor: pointer;padding: 5px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX {
    width: 46px;
    height: 32px;
    margin-bottom: 5px;
    padding: 0 5px;
    fill: #828f9a;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l.active .menuIcon__n64RX svg, .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l.active .menuTitle__2JoP9 {
    color: #B1A5E7;
    fill: #B1A5E7;
}
.icon__1VTLu {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX {
    width: 46px;
    height: 32px;
    margin-bottom: 5px;
    padding: 0 5px;
    fill: #877AC1;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuTitle__2JoP9 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #877AC1;
    transition: all .3s ease;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS {position: relative;}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .placeholderTitle__22fzr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #877AC1;
    transition: all .3s ease;
    line-height: 30px;
    font-size: 16px;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW {
    width: 18px;
    height: 14px;
    color: #877AC1;
    transition: .2s;
    margin-left: 10px;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .placeholderTitle__22fzr.active, .menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW.active {
    color: #877AC1;
    fill: #877AC1;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS .arrow__GNUfW.active {
    transform: rotate(180deg);
}
.menuBlock__3oOF7 .menuWrapper__2Y07l.providers__XBoga {position: absolute;left: -99999px;width: 100%;background: #0a1020;box-shadow: 0 15px 20px rgba(0,0,0,.5);z-index: 9999;top: 65px;display: flex;gap: 15px;flex-wrap: wrap;padding: 10px;}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX svg {
    width: 100%;
    height: 100%;
    color: #877AC1;
    transition: all .3s ease;
}
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l:hover .menuIcon__n64RX svg, .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l:hover .menuTitle__2JoP9 {
    color: #B1A5E7;
}
.menuBlock__3oOF7 .menuPlaceholder__3_YUS:hover .placeholderTitle__22fzr, .menuBlock__3oOF7 .menuPlaceholder__3_YUS:hover .arrow__GNUfW {
    color: #B1A5E7;
}

/* Other */
.footer .icon-telegram {
    width: 12px;
    height: 12px;
}

/* Footer */

.footer__1rwis {
    flex: none;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}
.footer__1rwis .paySystems__il0D9 {
    display: flex;
    width: calc(100% + 10px);
    padding-bottom: 5px;
    margin: 0 -10px 0;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:hover {
    opacity: .8;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 {
    width: calc(100%/8);
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all .14s ease-in-out;
    cursor: pointer;
    align-items: center;
    background: #0a1020;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 0;
}
.footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
    height: 24px;
}
.footer__1rwis .footerContent___lPOE {
    background: #20242d;
    padding: 20px 0;
    font-size: 11px;
    color: #525c71;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-grow: 0;
    justify-content: center;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
    display: inline-block;
    margin-right: 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a {
    display: flex;
    align-items: center;
    color: #828f9a;
    font-size: 11px;
    cursor: pointer;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a.active__nJtT5,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:focus,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:hover {
    color: #fff;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu:last-child {
    margin-bottom: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb {
    display: flex;
    width: 45%;
    flex-grow: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
    display: flex;
    margin-bottom: 10px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
    display: flex;
    align-items: center;
    border-right: 1px solid #2c3240;
    padding: 0 15px;
    color: #828f9a;
    font-size: 12px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    color: #525c71;
    fill: #525c71;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a img,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    height: 22px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW {
    width: 80px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW path {
    fill: #fff;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerCert__1aR6p {
    width: 22px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerCopyright__1Uv5V,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
    padding-bottom: 10px;
}
.footerLeft__1QZdl .footerCopyright__1Uv5V {
    color: #fff;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk,
.footerRight__29vcb .footerRight__29vcb {
    display: flex;
    text-align: right;
    max-width: 400px;
}
.rightWrapper__17QGx {
    overflow-wrap: break-word;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 900;
    width: 280px;
    flex-shrink: 0;
    padding: 20px 0;
}
.rightWrapper__17QGx .rightContent__2fFpD {
    display: flex;
    width: 100%;
    height: 100%;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w {
    height: 100%;
    padding: 20px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #1c2028;
    border-radius: 10px;
}
.rightWrapper__17QGx .rightTabs__3gwnC {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    flex: none;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg {
    margin-right: 10px;
    background-color: transparent;
    background-color: initial;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    color: #828f9a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    position: relative;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:last-child {
    margin-right: 0;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg svg {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:active,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:focus,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:hover {
    outline: none;
}
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg.rightCurrent__2CInI,
.rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv .liveItem__5j_Lg:hover {
    color: #fff;
    background: #242932;
}
@media (max-height: 479px) {
    .leftWrapper__3xArR .leftContainer__3SRCc .leftNav__3UNHu li {
        margin-bottom: 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1366px) {
    .rightWrapper__17QGx {
        width: 250px;
    }
}
@media (max-width: 1099px) {
    .rightWrapper__17QGx .rightTabs__3gwnC {
        margin-bottom: 19px;
    }
}
@media (max-width: 1099px) {
    .rightWrapper__17QGx {
        width: 240px;
    }
}
@media (max-width: 1099px) {
    .mainContainer__3Rh7f .section__2Wf1h {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 900px) {
    .content__3SF6F {
        padding: 0;
    }
    .wrapper__19VT9 {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .leftWrapper__3xArR {
        display: none;
    }
    .contentWrapper__3clZv .contentScroll__MSqqr {
        padding: 0 15px;
    }
    .contentWrapper__3clZv .contentScroll__MSqqr::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    .footer__1rwis,
    .mainContainer__3Rh7f .section__2Wf1h {
        padding: 0;
    }
    .footer__1rwis .paySystems__il0D9 {
        margin: 5px -10px 0;
        padding-top: 15px;
    }
    .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
        height: 20px;
    }
    .rightWrapper__17QGx {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        top: -2px;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        height: calc(100% - 50px);
        position: fixed;
        z-index: 999;
        padding: 0;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w {
        width: 100%;
        flex-direction: row;
        padding-top: 0;
    }
    .rightWrapper__17QGx.rightIsOpen__2e1uv {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .rightWrapper__17QGx .rightTabs__3gwnC {
        display: none;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT {
        height: calc(100% - 30px);
        padding: 0 15px;
    }
    .rightWrapper__17QGx .rightContent__2fFpD .rightContainer__19y5w .liveBox__2aZwT .liveParams__16nyv {
        padding: 10px 0 10px 5px;
    }
    .rightWrapper__17QGx .rightContent__2fFpD {
        padding-top: 10px;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
        text-align: center;
        margin: 10px 0;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
        padding-bottom: 20px;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb {
        border-bottom: none;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
        justify-content: center !important;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet a {
        margin: 0 10px;
    }
}
@media (max-width: 500px) {
    .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4 img {
        height: 18px;
    }
}
@media (max-width: 468px) {
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb {
        justify-content: space-between;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
        margin: 0 5px 5px 0;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
        margin: 0;
    }
    .footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
        border: 0;
        padding: 0;
        margin-right: 0;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de > span {
        display: inline-block;
    }
    .footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
        width: 100%;
        justify-content: space-between;
    }
}
.footer__1rwis .footerContent___lPOE {
    background: transparent;
    padding: 20px 0;
    font-size: 11px;
    color: #525c71;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-grow: 0;
    justify-content: center;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li {
    display: inline-block;
    margin-right: 10px;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu li:last-child {
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a {
    display: flex;
    align-items: center;
    color: #fffffffc;
    font-size: 11px;
    cursor: pointer;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a.active__nJtT5,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:focus,
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu a:hover {
    color: #B1A5E7;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerNav__2T9Bu:last-child {
    margin-bottom: 0;
}
.footer__1rwis .footerContent___lPOE .footerLeft__1QZdl .footerSocial__3_cce a svg {
    width: 14px;
    color: #e2e0e7;
    margin-right: 3px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb {
    display: flex;
    width: 45%;
    flex-grow: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    color: #fffffffa;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet {
    display: flex;
    margin-bottom: 10px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de {
    display: flex;
    align-items: center;
    border-right: 1px solid #2b2552;
    padding: 0 15px;
    color: #828f9a;
    font-size: 12px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    color: #525c71;
    fill: #525c71;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a img,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de a svg {
    height: 22px;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW {
    width: 80px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
svg.footerLicense__2cXyW, svg.footerCert__1aR6p {
    fill: #B1A5E7!important;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerLicense__2cXyW path {
    fill: #fff;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerLogos__3WJet .footerItem__3p3de .footerCert__1aR6p {
    width: 22px;
    height: 22px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.footer__1rwis .footerContent___lPOE .footerCopyright__1Uv5V,
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk {
    padding-bottom: 10px;
}
.footerLeft__1QZdl .footerCopyright__1Uv5V {
    color: #ffffff;
    width: 100%;
}
.footer__1rwis .footerContent___lPOE .footerRight__29vcb .footerName__9TDCk,
.footerRight__29vcb .footerRight__29vcb {
    display: flex;
    text-align: right;
    max-width: 400px;
}

/* Error 404 */

.error {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.error .code {
    font-size: 70px;
    font-weight: bolder;
    color: #B1A5E7;
}
.error .desc {
    color: #b1a5e7c9 ;
    font-size: 20px;
}
.error .btn {
    margin-top: 20px;
}

/* Error loader */

.slots-error {
    display: flex;
    width: 100%;
    height: calc(100vh - 736px);
    justify-content: center;
    align-items: center;
    min-height: 200px;
    flex-direction: column;
}
.error_paginate {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.error_paginate .code {
    font-size: 70px;
    font-weight: bolder;
}
.error_paginate .desc {
    color: #B1A5E7;
    font-size: 20px;
}
.error_paginate .btn {
    margin-top: 20px;
}

/* Scrollbar */

body::-webkit-scrollbar {
    width: 4px;
}
body::-webkit-scrollbar-track {
    background: #3E3370;
}
body::-webkit-scrollbar-thumb {
    background-color: #9089B4;
}
.header .top-nav::-webkit-scrollbar, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar {
    height: 3px;
    border-radius: 5px;
}
.header .top-nav::-webkit-scrollbar-track, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar-track {
    background: #0a1020;
}
.header .top-nav::-webkit-scrollbar-thumb, .menuBlock__3oOF7 .menuWrapper__2Y07l::-webkit-scrollbar-thumb {
    background: #1c1b1e;
}

/* Modal */

.bootstrap_modal-open__1W0fx {
    overflow: hidden;
}
.bootstrap_modal-open__1W0fx .bootstrap_modal__1ey2g {
    overflow-x: hidden;
    overflow-y: auto;
}
.bootstrap_modal__1ey2g {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.bootstrap_modal-dialog__3ExtY {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.bootstrap_modal__1ey2g.bootstrap_fade__2bz-l .bootstrap_modal-dialog__3ExtY {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (prefers-reduced-motion: reduce) {
    .bootstrap_modal__1ey2g.bootstrap_fade__2bz-l .bootstrap_modal-dialog__3ExtY {
        transition: none;
    }
}
.bootstrap_modal__1ey2g.bootstrap_show__3QkGU .bootstrap_modal-dialog__3ExtY {
    -webkit-transform: none;
    transform: none;
}
.bootstrap_modal__1ey2g.bootstrap_modal-static__1SxFd .bootstrap_modal-dialog__3ExtY {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.bootstrap_modal-dialog-scrollable__3hYrC {
    display: flex;
    max-height: calc(100% - 1rem);
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-footer__2JDxu,
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-header__rR2oq {
    flex-shrink: 0;
}
.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-body__3BMIL {
    overflow-y: auto;
}
.bootstrap_modal-dialog-centered__3ZJmC {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.bootstrap_modal-dialog-centered__3ZJmC:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
    max-height: none;
}
.bootstrap_modal-dialog-centered__3ZJmC.bootstrap_modal-dialog-scrollable__3hYrC:before {
    content: none;
}
.bootstrap_modal-content__vJRBa {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.bootstrap_modal-backdrop__3m-Mi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.bootstrap_modal-backdrop__3m-Mi.bootstrap_fade__2bz-l {
    opacity: 0;
}
.bootstrap_modal-backdrop__3m-Mi.bootstrap_show__3QkGU {
    opacity: 0.5;
}
.bootstrap_modal-header__rR2oq {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap_modal-header__rR2oq .bootstrap_close__2l4kQ {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.bootstrap_modal-title__11cML {
    margin-bottom: 0;
    line-height: 1.5;
}
.bootstrap_modal-body__3BMIL {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.bootstrap_modal-footer__2JDxu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap_modal-footer__2JDxu > * {
    margin: 0.25rem;
}
.bootstrap_modal-scrollbar-measure__2zFEf {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .bootstrap_modal-dialog__3ExtY {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .bootstrap_modal-dialog-scrollable__3hYrC {
        max-height: calc(100% - 3.5rem);
    }
    .bootstrap_modal-dialog-scrollable__3hYrC .bootstrap_modal-content__vJRBa {
        max-height: calc(100vh - 3.5rem);
    }
    .bootstrap_modal-dialog-centered__3ZJmC {
        min-height: calc(100% - 3.5rem);
    }
    .bootstrap_modal-dialog-centered__3ZJmC:before {
        height: calc(100vh - 3.5rem);
    }
    .bootstrap_modal-sm__Y-2yD {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .bootstrap_modal-lg__1foTl,
    .bootstrap_modal-xl__2bt8i {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .bootstrap_modal-xl__2bt8i {
        max-width: 1140px;
    }
}
.modal-open__40fNa {
    overflow: hidden;
}
.modal-open__40fNa .modal__9DmIr {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal__9DmIr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, opacity 0.15s ease !important;
    -webkit-transform: translateZ(0) scale(0.7);
    transform: translateZ(0) scale(0.7);
    opacity: 0;
}
.modal__9DmIr.show__XPVEw {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
}
.modal-dialog__3rKUR {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog-centered__2ccwP {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered__2ccwP:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-content__4J2al {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop__kIKne {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop__kIKne.fade__1znnZ {
    opacity: 0;
}
.modal-backdrop__kIKne.show__XPVEw {
    opacity: 0.5;
}
.modal-header__2pTpQ {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header__2pTpQ .close__QHGid {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title__Wgu_1 {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body__1BSqG {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer__2DHbD {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer__2DHbD > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer__2DHbD > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure__3hviI {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade__1znnZ,
    .modal__9DmIr.fade__1znnZ .modal-dialog__3rKUR {
        transition: none;
    }
}
@media (min-width: 1200px) {
    .modal-xl__16XJ_ {
        max-width: 1140px;
    }
    .modal-dialog__3rKUR {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered__2ccwP {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered__2ccwP:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm__1fSD2 {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg__201nC {
        max-width: 800px;
    }
}
@media (max-width: 900px) {
    body.modal-open__40fNa {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
.fade__1znnZ {
    transition: opacity 0.15s linear;
}
.fade__1znnZ:not(.show__XPVEw) {
    opacity: 0;
}
.modal-content__4J2al {
    background: linear-gradient(#3a4152, #2e3542);
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    border: none;
}
.modal-body__1BSqG {
    padding: 0;
}
.modal-dialog__3rKUR {
    max-width: 900px;
}
.modal-close__3fYMP {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    z-index: 99999;
}
.modal-close__3fYMP svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: #B1A5E7;
    transition: all 0.3s;
}
.modal-close__3fYMP:hover svg {
    opacity: .9;
}
.authModal__3YRvl {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}
@media (max-width: 500px) {
    .authModal__3YRvl {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
@media (max-width: 400px) {
    .authModal__3YRvl {
        width: 100%;
    }
}
.authModal__3YRvl .errorFallback__qO3Bx {
    max-width: 100%;
}
.authModal__3YRvl .modal-content__4J2al {
    background: #090f1e;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx {
    text-decoration: none;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: #2d3340;
    border-radius: 5px 5px 0 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI img {
    height: 28px;
    margin-bottom: 7px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authHead__3GUVI h3 {
    font-size: 11px;
    color: #838896;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD {
    padding: 25px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
    display: flex;
    flex-direction: column;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    display: flex;
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button {
    width: 50%;
    padding-bottom: 15px;
    position: relative;
    color: #c1c0cb;
    cursor: pointer;
    background: none;
    border: none;
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button.active__nJtT5 {
    color: #fff;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button.active__nJtT5:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #B1A5E7;
    left: 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authTabs__1i_ec button:hover {
    color: #d9d9d9;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 12px;
    position: relative;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg {
    width: 100%;
    display: flex;
    margin: 0 5px;
    font-size: 24px;
    font-weight: 400;
    height: 44px;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background-color: #3E3370;
    transition: .1s all;
    opacity: .8;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg:hover {
    opacity: .7;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .socialContainer__1PvsU .btnSocial__5Oleg svg {
    pointer-events: none;
    transition: .1s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 12px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 66%;
    display: none;
    height: 1px;
    background: hsla(0,0%,59.2%,.087);
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .captionLine__2_TJh span {
    background: #0e0e0e;
    display: flex;
    vertical-align: baseline;
    position: relative;
    padding: 0 10px;
    color: #c9c5e5;
    text-align: center;
    justify-content: center;
    width: min-content;
    margin: auto;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .formRow__1Efxo {
    margin-bottom: 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .btnAuth__1Zr1K {
    display: block;
    width: 100%;
    padding: 0;
    height: 50px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    transition: .15s all;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .btnAuth__1Zr1K:not(:disabled) {
    cursor: pointer;
    margin-top: 15px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .confirmAge__1thPD {
    font-size: 12px;
    color: rgba(177, 165, 231, 0.35);
    text-align: center;
    padding: 15px 0 0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .authForm__2G13f .confirmAge__1thPD a {
    color: #ffffffb0;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL {
    display: flex;
    margin-top: 10px;
    margin-bottom: -20px;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid hsla(0,0%,59.2%,.087);
    justify-content: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL button {
    background: 0 0;
    padding: 0;
    color: #b1a5e787;
    font-weight: 400;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN .lostPassword__3XYaL button:hover {
    background: 0 0;
    color: #bac2c8;
}
@media (max-width: 900px) {
    .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
        max-width: 380px;
        margin: auto;
        width: 100%;
    }
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah {
    width: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .tfaInfo__cD7pt {
    display: flex;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #2d3340;
    padding-bottom: 0.75em;
    color: #9da0a9;
    font-size: 15px;
    text-align: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM {
    display: flex;
    margin: 0 -6px 20px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM input {
    width: 16.66%;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: none;
    background-color: #1f232b;
    color: #fff;
    touch-action: manipulation;
    text-align: center;
    margin: 0 6px;
    font-size: 25px;
    font-weight: 700;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .codeRow__3yBPM input:focus {
    border: 1px solid #4986f5;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO {
    width: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo {
    margin-bottom: 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo .formField__14HU0 {
    position: relative;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .form__3SbMO .formRow__1Efxo .formField__14HU0 .input-field__1DbXX {
    height: 38px;
    border-radius: 3px;
    background: #1f232b;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO {
    display: flex;
    margin-bottom: -20px;
    padding: 10px 0;
    width: 100%;
    justify-content: center;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .or__1eQ3c {
    margin: 7px 10px 0;
    background: #464f57;
    width: 1px;
    height: 9px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .btn__gUKaT {
    background: transparent;
    padding: 0;
    color: #828f9a;
    font-weight: 500;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .changeForm__3PaqO .btn__gUKaT:hover {
    background: transparent;
    color: #bac2c8;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btn__gUKaT {
    width: calc(25% - 10px);
    display: flex;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 400;
    height: 44px;
    border-radius: 4px;
    justify-content: center;
    border-radius: 2.5px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnVk__2dZjm {
    background: #507299;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnVk__2dZjm:hover {
    background: #476688;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnFb__1VMUi {
    background: #3b5998;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnFb__1VMUi:hover {
    background: #344e86;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnOk__30fCg {
    background: #db8a37;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnOk__30fCg:hover {
    background: #d37d26;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnGl__nr8Zw {
    background: #db4437;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .socialAuth__3hq2z .btnGl__nr8Zw:hover {
    background: #c63024;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .btnAuth__1Zr1K {
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    width: 100%;
    margin-top: 3px;
    padding: 13px 20px;
    border-radius: 2.5px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span {
    display: inline-block;
    vertical-align: baseline;
    vertical-align: initial;
    position: relative;
    padding: 0 10px;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:after,
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(91, 98, 113, 0.5);
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:before {
    right: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .captionLine__2_TJh span:after {
    left: 100%;
}
.authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .fauthForm__33jah .confirmAge__1thPD {
    font-size: 12px;
    color: #828f9a;
    text-align: center;
    border-bottom: 1px solid #343b48;
    padding: 10px 0;
}
@media (max-width: 900px) {
    .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 900px) {
    .authModal__3YRvl {
        width: calc(100% - 14px);
        max-width: 360px;
    }
}
.twofaCreateModal__2zW4Y .bonusContent__Xx9Ij {
    padding: 20px!important;
}
.twofaCreateModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 450px!important;
}
.transferModal_2zW4Y .securityContainer__qmiHC {
    padding: 5px!important;
    padding-bottom: 1px;
}
.transferModal_2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 490px!important;
}
.walletModal_2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 1019px!important;
}
.walletModal_2zW4Y .modal-content__4J2al {
    max-width: 1019px!important;
}
.walletModal_2zW4Y .wallet-options {
    max-height: 590px;
    overflow-y: scroll;
}
.walletModal_2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 0!important;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar {
    width: 2px;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar-track {
    background: #3E3370;
}
.walletModal_2zW4Y .wallet-options::-webkit-scrollbar-thumb {
    background-color: #9089B4;
}
.bonusModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}
@media screen and (max-width: 500px) {
    .bonusModal__2zW4Y, .twofaCreateModal__2zW4Y, .transferModal_2zW4Y {
        width: calc(100% - 14px);
    }
}
.bonusModal__2zW4Y .modal-content__4J2al {
    background: #272d39;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU {
    display: flex;
    flex-direction: column;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid rgba(177, 165, 231, 0.05);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d121f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 15px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 5px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #18223b;
    color: #fff;
    align-items: center;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw {
    align-items: center;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm {
    align-items: center;
    display: flex;
    padding-right: 10px;
    height: 40px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm img {
    width: 32px;
    height: 32px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe {
    display: inline-flex;
    align-items: center;
    padding-left: 3px;
    position: relative;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe svg {
    color: #3077f7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: rgba(177, 165, 231, 0.6);
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 span {
    padding: 0 15px;
    background: #0d121f;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf {
    margin: 10px 10px 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #828f9a;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf:first-child {
    margin-left: 0;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf:last-child {
    margin-right: 0;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf > div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .timer__1tnCF .item__3oTLf span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 38px;
    border: 1px solid #343b48;
    margin-top: 5px;
    font-size: 17px;
    color: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .btnBoost__ygd6B {
    cursor: pointer;
    width: 240px;
    margin: 20px auto;
    height: 44px;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E {
    position: relative;
    display: flex;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E input {
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    background: #1d222b;
    color: #B1A5E7;
    border: 1px solid transparent;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ {
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -15px;
    padding: 18px;
    background: #2E265A;
    color: #B1A5E7;
    border-radius: 0 0 6px 6px;
    white-space: pre-line;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 360px;
    display: block;
    margin: 0 auto;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmIcon__2xelJ {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmText__1J0rN {
    font-size: 14px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmExtra__1gsLL {
    display: flex;
    text-align: center;
    color: #828f9a;
    margin: -10px 0 20px;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmActions__3qSI1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .confirmActions__3qSI1 .btn__gUKaT {
    padding: 12px 20px;
    width: calc(50% - 10px);
    justify-content: center;
    display: flex;
}

/* Other */

.inputField__2A282, .inputField__2A282+.inputSuffix__2Y654 {
    font-size: 16px;
}
.inputField__2A282 {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #fff;
    background: #222731;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
}
.btnSocial__5Oleg {
    border: none;
}
.btnSocial__5Oleg svg {
    fill: #B1A5E7;
}
.btn__gUKaT {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Rubik",Arial,sans-serif;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none!important;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn__gUKaT:hover {
    opacity: .85;
}
.emptyClass {
    text-decoration: none;
}
.recoveryHeader__1hlmk {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 15px;
    height: 50px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    color: #B1A5E7;
    margin-bottom: 15px;
}

/* Header */

.headerWalletContainer__2Na0Y {
    display: flex;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 {
    display: flex;
    position: relative;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC {
    display: flex;
    align-items: stretch;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 36px;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy {
    font-size: 15px;
    color: #fbfaff;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btn__gUKaT {
    width: auto;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA {
    display: flex;
    margin-left: 15px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 {
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    width: 60px;
    height: 40px;
    padding: 0 6px;
    cursor: pointer;
    justify-content: flex-start;
    border-radius: 4px;
    position: relative;
    border: none;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze {
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr, .header__1FrFX .header-inner__1H99u .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    width: 28px;
    height: 28px;
    background: #201b4261;
    border-radius: 32px;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou svg {
    fill: #f9f8ff;
    font-size: 14px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze svg {
    fill: #f5f2ff;
    font-size: 12px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr svg {
    font-size: 16px;
    margin-right: 2px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x {
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    z-index: 1080;
    display: none;
    min-width: 200px;
    margin: 12px 0 0;
    font-size: 1rem;
    color: #535a61;
    text-align: left;
    list-style: none;
    background-color: #1a1532;
    background-clip: padding-box;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 240px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI {
    padding: 0 12px;
    height: 54px;
    font-size: 14px;
    background: #0a1020;
    color: #fff;
    border-radius: 3px 3px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI a {
    color: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU {
    width: 27px!important;
    height: 27px!important;
    margin: 0 8px 0 0;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU>div {
    height: 27px!important;
    width: 27px!important;
    font-family: "Rubik",Arial,sans-serif;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI .avatar__2MOUU div div {
    font-size: 14px!important;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI a .name__PZlix {
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f3f1fb;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf.first__3EFpd {
    border-radius: 4px 4px 0 0;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:not(.b_active__b-pzJ__15eaA), .header__1FrFX .header-inner__1H99u .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:not([disabled]) {
    cursor: pointer;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf .iconWrapper__avoou {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #0d1430;
    border-radius: 2px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf .iconWrapper__avoou svg {
    font-size: 16px;
    fill: #e5e4eb;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf {
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    box-sizing: border-box;
    align-items: center;
    color: #fdfdfd;
    padding: 12px;
    font-size: 14px;
    background: #0d1322;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    font-size: 1rem;
    border-radius: 4px;
    white-space: nowrap;
    padding: 0;
    border: 0;
    line-height: normal;
    transition: none;
    border: 0;
    outline: none!important;
    background-color: transparent;
    background-color: initial;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceLabel__1SgFJ {
    text-transform: uppercase;
    font-size: 12px;
    color: #f3f1ff;
    margin: 1px 5px 4px 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: bolder;
    text-align: center;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U .animatedNumber__13268 {
    display: flex;
    align-items: center;
    position: relative;
}
.headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .headerWalletCurrencyInput__33O0x .btnCurrency__39_7M .currencyContent__277iR .balanceInput__12H2U .animatedNumber__13268 .balanceIcon__1N9bB {
    display: flex;
    margin-left: .3em;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: rgba(0,0,0,.5);
    display: flex;
    border: none;
    align-items: center;
}

.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnNormalA {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnNormalA a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: #f9f9f9;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf {
    transition: .15s all;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf:hover {
    opacity: .8;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk a {
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: #c9c9cb;
    display: flex;
    align-items: center;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .item__3oTLf.last__3Jq0i {
    border-radius: 0 0 4px 4px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnLogout__1b3Nk {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #2e265a;
    border-style: solid;
    border-width: 0 6px 8px;
    top: -8px;
    right: 12px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1.open__33xNT .menu__VeS-x {
    display: block;
}
.menu__VeS-x .item__3oTLf:focus, .menu__VeS-x .item__3oTLf:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f1f1f1;
    outline: none;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr svg.icon-close__33xrH {
    font-size: 9px;
}
.headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconSecond__121jr {
    width: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3001;
    background: #0b0916;
    transition: 0.7 ease-in-out;
}
/*.preloader::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}*/
.preloader__row {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
}
.preloader__row img {
    width: 170px;
    margin-bottom: 15px;
}
.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
.loaded_hiding .preloader {
    transition: .3s opacity;
    opacity: 0;
}
.loaded .preloader {
    display: none;
}
#circle-loader {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding-right: 10px;
    position: relative;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #fff;
    animation: rotateCircleLoader 0.8s infinite linear;
}
@keyframes rotateCircleLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.slots-loader {
    display: flex;
    width: 100%;
    min-height: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slots-loader .title {
    color: #fff;
}
.slots-loader #circle-loader {
    width: 50px;
    height: 50px;
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 15px;
}
.providers__XBoga .category__XBoga {
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    margin-right: 0;
    width: calc(25% - 11.3px);
    text-align: center;
    transition: .2s opacity;
}
.providers__XBoga .category__XBoga:hover .menuTitle__2JoP9 {
    color: #c2c1c5;
}
.category__XBoga .menuTitle__2JoP9 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fbfbff;
    transition: .15s all;
}
.category__XBoga.active .menuTitle__2JoP9 {
    color: #B1A5E7;
}

/* Slider */

.slots__slider {
    width: 100%;
    margin: 0 auto;
}
.slots__slider .slider__viewport {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 5px;
}
#slotsSlider {
    position: relative;
    width: calc(100% * 4);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.99);
}
#slotsSlider, #slotsSlider ul, #slotsSlider li {
    margin: 0;
    padding: 0;
}
.slots__slider .slide {
    width: calc(100%/4);
    list-style: none;
    display: inline;
    height: 280px;
    float: left;
}
.slots__slider .slide-img {
    width: 100%;
}
.slider__nav-btns {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.slots__slider .slider__nav-btn {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255 255 255 / 50%);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: 0.6s all;
}
.slots__slider .slider__nav-btn:hover {
    cursor: pointer;
}
.slots__slider .slider__nav-btn.active {
    background-color: #e7e7e7;
}

/* Wallet UI */

.game-container_wallet {
    border-radius: 7px;
    color: #cdcdcd;
}
.wallet-header {
    display: flex;
    justify-content: space-around;
    background: #0a1020!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #132129;
}
.wallet-header__item {
    display: block;
    padding: 15px 20px;
    flex: 1;
    text-align: center;
    position: relative;
    transition: 0.2s color;
    color: rgb(255 255 255 / 77%);
}
.wallet-header__item:hover {
    cursor: pointer;
    color: #B1A5E7;
}
.wallet-header__item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cdc6ec;
}
.wallet-header__item.active {
    color: #fbfbfb;
}
.wallet-body {
    display: flex;
    background: #090f1f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wallet-sidebar {
    flex: 1;
    padding: 25px;
    border-right: 1px solid rgb(177 165 231 / 20%);
}
.wallet-area {
    flex: 2;
    padding: 25px;
}
.wallet-options__item {
    display: flex;
    align-items: center;
    border: 1px solid rgb(177 165 231 / 20%);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
    outline: none;
    position: relative;
    transition: .25s border-color;
}
.wallet-options__item:hover,
.wallet-options__item.active {
    border-color: #031c37;
    cursor: pointer;
}
.wallet-options__item.active .wallet-options__item-comission {
    background: #fdfdfd;
    color: #000000;
}
.wallet-options__item-image {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    margin-right: 10px;
    background: #201b4261;
}
.wallet-options__item-image img {
    max-width: 100%;
    height: 22px;
}
.wallet-options__item-name {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}
.wallet-options__item-comission {
    margin-left: auto;
    margin-right: 11px;
    font-size: 11px;
    color: #ffffff;
    background: rgb(177 165 231 / 20%);
    padding: 1px 5px;
    border-radius: 3px;
    width: auto;
    height: 18px;
    min-width: 25px;
    position: relative;
}
.wallet-options__item-comission__checked {
    display: none;
}
.wallet-options__item-comission__checked:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #2E265A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wallet-options__item.active .wallet-options__item-comission__value-wrapper {
    display: none;
}
.wallet-options__item.active .wallet-options__item-comission__checked {
    display: block;
}
.wallet-sidebar__header {
    margin-bottom: 10px;
    color: #ffffff;
}
.payment-promo {
    display: none;
}
.small-placeholder::placeholder {
}
.wallet-area-select {
    margin-top: 10px;
    display: none;
}
.wallet-area__payway {
    display: flex;
    align-items: center;
    color: #f1eeff;
}
.wallet-area__payway-image {
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
}
.wallet-area__payway-name {
    color: #ffffff;
}
.wallet-area__row {
    color: #ffffff;
}
.wallet-area__delimiter {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.wallet-area__delimiter::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(177 165 231 / 20%);
    height: 1px;
    left: 0;
    top: 50%;
}
.wallet-area__delimiter_item {
    background: #0c0b18;
    position: relative;
    z-index: 55;
    padding: 0 20px;
    font-size: 15px;
    color: rgb(255 255 255 / 85%);
    font-weight: 800;
}
.wallet-area__payway-image {
    width: 20px;
    display: inline-block;
}
.wallet-area__payway-image img {
    max-width: 100%;
}
.sum-options {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 5px;
}
.sum-option-wrapper {
    width: 25%;
    padding: 5px;
}
.sum-option {
    background: 0 0;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid rgb(177 165 231 / 20%);
    color: #fbfaff;
    width: 100%;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    transition: all .15s ease-in-out;
}
.sum-option:hover {
    border-color: #B1A5E7;
    color: #B1A5E7;
    cursor: pointer;
}
.sum-option.active {
    border-color: #f7f7f7;
    color: #d8d8d9;
}
.sum-option__currency {
    font-size: 12px;
}
.wallet-input-wrapper {
    position: relative;
}
.payment-total {
    border: 2px solid #B1A5E7;
    padding: 20px;
    background: #201b42!important;
    border-radius: 5px;
}
.payment-total__first-row {
    display: flex;
}
.payment-sum {
    margin-right: 10px;
}
.payment-field {
    flex: 1;
}
.payment-field label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.validation-wrapper {
    position: relative;
}
.validation-message {
    position: absolute;
    z-index: 5;
    top: -29px;
    left: -2px;
    color: #ff4b4b;
    background: #0c0c0c;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
}
.wallet-input-wrapper {
    position: relative;
}
.game-sidebar__input {
    width: 100%;
    display: block;
    border: solid 1px rgb(57 49 91 / 40%);
    background: #0a1020;
    font-size: 16px;
    line-height: 45px;
    padding: 0 12px;
    color: #ffffff;
    outline: none;
    border-radius: 4px;
}
.wallet-input-currency {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #B1A5E7;
    font-size: 14px;
    padding-bottom: 1px;
    pointer-events: none;
}
.payment-total__second-row {
    display: flex;
    margin-top: 10px;
}
.promo-column {
    flex: 1;
    margin-right: 10px;
}
.payment-promocode-call {
    color: #f9f8ff;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px dashed;
}
.payment-promo {
    display: none;
}
.validation-message_bottom {
    bottom: -29px;
    top: auto;
}
.form-promocode {
    align-items: center;
    width: 100%;
    display: flex;
    max-width: 500px;
    margin: auto;
}
.promocode-input {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    min-width: 0;
}
.game-sidebar__play-button {
    padding: 15px 20px;
    border: none;
    background: #0d1322;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.promocode-activate-btn {
    border-radius: 0 4px 4px 0;
}
.promocode-activate-btn.activated {
    pointer-events: none;
}
.payment-result {
    flex: 1;
    margin-top: 5px;
}
.payment-result__row.hidden {
    display: none;
}
.payment-result__row {
    display: flex;
    font-size: 12px;
    color: #B1A5E7;
    margin-bottom: 5px;
}
.payment-result__row-dots {
    flex: 1;
}
.payment-result__row-value {
    color: #fcfbff;
    position: relative;
}
.payment-result__row_finish {
    font-weight: 800;
    font-size: 14px;
    margin-top: 7px;
}
.payment-result__row_finish .payment-result__row-label {
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #ffffff;
}
.payment-result__row-label {
    color: #ffffff;
}
.game-sidebar__play-button.game-sidebar__play-button_purple {
    width: 100%;
    margin-top: 15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
}
.myicon-down-arrow:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
}
[class^=myicon-], [class*=" myicon-"] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.payment-fake-row {
    flex: 1;
    margin-right: 10px;
}
.withdraw-result__row {
    flex: 1;
}
.withdraw-wallet-field {
    margin-top: 10px;
}
.payment-raffle {
    margin-top: 25px;
    color: #adadad;
    display: flex;
    align-items: center;
}
.payment-raffle__left {
    font-size: 50px;
    margin-right: 15px;
    color: #ffffff;
}
.myicon-clock:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e7";
}
.payment-raffle__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}
.payment-raffle__description {
    font-size: 12px;
    color: #ffffffc9;
}

/* Wallet UI History */

.user-profile-full-stats.user-profile-full-stats_dark {
    background: #0a1020;
    width: 100%;
    padding: 0;
}
.user-profile-full-stats {
    background: #151515;
    padding: 5px 25px 10px;
    min-height: 400px;
    border-radius: 7px;
    position: relative;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories {
    background: rgb(10 16 32);
    height: 60px;
    align-items: center;
    border-bottom: none;
}
.user-profile-caregories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category {
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 5px;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category_active {
    color: #ffffff;
    background: #0a1020;
    border-color: #0a1020;
}
.user-profile-caregories__category_active {
    color: #fff;
    border-bottom: 1px solid #7373ff;
}
.user-profile-caregories__category {
    position: relative;
    font-size: 13px;
    color: rgb(255 255 255 / 70%);
    margin-right: 20px;
    padding: 20px 5px;
}
.user-profile-full-stats.user-profile-full-stats_dark .user-profile-full-stats__content {
    padding: 5px 25px 10px;
}
.user-profile-full-stats__content {
    position: relative;
}
.info-block {
    color: #ffffff;
    margin: 10px 0 25px;
    padding: 15px 10px;
    background: #0a1020;
    font-size: 13px;
    border-radius: 3px;
    border-left: 3px #b1a5e7 solid;
    line-height: 1.5;
}
.games-table {
    border-collapse: collapse;
    width: 100%!important;
}
.games-table thead {
    border-bottom: 1px solid #f6f4ff;
}

.games-table__header-th {
    padding: 12px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.games-table__body-tr {
    border-bottom: 1px solid #000;
}
.games-table__body-td {
    text-align: left;
    padding: 18px 0;
    color: #fff;
    font-size: 13px;
}

.games-table__body-td_no_padding {
    padding: 0;
}
.status-success {
    color: #3ac430;
}
.status-warning {
    color: #ffc200;
}
.status-error {
    color: #dd2633;
}
.stats-table__pays th:nth-child(4), .stats-table__pays td:nth-child(4) {
    width: 20%;
    text-align: left;
}
.games-table__body-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.stats-table__pays .games-table__body-status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.games-table__body-status-image {
    margin-right: 8px;
    font-size: 15px;
    padding-top: 2px;
}
.myicon-success:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
}
.myicon-error:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
}
.myicon-warning:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f017";
}
.user-profile-caregories__category:hover {
    color: #B1A5E7;
    cursor: pointer;
}
.user-profile-caregories__category {
    transition: .2s color;
}
.games-table__body-wallet-image {
    width: 25px;
    vertical-align: middle;
}
.game-sidebar__input:disabled {
    opacity: .8;
}
.pointer {
    cursor: pointer;
}
.dataTables_length, .dataTables_filter, .dataTables_info {
    display: none;
}
.paginate_button {
    padding: 10px;
    outline: none;
    border: solid 1px #0a0f20;
    background: 0 0;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    transition: .2s color;
}
.paginate_button.disabled {
    opacity: .4;
}
.paginate_button.current {
    border-color: #B1A5E7;
    color: #B1A5E7;
}
.paginate_button.current:hover {
    color: #B1A5E7;
}
.paginate_button:hover {
    color: rgba(177, 165, 231, 0.8);
    cursor: pointer;
}
.dataTables_paginate {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}
.referrals .ref__block .dataTables_paginate {
    padding: 20px;
    background: #0A1020;
    border-radius: 0 0 5px 5px;
}
.dataTables_paginate span {
    display: flex;
    gap: 8px;
    color: #B1A5E7;
}
.games-colums__other, .games-colums__pays, .games-colums__withdraws {
    width: 100%;
}

/* Bonus */

.bonus {
    display: flex;
    gap: 20px;
}
.bonus .left {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 80%;
}
.bonus .right {
    width: 20%;
}
.bonus .right .socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bonus .right .socials .social {
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bonus .right .socials .social .info .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bonus .right .socials .social .info .description {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}
.bonus .right .socials .social .btn-social {
    width: fit-content;
    margin-top: 15px;
    transition: .15s all;
    padding: 12px;
    padding-left: 24px;
    padding-right: 25px;
    border-radius: 6px;
}
.bonus .right .socials .social .btn-social:hover {
    opacity: .9;
}
.bonus .right .socials .social.vkontakte .btn-social {
    background: #1B60AE;
}
.bonus .right .socials .social.telegram .btn-social {
    background: #117CB1;
}
.bonus .right .socials .social.vkontakte {
    background: #184D89;
}
.bonus .right .socials .social.telegram {
    background: #005F8E;
}
.bonus .upper {
    display: flex;
    gap: 20px;
    width: 100%;
}
.bonus .upper .daily {
    background: #0a1020;
    width: 30%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.bonus .upper .daily button {
    position: absolute;
    transition: .2s all;
    bottom: -15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
}
.bonus .upper .daily button:hover {
    opacity: .9;
}
.bonus .upper .daily .between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 17px;
    align-items: center;
    padding-right: 17px;
}
.bonus .upper .daily .between .image img {
    width: 90px;
}
.bonus .upper .daily .between .text {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 3px;
    font-family: sans-serif;
    align-items: end;
    font-weight: normal;
}
.bonus .upper .daily .between .text .primary {
    color: rgb(11 185 255);
}
.bonus .upper .daily .between .text .default {
    opacity: .9;
    color: #fbfbfbf5;
}
.bonus .upper .stats {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bonus .upper .stats .user {
    display: flex;
    gap: 13px;
    align-items: center;
}
.bonus .upper .stats .user .avatar img {
    width: 60px;
    border-radius: 10px;
}
.bonus .upper .stats .user .info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.bonus .upper .stats .user .info .username {
    font-family: sans-serif;
    font-size: 20px;
    color: #e7e6e7;
}
.bonus .upper .stats .user .info .rank {
    display: flex;
    gap: 3px;
    align-items: center;
    color: #c4c3c7;
}
.bonus .upper .stats .user .info .rank img {
    width: 25px;
}
.bonus .upper .stats .line {
    height: 100%;
    width: 100%;
    background: #0a1020;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bonus .upper .stats .line .titles {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: sans-serif;
    font-weight: bold;
}
.bonus .upper .stats .line .titles span {
    color: #ffffff;
}
.bonus .upper .stats .line .titles span.active {
    color: #38C69B;
}
.bonus .upper .stats .line .progress {
    width: 100%;
    height: 10px;
    background: #2b6563;
    border-radius: 5px;
    overflow: hidden;
}
.bonus .upper .stats .line .progress .progress__active {
    width: 25%;
    background: rgb(44 187 144);
    height: 100%;
    border-radius: 5px;
}
.bonus .upper .stats .line .info {
    display: flex;
    gap: 5px;
    color: rgb(255 255 255 / 95%);
    font-family: sans-serif;
    font-size: 14px;
    justify-content: space-between;
}
.bonus .table {
    background: transparent;
    display: flex;
    overflow: inherit;
    gap: 20px;
}
.bonus .table .table-left {
    width: 30%;
}
.bonus .table .table-left .title {
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(251 251 251 / 74%);
}
.bonus .table .table-right {
    border-radius: 10px;
    width: 100%;
    background: #0a0f20;
    display: flex;
}
.bonus .table .table-left .title.big {
    color: #f5f4f9;
    font-size: 21px;
    font-weight: bold;
}
.bonus .table .table-right .lvl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #0d121e;
}
.bonus .table .table-right .lvl:first-child {
    border-left: none;
}
.bonus .table .table-right .lvl span.variable {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(238 236 249 / 70%);
    border-bottom: 1px solid #1d1d1e;
}

.bonus .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px solid #35343d;
    color: #f4f7ff;
}
.bonus .table .table-right .lvl span i.fa-check {
    color: rgba(56, 198, 155, 1);
    font-weight: bold;
    font-size: 20px;
}
.bonus .table .table-right .lvl span i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 20px;
}
.bonus .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
}
.bonus .table .table-right .lvl .status {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 40px;
    height: 100%;
    max-height: 78px;
}
.bonus .table .table-right .lvl .status .need {
    height: 78px;
    padding: 12px;
    color: #dfdfdf;
    padding-bottom: 16.5px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.bonus .table .table-right .lvl .status .default {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(177, 165, 231, 0.5);
}
.bonus .table .table-right .lvl .status .primary {
    color: rgba(56, 198, 155, 1);
}
.bonus .table .table-right .lvl .status .btn {
    position: absolute;
    bottom: -16px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.9;
    transition: .15s all;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    color: #e9e9e9;
}
.bonus .table .table-right .lvl .status .btn:hover {
    opacity: 1;
}

/* Referrals */

.referrals {
    font-family: 'Open Sans';
}
.referrals .upper {
    display: flex;
    gap: 20px;
}
.referrals .upper .user {
    display: flex;
    gap: 12px;
    width: 50%;
    height: 70px;
}
.referrals .upper .user .avatar {
    height: 70px;
}
.referrals .upper .user .avatar img {
    width: 70px;
    border-radius: 10px;
}
.referrals .upper .link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.referrals .upper .user .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.referrals .upper .user .info .username {
    font-size: 20px;
    font-family: sans-serif;
    color: #f9f8fb;
}
.referrals .upper .user .info .lvl {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.referrals .upper .user .info .lvl .lvl__info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.referrals .upper .user .info .lvl .lvl__info .exp {
    font-weight: 400;
    font-family: 'Open Sans';
    color: #fffffffc;
    font-size: 13px;
}
.referrals .upper .user .info .lvl .lvl__info .exp.white {
    color: #fbfaff;
}
.referrals .upper .user .info .lvl .lvl__line {
    width: 100%;
    background: #1078a1;
    height: 10px;
    border-radius: 2px;
}
.referrals .upper .user .info .lvl .lvl__line .lvl__line--progress {
    height: 10px;
    background: rgba(56, 198, 155, 1);
    border-radius: 2px;
}
.referrals .upper .link label {
    color: rgb(255 255 255 / 97%);
}
.referrals .upper .link .link__form {
    display: flex;
    gap: 10px;
    height: 100%;
}
.referrals .upper .link .link__form input {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    border: none;
    background: #0a1020;
    color: #ffffff;
    transition: .2s all;
    outline: none;
    padding: 15px;
}
.referrals .upper .link .link__form .form__copy {
    width: 55px;
    background: #0a1020;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    transition: .2s all;
    color: #f9f9f9;
}
.referrals .upper .link .link__form .form__copy:hover, .referrals .upper .link .link__form input:hover {
    opacity: .9;
}
.referrals .stats {
    gap: 20px;
    margin-top: 25px;
    display: flex;
    width: 100%;
}
.referrals .stats .stats__block {
    width: 100%;
    background: #0a1020;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    gap: 4px;
}
.referrals .stats .stats__block .count {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 30px;
    margin-bottom: 5px;
}
.referrals .stats .stats__block .title {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #ffffff;
}
.referrals .stats .stats__block .desc {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 12px;
    color: #f6f4ff;
    font-family: 'Open Sans';
}
.referrals .stats .stats__block .btn {
    position: absolute!important;
    bottom: -15px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    padding: 10px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .2s all;
}
.referrals .stats .stats__block .btn:hover {
    opacity: .9;
}
.referrals .ref__table {
    margin-top: 27.5px;
}
.referrals .ref__table .tabs {
    display: flex;
    gap: 20px;
}
.referrals .ref__table .tabs .tab {
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .2s opacity;
    color: #ffffffcf;
}
.referrals .ref__table .tabs .tab:hover {
    opacity: .8;
}
.referrals .ref__table .tabs .tab.active:hover {
    opacity: 1;
}
.referrals .ref__table .tabs .tab.active {
    border-bottom: 3px solid #9089B4;
}
.referrals .ref__table .ref__block {
    background: #0a1020;
    border-radius: 5px;
    margin-top: 20px;
}
.referrals .ref__table .ref__block.hidden {
    display: none;
}
.referrals .ref__table .ref__block .ref__head {
    display: flex;
    width: 100%;
}
.referrals .ref__table .ref__block .ref__thead {
    border-bottom: none!important;
}
.referrals .ref__table .ref__block .ref__head .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #0d1423;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.referrals .ref__table .ref__block .ref__head .ref__td:hover {
    opacity: .8;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el:hover {
    background: #2e265a63;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #b1a5e7ba;
    text-align: center;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td.lose, .referrals .stats .stats__block .count.lose, .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td .lose, .referrals .stats .stats__block .count .lose {
    color: #FF4155;
}
.referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td.win, .referrals .stats .stats__block .count.win, .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td .win, .referrals .stats .stats__block .count .win {
    color: #38C69B;
}

/* Ranks */

.ranks {
    background: #0a0f20;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #cdcdcd;
}
.window-heading {
    background: #0a1020;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fafbff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-family: sans-serif;
}
.ranks .ranks__head {
    display: flex;
    width: 100%;
}
.ranks .ranks__thead {
    border-bottom: none!important;
}
.ranks .ranks__head .ranks__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #0a1020;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.ranks .ranks__head .ranks__td:hover {
    opacity: .8;
}
.ranks .ranks__tbody .ranks_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
    border-bottom: none;
}
.ranks .ranks__tbody .ranks_el.not-reached {
    opacity: .2;
}
.ranks .ranks__tbody .ranks_el:not(.not-reached):hover {
    background: #2e265a63;
}
.ranks .ranks__tbody .ranks_el.not-reached:hover {
    background: #dd26330d;
}
.ranks .ranks__tbody .ranks_el .ranks__td i.fa-check {
    color: #38C69B;
    font-weight: bold;
    font-size: 20px;
}
.ranks .ranks__tbody .ranks_el .ranks__td .lose {
    color: #FF4155;
}
.ranks .ranks__tbody .ranks_el .ranks__td .win {
    color: #38C69B;
}
.ranks .ranks__tbody .ranks_el .ranks__td i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 22px;
}
.ranks .ranks__tbody .ranks_el .ranks__td {
    width: 100%!important;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #ffffffba;
    transition: .15s color;
}
.ranks .ranks-table .rank-name .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranks .ranks-table td .color {
    color: #fff;
}
.ranks .ranks-table td .img img {
    width: 35px;
}
.ranks .subheading {
    padding: 18px;
    background: #0a0e20;
}
.ranks .subheading h3 {
    font-weight: 400;
    font-size: 16px;
    color: #877AC1;
}
.ranks .rules-paragraph {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}
.ranks .ranks-description {
    border-top: 1px solid #0a0e20;
}

/* FAQ */

.faq-component {
    background: #090f20;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
}
.faq-component .help-q {
    border: 1px solid #201B42;
    padding: 15px;
    color: #ffffff;
    border-radius: 4px;
    transition: .2s color;
    cursor: pointer;
    margin: 25px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background: #201B42;
}
.faq-component .help-q.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.faq-component .help-q .arrow {
    transition: .15s all;
}
.faq-component .help-q.active .arrow {
    transform: rotate(180deg)
}
.faq-component .help-a {
    border: 2px solid #453e77;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    margin: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    display: none;
}
.faq-component .help-a.active {
    display: block;
}
.faq-component .faq-info {
    margin: 25px;
    margin-bottom: 0;
    color: #bab9bf;
    cursor: pointer;
    transition: .2s all;
}
.faq-component .faq-info i {
    margin-right: 5px;
}
.faq-component .faq-info:hover {
    color: #fff;
}
.faq-component .faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #11192f;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 4px;
    font-family: sans-serif;
}
.faq-component .faq-caption {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.faq-component .faq-head .faq-link {
    font-size: 16px;
}
.faq-component .contact-us {
    display: flex;
    margin: 25px;
}
.faq-component .contact {
    flex: 1;
    border: 2px solid #222b45;
    border-radius: 5px;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.faq-component .contact__link .colored-link {
    color: #ffffff96;
}
.faq-component .contact:last-of-type {
    margin-right: 0;
}
.faq-component .contact__image {
    font-size: 30px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #0a1020;
    color: #ffffff;
}
.faq-component .contact__goto i {
    transform: rotate(90deg);
}
.faq-component .contact__image .fa-envelope:before {
    font-weight: 400;
}
.faq-component .contact__info {
    margin-left: 15px;
    line-height: 1.45;
}
.faq-component .contact__title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 2px;
}
.faq-component .contact__link {
    font-size: 13px;
    margin-bottom: 2px;
}
.faq-component .contact__goto {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.faq-component .contact-time {
    color: #ffffff;
}
.faq-component .contact__goto a {
    background: #000000;
    padding: 6px 15px 7px;
    border-radius: 5px;
    transition: .2s all;
    color: #efebff;
}
.faq-component .contact__goto a:hover {
    background: #B1A5E7;
    color: #fff;
}
.faq-component .text-heading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 25px;
}
.faq-component .faq-other {
    display: flex;
    flex-wrap: wrap;
    margin: 25px;
    margin-bottom: 0;
    color: #fff;
}
.faq-component .faq-other p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 100%;
}
.faq-component .faq-other p:last-child {
    margin-bottom: 0;
}
.faq-component .faq-other h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}
.faq-component .faq-other .edited, .faq-component .faq-other .license {
    color: #554F82;
}
.faq-component .faq-other .edited.b20 {
    margin-bottom: 20px;
}

/* Widget */

#chatra:not(.chatra--expanded) {
    visibility: hidden!important;
    opacity: 0!important;
    pointer-events: none;
}

/* Slots Addon */

@media (max-width: 1099px) {
    .gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1366px) {
    .gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
        margin-left: 14px;
        margin-right: 14px;
    }
}
.gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB {
    margin: 20px 12px 0;
}
.gamesBoxTitle__MAAoA:first-child {
    margin-top: 20px;
}
@media (max-width: 1099px) {
    .gamesBoxTitle__MAAoA {
        margin: 20px auto;
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .gamesBoxTitle__MAAoA {
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px);
    }
}
.gamesBoxTitle__MAAoA {
    margin: 30px 0px 20px;
    width: calc(100% + 28px);
}
.gamesBoxTitle__MAAoA .title__y13uG {
    display: flex;
    justify-content: left;
    align-items: center;
}
.gamesBoxTitle__MAAoA .title__y13uG i {
    margin-bottom: -3px;
    color: #877AC1;
    font-size: 20px;
}
.gamesBoxTitle__MAAoA .title__y13uG h4 {
    color: #B1A5E7;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}
@media (max-width: 1099px) {
    .gamesBox__dsShl {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .gamesBox__dsShl {
        margin-left: -12px;
        margin-right: -12px;
    }
}
.gamesBox__dsShl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -15px;
    gap: 15px;
}
@media (max-width: 1180px) {
    .gamesBox__dsShl>.item__-P63N {
        width: 23%;
    }
}
.gamesBox__dsShl>.item__-P63N {
    margin: 0 0 15px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .15s all;
    width: calc(16.7% - 20px);
    will-change: transform;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    position: relative;
    width: 100%;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 {
    opacity: 1;
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px);
}
.gamesBox__dsShl>.item__-P63N .card__without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px);
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .thumb__Dux8T .img__\+EW\+V {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s all;
    width: 100%;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt {
    margin-left: 0px;
    margin-top: 8px;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt .name__a-Vab {
    color: #B1A5E7!important;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gamesBox__dsShl>.item__-P63N .card__MIY9a .bottom__GDgCt .provider__BfCwc {
    color: #877AC1!important;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1099px) {
    .providersBox__3AQV\+ {
        margin: 0 auto;
        width: 100%;
    }
}
.providersBox__3AQV\+ {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
}
.gameContentWrapper__BSsCu .gamesBoxOnGame__OvPBB .providersBox__3AQV\+ .item__-P63N {
    background-color: #1d2028;
}
@media (max-width: 1400px) {
    .providersBox__3AQV\+>.item__-P63N {
        width: 23.5%;
    }
}
.providersBox__3AQV\+>.item__-P63N {
    background-color: #110f25;
    border-radius: 10px;
    cursor: pointer;
    height: 70px;
    width: 100%;
    transition: .2s all;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T {
    border-radius: 5px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T img {
    -webkit-filter: invert(52%) sepia(71%) saturate(296%) hue-rotate(210deg) brightness(85%) contrast(84%);
    filter: invert(52%) sepia(71%) saturate(296%) hue-rotate(210deg) brightness(85%) contrast(84%);
    margin: auto;
    max-height: 65%;
    max-width: 80%;
    transition: .15s all;
}
.providersBox__3AQV\+>.item__-P63N:nth-child(3) .card__MIY9a .thumb__Dux8T img {
    max-height: 80%;
    width: auto;
}
.providersBox__3AQV\+>.item__-P63N .card__MIY9a .thumb__Dux8T:hover img {
    -webkit-filter: invert(63%) sepia(62%) saturate(220%) hue-rotate(210deg) brightness(98%) contrast(89%);
    filter: invert(63%) sepia(62%) saturate(220%) hue-rotate(210deg) brightness(98%) contrast(89%);
}

/* Slots Overlay */

@media (max-width: 499px) {
    .gameOverlay__nofF3 {
        padding-top: 14%;
    }
}
.gamemode-without {
    transition: all .2s linear;
}
.gameOverlay__nofF3 {
    height: 100%;
    background-color: #0a102091;
    bottom: 0;
    display: flex;
    opacity: 0;
    flex-flow: column nowrap;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .15s linear;
    margin-top: 0!important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
      z-index: 1;
}
.gameOverlay__nofF3 .btn__-ht7h {
    position: absolute;
    top: -33px;
    transition: .15s all;
}
@media (max-width: 499px) {
    .gameOverlay__nofF3 .playReal__e50xN {
        font-size: 12px;
        padding: 4% 22%;
    }
}
.gameOverlay__nofF3 .playReal__e50xN {
    border-radius: 100px;
    padding: 17px 30px;
}
.gameOverlay__nofF3 .playReal__e50xN.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .8;
}
.btn__-ht7h:not(.btnLight__TTjOc).btnGreen__HMGLx {
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    border: none;
    color: #fff;
.btn__-ht7h: not(.btnLight__TTjOc).btnGreen__HMGLx;
    opacity: 0.8;
}
@media (max-width: 499px) {
    .gameOverlay__nofF3 .playDemo__g1bG3 {
        font-size: 11px;
    }
}
.gameOverlay__nofF3 .playDemo__g1bG3 {
    border-bottom: 1px dotted #fff!important;
    color: #fff!important;
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    bottom: -15px;
    transition: .15s all;
}
.gameOverlay__nofF3 .playDemo__g1bG3:hover {
    color: #fff!important;
    border-color: #fff!important;
}
.item__-P63N .gameOverlay__nofF3 {
    height: 100%;
}
.item__-P63N .bottom__GDgCt {
    margin-left: 5px;
}
.btn__-ht7h {
    transition: .15s all;
}
.btn__-ht7h:hover {
    opacity: .9;
}

/* Index Slots Search */

.menuBlock__3oOF7 .menuSearch__3_YUS {
    cursor: pointer;
    width: 20%;
    background-color: #0a1020;
    align-items: center;
    display: flex;
    border-bottom-right-radius: 5px;
    gap: 15px;
    margin-left: .5%;
}
input::placeholder {
    color: #fff;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .icon {
    font-size: 25px;
    color: #fcfcff;
    width: auto;
    padding-left: 15px;
    height: auto;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .input {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .input input {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 16px;
    height: 100%;
    padding-right: 15px;
    color: #f6f5f9;
    outline: none;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .placeholderTitle__22fzr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #828f9a;
    transition: all .3s ease;
    line-height: 30px;
    font-size: 16px;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW {
    width: 18px;
    height: 14px;
    color: #828f9a;
    transition: .2s;
    margin-left: 10px;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .placeholderTitle__22fzr.active, .menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW.active {
    color: #fff;
    fill: #fff;
}
.menuBlock__3oOF7 .menuSearch__3_YUS .arrow__GNUfW.active {
    transform: rotate(180deg);
}

/* Tooltip Other */

.tippy-box {
    margin-bottom: 5px;
}

/* Tooltip Mobile Sheet Theme */

.tippy-box[data-theme~='mobile-bottom'] {
    background: #2e265a;
    color: #B1A5E7;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #2e265a;
}
.tippy-box[data-theme~='mobile-bottom'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #2e265a;
}

/* Tooltip Dark Theme */

.tippy-box[data-theme~='dark'] {
    background: #2E265A;
    color: #B1A5E7;
}
.tippy-box[data-theme~='dark'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #2E265A;
}
.tippy-box[data-theme~='dark'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #2E265A;
}

/* Tooltip Demo Theme */

.tippy-box[data-theme~='demo'] {
    background: #FF4155;
    color: #fff;
}
.tippy-box[data-theme~='demo'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #FF4155;
}
.tippy-box[data-theme~='demo'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #FF4155;
}

/* Tooltip Real Theme */

.tippy-box[data-theme~='real'] {
    background: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #38C69B;
}
.tippy-box[data-theme~='real'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #38C69B;
}

/* Modal Settings */

.settingsContainer__3UC3e {
    padding: 0;
    width: 100%;
    display: flex;
    border-radius: 5px;
    position: relative;
    gap: 1.5%;
}
.settingsContainer__3UC3e .sidebar__2KSyK {
    width: 25%;
    background: #0a1020;
    padding: 25px 0;
    border-radius: 5px;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #2e265a;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #f4f2ff;
    position: relative;
    overflow: hidden;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq .avatar__2MOUU>div {
    height: 88px!important;
    width: 88px!important;
    border-radius: 50%!important;
    position: relative!important;
    font-family: "Rubik",Arial,sans-serif;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: auto;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix .btnName__Zsu34 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
}
.settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .name__PZlix .btnName__Zsu34 i {
    position: relative;
    top: 0.05em;
    margin-left: 5px;
    font-size: 13px;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    padding: 0 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    height: 50px;
    color: #ffffff;
    line-height: 14px;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:last-child, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5:last-child {
    border-bottom: 1px solid #2e265a;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 {
    color: #ffffff;
    background: #2d264f;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 {
    height: 52px;
    cursor: pointer;
    border-top: 1px solid #080c14;
    color: #ffffff;
    transition: .15s all;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37, .settingsContainer__3UC3e .sidebar__2KSyK div .navLabel__1NMK9 {
    padding: 0 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 .navIcon__3PUPd {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    padding: 6px;
    border-radius: 3px;
    background: #111a35;
    display: flex;
    align-items: center;
    justify-content: center;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd {
    display: none;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd i, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:hover, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 .navIcon__3PUPd i, .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37:hover .navIcon__3PUPd i {
    color: #B1A5E7;
}
.settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37 .navIcon__3PUPd i {
    color: #ffffff;
    transition: .15s all;
    width: auto;
}
.settingsModal__3YRvl {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS {
    width: 75%;
    padding: 25px;
    position: relative;
    background: #0a0f20;
    border-radius: 5px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .caption__352lm {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ffffff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM {
    margin-bottom: 12px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM label {
    font-size: 13px;
    color: rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    background: #423879!important;
    outline: none!important;
    border-radius: 5px!important;
    color: #ffffff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #222731!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO {
    position: relative;
}
.inputField__2A282, .inputField__2A282+.inputSuffix__2Y654 {
    font-size: 16px;
}
.inputField__2A282 {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #ffffff;
    background: #ffffff!important;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
}
.inputField__2A282::placeholder {
    color: rgba(177, 165, 231, 0.35);
}
.settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO .btnAppend__8lfKr {
    color: #ffffff;
    height: 34px;
    display: flex;
    align-items: center;
    background: #080c14;
    margin-right: 6px;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 120px;
    justify-content: center;
    text-align: center;
}
.settingsContent__3oyNS.hidden {
    display: none;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .plus__QtpHm {
    font-size: 34px;
    line-height: 30px;
    display: flex;
    color: #fefeff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg.vk__2I9cM {
    background-color: #4C7CA8;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg {
    height: 38px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #363c4a;
    margin-left: 12px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: .15s all;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg:hover {
    opacity: .9;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div:first-child {
    margin-right: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div {
    width: 100%;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN {
    padding: 20px;
    display: flex;
    border: 1px solid #1d2a45;
    border-radius: 5px;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN .text__1lkuk {
    padding-right: 15px;
    position: relative;
    z-index: 1;
    color: #f6f4ff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN button {
    white-space: nowrap;
    position: relative;
    margin-left: auto;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    color: #B1A5E7;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputLabel__hi5c8 {
    font-size: 13px;
    color: rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit][disabled] {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit] {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ>div .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #fff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #222731!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN img {
    position: absolute;
    height: 280px;
    top: -100px;
    right: -30px;
    opacity: .1;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 {
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #1a2743;
    white-space: nowrap;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th {
    text-align: center;
    /*width: 20%;*/
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr td:first-child, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table thead tr th:first-child {
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #ffffffba;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr th {
    text-align: center;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td:first-child, .settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr th:first-child {
    text-align: left;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td:first-child {
    padding-left: 0;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td div.active__nJtT5 {
    color: #62ca5b;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .withPager__3kagV .list__21f09 .responsive__1VSTa table tbody tr td div.expired__3Z_v1 {
    color: #e86376;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyDescription__3sNu3 {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fdfdff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt {
    padding: 20px;
    background: #0a1020;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 8px dotted #251f4b7d;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    top: -4px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:after, .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 8px dotted #080c14;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt:after {
    bottom: -4px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh {
    margin-bottom: 1em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .inputLabel__hi5c8 {
    font-size: 13px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp {
    display: inherit;
    width: inherit;
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    border-radius: 5px;
    background-color: #2E265A!important;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label .btnAppend__8lfKr {
    color: #fcfbff;
    height: 34px;
    display: flex;
    align-items: center;
    background: #363c4a;
    margin-right: 6px;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 120px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label .btnAppend__8lfKr:hover {
    opacity: .9;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh label .btnAppend__8lfKr {
    background-color: #3F366F!important;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div:first-child {
    margin-right: 20px;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div {
    width: 100%;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div label {
    font-size: 13px;
    color: #f9f8ff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u {
    position: relative;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u .inputControl__3_JER {
    height: 46px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #ffffff;
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
}
.settingsContainer__3UC3e .inputControl__3_JER {
    border: 2px solid transparent!important;
    background-color: #2E265A!important;
    color: #fbfbfb;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .colHalf__1XQ7A>div .inputSelect__1mh6u:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0.75em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    border-color: #B1A5E7 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}
.settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .submit__2i_TX {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 20px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: background-color .1s linear;
    border-radius: 5px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(79%) sepia(19%) saturate(2762%) hue-rotate(196deg) brightness(97%) contrast(86%);
}

/* Live System */

.live {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 10;
    width: 300px;
    height: calc(100vh - 100px);
    border-left: 1px solid rgba(86, 74, 143, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.live::-webkit-scrollbar {
    display: none;
}
.live .item {
    margin-bottom: 10px;
    transform: translateX(-150%);
    animation: live_animation .25s both linear;
}
@keyframes live_animation {
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.live .item.slot {
    background: #0a1020;
    padding: 12px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    position: relative;
    overflow: hidden;
}
.live .item.slot .info .slot {
    color: #f7f7f7de;
}
.live .item.slot .image {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    min-width: 70px;
}
.live .item.slot .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 17px;
}
.live .item.slot .info .username {
    color: #ffffffc9!important;
    width: 99999px;
}
.live .item.withdraw {
    background: #3e337038;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    transition: .15s all;
    color: #b1a5e7ba;
}
.live .item.withdraw b {
    color: #b1a5e7e3;
}
.live .item.withdraw:hover {
    opacity: .8;
}
.live .item.withdraw .username {
    color: #7264B3!important;
}
.live .item:hover .hover {
    opacity: 1;
}
.live .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background: #0a1020b3;
    border-radius: 5px;
    opacity: 0;
    transition: .15s all;
}
.live .item .hover .btn {
    border-radius: 5px;
}
.live .item .hover .btn-danger {
    background: #FF4155;
    border-color: #FF4155;
}
.live .item .hover .btn-danger:hover {
    opacity: .9;
}
.live .item .hover .btn-primary {
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    border-color: linear-gradient(153deg,#74d773d1,#3c993b);
}
.live .item .hover .btn-primary:hover {
    opacity: .9;
}
.live .item .hover .btn-primary.disabled {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed;
}
.live .not {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #fbfbff;
}
.live .item .info .amount.lose {
    color: #FF4155;
}
.live .item .info .amount.win {
    color: #38C69B;
}
.live .item .info .amount {
    color: #38C69B;
}

/* History Slots */

.games-table__history-slots {
    display: table;
    min-width: 400px;
    overflow-x: auto;
}
.ranks.without-history .dataTables_paginate {
    padding: 20px;
    background: #0a1020;
    border-radius: 0 0 5px 5px;
}
.ranks.without-history .paginate_button:not(.current), .referrals .ref__block .paginate_button:not(.current) {
    border: solid 1px #0f1627;
}

/* Fix */

.cancel-withdraw {
    background: #FF4155;
    color: #fff;
    justify-content: center;
    padding: 6px;
    border-radius: 10px;
    width: fit-content;
    padding-left: 13px;
    padding-right: 13px;
    transition: .15s all;
}
.cancel-withdraw:hover {
    opacity: .9;
}

/* Promocode Modal */

.bonusModal__2zW4Y {
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}
.bonusModal__2zW4Y .modal-content__4J2al {
    background: #131a2b;
}
.bonusContainer__2rhpU {
    display: flex;
    flex-direction: column;
}
.bonusContainer__2rhpU .bonusHeader__3--7l {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.087);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d3340;
    font-family: sans-serif;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #343b48;
    color: #b7bece;
    align-items: center;
    display: flex;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij {
    padding: 15px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw {
    align-items: center;
    display: flex;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm {
    align-items: center;
    display: flex;
    padding-right: 15px!important;
    height: 40px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .emoji__I5LNm img {
    width: 32px;
    height: 32px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS .alertWrapper__16IIw .textWrap__1wRVf .link__IngDe svg {
    color: #3077f7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #343b48;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .labelLine__K-o78:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #343b48;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ {
    display: flex;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E {
    position: relative;
    display: flex;
}
.inputRow__3tkLM {
    margin-bottom: 12px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E .btn__gUKaT {
    cursor: pointer;
    display: flex;
    height: 44px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    font-size: 14px;
    background: linear-gradient(161deg,#0f63e1,#6d33ca);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    min-width: 120px;
}
.bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ {
    margin-top: 10px!important;
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -15px;
    padding: 18px;
    background: #7373ff;
    color: #828f9a;
    border-radius: 0 0 6px 6px;
    white-space: pre-line;
}
.bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 440px;
    display: block;
    margin: 0 auto;
}
.bonus {
    flex-direction: column;
    gap: 20px;
}
.bonus .left, .bonus .right {
    width: 100%;
}
.bonus .right .socials {
    flex-direction: row;
}
.mobile-bottom {
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #201B42;
    width: 100%;
    display: none;
    transition: .15s all;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
}
.mobile-bottom .items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.mobile-bottom .items .item {
    background: #0a1020;
    padding: 10px;
    color: #ffffffad;
    width: 100%;
    text-align: center;
    font-size: 18px;
    transition: .15s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
}
.mobile-bottom .items .item .icon {
    width: 18px;
    height: 18px;
}
.mobile-bottom .items .item .name {
    font-size: 9px;
}
.mobile-bottom .items .item.active {
    background: #080c14;
    color: #e4deff;
}
.mobile-bottom .items .item:hover {
    background: #0e1423;
    color: #B1A5E7;
}
.mobile-bottom .button.tournament {
    right: 128px;
}
.mobile-bottom .button {
    position: absolute;
    top: -32px;
    background: #2b2552;
    padding: 6px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 5px 5px 0 0;
    color: #B1A5E7;
    right: 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.mobile-bottom.hide {
    bottom: -60px;
}
.mobile-bottom .button i {
    margin-right: 3px;
}
.mobile-bottom.hide .button i {
    transform: rotate(180deg);
}
.rank-icon {
    cursor: pointer;
}
.dataTables_empty {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #ffffff;
    padding-top: 10px;
}
.settingsContainer__3UC3e .avatar__2MOUU img {
    cursor: pointer;
    transition: .15s all;
}
.settingsContainer__3UC3e .avatar__2MOUU img:hover {
    opacity: .8;
}
.securityContainer__qmiHC .disabled__JfkWp {
    opacity: .5;
    pointer-events: none;
}

/* 2FA */

.item__UX8N- {
    border-bottom: 1px solid rgba(177, 165, 231, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.item__UX8N- .title__ppIsC {
    color: #a5acbb;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N-.flexRow__Ld2GZ {
    flex-direction: row;
}
.item__UX8N-.flexRow__Ld2GZ .image__ISUjq {
    background: #fff;
    height: 130px;
    margin-right: 15px;
    min-width: 130px;
    width: 130px;
}
.item__UX8N- .title__ppIsC {
    color: #a5acbb;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N- .divider__69Gne {
    display: block;
    height: 10px;
}
.item__UX8N- .title__ppIsC {
    color: #B1A5E7;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.item__UX8N- .secretCode__2u2h\+ {
    align-items: stretch;
    display: flex;
    margin-top: 5px;
    position: relative;
}
.item__UX8N- .secretCode__2u2h\+ .value__pKbLF {
    background: #2E265A;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    padding: 3px 10px;
    color: #B1A5E7;
}
.item__UX8N- .secretCode__2u2h\+ button {
    border-radius: 0 3px 3px 0;
    padding: 3px 17px;
    position: relative;
    background: transparent;
    fill: #fff;
    background: #2E265A;
    border: none;
}
.item__UX8N- .secretCode__2u2h\+ button svg {
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.item__UX8N- .secretCode__2u2h\+ .copyTooltip__yReP8 {
    bottom: 50px;
    left: auto;
    pointer-events: none;
    right: 0;
    width: 100px;
}
.item__UX8N-:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item__UX8N- .inputRow__FXOqc {
    margin-bottom: 12px;
}
.item__UX8N- .inputRow__FXOqc label {
    align-items: center;
    color: rgba(177, 165, 231, 0.6);
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 0.65em;
    text-transform: uppercase;
}
.inputField__FfPJ-, .inputField__FfPJ- input, .inputField__FfPJ- input+.inputSuffix__LWSeB, .inputField__FfPJ-+.inputSuffix__LWSeB {
    font-size: 16px;
}
.inputField__FfPJ-, .inputField__FfPJ- input {
    background: #2E265A!important;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #B1A5E7;
    font-family: Rubik,Arial,sans-serif;
    height: 44px;
    outline: none!important;
    padding: 0 12px;
    touch-action: manipulation;
    width: 100%;
}
.item__UX8N- .codeRow__99Rsu label {
    align-items: center;
    color: rgba(177, 165, 231, 0.6);
    display: inline-flex;
    font-size: 13px;
    margin-bottom: 0.65em;
    text-transform: uppercase;
}
.item__UX8N- .codeRow__99Rsu .tfaValidationWrapper__4RjXm input {
    background-color: #1f232b;
    border-radius: 3px;
    font-size: 25px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    margin: 0 6px;
    text-align: center;
    width: 16.66%;
}
.item__UX8N- .submit__00KbR {
    font-size: 16px;
    height: 46px;
}
.item__UX8N- .secretCode__2u2h\+ button svg {
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
}
.btn__AvqsY {
    cursor: pointer;
    display: flex;
    height: 44px;
    padding: 0 15px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    background: linear-gradient(153deg,#74d773d1,#3c993b);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #fff;
    min-width: 100%;
    transition: .15s all;
}
.btn__AvqsY:hover {
    opacity: .85;
}
.ranks .user-claim-ranks-reward {
    color: #fff;
    transition: all .15s;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}
.ranks .user-claim-ranks-reward:hover {
    opacity: .85;
}
.message__wagmY {
    font-size: 15px;
    color: #877AC1;
}
.message__wagmY .caption__hnNtf {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.25em;
    text-transform: none;
}
.message__wagmY.process__eJ-id .caption__hnNtf {
    color: #B1A5E7;
}
.message__wagmY.success__eJ-id .caption__hnNtf {
    color: #38C69B;
}
#ModalTransfer label {
    font-size: 13px;
    color: rgb(177 165 231 / 70%);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65em;
}
#ModalTransfer .inputHalf__1YDuQ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#ModalTransfer .inputHalf__1YDuQ>div:first-child {
    margin-right: 20px;
}
#ModalTransfer .inputHalf__1YDuQ>div .inputControl__3_JER[type=submit] {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
#ModalTransfer .inputHalf__1YDuQ>div .inputControl__3_JER {
    height: 44px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px!important;
    color: #fff;
    background-color: transparent;
    background-color: initial;
    border: 1px solid #363c4a;
    touch-action: manipulation;
    -webkit-appearance: none;
}
#ModalTransfer .inputHalf__1YDuQ>div {
    width: 100%;
}
#ModalTransfer .bonusContent__Xx9Ij .bonusBottom__oBgdJ span {
    max-width: 410px;
    display: block;
    margin: 0 auto;
}
.awssld__content__bCYTm {
    align-items: center;
    background-color: #2f2f2f;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.awssld__content__bCYTm .sliderItem__kMv3x {
    height: 100%;
    width: 100%;
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V {
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V.bonus__IuNjg {
    height: 100%;
    right: -60px;
    top: 0;
}
.awssld__content__bCYTm .sliderItem__kMv3x .img__\+EW\+V img {
    height: 100%;
    float: right;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 {
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .title__y13uG {
    background-color: #0d1429;
    border-radius: 10px;
    color: #efefefe8;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px;
    width: fit-content;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a {
    background-color: rgb(0 176 255 / 70%)!important;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 15px;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: fit-content;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD {
    bottom: 25px;
    display: flex;
    left: 15px;
    position: absolute;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N {
    display: flex;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N:not(:last-child) {
    margin-right: 30px;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N img {
    height: 35px;
    position: relative;
    top: 10px;
    width: 35px;
}
.awssld__box__Ml9UR, .awssld__container__-GIdi figure, .awssld__content__bCYTm {
    display: block;
    height: 100%;

    width: 100%;
}
.awssld__box__Ml9UR {
    visibility: hidden;
    z-index: 1;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .bonusesList__HHnLD .item__-P63N .features__9nEI5 {
    color: #e6e5eb;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
}
.awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 .description__qo81w {
    background-color: #0d1429;
    border-radius: 10px;
    color: #f3f3f3;
    display: flex;
    font-size: 18px;
    margin-top: 10px;
    padding: 5px 10px;
    width: fit-content;
}
.awssld__content__bCYTm {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    background-color: #0a1020;
}

#slotsSlider {
    height: 280px;
}
.slots__slider {
    height: 280px;
}
.slots__slider .slider__viewport {
    height: 100%;
}
.slider_start {
    display: flex;
    justify-content: start;
}

.referrals .table {
    background: transparent;
    display: flex;
    overflow: inherit;
    gap: 20px;
    margin-top: 50px;
}
.referrals .table .table-left {
    width: 20%;
}
.referrals .table .table-left .title {
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(177 165 231 / 70%);
}
.referrals .table .table-right {
    border-radius: 10px;
    width: 100%;
    background: #110f25;
    display: flex;
}
.referrals .table .table-left .title.big {
    color: #B1A5E7;
    font-size: 21px;
    font-weight: bold;
}
.referrals .table .table-right .lvl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #201B42;
}
.referrals .table .table-right .lvl:first-child {
    border-left: none;
}
.referrals .table .table-right .lvl span.variable {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 15px;
    color: rgb(177 165 231 / 70%);
    border-bottom: 1px solid #201B42;
}

.referrals .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    border-bottom: 1px solid #201B42;
    color: #B1A5E7;
}
.referrals .table .table-right .lvl span i.fa-check {
    color: rgba(56, 198, 155, 1);
    font-weight: bold;
    font-size: 20px;
}
.referrals .table .table-right .lvl span i.fa-close {
    color: #FF4155;
    font-weight: bold;
    font-size: 20px;
}
.referrals .table .table-right .lvl span.title {
    font-size: 16px;
    font-weight: bolder;
}
.referrals .table .table-right .lvl .status {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 40px;
    height: 100%;
    max-height: 78px;
}
.referrals .table .table-right .lvl .status .need {
    height: 78px;
    padding: 12px;
    color: #B1A5E7;
    padding-bottom: 16.5px;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.referrals .table .table-right .lvl .status .default {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(177, 165, 231, 0.5);
}
.referrals .table .table-right .lvl .status .primary {
    color: rgba(56, 198, 155, 1);
}
.referrals .table .table-right .lvl .status .btn {
    position: absolute;
    bottom: -16px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .15s all;
    background: #2e265a;
    color: #B1A5E7;
}
.referrals .table .table-right .lvl .status .btn:hover {
    opacity: .9;
}
.user-bind-telegram {
    background: #28a7e7!important;
}
#ModalBindTelegram .alertWrapper__16IIw {
    width: 100%;
    justify-content: center;
}
#ModalBindTelegram .link__IngDe, #ModalPromocode .link__IngDe {
    padding-left: 0;
    cursor: pointer;
}
/* Sport */
.sport_sidebar {
    display: none;
    z-index: 4003;
    position: fixed !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 250px;
    background: #0e0e0e;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
}
.sport_minimized {
    width: 40px;
}
.sport_sidebar_header {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    color: #d3d3d3;
    padding: 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}
.sport_minimized .sport_sidebar_header span {
    display: none;
}
.sport_live_number {
    display: inline-flex !important;
    color: #fff;
    background: red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    margin-top: -1px;
    margin-bottom: -21px;
    text-align: center;
    position: relative;
    top: -1px;
}
.sport_minimized .sport_live_number {
    position: relative;
    bottom: 22px;
    right: 12px;
    top: unset;
    margin-top: unset;
    margin-bottom: unset;
}
.sport_minimized .sport_sidebar_header {
    height: 95px;
}
.sport_sidebar_category:first-child {
    margin-top: 15px !important;
}
.sport_sidebar_category:last-child {
    margin-bottom: 60px;
}
.sport_sidebar_category {
    color: #a8a8a8;
    margin-top: 7px;
    transition: color 0.3s ease;
    font-size: 14px;
}
.sport_sidebar_category:hover {
    cursor: pointer;
    color: #fff;
}
.sport_sidebar_category i {
    width: 40px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sport_sidebar_category span {
    position: relative;
    left: -5px;
}
.sport_minimized .sport_sidebar_category span {
    display: none;
}
.sport_sidebar_header:hover {
    color: #fff;
    cursor: pointer;
}
.sport_sidebar_header i {
    margin-right: 3px;
}
.sport_unminimize {
    font-size: 1.7em;
    margin-bottom: 25px;
    position: absolute !important;
    top: 14px;
    right: 10px;
    color: #fff !important;
}
.sport_minimized .sport_unminimize {
    display: block !important;
    position: unset !important;
    right: unset;
}
@media (max-width: 1600px) {
    .sport-page .ll_container {
        margin-left: 30px;
    }
    .sport-page .container {
        padding-left: 20px;
    }
    .sport-page footer {
        padding-left: 40px;
    }
    .sport-page header {
        padding-left: 35px;
    }
    .sport-page .carousel {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .sport-club-container {
        margin-left: 19px;
        border-radius: 0 !important;
    }
    .sport-bet-tabs {
        margin-left: 5px;
    }
    .sport-world-place {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .match-over {
        font-size: 13px;
        text-align: center;
    }
    .match-over,
    .sport-game-header {
        width: calc(100% + 16px);
    }
    .sport-game-header-overlay {
        margin-left: 2.5px;
    }
}
.sport-club-container {
    color: #fff;
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 5px;
    padding: 20px;
    cursor: default;
    margin-top: 10px;
    position: relative;
}
.sport-club-container:first-child {
    margin-top: unset;
}
.sport-club-header {
    color: #d3d3d3;
    margin-left: -20px;
    padding-left: 20px;
    margin-top: -10px;
    width: calc(100% + 40px);
    padding-bottom: 9px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-bottom: 16px;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sport-club-header-min {
    height: 42px;
}
.sport-club-header-min .sport-club-header {
    border-bottom: unset;
}
.sport-club-header-min .sport-club-content {
    display: none;
}
.sport-club-header:hover {
    color: #fff;
    cursor: pointer;
}
.sport-club-match-date {
    font-size: 13px;
    color: #d3d3d3;
    display: inline-block;
    white-space: nowrap;
}
.sport-club-match-names {
    margin-top: 5px;
    cursor: pointer;
}
.sport-club-match-names div {
    font-size: 14px;
}
.sport-club-match-button {
    display: inline-block;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px;
    width: 30%;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s ease;
    white-space: nowrap;
    position: relative;
}
.sport-club-match-button:hover {
    cursor: pointer;
    background: hsla(0, 0%, 100%, 0.05);
}
.sport-club-match-button:last-child {
    margin-right: unset;
}
.sport-club-match-button div {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sport-club-match-button div:last-child {
    color: #d3d3d3;
}
.sport-match-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sport-match-actions .sport-club-match-date {
    flex: 0 0 100%;
    text-align: center;
}
.sport-match {
    font-size: 0;
}
.sport-match [class*="col-"] {
    margin-top: 12px;
}
.sport-match:first-child [class*="col-"] {
    margin-top: unset;
}
.sport-game-header {
    height: 170px;
    position: relative;
}
.sport-game-header-overlay-expand-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: #0f0f0f;
    text-align: center;
    transition: background 0.3s ease;
    display: none;
}
.sport-game-header-overlay-expand-button i {
    transition: all 0.3s ease;
}
@media (max-width: 1200px) {
    .sport-game-header-overlay-expand-button {
        display: block;
    }
    .sport-game-header-overlay {
        top: calc(50% - 10px) !important;
    }
}
.sport-game-header-overlay-expand-button:hover {
    background: #2f2f2f;
    cursor: pointer;
}
.sport-game-header-overlay {
    position: relative;
    left: 50%;
    top: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    color: #fff;
    background: #0a0a0a;
    height: 115px;
    border-radius: 3px;
    overflow: hidden;
}
.sport-soccer {
    background-image: url(/img/field.jpg);
    background-size: cover;
    background-position: top;
}
.sport-game-header-overlay-info {
    position: absolute;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.02);
    width: 100%;
    font-size: 14px;
    padding: 7px;
}
.sport-game-header-overlay-date {
    font-size: 12px;
    padding: 9px;
}
.sport-game-header-overlay-teams {
    font-size: 14px;
    margin-top: 1px;
    padding-left: 9px;
}
.sport-game-header-overlay-teams div span {
    float: right;
    margin-right: 11px;
    margin-top: -20px;
}
.sport-weather {
    position: absolute;
    top: 9px;
    right: 6px;
}
.sport-weather div {
    display: inline-block;
    margin-right: 3px;
    cursor: default;
}
.sport-world-place {
    color: #d3d3d3;
    padding-top: 11px;
    font-size: 15px;
}
.sport-bet-tabs {
    margin-top: 10px;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.row__auto {
    width: auto!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
/* Tournament BETA */
.tournament-header {
    margin-bottom: 30px;
    position: relative;
}
.tournament-header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
}
.tournament-header__title {
    flex-direction: column;
}
.tournament-header__title>h1 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    color: #B1A5E7;
}
.tournament-header__date {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-header__date>i {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    color: rgb(177 165 231 / 80%);
}
.tournament-header__date>span {
    font-size: 17px;
    color: rgb(177 165 231 / 80%);
}
.tournament-info__fund {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    background-color: #110f25;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tournament-info__fund-rays, .tournament-info__fund-rays:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.tournament-info__fund-rays:before {
    content: "";
    z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/tournaments/rays.svg);
    filter: brightness(1.2);
}
.tournament-info__fund-timer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px;
    margin: -20px -20px 0;
    border-radius: 6px 6px 0 0;
    width: calc(100% + 40px);
}
.tournament-info__fund-timer_blue {
    background: linear-gradient(180deg,rgba(38,181,248,.2),rgba(38,181,248,0));
    text-shadow: 0 0 40px #26b5f8;
    color: #39c1ff;
}
.tournament-info__fund-timer__value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-info__fund-timer__value>img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.tournament-info__fund-timer__value>span {
    font-size: 20px;
    font-weight: 500;
}
.tournament-info__fund-amount {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.tournament-info__fund-amount__cup {
    position: relative;
}
.tournament-info__fund-amount__value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-info__fund-amount__value>span {
    font-size: 48px;
    font-weight: 700;
    color: rgba(56, 198, 155, 1);
}
.tournament-info__fund-amount__text {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 6px;
    color: #B1A5E7;
    opacity: .9;
}
.tournament-info__settings {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.tournament-info__settings-item {
    width: calc(50% - 10px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #b1a5e742;
    background: #110f25;
    border-radius: 6px;
}
.tournament-info__settings-item-value {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.tournament-info__settings-item-value>span {
    font-size: 20px;
    font-weight: 700;
    color: #B1A5E7;
    opacity: .9;
}
.tournament-info__settings-item-value>img {
    width: 18px;
    height: 18px;
    opacity: .9;
}
.tournament-info__settings-item-value>img+span, .tournament-info__settings-item-value>span+img {
    margin-left: 20px;
}
.tournament-info__settings-item-text {
    font-size: 12px;
    font-weight: 500;
    color: #B1A5E7;
    opacity: .7;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: center;
}
.tournament-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0 15px;
}
.tournament-block__header-title {
    margin: 0;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    color: #B1A5E7;
}
.tournament-block__header-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament-block__header-value>img {
    width: 16px;
    height: 16px;
}
.tournament-block__body {
    position: relative;
    padding: 20px;
    border: 1px solid #b1a5e742;
    background: #110f25;
    border-radius: 6px;
}
.tournament-block_rules .tournament-block__body p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #b1a5e7e0;
    padding-left: 40px;
}
.tournament-block_rules .tournament-block__body p:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    margin-top: -15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #B1A5E7;
    content: attr(data-number);
    text-shadow: 9px 5px 8px #b1a5e71a;
}
.tournament-block_rules .tournament-block__body p>strong {
    padding: 2px 4px 3px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 80%;
    font-weight: 700;
    white-space: nowrap;
    background: #2e265a;
    color: #B1A5E7;
}
.tournament-block_rules .tournament-block__body p+p {
    margin-top: 20px;
}
.tournament_table {
    margin-top: 0!important;
}
.tournament .ref__table {
    padding: 0;
    background: transparent;
    border: none;
}
.tournament .ref__table .tabs {
    display: flex;
    gap: 20px;
}
.tournament .ref__table .tabs .tab {
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .2s opacity;
    color: #B1A5E7;
}
.tournament .ref__table .tabs .tab:hover {
    opacity: .8;
}
.tournament .ref__table .tabs .tab.active:hover {
    opacity: 1;
}
.tournament .ref__table .tabs .tab.active {
    border-bottom: 3px solid #9089B4;
}
.tournament .ref__table .ref__block {
    background: #110f25;
    border-radius: 5px;
    /*margin-top: 20px;*/
}
.tournament .ref__table .ref__block.hidden {
    display: none;
}
.tournament .ref__table .ref__block .ref__head {
    display: flex;
    width: 100%;
}
.tournament .ref__table .ref__block .ref__thead {
    border-bottom: none!important;
}
.tournament .ref__table .ref__block .ref__head .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    border-bottom: 1px solid #2E265A;
    font-size: 15px;
    cursor: pointer;
    transition: .2s opacity;
}
.tournament .ref__table .ref__block .ref__head .ref__td:hover {
    opacity: .8;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el {
    display: flex;
    width: 100%;
    transition: .15s background;
    background: transparent;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el:hover {
    background: #2e265a63;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td {
    width: 100%!important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
    color: #b1a5e7ba;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td.lose, .tournament .stats .stats__block .count.lose, .tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td .lose, .tournament .stats .stats__block .count .lose {
    color: #FF4155;
}
.tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td.win, .tournament .stats .stats__block .count.win, .tournament .ref__table .ref__block .ref__tbody .ref_el .ref__td .win, .tournament .stats .stats__block .count .win {
    color: #38C69B;
}
.tournament-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
}
.tournament-table__row_header {
    min-height: 60px;
}
.tournament-table__col {
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #B1A5E7;
}
.tournament-table__row_header>.tournament-table__col {
    font-size: 14px;
    font-weight: 700;
}
.tournament-table_prizes .tournament-table__col:first-child {
    width: 40%;
    justify-content: center;
}
.tournament-table_prizes .tournament-table__col:nth-child(2) {
    width: 60%;
    justify-content: center;
}
.tournament-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 50px;
}
.tournament-table__row+.tournament-table__row {
    border-top: 1px solid #2E265A;
}
.tournament-table__col_place>img {
    width: 24px;
    height: 24px;
    display: block;
}
.tournament-table__col_ingots>span {
    font-size: 14px;
    font-weight: 700;
    color: rgba(56, 198, 155, 1);
}
.tournament-table__col_place>span {
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 700;
    background: #2e265a;
    color: #B1A5E7;
    border-radius: 7px;
}
.tournament-block_prizes .tournament-block__body, .tournament-block_users .tournament-block__body {
    padding: 0;
}
.tournament .row.row__auto {
    width: auto;
}
.tournament-block__header-value>i {
    width: 16px;
    height: 16px;
}
.tournament_img_place {
    width: 24px;
    height: 24px;
    display: block;
}
.tournament .dataTables_paginate {
    padding: 20px;
    background: #201B42;
    border-radius: 0 0 5px 5px;
}
.withdraw_circle_cancel {
    margin-left: 7px;
    color: rgb(177 165 231 / 30%);
    transition: all .2s;
    cursor: help;
}
.withdraw_circle_cancel:hover {
    color: rgb(177 165 231 / 40%);
}
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 5px 8px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 12px;
  background-color: #2E265A;
  color: #B1A5E7;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%,  calc(0px - var(--arrow-size)));
}
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
  border-color: #2E265A transparent transparent transparent;
  transform: translateX(-50%) scaleY(1);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.vipHeaderModal {
    height: 52px!important;
}
.head_Header__3REgF {
    height: 52px;
    min-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    position: relative;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf {
    display: flex;
    width: 100%;
    height: 74px;
    overflow: auto hidden;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 12px;
    height: 52px;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button:hover {
    color: #B1A5E7;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button.styles_isActive__38MV4 {
    color: #B1A5E7;
    border-bottom: 2px solid #B1A5E7;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button {
    color: #554F82;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 10px;
    margin-right: 5px;
    border: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .2s all;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    background: transparent;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 svg {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    opacity: 0.65;
}
.styles_Tabs__1Lpaf .styles_list__3Woaf .styles_item__3WW_6 button.styles_isActive__38MV4 svg {
    opacity: 1;
}
.rakeback_ClaimAmounts__xro-l {
    margin-bottom: 14px;
    text-align: center;
}
.rakeback_ClaimAmount__2ycL0 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 17px;
    color: #B1A5E7;
    margin-top: -5px;
}
.rakeback_ClaimAmount__2ycL0:last-child {
    margin-bottom: 0;
}
.rakeback_ClaimButton__2lnTm, .rakeback_ClaimButton__2lnTm button, .rakeback_ClaimSelect__2fi_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rakeback_ClaimButton__2lnTm button {
    height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    margin-bottom: 10px;
    background: #2E265A;
    color: #B1A5E7;
    transition: .2s all;
}
.rakeback_ClaimButton__2lnTm button:hover {
    opacity: .8;
}
.button_Button__1W86R:not(:disabled) {
    cursor: pointer;
}
.rakeback_ClaimButton__2lnTm, .rakeback_ClaimButton__2lnTm button, .rakeback_ClaimSelect__2fi_5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_Button__1W86R {
    color: #fff;
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .2s linear;
}
.vipModal .codeWrapper__2MdUJ {
    flex-direction: column;
}
.timer_TimerContainer__iEkC2 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.timer_TimerItem__27Tev {
    margin: 10px 10px 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #828f9a;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.timer_TimerItem__27Tev:first-child {
    margin-left: 0;
}
.timer_TimerItem__27Tev>div {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    color: #554F82;
    user-select: none;
}
.timer_TimerItem__27Tev span {
    width: 44px;
    height: 38px;
    border: 1px solid #2E265A;
    margin-top: 5px;
    font-size: 17px;
    color: #B1A5E7;
    -webkit-user-select: none;
    user-select: none;
}
.claim_RollBtn__3Y7vN, .timer_TimerItem__27Tev span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bonusBottom__oBgdJ.padding-no {
    padding: 0!important;
}
.name_Change__2pZxi {
    display: flex;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}
.name_Submit__22ve1 {
    padding: 15px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    border: none;
    border-radius: 0 5px 5px 0;
}
.name_Submit__22ve1:first-child {
    margin-right: 8px;
}
.name_Submit__22ve1:focus,
.name_Submit__22ve1:hover {
    color: #fff;
}
.input_Control__xGOxf {
    height: 35px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    background: #2E265A!important;
    outline: none!important;
    border-radius: 5px!important;
    color: #B1A5E7;
    background-color: initial;
    border: none;
    touch-action: manipulation;
    -webkit-appearance: none;
}
.links {
    display: flex;
    width: 50%;
    gap: 15px;
}
.ref__bonuses {
    display: flex;
    align-items: center;
    margin-top: 27.5px;
    justify-content: center;
}
.ref__bonuses .ref__activate {
    background: #0a1020;
    width: 700px;
    border-radius: 6px;
    display: flex;
    padding: 20px;
    gap: 40px;
    align-items: center;
    border: 2px solid #38c69b;
}
.ref__bonuses .ref__activate .image img {
    width: 120px;
    user-select: none;
}
.ref__bonuses .ref__activate .body {
    width: 100%;
}
.ref__bonuses .ref__activate .body .head {
    font-size: 25px;
    color: #38c69b;
    font-family: 'Open Sans';
    margin-bottom: 3px;
    display: block;
    margin-top: -10px;
}
.ref__bonuses .ref__activate .body .text {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Open Sans';
    margin-bottom: 15px;
}
.ref__bonuses .ref__activate .body .inputs input {
    height: 44px;
    padding: 0 12px;
    width: 100%;
    outline: none!important;
    border-radius: 5px;
    color: #ffffff;
    background: #090f20!important;
    border: 2px solid transparent;
    font-family: "Rubik",Arial,sans-serif;
    touch-action: manipulation;
    font-size: 15px;
}
.ref__bonuses .ref__activate .body .inputs {
    display: flex;
    gap: 12px;
}
.ref__bonuses .ref__activate .body .inputs .btn {
    width: 200px;
    font-size: 15px;
    transition: .2s ease;
}
.ref__bonuses .ref__activate .body .inputs .btn:hover {
    opacity: .9;
}
.bonus .other {
    display: flex;
    gap: 20px;
}
.bonus .other .item:first-child {
    width: 100%!important;
}
.bonus .other .item.sub {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bonus .other .item .btn {
    transition: .1s all;
}
.bonus .other .item .btn:hover {
    opacity: .9;
}
.promoBlock__1VfRb {
    align-items: flex-start;
    background-color: #110f25;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.promoBlock__1VfRb::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/underbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .07;
    object-fit: fill;
}
.promoBlock__1VfRb .title__y13uG {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    color: #B1A5E7;
    opacity: .9;
}
.promoBlock__1VfRb .title__y13uG>strong {
    color: rgba(56, 198, 155, 1);
    white-space: nowrap;
}
.repostPromoBlock__ER6Zw .steps__O7pBm {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 10px;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 {
    align-items: center;
    display: flex;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .status__k5BfG {
    background: url(/img/bonus/error.svg) 50% no-repeat;
    background-size: 100%;
    height: 24px;
    margin-right: 10px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .status__k5BfG.success {
    background: url(/img/bonus/success.svg) 50% no-repeat;
    background-size: cover;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .text__92pJL {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    color: #B1A5E7;
}
.promoBlock__1VfRb strong {
    font-weight: 500;
}
.repostPromoBlock__ER6Zw .steps__O7pBm .step__bBAS8 .info__whMtx {
    background: url(/img/bonus/info.svg);
    background-size: 100%;
}
.promoBlock__1VfRb {
    align-items: flex-start;
    background-color: #110f25;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.subscribePromoBlock__NPuXJ:before {
    background-image: url(/static/media/subscribe.50dec74ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦.svg);
    background-position: 100% 40%;
    background-repeat: no-repeat;
    opacity: .5;
}
.promoBlock__1VfRb .title__y13uG {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #B1A5E7;
    opacity: .9;
}
.promoBlock__1VfRb .title__y13uG>strong {
    color: rgba(56, 198, 155, 1);
    white-space: nowrap;
}
.promoBlock__1VfRb .text__92pJL {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: rgb(177 165 231 / 70%);
    margin-bottom: 12px;
}
.noAccountBlock__cWhzI .noAccount__w41Hh {
    align-items: center;
    background: #2E265A;
    color: #B1A5E7;
    border-radius: 4px;
    display: flex;
    margin-top: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.noAccountBlock__cWhzI .noAccount__w41Hh span {
    font-size: 12px;
    line-height: 18px;
}
.awssld__timer--run__Q41nS {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.awssld__timer--animated__398Y9 {
    transition: -webkit-transform var(--timer-delay) linear;
    transition: transform var(--timer-delay) linear;
    transition: transform var(--timer-delay) linear,-webkit-transform var(--timer-delay) linear;
    will-change: transform;
}
.awssld__timer__I8Sh9 {
    background-color: #0a1020;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    z-index: 100;
}
.slots-container .slots-button {
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}
.slots-container .slots-button button {
    padding: 8px 12px;
}
.decor_img__bBA84 {
    position: absolute;
    width: 200px;
    right: 70px;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    user-select: none;
    z-index: -1;
}
.decor_img__bBA84 img {
    width: 100%;
}
.repostPromoBlock__ER6Zw button.disabled {
    background: #FF4155;
    border-color: #FF4155;
    pointer-events: none;
}

.repostPromoBlock__ER6Zw button.pointer {
    pointer-events: none;
}
.container-slots {
    background-color: transparent;
}
.container-slots .content-slots {
    margin-top: 20px;
    border-radius: 5px;
}
.menuBlock__3oOF7 {
    border-radius: 5px;
    background-color: #ffffff00;
}
.menuBlock__3oOF7 .menuSearch__3_YUS {
    border-radius: 0px 5px 5px 0px;
}

/* 2023 */
body.newyear::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/img/newyear/winter_bg1.png);
    background-attachment: fixed;
    z-index: -1;
    opacity: .08;
    object-fit: fill;
}
body.newyear:after {
    background: url(/img/newyear/lights1.png) top repeat-x;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.newyear .header .top-nav-wrapper a.online,
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4,
.newyear .menuBlock__3oOF7 .menuPlaceholder__3_YUS,
.newyear .slots-container .slots-button button,
.newyear .bonus .table .table-right,
.newyear .bonus .upper .stats .line,
.newyear .bonus .right .socials .social,
.newyear .game-header .game-back,
.newyear .ranks .window-heading,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l,
.newyear .ranks .window-body,
.newyear .bonus .other .item .btn,
.newyear .referrals .upper .link .link__form input,
.newyear .ref__bonuses .ref__activate .body .inputs .btn,
.newyear .referrals .upper .link .link__form .form__copy,
.newyear .referrals .stats .stats__block,
.newyear .bonus .upper .daily,
.newyear .faq-component,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span,
.newyear .awssld__content__bCYTm,
.newyear .referrals .ref__table .ref__block,
.newyear .user-profile-full-stats,
.newyear .referrals .ref__table .tabs .tab.active,
.newyear .referrals .stats .stats__block .btn,
.newyear .ranks.without-history .dataTables_paginate,
.newyear .ref__bonuses .ref__activate,
.newyear .newyear .bonus .upper .daily button,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij,
.newyear .awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a,
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5,
.newyear .faq-component .faq-head,
.newyear .faq-component .help-q,
.newyear .wallet-body,
.newyear .wallet-header,
.newyear .game-header .game-support,
.newyear .item__-P63N .card__without,
.newyear .faq-component .help-a,
.newyear .game-header .game-type,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .flex_3pfao,
.newyear .mobile-bottom .items,
.newyear .bonus-scratch .other .item .scratch,
.newyear .bonus-scratch .other .item .history-table,
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a,
.newyear .headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy {
    position: relative;
}
.newyear .header .top-nav-wrapper a.online:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    background-position-x: inherit;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletWrapper__YdVK6 .headerWalletDepositBlock__31xKC .btnWallet__XnoPy:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    background-position-x: right;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.newyear .side-nav li a:hover:before, .newyear .side-nav li a.active:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-size: cover;
}
.newyear .side-nav li .side-nav-tooltip:after {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-size: cover;
}
.newyear .slots-container .gamemode:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    background-position-x: right;
}
.newyear .gameOverlay__nofF3 .playReal__e50xN:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 17px 17px 0px 0px;
    width: 100%;
    background-position-x: initial;
    transform: rotate(180deg);
}
.newyear .live .item.slot:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    opacity: .15;
}
.newyear .live .item.withdraw:before {
    background: url(/img/newyear/winter_bg1.png) top no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    opacity: .15;
}
.newyear .menuBlock__3oOF7 .menuPlaceholder__3_YUS:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-position-x: right;
}
.newyear .slots-container .slots-button button:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    background-position-x: right;
}
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    background-position-x: right;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-position-x: center;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x:before {
    border-color: transparent transparent #d9e2eb;
}
.newyear .awssld__content__bCYTm .sliderItem__kMv3x .sliderContent__ofz78 a:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-position-x: center;
}
.newyear .bonus .other .item .btn {
    z-index: 10;
}
.newyear .bonus .upper .daily:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-position-x: revert;
    z-index: 10;
}
.newyear .bonus .table .table-right .lvl .status .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .bonus .right .socials .social:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
}
.bonus .right .socials {
    margin-top: 20px;
}
.newyear .referrals .upper .link .link__form .form__copy:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .referrals .stats .stats__block:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .referrals .stats .stats__block:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .34;
    backdrop-filter: blur(15px);
}
.newyear .payment-total {
    background: #080e1f!important;
    border-color: #f8f7ff88;
}
.newyear .referrals .stats .stats__block .count,
.newyear .user-profile-full-stats.user-profile-full-stats_dark .user-profile-caregories__category,
.newyear .user-profile-full-stats.user-profile-full-stats_dark .user-profile-full-stats__content,
.newyear .referrals .stats .stats__block .title,
.newyear .referrals .stats .stats__block .btn,
.newyear .referrals .ref__table .ref__block .ref__head .ref__td,
.newyear .referrals .ref__table .ref__block .ref__tbody .ref_el .ref__td,
.newyear .paginate_button,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .securityContainer__qmiHC .inputHalf__1YDuQ,
.newyear .bonus .upper .daily .between,
.newyear .bonus .upper .daily button,
.newyear .bonus .upper .stats .line .titles,
.newyear .bonus .upper .stats .line .progress,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt,
.newyear .bonus .upper .stats .line .info,
.newyear .bonus .table .table-right .lvl,
.newyear .wallet-sidebar,
.newyear .wallet-area,
.newyear .bonus .right .socials .social .info,
.newyear .bonus .right .socials .social .btn-social,
.newyear .ref__bonuses .ref__activate .body,
.newyear .faq-component .contact,
.newyear .faq-component .text-heading,
.newyear .faq-component .help-q,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .twoFactor__27-wN,
.newyear .faq-component .help-a,
.newyear .wallet-header .wallet-header__item,
.newyear .bonus-scratch .other .item .scratch,
.newyear .bonus-scratch .other .item .history-table,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .caption__352lm,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputAppend__2AexO,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .head__jZcY6 .avatarBlock__2NCPq,
.newyear .settingsContainer__3UC3e .sidebar__2KSyK .flex_3pfao,
.newyear .user-profile-full-stats,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .alert__1mRuS,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .codeWrapper__2MdUJ .append__39K7E,
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusContent__Xx9Ij .bonusBottom__oBgdJ span,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .socialContainer__1PvsU .btnSocial__5Oleg,
.newyear .referrals .stats .stats__block .desc {
    z-index: 10;
}
.newyear .ref__bonuses .ref__activate:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
    background-position-x: initial;
}
.newyear .ref__bonuses .ref__activate:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .34;
    backdrop-filter: blur(15px);
}
.newyear .ref__bonuses .ref__activate {
    border: none;
}
.newyear .referrals .ref__table .tabs .tab.active {
    border-color: #dee9f2;
    border-width: 1px;
    color: #fff;
}
.newyear .referrals .ref__table .tabs .tab.active:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: -13px;
    width: 100%;
    background-position-x: center;
}
.newyear .referrals .stats .stats__block .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .ref__bonuses .ref__activate .body .inputs .btn:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101%;
    border-radius: 3px 3px 0px 0px;
    z-index: 10;
}
.newyear .referrals .ref__table .ref__block:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus .table .table-right:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus .upper .stats .line:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .upper .daily:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .right .socials .social:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.promoBlock__1VfRb:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-position-x: center;
}
.newyear .bonus .upper .daily button:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: calc(100% + 2px);
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
}
.newyear .footer__1rwis .paySystems__il0D9 .paySystemImage__3hEz4:after {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .faq-component .faq-head:after, .newyear .ranks .window-heading:after, .newyear .faq-component:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .faq-component .faq-head:before, .newyear .ranks .window-heading:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .awssld__content__bCYTm:after, .newyear .ranks .window-body:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK:before,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK:after,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .inputRow__3tkLM .inputControl__3_JER, .inputField__2A282,
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh .validationWrapper__vondp label,
.newyear .settingsContainer__3UC3e .inputControl__3_JER {
    background: #0d1322!important;
}
.newyear .settingsContainer__3UC3e .sidebar__2KSyK div .navItem__6Ei37.active__nJtT5 {
    background: #0f162f;
}
.newyear .withPager__3kagV,
.newyear .item__UX8N-,
.newyear .history-table,
.newyear .without-history .faq-scratch .info,
.newyear .transferModal_2zW4Y .securityContainer__qmiHC {
    position: relative;
    z-index: 10;
}
.newyear .settingsContainer__3UC3e .settingsContent__3oyNS .verifyForm__2M7Mt div .inputFile__YEOzh label .btnAppend__8lfKr {
    background-color: #080c14!important;
}
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonusModal__2zW4Y .modal-content__4J2al .bonusContainer__2rhpU .bonusHeader__3--7l:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: center;
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD:after {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-size: cover;
    background-position-x: initial;
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .authModal__3YRvl .modal-content__4J2al .authContainer__3mzIx .authContent__2zUmD .authContentContainer__3TIgN {
    z-index: 10;
    position: relative;
}
.newyear .ranks.without-history .dataTables_paginate:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .faq-component .help-q, .newyear .faq-scratch .help-q {
    border-color: #17113d88!important;
    background: #0a1020!important;
}
.newyear .faq-component .help-a, .newyear .faq-scratch .help-a {
    border-color: #222b45!important;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .menu__VeS-x .btnUser__RotmI:before {
    background: url(/img/newyear/winter_bg11.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .wallet-header:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .wallet-body:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .user-profile-full-stats:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .menuBlock__3oOF7 .menuWrapper__2Y07l.providers__XBoga:before {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: -1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .providers__XBoga .category__XBoga {
    background-color: #0d1322;
}

.newyear .menuBlock__3oOF7 .menuSearch__3_YUS .input input {
    z-index: 10;
}
.newyear .item__-P63N .card__without:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 10;
    background-position-x: center;
}
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: right;
}
.newyear .providersBox__3AQV\+>.item__-P63N .card__MIY9a:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .game-header .game-support:after, .newyear .game-header .game-back:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .25;
    backdrop-filter: blur(15px);
    background-size: cover;
}
.newyear .game-header .game-type:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: calc(100% + 2px);
    background-position-x: unset;
}
@media screen and (max-width: 1250px) {
    .newyear .game-header .game-support, .newyear .game-header .game-back, .newyear .game-header .game-type {
        z-index: 10;
    }
    .newyear .section.game-slots .game-header {
        position: relative;
    }
    .newyear .section.game-slots .game-header:after {
        background: url(/img/newyear/winter_bg1.png) top;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        border-radius: 5px 5px 0px 0px;
        z-index: 1;
        opacity: .1;
        backdrop-filter: blur(15px);
    }
}
.newyear .preloader:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .1;
    backdrop-filter: blur(15px);
}
.newyear .game-slots .game-block .slots-loader:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .1;
    backdrop-filter: blur(15px);
}
.newyear .window-body .payHistory {
    z-index: 10;
    position: relative;
}
.newyear .mobile-bottom .items:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-size: contain;
    backdrop-filter: blur(15px);
}
.newyear .bonus-scratch .other .item .scratch:after,
.newyear .bonus-scratch .other .item .history-table:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    backdrop-filter: blur(15px);
}
.newyear .bonus-scratch .other .item .scratch:before,
.newyear .bonus-scratch .other .item .history-table:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-position-x: unset;
}
.newyear .tournament-info__settings-item:before,
.newyear .tournament-block__body:before,
.newyear .tournament-info__fund:before {
    background: url(/img/newyear/winter_button1.png) top no-repeat;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-position-x: unset;
}
.newyear .tournament-info__fund:before {
    z-index: 100;
}
.newyear .without-history .faq-scratch:before {
    background: url(/img/newyear/winter_button1.png) top;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: unset;
}
.newyear .tournament-info__settings-item,
.newyear .tournament-block__body,
.newyear .tournament .dataTables_paginate {
    position: relative;
}
.newyear .tournament-block__body:after,
.newyear .tournament .dataTables_paginate:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament-info__settings-item:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament-info__fund:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .tournament .ref__table .ref__block #tableCompetitionUsers_wrapper,
.newyear .tournament .tournament-table_prizes {
    z-index: 10;
    position: relative;
}
.newyear .tournament-info__settings-item-value,
.newyaer .tournament-info__settings-item-text,
.newyear .tournament-block_rules .tournament-block__body p {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .title {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .description {
    z-index: 10;
}
.newyear .bonus-scratch .other .item .scratch .scratch-game {
    z-index: 10;
}
.newyear .bonus-scratch .games-table {
    position: relative;
    z-index: 10;
}
.newyear .mobile-bottom .items .item {
    z-index: 10;
}
.without-history .faq-scratch .text-heading {
    z-index: 10;
    position: relative;
}

/* Scratch */
.bonus-scratch .other {
    gap: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}
.bonus-scratch .other .item:first-child {
    width: 50%!important;
}
.bonus-scratch .other .item:last-child {
    width: 50%!important;
}
.bonus-scratch .other .item .scratch {
    background: #110f25;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 35px;
    height: 100%;
    flex-direction: column;
}
.bonus-scratch .other .item .scratch .scratch-game {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.bonus-scratch .other .item .scratch .title {
    color: #B1A5E7;
    font-size: 26px;
    font-weight: 500;
}
.bonus-scratch .other .item .scratch .description {
    font-size: 17px;
    color: #877ABF;
    margin-top: 2px;
    text-align: center;
}
.bonus-scratch .other .item .scratch .description span {
    color: #38C69B;
}
.bonus-scratch .other .item .scratch .scratch-game .count {
    font-size: 16px;
    color: #877AC1;
    margin-top: 5px;
    margin-bottom: ;
    text-align: center;
    user-select: none;
}
.bonus-scratch .other .item .scratch .scratch-game .count span {
    color: #B1A5E7;
    font-weight: 500;
}
.bonus-scratch .other .item .scratch .scratch-game .winner-block {
    background: rgb(46 38 90 / 35%);
    height: 250px;
    width: 250px;
    border-radius: 6px;
    margin-top: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #B1A5E7;
    user-select: none;
    pointer-events: none;
}
.bonus-scratch .other .item .scratch .scratch-game #js-container {
    position: relative;
}
.bonus-scratch .other .item .scratch .scratch-game #js-scratch {
    position: absolute;
    cursor: default;
    cursor: url(/img/scratch-coin.png), default;
    bottom: 0;
    border-radius: 6px;
    width: 250px;
    height: 250px;
}
.bonus-scratch .other .item .scratch .scratch-game .winner-block.visible {
    display: flex;
}
.without-history .faq-scratch .text-heading {
    font-size: 18px;
    color: #B1A5E7;
    padding-top: 20px;
    margin-left: 25px;
}
.bonus-scratch .other .item .history-table {
    background: #110f25;
    height: 100%;
    border-radius: 6px;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th {
    width: 33%;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th:first-child {
    padding-left: 20px;
}
.bonus-scratch .other .item .history-table .games-table__header-tr .games-table__header-th:last-child {
    text-align: right;
    padding-right: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td {
    width: 33%;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td:first-child {
    padding-left: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr .games-table__body-td:last-child {
    text-align: right;
    padding-right: 20px;
}
.bonus-scratch .other .item .history-table .games-table__body-tr:last-child {
    border-bottom: none;
}
.without-history .faq-scratch  {
    background: #110f25;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
}
.without-history .faq-scratch .help-q {
    border: 1px solid #201B42;
    padding: 15px;
    color: #B1A5E7;
    border-radius: 4px;
    transition: .2s color;
    cursor: pointer;
    margin: 25px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background: #201B42;
}
.without-history .faq-scratch .help-q.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.without-history .faq-scratch .help-q .arrow {
    transition: .15s all;
}
.without-history .faq-scratch .help-q.active .arrow {
    transform: rotate(180deg)
}
.without-history .faq-scratch .help-a {
    border: 2px solid #201B42;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px;
    color: #B1A5E7;
    font-size: 13px;
    line-height: 1.4;
    margin: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    display: none;
}
.without-history .faq-scratch .help-a.active {
    display: block;
}
.newyear .mobile-bottom .items .item:nth-child(2) {
    color: #b0b2b7!important;
}
.newyear .mobile-bottom .items .item:nth-child(5) {
    color: #0494f9!important;
}
.theme-aqua {
    color: #1E89C7!important;
}
.theme-lime {
    color: lime!important;
}
.theme-orange {
    color: ##0381c1!important;
}
.top-nav li a.active.theme-orange {
    border-color: #0381c1!important;
}
.top-nav li a.active.theme-lime {
    border-color: lime!important;
}
.top-nav li a.active.theme-aqua {
    border-color: #1E89C7!important;
}
.newyear .repostPromoBlock__ER6Zw .steps__O7pBm {
    z-index: 10;
}
.top-nav li a:not(.active).theme-orange:hover, .top-nav li a:not(.active).theme-lime:hover, 
.top-nav li a:not(.active).theme-aqua:hover {
    opacity: 1.7;
}
.left-sidebar .side-nav .nav-top {
    max-height: 736px;
    height: 736px;
    display: flex;
    flex-direction: column;
}
.left-sidebar .side-nav .nav-top::-webkit-scrollbar {
    display: none;
}
.newyear .headerWalletContainer__2Na0Y .headerWalletTabs__1RPeA .dropdown__2r9p1 .btnTab__3AwY5 .btnContent__1YCze .iconWrapper__avoou {
    z-index: 10;
}
.bg-logo-vk {
    background-color: #0277ff!important;
}
.btnSocial__5Oleg.bg-logo-vk svg {
    fill: #fff;
}
.tournament .games-table {
    display: inline-grid;
    overflow: scroll;
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 100%;
}
.tournament .games-table::-webkit-scrollbar {
    display: none;
}
.competition-banner {
    background: #0c1229;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.competition-banner .info {
    display: flex;
    gap: 7px;
    flex-direction: column;
    width: 100%;
}
.competition-banner .info .desc {
    font-size: 16px;
    max-width: calc(100% - 400px);
    color: #B1A5E799;
}
.competition-banner .icon {
    width: fit-content;
    height: 100%;
    display: flex;
    right: 15px;
    top: 3px;
    align-items: center;
    position: absolute;
}
.competition-banner img {   
    width: 200px;
}
.competition-banner .info .title {
    font-size: 26px;
    font-weight: 600;
    color: #B1A5E7;
    font-family: "Rubik",Arial,sans-serif;
} 
.competition-banner .button {
    background-color: linear-gradient(153deg,#74d773d1,#3c993b)!important;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: fit-content;
    margin-top: 5px;
}
.competition-banner .button:hover {
    opacity: .8;
}
.newyear .competition-banner:before {
    background: url(/img/newyear/winter_button1.png) top;
    content: "";
    border-radius: 5px 5px 0 0;
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position-x: unset;
}
.newyear .competition-banner:after {
    background: url(/img/newyear/winter_bg1.png) top;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    z-index: 1;
    opacity: .15;
    background-position-x: right;
    backdrop-filter: blur(15px);
}
.newyear .competition-banner .button, .newyear .competition-banner .info {
    position: relative;
    z-index: 10;
}


.slots-container {
    text-decoration: none
}

.slots-render {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.87%
}

.slots-container {
    margin-top: 20px
}

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

.mb-5 {
    margin-bottom: 1rem!important
}

@media (min-width: 1366px) {
    .slot-md-3 {
        position:relative;
        width: calc(20% - 16px)
    }
}

@media (min-width: 768px) {
    .slot-md-3 {
        width:calc(25% - 16px)
    }
}

.slot-md-3 {
    position: relative;
    width: 18.5%
}

.gamemode-el {
    position: relative
}

.gamemode {
    overflow: hidden;
    border-radius: 8px
}

.gamemode {
    position: relative;
    will-change: transform;
    transition: all .3s ease 0s
}

.gamemode:before {
    content: "";
    display: block;
    padding-top: 66%
}

.gamemode:before {
    content: "";
    display: block;
    padding-top: 74.0741%
}

.gamemode-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    overflow: hidden;
    transition: all .14s ease-in-out
}

.gamemode-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gamemode-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(100deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 60%);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite
}

.slot_labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    transition: all .3s linear;
    opacity: 1
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.dop {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #201b42;
    border: none;
    outline: 0;
    color: #6b6b6b;
}

.slot_labels .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    width: fit-content;
    margin-right: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.btn-primary {
    color: #fff;
    background-color: #7373ff;
    border-color: #7373ff
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.d-none {
    display: none!important
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.slot_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-flow: column nowrap;
    transition: all .3s linear;
    background-color: #000000d3;
    display: none
}

.btn-play-slot {
    padding: 3px 30px;
    border-radius: 100px
}

.btn-play-slot-demo {
    margin-top: 10px;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    white-space: nowrap
}

.gamemode-el>*+* {
    margin-top: .2rem!important
}

.gamemode-advantage {
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 0 0 10px;
    background: rgba(1,32,50,.7);
    color: var(--white-const-color)
}

.gamemode-label {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0 0 10px 0;
    background: var(--primary-color);
    color: var(--black-const-color);
    font-weight: 700;
    background: #110f25;
}

.gamemode-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 31.36%,#000 100%)
}

.gamemode-title {
    text-transform: capitalize;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--white-const-color);
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 {
    opacity: 1
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .btn__-ht7h {
    top: calc(50% - 29px)
}

.gamemode-el .gamemode-without:hover .gameOverlay__nofF3 .playDemo__g1bG3 {
    bottom: calc(50% - 29px)
}

.container-slots {
    height: auto;
    width: 100%;
    min-height: 280px;
    background-color: #110f25;
    border-radius: 6px
}

.container-slots .carousel-inner {
    border-radius: 6px 6px 0 0
}

.container-slots .content-slots {
    text-decoration: none
}

.menuBlock__3oOF7 {
    border-radius: 5px;
}

.menuBlock__3oOF7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}

.search {
    background-color: #0a1020;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    max-width: 355px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-input {
    background: 0 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}

.search-button {
    margin-left: 2px;
    background: #02a7e9;
    padding: 12px 20px;
    border-radius: 8px;
    height: 45px;
    cursor: pointer;
}

img.categories-icon {
    filter: invert(1);
  /* or to blue */
}
span.categories-title {
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
}

.menuPlaceholder__3_YUS {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #201b42;
    border: none;
    outline: 0;
    color: #6b6b6b;
}
#games-container {
    margin-top: 15px;
}

.slots-container .slots-button button img {
    width: 9px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.section.main-container.slots {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1130px) {
.search {
    width: 100%;
}

.menuBlock__3oOF7.menuWrapper__2Y07l{
    width: 100%;
}

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

}

@media screen and (max-width: 1000px) {
.menuBlock__3oOF7 {
    grid-template-columns: repeat(1, 1fr);
}

.search {
    width: 100%;
    max-width: 100%;
}
.menuPlaceholder__3_YUS.dop {
    width: 100%;
}
}

@media screen and (max-width: 425px) {
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l{
        width: 45px;
}
span.categories-title{
    font-size: 9px;
    white-space: nowrap;
}
}

.menuWrapper__2Y07l.categories-list.dopr {
    width: 100%;
    display: flex;
    overflow: hidden;
}


.btn__-ht7h:not(.btnLight__TTjOc).btnGreen__HMGLx:hover {
    opacity: 0.99;
}

.top-nav li a:hover {
    color: #00a9ff;
    border-color: #00a9ff;
}

.content-slots-mobile .menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l .menuIcon__n64RX{
    width: 35px;
    height: 20px;
}


.menuPlaceholder__3_YUS {
    cursor: pointer;
    width: 15%;
    background-color: #201b42;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 140px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #0a1020;
    border: none;
    outline: 0;
    color: #6b6b6b;
}
#games-container {
    margin-top: 15px;
}

.slots-container .slots-button button img {
    width: 9px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.section.main-container.slots {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1130px) {
.search {
    width: 100%;
}

.menuBlock__3oOF7.menuWrapper__2Y07l{
    width: 100%;
}

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

}

@media screen and (max-width: 1000px) {
.menuBlock__3oOF7 {
    grid-template-columns: repeat(1, 1fr);
}

.search {
    width: 100%;
    max-width: 100%;
}
.menuPlaceholder__3_YUS.dop {
    width: 100%;
}
}

@media screen and (max-width: 425px) {
.menuBlock__3oOF7 .menuWrapper__2Y07l .clickType__2Y07l{
        width: 80px;
}
span.categories-title{
    font-size: 9px;
    white-space: nowrap;
}
}

.menuWrapper__2Y07l.categories-list.dopr {
    width: 100%;
    display: flex;
    overflow: hidden;
}


.search-input-two {
    background: 0 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    display: flex;
    align-items: center;
}

.deposit_modal3 {
    max-width: 1000px;
    width: 100%;
}

.live_mob {
    display: none;
}

.last_games {
    display: none;
}

@media screen and (max-width: 820px) {
    
.last_games {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.live_mob {
    display: flex;
}
.section_Section__14IWw.landing_LandingGameSection__JPR73 {
    margin-top: 20px;
}
}
.live_mob {
    width: 100%;
    height: 150px;
    gap: 15px;
}
.live_mob_desc {
    transform: rotate(270deg);
    white-space: nowrap;
}

.live_mob_left {
    position: relative;
    width: 50px;
    background: #0a1020;
    border-radius: 12px 0px 0px 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.live_mob_elms {
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.live_mob_el {
    display: flex;
    flex-direction: column;
    background: #0a1020;
    border-radius: 10px;
    padding: 10px;
    gap: 5px;
    height: 150px;
}

.mob_el_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 4px;
    font-size: 16px;
    margin-top: 5px;
}

.mob_el_img {
    border-radius: 10px;
    display: block;
    position: relative;
    height: 100px;
    width: 100px;
}

span.live_el_name {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -.08px;
}

.last_games_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    align-items: center;
}

.last_games_top_right {
    display: flex;
    gap: 10px;
}

.last_games_top_right span {
    display: flex;
    align-items: center;
    background: #0b1020;
    padding: 5px 15px;
    border-radius: 5px;
}

.last_games_main {
    width: 100%;
    white-space: nowrap;
    display: flex;
    position: absolute;
    gap: 20px;
    align-items: center;
}

.last_el_img img {
    height: 90px;
    border-radius: 5px;
}

a.last_el {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.last_el_desc {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

span.last_slotName {
    color: white;
}

span.last_slotProvider {
    font-size: 11px;
}

.last_games_main_mask {
    position: relative;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.footer {
    display: flex;
    flex-wrap: nowrap;
}

.footer__counts {
    order: 1;
    flex: 0 1 auto;
    margin: 0 32px 0 0;
}

.footer__counts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 12px;
}

.footer__count {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 12px;
    text-align: center;
    color: #fff;
}

.footer__count-label {
    color: rgba(246, 227, 255, .6);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
}

.footer__count-value {
    font-size: 21px;
    line-height: 25px;
}

.footer__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px -12px 0;
}

@media (min-width: 744px) {
    .footer__nav {
        display: none;
    }
}

a:link,
a:visited {
    text-decoration: none;
}

.footer__nav-item {
    color: #FFF;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid;
    border-color: inherit;
    transition: color .15s;
    margin: 0 12px 24px;
}

@media (min-width: 1440px) {
    .footer__logos {
        order: 3;
        flex: 0 0 auto;
        margin: 0 0 0 32px;
    }
}

@media (min-width: 744px) {
    .footer__logos {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        margin: 0 0 0 auto;
    }
}


.footer__logo {
    margin: 0 0 24px;
}

.footer__logo-img {
    max-height: 42px;
}

.footer__logo:last-child {
    margin: 0;
}

.footer__logo-img--bx {
    margin-right: 16px;
}

.footer__logo-img--bx {
    display: initial;
    margin-right: 24px;
}

.footer__bottom {
    order: 2;
    display: block;
    flex: 1 1 auto;
    margin: 0 auto;
}

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

.footer__license-text {
    color: rgba(246, 227, 255, .6);
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 16px;
}

.footer__links {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 16px -6px -8px;
}

.footer__copy {
    text-align: left;
}

.footer__copy {
    margin-top: 16px;
    text-align: center;
    color: rgba(246, 227, 255, .6);
    font-size: 11px;
    line-height: 13px;
}

.footer__links {
    display: none;
}
@media screen and (max-width: 1000px) {
   .footer {
    display: block;
}

.footer__logos {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

img.footer__logo-img.footer__logo-img--bx {
    display: none;
}

a.footer__logo {
    margin: 0;
}

.footer__nav {
    display: none;
}

.footer__bottom {
    height: 100%;
    min-height: 140px;
    margin-top: 30px;
}
}

span.live_el_amount {
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

#mobile-menu-btn {
    display: none;
}

span.live_el_nickname {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .06px;
    color: #fffc;
}

a.live_mob_el.extra {
    background: linear-gradient(4.96deg, #ff2958 -8.39%, #ff8937 51.05%);
    transition: opacity .3s ease-in-out;
}


.fCegUY {
    position: fixed;
    inset: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.cnYhnx, .cnYhnx * {
    overscroll-behavior: none;
}

.cnYhnx {
    position: fixed;
    inset: 0px;
    transition: height 300ms;
    display: flex;
    flex-direction: column;
    background: rgb(22 26 50);
    overflow: hidden;
    animation: 300ms ease-out 0s 1 normal none running dSNRdN;
}

.eGHUHI {
    display: flex;
    flex-direction: row;
    padding: 12px 12px 11px;
    border-bottom: 1px solid rgba(121, 186, 244, 0.1);
}

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

.gAmUgy {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.bebBRa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: 0px;
    padding: 4px 8px 4px 5px;
    border-radius: 20px;
    background: rgb(152 157 183 / 10%);
    color: rgb(247 247 247);
    cursor: pointer;
}

.cnYhnx, .cnYhnx * {
    overscroll-behavior: none;
}

.cnYhnx, .cnYhnx * {
    overscroll-behavior: none;
}

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

.cVlCVw {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    appearance: none;
    background: none;
    outline: none;
    border: 0px;
    cursor: pointer;
}

.bxuYTo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
}


.eOCTaA {
    border: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    margin-bottom: 0px;
    background-color: rgb(35 41 75) !important;
}

.efQnfc {
    padding: 16px 20px;
}

.iwwGap {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background: linear-gradient(rgb(42 45 65) 0%, rgb(0 0 0 / 80%) 100%) center bottom / cover no-repeat, url(/new-deposit-background.webp), lightgray;
    background-position: center bottom;
    margin: -16px -20px;
    background-size: cover;
}

.dAUHDg {
    padding: 12px;
}

.cGUIMC {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fhjQtM {
    margin: 16px 0px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.jXNjYv {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.28px;
    text-align: center;
    max-width: 300px;
}

.jXNjYv span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--gradient-blue, linear-gradient(92deg, #6b40ea 0%, #6558ee 19.92%, #5c6cf3 39.84%, #4f7ff7 59.76%, #3a91fb 79.68%, #00a3ff 99.6%));
}

.kueIua {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 4rem;
    animation: 200ms ease 0s infinite normal none running none;
}

.hGiwaS {
    font-size: 4rem;
    font-weight: 800;
    line-height: 4rem;
    border: 0px;
    box-shadow: none;
    background: none;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
}

.jqaeur {
    margin-left: 8px;
    color: rgb(180, 194, 211);
    font-family: Nunito, "Helvetica Neue", serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 4rem;
    letter-spacing: -2.56px;
}

.uBXpn {
    position: absolute;
    bottom: calc(100% + 5px);
    color: rgb(235, 85, 62);
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0px 4px;
}

.bcKdLG {
    display: flex;
    flex-direction: column;
    margin: 0px auto 16px;
    gap: 8px;
    width: fit-content;
}

.djoDuO {
    color: rgb(180, 194, 211);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
}

.dZoIYU {
    border: 1px solid rgb(41, 53, 111);
}

.eSTqWe {
    border-radius: 999px;
    padding: 6px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

.xoDhR {
    margin: 12px -4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.sgPvd {
    position: relative;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    flex: 1 0 0px;
    -webkit-box-flex: 1;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    border-radius: 20px;
    background: rgb(28 130 238 / 10%);
    backdrop-filter: blur(8px);
}

.gmPUIy {
    color: rgb(255, 255, 255);
    font-family: Nunito, "Helvetica Neue", serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.gmPUIy span {
    color: rgb(180, 194, 211);
}

.gGJPru {
    position: absolute;
    top: -13px;
    padding: 4px 7px;
    background: rgb(85, 164, 248);
    color: rgb(255, 255, 255);
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.625rem;
    text-transform: uppercase;
    border-radius: 36px;
    border: 2px solid rgb(23, 27, 53);
}

.gmPUIy {
    color: rgb(255, 255, 255);
    font-family: Nunito, "Helvetica Neue", serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.gmPUIy span {
    color: rgb(255 255 255);
}

.gEfqrV {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding: 16px;
}

.jZrWYe {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 32px;
    gap: 12px;
}

.fXxrKW {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgb(243, 162, 24);
    background: rgb(37, 33, 23);
    padding: 10px 12px;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: rgb(255, 255, 255);
}

.bhxAQR {
    margin-right: 8px;
}

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

.yDxep {
    margin: 0px;
    padding: 16px;
    text-align: left;
    border: 0px;
    border-radius: 16px;
    background: linear-gradient(92deg, rgb(107, 64, 234) 0%, rgb(101, 88, 238) 19.92%, rgb(92, 108, 243) 39.84%, rgb(79, 127, 247) 59.76%, rgb(58, 145, 251) 79.68%, rgb(0, 163, 255) 99.6%);
    box-shadow: rgba(8, 122, 255, 0.24) 0px 8px 24px 0px, rgba(255, 255, 255, 0.1) 0px 2px 0px 0px inset, rgba(0, 0, 0, 0.16) 0px -1px 0px 0px inset;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.2px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    filter: brightness(1);
    transition: 0.2s;
}

.cAJyOJ {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.jZrWYe {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 32px;
    gap: 12px;
}

.yDxep::after {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    background: url(/static/media/deposit-method-overlay.3223317â€¦.svg) right center no-repeat;
}


@media (max-width: 1000px) {
  ::-webkit-scrollbar { width: 0; }
}

.yDxep:hover {
    filter: brightness(1.2);
}

.hGiwaS:focus {
    outline: 0px;
    box-shadow: none;
}

.jsePjh {
    position: relative;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    flex: 1 0 0px;
    -webkit-box-flex: 1;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    border-radius: 20px;
    background: rgb(85, 164, 248);
    backdrop-filter: blur(8px);
}

.efQnfc {
    padding: 16px 20px;
}

.lhvXQM {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buZNMg {
    color: rgb(180, 194, 211);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.125rem;
    text-transform: uppercase;
}

.cORdFd {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(85, 164, 248, 0.1);
}

.ejYkZT {
    background: none;
    border: 0px;
    text-decoration: none;
    display: grid;
    grid-template:
        "icon title right"
        "icon description right" / min-content 1fr min-content;
    gap: 2px 10px;
    transition-duration: 100ms;
    padding: 10px;
    margin: -1px -10px 0px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.fWnNh {
    grid-area: icon;
    font-size: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.cUJRiE {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
}

.kIiiiS {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.kXHKPV {
    grid-area: title;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
}

.iGhWmB {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leiyTH {
    grid-area: description;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(180, 194, 211);
}

.iGhWmB {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frMPGC {
    grid-area: right;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
}

.iWtAOq {
    grid-area: bonus;
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 140%;
    padding: 4px 8px;
    border-radius: 1000px;
    background: linear-gradient(92deg, rgb(107, 64, 234) 0%, rgb(101, 88, 238) 19.92%, rgb(92, 108, 243) 39.84%, rgb(79, 127, 247) 59.76%, rgb(58, 145, 251) 79.68%, rgb(0, 163, 255) 99.6%);
}

.ihDInF {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    height: 1px;
    background-color: rgba(121, 186, 244, 0.1);
}

.iAMxuh:hover {
    background-color: rgba(85, 164, 248, 0.05);
}

.iAMxuh {
    background: none;
    border: 0px;
    text-decoration: none;
    display: grid;
    grid-template:
        "icon title"
        "icon description" / min-content 1fr;
    gap: 2px 10px;
    transition-duration: 100ms;
    padding: 10px;
    margin: -1px -10px 0px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.ejYkZT:hover {
    background-color: rgba(85, 164, 248, 0.05);
}

.efQnfc {
    padding: 16px 20px;
}

.zekWF {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cJxQaW {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px -4px;
    padding: 16px;
    background: rgb(85, 164, 248);
}

.jJXECh {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.3125rem;
    letter-spacing: 0.32px;
    font-weight: 400;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.elrWld {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.3125rem;
    letter-spacing: 0.32px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, "system-ui";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tXtWE {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0px -4px;
}

.gBHxPL {
    padding: 0px 4px;
    color: rgb(180, 194, 211);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.125rem;
    text-transform: uppercase;
}

.dYmtCy {
    padding: 8px 0px;
    border-radius: 20px;
    background: rgba(85, 164, 248, 0.1);
}

.hJCONQ:not(:last-child) {
    border-bottom: 1px solid rgba(121, 186, 244, 0.1);
}

.hJCONQ {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 16px 8px 8px;
    border: 0px;
    background: none;
    text-align: left;
    cursor: pointer;
}

.ewawGd {
    width: 32px;
    height: 32px;
}

.jFiaqa {
    display: inline-block;
    font-size: 0px;
    padding: 2px;
    width: 36px;
    height: 36px;
    border-radius: 100% !important;
}

.csvpeg {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.kEzouc {
    width: 22px;
    height: 22px;
    color: rgb(85, 164, 248);
    opacity: 0;
}

.efQnfc {
    padding: 16px 20px;
}

.hHPrSE {
    display: flex;
    flex-direction: column;
    min-height: calc(-32px + 100vh);
}

.lcavck {
    margin: -16px -20px;
    padding: 16px 20px;
    background-color: rgb(23, 27, 53);
    border-bottom: 1px solid rgba(121, 186, 244, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.fHVHzz {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 16px;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(85, 164, 248, 0.2);
    background: rgba(85, 164, 248, 0.1);
}
.fSrigT {
    position: absolute;
    inset: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: Nunito, "Helvetica Neue", sans-serif;
    font-size: 186px;
    font-weight: 800;
    line-height: 15px;
    color: rgba(85, 164, 248, 0.05);
    overflow: hidden;
}
.ibBjYf {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-end;
    font-family: Nunito, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    font-size: 2rem;
    line-height: 2rem;
}
.fdGHuj {
    color: rgb(255, 255, 255);
    white-space: nowrap;
}
.koOuEz {
    color: rgb(180, 194, 211);
    margin-left: 6px;
}
.khUgkx {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    color: rgb(121, 186, 244);
}
.khUgkx svg {
    width: 16px;
    height: 16px;
}
.fXxrKW {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgb(243, 162, 24);
    background: rgb(37, 33, 23);
    padding: 10px 12px;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: rgb(255, 255, 255);
}
.bhxAQR {
    margin-right: 8px;
}
.epBSfR {
    display: flex;
    flex-direction: column;
}
.jgXAEn {
    margin: 0px -20px 16px;
}
.daoXcS {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid rgba(180, 194, 211, 0.1);
}
.dKcwSn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: none;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    cursor: pointer;
    padding: 10px 12px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    opacity: 0.8;
    text-overflow: ellipsis;
    overflow: hidden;
}
.HjgBO {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: none;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    cursor: pointer;
    padding: 10px 12px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(85, 164, 248);
    opacity: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dKcwSn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: none;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    cursor: pointer;
    padding: 10px 12px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    opacity: 0.8;
    text-overflow: ellipsis;
    overflow: hidden;
}
.kTinPk {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gmdZpR {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gfJMBv {
    padding-left: 6px;
    color: rgb(180, 194, 211);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.eOLdkZ {
    display: grid;
    grid-template:
        "icon title"
        "icon desc" / min-content 1fr;
    column-gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    text-align: left;
    padding: 16px;
    margin: 0px -4px;
    border-radius: 20px;
    background: rgba(85, 164, 248, 0.1);
    cursor: pointer;
}
.lnBapA {
    grid-area: icon;
}
.keFxKK {
    grid-area: title;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: 0.32px;
}
.jkScJP {
    grid-area: desc;
    color: rgb(180, 194, 211);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.1875rem;
}
.dcxLIG {
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: linear-gradient(315deg, rgb(36, 138, 246) 0%, rgb(134, 190, 250) 130%);
    border-radius: 100%;
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.dcxLIG svg {
    width: 20px;
    height: 20px;
}
.gPLvUf {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.benluk {
    padding-left: 6px;
    color: rgb(180, 194, 211);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.iKNcwj {
    display: flex;
    flex-direction: column;
    padding: 8px 0px;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 20px;
    background: rgba(85, 164, 248, 0.1);
    overflow: hidden;
}
.iCBOYM:not(:last-child) {
    border-bottom: 1px solid var(--dark-button-color-opacity-10, rgba(85, 164, 248, 0.1));
}
.iCBOYM {
    display: grid;
    grid-template:
        "icon name"
        "icon desc" / min-content 1fr;
    column-gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    padding: 8px 16px;
    margin: 0px;
    background: none;
    text-align: left;
    cursor: pointer;
}
.etCsru {
    grid-area: icon;
    width: 40px;
    height: 40px;
}
.gISpdq {
    grid-area: name;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: 0.32px;
}
.kGegdQ {
    grid-area: desc;
    color: rgb(180, 194, 211);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.28px;
}

button.item__3oTLf.btnNormalA.first__3EFpd.mobiledep {
    display: none;
}

 button.item__3oTLf.btnNormalA.first__3EFpd.pcdep {
      display: flex;
    }

@media screen and (max-width: 820px) {
    button.item__3oTLf.btnNormalA.first__3EFpd.pcdep {
      display: none;
    }
    button.item__3oTLf.btnNormalA.first__3EFpd.mobiledep {
      display: flex;
    }
}

.cORdFd {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(85, 164, 248, 0.1);
}
.caLzML {
    background: none;
    border: 0px;
    text-decoration: none;
    display: grid;
    grid-template:
        "icon title"
        "icon description"
        "under under" / min-content 1fr;
    gap: 2px 10px;
    transition-duration: 100ms;
    padding: 10px;
    margin: -1px -10px 0px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}
.fWnNh {
    grid-area: icon;
    font-size: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.cUJRiE {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
}
.dcxLIG {
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(134, 190, 250, 0) 130%);
    border-radius: 100%;
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.dcxLIG svg {
    width: 20px;
    height: 20px;
}
.iuBhUl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    box-shadow: rgba(34, 41, 84, 0.6) 0px 0px 2px 0px;
    border-radius: 50%;
}
.kXHKPV {
    grid-area: title;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
}
.dAfIZz {
    width: 100%;
    display: flex;
}
.iSxiPo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.iXfGFm {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 5px;
    text-align: right;
    color: inherit;
}
.leiyTH {
    grid-area: description;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(180, 194, 211);
}
.dAfIZz {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.iSxiPo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.iXfGFm {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 5px;
    text-align: right;
    color: inherit;
    display: flex;
    justify-content: end;
}
.ihDInF {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    height: 1px;
    background-color: rgba(121, 186, 244, 0.1);
}
.cthrgV {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 5px;
    text-align: right;
    color: rgb(104, 206, 103);
}

.efQnfc {
    padding: 16px 20px;
}
.gWjBrO {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.dXsXZT {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 0px;
    outline: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
}
.bIUzJX {
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: linear-gradient(315deg, rgb(36, 138, 246) 0%, rgb(134, 190, 250) 130%);
    border-radius: 100%;
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.bIUzJX svg {
    width: 16px;
    height: 16px;
}
.ghPKsz {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 10px;
    padding: 3px 5px;
    gap: 6px;
    flex-shrink: 1;
}
.fCtFCC {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    gap: 4px;
    text-align: left;
}
.hKa-Daz {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    gap: 4px;
    width: 100%;
}
.bAOmhq {
    display: flex;
    flex-direction: row;
    padding: 0px 4px;
    width: 100%;
}
.jUIrlk {
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(180, 194, 211);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.gcviUl {
    color: rgb(180, 194, 211);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.26px;
    opacity: 0.64;
    flex-shrink: 0;
}
.znFkc {
    cursor: pointer;
}
.znFkc span {
    color: rgb(121, 186, 244);
    font-weight: 500;
}
.eXzvEE {
    display: flex;
    flex-direction: row;
    background-color: rgb(29, 35, 69);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    -webkit-box-align: center;
    align-items: center;
}
.cLeRkp {
    background-color: transparent;
    color: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 10px 0px 10px 16px;
    border: 0px;
}
.bnQrGx {
    padding: 10px 16px 10px 10px;
    flex-shrink: 0;
    color: rgb(180, 194, 211);
}

.dBuzDm {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}
.eGwZXK {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(85, 164, 248, 0.1);
    border-radius: 10px;
    padding: 8px 0px;
    margin: 0px -4px;
}
.dlVfbs {
    padding: 8px 16px;
    display: grid;
    grid-template:
        "header right"
        "content right" / 1fr max-content;
}
.KhowL {
    grid-area: header;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgb(180, 194, 211);
}
.dtoPEZ {
    grid-area: content;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(255, 255, 255);
    user-select: text;
}

.daHMqq {
    border: 0px;
    background: none rgb(85, 164, 248);
    margin: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
    color: rgb(255, 255, 255);
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    border-radius: 10px;
    width: 100%;
}

.sc-jEACwC.dcxLIG img {
    width: 40px;
}

.mobile_bottom-section {
    background: rgb(10 16 32);
    width: 100%;
    height: 66px;
    padding: 0 15px;
    display: flex;
    bottom: 0px;
    position: fixed;
    font-size: 12px;
    line-height: 18px;
    tab-size: 4;
    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    z-index: 10001;
}

.mobile_bottom-elements {
    width: 25%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.depost_element {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(161deg,#0f63e1,#6d33ca);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -14px;
}

.mobile_bottom-section{
    display: none;
}

@media (max-width: 820px) {
  .mobile_bottom-section{
    display: flex;
  }
}

.mobile_menu-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0e1425;
    z-index: 10000;
    display: none;
    padding: 16px 16px 64px;
    flex-direction: column;
    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.mobile_menu_head {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 42px;
    position: relative;
}

.mobile_menu-main-el p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
}

.mobile_menu_head-close {
    position: absolute;
    right: 0px;
}

.mobile_menu-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.mobile_menu-main_block-first {
    background-color: rgb(10 15 30);
    padding: 16px;
    border-radius: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 1rem;
}

.mobile_menu-main_block-second {
    background-color: rgb(10 15 30);
    padding: 16px;
    border-radius: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    gap: 1rem;
}

.mobile_menu-main-el {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(14 20 37);
    padding: 8px;
    border-radius: 10px;
    white-space: nowrap;
}

.mobile_menu-main-el-cion {
    width: 32px;
    height: 32px;
    display: flex;
    background-color: rgb(23 32 59);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    min-width: 32p;
}

.mobile_menu-main-el.dop {
    margin-top: 16px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}


form#omoneyForm {
    margin: auto;
}