@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans.eot');
    src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IRANSans.woff2') format('woff2'),
         url('../fonts/IRANSans.woff') format('woff'),
         url('../fonts/IRANSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir.woff2') format('woff2'),
         url('../fonts/Vazir.woff') format('woff'),
         url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.persian-swal {
    font-family: 'IRANSans', 'Vazir', 'Tahoma', sans-serif !important;
}

.otp-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.otp-popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    direction: ltr;
}

.otp-response-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.otp-timer {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}

.resend-otp {
    display: none;
    margin-top: 10px;
    color: #2196F3;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
}

.verify-otp {
    padding: 10px 30px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}