.register_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 150px;
    direction: rtl;
    padding: 10px;
}

.register_title {
    font-size: 35px;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}

.submit-btn-success {
    display: flex;
    width: 50%;
    justify-content: center;
    justify-items: center;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.register_subtitle {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.register_subtitle_alt {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-top: 15px;
}

.general_info_div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.phone_div {
    display: flex;
    flex-direction: row;
    gap: 10px;
}


.loginform_input {
    border-radius: 100px;
    text-indent: 20px;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
}

.padded-select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    background-image: url('../images/arrow_down_custom.svg'); 
    background-repeat: no-repeat;
    background-position: left 15px center; 
    background-size: 15px 15px; 
}

.padded-select {
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    content: url('../images/custom_cal.svg');
    padding-right: 15px;
    font-family: "Tajawal", sans-serif;
}

select::placeholder {
    font-family: "Tajawal", sans-serif;
}

option::placeholder {
    font-family: "Tajawal", sans-serif;
}

select {
    font-family: "Tajawal", sans-serif;
}

option {
    font-family: "Tajawal", sans-serif;
}

button {
    font-family: "Tajawal", sans-serif;
}

.loginform_input::placeholder {
        font-family: "Tajawal", sans-serif;
 }

.date_custom {
    margin-right: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gender_container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.security_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.terms_and_conditions {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.i_agree {
    display: flex;
    gap: 5px;
}

.i_agree_box {
    color: white;
}

.have_an_account_span {
    font-size: 18px;
    color: white;
    font-size: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.underline_span {
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer
}

.signup_button {
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: white;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.interests_buttons {
    margin-top: 40px;
}

.custom_rate_button {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 100px;
    padding-bottom: 5px;
    border: none;
    outline: none;
}

.submit-btn {
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: white;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px
}

.account-form-wrapper{
    direction: rtl;
}


.custom_checkbox {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 3px;
    color: white;
    border: 1px solid white;
}

.custom_recapthca {
    margin-top: 30px;
}

.socials_divider {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 40px;
    justify-items: center;
    align-items: center;
}

.actual_divider {
    width: 50%;
    min-width: 200px;
    height: 1px;
    border-radius: 100px;
    background-color: white;
}

.socials_div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.google_button {
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #344054;
    display: flex;
    gap: 10px;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.apple_button {
    border-radius: 100px;
    background-color: #1D1D1B;
    color: white;
    display: flex;
    gap: 10px;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.whatsapp_button {
    border-radius: 100px;
    background-color: #25D366;
    color: white;
    display: flex;
    gap: 10px;
    width: 100%;
    border: none;
    outline: none;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: white
}

.gender_div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

    .clickable_div {
        display: flex;
        flex-direction: row;
        gap: 10px;
        background-color: transparent;
        border-radius: 100px;
        width: 50%;
        border: 1px solid white;
        min-height: 45px;
    }

.selected {
    display: flex;
    gap: 10px;
    background-color: white;
    border-radius: 100px;
    width: 50%;
    color: white;
    border: 1px solid white;
    min-height: 45px
}

.tick {
    display: none;
    width: 10px;
    height: 10px;
}

.selected .tick {
    display: block;
    /*padding-left: 20px;*/
    top: 17px;
    position: relative;
    left: 20px;
}

.clickable_div_ptag {
    margin-right: 40px;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
}

.selected .clickable_div_ptag {
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    color: black;
    width:100%;
}

@media only screen and (max-width: 768px) {
    .register_form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85%;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 150px;
        direction: rtl
    }

    .actual_divider {
        width: 50%;
        min-width: 100px;
        height: 1px;
        border-radius: 100px;
        background-color: white;
    }

    .login_form_container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .forgot_span_first {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.profile_image_header
{
    direction:rtl;
}


select.loginform_input {
    border-left: 16px solid transparent;
}
::-webkit-calendar-picker-indicator {
    margin-left: 5px;
}

