[lang='ar'] body {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
}


[lang='ar'] .menu-item .menu-link .menu-arrow {
    rotate: 180deg;
}

.ck.ck-editor {
    width: inherit !important;
}

.index_image {
    width: 100px;
    height: 80px;
}

.image-galley {
    height: 200px;
}
@media (max-width: 768px) {
    .image-galley {
        height: 125px;
        width: 125px;
    }
}

[lang='ar'] .page-item .page-link .next,
[lang='ar'] .page-item .page-link .previous,
[lang='ar'] .page-item.disabled .page-link .next,
[lang='ar'] .page-item.disabled .page-link .previous {
    rotate: 180deg;
}

.phone{
    text-align: match-parent;
    direction: ltr;
}

[lang='ar'] .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected::after{
    right: unset !important;
    left: 1.25rem !important;
}

[lang='ar'] table.dataTable td.dt-type-numeric, table.dataTable th.dt-type-numeric{
    text-align: right !important;
}

#notificationCount{
    inset-block-start: -20px !important;
    inset-inline-end: 35px !important;
}

@media (max-width: 768px){
    #notificationCount{
        inset-block-start: -15px !important;
        inset-inline-end: 30px !important;
    }
}


/* Datatable */
table.table.dataTable.table-striped>tbody>tr.selected>*{
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe),.05) !important;
    color: #000;
}
