﻿@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --Alexandria: "Alexandria";
    --Change: "Changa", sans-serif;
    --Roboto: "Roboto", sans-serif;
}

footer {
    display: none !important
}

body {
    overflow-x: hidden !important;
}

.logo img {
    width: 160px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    font-family: var(--Alexandria);
}

.login-box {
    background: white;
    padding: 20px;
    border-radius: 16px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 330px;
    margin-top: 20px;
    border: 1px solid #D1D1D1;
    direction: rtl;
}

    .login-box p {
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
        margin-top: 0;
        font-family: var(--Change);
        text-align: start;
    }

    .login-box h2 {
        font-family: var(--Change);
        font-weight: 600;
        font-size: 16px;
        margin: 0;
        text-align: start;
    }

.login-btn {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 0px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: var(--Roboto);
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #747775;
    flex-direction: row-reverse;
    span

{
    color: #1F1F1F;
    font-family: var(--Change);
    text-align: right;
    font-size: 14px;
}

}

.login-btn img {
    width: 25px;
    margin-inline-end: 10px;
    height: 25px;
}

.separator {
    margin: 32px 0;
    font-size: 14px;
    color: #777;
    text-align: center;
    position: relative;
    font-family: var(--Change);
}

    .separator span {
        position: relative;
        top: -5px;
        background: white;
        z-index: 22;
        padding: 0 20px;
    }

    .separator::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        height: 1px;
        background-color: #D1D1D1;
        top: 9px;
        z-index: 2;
    }

.social-icons {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    flex-direction: column
}

    .social-icons img {
        width: 30px;
        cursor: pointer;
    }

/* end step one */

/* start step three */
.timer span {
    color: #5D5D5D;
    font-family: var(--Change);
    font-size: 12px;
    font-weight: 400;
}

    .timer span.time {
        font-weight: 500;
    }

.change-number {
    background: var(--main-grad, linear-gradient(74deg, var(--Gradient-0, #13ACE7) 0.5%, var(--Gradient-20, #754CCC) 23.91%, var(--Gradient-50, #8E2490) 47.33%, var(--Gradient-80, #CF1768) 70.75%, var(--Gradient-100, #FF7933) 94.17%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--Change);
    font-size: 12px;
}

.container.faheem-step-four {
    padding-top: 50px;
}

/*global style css */
body {
    background-color: #F6F6F6;
    margin: 0;
    direction: rtl;
}

.container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 100px;
    flex-direction: column;
    height: calc(100vh - 100px);
}

a {
    text-decoration: none;
}

.input-group {
}

    .input-group.holder {
        flex-direction: column;
    }

        .input-group.holder > input {
            width: 100%;
        }


        .input-group.holder > span {
            display: inline-block;
            text-align: start;
            margin-top: 5px;
            font-size: 13px
        }

form label {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    text-align: start;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    font-family: var(--Change);
}

.direction-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.space-between {
    justify-content: space-between;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

input {
    width: calc(100% - 0px);
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    padding: 12px 16px;
    outline: none !important;
    text-align: end;
    color: #222;
    font-family: var(--Change);
    font-weight: 400;
    direction: rtl;
    text-align: start;
}

#EnteredOtp {
    text-align: start;
}

::placeholder {
    font-family: var(--Change);
}

.button {
    margin-top: 10px;
    color: #fff;
    width: 100%;
    font-family: var(--Change);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: none;
    background: var(--main-grad, linear-gradient(74deg, var(--Gradient-0, #13ACE7) 0.5%, var(--Gradient-20, #754CCC) 23.91%, var(--Gradient-50, #8E2490) 47.33%, var(--Gradient-80, #CF1768) 70.75%, var(--Gradient-100, #FF7933) 94.17%));
}


label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.custom-dropdown {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--Change);
}

    .custom-dropdown::after {
        content: "";
        background-image: url(/images/faheem/arrow-down.svg);
        width: 20px;
        height: 20px;
    }

.dropdown-options {
    position: absolute;
    top: 52px;
    left: -1px;
    width: 100%;
    background: white;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.option {
    padding: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--Change);
    border-bottom: 1px solid #D1D1D1;
}

    .option:last-of-type {
        border: none;
    }

/* .option:hover {
    background: #6a0dad;
    color: white;
} */

.custom-dropdown.active .dropdown-options {
    display: block;
}

.option.selected-option {
    color: #754CCC;
}


/* ----------------------------------------------radio button--------------------------- */
.radio-item {
    width: 50%;
    max-width: 140px;
    height: 160px;
}

.radio-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.radio-option {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    border-radius: 12px;
    border: 1px solid #808080;
    background-size: 100px;
}

input[type="radio"] {
    display: none;
}

#gender-Male + label {
    background-image: url(/images/faheem/male.svg);
}

#gender-Female + label {
    background-image: url(/images/faheem/female.svg);
}

#gender-Male:checked + label {
    background-image: url(/images/faheem/maleselected.svg);
}

#gender-Female:checked + label {
    background-image: url(/images/faheem/femaleselected.svg);
}

.fixed-button {
    position: fixed;
    bottom: 0;
    width: calc(100% - 0px);
    border-top: 1px solid #D8D8D8;
    background: #F4F4F4;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.login-boxScroll {
    height: calc(100vh - 310px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.faheem_five_step{
    padding-top:0 !important
}
.faheem_five_step .login-boxScroll {
    height: calc(100vh - 160px);
}

.login-boxScroll::-webkit-scrollbar {
    display: none;
}

.fixed-button button {
    max-width: 341px;
}

.fixed-button a {
    width: 100%;
    display: flex;
    justify-content: center;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.date-input-container {
    position: relative;
}

    .date-input-container img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        position: absolute;
        left: 0;
        top: 20px;
    }


.complete-profile {
    gap: 12px;
}

    .complete-profile .skip-now {
        padding: 3px;
    }

        .complete-profile .skip-now span {
            background-color: #fff;
            color: #222222;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-weight: 700;
        }

.text-danger, #otpErrorMessage {
    text-align: start;
    font-size: 13px;
}

.back_button {
    position: absolute;
    top: 32px;
    right: 15px;
    width: 44px;
    height: 44px;
}

    .back_button > button {
        border: none;
        padding: 10px;
        background-color: #fff;
        border-radius: 12px;
    }

#reSendOTP {
    background: var(--main-grad, linear-gradient(74deg, var(--Gradient-0, #13ACE7) 0.5%, var(--Gradient-20, #754CCC) 23.91%, var(--Gradient-50, #8E2490) 47.33%, var(--Gradient-80, #CF1768) 70.75%, var(--Gradient-100, #FF7933) 94.17%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--Change);
    font-size: 12px;
    margin-inline-start: 4px;
}

.timer {
    display: flex;
    align-items: center;
}
