@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/CompanyNavMenu.razor.rz.scp.css */
.navbar-toggler[b-v2fhphk229] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v2fhphk229] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v2fhphk229] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v2fhphk229] {
        display: none;
    }

    .collapse[b-v2fhphk229] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.mycontent-left[b-v2fhphk229] {
    border-right: 1px dashed rgba(0,0,0,.15);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-cgd2aignyq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cgd2aignyq] {
    flex: 1;
}

.sidebar[b-cgd2aignyq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cgd2aignyq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cgd2aignyq]  a, .top-row[b-cgd2aignyq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cgd2aignyq]  a:hover, .top-row[b-cgd2aignyq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cgd2aignyq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cgd2aignyq] {
        display: none;
    }

    .top-row.auth[b-cgd2aignyq] {
        justify-content: space-between;
    }

    .top-row[b-cgd2aignyq]  a, .top-row[b-cgd2aignyq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cgd2aignyq] {
        flex-direction: row;
    }

    .sidebar[b-cgd2aignyq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cgd2aignyq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cgd2aignyq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cgd2aignyq], article[b-cgd2aignyq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p5p7pifh5o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p5p7pifh5o] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p5p7pifh5o] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p5p7pifh5o] {
        display: none;
    }

    .collapse[b-p5p7pifh5o] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.mycontent-left[b-p5p7pifh5o] {
    border-right: 1px dashed rgba(0,0,0,.15);
}

.nav-link.active > .badge-count-wrapper[b-p5p7pifh5o] {
    opacity: 1;
}

.badge-count-wrapper[b-p5p7pifh5o] {
    opacity: 0.55;
    background-color: var(--green);
    color: white;
    border-color: white;
    border: 2px solid;
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
}
.badge-count-wrapper > label[b-p5p7pifh5o] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 0.25rem;
    font-weight: bold;
}

.badge-grower-count[b-p5p7pifh5o] {
    background-color: var(--green);
    color: white;
}

.badge-admin-count[b-p5p7pifh5o] {
    background-color: var(--bs-primary);
    color: white;
}

.badge-retailer-count[b-p5p7pifh5o] {
    background-color: var(--yellow);
    color: white;
}

/* Foreach Badge child in badge-count-wrapper merge vertical borders */
.badge-count-wrapper > .badge[b-p5p7pifh5o] {
    display:flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 0.25rem;
    min-height: 100%;
    max-height: 100%;
}
.badge-count-wrapper > .badge:last-child[b-p5p7pifh5o] {
    border-bottom-right-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
}
