.gst-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    width: 30%;
    vertical-align: middle;
}

.gst-table td {
    font-weight: 700;
    /* Bold values */
    color: #212529;
    vertical-align: middle;
}

.rounded-top-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}