[theme="dark"] body, [theme="light"] body, [theme="dark"] .sidenav, [theme="light"] .sidenav {
    transition: color 1s ease, background-color 1s ease;
}
.navbar-toggle {
    float: left !important;
    margin-left: 15px;
}

.navbar-header.navbar-right.pull-right {
    margin-right: 15px;
}

.navbar-right > li {
    float: left;
}


.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown:hover .dropdown-menu-end {
    right: 0;
    left: auto;
}

header, main, footer, #memberOfWeek {
    padding-left: 300px;
}

#memberOfWeek {
    line-height: 21.33px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    margin: 1%;
}
.page-footer {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width : 992px) {
    header, main, footer, #memberOfWeek {
        padding-left: 0;
    }
    #memberOfWeek {
        line-height: 18.6px;
    }
}
.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: initial;
    font-weight: 600;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    text-transform: initial;
}
.waves-effect.waves-blue .waves-ripple {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: rgba(0, 113, 168, 0.65);
}
nav li.disabled a {
    color: rgba(255, 255, 255, 0.5) !important;
    pointer-events: none;
    cursor: default;
}