﻿.material-icons {
    margin-left: 10px;
    color: #04764E !important; /* رنگ دلخواه */
}


.input-group .input-group-text.search-button .search-icon {
    border: 2px solid #b2dfdb !important; /* بوردر دایره‌ای */
    border-radius: 50% !important; /* دایره‌ای کردن */
    padding: 12px !important; /* فاصله داخلی برای بزرگ‌تر شدن بوردر */
    display: inline-flex !important; /* استفاده از inline-flex برای وسط‌چین */
    align-items: center !important; /* وسط‌چین عمودی */
    justify-content: center !important; /* وسط‌چین افقی */
    overflow: visible !important; /* جلوگیری از برش */
}

/* هیچ استایلی به button اضافه نمی‌کنیم */
.input-group .input-group-text.search-button {
    /* ساختار پیش‌فرض بوت‌استرپ دست‌نخورده می‌مونه */
}

.dz-card.list {
    margin-bottom: 20px; /* فاصله رو کم کن به دلخواه */
}