body {
    text-align: left;
    direction: ltr;
}



.chat-widget-container .chat-widget-Box .message-details .inputSend button{

    left: unset;
    right: 15px;
}


.journy {
    direction: rtl;
}



.women-img .sign img {

    right: -87px;

}


.footer-top-send i {
    right: unset;
    left: 20px;
}

.footer-top-send input {

    border-radius: 15px 0 0 15px;
}

.footer-top-send button {

    border-radius: 0 15px 15px 0;
}


.accordion-button::after {
    left: unset;
    right: 20px;

}


.search-product img {
    position: absolute;
    left: 20px;
    right: unset

}


.filters{
    left: unset;
    right: 0;
}


.other-products .row{
    direction: rtl;
}

.stars{
    left: unset;
    right: 0;
}
.filter-section label{

        display: flex
;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 10px;
}


.filter-section .main-category .sub{
    margin-left: 15px;
    margin-right: unset;
}

.our-goals{

    direction: rtl;
}

/*  */

.content-app{
    float: right;
}


.nav-toggle-dots, .nav-toggle {
    right: 15px;
    left: unset;
}
.nav-toggle-dots ul, .nav-toggle ul{
    transform: scale(-1);

}

.lisks-side-bar ul li a::after {
    left: -50px;
    right: unset;
    border-radius: 0 11px 11px 0;
}
.lisks-side-bar ul li a:hover::after {
    left: -20px;

}
.cahtsDetails .inputSend button {
    position: absolute;
    right: 15px;
    left: unset
}


.requested-card .more-setting{

        right: 20px;
        left: unset;
}
.requested-card .img-container label {

    left: 10px;
    right:unset

}

.more-setting .dropdown-menu {

    right: 10px;
    left: unset
}


.admin-form select{

    background-position: right 10px center;
}



.check-policy label{
        margin-right: 0px;
    }



    .lisks-side-bar ul li.active a::after{

        left: -20px;
        right: unset;
    }

    @media (max-width: 992px) {

    .side-bar {
        position: fixed;
        left: 0;
        right: unset;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(-300px, 0, 0) !important;
        transition: all 0.5s;
        margin-top: 0;
    }

    .nav_open .content-app {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0) !important;
    }

     .nav-toggle {
    left: 15px;
    right: unset;
}
}

    @media (max-width: 518px){


        .filters {
    right: unset;
    left: 0;
}
    }
