﻿.fixed-avatar {
    width: 45px;
    height: 45px;
    object-fit: cover; /* بخش مرکزی عکس را نگه می‌دارد و قاب مربعی می‌سازد */
    border-radius: 50%; /* در صورت نیاز به دایره‌ای بودن */
    overflow: hidden;
}
    .fixed-avatar.lg {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

.logoCustom{
    width:115px !important;
}

.textAreaCustom {
    resize: both !important;
    height: 248px !important;
    width: 90% !important;
    border: 1px solid #c1b7b7 !important;
    border-radius: 8px !important;
    padding: 10px;
}

.preserveLines {
    white-space: pre-line;
}

.rte-container {
    border: 1px solid #ccc;
    font-family: "IRANYekanXFaNum";
}

.rte-toolbar {
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

    .rte-toolbar button {
        margin: 2px;
        padding: 5px 8px;
        cursor: pointer;
    }

.rte-editor {
    min-height: 300px;
    padding: 10px;
    direction: rtl;
    text-align: justify;
    outline: none;
    font-family: "IRANYekanXFaNum";
    font-size: 14px;
    color: none !important;
}

.rte-font-select {
    padding: 4px 10px;
    margin-left: 8px;
    font-family: "IRANYekanXFaNum";
}

.text-justify {
    text-align: justify;
    text-align-last: right;
    direction: rtl;
   
}

.small-menu-item a {
    font-size: 0.70rem !important;
}


.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}


/* موبایل اگر خواستی ارتفاع بیشتر باشد */
@media (max-width: 576px) {
    .gallery-img {
        height: 260px;
    }
}

/* اختیاری: استایل دکمه‌های بعد/قبل */
.next-btn, .prev-btn {
    color: #fff;
}
