/* ── Shared auth form styles ─────────────────────────────────── */

p {
    font-size: 14px !important;
}

.form-group label,
.extra-action-link {
    font-size: 14px !important;
}

.login-registration-submit-button {
    font-size: 14px !important;
    color: black !important;
    font-weight: 700 !important;
    width: 100%;
}

/* intl-tel-input overrides */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti__country-name {
    color: #000000 !important;
}

#phone {
    width: 100% !important;
}

.iti.iti--container {
    top: 0 !important;
    left: 0 !important;
}

/* ── Max sessions page ───────────────────────────────────────── */

.cs-form-control {
    padding: 12px !important;
    background-color: #DFA326 !important;
}

.movies-collection-image {
    width: 100%;
    height: auto;
}

#iti-0__country-listbox {
    width: 100% !important;
    height: 400px;
}

@media only screen and (max-width: 768px) {
    .mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .top-div {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .top-div {
        padding-top: 120px !important;
    }
}

/* ── Subscription page ───────────────────────────────────────── */

.btn-dark {
    background-color: black !important;
}

.subscription-column {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    height: auto;
}

#payment-btn-area {
    display: none;
    background: #8446E4;
}

@keyframes slide-down {
    from { transform: translateY(-32px); }
    to   { transform: translateY(0); }
}

.payment-button-image {
    height: 70px;
    width: auto;
    border-radius: 5px;
}

.btn-payment {
    background: #000;
    border: 0;
    padding: 0 10px;
    margin: 20px 0 !important;
    width: 100%;
    display: block !important;
}

.payment_prompt_custom {
    display: none;
    justify-content: center;
}

.pay_helper_text {
    font-size: 1em;
    display: none;
    color: black !important;
}

.btn-black:hover {
    background-color: red !important;
    transition: 0.3s ease;
}

@media (max-width: 575px) {
    .custom-mb-top-div {
        margin-top: 2vh !important;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 70px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .mb-landscape {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mb-landscape-fw {
        max-width: 100% !important;
    }

    .col-sm-4 {
        width: 48.33333333% !important;
    }
}
