@import 'Erp.Client.n1tsj1y0m6.bundle.scp.css';

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

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

.sidebar[b-oa254yxqtx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oa254yxqtx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1030;
}

    .top-row .db-migration-warning[b-oa254yxqtx] {
        display: inline-flex;
        align-items: center;
        color: #856404;
        background-color: #fff3cd;
        border: 1px solid #ffe69c;
        border-radius: 999px;
        padding: 0.35rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 600;
        cursor: pointer;
    }

    .top-row[b-oa254yxqtx]  .dropdown,
    .top-row[b-oa254yxqtx]  .dropdown-menu {
        z-index: 1031;
    }

    .top-row[b-oa254yxqtx]  a, .top-row[b-oa254yxqtx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

    .top-row[b-oa254yxqtx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-oa254yxqtx]  .mobile-layout-launcher {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        margin-left: 0;
        border-radius: 999px;
        background: linear-gradient(135deg, #0d6efd, #3d8bfd);
        color: #fff;
        box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.22);
    }

    .top-row[b-oa254yxqtx]  .mobile-layout-launcher:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
    }

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

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

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

    .sidebar[b-oa254yxqtx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-oa254yxqtx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oa254yxqtx], article[b-oa254yxqtx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.migration-modal-backdrop[b-oa254yxqtx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 2000;
}

.migration-modal[b-oa254yxqtx] {
    width: min(100%, 44rem);
    max-height: min(80vh, 42rem);
    background: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.migration-modal-header[b-oa254yxqtx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9ecef;
}

.migration-modal-title[b-oa254yxqtx] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #5c4600;
}

.migration-modal-subtitle[b-oa254yxqtx] {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
}

.migration-modal-body[b-oa254yxqtx] {
    padding: 1rem 1.25rem 1.25rem;
    overflow-y: auto;
}

.db-migration-warning-list[b-oa254yxqtx] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.db-migration-warning-list li[b-oa254yxqtx] {
    border: 1px solid #f1e0a6;
    background: #fff9e6;
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
}

.db-migration-warning-tenant[b-oa254yxqtx] {
    font-weight: 700;
    color: #5c4600;
    margin-bottom: 0.25rem;
}

.db-migration-warning-message[b-oa254yxqtx] {
    font-size: 0.9rem;
    color: #444;
    white-space: pre-wrap;
    word-break: break-word;
}

#blazor-error-ui[b-oa254yxqtx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-oa254yxqtx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MobileLayout.razor.rz.scp.css */
.mobile-shell[b-4dm7tdpt5d] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.18), transparent 28rem),
        radial-gradient(circle at top right, rgba(25, 135, 84, 0.14), transparent 24rem),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 42%, #f6f8fb 100%);
    color: #16324f;
}

.mobile-shell-header[b-4dm7tdpt5d] {
    position: sticky;
    top: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.85rem;
    background: rgba(248, 251, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(22, 50, 79, 0.08);
}

.mobile-shell-brand[b-4dm7tdpt5d] {
    min-width: 0;
}

.mobile-shell-eyebrow[b-4dm7tdpt5d] {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #53718f;
    text-transform: uppercase;
}

.mobile-shell-title[b-4dm7tdpt5d] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #10263d;
}

.mobile-shell-close[b-4dm7tdpt5d] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    color: #0d6efd;
    box-shadow: 0 0.8rem 1.8rem rgba(16, 38, 61, 0.12);
}

.mobile-shell-content[b-4dm7tdpt5d] {
    width: min(100%, 72rem);
    margin: 0 auto;
    padding: 1rem 1rem 2rem;
}

@media (min-width: 768px) {
    .mobile-shell-header[b-4dm7tdpt5d] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile-shell-content[b-4dm7tdpt5d] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l5sys39uvu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-l5sys39uvu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l5sys39uvu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l5sys39uvu] {
    font-size: 1.1rem;
}

.bi[b-l5sys39uvu] {
    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-l5sys39uvu] {
    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-l5sys39uvu] {
    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-l5sys39uvu] {
    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");
}

.bi-gear-fill-nav-menu[b-l5sys39uvu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405.184c-.413-1.4-2.397-1.4-2.81 0l-.094.319a1.464 1.464 0 0 1-2.105.872l-.292-.16c-1.262-.69-2.745.793-2.054 2.054l.16.292a1.464 1.464 0 0 1-.872 2.105l-.319.094c-1.4.413-1.4 2.397 0 2.81l.319.094a1.464 1.464 0 0 1 .872 2.105l-.16.292c-.69 1.262.793 2.745 2.054 2.054l.292-.16a1.464 1.464 0 0 1 2.105.872l.094.319c.413 1.4 2.397 1.4 2.81 0l.094-.319a1.464 1.464 0 0 1 2.105-.872l.292.16c1.262.69 2.745-.793 2.054-2.054l-.16-.292a1.464 1.464 0 0 1 .872-2.105l.319-.094c1.4-.413 1.4-2.397 0-2.81l-.319-.094a1.464 1.464 0 0 1-.872-2.105l.16-.292c.69-1.262-.793-2.745-2.054-2.054l-.292.16a1.464 1.464 0 0 1-2.105-.872zM8 10.93A2.93 2.93 0 1 1 8 5.07a2.93 2.93 0 0 1 0 5.86z'/%3E%3C/svg%3E");
}

.bi-shield-lock-fill-nav-menu[b-l5sys39uvu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-3.528.93C2.789 1.593 1.781 2.267 1.22 2.81c-.223.216-.38.44-.474.668C.658 3.701.617 3.93.617 4.16c0 4.743 2.936 8.125 7.12 9.676a.8.8 0 0 0 .526 0c4.184-1.551 7.12-4.933 7.12-9.676 0-.23-.04-.459-.129-.682a2.2 2.2 0 0 0-.474-.668c-.56-.543-1.568-1.217-3.252-1.88C9.843.265 8.69 0 8 0m0 5a1.5 1.5 0 0 0-1.5 1.5V7H6a1 1 0 0 0-1 1v2.5A1.5 1.5 0 0 0 6.5 12h3A1.5 1.5 0 0 0 11 10.5V8a1 1 0 0 0-1-1h-.5v-.5A1.5 1.5 0 0 0 8 5m.5 2v-.5a.5.5 0 0 0-1 0V7z'/%3E%3C/svg%3E");
}

.nav-item[b-l5sys39uvu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l5sys39uvu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l5sys39uvu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l5sys39uvu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-l5sys39uvu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l5sys39uvu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-group[b-l5sys39uvu] {
    margin: 0;
}

.nav-group summary[b-l5sys39uvu] {
    list-style: none;
}

.nav-group summary[b-l5sys39uvu]::-webkit-details-marker {
    display: none;
}

.nav-group-summary[b-l5sys39uvu] {
    color: #d7d7d7;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
}

.nav-group-label[b-l5sys39uvu] {
    flex: 1;
}

.nav-group-expand[b-l5sys39uvu] {
    margin-right: 0;
    margin-left: 0.5rem;
    top: 0;
    transition: transform 0.2s ease;
}

.nav-group[open] .nav-group-expand[b-l5sys39uvu] {
    transform: rotate(90deg);
}

.nav-group-summary:hover[b-l5sys39uvu],
.nav-group[open] .nav-group-summary[b-l5sys39uvu] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-submenu[b-l5sys39uvu] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.35rem;
    padding-left: 1rem;
}

.nav-submenu[b-l5sys39uvu]  .nav-link {
    color: #d7d7d7;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
}

.nav-submenu[b-l5sys39uvu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-submenu[b-l5sys39uvu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l5sys39uvu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l5sys39uvu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l5sys39uvu] {
        display: none;
    }

    .nav-scrollable[b-l5sys39uvu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0wfoc8e9mk],
.components-reconnect-repeated-attempt-visible[b-0wfoc8e9mk],
.components-reconnect-failed-visible[b-0wfoc8e9mk],
.components-pause-visible[b-0wfoc8e9mk],
.components-resume-failed-visible[b-0wfoc8e9mk],
.components-rejoining-animation[b-0wfoc8e9mk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-retrying[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-failed[b-0wfoc8e9mk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0wfoc8e9mk] {
    display: block;
}


#components-reconnect-modal[b-0wfoc8e9mk] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0wfoc8e9mk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0wfoc8e9mk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0wfoc8e9mk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0wfoc8e9mk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0wfoc8e9mk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0wfoc8e9mk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0wfoc8e9mk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0wfoc8e9mk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0wfoc8e9mk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0wfoc8e9mk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0wfoc8e9mk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0wfoc8e9mk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0wfoc8e9mk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0wfoc8e9mk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0wfoc8e9mk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0wfoc8e9mk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0wfoc8e9mk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0wfoc8e9mk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MobileMachineSelect.razor.rz.scp.css */
.mobile-selector-header[b-ms85dchum8] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.mobile-selector-back[b-ms85dchum8] {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #1c4d7b;
    text-decoration: none;
    border: 1px solid rgba(28, 77, 123, 0.08);
    box-shadow: 0 0.7rem 1.6rem rgba(28, 77, 123, 0.08);
}

.mobile-selector-kicker[b-ms85dchum8] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #597894;
}

.mobile-selector-intro h1[b-ms85dchum8] {
    margin: 0.35rem 0 0;
    font-size: clamp(1.7rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #16324f;
}

.mobile-selector-intro p[b-ms85dchum8] {
    margin: 0.55rem 0 0;
    color: #567086;
    font-size: 1rem;
}

.mobile-selector-list[b-ms85dchum8] {
    display: grid;
    gap: 0.85rem;
}

.mobile-selector-item[b-ms85dchum8] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.88);
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(39, 69, 96, 0.08);
    box-shadow: 0 1rem 2rem rgba(25, 52, 77, 0.08);
}

.mobile-selector-item-icon[b-ms85dchum8] {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.16), rgba(32, 201, 151, 0.14));
    color: #0d6efd;
    font-size: 1.35rem;
}

.mobile-selector-item-title[b-ms85dchum8] {
    font-size: 1rem;
    font-weight: 800;
    color: #16324f;
}

.mobile-selector-item-subtitle[b-ms85dchum8] {
    margin-top: 0.15rem;
    color: #526f88;
}

.mobile-selector-item-meta[b-ms85dchum8] {
    margin-top: 0.3rem;
    font-size: 0.85rem;
    color: #7b90a3;
}

.mobile-selector-item-chevron[b-ms85dchum8] {
    color: #7f95a8;
}

.mobile-selector-empty[b-ms85dchum8] {
    padding: 1.35rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.82);
    color: #5c7489;
    box-shadow: 0 1rem 2rem rgba(25, 52, 77, 0.06);
}

@media (min-width: 768px) {
    .mobile-selector-list[b-ms85dchum8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/MobileMachineTaskSelect.razor.rz.scp.css */
.mobile-machine-summary[b-yefhd0yqk3] {
    padding: 1rem 1.1rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(25, 135, 84, 0.1));
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.mobile-machine-summary-label[b-yefhd0yqk3] {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    color: #64829c;
}

.mobile-machine-summary-number[b-yefhd0yqk3] {
    margin-top: 0.45rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #16324f;
}

.mobile-machine-summary-title[b-yefhd0yqk3] {
    margin-top: 0.2rem;
    color: #526f88;
}
/* /Components/Pages/MobileMenu.razor.rz.scp.css */
.mobile-menu-hero[b-duwneu0r8g] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(13, 110, 253, 0.96), rgba(25, 135, 84, 0.82)),
        linear-gradient(180deg, #0d6efd, #198754);
    color: #fff;
    box-shadow: 0 1.25rem 2.75rem rgba(13, 110, 253, 0.2);
}

.mobile-menu-kicker[b-duwneu0r8g] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.78;
    margin-bottom: 0.5rem;
}

.mobile-menu-hero h1[b-duwneu0r8g] {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
}

.mobile-menu-hero p[b-duwneu0r8g] {
    margin: 0.75rem 0 0;
    max-width: 34rem;
    font-size: 1rem;
    opacity: 0.9;
}

.mobile-menu-desktop-link[b-duwneu0r8g] {
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    justify-self: start;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.mobile-menu-section[b-duwneu0r8g] {
    margin-top: 1.5rem;
}

.mobile-menu-section-header[b-duwneu0r8g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.mobile-menu-section-header h2[b-duwneu0r8g] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #274560;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-menu-grid[b-duwneu0r8g] {
    display: grid;
    gap: 0.85rem;
}

.mobile-menu-card[b-duwneu0r8g] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 1.4rem;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(39, 69, 96, 0.08);
    box-shadow: 0 1rem 2.2rem rgba(25, 52, 77, 0.08);
}

.mobile-menu-card-icon[b-duwneu0r8g] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.16), rgba(25, 135, 84, 0.12));
    color: #0d6efd;
    font-size: 1.35rem;
}

.mobile-menu-card-title[b-duwneu0r8g] {
    font-size: 1rem;
    font-weight: 800;
    color: #17324c;
}

.mobile-menu-card-text[b-duwneu0r8g] {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    color: #5b7388;
}

.mobile-menu-card-chevron[b-duwneu0r8g] {
    color: #7f95a8;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .mobile-menu-hero[b-duwneu0r8g] {
        grid-template-columns: 1fr auto;
        align-items: end;
        padding: 1.6rem;
    }

    .mobile-menu-grid[b-duwneu0r8g] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .mobile-menu-grid[b-duwneu0r8g] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
