.body {
            direction: rtl;
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            background: url('https://web.zid.sa/js/spa/878522eca0b442ee2e19.svg') no-repeat left center;
            background-size: contain;
                font-family: cairo;

        }
  .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    /* float: right; */
    text-align: right;
}
select, option {
    font-family: 'Cairo'; /* Change this to your desired font family */
    font-size: 12px;
}
.text-center {
    text-align: center !important;
    font-family: cairo;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow 
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #802BE7;
    border-color: #802BE7;
    font-family: cairo;

}
.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text] {
    padding-left: 150px!important;
}
.btn-primary {
    background-color: #802BE7 !important;
    border-color: #802BE7 !important;
    font-family: cairo;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
    font-family: cairo;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    font-family: cairo;
}


.form-group label {
    font-weight: bold;
    float: right;
    font-family: cairo;
}
.container {
    max-width: 600px;
    margin-top: 50px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(128 43 231);
    font-family: cairo !important;
    
}

        .form-group label {
            font-weight: bold;
        }
        .form-group small {
            color: #6c757d;
        }
        .btn-primary {
            background-color: #802BE7;
            border-color: #802BE7;
        }
        .btn-primary:hover {
            background-color: #802BE7;
            border-color: #802BE7;
        }
        .invalid-feedback {
            display: none;
        }
        .valid-feedback {
            display: none;
        }
        #error-message {
            display: none;
        }
        .thankyoubody {
            direction: rtl;
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            background: url('https://web.zid.sa/js/spa/878522eca0b442ee2e19.svg') no-repeat left center;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            font-family: 'Cairo'; /* Change this to your desired font family */

        }
        .thank-you-container {
            text-align: center;
            background-color: #ffffff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgb(128 43 231);
            font-family: 'Cairo'; /* Change this to your desired font family */

        }
        .thank-you-container h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .thank-you-container p {
            font-size: 1.25rem;
            margin-bottom: 20px;
        }
        .thank-you-container .btn-primary {
            background-color: #802BE7;
            border-color: #802BE7;
        }
        .thank-you-container .btn-primary:hover {
            background-color: #802BE7;
            border-color: #802BE7;
        }
