﻿html, body {
    height: 100%;
    margin: 0;
}

.app-wrapper {
    height: calc(100% - 50px);
}

.nav-root {
    height: 50px;
    background: #fff;
}

.nav-loggedIn {
    height: 100%;
    background-color: #343a40 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    width: 100%;
}