/* public/css/custom.css */

a.filepond--open-icon {
    margin-right: 5px;
    margin-left: 0px;
    width: 25px;
    height: 25px;
}
a.filepond--download-icon {
    margin-left: 20px;
  width: 20px;
    height: 20px;
}
.filepond--file-info-main {
    visibility: hidden;
}

.filepond--file-info-main a {
    visibility: visible; /* يجعل الأيقونات مرئية */
}
span.filepond--file-info-sub {
    display: none;
}
.filepond--file-action-button.filepond--action-remove-item {
    position: absolute;
    bottom: 0; /* نقل الزر إلى أسفل العنصر الحاوي */
    left: 50%; /* محاذاة الزر إلى المنتصف أفقياً */
    transform: translateX(-50%);
}
button.filepond--file-action-button.filepond--action-remove-item {
    color: blueviolet;
}
@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-right: 2px !important;
    }
}
nav.fi-sidebar-nav.flex-grow.flex.flex-col.gap-y-7.overflow-y-auto.overflow-x-hidden.px-6.py-8 {
    padding-left: 5px !important;
}
td.fi-ta-cell.p-0.first-of-type\:ps-1.last-of-type\:pe-1.sm\:first-of-type\:ps-3.sm\:last-of-type\:pe-3.fi-table-cell-items-details {
    display: flex;
    align-items: center;
}
.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 25ch;
}
.wider-column {
    width: 250px; /* أو أي عرض تفضله */
}