body {
    direction: ltr;
    text-align: left;
    background-color: #f8f9fa;
}

[lang='ar'] body {
    direction: rtl;
    text-align: right;
}

.card-title {
    font-weight: bold;
}

.card-body ul {
    margin-bottom: 0;
}
.navbar-nav {
	flex-direction: row;
	gap: 15px;
}
