body{
    font-smooth: always;
}

/* Text direction classes */
/* body.text-ltr {
    direction: ltr;
    text-align: left;
}

body.text-rtl {
    direction: rtl;
    text-align: right;
} */

/* Override specific elements for better RTL/LTR support */
body.text-ltr input,
body.text-ltr textarea,
body.text-ltr select {
    text-align: left;
}

body.text-rtl input,
body.text-rtl textarea,
body.text-rtl select {
    text-align: right;
}

.text-ltr .side-border {
    border-left: 4px solid #15b9a6;
    padding-right: 10px;
}
.text-rtl .side-border {
    border-right: 4px solid #15b9a6;
    padding-left: 10px;
}
.print-container *{
    font-family: "Noto Sans Arabic", sans-serif;
}