/*Default styles for Blazor Web App template
*/
/*html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}*/

.page {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*background-color: rebeccapurple*/
}

/*.sidebar {
    width: 250px;
    background-color: #f8f9fa;
    padding: 1rem;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #e9ecef;
    border-bottom: 1px solid #dee2e6;
}

.content {
    padding: 1rem;
    flex: 1;
}

.nav-menu {
    margin-top: 1rem;
}

    .nav-menu .nav-link {
        color: #333;
        padding: 0.5rem 1rem;
        display: block;
        border-radius: 4px;
        text-decoration: none;
    }

        .nav-menu .nav-link:hover {
            background-color: #e2e6ea;
        }

        .nav-menu .nav-link.active {
            background-color: #007bff;
            color: white;
        }

#blazor-error-ui {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 0.75rem 1.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .reload {
        margin-left: 1rem;
    }

    #blazor-error-ui .dismiss {
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        cursor: pointer;
    }*/
