#intercom-container,
#intercom-container * {
    transform: none !important;
    -webkit-transform: none !important;
}

body *:not(iframe)  {
    -webkit-transform: translateZ(0);
}

.fancybox__container ~ div {
    transform: none;
}

.js-open-intercom {
    cursor: pointer;
}

.link_license {
    width: 125px;
}

.fancybox__container,
.fancybox__carousel,
.fancybox__viewport,
.fancybox__track {
    transform: none !important;
}

.bonus__rakeback__bonus img {
    width: 32px;
}

.recaptcha-center {
    display: flex;
    justify-content: center;
}

.recaptcha-wrap {
    transform: scale(0.85);
    transform-origin: center top;
}

#rc-imageselect,
.g-recaptcha,
.grecaptcha-logo {
    z-index: 999999 !important;
}

.baccarat.tie .baccarat__numbers {
    opacity: 1;
}

.baccarat.tie .baccarat__numbers {
    background-color: rgba(255, 165, 64, 0.18);
    --tw-text-opacity: 1;
    color: rgb(255 170 80 / var(--tw-text-opacity, 1));
}

.baccarat.tie .card {
    filter: drop-shadow(0 8px 14px rgba(255, 140, 40, 0.45));
}

.page.terms {
    position: relative;
}

.terms__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 20px;
}

.terms__item {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #121343 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(18, 19, 67, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #080a29 var(--tw-gradient-to-position);
    padding: 1rem;
    border-radius: .75rem;
}

.terms__item__title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: 0.2px;
}

.terms__item__text {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.terms__item__text:last-child {
    margin-bottom: 0;
}

.terms__item__text strong {
    color: #6d7ee3;
    font-weight: 600;
}

.terms__item__text a {
    color: #6d7ee3;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.terms__item__text a:hover {
    color: #9aa7ff;
}

.page.telegram {
    display: flex;
    justify-content: center;
    height: 100%;
}

.page.telegram .page__container {
    max-width: 100%;
    padding: 0;
}

.page.telegram .auth-page {
    display: flex;
    justify-content: center;
}

.page.telegram .auth-card {
    width: 100%;
    max-width: 420px;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #121343;
    --tw-gradient-to: #080a29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    border-radius: 16px;
    padding: 24px;
    text-align: left;
}

.page.telegram .auth-card h1 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.page.telegram .auth-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.page.telegram .auth-card p strong {
    color: #6d7ee3;
    font-weight: 600;
}

.page.telegram .tg-login {
    display: flex;
    justify-content: flex-start;
}

.page.telegram .tg-login iframe {
    border-radius: 12px;
    overflow: hidden;
}

.page.telegram .auth__desc {
    margin-bottom: 0;
    margin-top: 20px;
}

.page.telegram .auth__desc p {
    margin: auto 0 0;
    font-size: 14px;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(89 92 165 / var(--tw-text-opacity, 1));
    font-weight: 500;
}

.transaction__actions {
    display: flex;
    align-items: center;
    gap: .375rem;
}

.cancelWithdraw {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(24 26 80 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(108 111 190 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.cancelWithdraw:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 32 96 / var(--tw-bg-opacity, 1));
}

.freespins__warning {
    display: flex;
    flex-direction: column-reverse;
    color: rgb(108, 111, 190, 1);
    font-size: 0.875rem;
    text-align: center;
}

.settings__fa-qr-body {
    padding: 0;
}

@media (max-width: 768px) {
    .terms__item {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .terms__item__title {
        font-size: 16px;
    }

    .terms__item__text {
        font-size: 13px;
        line-height: 1.6;
    }

    .page.telegram .auth-card {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .page.telegram .auth-card h1 {
        font-size: 18px;
    }

    .page.telegram .auth-card p {
        font-size: 13px;
    }
}