/* Remove this once Bootstrap is removed, this is to disable the App.razor error message if the application compiles correctly */

body{
    background-color:#505b33;
}

#blazor-error-ui {
    display: none;
}

.layout-css-gate {
    visibility: hidden;
}