/* _content/L4U/Components/Layout/Drawer.razor.rz.scp.css */
[b-1sqr386tva] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-1sqr386tva] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-1sqr386tva] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-1sqr386tva] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-1sqr386tva] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-1sqr386tva] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-1sqr386tva] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-1sqr386tva] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-1sqr386tva] {
        display: none;
        visibility: hidden;
    }

    [b-1sqr386tva] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-1sqr386tva] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/L4U/Components/Layout/Labs4You_MainLayout.razor.rz.scp.css */
.page[b-ifxgoejpjf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ifxgoejpjf] {
    flex: 1;
}

.sidebar[b-ifxgoejpjf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ifxgoejpjf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ifxgoejpjf]  a, .top-row[b-ifxgoejpjf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ifxgoejpjf]  a:hover, .top-row[b-ifxgoejpjf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ifxgoejpjf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ifxgoejpjf] {
        justify-content: space-between;
    }

    .top-row[b-ifxgoejpjf]  a, .top-row[b-ifxgoejpjf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ifxgoejpjf] {
        flex-direction: row;
    }

    .sidebar[b-ifxgoejpjf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ifxgoejpjf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ifxgoejpjf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ifxgoejpjf], article[b-ifxgoejpjf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/L4U/Components/Layout/Labs4You_NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s4j3u0xf3h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s4j3u0xf3h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s4j3u0xf3h] {
    font-size: 1.1rem;
}

.bi[b-s4j3u0xf3h] {
    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-s4j3u0xf3h] {
    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");
}

.bi-plus-square-fill-nav-menu[b-s4j3u0xf3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-s4j3u0xf3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-s4j3u0xf3h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s4j3u0xf3h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s4j3u0xf3h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s4j3u0xf3h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s4j3u0xf3h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s4j3u0xf3h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s4j3u0xf3h] {
        display: none;
    }

    .collapse[b-s4j3u0xf3h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-s4j3u0xf3h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* _content/L4U/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yle6yg1yna] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

[b-yle6yg1yna] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-yle6yg1yna] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-yle6yg1yna] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-yle6yg1yna] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-yle6yg1yna] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-yle6yg1yna] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-yle6yg1yna] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-yle6yg1yna] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-yle6yg1yna] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-yle6yg1yna] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yle6yg1yna] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yle6yg1yna] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-yle6yg1yna] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-yle6yg1yna] {
    display: inline-flex;
}

.menu-button-nav[b-yle6yg1yna] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-yle6yg1yna] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
    z-index: 9999;
    position: relative;
}

    .nav-buttons-container[b-yle6yg1yna]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-yle6yg1yna]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

/* Ensure hamburger button is always on top */
.nav-buttons-container .menu-button[b-yle6yg1yna] {
    z-index: 10000 !important;
    position: relative;
}

.nav-buttons-container .menu-button.visible-button[b-yle6yg1yna] {
    z-index: 10000 !important;
    position: relative;
}

/* Simple direct approach - target the nav-buttons-container itself */
.nav-buttons-container.sidebar-open[b-yle6yg1yna] {
    transform: translateX(200px) translateY(15px) !important;
    transition: transform 0.3s ease !important;
}

.nav-buttons-container.sidebar-closed[b-yle6yg1yna] {
    transform: translateX(0) translateY(15px) !important;
    transition: transform 0.3s ease !important;
}

/* _content/L4U/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-jbz0t4nfx3] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-jbz0t4nfx3] {
    text-align: center;
}

[b-jbz0t4nfx3] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-jbz0t4nfx3] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-jbz0t4nfx3] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
    color: inherit;
}

[b-jbz0t4nfx3] .menu .dxbl-menu-item {
    color: inherit;
    background-color: inherit;
}

[b-jbz0t4nfx3] .menu .dxbl-menu-item:hover {
    background-color: var(--dxbl-menu-item-hover-background-color, var(--bs-primary));
    color: var(--dxbl-menu-item-hover-color, var(--bs-white));
}

    [b-jbz0t4nfx3] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-jbz0t4nfx3] .menu-item {
    color: var(--bs-white, #fff);
}

[b-jbz0t4nfx3] .menu-item-padded {
    padding-left: 20px !important;
}

[b-jbz0t4nfx3] .icon {
    margin-left: 0.5rem;
}

[b-jbz0t4nfx3] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-jbz0t4nfx3] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-jbz0t4nfx3] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-jbz0t4nfx3] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-jbz0t4nfx3] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-jbz0t4nfx3] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-jbz0t4nfx3] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-jbz0t4nfx3] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-jbz0t4nfx3] {
        text-align: inherit;
    }
}
/* _content/L4U/Components/Pages/AddUserPage.razor.rz.scp.css */
.create-user-page[b-cifxebz89d] {
	min-height: 100vh;
	overflow-y: auto;
}

.create-user-content[b-cifxebz89d] {
	padding-bottom: 50px;
}





/* _content/L4U/Components/Pages/Index.razor.rz.scp.css */
[b-jkrru0yyd4] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-jkrru0yyd4] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-jkrru0yyd4] .title {
    text-align: center;
}

[b-jkrru0yyd4] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-jkrru0yyd4] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-jkrru0yyd4] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-jkrru0yyd4] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-jkrru0yyd4] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-jkrru0yyd4] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/L4U/Components/Pages/LabsPage.razor.rz.scp.css */
.lab-card[b-off22l1wb1] {
    display: flex;
    padding: 1.5rem 1rem 1rem 1rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 15rem;
    position: relative;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.lab-card:hover[b-off22l1wb1] {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.lab-card .lab-content[b-off22l1wb1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
    justify-content: center;
}

.lab-card .lab-name[b-off22l1wb1] {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
    color: var(--bs-primary);
    text-align: center;
    word-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lab-card .lab-price[b-off22l1wb1] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-success);
    text-align: center;
}

.lab-card .lab-status[b-off22l1wb1] {
    margin-top: 0.5rem;
}

.lab-card .lab-block-back[b-off22l1wb1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.lab-card .lab-actions[b-off22l1wb1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: auto;
}

.lab-card .lab-details[b-off22l1wb1] {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}
/* _content/L4U/Components/Pages/OrgPanels.razor.rz.scp.css */
.lab-card[b-xmlyey98b9] {
    display: flex;
    padding: 1.5rem 1rem 1rem 1rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 15rem;
    position: relative;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.lab-card:hover[b-xmlyey98b9] {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.lab-card .lab-content[b-xmlyey98b9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
    justify-content: center;
}

.lab-card .lab-name[b-xmlyey98b9] {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
    color: var(--bs-primary);
    text-align: center;
    word-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lab-card .lab-price[b-xmlyey98b9] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-success);
    text-align: center;
}

.lab-card .lab-status[b-xmlyey98b9] {
    margin-top: 0.5rem;
}

.lab-card .lab-block-back[b-xmlyey98b9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.lab-card .lab-actions[b-xmlyey98b9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: auto;
}

.lab-card .lab-details[b-xmlyey98b9] {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}

/* _content/L4U/Components/Pages/PanelsPage.razor.rz.scp.css */
.lab-card[b-5y2ppmrcpk] {
    display: flex;
    padding: 1.5rem 1rem 1rem 1rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 15rem;
    position: relative;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.lab-card:hover[b-5y2ppmrcpk] {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.lab-card .lab-content[b-5y2ppmrcpk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
    justify-content: center;
}

.lab-card .lab-name[b-5y2ppmrcpk] {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
    color: var(--bs-primary);
    text-align: center;
    word-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lab-card .lab-price[b-5y2ppmrcpk] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-success);
    text-align: center;
}

.lab-card .lab-status[b-5y2ppmrcpk] {
    margin-top: 0.5rem;
}

.lab-card .lab-block-back[b-5y2ppmrcpk] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.lab-card .lab-actions[b-5y2ppmrcpk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: auto;
}

.lab-card .lab-details[b-5y2ppmrcpk] {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}

/* _content/L4U/Components/Pages/ShoppingCartPage.Razor.rz.scp.css */
/* _content/L4U/Components/Pages/StripePage.razor.rz.scp.css */
/* _content/L4U/Components/Pages/VerifyEmailPage.razor.rz.scp.css */
.verify-container[b-ph8idfb16u] {
	max-width: 480px;
	margin: 0 auto;
	padding: 24px 12px;
}


