/*
Theme Name: نظام محاسبة WordPress - نسخة PHP
RTL Stylesheet
*/

/* RTL Specific Styles */
body {
    direction: rtl;
    text-align: right;
}

.sidebar {
    right: 0;
    left: auto;
}

.main-content {
    margin-right: 280px;
    margin-left: 0;
}

table th,
table td {
    text-align: right;
}

.card-header {
    flex-direction: row-reverse;
}

.notification {
    border-right: 4px solid;
    border-left: none;
}

@media (max-width: 768px) {
    .main-content {
        margin-right: 0;
    }
}
