/* _content/VendorOnboarding/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cqay1u765p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cqay1u765p] {
    flex: 1;
}


.content[b-cqay1u765p] {
    padding-top: 1.1rem;
    background-color: white;
    color: black;
}

@media (max-width: 640.98px) {
    .top-row[b-cqay1u765p] {
        justify-content: space-between;
    }

    .top-row[b-cqay1u765p]  a, .top-row[b-cqay1u765p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cqay1u765p] {
        flex-direction: column;
    }

    .top-row[b-cqay1u765p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cqay1u765p], article[b-cqay1u765p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/VendorOnboarding/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-l4ny500idm] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.hb-logo[b-l4ny500idm] {
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

.top-row[b-l4ny500idm] {
    background-color: var(--bs-primary);
    border-bottom: 1px solid #e6e6e6;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: white;
}

.top-row[b-l4ny500idm]  a,
.top-row[b-l4ny500idm]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: white;
}

.top-row[b-l4ny500idm]  a:hover,
.top-row[b-l4ny500idm]  .btn-link:hover {
    text-decoration: underline;
}

.bi[b-l4ny500idm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l4ny500idm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}
