body {
    text-align: right;
    font-family: 'Almarai', sans-serif;
    /*font-family: 'El Messiri', sans-serif;*/
}

.dropdown-menu {
    text-align: right;
}

/*------------ Pagination */
#ingml_pagination .page-item {
    border-right: solid 1px #ffe48a;
    border-left: none;
}

#ingml_pagination .page-item:last-child {
    border-left: solid 1px #ffe48a;
}

/*------------ Custom forms */
.ingml_custom-select {
    background: rgba(255, 255, 255, 0.8) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}