html[lang=ar] .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    margin-right: 0;
    padding-left: 15px;
    display: none;
}

.filter-box {
    height: 40px;
    padding: 5px;
    border: 0;
    background: #efefef;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    font-weight: bold;
    outline: 0 !important;
    cursor: pointer;
}







.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
}
.more-select~.select2 .select2-selection--multiple .select2-search__field {
    margin-top: 0;
    height: 100%;
}

.more-select~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color: rgba(7, 7, 175, 50%);*/
    color: #000;
    font-weight: bold;
}

.more-select~.select2 .select2-selection--multiple .select2-search__field::placeholder {
    color: rgba(7, 7, 175, 50%);
}

.more-select~.select2 .select2-selection--single,
.more-select~.select2 .select2-selection--multiple {
    height: 40px;
    padding: 5px 5px;
    border: 0;
    background: #efefef;
    outline: 0;
}

.more-select~.select2 .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    width: 15px;
}

.more-select~.select2 .select2-selection--single .select2-selection__arrow b {
    transition: .5s;
    display: none;
}

.more-select~.select2 .select2-selection--single .select2-selection__arrow::after {
    content: "\f078";
    display: block;
    font-size: 11px;
    color: #707070;
    font-weight: 900;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
}

.more-select~.select2 .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    padding: 0;
}

html[lang=ar] .more-select~.select2 .select2-selection--multiple .select2-selection__clear {
    left: 0;
    right: auto;
}

.more-select~.select2 .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;

}

.more-select~.select2, .filter-box {
    /*width: 118px !important;*/
    min-width: 109px !important;
    width: auto !important;
    box-shadow: 0 0 2px rgba(128, 128, 128, 50%);
    border-radius: 4px;
    overflow: hidden;
}

.more-select~.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 0;
}

.more-select~.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}
.more-select~.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
}

/*.more-select~.select2-container {*/
/*    min-width: 200px;*/
/*}*/

.more-select~.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    /*color: rgba(7, 7, 175, 50%);*/
    color: #000;
}


.dropdown-select-2 .select2-results__option {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

/* check-box remove */

.dropdown-select-2 .select2-results__option:after {
    content: "";
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    background-color: #fff;
    margin-inline-start: 5px;
    vertical-align: middle;
    flex-shrink: 0;
}

.dropdown-select-2 .select2-results__option:after {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    /* background-color: #f77750; */
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: .3s;
    border: 1px solid #dddddd;
    display: none;
}

.dropdown-select-2 .select2-results__message::after {
    display: none;
}

.dropdown-select-2 .select2-results__option--selected:after {
    background-color: rgba(7, 7, 175, 50%);
}

.dropdown-select-2 .select2-results__option--highlighted[aria-selected] {
    background-color: #dfedf7;
    color: rgba(59,130,246,.5);
}

.dropdown-select-2.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.dropdown-select-2.select2-container--focus .select2-selection--multiple {
    border-color: rgba(7, 7, 175, 50%);
}

.dropdown-select-2 .select2-selection--multiple {
    border-width: 2px;
}

.dropdown-select-2 {
    /* transition: .5s !important; */
    z-index: 55;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 3px #949494;
    padding: 10px 0;
    overflow-y: auto;

}

.select2-container--open .select2-dropdown--below.show_2 {
    /* transform: translateY(0) !important; */
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-y: visible;
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}


.main-ul_2 {
    max-height: 15rem;
    padding: 0.9rem;
    overflow: auto;
}

.main-ul_2 li {
    cursor: pointer;
    font-size: 16px;
}

.main-ul_2::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.main-ul_2::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 99px;
    border: 4px solid #fafafa;
}


.main-ul_2::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 4px;
}

.btn-default {
    background: transparent !important;
    border-color: darkgrey !important;
    outline: 0 !important;
    box-shadow: none !important;
    min-width: 110px;
    text-align: end;
    font-size: 18px;
}

.hint-li {
    text-align: end;
    padding: 5px;
    border-radius: 3px;
    transition: .3s;
}

.hint-li:hover {
    background-color: #e8f7ff;
    color: #109fdc;
}

.dropdown-select-2::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.dropdown-select-2::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 99px;
    border: 4px solid #fafafa;
}


.dropdown-select-2::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 4px;
}

.sel_container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.sel_container > select, .sel_container .filter-box {
    /*flex-grow: 1;*/
}

.hidden{
    display: none;
}

.m-header .main-ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.m-header .main-ul li {
    border-radius: 3px;
    background-color: transparent;
}

.m-header .main-ul li.active {
    background-color: #dfedf7;
}

.m-header .main-ul li.active a {
    color: rgba(59,130,246,.5);

}

.check-filter {
    padding: 20px 20px 25px;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 4444;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 150%);
    bottom: 0;
    width: 450px;
    max-width: calc(100% - 20px);
}

.overlay-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    left: 0;
    bottom: 150%;
    transition: .8s;
    z-index: 22;
}

.overlay-filter.active {
    bottom: 0;
}



.check-filter.active {
    transform: translate(-50%, 0);
}

.check-filter .header-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 30px;
}

.check-filter .header-filter button, .title-filter {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    border: 0;
    margin-bottom: 0;
    outline: 0 !important;
}

.foot-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 15px;
}

.accept-check .label-check {
    overflow: hidden;
}

.accept-check .btn-check:checked + .check-inner span {
    background-color: #dce9f4;
    border-color: #0671c1;
    transition: 0.3s;
}
.accept-check .btn-check:checked + .check-inner .hint-text {
    color: #0671c1;
}
.accept-check .btn-check:checked + .check-inner span .arrow-shape {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}
.accept-check .check-inner {
    display: flex;
    align-items: center;
}
.accept-check .check-inner span {
    min-width: 160px;
    height: 40px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d6d9;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media (max-width: 425px) {
    .accept-check .check-inner span {
        border-color: #fff;
    }
}
.accept-check .check-inner span i {
    /* display: none; */
    color: #fff;
}
.accept-check .check-inner .hint,
.accept-check .check-inner a {
    font-size: 1rem;
    color: #4c5264;
    font-weight: bold;
}

.arrow-shape {
    width: 0;
    height: 0;
    border-top: 30px solid #0474c0;
    border-right: 30px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s;
}

.arrow-shape i {
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: -23px;
}
.check-inner .hint-text {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.fixed-btn {
    width: 100%;
    padding: 15px;
    background: #0474c0;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0 !important;
}

@media(max-width: 550px) {
    .check-inner .hint-text {
        font-size: 13px;
    }
    .foot-filter {
        gap: 20px;
    }

    .accept-check .check-inner span {
        min-width: 115px;
    }
}

.close-filter, .delete-all, .fixed-btn, .fixed-btn {
    cursor: pointer;
}

.home-anchor {
    text-align: center;
    margin-inline-end: 0 !important;
}
.home-icon {
    font-size: 25px;
    margin-bottom: 5px;
    color: #0474c0;
}
