/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*        الترجمة إلى العربية */
body.rtl .tutor-form,
body.rtl .woocommerce-form {
    direction: rtl;
    text-align: right;
}

body.rtl .tutor-form input,
body.rtl .woocommerce-form input {
    text-align: right;
}
/* RTL inputs for Contact Form 7 */
.wpcf7 input,
.wpcf7 textarea {
    direction: rtl;
    text-align: right;
}
.tutor-dashboard-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.tutor-dashboard-wrapper .tutor-dashboard {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}