﻿.select2-results__options {
    text-align: right !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__arrow {
    right: unset !important;
    left: 3px !important;
}


.select2-container--bootstrap5 .select2-selection__clear {
    right: unset !important;
    left: 2.5rem !important;
}

.rtls .form-select {
    direction: rtl !important;
}

.rtls .select2-results__option {
    direction: rtl;
}

@media(min-width:768px) {
    .nav-third-level li a {
        padding-right: 62px !important;
    }
}

@media(max-width:767px) {
    .nav-third-level li a {
        padding-right: 40px !important;
    }
}

.dataTables_filter {
    float: right;
}


.select2-container--bootstrap4 .select2-selection__clear {
    color: #000000 !important;
    float: right !important;
    background-color: transparent !important;
    font-weight: 900 !important;
}

.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
    right: 25px !important;
}

.bn-label {
    right: 0 !important;
    left: unset !important;
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav > .menu-item > .menu-link {
    padding-right: 55px !important;
}

.select2-search__field {
    direction: rtl;
}


@media (min-width: 992px) {
    .aside-fixed .aside {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        overflow: hidden;
    }
}
