/*
Theme Name: Almanar Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Almanar - Islamic Center WordPress Theme
Template:	almanar
Version: 1.0
Text Domain: almanar-child
*/
/* RTL fixes for Tutor LMS password field */
html[dir="rtl"] #tutor-registration-form .tutor-form-group label {
  text-align: right;
}

/* بعض سِكليتورز Tutor بتفرض left، فنعمل override أكثر تحديدًا */
html[dir="rtl"] #tutor-registration-form .tutor-password-strength-checker .tutor-password-field label {
  text-align: right !important;
  display: block;
}

/* اجعل عناصر الباسورد تتبع اتجاه RTL */
html[dir="rtl"] #tutor-registration-form .tutor-password-strength-checker .tutor-password-field,
html[dir="rtl"] #tutor-registration-form .tutor-password-strength-hint {
  direction: rtl;
}

/* زر إظهار/إخفاء الباسورد بيكون غالبًا مثبت يمين؛ في RTL نخليه يسار */
html[dir="rtl"] #tutor-registration-form .tutor-password-field .show-hide-btn {
  left: 12px;
  right: auto;
}
