:root {
    --t-text-color: #fff;
    --t-bg-color: #000;
    --t-shadow-color: hsla(0, 0%, 100%, .5)
}

@keyframes rf-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.rf-form {
    --rf-input-text-color: #0f172a;
    --rf-input-border-color: #e5e7eb;
    --rf-input-background-color: #fff;
    --rf-input-focus-ring-color: #3b82f6;
    --rf-input-font-size: 14px;
    --rf-input-radius: 6px;
    --rf-field-error-color: #ef4444;
    --rf-alert-success-text-color: #fff;
    --rf-alert-success-background-color: #22c55e;
    --rf-alert-error-text-color: #fff;
    --rf-alert-error-background-color: #ef4444;
    --rf-loader-text-color: #fff;
    --rf-loader-background-color: rgba(43, 44, 51, .75);
    max-width: 328px;
    width: 100%
}

@media screen and (max-width: 475px) {
    .payment-methods, .rf-form {
        max-width: 80%
    }
}

.rf-form__content {
    border-radius: inherit;
    box-sizing: border-box;
    position: relative
}

.rf-form__content > * + * {
    margin-top: 16px
}

.rf-form__content > :last-child {
    margin-top: 20px
}

.rf-form__loader {
    align-items: center;
    background: var(--rf-loader-background-color);
    border-radius: 8px;
    bottom: -2px;
    color: var(--rf-loader-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1
}

.rf-form__loader:before {
    animation: rf-spin 1.2s linear infinite;
    border-color: currentcolor transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 46px;
    margin-bottom: 16px;
    width: 46px
}

.rf-form-field {
    width: 100%
}

.rf-form-field__error {
    color: var(--rf-field-error-color);
    display: none;
    line-height: 1.25;
    margin-top: 8px;
    width: 100%
}

.rf-form-input {
    appearance: none;
    background-color: var(--rf-input-background-color);
    border: 0 solid var(--rf-input-border-color);
    border-radius: var(--rf-input-radius);
    box-sizing: border-box;
    color: var(--rf-input-text-color);
    font-size: var(--rf-input-font-size);
    line-height: 24px;
    padding: 8px 12px;
    width: 100%
}

.rf-form-input:focus {
    border-color: var(--rf-input-focus-ring-color);
    box-shadow: 0 0 0 2px var(--rf-input-focus-ring-color)
}

.rf-alert {
    align-items: flex-start;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    padding: 8px 12px
}

.rf-alert_error {
    background: var(--rf-alert-error-background-color);
    color: var(--rf-alert-error-text-color)
}

.rf-alert_success {
    background: var(--rf-alert-success-background-color);
    color: var(--rf-alert-success-text-color)
}

.rf-alert__icon {
    flex-shrink: 0;
    width: auto
}

.rf-alert__content {
    font-size: 14px;
    line-height: 1.25;
    padding-left: 12px
}

.rf-alert__content > * {
    margin: 0;
    padding: 0
}

.rf-alert__content > * + * {
    margin-top: .5em
}

.rf-alert__content > h1, .rf-alert__content > h2, .rf-alert__content > h3, .rf-alert__content > h4, .rf-alert__content > h5, .rf-alert__content > h6 {
    font-size: inherit;
    font-weight: 600
}

.rf-alert__content > ol, .rf-alert__content > ul {
    padding-left: 1.5em
}

.container {
    margin: 0 auto;
    max-width: 1400px
}

.phone-row {
    display: flex;
    gap: 15px;

    .col {
        &:first-child {
            width: 30%
        }

        &:last-child {
            width: 70%
        }
    }
}

.form-footer {
    font-size: 12px
}

#languageSelect {
    position: static !important
}

#floatingButton {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    width: 100%
}

.floatingButton {
    --tw-text-opacity: 1;
    background-color: rgb(247 158 27/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: block;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
    z-index: auto
}

.floatingButton:hover {
    --tw-brightness: brightness(1.05);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media screen and (min-width: 992px) {
    .members-form-policy-tooltip {
        left: -70px !important;
        right: -70px !important;
        width: auto !important
    }
}

@media screen and (max-width: 767px) {
    .logo {
        font-size: 14px
    }

    .header-coins {
        display: none
    }
}

html[lang=ar-AR] {
    direction: rtl;

    .phones-bg {
        margin-top: 60px
    }

    .chance-img {
        left: 0;
        right: auto
    }
}