/* _content/PropertyTaxCalculator/Components/Layout/MainLayout.razor.rz.scp.css */

/*#region Header/Footer CSS */
.navbar[b-ke4ohm1yu2] {
    background-color: #1E376C;
}
.navbar span[b-ke4ohm1yu2] {
    color: white;
    display: none;
    font-size: 20px;
}

@media (min-width: 992px) {
    .navbar span[b-ke4ohm1yu2]{
        display: inline;
    }
}

.navbar-brand[b-ke4ohm1yu2] {
    color: white;
}

.navbar-text[b-ke4ohm1yu2] {
    color: white;
}


a.nav-link[b-ke4ohm1yu2] {
    color: white;
    opacity: 80%;
}

    a.nav-link:hover[b-ke4ohm1yu2],
    a.nav-link:active[b-ke4ohm1yu2] {
        color: white;
        opacity: 100%;
    }

.nav-link.currentNav[b-ke4ohm1yu2] {
    color: white;
    opacity: 100%;
}
.footer[b-ke4ohm1yu2] {
    background-color: #1E376C;
    bottom: 0;
    color: white;
    line-height: 60px;
    width: 100%;
    white-space: nowrap;
}
/*#endregion*/

/*#region Blazor Error*/
#blazor-error-ui[b-ke4ohm1yu2] {
    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[b-ke4ohm1yu2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*#endregion*/
