/**
 * מודלים בעברית — כיוון RTL מפורש (גם כשקטעי תוכן עם direction:ltr).
 */
body .modal {
    direction: rtl;
    text-align: right;
}

body .modal .modal-dialog,
body .modal .modal-content,
body .modal .modal-header,
body .modal .modal-body,
body .modal .modal-footer {
    direction: rtl;
    text-align: right;
}

body .modal .modal-title {
    text-align: right;
}

body .modal .modal-header .close {
    float: left;
    margin-left: 0;
    margin-right: auto;
}
