@import url('bootstrap-icons-1.11.3/font/bootstrap-icons.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar {
    width: 250px;
    height: 100vh;
    background-color: #293042;
}

.navbar-brand-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar-brand-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.navbar-nav {
    gap: 20px;
}

.nav-link {
    padding: 0.5rem;
    border-radius: var(--bs-border-radius);
}

.nav-link.active {
    background-color: var(--bs-nav-link-color);
}

.list-group-label {
    display: block;
    margin: 0 0.5rem 0 0.5rem;
    color: #95999c;
}

.list-group-item-label {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    min-width: 10rem;
}

.list-group-item-p {
    margin: 0;
    color: #95999c;
}

.list-group-item-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.125rem;
    margin: 0 0.5rem 0 0;
    object-fit: contain;
    align-self: center;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
