.top-row {
    background-color: #202b30;
    border-bottom: 1px solid #757575;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

#blazor-error-ui { 
    color: black;
}

.loading-symbol {
    filter: invert(1);
}