body {
    direction: rtl;
    text-align: right;
}

/* content page  */
#booking-list .input-group {
    flex-direction: row-reverse;
}
#booking-list .material-symbols-outlined {
    padding-right: 0.5em;
}

/* select only the last child with class user drop down menu */
#dropdownUser, 
#header-search,
.select-option-label-rtl,
#package-time,
.package-quantity {
    direction: ltr;
}

.search-card-title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

.list-arrow > li + li::before {
    content: "\e5cb";
    inset-inline-start: -1.5rem;
}

.btn-see-all-packages {
    text-align: left !important;
}
.category-slider__btn-group,
.city-slider__btn-group,
.choice-slider__btn-group,
.testimonial-slider-two__btn-group {
    flex-direction: row-reverse;
}
/* RTL direction: icon appears on the left */
.accordion-button:dir(rtl)::after {
    margin-inline-start: 0;
    margin-inline-end: auto; /* Push the icon to the left */
}

.modal{
    direction: ltr;
}

/* get all inputs and make there direction direction: rtl; */
input {
    direction: rtl;
}