@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.title {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning-bar {
    height: var(--mud-appbar-height) !important;
}

.menu-width {
    min-width: 25vw;
    max-width: 80vw;
}