/* Add custom CSS styles below */ 
/* إخفاء عدة خيارات في قائمة الفرز حسب ترتيبها */
select option:nth-child(1),
select option:nth-child(2),
select option:nth-child(3),
select option:nth-child(4),
select option:nth-child(5) {
    display: none !important;
}