html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
/* For custom scrollbar in the table on smaller screens */
.table-container::-webkit-scrollbar {
    height: 8px;
}
.table-container::-webkit-scrollbar-track {
    background: #f1f5f9;
}
.table-container::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 4px;
}
.table-container::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
.modal {
    transition: opacity 0.25s ease;
}

.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
    background: rgb(23 37 84) !important;
}