<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bs-font-sans-serif: 'Poppins', 'Montserrat', sans-serif !important;
}

body {
    font-family: 'Poppins', 'Montserrat', sans-serif !important;
}

.container-body {
    padding-top: 80px; /* Increased from 50px to provide more space below navbar */
    padding-bottom: 10px;
}

.table thead.sticky-top th {
    position: sticky;
    top: 0;
    z-index: 1020; /* Ensure it stays above other content */
    background-color: #343a40; /* Match table-dark background */
    color: #fff; /* Ensure the text is visible */
    border-bottom: 2px solid #dee2e6; /* Optional: Add a border for better visual separation */
}
</pre></body></html>