* {
    direction: rtl;
}

.main__layout .dropdown-toggle::after {
    /*margin-right: 7.255em !important;*/
    margin-left: unset !important;
}

.main__layout .nav-link.active {
    border-radius: 0 28px 28px 0px !important;
}

.main__layout .nav-link.dropdown-toggle:not(.collapsed).active {
    border-radius: 0 28px 0px 0px !important;
}

.main__layout .list-unstyled {
    /*padding-right: 28px !important;*/
    padding-left: unset !important;
}

.radio-option + label::before {
    margin-right: unset !important;
    margin-left: 8px !important;
}

.main__layout #toggleSidebar {
    transform: rotate(180deg);
}

.page_title_custom img {
    rotate: 180deg;
}

select:not(#country-code) {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../assets/images/arrow_down_radius.svg') no-repeat right 10px center;
    background-size: 24px;
    background-position:left;
    /* padding-right: 30px;*/
}

.select:not(#country-code)::-ms-expand {
    display: none;
}

.arrow_down_radius {
    left: 9px !important;
    right: unset !important;
}

.input-field .input-icon {
    right: unset !important;
    left: 13px !important;
}


nav li.parent::after {
    bottom: -26px !important;
    inset-inline-end: 8px !important;
    rotate: 270deg !important;
}

nav li.parent::before {
    top: -26px !important;
    rotate: 90deg;
    inset-inline-end: 2px !important;
}

.list-unstyled.collapse.show {
    border-radius: 0 0 28px 0 !important;
}

/*ahmed*/
/* CSS for the RadComboBox */
.RadComboBox.form-control {
    height: 42px;
}

    .RadComboBox.form-control .rcbInputCell {
        height: 42px;
        padding-right: 35px; /* Space for the icon */
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23666" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    .RadComboBox.form-control .rcbInput {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0px 5px 0px 5px !important;
    }

    .RadComboBox.form-control .rcbArrowCell {
        height: 42px;
    }

/* For the dropdown */
.backGroundwhite {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



.RadDropDownTree .rddtFakeInput {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 36px !important;
    line-height: 36px !important;
    display: block;
    overflow: hidden;
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
}

.rddtPopup_Default {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
}
.RadTreeView .rtIn {
    padding: 4px 30px 3px !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    text-align: right !important;
}

/*//tree*/
/* Override Telerik RadDropDownTree popup for RTL layout */
.rtlClass .rddtPopup,
.RadDropDownTreeDropDown.rddtPopup,
.rddtPopup_Default {
    direction: rtl !important;
    text-align: right !important;
}

/* Shift the tree icons and lines to the right */
.rddtPopup .rddtTree .rtLI {
    padding-left: 0 !important;
    padding-right: 18px !important;
}

.rddtPopup .rddtTree .rtLines {
    left: auto !important;
    right: 0 !important;
}

.rddtPopup .rddtTree .rtPlus,
.rddtPopup .rddtTree .rtMinus {
    float: right !important;
    margin-left: 0 !important;
    margin-right: 4px !important;
}

/* Make node text RTL */
.rddtPopup .rddtTree .rtIn {
    direction: rtl !important;
    text-align: right !important;
}
.RadTimePicker .timeView .rcTimeView li {
    line-height: 24px !important; /* المسافة بين كل وقت */
    padding: 2px 8px !important; /* الحشوة حول الوقت */
    font-size: 13px !important; /* حجم الخط */
    white-space: nowrap !important; /* يمنع تقسيم الوقت لسطرين */
    display: block;
    text-align: right; /* ليتناسب مع RTL */
}
.RadCalendarTimeView_Windows7 a {
    width: 66px !important;
    max-height: 100px !important;
    overflow-y: auto !important;
}
table.RadCalendarTimeView td {
    height: 25px !important;
}
.RadTimePicker .rcTimePopup {
    max-height: 100px !important;
    overflow-y: auto !important;
}