.button_header {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Optional: Ensures full width */
    margin-bottom: 39px !important;
}
.button_header h2 {
    margin: 0px !important;
}
ul.fileview {
    list-style: none;
    padding: 0px;
}
.rma-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.rma-table th, .rma-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
}
.rma-table th {
    background-color: #f9f9f9;
}

 #project-popup {
    position: fixed; top: 20%; left: 50%;
    transform: translateX(-50%);
    background: #fff; padding: 20px;
    border: 1px solid #ccc; z-index: 9999;
}

.imagecusproject img {
    width: 63px;
    height: 63px !important;
    object-fit: fill;
}
td.imagecusproject {
    display: inline-flex;
    gap: 16px;
}