﻿/* Var overrides */

.mud-nav-link {
    font-size: 1.05rem !important;
    text-decoration: none !important;
}

    .mud-nav-link .mud-icon-root {
        font-size: 1.4rem !important;
        width: 1.4rem !important;
        height: 1.4rem !important;
    }

.appnav-section {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

    .appnav-section.center {
        flex: 0 0 auto;
        justify-content: center;
    }

    .appnav-section.right {
        justify-content: flex-end;
    }

.appnav-select {
    width: 140px;
}

.nav-hide-on-close {

}

.mud-drawer--closed .nav-hide-on-close {
    display: none;
}

.nav-hide-on-open {
    display: none;
}

.mud-drawer--closed .nav-hide-on-open {
    display: unset;
}