.minDep .currency-symbol-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #384466;
    color: #191E2D;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}


.minDep .currency-symbol-rounded .icon {
    height: 1em;
    width: 1em;
}

#no-internet-block {
    display: none;
    background: radial-gradient(100% 267.2% at 0 0, rgba(11, 101, 206, .23) 0, rgba(14, 126, 221, 0) 100%), linear-gradient(107.15deg, #1e283f 0, rgba(20, 27, 46, .6) 100%);
    --no-internet-block_gradient-color-one: rgba(11, 101, 206, 0.23);
    --no-internet-block_gradient-color-two: rgba(14, 126, 221, 0);
    background: radial-gradient(100% 267.2% at 0 0, var(--no-internet-block_gradient-color-one, #fff) 0, var(--no-internet-block_gradient-color-two, #fff) 100%), linear-gradient(107.15deg, #1e283f 0, rgba(20, 27, 46, .6) 100%);
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    min-width: 200px;
    font-family: -apple-system, 'SF Pro Text', sans-serif
}

#no-internet-block.show {
    display: block
}

#no-internet-block.online {
    --no-internet-block_gradient-color-one: rgba(14, 224, 35, 0.23);
    --no-internet-block_gradient-color-two: rgba(14, 224, 148, 0)
}

#loader {
    align-items: center;
    background-color: #1b2030;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100vw;
    min-height: 100%;
    min-width: 100vw;
    z-index: 10000
}

#loader.hidden {
    opacity: 0;
}

#loader.transparent {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#loader.transition-active {
    transition: opacity .5s .5s ease, visibility 0s 1s;
}

#loader #loader-logo-container {
    margin-bottom: 10px;
    height: 80px;
    width: 160px;
    backface-visibility: hidden
}

#loader #loader-logo-container img {
    transform: translate3d(0, 0, 0);
    height: 100%;
    width: 100%;
    opacity: 1
}

#loader #loader-logo-container img.transparent {
    opacity: 0
}

#loader #loader-logo-container img.transition-active {
    transition: opacity .4s
}

#loader .spinner {
    animation: spinner .75s infinite linear;
    border: 3px solid #1863d1;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 25px;
    pointer-events: none;
    width: 25px
}

#loader .spinner-white {
    border-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent
}

#loader .support-button {
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    border: none;
    border-radius: 10px;
    bottom: calc(var(--safe-area-inset-bottom, 0) + 30px);
    right: calc(var(--safe-area-inset-right, 0) + 30px);
    color: #fff;
    cursor: pointer;
    height: 40px;
    outline: 0;
    padding: 10px;
    position: absolute;
    transition: all .3s ease-out;
    width: 40px
}

#loader .support-button:hover {
    background-color: #1665d8
}

#loader .support-button:active {
    background-color: #fff;
    color: #0854c3
}

#loader .support-button.loading svg:first-child {
    display: inline;
    animation: spinner .75s infinite linear
}

#loader .support-button.loading svg:last-child {
    display: none
}

#loader .support-button svg:first-child {
    display: none
}

#loader .support-button svg:last-child {
    display: inline
}

@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}

.icon_auth{
    width: 18px;
    height: 18px;
    margin-right: 7px!important;
    fill:red;
}

@media(max-width:750px){
    .icon_auth{
        width:14px!important;
        height:14px!important;
    }

    .auth_blocks .btn span{
        position: relative;
        top:0.5px;
        font-size: 12px;
    }
}

.auth_blocks .btn{
    border-bottom: none;
    position: relative;
}

.auth_blocks .btn div{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.btn--vk{
    background: linear-gradient(90deg, #2648FC 0%, #3DAFEF 100%);
    box-shadow: 0px 3px 0px 0px #2A63CC;
}

.btn--google{
    background: linear-gradient(270deg, #FF2D24 0%, #FF6868 100%);
    box-shadow: 0px 3px 0px 0px #9E312E;
}

.btn--yandex{
    background: linear-gradient(90deg, #FF2D24 0%, #FF6868 100%), linear-gradient(90deg, #FF281F 0%, #C82828 100%);
    box-shadow: 0px 3px 0px 0px #9E312E;
}

.btn--tg{
    background: linear-gradient(90deg, #7086FD 0%, #2660F5 100%);
    box-shadow: 0px 3px 0px 0px #2A63CC;
}

.back-to-stars-button {
    position: relative;
    width: 45px;
    height: 45px;
    background: #20273A;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 100;
    transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    padding-left: 20px;
}

.back-to-stars-button .back-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #7381A6;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease 0.05s, visibility 0.25s ease 0.05s;
    margin-right: 35px;
    position: static;
    z-index: 1;
}

.back-to-stars-button svg {
    position: absolute;
    right: 7.5px;
    z-index: 2;
    transition: opacity 0.2s ease, transform 0.3s ease;
}

.back-to-stars-button:hover {
    width: 140px;
}

.back-to-stars-button:hover .back-text {
    opacity: 1;
    visibility: visible;
}

.back-to-stars-button:hover svg {
    animation: iconFadeInOut 0.3s ease forwards;
}

.back-to-stars-button:not(:hover) svg {
    animation: iconAppear 0.3s ease forwards;
}

@keyframes iconAppear {
    0% {
        opacity: 0;
        transform: rotate(90deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@keyframes iconFadeInOut {
    0% {
        opacity: 1;
        transform: rotate(0deg);
    }
    25% {
        opacity: 0;
        transform: rotate(90deg);
    }
    50% {
        opacity: 0;
        transform: translate(50px, 0);
    }
    75% {
        opacity: 0;
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.back-to-stars-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #20273A;
    z-index: 0;
    border-radius: 22.5px;
}

.stars-tooltip {
    animation: fadeInUp 0.2s ease-out;
    transform-origin: bottom center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.stars-payment-button {
    cursor: pointer;
    transition: all 0.2s ease;
}

.stars-payment-button:hover {
    opacity: 0.9;
}

.popup__back {
    cursor: pointer;
    padding: 0 10px;
}

.popup__back svg {
    transition: transform 0.2s ease;
}

.popup__back:hover svg {
    transform: translateX(-2px);
}

@media (min-width: 1200px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wallet.wallet--stars {
        height: 50vh !important;
    }
}

@media (min-width: 376px) and (max-width: 575px) {
    .wallet.wallet--stars {
        height: 50vh !important;
    }
}

@media (max-width: 375px) {
    .wallet.wallet--stars {
        height: 55vh !important;
    }
}

@media (max-height: 600px) {
    .wallet.wallet--stars {
        height: 60vh !important;
    }
}

.wallet--stars.show,
.wallet--starshelp.show {
    display: flex !important;
}

.currency-switcher-withdraw,
.currency-switcher-deposit,
.currency-switcher {
    position: relative;
    margin-bottom: 15px;
    color: #1B2030;
    width: 100%;
}

.currency-switcher-withdraw .currency-switcher__button,
.currency-switcher-deposit .currency-switcher__button,
.currency-switcher .currency-switcher__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    background: #202638;
    border-radius: 12px;
    border: none;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.currency-switcher-withdraw .currency-switcher__button:hover,
.currency-switcher-deposit .currency-switcher__button:hover,
.currency-switcher .currency-switcher__button:hover {
    background-color: #2a2f45;
}

.currency-switcher-withdraw .currency-switcher__selected,
.currency-switcher-deposit .currency-switcher__selected,
.currency-switcher .currency-switcher__selected {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 10px;
}

.currency-switcher-withdraw .footer__lang-arrow,
.currency-switcher-deposit .footer__lang-arrow,
.currency-switcher .footer__lang-arrow {
    width: 12px;
    height: 8px;
    background: #7486B7;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: transform 0.15s ease-in-out;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
}

.currency-switcher-withdraw.open .footer__lang-arrow,
.currency-switcher-deposit.open .footer__lang-arrow,
.currency-switcher.open .footer__lang-arrow {
    transform: rotate(180deg);
}

.currency-switcher-withdraw .currency-switcher__dropdown,
.currency-switcher-deposit .currency-switcher__dropdown,
.currency-switcher .currency-switcher__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #202638;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.currency-switcher-withdraw .currency-switcher__dropdown.active,
.currency-switcher-deposit .currency-switcher__dropdown.active,
.currency-switcher .currency-switcher__dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.currency-switcher-withdraw .currency-switcher__flag-icon,
.currency-switcher-deposit .currency-switcher__flag-icon,
.currency-switcher .currency-switcher__flag-icon {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    flex-shrink: 0;
}

.currency-switcher-withdraw .currency-switcher__item,
.currency-switcher-deposit .currency-switcher__item,
.currency-switcher .currency-switcher__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.currency-switcher-withdraw .currency-switcher__item:hover,
.currency-switcher-deposit .currency-switcher__item:hover,
.currency-switcher .currency-switcher__item:hover {
    background-color: #2a304a;
}

.currency-switcher-withdraw .currency-switcher__item-left,
.currency-switcher-deposit .currency-switcher__item-left,
.currency-switcher .currency-switcher__item-left {
    display: flex;
    align-items: center;
}

.currency-switcher-withdraw .currency-switcher__text,
.currency-switcher-deposit .currency-switcher__text,
.currency-switcher .currency-switcher__text {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    margin-left: 10px;
    text-transform: uppercase;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar {
  width: 5px;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar-track,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar-track,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar-track {
  background: #34495e;
  border-radius: 10px;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar-thumb,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar-thumb,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.theme--dark .currency-switcher-withdraw .currency-switcher__balance,
.theme--dark .currency-switcher-deposit .currency-switcher__balance,
.theme--dark .currency-switcher .currency-switcher__balance {
    color: #8A87FF;
}

@media only screen and (max-width: 450px) {
    .currency-switcher-withdraw .currency-switcher__dropdown,
    .currency-switcher-deposit .currency-switcher__dropdown,
    .currency-switcher .currency-switcher__dropdown {
        width: 100%;
    }

    .currency-switcher-withdraw .currency-switcher__balance,
    .currency-switcher-deposit .currency-switcher__balance,
    .currency-switcher .currency-switcher__balance {
        font-size: 13px;
    }
}

@media(max-width: 475px){
  .toast-top-right{
    margin-top: 60px!important;
    }
}

.language-selector {
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 5px 10px;
}

.language-item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.language-item.active {
    color: #fff;
}

.language-item:hover {
    color: #fff;
}

.language-divider {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 2px;
}

.profile {
    margin-top: 20px;
}

.profile .currency-switcher {
    position: relative;
    margin-top: 15px;
    color: #1B2030;
    width: 100%;
}

.profile .currency-switcher__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background: #1B2030;
    border-radius: 15px;
    border: none;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.profile .currency-switcher__button:hover {
    background-color: #242c43 !important;
}

.profile .currency-switcher__selected {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 10px;
}

.profile .currency-switcher .footer__lang-arrow {
    width: 12px;
    height: 8px;
    background: #7486B7;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: transform 0.15s ease-in-out;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
}

.profile .currency-switcher__flag-icon {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    flex-shrink: 0;
}

.profile .currency-switcher.open .currency-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile .currency-switcher.open .footer__lang-arrow {
    transform: rotate(180deg);
}

.profile .currency-switcher__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #242c43;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar {
  width: 5px;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar-track {
  background: #34495e;
  border-radius: 10px;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.profile .currency-switcher__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.profile .currency-switcher__item:hover {
    background-color: #2A324A;
}

.profile .currency-switcher__item.inactive {
    opacity: 0.6;
}

.profile .currency-switcher__item.inactive:hover {
    opacity: 0.8;
}

.profile .currency-switcher__item.active {
    display: none;
}

.profile .currency-switcher__item-left {
    display: flex;
    align-items: center;
}

.profile .currency-switcher__add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(116, 134, 183, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.profile .currency-switcher__add-btn:hover {
    background-color: rgba(116, 134, 183, 0.2);
}

.profile .currency-switcher__add-btn svg {
    width: 12px;
    height: 12px;
}

.profile .currency-switcher__text {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    margin-left: 10px;
    text-transform: uppercase;
}

.profile .currency-switcher__balance {
    font-size: 14px;
    color: #7C79FF;
    font-weight: 600;
    text-align: right;
    display: flex;
    align-items: center;
}

.profile .currency-switcher__balance-value {
    margin-right: 3px;
}

.profile .currency-switcher .currency-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    color: #7C79FF;
}

.profile .currency-switcher__item.disabled .currency-switcher__balance {
    opacity: 0.5;
}

.theme--dark .profile .currency-switcher__balance {
    color: #8A87FF;
}

.theme--dark .profile .currency-switcher .currency-icon {
    color: #8A87FF;
}

@media only screen and (max-width: 450px) {
    .profile .currency-switcher__balance {
        font-size: 13px;
    }
}

.profile__avatar-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile__balance .d-flex {
    margin-bottom: 15px;
}

.profile__settings-check {
    width: 50%;
}

.profile__settings-check b {
    font-weight: 600;
}

.dice__select-chance {
    width: 100%;
}

.profile__stat-item.hidden {
    display: none;
}

.profile__fill-text {
    font-size: 14px;
}

@media(max-width:750px){
    .icon_auth{
        width:14px!important;
        height:14px!important;
    }

    .auth_blocks .btn span{
        position: relative;
        top:0.5px;
        font-size: 12px;
    }
}

.header__user-b {
    position: relative;
}

.notification-counter {
    display: none;
    width: 18px;
    height: 18px;
    background: #5BA5F5;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: #171B28;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.notification-counter[data-count]:not([data-count=""]) {
    display: flex !important;
}

.notification-counter text {
    display: none;
}

.notification-counter::before {
    content: attr(data-count);
    color: #171B28;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.header__notification-mobile .notification-counter {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-left: 12px;
}

.popup--mobile-notifications .popup__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../images/borders--dark.svg") repeat;
}
.disable-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media(max-width: 475px) {
    .header__user-b span {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 550px) {
    .big_slot .slot_game_panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        z-index: 10000;
    }
    
    .big_slot .body_slot_game iframe {
        width: 100%;
        height: 100%;
    }
}

.lives-restricted-container,
.lives-restricted-container * {
    box-sizing: border-box;
}

.lives-restricted-container {
    position: relative;
    width: 100%;
    /* max-width: 460px; */
    min-height: 500px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lives-restricted-mask {
    position: absolute;
    width: 350px;
    height: 350px;
    opacity: 0.4;
    top: -45px;
    left: 50%;
    transform: translateX(-45%);
    background: url(images/lives-restricted.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.lives-restricted-mask::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #1A2030 14.07%, rgba(26, 32, 48, 0) 45.57%);
}

.lives-restricted-title {
    position: relative;
    width: 100%;
    /* max-width: 421px; */
    margin-top: 200px;
    margin-bottom: 15px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #7788B6;
    z-index: 2;
}

.lives-restricted-description {
    position: relative;
    width: 100%;
    max-width: 451px;
    margin-bottom: 20px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #414C5D;
    z-index: 2;
}

.lives-restricted-countries-group {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin-bottom: 30px;
    z-index: 2;
}

.lives-restricted-countries-bg {
    position: absolute;
    width: 100%;
    height: 62px;
    left: 0;
    top: 0;
    background: #1C2335;
    border-radius: 15px;
}

.lives-restricted-countries-list {
    position: relative;
    width: 100%;
    padding: 18px 20px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #414C5D;
    z-index: 1;
}

.lives-restricted-actions {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.lives-restricted-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 24px;
    background: linear-gradient(90deg, #2C57FE 0%, #35A2FF 100%);
    border: none;
    border-radius: 15px;
    color: #fff;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0px 3px 0px 0px #1E4AE6;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
    height: 50px;
}

.lives-restricted-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 5px 0px 0px #1E4AE6, 0px 8px 15px rgba(44, 87, 254, 0.3);
}

.lives-restricted-btn:active {
    transform: translateY(1px);
    box-shadow: 0px 1px 0px 0px #1E4AE6;
}

.live_games_content:has(.lives-restricted-container) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    grid-template-columns: none !important;
    min-height: 500px;
    padding: 20px;
}

.bx-input__input.disabled {
    cursor: not-allowed !important;
}

.bx-input__input.disabled input {
    cursor: not-allowed !important;
}

@media (max-width: 768px) {
    .lives-restricted-container {
        padding: 15px;
        min-height: 450px;
    }

    .lives-restricted-mask {
        width: 250px;
        height: 250px;
        top: 20px;
        transform: translateX(-47%);
    }

    .lives-restricted-title {
        margin-top: 180px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .lives-restricted-description {
        margin-bottom: 18px;
        font-size: 13px;
        padding: 0 10px;
    }

    .lives-restricted-countries-group {
        margin-bottom: 25px;
    }

    .lives-restricted-countries-list {
        padding: 15px 15px;
        font-size: 13px;
    }

    .lives-restricted-btn {
        min-width: 180px;
        padding: 15px 20px;
        font-size: 13px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .lives-restricted-container {
        padding: 10px;
        min-height: 400px;
    }

    .lives-restricted-mask {
        width: 300px;
        height: 300px;
        top: -60px;
        transform: translateX(-45%);
    }

    .lives-restricted-title {
        margin-top: 150px;
        margin-bottom: 10px;
        font-size: 18px;
        padding: 0 5px;
    }

    .lives-restricted-description {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 0 5px;
    }

    .lives-restricted-countries-group {
        margin-bottom: 20px;
    }

    .lives-restricted-countries-bg {
        height: 55px;
    }

    .lives-restricted-countries-list {
        padding: 12px 10px;
        font-size: 12px;
    }

    .lives-restricted-btn {
        min-width: 160px;
        padding: 12px 16px;
        font-size: 12px;
        height: 40px;
    }

    .live_games_content:has(.lives-restricted-container) {
        padding: 10px;
        min-height: 400px;
    }
}

@media (max-width: 360px) {
    .lives-restricted-container {
        padding: 8px;
        min-height: 380px;
    }

    .lives-restricted-mask {
        width: 180px;
        height: 180px;
        transform: translateX(-48%);
    }

    .lives-restricted-title {
        margin-top: 130px;
        font-size: 16px;
    }

    .lives-restricted-description {
        font-size: 11px;
    }

    .lives-restricted-countries-list {
        font-size: 11px;
        padding: 10px 8px;
    }

    .lives-restricted-btn {
        min-width: 140px;
        padding: 10px 14px;
        font-size: 11px;
        height: 38px;
    }
}

@media(max-width: 550px) {
    .slot_games_content {
      gap: 7px;
      grid-template-columns: repeat(3, 1fr);
    }
  
    .slot_game {
      aspect-ratio: 0.85;
      height: auto;
    }
  }
  
  @media(max-width: 400px) {
    .slot_game {
      height: 147px;
    }
  
    .play_slot_game {
      width: 54px;
      height: 54px;
    }
  
    .play_slot_game svg {
      width: 16px;
      height: 16px;
    }
  
    .name_slot_game {
      padding: 16px;
      font-size: 10px;
    }
  
    .demo_slot_game {
      width: 83px;
      height: 26px;
      font-size: 12px;
    }
  
    .head_name_slot_game {
      font-size: 14px;
    }
  
    .buttons_slot_game button {
      width: 32px;
      height: 32px;
    }
  
    .buttons_slot_game svg {
      width: 12px;
      height: 12px;
    }
  
    .demo_slot_button {
      width: 55px!important;
      font-size: 11px;
      background: #28314D!important;
      color: #fff;
      cursor: default;
    }
  
    .slot_game, .info_slot_game {
      border-radius: 11px;
    }
  }