.gangsheet-table {
    width: 100%;
    border-collapse: collapse;
}

.gangsheet-table th,
.gangsheet-table td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.gangsheet-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}

.gangsheet-table td:nth-child(1), /* No */
.gangsheet-table td:nth-child(3)  /* Qty */
{
    width: 50px;
}

.gangsheet-table td:nth-child(2) { /* Image */
    width: 80px;
}

.gangsheet-table td:nth-child(4) { /* Size */
    width: 120px;
}

/* .gangsheet-table tbody tr:nth-of-type(odd) td {
    background-color: #fff;
}

.gangsheet-table tbody tr:nth-of-type(even) td {
    background-color: #f4f4f4;
} */

.gangsheet-table img {
    height: 100px;
    /* object-fit: contain; */
    width: auto;
}
/* .modal-popup.gangsheet_data {
    margin: 0 auto !important; Center the modal
    left: 50% !important;
    transform: translateX(-50%) !important;
} */

.gangsheet_data.modal-popup .modal-title {
    /* padding-top: 0; */
    line-height: 24px;
    font-weight: 600;
    font-size: 22px;
}

.gangsheet_data .modal-inner-wrap {
    min-width: 100%;
    margin-top: 30px;
}

.gangsheet_data .modal-header {
    padding-left: 20px;
    padding-right: 20px;
}

.gangsheet_data 
 .modal-content {
    padding-left: 20px;
    padding-right: 20px;
}

.gangsheet_data.modal-popup .action-close, .gangsheet_data.modal-slide .action-close {
    padding: 0;
}

@media (min-width: 769px){
    .gangsheet_data .modal-inner-wrap {
        min-width: 700px;
        max-width: 80%;
    }
}