html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] input {
    direction: rtl;
}

.breadcrumb,
.header-content,
.card-grid {
    direction: rtl;
}
