.table-body-scroll {
    display: block;
    max-height: 450px; /* Adjust height as needed */
    overflow-y: auto;
}

.table-body-scroll tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table thead, .table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


.custom-btn {
    padding: 10px 15px !important;
    font-size: 14px !important;
    border: none !important; /* Removes border */
    border-radius: 5px !important; /* Slight rounding for a modern look */
    color: white !important;
    margin: 5px !important;
    box-shadow: none !important; /* Removes any shadow */
    outline: none !important; /* Removes focus outline */
}
.btn-secondary { background-color: #6c757d !important; }
.btn-success { background-color: #28a745 !important; }
.btn-primary { background-color: #007bff !important; }
.btn-danger { background-color: #dc3545 !important; }
.btn-warning { background-color: #ffc107 !important; color: black !important; }
