body{
    direction: ltr;
    text-align: left;
}
.pagebody {
    margin-left: 350px;
    margin-right: 0;
}
.top-nav {
    border-radius: 0 0 90px 0;
    box-shadow: 3px 3px 5px #ddd;
}



.sidebar.min {
    transform: translateX(-100%) !important;
}
.pagebody.full {
    margin-left: 0 !important;
    transition: .6s all ease !important;
}
.chat-sender img {
    left: unset;
    right: 10%;
}
.edit-profil {
    left: unset;
    right: 25px;
}
.arrsel {
    position: absolute;
    left: unset ;
    right: 5%;
}
.form_label .float_label {
    left: 10px;
    right: unset;
}
.map-icon {
    right: 4.5%;
    left: unset;
}
.sidebar {
    box-shadow: 0 8px 5px #ddd;
}
.logohead img {transform: rotateY(180deg);}
.logohead {transform: rotateY(180deg);}

.info-list {
    padding-left: 0;
}

.info-list li:before {
    left: -17px;
    right: unset;
}
.select-arrow {
    right: 30px;
    left: unset;
}
.calendar_two {
    left: unset;
    right: 40px;
}
.notification p:before {
    right: unset;
    left: -5px;
}
.arrsel {
    position: absolute;
    left: unset ;
    right: 5%;
}
.map-icon {
    right: 4.5%;
    left: unset;
}

@media (max-width: 992px){
    .sidebar {
        transform: translateX(-100%);
    }
    .pagebody {
        margin-left: 0;
        margin-right: 0;
    }
    .pagebody.full {
        margin-right: 0 !important;
        transform: translateX(350px) !important;
    }
    .sidebar.min {
        transform: translateX(0) !important;
    }
}
@media (max-width:768px){
    .arrsel {
        right: 10%;
        left: unset;
    }
    .location-icon {
        right: 9.5%;
    }
    .arrsel {
        right: 10%;
        left: unset;
    }
    .location-icon {
        right: 9.5%;
    }
}

@media (max-width:375px){
    .arrsel {
        right: 13%;
        left: unset;
    }
    .map-icon {
        left: 9.5%;
    }
}