/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-88g60v2bvd] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

main[b-88g60v2bvd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 3.5rem;
}

article.content[b-88g60v2bvd] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.8rem;
    background-color: #F4F6F9;
}

.top-row[b-88g60v2bvd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

    .top-row[b-88g60v2bvd]  a, .top-row[b-88g60v2bvd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-88g60v2bvd]  a:hover, .top-row[b-88g60v2bvd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-88g60v2bvd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row img[b-88g60v2bvd] {
        height: 2rem;
        margin-right: 24px;
    }

    .top-row h2[b-88g60v2bvd] {
        margin: 0;
        color: #0068A6;
    }

.top-row-left[b-88g60v2bvd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.top-row-profile[b-88g60v2bvd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.profile-display-name[b-88g60v2bvd] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.profile-icon-btn[b-88g60v2bvd] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

    .profile-icon-btn svg[b-88g60v2bvd] {
        width: 26px;
        height: 26px;
    }

    .profile-icon-btn:hover[b-88g60v2bvd] { background-color: #e9ecef; }

.profile-photo[b-88g60v2bvd] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

#blazor-error-ui[b-88g60v2bvd] {
    background: lightyellow;
    bottom: 3.5rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-88g60v2bvd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.role-modal-overlay[b-88g60v2bvd] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.role-modal-card[b-88g60v2bvd] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 320px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .role-modal-card h5[b-88g60v2bvd] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .role-modal-card hr[b-88g60v2bvd] {
        margin-bottom: 0.75rem;
    }

.role-modal-msg[b-88g60v2bvd] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.role-modal-actions[b-88g60v2bvd] {
    display: flex;
    gap: 0.75rem;
}

.role-modal-cancel[b-88g60v2bvd] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-cancel:hover[b-88g60v2bvd] { background-color: #e2e6ea; }

.role-modal-confirm[b-88g60v2bvd] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-confirm:hover[b-88g60v2bvd] { background-color: #005a8e; }

.role-modal-signout[b-88g60v2bvd] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: transparent;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-signout:hover[b-88g60v2bvd] {
        border-color: #D92B04;
        color: #D92B04;
    }

@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    .profile-display-name[b-88g60v2bvd] { display: none; }
}
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.bottom-nav[b-bax4w90leq] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    z-index: 100;
}

.nav-item[b-bax4w90leq] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .nav-item[b-bax4w90leq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        padding: 0.25rem 1rem;
        text-decoration: none;
        font-size: 0.7rem;
    }

    .nav-item[b-bax4w90leq]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-bax4w90leq]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.bi[b-bax4w90leq] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-bax4w90leq] {
    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-person-fill-nav-menu[b-bax4w90leq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
/* /Components/Layout/ApproverLayout.razor.rz.scp.css */
.page[b-m2htraqt0r] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

main[b-m2htraqt0r] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 3.5rem; /* reserve space for fixed bottom nav */
}

article.content[b-m2htraqt0r] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.8rem;
    background-color: #F4F6F9;
}

.top-row[b-m2htraqt0r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

    .top-row[b-m2htraqt0r]  a, .top-row[b-m2htraqt0r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m2htraqt0r]  a:hover, .top-row[b-m2htraqt0r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m2htraqt0r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row img[b-m2htraqt0r], svg[b-m2htraqt0r] {
        height: 2rem;
        margin-right: 24px;
    }

    .top-row h2[b-m2htraqt0r] {
        margin: 0px;
        color: #0068A6;
    }

.top-row-left[b-m2htraqt0r] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.top-row-profile[b-m2htraqt0r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.profile-display-name[b-m2htraqt0r] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.profile-icon-btn[b-m2htraqt0r] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

    .profile-icon-btn:hover[b-m2htraqt0r] { background-color: #e9ecef; }

.profile-photo[b-m2htraqt0r] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}


#blazor-error-ui[b-m2htraqt0r] {
    background: lightyellow;
    bottom: 3.5rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-m2htraqt0r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.role-modal-overlay[b-m2htraqt0r] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.role-modal-card[b-m2htraqt0r] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 320px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .role-modal-card h5[b-m2htraqt0r] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .role-modal-card hr[b-m2htraqt0r] {
        margin-bottom: 0.75rem;
    }

.role-modal-msg[b-m2htraqt0r] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.role-modal-actions[b-m2htraqt0r] {
    display: flex;
    gap: 0.75rem;
}

.role-modal-cancel[b-m2htraqt0r] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-cancel:hover[b-m2htraqt0r] {
        background-color: #e2e6ea;
    }

.role-modal-confirm[b-m2htraqt0r] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-confirm:hover[b-m2htraqt0r] {
        background-color: #005a8e;
    }

.role-modal-signout[b-m2htraqt0r] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: transparent;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-signout:hover[b-m2htraqt0r] {
        border-color: #D92B04;
        color: #D92B04;
    }

@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    .profile-display-name[b-m2htraqt0r] {
        display: none;
    }
}
/* /Components/Layout/ApproverNavMenu.razor.rz.scp.css */
.bottom-nav[b-msvv42t384] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    z-index: 100;
}

.nav-item[b-msvv42t384] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .nav-item[b-msvv42t384]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        padding: 0.25rem 1rem;
        text-decoration: none;
        font-size: 0.7rem;
    }

    .nav-item[b-msvv42t384]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-msvv42t384]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.bi[b-msvv42t384] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-msvv42t384] {
    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-msvv42t384] {
    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-person-fill-nav-menu[b-msvv42t384] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-97xub2ujis] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: #F4F6F9;
    padding: 2rem 1.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7au01zl1k5] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

main[b-7au01zl1k5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 3.5rem; /* reserve space for fixed bottom nav */
}

article.content[b-7au01zl1k5] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.8rem;
    background-color: #F4F6F9;
}

.top-row[b-7au01zl1k5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

    .top-row[b-7au01zl1k5]  a, .top-row[b-7au01zl1k5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7au01zl1k5]  a:hover, .top-row[b-7au01zl1k5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7au01zl1k5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row img[b-7au01zl1k5] {
        height: 2rem;
        margin-right: 24px;
    }

    .top-row h2[b-7au01zl1k5] {
        margin: 0px;
        color: #0068A6;
        flex: 1;
    }

.notification-btn[b-7au01zl1k5] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    margin-left: auto;
}

/* Notification panel */
.notification-panel[b-7au01zl1k5] {
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    z-index: 200;
    background: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

    .notification-panel--open[b-7au01zl1k5] {
        max-height: 70vh;
        overflow-y: auto;
    }

.notif-item[b-7au01zl1k5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
}

.notif-icon[b-7au01zl1k5] {
    flex-shrink: 0;
}

.notif-body[b-7au01zl1k5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.notif-title[b-7au01zl1k5] {
    font-size: 0.85rem;
    font-weight: 700;
}

    .notif-title--green[b-7au01zl1k5]  { color: #1B7F3A; }
    .notif-title--red[b-7au01zl1k5]    { color: #D92B04; }
    .notif-title--blue[b-7au01zl1k5]   { color: #0068A6; }
    .notif-title--orange[b-7au01zl1k5] { color: #EF8200; }

.notif-sub[b-7au01zl1k5] {
    font-size: 0.75rem;
    color: #6c757d;
}

.notif-action-wrap[b-7au01zl1k5] {
    flex-shrink: 0;
    white-space: nowrap;
}

    .notif-action-wrap[b-7au01zl1k5]  a {
        font-size: 0.8rem;
        font-weight: 700;
        text-decoration: none;
    }

    .notif-action-wrap--green[b-7au01zl1k5]  a { color: #1B7F3A; }
    .notif-action-wrap--red[b-7au01zl1k5]    a { color: #D92B04; }
    .notif-action-wrap--blue[b-7au01zl1k5]   a { color: #0068A6; }

    .notif-action-wrap[b-7au01zl1k5]  a:hover { text-decoration: underline; }

.notif-days-badge[b-7au01zl1k5] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    background-color: #EF8200;
    border-radius: 16px;
    padding: 0.25rem 0.6rem;
    white-space: nowrap;
}

.notif-empty[b-7au01zl1k5],
.notif-loading[b-7au01zl1k5] {
    padding: 1rem 1rem 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
}

.notif-divider[b-7au01zl1k5] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.notif-close-btn[b-7au01zl1k5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.6rem;
    background: none;
    border: none;
    border-top: 1px solid #dee2e6;
    cursor: pointer;
}

    .notif-close-btn:hover[b-7au01zl1k5] {
        background-color: #f8f9fa;
    }


#blazor-error-ui[b-7au01zl1k5] {
    background: lightyellow;
    bottom: 3.5rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-7au01zl1k5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.role-modal-overlay[b-7au01zl1k5] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.role-modal-card[b-7au01zl1k5] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 320px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .role-modal-card h5[b-7au01zl1k5] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .role-modal-card hr[b-7au01zl1k5] {
        margin-bottom: 0.75rem;
    }

.role-modal-msg[b-7au01zl1k5] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.role-modal-actions[b-7au01zl1k5] {
    display: flex;
    gap: 0.75rem;
}

.role-modal-cancel[b-7au01zl1k5] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-cancel:hover[b-7au01zl1k5] {
        background-color: #e2e6ea;
    }

.role-modal-confirm[b-7au01zl1k5] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-confirm:hover[b-7au01zl1k5] {
        background-color: #005a8e;
    }

.role-modal-signout[b-7au01zl1k5] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: transparent;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-signout:hover[b-7au01zl1k5] {
        border-color: #D92B04;
        color: #D92B04;
    }
/* /Components/Layout/MovementFormLayout.razor.rz.scp.css */
.page[b-v6z1gdzudy] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

main[b-v6z1gdzudy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 3.5rem; /* reserve space for fixed bottom action bar */
}

article.content[b-v6z1gdzudy] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.8rem;
    background-color: #F4F6F9;
}

.top-row[b-v6z1gdzudy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 1.5rem;
}

    .top-row[b-v6z1gdzudy]  a, .top-row[b-v6z1gdzudy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v6z1gdzudy]  a:hover, .top-row[b-v6z1gdzudy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v6z1gdzudy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row img[b-v6z1gdzudy], svg[b-v6z1gdzudy] {
        height: 2rem;
        margin-right: 24px;
    }

    .top-row h2[b-v6z1gdzudy] {
        margin: 0px;
        color: #0068A6;
    }


#blazor-error-ui[b-v6z1gdzudy] {
    background: lightyellow;
    bottom: 3.5rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-v6z1gdzudy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.role-modal-overlay[b-v6z1gdzudy] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.role-modal-card[b-v6z1gdzudy] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 320px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .role-modal-card h5[b-v6z1gdzudy] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .role-modal-card hr[b-v6z1gdzudy] {
        margin-bottom: 0.75rem;
    }

.role-modal-msg[b-v6z1gdzudy] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.role-modal-actions[b-v6z1gdzudy] {
    display: flex;
    gap: 0.75rem;
}

.role-modal-cancel[b-v6z1gdzudy] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-cancel:hover[b-v6z1gdzudy] {
        background-color: #e2e6ea;
    }

.role-modal-confirm[b-v6z1gdzudy] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-confirm:hover[b-v6z1gdzudy] {
        background-color: #005a8e;
    }

.role-modal-signout[b-v6z1gdzudy] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: transparent;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-signout:hover[b-v6z1gdzudy] {
        border-color: #D92B04;
        color: #D92B04;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bottom-nav[b-le1qj2hhom] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    z-index: 100;
}

.nav-item[b-le1qj2hhom] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .nav-item[b-le1qj2hhom]  .nav-link {
        color: #0068A6;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        padding: 0.25rem 1rem;
        text-decoration: none;
        font-size: 0.7rem;
    }

    .nav-item[b-le1qj2hhom]  a.active {
        background-color: rgba(0, 104, 166, 0.15);
        color: #004f82;
        font-weight: 700;
    }

    .nav-item[b-le1qj2hhom]  .nav-link:hover {
        background-color: rgba(0, 104, 166, 0.08);
        color: #004f82;
    }

.bi[b-le1qj2hhom] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-le1qj2hhom] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230068A6' 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-le1qj2hhom] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230068A6' 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-person-fill-nav-menu[b-le1qj2hhom] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230068A6' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
/* /Components/Layout/SupervisorLayout.razor.rz.scp.css */
.page[b-kb7mv4uao8] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

main[b-kb7mv4uao8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 3.5rem; /* reserve space for fixed bottom nav */
}

article.content[b-kb7mv4uao8] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.8rem;
    background-color: #F4F6F9;
}

.top-row[b-kb7mv4uao8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 1rem;
}

.top-row-left[b-kb7mv4uao8] {
    display: flex;
    align-items: center;
}

.top-row-profile[b-kb7mv4uao8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.profile-display-name[b-kb7mv4uao8] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0068A6;
}

.profile-icon-btn[b-kb7mv4uao8] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

    .profile-icon-btn:hover[b-kb7mv4uao8] {
        background-color: rgba(0, 104, 166, 0.1);
    }

.profile-photo[b-kb7mv4uao8] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

    .top-row[b-kb7mv4uao8]  a, .top-row[b-kb7mv4uao8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kb7mv4uao8]  a:hover, .top-row[b-kb7mv4uao8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kb7mv4uao8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row img[b-kb7mv4uao8] {
        height: 2rem;
        margin-right: 24px;
    }

    .top-row h2[b-kb7mv4uao8] {
        margin: 0px;
        color: #0068A6;
    }


#blazor-error-ui[b-kb7mv4uao8] {
    background: lightyellow;
    bottom: 3.5rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-kb7mv4uao8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.role-modal-overlay[b-kb7mv4uao8] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.role-modal-card[b-kb7mv4uao8] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 320px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .role-modal-card h5[b-kb7mv4uao8] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .role-modal-card hr[b-kb7mv4uao8] {
        margin-bottom: 0.75rem;
    }

.role-modal-msg[b-kb7mv4uao8] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.role-modal-actions[b-kb7mv4uao8] {
    display: flex;
    gap: 0.75rem;
}

.role-modal-cancel[b-kb7mv4uao8] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-cancel:hover[b-kb7mv4uao8] {
        background-color: #e2e6ea;
    }

.role-modal-confirm[b-kb7mv4uao8] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-confirm:hover[b-kb7mv4uao8] {
        background-color: #005a8e;
    }

.role-modal-signout[b-kb7mv4uao8] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: transparent;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

    .role-modal-signout:hover[b-kb7mv4uao8] {
        border-color: #D92B04;
        color: #D92B04;
    }

@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    .profile-display-name[b-kb7mv4uao8] {
        display: none;
    }
}
/* /Components/Layout/SupervisorNavMenu.razor.rz.scp.css */
.bottom-nav[b-q2nsg7o6ew] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    z-index: 100;
}

.nav-item[b-q2nsg7o6ew] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .nav-item[b-q2nsg7o6ew]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        padding: 0.25rem 1rem;
        text-decoration: none;
        font-size: 0.7rem;
    }

    .nav-item[b-q2nsg7o6ew]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-q2nsg7o6ew]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.bi[b-q2nsg7o6ew] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-q2nsg7o6ew] {
    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-q2nsg7o6ew] {
    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-person-fill-nav-menu[b-q2nsg7o6ew] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
/* /Components/Pages/AdminHome.razor.rz.scp.css */
.screen-container[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Tabs ── */

.tab-row[b-2bcf40sflz] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #dee2e6;
    background-color: #FFFFFF;
}

.tab-btn[b-2bcf40sflz] {
    padding: 0.5rem 0.1rem;
    margin-right: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
}

    .tab-btn--active[b-2bcf40sflz] {
        color: #0068A6;
        border-bottom-color: #0068A6;
    }

    .tab-btn:hover:not(.tab-btn--active)[b-2bcf40sflz] { color: #495057; }

/* ── Search & Filter ── */

.search-sort-row[b-2bcf40sflz] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-wrap[b-2bcf40sflz] {
    position: relative;
    flex: 1;
}

.search-icon[b-2bcf40sflz] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input[b-2bcf40sflz] {
    width: 100%;
    padding: 0.45rem 0.6rem 0.45rem 2rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .search-input:focus[b-2bcf40sflz] { border-color: #0068A6; }

.sort-select[b-2bcf40sflz] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    flex-shrink: 0;
}

    .sort-select:focus[b-2bcf40sflz] { border-color: #0068A6; }

/* ── Empty State ── */

.empty-state[b-2bcf40sflz] {
    text-align: center;
    padding: 3rem 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}

/* ── Add Employee Tab ── */

.add-tab-card[b-2bcf40sflz] {
    background: white;
    border-radius: 10px;
    padding: 1.25rem 1.5rem 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.add-tab-header[b-2bcf40sflz] { padding-bottom: 0.25rem; }

.add-tab-title[b-2bcf40sflz] {
    margin: 0 0 0.2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
}

.add-tab-subtitle[b-2bcf40sflz] {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

.add-success-banner[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.9rem;
    background-color: #f0faf4;
    border: 1px solid #a3d9b4;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1B7F3A;
}

.add-tab-footer[b-2bcf40sflz] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.25rem;
    border-top: 1px solid #dee2e6;
}

.add-tab-submit-btn[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 1.4rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

    .add-tab-submit-btn:hover:not(:disabled)[b-2bcf40sflz] { background-color: #005a8e; }

    .add-tab-submit-btn:disabled[b-2bcf40sflz] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* ── Manage Employees Tab ── */

.manage-header[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0.25rem 0;
}

.manage-title[b-2bcf40sflz] {
    margin: 0 0 0.2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
}

.manage-subtitle[b-2bcf40sflz] {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

/* ── Employee List (shared by Manage + Directory) ── */

.emp-list[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.emp-card[b-2bcf40sflz] {
    background: white;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.emp-card--inactive[b-2bcf40sflz] { opacity: 0.7; }

.emp-card-body[b-2bcf40sflz] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.emp-name-row[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.emp-name[b-2bcf40sflz] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
}

.emp-number[b-2bcf40sflz] {
    font-size: 0.78rem;
    color: #6c757d;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 0.05rem 0.4rem;
}

.emp-status-badge[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 12px;
    padding: 0.15rem 0.5rem;
}

.emp-email[b-2bcf40sflz] {
    font-size: 0.82rem;
    color: #0068A6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emp-meta[b-2bcf40sflz] {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.emp-meta-dot[b-2bcf40sflz] { color: #ced4da; }

.emp-card-actions[b-2bcf40sflz] { flex-shrink: 0; }

.emp-action-btn[b-2bcf40sflz] {
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    border: 1.5px solid;
}

.emp-action-btn--remove[b-2bcf40sflz] {
    color: #D92B04;
    border-color: #D92B04;
    background-color: transparent;
}

    .emp-action-btn--remove:hover[b-2bcf40sflz] { background-color: #fdf2f0; }

.emp-action-btn--restore[b-2bcf40sflz] {
    color: #198754;
    border-color: #198754;
    background-color: transparent;
}

    .emp-action-btn--restore:hover[b-2bcf40sflz] { background-color: #f0faf4; }

/* ── People Directory Tab ── */

.dir-header[b-2bcf40sflz] {
    padding: 0.25rem 0.25rem 0;
}

.dir-title[b-2bcf40sflz] {
    margin: 0 0 0.2rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
}

.dir-subtitle[b-2bcf40sflz] {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

.dir-filter-row[b-2bcf40sflz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0;
}

.dir-role-pill[b-2bcf40sflz] {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1.5px solid #dee2e6;
    background: #fff;
    color: #495057;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.dir-role-pill:hover[b-2bcf40sflz] {
    background: #f0f4ff;
    border-color: #b0c4f8;
    color: #1a4db3;
}

.dir-role-pill--active[b-2bcf40sflz] {
    background: #1a4db3;
    border-color: #1a4db3;
    color: #fff;
}

.dir-role-pill--active:hover[b-2bcf40sflz] {
    background: #1540a0;
    border-color: #1540a0;
    color: #fff;
}

.dir-fbo-filter[b-2bcf40sflz] {
    padding: 0.25rem 0.5rem;
    font-size: 0.82rem;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #212529;
    min-width: 9rem;
}

.dir-section[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dir-section-header[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.1rem 0.1rem 0;
}

.dir-section-label[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.07em;
}

.dir-section-count[b-2bcf40sflz] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    background-color: #e9ecef;
    border-radius: 10px;
    padding: 0.05rem 0.45rem;
}

.dir-person-card[b-2bcf40sflz] { align-items: flex-start; }

.dir-avatar[b-2bcf40sflz] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

/* ── Modals ── */

.admin-modal-overlay[b-2bcf40sflz] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    padding: 1rem;
}

.admin-modal-card[b-2bcf40sflz] {
    background: white;
    border-radius: 10px;
    width: min(95%, 640px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    max-height: 90dvh;
    overflow: hidden;
}

.admin-modal-card--sm[b-2bcf40sflz] { width: min(90%, 400px); }

.admin-modal-header[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.25rem 0.75rem;
}

    .admin-modal-header h5[b-2bcf40sflz] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #212529;
    }

.admin-modal-close[b-2bcf40sflz] {
    background: none;
    border: none;
    padding: 0.2rem;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

    .admin-modal-close:hover[b-2bcf40sflz] {
        background-color: #f0f0f0;
        color: #212529;
    }

.admin-modal-divider[b-2bcf40sflz] { margin: 0; border-color: #dee2e6; }

.admin-modal-body[b-2bcf40sflz] { padding: 1rem 1.25rem; overflow-y: auto; }

/* ── Add Employee Form ── */

.admin-form-grid[b-2bcf40sflz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

.admin-form-field[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .admin-form-field label[b-2bcf40sflz] {
        font-size: 0.82rem;
        font-weight: 600;
        color: #495057;
    }

    .admin-form-field input[b-2bcf40sflz],
    .admin-form-field select[b-2bcf40sflz] {
        padding: 0.45rem 0.65rem;
        font-size: 0.875rem;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        background-color: white;
        color: #212529;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

        .admin-form-field input:focus[b-2bcf40sflz],
        .admin-form-field select:focus[b-2bcf40sflz] { border-color: #0068A6; }

.required-star[b-2bcf40sflz] { color: #D92B04; }

.admin-form-error[b-2bcf40sflz] {
    padding: 0.5rem 0.75rem;
    background-color: #fdf2f0;
    border: 1px solid #f5c2bb;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #D92B04;
}

/* ── Confirm Modal ── */

.admin-confirm-msg[b-2bcf40sflz] {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
    margin: 0;
}

/* ── Modal Footer ── */

.admin-modal-footer[b-2bcf40sflz] {
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    border-top: 1px solid #dee2e6;
    justify-content: flex-end;
}

.admin-modal-btn[b-2bcf40sflz] {
    padding: 0.55rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}

    .admin-modal-btn:disabled[b-2bcf40sflz] { opacity: 0.6; cursor: not-allowed; }

.admin-modal-btn--cancel[b-2bcf40sflz] {
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
}

    .admin-modal-btn--cancel:hover:not(:disabled)[b-2bcf40sflz] { background-color: #e2e6ea; }

.admin-modal-btn--primary[b-2bcf40sflz] {
    background-color: #0068A6;
    color: white;
}

    .admin-modal-btn--primary:hover:not(:disabled)[b-2bcf40sflz] { background-color: #005a8e; }

.admin-modal-btn--danger[b-2bcf40sflz] {
    background-color: #D92B04;
    color: white;
}

    .admin-modal-btn--danger:hover:not(:disabled)[b-2bcf40sflz] { background-color: #b82203; }

/* ── Person Detail Modal ── */

.person-modal-card[b-2bcf40sflz] {
    width: min(95%, 520px);
}

.person-modal-title-group[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.person-modal-name[b-2bcf40sflz] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
}

.person-role-badge[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 12px;
    color: white;
    letter-spacing: 0.03em;
}

.person-role-badge--approver[b-2bcf40sflz]       { background-color: #0068A6; }
.person-role-badge--area-director[b-2bcf40sflz]  { background-color: #5B4FCF; }
.person-role-badge--safety-contact[b-2bcf40sflz] { background-color: #B45309; }
.person-role-badge--supervisor[b-2bcf40sflz]     { background-color: #1B7F3A; }

.person-modal-body[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.person-info-row[b-2bcf40sflz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    gap: 1rem;
}

.person-info-label[b-2bcf40sflz] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap;
}

.person-info-value[b-2bcf40sflz] {
    font-size: 0.875rem;
    color: #212529;
    text-align: right;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.person-info-value--muted[b-2bcf40sflz] { color: #6c757d; }

.person-info-readonly-tag[b-2bcf40sflz] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #6c757d;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 0.1rem 0.35rem;
    white-space: nowrap;
}

.person-assign-section-header[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.person-assign-section-title[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.07em;
}

.person-assign-na[b-2bcf40sflz] {
    font-size: 0.78rem;
    color: #adb5bd;
    font-style: italic;
}

.person-assign-empty[b-2bcf40sflz] {
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0.4rem 0;
}

.person-assign-list[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.person-assign-row[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.45rem 0.75rem;
}

.person-assign-code[b-2bcf40sflz] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0068A6;
    min-width: 3.5rem;
}

.person-assign-name[b-2bcf40sflz] {
    flex: 1;
    font-size: 0.85rem;
    color: #212529;
}

.person-assign-remove[b-2bcf40sflz] {
    background: none;
    border: none;
    cursor: pointer;
    color: #adb5bd;
    display: flex;
    align-items: center;
    padding: 0.15rem;
    border-radius: 4px;
    flex-shrink: 0;
}

    .person-assign-remove:hover[b-2bcf40sflz] { color: #D92B04; background-color: #fdf2f0; }

.person-assign-add-row[b-2bcf40sflz] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.person-assign-select[b-2bcf40sflz] {
    flex: 1;
    padding: 0.4rem 0.6rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: white;
    color: #212529;
    outline: none;
}

    .person-assign-select:focus[b-2bcf40sflz] { border-color: #0068A6; }

.person-assign-btn[b-2bcf40sflz] {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

    .person-assign-btn:hover:not(:disabled)[b-2bcf40sflz] { background-color: #005a8e; }
    .person-assign-btn:disabled[b-2bcf40sflz] { opacity: 0.6; cursor: not-allowed; }

/* ── Area Info (Area Director / Safety Contact detail) ── */

.area-info-block[b-2bcf40sflz] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    background-color: #fafbfc;
}

.area-info-name[b-2bcf40sflz] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
}

.area-info-subsection[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.area-info-sub-label[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.area-fbo-chips[b-2bcf40sflz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.1rem;
}

.area-fbo-chip[b-2bcf40sflz] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0068A6;
    background-color: #e8f1f9;
    border: 1px solid #b8d5ed;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    cursor: default;
}

.area-info-person-row[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.2rem 0;
}

.area-info-person-name[b-2bcf40sflz] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #212529;
}

.area-info-email[b-2bcf40sflz] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* ── Entra Sync tab ── */

.sync-section[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.25rem 0;
}

.sync-section-header[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sync-section-title[b-2bcf40sflz] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #6c757d;
    margin-bottom: 0.15rem;
}

.sync-section-sub[b-2bcf40sflz] {
    font-size: 0.875rem;
    color: #495057;
}

.sync-run-btn[b-2bcf40sflz] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: #0068A6;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
}

    .sync-run-btn:hover:not(:disabled)[b-2bcf40sflz] { background: #00568c; }
    .sync-run-btn:disabled[b-2bcf40sflz] { opacity: 0.55; cursor: not-allowed; }

.sync-spinner[b-2bcf40sflz] {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-2bcf40sflz 0.65s linear infinite;
}

@keyframes spin-b-2bcf40sflz { to { transform: rotate(360deg); } }

.sync-result-card[b-2bcf40sflz] {
    border-radius: 8px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sync-result-card--ok[b-2bcf40sflz]  { background: #f0faf4; border: 1px solid #c3e6cb; }
.sync-result-card--err[b-2bcf40sflz] { background: #fff5f5; border: 1px solid #f5c6cb; }

.sync-result-error[b-2bcf40sflz] {
    font-size: 0.875rem;
    color: #721c24;
}

.sync-stat-row[b-2bcf40sflz] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.sync-stat[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.sync-stat-num[b-2bcf40sflz] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.sync-stat--green .sync-stat-num[b-2bcf40sflz] { color: #1B7F3A; }
.sync-stat--blue  .sync-stat-num[b-2bcf40sflz] { color: #0068A6; }
.sync-stat--warn  .sync-stat-num[b-2bcf40sflz] { color: #856404; }
.sync-stat--red   .sync-stat-num[b-2bcf40sflz] { color: #b91c1c; }

.sync-stat-label[b-2bcf40sflz] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #6c757d;
    text-transform: uppercase;
}

.sync-change-details[b-2bcf40sflz] {
    font-size: 0.85rem;
}

.sync-change-summary[b-2bcf40sflz] {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0.35rem;
    list-style: none;
}

.sync-change-summary--insert[b-2bcf40sflz] { color: #155724; }
.sync-change-summary--update[b-2bcf40sflz] { color: #004085; }
.sync-change-summary--remove[b-2bcf40sflz] { color: #b91c1c; }

.sync-change-list[b-2bcf40sflz] {
    margin: 0.25rem 0 0 1.2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.sync-change-list li[b-2bcf40sflz] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sync-change-name[b-2bcf40sflz] {
    font-weight: 600;
    color: #212529;
}

.sync-change-meta[b-2bcf40sflz] {
    font-size: 0.78rem;
    color: #6c757d;
}

.sync-diff-list[b-2bcf40sflz] {
    margin: 0.25rem 0 0 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.sync-diff-list li[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.76rem;
}

.sync-diff-field[b-2bcf40sflz] {
    font-weight: 600;
    color: #495057;
    min-width: 3.5rem;
}

.sync-diff-before[b-2bcf40sflz] {
    color: #b91c1c;
    text-decoration: line-through;
}

.sync-diff-arrow[b-2bcf40sflz] {
    color: #6c757d;
}

.sync-diff-after[b-2bcf40sflz] {
    color: #1a7f37;
    font-weight: 600;
}

.sync-skipped-details[b-2bcf40sflz] {
    font-size: 0.85rem;
    color: #495057;
}

.sync-skipped-details summary[b-2bcf40sflz] {
    cursor: pointer;
    font-weight: 600;
    color: #856404;
    margin-bottom: 0.35rem;
}

.sync-skipped-list[b-2bcf40sflz] {
    margin: 0.25rem 0 0 1.2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.sync-result-meta[b-2bcf40sflz] {
    font-size: 0.78rem;
    color: #6c757d;
}

.sync-phase-label[b-2bcf40sflz] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.sync-phase-divider[b-2bcf40sflz] {
    border: none;
    border-top: 1px solid #e9ecef;
    margin: 1rem 0;
}

.sync-single-row[b-2bcf40sflz] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.sync-single-input[b-2bcf40sflz] {
    flex: 1;
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
    color: #212529;
    min-width: 0;
}

.sync-single-input:focus[b-2bcf40sflz] {
    outline: none;
    border-color: #0068A6;
    box-shadow: 0 0 0 3px rgba(0,104,166,0.12);
}

.sync-single-status[b-2bcf40sflz] {
    font-size: 0.875rem;
}

.sync-single-status--err[b-2bcf40sflz] { color: #721c24; font-weight: 600; }

.sync-single-info[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.sync-single-name[b-2bcf40sflz] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
}

.sync-single-num[b-2bcf40sflz] {
    font-size: 0.82rem;
    color: #6c757d;
}

.sync-single-action[b-2bcf40sflz] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.15rem 0.55rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.sync-single-action--insert[b-2bcf40sflz]    { background: #d4edda; color: #155724; }
.sync-single-action--update[b-2bcf40sflz]     { background: #cce5ff; color: #004085; }
.sync-single-action--unchanged[b-2bcf40sflz]  { background: #e2e3e5; color: #383d41; }

.sync-detail-section[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid #e9ecef;
}

.sync-detail-label[b-2bcf40sflz] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
}
.sync-detail-label--granted[b-2bcf40sflz] { color: #155724; }
.sync-detail-label--revoked[b-2bcf40sflz] { color: #721c24; }

.sync-detail-list[b-2bcf40sflz] {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.82rem;
}
.sync-detail-list li[b-2bcf40sflz] { margin-bottom: 0.1rem; }

.sync-detail-unchanged[b-2bcf40sflz] {
    font-size: 0.82rem;
    color: #6c757d;
}

.sync-val-before[b-2bcf40sflz] { color: #721c24; }
.sync-val-after[b-2bcf40sflz]  { color: #155724; }

/* ── Sync status banner ── */

.sync-status-banner[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.75rem 1rem 0.6rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.25rem;
}

.sync-status-banner--active[b-2bcf40sflz] {
    background-color: #fff8e1;
    border: 1px solid #f59e0b;
}

.sync-status-banner--done[b-2bcf40sflz] {
    background-color: #f0faf4;
    border: 1px solid #c3e6cb;
}

.sync-status-row[b-2bcf40sflz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sync-status-text[b-2bcf40sflz] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.sync-status-title[b-2bcf40sflz] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}

.sync-status-meta[b-2bcf40sflz] {
    font-size: 0.78rem;
    color: #6c757d;
}

.sync-spinner--banner[b-2bcf40sflz] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(245,158,11,0.3);
    border-top-color: #f59e0b;
    flex-shrink: 0;
}

.sync-progress-bar[b-2bcf40sflz] {
    height: 5px;
    background: rgba(245,158,11,0.2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.sync-progress-fill[b-2bcf40sflz] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    background: #f59e0b;
    border-radius: 3px;
    animation: syncIndeterminate-b-2bcf40sflz 1.6s ease-in-out infinite;
}

@keyframes syncIndeterminate-b-2bcf40sflz {
    0%   { left: -40%; }
    100% { left: 110%; }
}

/* ── Mobile ── */

@media (max-width: 520px) {
    .admin-form-grid[b-2bcf40sflz] { grid-template-columns: 1fr; }
    .tab-btn[b-2bcf40sflz] { margin-right: 1rem; font-size: 0.82rem; }
    .sync-section-header[b-2bcf40sflz] { flex-direction: column; align-items: flex-start; }
    .sync-single-row[b-2bcf40sflz] { flex-direction: column; }
    .sync-single-input[b-2bcf40sflz] { width: 100%; }

    /* People Directory */
    .dir-filter-row[b-2bcf40sflz] { gap: 0.3rem; }
    .dir-role-pill[b-2bcf40sflz]  { padding: 0.2rem 0.55rem; font-size: 0.75rem; }
    .dir-fbo-filter[b-2bcf40sflz] { min-width: 0; width: 100%; }

    /* Person detail modal */
    .person-modal-card[b-2bcf40sflz]  { width: 100%; border-radius: 10px; }
    .person-info-label[b-2bcf40sflz]  { min-width: 5rem; font-size: 0.78rem; }
    .person-info-value[b-2bcf40sflz]  { font-size: 0.85rem; }

    /* Exception FBO add row — stack select above button */
    .person-assign-add-row[b-2bcf40sflz] {
        flex-direction: column;
        align-items: stretch;
    }
    .person-assign-select[b-2bcf40sflz] { width: 100%; }
    .person-assign-btn[b-2bcf40sflz]    { width: 100%; justify-content: center; }

    /* Tighten assign row on narrow screens */
    .person-assign-code[b-2bcf40sflz] { min-width: 2.75rem; }
}
/* /Components/Pages/AdminProfile.razor.rz.scp.css */
.screen-container[b-iey587p734] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.profile-header[b-iey587p734] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #0068A6;
    padding: 1.25rem 1rem;
    border-radius: 0 0 12px 12px;
}

.profile-left[b-iey587p734] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.profile-avatar[b-iey587p734] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    overflow: hidden;
}

.profile-photo-lg[b-iey587p734] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info[b-iey587p734] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-name[b-iey587p734] {
    color: white;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-role[b-iey587p734] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.info-container[b-iey587p734] {
    background-color: white;
    border-radius: 8px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.info-title[b-iey587p734] {
    margin: 0;
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.info-divider-full[b-iey587p734] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-row[b-iey587p734] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
}

.info-label[b-iey587p734] {
    font-size: 0.9rem;
    color: #495057;
}

.info-value[b-iey587p734] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.info-divider[b-iey587p734] {
    margin: 0 1rem;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-header-row[b-iey587p734] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.75rem;
}

.info-edit-btn[b-iey587p734] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    color: #0068A6;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.25rem;
}

    .info-edit-btn:hover[b-iey587p734] { text-decoration: underline; }

.info-input[b-iey587p734] {
    border: 1px solid #0068A6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    color: #212529;
    background-color: white;
    text-align: right;
    width: 55%;
    max-width: 55%;
    outline: none;
    box-sizing: border-box;
}

select.info-input[b-iey587p734] {
    text-align: left;
    font-size: 0.8rem;
    padding-right: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/ApprovedMovementDetail.razor.rz.scp.css */
.screen-container[b-d1srvg3bid] {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

    .screen-container h1[b-d1srvg3bid], h2[b-d1srvg3bid], h3[b-d1srvg3bid], h4[b-d1srvg3bid], h5[b-d1srvg3bid], h6[b-d1srvg3bid] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }

    .screen-container div[b-d1srvg3bid] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

hr[b-d1srvg3bid] { margin: 0px; }

/* Status banner */
.status-banner[b-d1srvg3bid] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.status-banner--approved[b-d1srvg3bid] { background-color: #E8F5EC; }

.status-back-btn[b-d1srvg3bid] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0.15rem 0.4rem 0.15rem 0;
    cursor: pointer;
    margin-right: 0.15rem;
}

.status-banner-title[b-d1srvg3bid] {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.status-banner-title--approved[b-d1srvg3bid] { color: #1B7F3A; }

.status-banner-icon[b-d1srvg3bid] { flex-shrink: 0; }

/* Form styles */
.profile-information-container[b-d1srvg3bid] {
    background-color: white;
    margin-bottom: 0.5rem;
}

.container-title[b-d1srvg3bid] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.profile-fields[b-d1srvg3bid] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
}

.field-group[b-d1srvg3bid] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .field-group label[b-d1srvg3bid] {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        letter-spacing: 0.05em;
    }

    .field-group input[b-d1srvg3bid] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.toggle-group[b-d1srvg3bid] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.toggle-label[b-d1srvg3bid] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.toggle-options[b-d1srvg3bid] {
    display: flex;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.toggle-btn[b-d1srvg3bid] {
    flex: 1;
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.9rem;
    cursor: default;
}

    .toggle-btn.selected[b-d1srvg3bid] {
        background-color: #0068A6;
        color: white;
        font-weight: 600;
        border: none;
    }

    .toggle-btn:disabled[b-d1srvg3bid] { opacity: 1; }

.movement-inputs[b-d1srvg3bid] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .movement-inputs input[type="time"][b-d1srvg3bid],
    .movement-inputs input[type="text"][b-d1srvg3bid] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.movements-list[b-d1srvg3bid] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.movement-container[b-d1srvg3bid] {
    border: 2px solid #0068A6;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.movement-header[b-d1srvg3bid] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #0068A6;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .movement-header:hover[b-d1srvg3bid] { background-color: #005a8e; }

.chevron[b-d1srvg3bid] {
    font-size: 1.4rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    display: inline-block;
}

    .chevron.expanded[b-d1srvg3bid] { transform: rotate(270deg); }

.movement-body[b-d1srvg3bid] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #0068A6;
}
/* /Components/Pages/ApproverHome.razor.rz.scp.css */
.screen-container[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Tabs ── */
.tab-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #dee2e6;
    background-color: #FFFFFF;
}

.tab-btn[b-7zcpvhz5s0] {
    padding: 0.5rem 0.1rem;
    margin-right: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
}

    .tab-btn--active[b-7zcpvhz5s0] {
        color: #0068A6;
        border-bottom-color: #0068A6;
    }

    .tab-btn:hover:not(.tab-btn--active)[b-7zcpvhz5s0] { color: #495057; }

.cert-tab-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #dee2e6;
    margin-top: 0.75rem;
}

.cert-tab-btn[b-7zcpvhz5s0] {
    padding: 0.5rem 0.1rem;
    margin-right: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
}

    .cert-tab-btn--active[b-7zcpvhz5s0] {
        color: #0068A6;
        border-bottom-color: #0068A6;
    }

    .cert-tab-btn:hover:not(.cert-tab-btn--active)[b-7zcpvhz5s0] { color: #495057; }

.cert-lookup-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
}

.cert-emp-select[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.45rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
}

    .cert-emp-select:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-search-wrap[b-7zcpvhz5s0] {
    position: relative;
    flex: 1;
}

.cert-search-icon[b-7zcpvhz5s0] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.cert-search-input[b-7zcpvhz5s0] {
    width: 100%;
    padding: 0.45rem 0.6rem 0.45rem 2rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .cert-search-input:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-cards-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.cert-card[b-7zcpvhz5s0] {
    flex: 1;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.cert-card-header[b-7zcpvhz5s0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1rem 0.6rem;
}

.cert-card-title-group[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cert-card-title[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #212529;
    letter-spacing: 0.05em;
}

.cert-status-text[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #EF8200;
}

.cert-status-text--certified[b-7zcpvhz5s0] {
    color: #1B7F3A;
}

.cert-overall-badge[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #0068A6;
    background-color: #E5F2F9;
    border-radius: 16px;
    padding: 0.2rem 0.55rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.cert-card-divider[b-7zcpvhz5s0] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.cert-card-body[b-7zcpvhz5s0] {
    display: flex;
    gap: 0;
    padding: 0.85rem 1rem;
}

.cert-type-col[b-7zcpvhz5s0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cert-col-divider[b-7zcpvhz5s0] {
    width: 1px;
    background-color: #dee2e6;
    margin: 0 0.75rem;
}

.cert-type-header[b-7zcpvhz5s0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.1rem;
}

.cert-type-label[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #495057;
    letter-spacing: 0.04em;
}

.cert-type-pct[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
}

.cert-big-number[b-7zcpvhz5s0] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.cert-of-total[b-7zcpvhz5s0] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
}

.cert-progress[b-7zcpvhz5s0] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 0.4rem;
    accent-color: #0068A6;
}

.cert-stat-row[b-7zcpvhz5s0] {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: #495057;
    padding: 0.1rem 0;
}

    .cert-stat-row span:last-child[b-7zcpvhz5s0] {
        font-weight: 600;
        color: #212529;
    }

.cert-action-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
}

.cert-action-label[b-7zcpvhz5s0] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #495057;
    white-space: nowrap;
    flex-shrink: 0;
}

.cert-action-select[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
}

    .cert-action-select:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-action-submit[b-7zcpvhz5s0] {
    padding: 0.4rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

    .cert-action-submit:hover:not(:disabled)[b-7zcpvhz5s0] { background-color: #005a8e; }
    .cert-action-submit:disabled[b-7zcpvhz5s0] { opacity: 0.4; cursor: default; }

.hist-accordion[b-7zcpvhz5s0] {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0.75rem;
}

.hist-accordion-btn[b-7zcpvhz5s0] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    background: none;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    color: #212529;
    cursor: pointer;
    text-align: left;
}

    .hist-accordion-btn:hover[b-7zcpvhz5s0] { background-color: #f8f9fa; }

.hist-chevron[b-7zcpvhz5s0] {
    transition: transform 0.2s ease;
    flex-shrink: 0;
    color: #6c757d;
}

.hist-chevron--open[b-7zcpvhz5s0] {
    transform: rotate(180deg);
}

.hist-table-wrapper[b-7zcpvhz5s0] {
    overflow-x: auto;
    border-top: 1px solid #dee2e6;
}

.hist-table[b-7zcpvhz5s0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    white-space: nowrap;
}

.hist-table thead tr[b-7zcpvhz5s0] {
    border-bottom: 2px solid #dee2e6;
}

.hist-table th[b-7zcpvhz5s0] {
    padding: 0.65rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.hist-table tbody tr[b-7zcpvhz5s0] {
    border-bottom: 1px solid #f0f0f0;
}

    .hist-table tbody tr:last-child[b-7zcpvhz5s0] { border-bottom: none; }

.hist-table td[b-7zcpvhz5s0] {
    padding: 0.65rem 1rem;
    color: #212529;
}

.hist-emp-cell[b-7zcpvhz5s0] {
    white-space: normal;
}

.hist-date-cell[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #6c757d !important;
}

.hist-empty-cell[b-7zcpvhz5s0] {
    text-align: center;
    color: #6c757d;
    padding: 1.5rem !important;
}

.cert-action-modal-card[b-7zcpvhz5s0] {
    width: min(95%, 520px);
}

.cert-modal-detail-row[b-7zcpvhz5s0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1.25rem;
    gap: 0;
}

.cert-modal-col[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

    .cert-modal-col:not(:last-child)[b-7zcpvhz5s0] {
        padding-right: 1.25rem;
        border-right: 1px solid #dee2e6;
    }

    .cert-modal-col:not(:first-child)[b-7zcpvhz5s0] {
        padding-left: 1.25rem;
    }

.cert-modal-col-label[b-7zcpvhz5s0] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.cert-modal-col-name[b-7zcpvhz5s0] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

.cert-modal-col-sub[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    color: #6c757d;
}

.cert-modal-col-value[b-7zcpvhz5s0] {
    font-size: 0.9rem;
    font-weight: 700;
}

.cert-modal-col-value--orange[b-7zcpvhz5s0] { color: #EF8200; }
.cert-modal-col-value--green[b-7zcpvhz5s0]  { color: #1B7F3A; }

.cert-modal-col-value-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.cert-modal-msg[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    margin: 0 1.25rem 1rem;
    border-radius: 5px;
    border: 1px solid currentColor;
}

.cert-modal-msg--orange[b-7zcpvhz5s0] {
    background-color: #FEF3E2;
    color: #EF8200;
}

.cert-modal-msg--green[b-7zcpvhz5s0] {
    background-color: #E8F5EC;
    color: #1B7F3A;
}

.cert-modal-msg--blue[b-7zcpvhz5s0] {
    background-color: #E5F2F9;
    color: #0068A6;
}

.cert-modal-msg-text[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cert-modal-msg-title[b-7zcpvhz5s0] {
    font-size: 0.85rem;
    font-weight: 700;
}

.cert-modal-msg-body[b-7zcpvhz5s0] {
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.4;
}

.cert-modal-reason-section[b-7zcpvhz5s0] {
    padding: 1rem 1.25rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cert-modal-reason-label[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.cert-modal-required[b-7zcpvhz5s0] {
    color: #D92B04;
    margin-left: 0.1rem;
}

.cert-modal-reason-textarea[b-7zcpvhz5s0] {
    width: 100%;
    min-height: 80px;
    padding: 0.6rem 0.75rem;
    font-size: 0.88rem;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

    .cert-modal-reason-textarea:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-modal-textarea--error[b-7zcpvhz5s0] { border-color: #D92B04 !important; }

.cert-modal-error-msg[b-7zcpvhz5s0] {
    display: block;
    font-size: 0.8rem;
    color: #D92B04;
    margin-top: 0.25rem;
}

.cert-modal-footer[b-7zcpvhz5s0] {
    padding: 0.85rem 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
}

.cert-modal-footer-bottom[b-7zcpvhz5s0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
}

.cert-modal-no-override-text[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
}

.cert-modal-notify-text[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: right;
}

.cert-modal-footer-btns[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.6rem;
}

.cert-modal-cancel-btn[b-7zcpvhz5s0] {
    padding: 0.55rem 1rem;
    font-size: 0.88rem;
    font-weight: 600;
    background-color: white;
    color: #0068A6;
    border: 1.5px solid #0068A6;
    border-radius: 6px;
    cursor: pointer;
}

    .cert-modal-cancel-btn:hover[b-7zcpvhz5s0] { background-color: #E8F0FB; }

.cert-modal-confirm-btn[b-7zcpvhz5s0] {
    padding: 0.55rem 1rem;
    font-size: 0.88rem;
    font-weight: 600;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .cert-modal-confirm-btn:hover[b-7zcpvhz5s0] { background-color: #005a8e; }

.cert-modal-confirm-btn--red[b-7zcpvhz5s0] {
    background-color: #D92B04;
}

    .cert-modal-confirm-btn--red:hover[b-7zcpvhz5s0] { background-color: #b02a37; }

.cert-modal-target-section[b-7zcpvhz5s0] {
    padding: 0.85rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cert-modal-target-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cert-modal-target-label[b-7zcpvhz5s0] {
    font-size: 0.88rem;
    color: #212529;
    white-space: nowrap;
}

.cert-modal-target-input[b-7zcpvhz5s0] {
    width: 80px;
    padding: 0.3rem 0.5rem;
    font-size: 0.88rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    outline: none;
    text-align: center;
    color: #212529;
}

    .cert-modal-target-input:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-modal-target-desc[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.cert-modal-req-section[b-7zcpvhz5s0] {
    padding: 0.85rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cert-modal-req-title[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.cert-modal-req-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0;
}

.cert-modal-req-col[b-7zcpvhz5s0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.cert-modal-req-divider[b-7zcpvhz5s0] {
    width: 1px;
    align-self: stretch;
    background-color: #dee2e6;
    flex-shrink: 0;
}

.cert-modal-req-label[b-7zcpvhz5s0] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.04em;
    text-align: center;
}

.cert-modal-req-number[b-7zcpvhz5s0] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.cert-modal-req-sub[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    color: #6c757d;
}

.cert-modal-set-col[b-7zcpvhz5s0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.cert-modal-set-input[b-7zcpvhz5s0] {
    width: 80%;
    padding: 0.35rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    outline: none;
    color: #212529;
    box-sizing: border-box;
    background-color: white;
}

    .cert-modal-set-input:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.cert-modal-set-input--readonly[b-7zcpvhz5s0] {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: default;
}

.cert-modal-set-default[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    color: #6c757d;
}

.cert-history-modal-card[b-7zcpvhz5s0] {
    width: min(98%, 1200px) !important;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.cert-history-table-wrapper[b-7zcpvhz5s0] {
    overflow-x: auto;
    overflow-y: auto;
    flex: 1;
}

.cert-history-table[b-7zcpvhz5s0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    white-space: nowrap;
}

.cert-history-table thead tr[b-7zcpvhz5s0] {
    border-bottom: 2px solid #dee2e6;
}

.cert-history-table th[b-7zcpvhz5s0] {
    padding: 0.65rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.cert-history-table tbody tr[b-7zcpvhz5s0] {
    border-bottom: 1px solid #f0f0f0;
}

    .cert-history-table tbody tr:last-child[b-7zcpvhz5s0] { border-bottom: none; }

.cert-history-table td[b-7zcpvhz5s0] {
    padding: 0.65rem 1rem;
    color: #212529;
}

.cert-history-empty[b-7zcpvhz5s0] {
    text-align: center;
    color: #6c757d;
    padding: 1.5rem !important;
}

.cert-history-comment[b-7zcpvhz5s0] {
    white-space: normal;
    min-width: 160px;
    color: #495057 !important;
    font-size: 0.8rem !important;
}

.cert-header[b-7zcpvhz5s0] {
    padding: 0.25rem 0.25rem 0;
}

.cert-title[b-7zcpvhz5s0] {
    margin: 0 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
}

.cert-subtitle[b-7zcpvhz5s0] {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

/* ── Header ── */
.review-header[b-7zcpvhz5s0] {
    padding: 0.25rem 0.25rem 0;
}

.review-title[b-7zcpvhz5s0] {
    margin: 0 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
}

.review-subtitle[b-7zcpvhz5s0] {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

/* ── Metrics ── */
.metrics-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 10px;
    padding: 1rem 0.5rem;
}

.metric-card[b-7zcpvhz5s0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.metric-number-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
}

.metric-number[b-7zcpvhz5s0] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.overdue-badge[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #EF8200;
    background-color: #FEF3E2;
    border-radius: 17px;
    padding: 0.2rem 0.5rem;
    margin-top: 0.2rem;
    white-space: nowrap;
}

.metric-label[b-7zcpvhz5s0] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.metric-divider[b-7zcpvhz5s0] {
    width: 1px;
    background-color: #dee2e6;
    margin: 0.25rem 0;
}

/* ── Search & Sort ── */
.search-sort-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-wrap[b-7zcpvhz5s0] {
    position: relative;
    flex: 1;
}

.search-icon[b-7zcpvhz5s0] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input[b-7zcpvhz5s0] {
    width: 100%;
    padding: 0.45rem 0.6rem 0.45rem 2rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .search-input:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

.sort-select[b-7zcpvhz5s0] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    flex-shrink: 0;
}

    .sort-select:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

/* ── FBO dropdown filter ── */
.fbo-filter-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fbo-filter-label[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap;
}

.fbo-filter-select[b-7zcpvhz5s0] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    color: #212529;
    min-width: 180px;
    max-width: 100%;
}

    .fbo-filter-select:focus[b-7zcpvhz5s0] {
        outline: none;
        border-color: #0068A6;
    }

/* ── Filters ── */
.filter-row[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.filter-btn[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.4rem 0;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background-color: white;
    color: #495057;
    cursor: pointer;
    white-space: nowrap;
}

    .filter-btn--active[b-7zcpvhz5s0] {
        background-color: #0068A6;
        color: white;
        border-color: #0068A6;
    }

/* ── Table ── */
.table-wrapper[b-7zcpvhz5s0] {
    overflow-x: auto;
    background-color: white;
    border-radius: 10px;
}

.movements-table[b-7zcpvhz5s0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    white-space: nowrap;
}

.movements-table thead tr[b-7zcpvhz5s0] {
    border-bottom: 2px solid #dee2e6;
}

.movements-table th[b-7zcpvhz5s0] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.movements-table tbody tr[b-7zcpvhz5s0] {
    border-bottom: 1px solid #f0f0f0;
}

    .movements-table tbody tr:last-child[b-7zcpvhz5s0] { border-bottom: none; }

    .movements-table tbody tr:hover[b-7zcpvhz5s0] { background-color: #f8f9fa; }

.movements-table td[b-7zcpvhz5s0] {
    padding: 0.7rem 1rem;
    color: #212529;
}

.movements-table td:first-child[b-7zcpvhz5s0] {
    white-space: normal;
}

.emp-name[b-7zcpvhz5s0] {
    display: block;
    font-weight: 600;
    color: #212529;
}

.emp-id[b-7zcpvhz5s0] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.1rem;
}

.date-cell[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #6c757d !important;
}

.empty-cell[b-7zcpvhz5s0] {
    text-align: center;
    color: #6c757d;
    padding: 2rem !important;
}

.status-badge[b-7zcpvhz5s0] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    white-space: nowrap;
}

.table-row--clickable[b-7zcpvhz5s0] { cursor: pointer; }

.status-badge--approved[b-7zcpvhz5s0]     { background-color: #E8F5EC; color: #1B7F3A; }
.status-badge--pending[b-7zcpvhz5s0]      { background-color: #FEF3E2; color: #EF8200; }
.status-badge--rejected[b-7zcpvhz5s0]     { background-color: #FCECEA; color: #D92B04; }
.status-badge--drafts[b-7zcpvhz5s0]       { background-color: #E8F0FB; color: #0068A6; }
.status-badge--certified[b-7zcpvhz5s0]    { background-color: #E8F5EC; color: #1B7F3A; }
.status-badge--in-progress[b-7zcpvhz5s0]  { background-color: #FEF3E2; color: #EF8200; }
.status-badge--expired[b-7zcpvhz5s0]      { background-color: #FCECEA; color: #D92B04; }

/* ── Pagination ── */
.pagination-row[b-7zcpvhz5s0] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.page-info[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #6c757d;
}

.page-btns[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    flex-wrap: wrap;
}

.page-ellipsis[b-7zcpvhz5s0] {
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0 0.15rem;
    line-height: 2rem;
    user-select: none;
}

.page-btn[b-7zcpvhz5s0] {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: white;
    color: #495057;
    cursor: pointer;
}

    .page-btn:hover:not(:disabled)[b-7zcpvhz5s0] { background-color: #f0f6fb; border-color: #0068A6; color: #0068A6; }
    .page-btn--active[b-7zcpvhz5s0] { background-color: #0068A6; color: white; border-color: #0068A6; }
    .page-btn:disabled[b-7zcpvhz5s0] { opacity: 0.4; cursor: default; }

/* ── Review Status ── */
.review-status-div[b-7zcpvhz5s0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
}

.review-status-div--approved[b-7zcpvhz5s0] {
    background-color: #E8F5EC;
    border-top: 1px solid #C3E6CB;
    border-bottom: 1px solid #C3E6CB;
}

.review-status-div--rejected[b-7zcpvhz5s0] {
    background-color: #FCECEA;
    border-top: 1px solid #F5C6C0;
    border-bottom: 1px solid #F5C6C0;
}

.review-status-left[b-7zcpvhz5s0] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.review-status-left svg[b-7zcpvhz5s0] {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.review-status-text[b-7zcpvhz5s0] {
    font-size: 0.85rem;
    color: #212529;
}

.review-status-text--bold[b-7zcpvhz5s0] {
    font-weight: 600;
}

.review-status-text-col[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.review-status-comment[b-7zcpvhz5s0] {
    font-size: 0.78rem;
    color: #495057;
}

.edit-approval-btn[b-7zcpvhz5s0] {
    flex-shrink: 0;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1.5px solid #0068A6;
    border-radius: 6px;
    background-color: white;
    color: #0068A6;
    cursor: pointer;
    white-space: nowrap;
}

    .edit-approval-btn:hover[b-7zcpvhz5s0] { background-color: #E8F0FB; }

/* ── Review Modal ── */
.review-modal-overlay[b-7zcpvhz5s0] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 1rem;
}

.review-modal-card[b-7zcpvhz5s0] {
    background: white;
    border-radius: 10px;
    width: min(95%, 600px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.review-modal-header[b-7zcpvhz5s0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 1rem;
}

.review-modal-title[b-7zcpvhz5s0] {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
}

.review-modal-close[b-7zcpvhz5s0] {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 4px;
    flex-shrink: 0;
}

    .review-modal-close:hover[b-7zcpvhz5s0] { background-color: #f0f0f0; color: #212529; }

.review-modal-hr[b-7zcpvhz5s0] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.review-modal-details[b-7zcpvhz5s0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding: 1.25rem;
}

.review-detail-col[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .review-detail-col:not(:last-child)[b-7zcpvhz5s0] {
        padding-right: 1.25rem;
        border-right: 1px solid #dee2e6;
    }

    .review-detail-col:not(:first-child)[b-7zcpvhz5s0] {
        padding-left: 1.25rem;
    }

.review-detail-item[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.review-detail-label[b-7zcpvhz5s0] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.review-detail-value[b-7zcpvhz5s0] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

.review-modal-action-section[b-7zcpvhz5s0] {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review-action-label[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.review-modal-actions[b-7zcpvhz5s0] {
    display: flex;
    gap: 0.75rem;
}

.review-reject-btn[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.65rem;
    background-color: white;
    color: #D92B04;
    border: 1.5px solid #D92B04;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-reject-btn:hover[b-7zcpvhz5s0] { background-color: #FCECEA; }

.review-approve-btn[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.65rem;
    background-color: #00659D;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-approve-btn:hover[b-7zcpvhz5s0] { background-color: #005a8e; }

.review-reject-btn--active[b-7zcpvhz5s0] {
    background-color: #FCECEA;
}

.rejection-textarea[b-7zcpvhz5s0] {
    width: 100%;
    min-height: 90px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
    color: #212529;
    border: 1.5px solid #D92B04;
    border-radius: 6px;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

    .rejection-textarea:focus[b-7zcpvhz5s0] { border-color: #b02a37; }

.rejection-textarea--error[b-7zcpvhz5s0] { border-color: #D92B04 !important; background-color: #fff8f8; }

.rejection-error-msg[b-7zcpvhz5s0] {
    font-size: 0.78rem;
    color: #D92B04;
    margin-top: -0.25rem;
}

.review-submit-rejection-btn[b-7zcpvhz5s0] {
    width: 100%;
    padding: 0.65rem;
    background-color: #D92B04;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-submit-rejection-btn:hover[b-7zcpvhz5s0] { background-color: #b02a37; }

/* ── Mobile ── */
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    /* Bottom-sheet modals */
    .review-modal-overlay[b-7zcpvhz5s0] {
        align-items: flex-end;
        padding: 0;
    }

    /* Cert history modal: keep centered, not bottom-sheet */
    .review-modal-overlay:has(.cert-history-modal-card)[b-7zcpvhz5s0] {
        align-items: center;
        padding: 1rem;
    }

    .review-modal-card[b-7zcpvhz5s0] {
        width: 100%;
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
    }

    .cert-action-modal-card[b-7zcpvhz5s0] {
        width: 100% !important;
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
    }

    .cert-history-modal-card[b-7zcpvhz5s0] {
        width: min(96%, 1200px) !important;
        max-height: 80vh;
        border-radius: 10px;
    }

    /* Movement review table: card layout */
    .table-wrapper[b-7zcpvhz5s0] {
        overflow-x: hidden;
    }

    .movements-table[b-7zcpvhz5s0] {
        white-space: normal;
    }

    .movements-table thead[b-7zcpvhz5s0] {
        display: none;
    }

    .movements-table tbody tr[b-7zcpvhz5s0] {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin: 0.75rem 0;
        overflow: hidden;
    }

    .movements-table td[b-7zcpvhz5s0] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.82rem;
        white-space: normal;
        color: #212529 !important;
    }

    .movements-table td:last-child[b-7zcpvhz5s0] {
        border-bottom: none;
    }

    .movements-table td[b-7zcpvhz5s0]::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 700;
        color: #6c757d;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        flex-shrink: 0;
        margin-right: 0.75rem;
        padding-top: 0.1rem;
    }

    .movements-table td.empty-cell[b-7zcpvhz5s0] {
        justify-content: center;
    }

    .movements-table td.empty-cell[b-7zcpvhz5s0]::before {
        display: none;
    }

    /* Cert history: card layout instead of wide table */
    .cert-history-table-wrapper[b-7zcpvhz5s0] {
        overflow-x: hidden;
    }

    .cert-history-table[b-7zcpvhz5s0] {
        white-space: normal;
    }

    .cert-history-table thead[b-7zcpvhz5s0] {
        display: none;
    }

    .cert-history-table tbody tr[b-7zcpvhz5s0] {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin: 0.75rem;
        overflow: hidden;
    }

    .cert-history-table td[b-7zcpvhz5s0] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.82rem;
        white-space: normal;
        color: #212529 !important;
    }

    .cert-history-table td:last-child[b-7zcpvhz5s0] {
        border-bottom: none;
    }

    .cert-history-table td[b-7zcpvhz5s0]::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 700;
        color: #6c757d;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        flex-shrink: 0;
        margin-right: 0.75rem;
        padding-top: 0.1rem;
    }

    /* Review modal details: single column with horizontal rows */
    .review-modal-details[b-7zcpvhz5s0] {
        grid-template-columns: 1fr;
        padding: 1rem;
        gap: 0;
    }

    .review-detail-col[b-7zcpvhz5s0] {
        gap: 0;
    }

    .review-detail-col:not(:last-child)[b-7zcpvhz5s0] {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .review-detail-col:not(:first-child)[b-7zcpvhz5s0] {
        padding-left: 0;
    }

    .review-detail-item[b-7zcpvhz5s0] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.35rem 0;
        gap: 0.5rem;
    }

    .review-detail-value[b-7zcpvhz5s0] {
        text-align: right;
    }

    /* Status banner: stack */
    .review-status-div[b-7zcpvhz5s0] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .edit-approval-btn[b-7zcpvhz5s0] {
        align-self: flex-start;
    }

    /* Cert cards: stack vertically */
    .cert-cards-row[b-7zcpvhz5s0] {
        flex-direction: column;
    }

    /* Cert lookup row: stack */
    .cert-lookup-row[b-7zcpvhz5s0] {
        flex-direction: column;
    }

    /* Cert action modal detail row: single column */
    .cert-modal-detail-row[b-7zcpvhz5s0] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1rem;
    }

    .cert-modal-col:not(:last-child)[b-7zcpvhz5s0] {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 0.75rem;
    }

    .cert-modal-col:not(:first-child)[b-7zcpvhz5s0] {
        padding-left: 0;
    }

    /* Cert modal footer: stack notify text above buttons */
    .cert-modal-footer-bottom[b-7zcpvhz5s0] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .cert-modal-notify-text[b-7zcpvhz5s0] {
        text-align: left;
    }

    .cert-modal-footer-btns[b-7zcpvhz5s0] {
        justify-content: flex-end;
    }

    /* Cert action row: label on its own line, select + submit below */
    .cert-action-row[b-7zcpvhz5s0] {
        flex-wrap: wrap;
        gap: 0.4rem 0.5rem;
    }

    .cert-action-label[b-7zcpvhz5s0] {
        width: 100%;
    }

    .cert-action-select[b-7zcpvhz5s0] {
        flex: 1;
        min-width: 0;
    }

    .cert-action-submit[b-7zcpvhz5s0] {
        flex-shrink: 0;
    }

    .pagination-row[b-7zcpvhz5s0] {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Movement history accordion table: card layout */
    .hist-table-wrapper[b-7zcpvhz5s0] {
        overflow-x: hidden;
    }

    .hist-table[b-7zcpvhz5s0] {
        white-space: normal;
    }

    .hist-table thead[b-7zcpvhz5s0] {
        display: none;
    }

    .hist-table tbody tr[b-7zcpvhz5s0] {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin: 0.75rem 0;
        overflow: hidden;
    }

    .hist-table td[b-7zcpvhz5s0] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.82rem;
        white-space: normal;
        color: #212529 !important;
    }

    .hist-table td:last-child[b-7zcpvhz5s0] {
        border-bottom: none;
    }

    .hist-table td[b-7zcpvhz5s0]::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 700;
        color: #6c757d;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        flex-shrink: 0;
        margin-right: 0.75rem;
        padding-top: 0.1rem;
    }

    .hist-table td.hist-empty-cell[b-7zcpvhz5s0] {
        justify-content: center;
    }

    .hist-table td.hist-empty-cell[b-7zcpvhz5s0]::before {
        display: none;
    }
}

/* ── FBO Bulk Override ───────────────────────────────────────────────────── */

.fbo-override-modal-card[b-7zcpvhz5s0] {
    width: min(95%, 900px);
}

.fbo-override-toggle[b-7zcpvhz5s0] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #212529;
    outline: none;
    text-align: left;
}

    .fbo-override-toggle:hover[b-7zcpvhz5s0] { border-color: #0068A6; }
    .fbo-override-toggle:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

/* ── Pending Override Requests section ──────────────────────────────────── */
.por-section[b-7zcpvhz5s0] {
    margin-top: 1rem;
}

.por-title[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    margin: 0 0 0.5rem;
}

.por-type-cell[b-7zcpvhz5s0] {
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 600;
}

.por-details-cell[b-7zcpvhz5s0] {
    max-width: 260px;
}

.por-details-text[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #495057;
    cursor: default;
}

.por-details-empty[b-7zcpvhz5s0] {
    color: #adb5bd;
}

.por-badge[b-7zcpvhz5s0] {
    display: inline-block;
    padding: 0.2em 0.55em;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.por-badge--pending[b-7zcpvhz5s0]  { background: #FEF3E2; color: #EF8200; }
.por-badge--approved[b-7zcpvhz5s0] { background: #E8F5EC; color: #1B7F3A; }
.por-badge--denied[b-7zcpvhz5s0]   { background: #FCECEA; color: #D92B04; }
.por-badge--na[b-7zcpvhz5s0]       { background: #f1f3f5; color: #868e96; }

.fbo-override-fbo-row[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
}

.fbo-override-label[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.fbo-override-select[b-7zcpvhz5s0] {
    flex: 1;
    padding: 0.45rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
}

    .fbo-override-select:focus[b-7zcpvhz5s0] { border-color: #0068A6; }

/* Two cert columns */
.fbo-cert-cols[b-7zcpvhz5s0] {
    display: flex;
    align-items: stretch;
}

.fbo-cert-col[b-7zcpvhz5s0] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.fbo-cert-col-divider[b-7zcpvhz5s0] {
    width: 1px;
    background: #dee2e6;
    flex-shrink: 0;
}

.fbo-cert-emp-section[b-7zcpvhz5s0] {
    padding: 0.85rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.fbo-cert-title[b-7zcpvhz5s0] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
}

.fbo-cert-count[b-7zcpvhz5s0] {
    font-size: 0.75rem;
    color: #6c757d;
}

.fbo-override-emp-list[b-7zcpvhz5s0] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-height: 35vh;
    overflow-y: auto;
}

.fbo-override-emp-item[b-7zcpvhz5s0] {
    display: flex;
    flex-direction: column;
    padding: 0.35rem 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.fbo-override-emp-name[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #212529;
    font-weight: 500;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.fbo-override-emp-current[b-7zcpvhz5s0] {
    font-size: 0.7rem;
    color: #6c757d;
}

.fbo-override-result[b-7zcpvhz5s0] {
    font-size: 0.8rem;
    color: #198754;
    font-weight: 500;
}

.fbo-override-empty[b-7zcpvhz5s0] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

@media (max-width: 640px) {
    .fbo-cert-cols[b-7zcpvhz5s0] {
        flex-direction: column;
    }

    .fbo-cert-col-divider[b-7zcpvhz5s0] {
        width: 100%;
        height: 1px;
    }

    .fbo-override-modal-card[b-7zcpvhz5s0] {
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
    }
}

/* ── Toast notification ── */
.toast-notification[b-7zcpvhz5s0] {
    position: fixed;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    z-index: 2000;
    white-space: nowrap;
    animation: toast-in-b-7zcpvhz5s0 0.25s ease;
}

.toast-notification--success[b-7zcpvhz5s0] {
    background-color: #1B7F3A;
    color: white;
}

.toast-notification--error[b-7zcpvhz5s0] {
    background-color: #D92B04;
    color: white;
}

@keyframes toast-in-b-7zcpvhz5s0 {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ── Set Default Requirements modal ── */
.fbo-defaults-meta[b-7zcpvhz5s0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    font-size: 0.78rem;
    color: #6c757d;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
/* /Components/Pages/ApproverProfile.razor.rz.scp.css */
.screen-container[b-yhh8hpg2p4] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.profile-header[b-yhh8hpg2p4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background-color: #0068A6;
    padding: 1.25rem 1rem;
    border-radius: 0 0 12px 12px;
}

.profile-left[b-yhh8hpg2p4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.profile-metrics[b-yhh8hpg2p4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-metric[b-yhh8hpg2p4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.profile-metric-number[b-yhh8hpg2p4] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.profile-metric-label[b-yhh8hpg2p4] {
    font-size: 0.55rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
}

.profile-metric-divider[b-yhh8hpg2p4] {
    width: 1px;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.profile-avatar[b-yhh8hpg2p4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    overflow: hidden;
}

.profile-photo-lg[b-yhh8hpg2p4] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info[b-yhh8hpg2p4] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-name[b-yhh8hpg2p4] {
    color: white;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-role[b-yhh8hpg2p4] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.info-container[b-yhh8hpg2p4] {
    background-color: white;
    border-radius: 8px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.info-title[b-yhh8hpg2p4] {
    margin: 0;
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.info-divider-full[b-yhh8hpg2p4] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-row[b-yhh8hpg2p4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
}

.info-label[b-yhh8hpg2p4] {
    font-size: 0.9rem;
    color: #495057;
}

.info-value[b-yhh8hpg2p4] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.info-divider[b-yhh8hpg2p4] {
    margin: 0 1rem;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-header-row[b-yhh8hpg2p4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.75rem;
}

.info-edit-btn[b-yhh8hpg2p4] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    color: #0068A6;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.25rem;
}

    .info-edit-btn:hover[b-yhh8hpg2p4] { text-decoration: underline; }

.info-input[b-yhh8hpg2p4] {
    border: 1px solid #0068A6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    color: #212529;
    background-color: white;
    text-align: right;
    width: 55%;
    max-width: 55%;
    outline: none;
    box-sizing: border-box;
}

select.info-input[b-yhh8hpg2p4] {
    text-align: left;
    font-size: 0.8rem;
    padding-right: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Mobile ── */
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    /* Stack avatar/name above metrics */
    .profile-header[b-yhh8hpg2p4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .profile-metrics[b-yhh8hpg2p4] {
        width: 100%;
        justify-content: space-around;
    }

    .profile-metric-number[b-yhh8hpg2p4] {
        font-size: 1.2rem;
    }

    .profile-metric-label[b-yhh8hpg2p4] {
        font-size: 0.52rem;
    }
}
/* /Components/Pages/DraftMovementDetail.razor.rz.scp.css */
.screen-container[b-b7shn7v0cs] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 4.5rem;
}

    .screen-container h1[b-b7shn7v0cs], h2[b-b7shn7v0cs], h3[b-b7shn7v0cs], h4[b-b7shn7v0cs], h5[b-b7shn7v0cs], h6[b-b7shn7v0cs] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }

    .screen-container div[b-b7shn7v0cs] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

hr[b-b7shn7v0cs] { margin: 0px; }

.draft-banner[b-b7shn7v0cs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E8F0FB;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.draft-banner-title[b-b7shn7v0cs] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0068A6;
    letter-spacing: 0.04em;
}

.draft-delete-btn[b-b7shn7v0cs] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

    .draft-delete-btn:hover[b-b7shn7v0cs] { background-color: #d0e2f7; }

.profile-information-container[b-b7shn7v0cs] {
    background-color: white;
    margin-bottom: 0.5rem;
}

.container-title[b-b7shn7v0cs] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.edit-btn[b-b7shn7v0cs] {
    background: none;
    border: none;
    color: #006bb7;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

    .edit-btn:hover[b-b7shn7v0cs] { text-decoration: underline; }

.profile-fields[b-b7shn7v0cs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
}

.field-group[b-b7shn7v0cs] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .field-group label[b-b7shn7v0cs] {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        letter-spacing: 0.05em;
    }

    .field-group input[b-b7shn7v0cs] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

    .field-group input:not([disabled])[b-b7shn7v0cs] {
        background-color: white;
        border-color: #006bb7;
        outline: none;
    }

.toggle-group[b-b7shn7v0cs] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.toggle-label[b-b7shn7v0cs] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.required[b-b7shn7v0cs] { color: #dc3545; }

.toggle-options[b-b7shn7v0cs] {
    display: flex;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.toggle-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

    .toggle-btn.selected[b-b7shn7v0cs] {
        background-color: #0068A6;
        color: white;
        font-weight: 600;
        border: none;
    }

    .toggle-btn:not(.selected):hover[b-b7shn7v0cs] { background-color: #f0f6fb; }

.movement-inputs[b-b7shn7v0cs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .movement-inputs select[b-b7shn7v0cs],
    .movement-inputs input[type="time"][b-b7shn7v0cs] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.movements-list[b-b7shn7v0cs] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.movement-container[b-b7shn7v0cs] {
    border: 2px solid #0068A6;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.movement-header[b-b7shn7v0cs] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #0068A6;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .movement-header:hover[b-b7shn7v0cs] { background-color: #005a8e; }

.chevron[b-b7shn7v0cs] {
    font-size: 1.4rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    display: inline-block;
}

    .chevron.expanded[b-b7shn7v0cs] { transform: rotate(270deg); }

.movement-body[b-b7shn7v0cs] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #0068A6;
}

.form-action-bar[b-b7shn7v0cs] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.5rem;
    padding: 0 1rem;
    background-color: #FFFFFF;
    border-top: 1px solid #dee2e6;
    z-index: 100;
}

.form-cancel-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.65rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-cancel-btn:hover[b-b7shn7v0cs] { background-color: #e2e6ea; }

.form-submit-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.65rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-submit-btn:hover[b-b7shn7v0cs] { background-color: #005a8e; }

.modal-overlay[b-b7shn7v0cs] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-card[b-b7shn7v0cs] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 360px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .modal-card h5[b-b7shn7v0cs] { margin: 0 0 0.5rem; color: #212529; }
    .modal-card hr[b-b7shn7v0cs] { margin-bottom: 0.75rem; }

.modal-error-list[b-b7shn7v0cs] {
    padding-left: 1.2rem;
    margin: 0 0 1rem;
    color: #dc3545;
    font-size: 0.9rem;
    line-height: 1.6;
}

.modal-ok-btn[b-b7shn7v0cs] {
    width: 100%;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-ok-btn:hover[b-b7shn7v0cs] { background-color: #005a8e; }

.modal-draft-actions[b-b7shn7v0cs] {
    display: flex;
    gap: 0.75rem;
}

.modal-cancel-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-cancel-btn:hover[b-b7shn7v0cs] { background-color: #e2e6ea; }

.modal-delete-msg[b-b7shn7v0cs] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.modal-save-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-save-btn:hover[b-b7shn7v0cs] { background-color: #005a8e; }

.modal-delete-btn[b-b7shn7v0cs] {
    flex: 1;
    padding: 0.6rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-delete-btn:hover[b-b7shn7v0cs] { background-color: #b02a37; }
/* /Components/Pages/EmployeeMovementHistory.razor.rz.scp.css */
.history-screen[b-x91wti6op0] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.search-sort-row[b-x91wti6op0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-wrap[b-x91wti6op0] {
    position: relative;
    flex: 1;
}

.search-icon[b-x91wti6op0] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input[b-x91wti6op0] {
    width: 100%;
    padding: 0.45rem 0.6rem 0.45rem 2rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .search-input:focus[b-x91wti6op0] {
        border-color: #0068A6;
    }

.sort-select[b-x91wti6op0] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    flex-shrink: 0;
}

    .sort-select:focus[b-x91wti6op0] {
        border-color: #0068A6;
    }

.filter-row[b-x91wti6op0] {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.filter-btn[b-x91wti6op0] {
    flex: 1;
    padding: 0.4rem 0;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background-color: white;
    color: #495057;
    cursor: pointer;
    white-space: nowrap;
}

    .filter-btn--active[b-x91wti6op0] {
        background-color: #0068A6;
        color: white;
        border-color: #0068A6;
    }

.movement-card[b-x91wti6op0] {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.movement-card--clickable[b-x91wti6op0] {
    cursor: pointer;
}

    .movement-card--clickable:hover[b-x91wti6op0] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }

.movement-card-header[b-x91wti6op0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem 0.5rem;
    gap: 0.5rem;
}

.movement-card-title[b-x91wti6op0] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.movement-vehicle[b-x91wti6op0] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
}

.movement-aircraft[b-x91wti6op0] {
    font-size: 0.8rem;
    color: #6c757d;
}

.status-badge[b-x91wti6op0] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
}

.status-badge--approved[b-x91wti6op0] {
    background-color: #E8F5EC;
    color: #1B7F3A;
}

.status-badge--pending[b-x91wti6op0] {
    background-color: #FEF3E2;
    color: #EF8200;
}

.status-badge--rejected[b-x91wti6op0] {
    background-color: #FCECEA;
    color: #D92B04;
}

.status-badge--drafts[b-x91wti6op0] {
    background-color: #E8F0FB;
    color: #0068A6;
}

.card-divider[b-x91wti6op0] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.movement-card-meta[b-x91wti6op0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem 0.75rem;
}

.meta-item[b-x91wti6op0] {
    font-size: 0.8rem;
    color: #6c757d;
}

.meta-separator[b-x91wti6op0] {
    color: #adb5bd;
    font-size: 0.8rem;
}

.meta-start-label[b-x91wti6op0] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
}

.rejection-warning[b-x91wti6op0] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background-color: #FCECEA;
    padding: 0.6rem 1rem;
}

.rejection-warning-text[b-x91wti6op0] {
    font-size: 0.8rem;
    color: #D92B04;
    line-height: 1.4;
}

.empty-state[b-x91wti6op0] {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 2rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.screen-container[b-4uokn2sh4s] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}
    .screen-container h1[b-4uokn2sh4s], h2[b-4uokn2sh4s], h3[b-4uokn2sh4s], h4[b-4uokn2sh4s], h5[b-4uokn2sh4s], h6[b-4uokn2sh4s] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }
    .screen-container div[b-4uokn2sh4s] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

.greeting[b-4uokn2sh4s] {
    margin-bottom: 0.5rem;
}
.greeting-message[b-4uokn2sh4s] {
    font-weight: 525;
    line-height: 100%;
    color: #0068A6;
}

.certification-container[b-4uokn2sh4s] {
    background-color: white;
    margin-bottom: 0.5rem;
}
.container-title[b-4uokn2sh4s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}
.approved-certification-counter[b-4uokn2sh4s] {
    border-radius: 16px;
    background-color: #E5F2F9;
    padding: 6px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0rem;
}
.certification-progress[b-4uokn2sh4s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.certification-type[b-4uokn2sh4s] {
    width: 100%;
}
.vertical-line[b-4uokn2sh4s] {
    width: 1px;
    height: stretch;
    border-left: 1px;
}
hr[b-4uokn2sh4s] {
    margin: 0px;
}
#lektro-ramp-progress[b-4uokn2sh4s] {
    color: #0068A6;
    font-weight: 700;
}
#lektro-hangar-progress[b-4uokn2sh4s] {
    color: #40A8D8;
    font-weight: 700;
}
#tug-ramp-progress[b-4uokn2sh4s] {
    color: #0068A6;
    font-weight: 700;
}
#tug-hangar-progress[b-4uokn2sh4s] {
    color: #40A8D8;
    font-weight: 700;
}
progress[b-4uokn2sh4s] {
    margin-left: 0.5rem;
}

.recent-movements-container[b-4uokn2sh4s] {
    background-color: white;
    margin-bottom: 0.5rem;
}
.view-history-wrap[b-4uokn2sh4s]  a {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6B7280;
    text-decoration: none;
    padding-right: 0.5rem;
}
    .view-history-wrap[b-4uokn2sh4s]  a:hover {
        color: #4B5563;
    }
.recent-movements-items[b-4uokn2sh4s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
}

.movement-card[b-4uokn2sh4s] {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.movement-card-header[b-4uokn2sh4s] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1rem 0.5rem;
    gap: 0.5rem;
}

.movement-card-title[b-4uokn2sh4s] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.movement-vehicle[b-4uokn2sh4s] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
}

.movement-aircraft[b-4uokn2sh4s] {
    font-size: 0.8rem;
    color: #6c757d;
}

.status-badge[b-4uokn2sh4s] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
}

.status-badge--approved[b-4uokn2sh4s] { background-color: #E8F5EC; color: #1B7F3A; }
.status-badge--pending[b-4uokn2sh4s]  { background-color: #FEF3E2; color: #EF8200; }
.status-badge--rejected[b-4uokn2sh4s] { background-color: #FCECEA; color: #D92B04; }
.status-badge--drafts[b-4uokn2sh4s]   { background-color: #E8F0FB; color: #0068A6; }

.card-divider[b-4uokn2sh4s] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.movement-card-meta[b-4uokn2sh4s] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem 0.75rem;
}

.meta-item[b-4uokn2sh4s]        { font-size: 0.8rem; color: #6c757d; }
.meta-separator[b-4uokn2sh4s]   { color: #adb5bd; font-size: 0.8rem; }
.meta-start-label[b-4uokn2sh4s] { font-size: 0.75rem; font-weight: 600; color: #495057; }

.rejection-warning[b-4uokn2sh4s] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background-color: #FCECEA;
    padding: 0.6rem 1rem;
}

.rejection-warning-text[b-4uokn2sh4s] {
    font-size: 0.8rem;
    color: #D92B04;
    line-height: 1.4;
}

/* ── Cert init overlay ── */
.cert-init-overlay[b-4uokn2sh4s] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cert-init-spinner[b-4uokn2sh4s] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: cert-spin-b-4uokn2sh4s 0.75s linear infinite;
}

@keyframes cert-spin-b-4uokn2sh4s {
    to { transform: rotate(360deg); }
}

/* ── Start Certification Progress ── */
.cert-start-card[b-4uokn2sh4s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2.5rem 1.5rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    text-align: center;
}

.cert-start-title[b-4uokn2sh4s] {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin: 0;
}

.cert-start-sub[b-4uokn2sh4s] {
    font-size: 0.85rem;
    color: #6c757d;
    max-width: 360px;
    margin: 0;
    line-height: 1.5;
}

.cert-start-btn[b-4uokn2sh4s] {
    margin-top: 0.5rem;
    padding: 0.6rem 1.5rem;
    background-color: #1B7F3A;
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.cert-start-btn:hover:not(:disabled)[b-4uokn2sh4s] {
    background-color: #155f2c;
}

.cert-start-btn:disabled[b-4uokn2sh4s] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.login-container[b-z7f9hy9dyk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    gap: 0.5rem;
}

.login-logo[b-z7f9hy9dyk] {
    height: 3rem;
    margin-bottom: 0.5rem;
}

.login-title[b-z7f9hy9dyk] {
    color: #0068A6;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.login-subtitle[b-z7f9hy9dyk] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.role-buttons[b-z7f9hy9dyk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.role-btn[b-z7f9hy9dyk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: white;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    text-decoration: none;
    color: #212529;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .role-btn:hover[b-z7f9hy9dyk] {
        border-color: #0068A6;
        box-shadow: 0 2px 8px rgba(0, 104, 166, 0.15);
        color: #0068A6;
    }

    .role-btn svg[b-z7f9hy9dyk] {
        flex-shrink: 0;
        color: #0068A6;
    }

.role-btn-title[b-z7f9hy9dyk] {
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

.role-btn-desc[b-z7f9hy9dyk] {
    font-size: 0.8rem;
    color: #6c757d;
    display: block;
}

.login-note[b-z7f9hy9dyk] {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    color: #adb5bd;
    text-align: center;
}

.role-btn--disabled[b-z7f9hy9dyk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    color: #adb5bd;
    cursor: not-allowed;
    user-select: none;
}

    .role-btn--disabled svg[b-z7f9hy9dyk] {
        flex-shrink: 0;
        color: #ced4da;
    }

    .role-btn--disabled .role-btn-title[b-z7f9hy9dyk] {
        color: #adb5bd;
    }

    .role-btn--disabled .role-btn-desc[b-z7f9hy9dyk] {
        color: #ced4da;
    }

.signout-btn[b-z7f9hy9dyk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    background-color: transparent;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 0.25rem;
    transition: border-color 0.15s, color 0.15s;
}

    .signout-btn:hover[b-z7f9hy9dyk] {
        border-color: #D92B04;
        color: #D92B04;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-st6ik6gaux] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    gap: 0.5rem;
}

.login-logo[b-st6ik6gaux] {
    height: 3rem;
    margin-bottom: 0.5rem;
}

.login-title[b-st6ik6gaux] {
    color: #0068A6;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.login-subtitle[b-st6ik6gaux] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.role-buttons[b-st6ik6gaux] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.role-btn[b-st6ik6gaux] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: white;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    text-decoration: none;
    color: #212529;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .role-btn:hover[b-st6ik6gaux] {
        border-color: #0068A6;
        box-shadow: 0 2px 8px rgba(0, 104, 166, 0.15);
        color: #0068A6;
    }

    .role-btn svg[b-st6ik6gaux] {
        flex-shrink: 0;
        color: #0068A6;
    }

.role-btn-title[b-st6ik6gaux] {
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

.role-btn-desc[b-st6ik6gaux] {
    font-size: 0.8rem;
    color: #6c757d;
    display: block;
}

.login-note[b-st6ik6gaux] {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    color: #adb5bd;
    text-align: center;
}
/* /Components/Pages/MovementLogForm.razor.rz.scp.css */
.screen-container[b-9tna53sx8p] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding-bottom: 4.5rem;
}

    .screen-container h1[b-9tna53sx8p], h2[b-9tna53sx8p], h3[b-9tna53sx8p], h4[b-9tna53sx8p], h5[b-9tna53sx8p], h6[b-9tna53sx8p] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }

    .screen-container div[b-9tna53sx8p] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

hr[b-9tna53sx8p] {
    margin: 0px;
}

.profile-information-container[b-9tna53sx8p] {
    background-color: white;
    margin-bottom: 0.5rem;
}

.container-title[b-9tna53sx8p] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.edit-btn[b-9tna53sx8p] {
    background: none;
    border: none;
    color: #006bb7;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

    .edit-btn:hover[b-9tna53sx8p] {
        text-decoration: underline;
    }

.profile-fields[b-9tna53sx8p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
}

.field-group[b-9tna53sx8p] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .field-group label[b-9tna53sx8p] {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        letter-spacing: 0.05em;
    }

    .field-group input[b-9tna53sx8p] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

    .field-group input:not([disabled])[b-9tna53sx8p] {
        background-color: white;
        border-color: #006bb7;
        outline: none;
    }

.toggle-group[b-9tna53sx8p] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.toggle-label[b-9tna53sx8p] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.required[b-9tna53sx8p] {
    color: #dc3545;
}

.toggle-options[b-9tna53sx8p] {
    display: flex;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.toggle-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

    .toggle-btn.selected[b-9tna53sx8p] {
        background-color: #0068A6;
        color: white;
        font-weight: 600;
        border: none;
    }

    .toggle-btn:not(.selected):hover[b-9tna53sx8p] {
        background-color: #f0f6fb;
    }

.movement-inputs[b-9tna53sx8p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .movement-inputs select[b-9tna53sx8p] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

    .movement-inputs input[type="time"][b-9tna53sx8p] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.movements-list[b-9tna53sx8p] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.movement-container[b-9tna53sx8p] {
    border: 2px solid #0068A6;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.movement-header[b-9tna53sx8p] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #0068A6;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .movement-header:hover[b-9tna53sx8p] {
        background-color: #005a8e;
    }

.movement-header-actions[b-9tna53sx8p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trash-btn[b-9tna53sx8p] {
    display: flex;
    align-items: center;
    color: white;
    padding: 0.2rem;
    border-radius: 4px;
    opacity: 0.8;
}

    .trash-btn:hover[b-9tna53sx8p] {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.2);
    }

.chevron[b-9tna53sx8p] {
    font-size: 1.4rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    display: inline-block;
}

    .chevron.expanded[b-9tna53sx8p] {
        transform: rotate(270deg);
    }

.movement-body[b-9tna53sx8p] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #0068A6;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.add-movement-bar[b-9tna53sx8p] {
    padding: 0.6rem 0;
}

.form-action-bar[b-9tna53sx8p] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.5rem;
    padding: 0 1rem;
    background-color: #FFFFFF;
    border-top: 1px solid #dee2e6;
    z-index: 100;
}

.form-cancel-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.65rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-cancel-btn:hover[b-9tna53sx8p] {
        background-color: #e2e6ea;
    }

.form-submit-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.65rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-submit-btn:hover[b-9tna53sx8p] {
        background-color: #005a8e;
    }

.confirm-modal-card[b-9tna53sx8p] {
    width: min(92%, 440px);
    max-height: 85vh;
    overflow-y: auto;
}

.confirm-modal-header[b-9tna53sx8p] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.5rem;
}

.confirm-modal-icon[b-9tna53sx8p] {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.confirm-modal-title[b-9tna53sx8p] {
    margin: 0 0 0.2rem;
    color: #212529;
    font-size: 1.05rem;
}

.confirm-modal-subtitle[b-9tna53sx8p] {
    margin: 0;
    font-size: 0.85rem;
    color: #6c757d;
}

.confirm-movement-label[b-9tna53sx8p] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
    margin: 0.75rem 0 0.4rem;
}

.confirm-detail-grid[b-9tna53sx8p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 0.75rem;
    margin: 0.6rem 0 0.25rem;
}

.confirm-detail-key[b-9tna53sx8p] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.04em;
    align-self: center;
}

.confirm-detail-val[b-9tna53sx8p] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #212529;
    align-self: center;
}

.confirm-divider[b-9tna53sx8p] {
    margin: 0.75rem 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.confirm-close-btn[b-9tna53sx8p] {
    margin-top: 1rem;
}

.modal-overlay[b-9tna53sx8p] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-card[b-9tna53sx8p] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 360px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .modal-card h5[b-9tna53sx8p] {
        margin: 0 0 0.5rem;
        color: #212529;
    }

    .modal-card hr[b-9tna53sx8p] {
        margin-bottom: 0.75rem;
    }

.modal-error-list[b-9tna53sx8p] {
    padding-left: 1.2rem;
    margin: 0 0 1rem;
    color: #dc3545;
    font-size: 0.9rem;
    line-height: 1.6;
}

.modal-ok-btn[b-9tna53sx8p] {
    width: 100%;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-ok-btn:hover[b-9tna53sx8p] {
        background-color: #005a8e;
    }

.modal-delete-msg[b-9tna53sx8p] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0 0 1rem;
}

.modal-delete-actions[b-9tna53sx8p] {
    display: flex;
    gap: 0.75rem;
}

.modal-cancel-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.6rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-cancel-btn:hover[b-9tna53sx8p] {
        background-color: #e2e6ea;
    }

.modal-delete-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.6rem;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-delete-btn:hover[b-9tna53sx8p] {
        background-color: #b02a37;
    }

.modal-draft-actions[b-9tna53sx8p] {
    display: flex;
    gap: 0.75rem;
}

.modal-save-btn[b-9tna53sx8p] {
    flex: 1;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-save-btn:hover[b-9tna53sx8p] {
        background-color: #005a8e;
    }

.add-movement-btn[b-9tna53sx8p] {
    width: 100%;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .add-movement-btn:hover[b-9tna53sx8p] {
        background-color: #005a8e;
    }

.start-time-tz-hint[b-9tna53sx8p] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}
/* /Components/Pages/OverrideRespond.razor.rz.scp.css */
.or-page[b-az1vmwe92g] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem 1rem;
}

.or-card[b-az1vmwe92g] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.or-icon[b-az1vmwe92g] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.or-icon--success[b-az1vmwe92g] { background: #E8F5EC; color: #1B7F3A; }
.or-icon--deny[b-az1vmwe92g]    { background: #FCECEA; color: #D92B04; }
.or-icon--warn[b-az1vmwe92g]    { background: #FEF3E2; color: #EF8200; }
.or-icon--info[b-az1vmwe92g]    { background: #E8F0FB; color: #0068A6; }

.or-title[b-az1vmwe92g] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

.or-meta[b-az1vmwe92g] {
    font-size: 0.875rem;
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

.or-body[b-az1vmwe92g] {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    max-width: 380px;
}

.or-textarea[b-az1vmwe92g] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    resize: vertical;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .or-textarea:focus[b-az1vmwe92g] { border-color: #0068A6; }

.or-btn[b-az1vmwe92g] {
    padding: 0.6rem 1.75rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.or-btn--deny[b-az1vmwe92g] {
    background-color: #D92B04;
    color: #ffffff;
}

    .or-btn--deny:hover:not(:disabled)[b-az1vmwe92g] { background-color: #b52203; }
    .or-btn--deny:disabled[b-az1vmwe92g] { opacity: 0.6; cursor: not-allowed; }

.or-footer[b-az1vmwe92g] {
    font-size: 0.75rem;
    color: #adb5bd;
    margin: 0.5rem 0 0;
}

/* Loading spinner */
.or-spinner-wrap[b-az1vmwe92g] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.or-spinner[b-az1vmwe92g] {
    width: 40px;
    height: 40px;
    border: 4px solid #dee2e6;
    border-top-color: #0068A6;
    border-radius: 50%;
    animation: or-spin-b-az1vmwe92g 0.75s linear infinite;
}

@keyframes or-spin-b-az1vmwe92g {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/PendingMovementDetail.razor.rz.scp.css */
.screen-container[b-n4cv53zmcx] {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

    .screen-container h1[b-n4cv53zmcx], h2[b-n4cv53zmcx], h3[b-n4cv53zmcx], h4[b-n4cv53zmcx], h5[b-n4cv53zmcx], h6[b-n4cv53zmcx] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }

    .screen-container div[b-n4cv53zmcx] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

hr[b-n4cv53zmcx] { margin: 0px; }

/* Status banner */
.status-banner[b-n4cv53zmcx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.status-banner--pending[b-n4cv53zmcx] { background-color: #FEF3E2; }

.status-back-btn[b-n4cv53zmcx] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0.15rem 0.4rem 0.15rem 0;
    cursor: pointer;
    margin-right: 0.15rem;
}

.status-banner-title[b-n4cv53zmcx] {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.status-banner-title--pending[b-n4cv53zmcx] { color: #EF8200; }

.status-banner-icon[b-n4cv53zmcx] { flex-shrink: 0; }

/* Form styles */
.profile-information-container[b-n4cv53zmcx] {
    background-color: white;
    margin-bottom: 0.5rem;
}

.container-title[b-n4cv53zmcx] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.profile-fields[b-n4cv53zmcx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
}

.field-group[b-n4cv53zmcx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .field-group label[b-n4cv53zmcx] {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        letter-spacing: 0.05em;
    }

    .field-group input[b-n4cv53zmcx] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.toggle-group[b-n4cv53zmcx] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.toggle-label[b-n4cv53zmcx] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.toggle-options[b-n4cv53zmcx] {
    display: flex;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.toggle-btn[b-n4cv53zmcx] {
    flex: 1;
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.9rem;
    cursor: default;
}

    .toggle-btn.selected[b-n4cv53zmcx] {
        background-color: #0068A6;
        color: white;
        font-weight: 600;
        border: none;
    }

    .toggle-btn:disabled[b-n4cv53zmcx] { opacity: 1; }

.movement-inputs[b-n4cv53zmcx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .movement-inputs input[type="time"][b-n4cv53zmcx],
    .movement-inputs input[type="text"][b-n4cv53zmcx] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.movements-list[b-n4cv53zmcx] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.movement-container[b-n4cv53zmcx] {
    border: 2px solid #0068A6;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.movement-header[b-n4cv53zmcx] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #0068A6;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .movement-header:hover[b-n4cv53zmcx] { background-color: #005a8e; }

.chevron[b-n4cv53zmcx] {
    font-size: 1.4rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    display: inline-block;
}

    .chevron.expanded[b-n4cv53zmcx] { transform: rotate(270deg); }

.movement-body[b-n4cv53zmcx] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #0068A6;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.screen-container[b-1grmqf5lhn] {
    display: flex;
    flex-direction: column;
}

.profile-header[b-1grmqf5lhn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    background-color: #0068A6;
    padding: 1.25rem 1rem;
    border-radius: 0 0 12px 12px;
}

.profile-avatar[b-1grmqf5lhn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    overflow: hidden;
}

.profile-photo-lg[b-1grmqf5lhn] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info[b-1grmqf5lhn] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-name[b-1grmqf5lhn] {
    color: white;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-status[b-1grmqf5lhn] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.status-dot[b-1grmqf5lhn] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6ede8a;
    flex-shrink: 0;
}

.status-text[b-1grmqf5lhn] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.info-container[b-1grmqf5lhn] {
    background-color: white;
    border-radius: 8px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.info-title[b-1grmqf5lhn] {
    margin: 0;
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.info-divider-full[b-1grmqf5lhn] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-row[b-1grmqf5lhn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
}

.info-label[b-1grmqf5lhn] {
    font-size: 0.9rem;
    color: #495057;
}

.info-value[b-1grmqf5lhn] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

.info-row--top[b-1grmqf5lhn] {
    align-items: flex-start;
}

.info-values[b-1grmqf5lhn] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
}

.info-divider[b-1grmqf5lhn] {
    margin: 0 1rem;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-header-row[b-1grmqf5lhn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.75rem;
}

.contact-edit-btn[b-1grmqf5lhn] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    color: #0068A6;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.25rem;
}

    .contact-edit-btn:hover[b-1grmqf5lhn] {
        text-decoration: underline;
    }

.info-input[b-1grmqf5lhn] {
    border: 1px solid #0068A6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    color: #212529;
    background-color: white;
    text-align: right;
    width: 55%;
    max-width: 55%;
    outline: none;
    box-sizing: border-box;
}

select.info-input[b-1grmqf5lhn] {
    text-align: left;
    font-size: 0.8rem;
    padding-right: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/RejectedMovementDetail.razor.rz.scp.css */
.screen-container[b-xc52wfu5cf] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 4.5rem;
}

    .screen-container h1[b-xc52wfu5cf], h2[b-xc52wfu5cf], h3[b-xc52wfu5cf], h4[b-xc52wfu5cf], h5[b-xc52wfu5cf], h6[b-xc52wfu5cf] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px;
    }

    .screen-container div[b-xc52wfu5cf] {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

hr[b-xc52wfu5cf] { margin: 0px; }

/* Rejection banner */
.rejection-banner[b-xc52wfu5cf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #FCECEA;
    padding: 0.75rem 1rem 0.5rem;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.rejection-back-btn[b-xc52wfu5cf] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0.15rem 0.4rem 0.15rem 0;
    cursor: pointer;
    margin-right: 0.15rem;
}

.rejection-banner-icon[b-xc52wfu5cf] {
    flex-shrink: 0;
}

.rejection-banner-title[b-xc52wfu5cf] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #D92B04;
    letter-spacing: 0.04em;
}

.rejection-banner-message[b-xc52wfu5cf] {
    background-color: #FCECEA;
    padding: 0 1rem 0.75rem;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0.5rem;
}

    .rejection-banner-message span[b-xc52wfu5cf] {
        font-size: 0.82rem;
        color: #D92B04;
        line-height: 1.5;
    }

/* Form styles — mirrors MovementLogForm */
.profile-information-container[b-xc52wfu5cf] {
    background-color: white;
    margin-bottom: 0.5rem;
}

.container-title[b-xc52wfu5cf] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.edit-btn[b-xc52wfu5cf] {
    background: none;
    border: none;
    color: #006bb7;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

    .edit-btn:hover[b-xc52wfu5cf] { text-decoration: underline; }

.profile-fields[b-xc52wfu5cf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.5rem;
}

.field-group[b-xc52wfu5cf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .field-group label[b-xc52wfu5cf] {
        font-size: 0.7rem;
        font-weight: 600;
        color: #6c757d;
        letter-spacing: 0.05em;
    }

    .field-group input[b-xc52wfu5cf] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

    .field-group input:not([disabled])[b-xc52wfu5cf] {
        background-color: white;
        border-color: #006bb7;
        outline: none;
    }

.toggle-group[b-xc52wfu5cf] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.toggle-label[b-xc52wfu5cf] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.required[b-xc52wfu5cf] { color: #dc3545; }

.toggle-options[b-xc52wfu5cf] {
    display: flex;
    border: 1.5px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.toggle-btn[b-xc52wfu5cf] {
    flex: 1;
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

    .toggle-btn.selected[b-xc52wfu5cf] {
        background-color: #0068A6;
        color: white;
        font-weight: 600;
        border: none;
    }

    .toggle-btn:not(.selected):hover[b-xc52wfu5cf] { background-color: #f0f6fb; }

.movement-inputs[b-xc52wfu5cf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .movement-inputs select[b-xc52wfu5cf],
    .movement-inputs input[type="time"][b-xc52wfu5cf] {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.4rem 0.5rem;
        font-size: 0.9rem;
        width: 100%;
        background-color: #f8f9fa;
        color: #212529;
    }

.movements-list[b-xc52wfu5cf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.movement-container[b-xc52wfu5cf] {
    border: 2px solid #0068A6;
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.movement-header[b-xc52wfu5cf] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #0068A6;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    text-align: left;
}

    .movement-header:hover[b-xc52wfu5cf] { background-color: #005a8e; }

.chevron[b-xc52wfu5cf] {
    font-size: 1.4rem;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    display: inline-block;
}

    .chevron.expanded[b-xc52wfu5cf] { transform: rotate(270deg); }

.movement-body[b-xc52wfu5cf] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #0068A6;
}

.form-action-bar[b-xc52wfu5cf] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.5rem;
    padding: 0 1rem;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-top: 1px solid #dee2e6;
    z-index: 100;
}

.form-cancel-btn[b-xc52wfu5cf] {
    flex: 1;
    padding: 0.65rem;
    background-color: #F4F6F9;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-cancel-btn:hover[b-xc52wfu5cf] { background-color: #e2e6ea; }

.form-submit-btn[b-xc52wfu5cf] {
    flex: 1;
    padding: 0.65rem;
    background-color: #D92B04;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .form-submit-btn:hover[b-xc52wfu5cf] { background-color: #b82203; }

.modal-overlay[b-xc52wfu5cf] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-card[b-xc52wfu5cf] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    width: min(90%, 360px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

    .modal-card h5[b-xc52wfu5cf] { margin: 0 0 0.5rem; color: #212529; }
    .modal-card hr[b-xc52wfu5cf] { margin-bottom: 0.75rem; }

.modal-error-list[b-xc52wfu5cf] {
    padding-left: 1.2rem;
    margin: 0 0 1rem;
    color: #dc3545;
    font-size: 0.9rem;
    line-height: 1.6;
}

.modal-ok-btn[b-xc52wfu5cf] {
    width: 100%;
    padding: 0.6rem;
    background-color: #0068A6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .modal-ok-btn:hover[b-xc52wfu5cf] { background-color: #005a8e; }
/* /Components/Pages/SupervisorHome.razor.rz.scp.css */
.screen-container[b-jrjvti1afm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Header ── */
.review-header[b-jrjvti1afm] {
    padding: 0.25rem 0.25rem 0;
}

.review-title[b-jrjvti1afm] {
    margin: 0 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
}

.review-subtitle[b-jrjvti1afm] {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

/* ── Metrics ── */
.metrics-row[b-jrjvti1afm] {
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 10px;
    padding: 1rem 0.5rem;
}

.metric-card[b-jrjvti1afm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.metric-number-row[b-jrjvti1afm] {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
}

.metric-number[b-jrjvti1afm] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.overdue-badge[b-jrjvti1afm] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #EF8200;
    background-color: #FEF3E2;
    border-radius: 17px;
    padding: 0.2rem 0.5rem;
    margin-top: 0.2rem;
    white-space: nowrap;
}

.metric-label[b-jrjvti1afm] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.metric-divider[b-jrjvti1afm] {
    width: 1px;
    background-color: #dee2e6;
    margin: 0.25rem 0;
}

/* ── Search & Sort ── */
.search-sort-row[b-jrjvti1afm] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-wrap[b-jrjvti1afm] {
    position: relative;
    flex: 1;
}

.search-icon[b-jrjvti1afm] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input[b-jrjvti1afm] {
    width: 100%;
    padding: 0.45rem 0.6rem 0.45rem 2rem;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    box-sizing: border-box;
}

    .search-input:focus[b-jrjvti1afm] { border-color: #0068A6; }

.sort-select[b-jrjvti1afm] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: white;
    color: #212529;
    outline: none;
    flex-shrink: 0;
}

    .sort-select:focus[b-jrjvti1afm] { border-color: #0068A6; }

/* ── FBO dropdown filter ── */
.fbo-filter-row[b-jrjvti1afm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fbo-filter-label[b-jrjvti1afm] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap;
}

.fbo-filter-select[b-jrjvti1afm] {
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
    color: #212529;
    min-width: 180px;
    max-width: 100%;
}

    .fbo-filter-select:focus[b-jrjvti1afm] {
        outline: none;
        border-color: #0068A6;
    }

/* ── Filters ── */
.filter-row[b-jrjvti1afm] {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.filter-btn[b-jrjvti1afm] {
    flex: 1;
    padding: 0.4rem 0;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background-color: white;
    color: #495057;
    cursor: pointer;
    white-space: nowrap;
}

    .filter-btn--active[b-jrjvti1afm] {
        background-color: #0068A6;
        color: white;
        border-color: #0068A6;
    }

/* ── Table ── */
.table-wrapper[b-jrjvti1afm] {
    overflow-x: auto;
    background-color: white;
    border-radius: 10px;
}

.movements-table[b-jrjvti1afm] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    white-space: nowrap;
}

.movements-table thead tr[b-jrjvti1afm] {
    border-bottom: 2px solid #dee2e6;
}

.movements-table th[b-jrjvti1afm] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.movements-table tbody tr[b-jrjvti1afm] {
    border-bottom: 1px solid #f0f0f0;
}

    .movements-table tbody tr:last-child[b-jrjvti1afm] { border-bottom: none; }

    .movements-table tbody tr:hover[b-jrjvti1afm] { background-color: #f8f9fa; }

.movements-table td[b-jrjvti1afm] {
    padding: 0.7rem 1rem;
    color: #212529;
}

.movements-table td:first-child[b-jrjvti1afm] {
    white-space: normal;
}

.emp-name[b-jrjvti1afm] {
    display: block;
    font-weight: 600;
    color: #212529;
}

.emp-id[b-jrjvti1afm] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.1rem;
}

.date-cell[b-jrjvti1afm] {
    font-size: 0.8rem;
    color: #6c757d !important;
}

.empty-cell[b-jrjvti1afm] {
    text-align: center;
    color: #6c757d;
    padding: 2rem !important;
}

.status-badge[b-jrjvti1afm] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    white-space: nowrap;
}

.table-row--clickable[b-jrjvti1afm] { cursor: pointer; }

.status-badge--approved[b-jrjvti1afm] { background-color: #E8F5EC; color: #1B7F3A; }
.status-badge--pending[b-jrjvti1afm]  { background-color: #FEF3E2; color: #EF8200; }
.status-badge--rejected[b-jrjvti1afm] { background-color: #FCECEA; color: #D92B04; }
.status-badge--drafts[b-jrjvti1afm]   { background-color: #E8F0FB; color: #0068A6; }

/* ── Pagination ── */
.pagination-row[b-jrjvti1afm] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.page-info[b-jrjvti1afm] {
    font-size: 0.8rem;
    color: #6c757d;
}

.page-btns[b-jrjvti1afm] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    flex-wrap: wrap;
}

.page-ellipsis[b-jrjvti1afm] {
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0 0.15rem;
    line-height: 2rem;
    user-select: none;
}

.page-btn[b-jrjvti1afm] {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: white;
    color: #495057;
    cursor: pointer;
}

    .page-btn:hover:not(:disabled)[b-jrjvti1afm] { background-color: #f0f6fb; border-color: #0068A6; color: #0068A6; }
    .page-btn--active[b-jrjvti1afm] { background-color: #0068A6; color: white; border-color: #0068A6; }
    .page-btn:disabled[b-jrjvti1afm] { opacity: 0.4; cursor: default; }

/* ── Review Status ── */
.review-status-div[b-jrjvti1afm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
}

.review-status-div--approved[b-jrjvti1afm] {
    background-color: #E8F5EC;
    border-top: 1px solid #C3E6CB;
    border-bottom: 1px solid #C3E6CB;
}

.review-status-div--rejected[b-jrjvti1afm] {
    background-color: #FCECEA;
    border-top: 1px solid #F5C6C0;
    border-bottom: 1px solid #F5C6C0;
}

.review-status-left[b-jrjvti1afm] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.review-status-left svg[b-jrjvti1afm] {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.review-status-text[b-jrjvti1afm] {
    font-size: 0.85rem;
    color: #212529;
}

.review-status-text--bold[b-jrjvti1afm] {
    font-weight: 600;
}

.review-status-text-col[b-jrjvti1afm] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.review-status-comment[b-jrjvti1afm] {
    font-size: 0.78rem;
    color: #495057;
}

.edit-approval-btn[b-jrjvti1afm] {
    flex-shrink: 0;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1.5px solid #0068A6;
    border-radius: 6px;
    background-color: white;
    color: #0068A6;
    cursor: pointer;
    white-space: nowrap;
}

    .edit-approval-btn:hover[b-jrjvti1afm] { background-color: #E8F0FB; }

/* ── Review Modal ── */
.review-modal-overlay[b-jrjvti1afm] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 1rem;
}

.review-modal-card[b-jrjvti1afm] {
    background: white;
    border-radius: 10px;
    width: min(95%, 600px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.review-modal-header[b-jrjvti1afm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 1rem;
}

.review-modal-title[b-jrjvti1afm] {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
}

.review-modal-close[b-jrjvti1afm] {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 4px;
    flex-shrink: 0;
}

    .review-modal-close:hover[b-jrjvti1afm] { background-color: #f0f0f0; color: #212529; }

.review-modal-hr[b-jrjvti1afm] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.review-modal-details[b-jrjvti1afm] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding: 1.25rem;
}

.review-detail-col[b-jrjvti1afm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .review-detail-col:not(:last-child)[b-jrjvti1afm] {
        padding-right: 1.25rem;
        border-right: 1px solid #dee2e6;
    }

    .review-detail-col:not(:first-child)[b-jrjvti1afm] {
        padding-left: 1.25rem;
    }

.review-detail-item[b-jrjvti1afm] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.review-detail-label[b-jrjvti1afm] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.05em;
}

.review-detail-value[b-jrjvti1afm] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}

.review-modal-action-section[b-jrjvti1afm] {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review-action-label[b-jrjvti1afm] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.review-modal-actions[b-jrjvti1afm] {
    display: flex;
    gap: 0.75rem;
}

.review-reject-btn[b-jrjvti1afm] {
    flex: 1;
    padding: 0.65rem;
    background-color: white;
    color: #D92B04;
    border: 1.5px solid #D92B04;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-reject-btn:hover[b-jrjvti1afm] { background-color: #FCECEA; }

.review-approve-btn[b-jrjvti1afm] {
    flex: 1;
    padding: 0.65rem;
    background-color: #00659D;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-approve-btn:hover[b-jrjvti1afm] { background-color: #005a8e; }

.review-reject-btn--active[b-jrjvti1afm] {
    background-color: #FCECEA;
}

.rejection-textarea[b-jrjvti1afm] {
    width: 100%;
    min-height: 90px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
    color: #212529;
    border: 1.5px solid #D92B04;
    border-radius: 6px;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

    .rejection-textarea:focus[b-jrjvti1afm] { border-color: #b02a37; }

.rejection-textarea--error[b-jrjvti1afm] { border-color: #D92B04 !important; background-color: #fff8f8; }

.rejection-error-msg[b-jrjvti1afm] {
    font-size: 0.78rem;
    color: #D92B04;
    margin-top: -0.25rem;
}

.review-submit-rejection-btn[b-jrjvti1afm] {
    width: 100%;
    padding: 0.65rem;
    background-color: #D92B04;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .review-submit-rejection-btn:hover[b-jrjvti1afm] { background-color: #b02a37; }

/* ── Mobile ── */
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    /* Bottom-sheet modal */
    .review-modal-overlay[b-jrjvti1afm] {
        align-items: flex-end;
        padding: 0;
    }

    .review-modal-card[b-jrjvti1afm] {
        width: 100%;
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
    }

    /* Details: single column with horizontal label/value rows */
    .review-modal-details[b-jrjvti1afm] {
        grid-template-columns: 1fr;
        padding: 1rem;
        gap: 0;
    }

    .review-detail-col[b-jrjvti1afm] {
        gap: 0;
    }

    .review-detail-col:not(:last-child)[b-jrjvti1afm] {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .review-detail-col:not(:first-child)[b-jrjvti1afm] {
        padding-left: 0;
    }

    .review-detail-item[b-jrjvti1afm] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.35rem 0;
        gap: 0.5rem;
    }

    .review-detail-value[b-jrjvti1afm] {
        text-align: right;
    }

    /* Status banner: stack text and button */
    .review-status-div[b-jrjvti1afm] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .edit-approval-btn[b-jrjvti1afm] {
        align-self: flex-start;
    }

    /* Movement review table: card layout */
    .table-wrapper[b-jrjvti1afm] {
        overflow-x: hidden;
    }

    .movements-table[b-jrjvti1afm] {
        white-space: normal;
    }

    .movements-table thead[b-jrjvti1afm] {
        display: none;
    }

    .movements-table tbody tr[b-jrjvti1afm] {
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin: 0.75rem 0;
        overflow: hidden;
    }

    .movements-table td[b-jrjvti1afm] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.4rem 0.75rem;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.82rem;
        white-space: normal;
        color: #212529 !important;
    }

    .movements-table td:last-child[b-jrjvti1afm] {
        border-bottom: none;
    }

    .movements-table td[b-jrjvti1afm]::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 700;
        color: #6c757d;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        flex-shrink: 0;
        margin-right: 0.75rem;
        padding-top: 0.1rem;
    }

    .movements-table td.empty-cell[b-jrjvti1afm] {
        justify-content: center;
    }

    .movements-table td.empty-cell[b-jrjvti1afm]::before {
        display: none;
    }

    .pagination-row[b-jrjvti1afm] {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/Pages/SupervisorProfile.razor.rz.scp.css */
.screen-container[b-fpej6tpt82] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.profile-header[b-fpej6tpt82] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background-color: #0068A6;
    padding: 1.25rem 1rem;
    border-radius: 0 0 12px 12px;
}

.profile-left[b-fpej6tpt82] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.profile-metrics[b-fpej6tpt82] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-metric[b-fpej6tpt82] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.profile-metric-number[b-fpej6tpt82] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.profile-metric-label[b-fpej6tpt82] {
    font-size: 0.55rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
}

.profile-metric-divider[b-fpej6tpt82] {
    width: 1px;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.profile-avatar[b-fpej6tpt82] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    overflow: hidden;
}

.profile-photo-lg[b-fpej6tpt82] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info[b-fpej6tpt82] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-name[b-fpej6tpt82] {
    color: white;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.profile-role[b-fpej6tpt82] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.info-container[b-fpej6tpt82] {
    background-color: white;
    border-radius: 8px;
    margin-top: 0.75rem;
    overflow: hidden;
}

.info-title[b-fpej6tpt82] {
    margin: 0;
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.06em;
}

.info-divider-full[b-fpej6tpt82] {
    margin: 0;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-row[b-fpej6tpt82] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
}

.info-label[b-fpej6tpt82] {
    font-size: 0.9rem;
    color: #495057;
}

.info-value[b-fpej6tpt82] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.info-divider[b-fpej6tpt82] {
    margin: 0 1rem;
    border: none;
    border-top: 1px solid #dee2e6;
}

.info-header-row[b-fpej6tpt82] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.75rem;
}

.info-edit-btn[b-fpej6tpt82] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    color: #0068A6;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.25rem 0.25rem;
}

    .info-edit-btn:hover[b-fpej6tpt82] { text-decoration: underline; }

.info-input[b-fpej6tpt82] {
    border: 1px solid #0068A6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    color: #212529;
    background-color: white;
    text-align: right;
    width: 55%;
    max-width: 55%;
    outline: none;
    box-sizing: border-box;
}

select.info-input[b-fpej6tpt82] {
    text-align: left;
    font-size: 0.8rem;
    padding-right: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Mobile ── */
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    /* Stack avatar/name above metrics */
    .profile-header[b-fpej6tpt82] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .profile-metrics[b-fpej6tpt82] {
        width: 100%;
        justify-content: space-around;
    }

    .profile-metric-number[b-fpej6tpt82] {
        font-size: 1.2rem;
    }

    .profile-metric-label[b-fpej6tpt82] {
        font-size: 0.52rem;
    }
}
