/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.navbar[b-a7s4tlnv0u] {
    max-height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    border-width: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(189, 17, 5);
    color: #FFFFFF;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.navbar-content[b-a7s4tlnv0u] {
    width: 100%;
    height: 100%;
    margin: 0px 1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.navbar-collapse[b-a7s4tlnv0u] {
    flex-basis: 100%;
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between !important;
}

.navbar-items-list[b-a7s4tlnv0u] {
    height: 40px;
    flex-grow: 1;
    margin: 0px 0px 0px 1.5rem;
    padding-left: 0px;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style: none;
}

.navbar-brand[b-a7s4tlnv0u] {
    height: 40px;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    color: white;
}

.navbar-brand-image[b-a7s4tlnv0u] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.navbar-brand-image-small[b-a7s4tlnv0u] {
    display: none;
}

.navbar-brand-contacts[b-a7s4tlnv0u] {
    min-width: min-content;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.15rem 0px;
}

    .navbar-brand-contacts > span[b-a7s4tlnv0u] {
        white-space: nowrap;
        font-size: 0.6rem;
    }

[type=button]:not(:disabled)[b-a7s4tlnv0u], [type=reset]:not(:disabled)[b-a7s4tlnv0u], [type=submit]:not(:disabled)[b-a7s4tlnv0u], button:not(:disabled)[b-a7s4tlnv0u] {
    cursor: pointer;
}

.navbar-toggler[b-a7s4tlnv0u] {
    height: 100%;
    padding: .25rem .75rem;
    margin: 0px 0px 0px auto;
    display: none;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler[b-a7s4tlnv0u] {
        transition: none;
    }
}

.navbar-toggler-image[b-a7s4tlnv0u] {
    width: 100%;

    /*  navbar height - navbar padding - navbar-toggler margin - navbar-toggler padding */
    height: calc(40px - 0.5em - 1px - 0.5rem);

    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.navbar-item[b-a7s4tlnv0u] {
    padding: 0px 0.75rem;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    color: #FFFFFF;
}

    .navbar-item:hover[b-a7s4tlnv0u] {
        background-color: #6c0300;
    }

    .navbar-item.active[b-a7s4tlnv0u] {
        background-color: #bd0400;
    }

    .navbar-item > a.navbar-link[b-a7s4tlnv0u] {
        color: #FFFFFF;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.navbar-divider[b-a7s4tlnv0u] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 576px) {
    .navbar.navbar-change-to-expand[b-a7s4tlnv0u] {
        padding: 0.5rem 0px;
        max-height: none;
    }

        .navbar.navbar-change-to-expand.show-items[b-a7s4tlnv0u] {
            padding-bottom: 0.2rem;
        }

    .navbar-change-to-expand .navbar-toggler[b-a7s4tlnv0u] {
        display: flex;
    }

    .navbar-content[b-a7s4tlnv0u] {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-brand-image-small[b-a7s4tlnv0u] {
        display: block;
    }

    .navbar-brand-image-big[b-a7s4tlnv0u] {
        display: none;
    }

    .navbar-change-to-expand .navbar-items-list[b-a7s4tlnv0u] {
        height: unset;
        margin: 0.25rem 0px;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .navbar.navbar-change-to-expand:not(.show-items) .navbar-collapse[b-a7s4tlnv0u] {
        display: none;
    }

    .navbar-item[b-a7s4tlnv0u] {
        padding-bottom: 0px;
        line-height: 1.35;
    }

    .navbar-divider[b-a7s4tlnv0u] {
        display: none;
    }
}

.footer[b-a7s4tlnv0u] {
    width: 100%;
    padding: 0px 1em;
    line-height: 60px;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    color: #6c757d;
}
