.app-shell,
.app-shell-content {
    display: flex;
    flex-direction: column;
}

.app-shell {
    min-height: 100vh;
}

.app-shell-content {
    flex: 1;
}

.app-loading {
    min-height: 100vh;
    padding-bottom: 15vh;
    background-color: var(--mud-palette-background);
}

.app-loading-spinner {
    width: 5rem;
    height: 5rem;
}

.drawer-group {
    font-weight: 400;
}

.drawer-subitem-icon {
    font-size: 0.5rem;
}

.drawer-label {
    white-space: nowrap;
}

.route-authorizing {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.route-authorizing-spinner {
    width: 3.5rem;
    height: 3.5rem;
    color: var(--mud-palette-primary);
}

.minimal-layout-content {
    display: flex;
    flex: 1;
}

.app-footer {
    margin-top: auto;
    color: var(--BM-Supporting-White);
    background-color: var(--BM-Primary-Navy);
}

.app-footer-copy {
    font-size: 0.9rem;
}

.app-footer-action {
    cursor: pointer;
}
