
:root {
    color-scheme: only light;
}


html, body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
}


.table tr th {
    color: #ffffff !important;
}


.navbar-burger span {
    display: block;
    background-color: #000;
    height: 4px; /* dikte */
    width: 28px; /* lengte */
    margin: 5px 0; /* afstand */
    border-radius: 2px; /* afgerond */
}

.navbar-burger i {
    color: #000 !important; /* hard zwart */
}

.nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.nav-btn {
    width: 50px !important;
    min-width: 50px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.nav-date {
    flex: 1; 
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}


.foxbox {
    color: lightgrey !important;
}