﻿body {
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f053"; /* ← پیکان چپ */
}
.user-sidebar .submenu .menu-arrow {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; /* یا "FontAwesome" بسته به نسخه */
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 22px;
    float: left; /* ← به جای right */
    transform: rotate(180deg); /* ← جهت پیکان را برعکس کن */
}

.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.submenu ul li {
    padding: 0px 30px 0px 0px;
}
