.sticky-table-header {
    position: sticky;
    top: 58px;
}

.sticky-table-header-border {
    box-shadow: inset 0 1px 0 lightgray, inset 0 -2px 0 lightgray;
}

.invalid-input {
    background-color: rgba(220, 53, 69, 0.02) !important;
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.6) !important;
}

body, html {
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: dimgray;
}
a {
    all: unset;
    cursor: pointer;
}