/* ================================
   AdminLTE RTL + Font Enhancements
   ================================ */

/* RTL Base */
html, body {
    direction: rtl;
    text-align: right;
}

/* Sidebar */
.main-sidebar {
    right: 0 !important;
    left: auto !important;
}

/* Content spacing */
.content-wrapper,
.main-footer,
.main-header {
    margin-right: 250px;
    margin-left: 0 !important;
}

.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer,
.sidebar-collapse .main-header {
    margin-right: 0 !important;
}

/* Sidebar menu alignment */
.nav-sidebar .nav-item > .nav-link {
    text-align: right;
}

.nav-sidebar .nav-link p {
    margin-right: 10px;
}

/* Brand */
.brand-text {
    float: right;
    margin-right: 10px;
}

/* ================================
   Font System (Vazirmatn)
   ================================ */
body,
.content-wrapper,
.main-header,
.main-sidebar {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

/* ================================
   Letter / Document Content
   ================================ */
.letter-content {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    font-weight: 400;
}
.nav-sidebar .nav-link {
    font-size: 14px;
    padding: 10px 16px;
}

.nav-sidebar .nav-link.active {
    background-color: #0d6efd !important;
    border-radius: 6px;
}
.nav-sidebar .nav-icon {
    margin-left: 10px;
}
.brand-link {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.brand-link .brand-image {
    float: none !important;
    margin: 0 !important;
    max-height: 60px;   /* 👈 اندازه لوگو */
    width: auto;
}

/* مخفی کردن متن کنار لوگو */
.brand-link .brand-text {
    display: none;
}

/* ===== Center Sidebar Menu Items ===== */

.nav-sidebar .nav-link {
    justify-content: center;
    text-align: center;
}
.nav-sidebar .nav-treeview .nav-link {
    padding-right: 0 !important;
}

