.elementor-93790 .elementor-element.elementor-element-bf4a707{--display:flex;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-d5c1eba *//* مخفی کردن فیلد ایمیل اگر در فرم نمایش داده شد */
.sms-ir-form-row.email-row {
    display: none !important;
}

/* استایل دادن به فیلد شماره موبایل */
.sms-ir-otp-input {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    transition: 0.3s;
}

.sms-ir-otp-input:focus {
    border-color: #f39c12; /* رنگ برند سایتت */
    outline: none;
}

/* استایل دکمه ارسال */
.sms-ir-otp-submit {
    background-color: #f39c12;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
}/* End custom CSS */