/* _content/TheOfficeR/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-fltwwmdncm], body[b-fltwwmdncm] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.page[b-fltwwmdncm] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-fltwwmdncm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

article.content[b-fltwwmdncm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 0;
    background: white !important;
}

.scroll-zone[b-fltwwmdncm] {
    flex: 1;
    overflow-y: visible;
    overflow-x: auto;
    min-height: 0;
}

.sidebar[b-fltwwmdncm] {
    background-color: rgb(5, 39, 103);
    display: flex;
    flex-direction: column;
}

.nav-wrapper[b-fltwwmdncm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-scrollable[b-fltwwmdncm] {
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

.nav-link[b-fltwwmdncm] {
    color: white;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

    .nav-link:hover[b-fltwwmdncm] {
        background-color: rgba(255,255,255,0.1);
    }

.top-row[b-fltwwmdncm] {
    background-color: rgb(4, 22, 61);
    color: white;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fltwwmdncm]  a,
    .top-row[b-fltwwmdncm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-fltwwmdncm]  a:hover,
        .top-row[b-fltwwmdncm]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-fltwwmdncm]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.pending-requests-top[b-fltwwmdncm] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 4px;
    color: white;
    text-decoration: none;
}

.pending-requests-top:hover[b-fltwwmdncm] {
    color: white;
    background: rgba(255,255,255,0.12);
    text-decoration: none;
}

.pending-requests-top .bi[b-fltwwmdncm] {
    margin: 0;
    width: auto;
    height: auto;
    font-size: 0.95rem;
    line-height: 1;
}

.pending-requests-top span[b-fltwwmdncm] {
    position: absolute;
    right: -0.35rem;
    top: -0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: #dc3545;
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
}
.role-tag[b-fltwwmdncm] {
    background-color: rgba(255,255,255,0.1);
    color: white;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-top: 0.25rem;
    border-radius: 4px;
    display: inline-block;
}

.site-footer[b-fltwwmdncm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: rgb(4, 22, 61);
    color: white
}

    .site-footer a[b-fltwwmdncm] {
        color: #fff;
        text-decoration: none;
    }

.footer-left[b-fltwwmdncm] {
    text-align: left;
    white-space: nowrap;
}

.footer-right[b-fltwwmdncm] {
    text-align: right;
    white-space: nowrap;
}

.lang-selector[b-fltwwmdncm] {
    position: relative;
    display: inline-block;
}

.lang-menu[b-fltwwmdncm] {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.25rem;
    z-index: 1000;
}

.lang-item[b-fltwwmdncm] {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    cursor: pointer;
}

    .lang-item:hover[b-fltwwmdncm] {
        background: #f0f0f0;
    }

@media (max-width: 767.98px) {
    html[b-fltwwmdncm],
    body[b-fltwwmdncm],
    .page[b-fltwwmdncm],
    main[b-fltwwmdncm],
    article.content[b-fltwwmdncm] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .scroll-zone[b-fltwwmdncm] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .page[b-fltwwmdncm] {
        min-height: 100dvh;
    }

    .content.px-4[b-fltwwmdncm] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .top-row[b-fltwwmdncm] {
        justify-content: space-between;
        width: 100%;
        min-width: 0;
    }

        .top-row[b-fltwwmdncm]  a,
        .top-row[b-fltwwmdncm]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 768px) {
    .page[b-fltwwmdncm] {
        flex-direction: row;
        overflow-x: hidden;
        align-items: stretch;
        min-height: 100vh;
    }

    main[b-fltwwmdncm],
    article.content[b-fltwwmdncm],
    .scroll-zone[b-fltwwmdncm] {
        min-width: 0;
    }

    main[b-fltwwmdncm] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .sidebar[b-fltwwmdncm] {
        width: 250px;
        background-color: rgb(5, 39, 103);
        display: flex;
        flex-direction: column;
    }

    .nav-wrapper[b-fltwwmdncm] {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .nav-scrollable[b-fltwwmdncm] {
        flex: 1;
        height: 100%;
        overflow-y: auto;
    }

    .top-row[b-fltwwmdncm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-fltwwmdncm]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    article.content[b-fltwwmdncm] {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-width: 100vw;
        box-sizing: border-box;
        min-height: 0;
    }

    .scroll-zone[b-fltwwmdncm] {
        flex: 1;
        overflow-y: visible;
        overflow-x: auto;
        min-height: 0;
        max-width: 100%;
    }
}

#blazor-error-ui[b-fltwwmdncm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fltwwmdncm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Mobile landscape and touch devices should keep the compact layout. */
@media (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .page[b-fltwwmdncm] {
        flex-direction: column;
        min-height: 100dvh;
        overflow-x: hidden;
    }

    main[b-fltwwmdncm],
    article.content[b-fltwwmdncm],
    .scroll-zone[b-fltwwmdncm] {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .sidebar[b-fltwwmdncm] {
        width: 100%;
        flex: 0 0 auto;
    }

    .nav-wrapper[b-fltwwmdncm] {
        height: auto;
    }

    .top-row[b-fltwwmdncm] {
        position: relative;
        top: auto;
        width: 100%;
        min-width: 0;
        min-height: 3rem;
        height: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        font-size: 0.72rem;
    }

    article.content[b-fltwwmdncm] {
        overflow: hidden;
    }

    .scroll-zone[b-fltwwmdncm] {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .site-footer[b-fltwwmdncm] {
        gap: 0.5rem;
        font-size: 0.65rem;
    }
}
/* User bar alignment cleanup */
.top-row[b-fltwwmdncm],
.top-row[b-fltwwmdncm]  .d-flex,
.lang-selector[b-fltwwmdncm],
.user-label[b-fltwwmdncm],
.role-tag[b-fltwwmdncm],
.pending-requests-top[b-fltwwmdncm],
.top-row[b-fltwwmdncm]  .btn {
    align-items: center !important;
}

.role-tag[b-fltwwmdncm] {
    margin-top: 0 !important;
    line-height: 1.2;
}
.top-user-role[b-fltwwmdncm] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.user-label[b-fltwwmdncm] {
    line-height: 1.2;
}

.user-label .bi[b-fltwwmdncm] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 0;
}

.top-row[b-fltwwmdncm]  .btn,
.lang-selector .btn[b-fltwwmdncm] {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .top-row[b-fltwwmdncm] {
        gap: 0.4rem;
    }

    .top-row[b-fltwwmdncm]  .d-flex {
        flex-wrap: wrap;
        row-gap: 0.35rem;
    }
}
@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    main > .top-row[b-fltwwmdncm] {
        position: absolute !important;
        top: 3.05rem !important;
        left: 4.25rem !important;
        right: 0.65rem !important;
        z-index: 1102;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center !important;
        gap: 0.35rem !important;
        justify-content: stretch !important;
        width: auto !important;
        min-height: 2rem !important;
        height: 2rem !important;
        padding: 0 !important;
        background: transparent !important;
        font-size: 0.72rem;
    }

    main > .top-row .lang-selector[b-fltwwmdncm] {
        order: 3;
        grid-column: 3;
        justify-self: end;
        margin-right: 0 !important;
    }

    main > .top-row .top-auth-block[b-fltwwmdncm] {
        order: 1;
        grid-column: 1 / 3;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 0.35rem !important;
        min-width: 0;
        width: 100%;
    }

    main > .top-row .top-user-role[b-fltwwmdncm] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.35rem !important;
        min-width: 0;
        overflow: hidden;
        text-align: center;
    }

    main > .top-row .user-label[b-fltwwmdncm] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    main > .top-row .role-tag[b-fltwwmdncm] {
        flex: 0 0 auto;
    }
    main > .top-row .pending-requests-top[b-fltwwmdncm] {
        grid-column: 2;
        justify-self: end;
        flex: 0 0 auto;
        width: 2rem;
        height: 2rem;
    }

    main > .top-row .top-login-link[b-fltwwmdncm] {
        grid-column: 2;
        justify-self: end;
        margin-left: 0 !important;
        white-space: nowrap;
    }

    main > .top-row .top-auth-block .top-logout-button[b-fltwwmdncm] {
        grid-column: 3;
        justify-self: end;
        margin-left: 0 !important;
        white-space: nowrap;
    }

    main > .top-row > .top-login-link[b-fltwwmdncm],
    main > .top-row[b-fltwwmdncm]  .top-login-link {
        order: 2 !important;
        grid-column: 2 !important;
        justify-self: end !important;
        align-self: center !important;
        margin-left: auto !important;
    }
}
@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    main > .top-row[b-fltwwmdncm],
    main > .top-row .lang-selector[b-fltwwmdncm] {
        overflow: visible !important;
        contain: none !important;
    }

    main > .top-row .lang-menu[b-fltwwmdncm] {
        top: calc(100% + 0.25rem);
        right: 0;
        min-width: 4.75rem;
        z-index: 3000;
    }

    main > .top-row .top-logout-button[b-fltwwmdncm],
    main > .top-row .top-login-link[b-fltwwmdncm],
    main > .top-row[b-fltwwmdncm]  .top-logout-button,
    main > .top-row[b-fltwwmdncm]  .top-login-link {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: max-content !important;
        height: 2rem !important;
        min-height: 2rem !important;
        max-height: 2rem !important;
        padding: 0.25rem 0.5rem !important;
        margin: 0 !important;
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }
}





/* _content/TheOfficeR/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ym4u7xcxmf] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.navbar-toggler-button[b-ym4u7xcxmf] {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 1101;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
}

    .navbar-toggler-button[b-ym4u7xcxmf]::before {
        content: "";
        width: 1.5rem;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
    }

.navbar-toggler:checked + .navbar-toggler-button[b-ym4u7xcxmf] {
    background: rgba(255, 255, 255, 0.25);
}

.navbar-toggler:focus-visible + .navbar-toggler-button[b-ym4u7xcxmf] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
}
.top-row[b-ym4u7xcxmf] {
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: rgb(4, 22, 61);
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brand-block[b-ym4u7xcxmf] {
    height: 100%;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    line-height: 1.15;
    overflow: hidden;
}

.navbar-brand[b-ym4u7xcxmf] {
    font-size: 1.1rem;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.navbar-company[b-ym4u7xcxmf] {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    line-height: 1.25;
    padding-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bi[b-ym4u7xcxmf] {
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-icon-active[b-ym4u7xcxmf] {
    color: white;
}

/* ------------------------------------------------------ */
/*  ICONES COMBINADES - SOLUCIO DEFINITIVA I FUNCIONAL    */
/* ------------------------------------------------------ */

.icon-stack[b-ym4u7xcxmf] {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px; /* igual que .bi */
    vertical-align: middle; /* igual que .bi */
    line-height: 1;
}

    /* Icona gran */
    .icon-stack .base[b-ym4u7xcxmf] {
        font-size: 1.2rem;
    }

    /* Icona petita - A BAIX A LA DRETA */
    .icon-stack .overlay[b-ym4u7xcxmf] {
        position: absolute;
        right: -3px;
        bottom: -3px;
        font-size: 0.6rem;
        opacity: 0.9;
    }

/* ------------------------------------------------------ */

.nav-link.dropdown-toggle[b-ym4u7xcxmf] {
    cursor: pointer;
}

.submenu .nav-link[b-ym4u7xcxmf] {
    font-size: 0.85rem;
    padding-left: 1.5rem;
}

.auth-button[b-ym4u7xcxmf] {
    min-height: 2.25rem;
    width: 100%;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.nav-item[b-ym4u7xcxmf] {
    font-size: 0.85rem;
    padding: 0.15rem 0;
}

    .nav-item:first-of-type[b-ym4u7xcxmf] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-ym4u7xcxmf] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-ym4u7xcxmf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.2rem;
        line-height: 2.2rem;
        padding: 0 0.75rem;
        font-size: 0.90rem;
        display: flex;
        align-items: center;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-item[b-ym4u7xcxmf]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-ym4u7xcxmf]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .nav-item .bi[b-ym4u7xcxmf] {
        height: 1.1rem !important;
        width: 1.1rem !important;
        font-size: 1.1rem !important;
        top: 0 !important;
    }


.nav-status-badge[b-ym4u7xcxmf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 1.05rem;
    margin-left: auto;
    padding: 0 0.35rem;
    border-radius: 999px;
    color: white;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
}

.nav-status-badge.in[b-ym4u7xcxmf] {
    background: #198754;
}

.nav-status-badge.out[b-ym4u7xcxmf] {
    background: #6c757d;
}

.nav-status-badge.meeting[b-ym4u7xcxmf] {
    background: #0d6efd;
}

.nav-status-badge.training[b-ym4u7xcxmf] {
    background: #6f42c1;
}

.nav-pending-badge[b-ym4u7xcxmf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #dc3545;
    color: white;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
}

.submenu .nav-pending-badge[b-ym4u7xcxmf] {
    min-width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
}
.nav-link.disabled[b-ym4u7xcxmf] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.nav-container[b-ym4u7xcxmf] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-spacer[b-ym4u7xcxmf] {
    flex-grow: 1;
}

.session-block[b-ym4u7xcxmf] {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 1rem;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

    .session-block .nav-link[b-ym4u7xcxmf] {
        color: rgba(255, 255, 255, 0.85);
        display: flex;
        align-items: center;
        height: 2.5rem;
        line-height: 2.5rem;
    }

        .session-block .nav-link:hover[b-ym4u7xcxmf] {
            background-color: rgba(255,255,255,0.15);
            color: white;
        }

.user-label[b-ym4u7xcxmf] {
    color: white;
    font-weight: 500;
}

.nav-disabled[b-ym4u7xcxmf] {
    pointer-events: none;
    cursor: default;
    color: #cccccc !important;
    background-color: transparent;
    opacity: 1;
}

    .nav-disabled.active[b-ym4u7xcxmf] {
        background-color: transparent !important;
        color: #cccccc !important;
    }

    .nav-disabled .bi[b-ym4u7xcxmf] {
        filter: grayscale(100%);
        opacity: 0.6;
    }

.role-tag[b-ym4u7xcxmf] {
    background-color: rgba(255,255,255,0.1);
    color: white;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-top: 0.25rem;
    border-radius: 4px;
    display: inline-block;
}

.nav-scrollable[b-ym4u7xcxmf] {
    display: none;
    flex-direction: column;
    width: 100vw;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    .navbar-toggler:checked ~ .nav-scrollable[b-ym4u7xcxmf] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        background-color: rgb(4, 22, 61);
        z-index: 1000;
        box-sizing: border-box;
    }

    .nav-container[b-ym4u7xcxmf] {
        display: block;
        width: 100%;
    }

    .nav-item[b-ym4u7xcxmf] {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-toggler-button[b-ym4u7xcxmf] {
        display: none;
    }


    .nav-scrollable[b-ym4u7xcxmf] {
        display: block !important;
        position: relative;
        width: 260px;
        height: auto;
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: rgb(4, 22, 61);
        box-sizing: border-box;
        top: unset;
        left: unset;
        z-index: unset;
        max-height: unset;
    }
}

.error-placeholder[b-ym4u7xcxmf] {
    min-height: 1.25rem;
}

/* Mobile landscape and touch devices should keep the collapsible menu. */
@media (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .navbar-toggler-button[b-ym4u7xcxmf] {
        display: flex;
    }

    .nav-scrollable[b-ym4u7xcxmf] {
        display: none !important;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-ym4u7xcxmf] {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        max-height: calc(100dvh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        background-color: rgb(4, 22, 61);
        z-index: 1000;
        box-sizing: border-box;
    }

    .nav-container[b-ym4u7xcxmf] {
        display: block;
        width: 100%;
    }

    .nav-item[b-ym4u7xcxmf] {
        width: 100%;
    }
}
@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .top-row[b-ym4u7xcxmf] {
        height: 5.5rem;
        min-height: 5.5rem;
        align-items: flex-start;
        padding-top: 0.65rem;
    }

    .brand-block[b-ym4u7xcxmf] {
        height: auto;
        justify-content: flex-start;
        padding-left: 0.25rem;
        padding-right: 4rem;
    }

    .navbar-toggler-button[b-ym4u7xcxmf] {
        top: 3.05rem;
        left: 1rem;
        right: auto;
        width: 2.75rem;
        height: 2rem;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-ym4u7xcxmf] {
        top: 5.5rem;
        max-height: calc(100dvh - 5.5rem);
    }
}
/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityChart.razor.rz.scp.css */
.chart-container[b-mq25nh84jn] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .chart-container canvas[b-mq25nh84jn] {
        width: 100% !important;
        height: 100% !important;
    }

.chart-loading-overlay[b-mq25nh84jn] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-mq25nh84jn] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-mq25nh84jn 0.8s linear infinite;
}

@keyframes spin-b-mq25nh84jn {
    to {
        transform: rotate(360deg);
    }
}
.chart-error[b-mq25nh84jn] {
    position: absolute;
    inset: 8px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f1b7b7;
    border-radius: 6px;
    background: rgba(255, 245, 245, 0.96);
    color: #8a1f1f;
    font-size: 0.78rem;
    line-height: 1.25;
    text-align: center;
    overflow: auto;
}
.chart-context-menu[b-mq25nh84jn] {
    position: fixed;
    min-width: 170px;
    padding: 4px 0;
    background: white;
    border: 1px solid #8ea8c8;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    z-index: 9999;
}

.context-title[b-mq25nh84jn] {
    padding: 4px 9px 2px;
    color: #1E3F6E;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.context-item[b-mq25nh84jn] {
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    padding: 4px 9px;
    color: #1f2937;
    font-size: 0.76rem;
    text-align: left;
    cursor: pointer;
}

.context-item:hover[b-mq25nh84jn] {
    background: #eee;
}
/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityDashboard.razor.rz.scp.css */
.dashboard-grid[b-0auepa8fxh] {
    display: grid;
    max-width: 100%;
    overflow: hidden;
    /* 4 FILES REALS */
    grid-template-columns: 60% 40%;
    grid-template-rows: 60vh auto 40vh auto;
    gap: 20px;
}

.item[b-0auepa8fxh] {
    background: white;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
}

    .item canvas[b-0auepa8fxh] {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

/* PRIMER CHART */
.item-1-1[b-0auepa8fxh] {
    grid-row: 1;
    grid-column: 1;
}

/* SEGON CHART */
.item-1-2[b-0auepa8fxh] {
    grid-row: 1;
    grid-column: 2;
}

/* SELECTOR DAY/WEEK/MONTH */
.item-1-1-selector[b-0auepa8fxh] {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TERCER CHART */
.item-2-1[b-0auepa8fxh] {
    grid-row: 3;
    grid-column: 1;
}

/* DOUGHNUT */
.item-2-2[b-0auepa8fxh] {
    grid-row: 3;
    grid-column: 2;
}

/* SELECTOR DOUGHNUT */
.item-2-2-selector[b-0auepa8fxh] {
    grid-row: 4;
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SELECTORS */
.period-selector[b-0auepa8fxh] {
    display: flex;
    gap: 6px;
}

.period-btn[b-0auepa8fxh] {
    padding: 4px 10px;
    background: #1E3F6E;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.75rem;
    color: white;
    border: none;
    transition: background 0.15s;
}

    .period-btn:hover[b-0auepa8fxh] {
        background: #2A4F8A;
    }

    .period-btn.active[b-0auepa8fxh] {
        background: #3379D9;
        font-weight: bold;
    }

/* 📱 MÒBIL */
@media (max-width: 900px) {

    .dashboard-grid[b-0auepa8fxh] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto auto auto auto !important;
        gap: 20px !important;
    }

    .item[b-0auepa8fxh] {
        grid-column: 1 !important;
        width: 100% !important;
    }

    .item-1-1[b-0auepa8fxh] {
        grid-row: 1 !important;
    }

    .item-1-1-selector[b-0auepa8fxh] {
        grid-row: 2 !important;
    }

    .item-1-2[b-0auepa8fxh] {
        grid-row: 3 !important;
    }

    .item-2-1[b-0auepa8fxh] {
        grid-row: 4 !important;
    }

    .item-2-2[b-0auepa8fxh] {
        grid-row: 5 !important;
    }

    .item-2-2-selector[b-0auepa8fxh] {
        grid-row: 6 !important;
    }
}

/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityDashboardChart.razor.rz.scp.css */
.dashboard-grid[b-q0tcylpbrm] {
    display: grid;
    max-width: 100%;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 70vh;
    gap: 20px;
}

.item[b-q0tcylpbrm] {
    background: white;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
}

    .item canvas[b-q0tcylpbrm] {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

.item-1-1[b-q0tcylpbrm] {
    grid-row: 1;
    grid-column: 1;
}

@media (max-width: 900px) {
    .dashboard-grid[b-q0tcylpbrm] {
        grid-template-rows: 60vh !important;
    }
}
/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityDashboardDoughnut.razor.rz.scp.css */
.dashboard-grid[b-gdbacomp1s] {
    display: grid;
    max-width: 100%;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 70vh;
    gap: 20px;
}

.item[b-gdbacomp1s] {
    background: white;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
}

    .item canvas[b-gdbacomp1s] {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

.item-1-1[b-gdbacomp1s] {
    grid-row: 1;
    grid-column: 1;
}

@media (max-width: 900px) {
    .dashboard-grid[b-gdbacomp1s] {
        grid-template-rows: 60vh !important;
    }
}
/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityDoughnutChart.razor.rz.scp.css */
.doughnutchart-container[b-9p5h6ifks0] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .doughnutchart-container canvas[b-9p5h6ifks0] {
        width: 100% !important;
        height: 100% !important;
    }

.chart-loading-overlay[b-9p5h6ifks0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-9p5h6ifks0] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-9p5h6ifks0 0.8s linear infinite;
}

@keyframes spin-b-9p5h6ifks0 {
    to {
        transform: rotate(360deg);
    }
}
.chart-error[b-9p5h6ifks0] {
    position: absolute;
    inset: 8px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f1b7b7;
    border-radius: 6px;
    background: rgba(255, 245, 245, 0.96);
    color: #8a1f1f;
    font-size: 0.78rem;
    line-height: 1.25;
    text-align: center;
    overflow: auto;
}
.chart-context-menu[b-9p5h6ifks0] {
    position: fixed;
    min-width: 140px;
    background: #fff;
    border: 1px solid #8ea8c8;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    z-index: 9999;
    overflow: hidden;
}

.context-title[b-9p5h6ifks0] {
    padding: 5px 9px;
    color: #1E3F6E;
    font-size: 0.76rem;
    font-weight: 600;
    border-bottom: 1px solid #d7e1ee;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.context-item[b-9p5h6ifks0] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 5px 9px;
    color: #1f2937;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
}

.context-item:hover[b-9p5h6ifks0] {
    background: #edf4ff;
}
/* _content/TheOfficeR/Components/Pages/ActivityCharts/ActivityPieChart.razor.rz.scp.css */
.piechart-container[b-9aikmyajvr] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .piechart-container canvas[b-9aikmyajvr] {
        width: 100% !important;
        height: 100% !important;
    }

.chart-loading-overlay[b-9aikmyajvr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-9aikmyajvr] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-9aikmyajvr 0.8s linear infinite;
}

@keyframes spin-b-9aikmyajvr {
    to {
        transform: rotate(360deg);
    }
}
.chart-error[b-9aikmyajvr] {
    position: absolute;
    inset: 8px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f1b7b7;
    border-radius: 6px;
    background: rgba(255, 245, 245, 0.96);
    color: #8a1f1f;
    font-size: 0.78rem;
    line-height: 1.25;
    text-align: center;
    overflow: auto;
}
.chart-context-menu[b-9aikmyajvr] {
    position: fixed;
    min-width: 140px;
    background: #fff;
    border: 1px solid #8ea8c8;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    z-index: 9999;
    overflow: hidden;
}

.context-title[b-9aikmyajvr] {
    padding: 5px 9px;
    color: #1E3F6E;
    font-size: 0.76rem;
    font-weight: 600;
    border-bottom: 1px solid #d7e1ee;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.context-item[b-9aikmyajvr] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 5px 9px;
    color: #1f2937;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
}

.context-item:hover[b-9aikmyajvr] {
    background: #edf4ff;
}

.piechart-canvas-region[b-9aikmyajvr] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.piechart-report[b-9aikmyajvr] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 3mm;
}

    .piechart-report .piechart-canvas-region[b-9aikmyajvr] {
        flex: 1 1 auto;
        height: auto;
        min-width: 0;
    }

.piechart-report-legend[b-9aikmyajvr] {
    flex: 0 0 62mm;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 0.75mm 1.7mm;
    color: #1f2937;
    font-size: 5.2pt;
    line-height: 1.08;
}

.piechart-report-legend-item[b-9aikmyajvr] {
    display: inline-flex;
    align-items: center;
    gap: 0.55mm;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
}

.piechart-report-legend-color[b-9aikmyajvr] {
    width: 2mm;
    height: 2mm;
    flex: 0 0 2mm;
    border: 0.25pt solid rgba(0, 0, 0, 0.18);
}

.piechart-report-legend-label[b-9aikmyajvr] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.piechart-report-legend-value[b-9aikmyajvr] {
    flex: 0 0 auto;
    font-weight: 700;
}
/* _content/TheOfficeR/Components/Pages/ActivityGrids/ActivityDetail.razor.rz.scp.css */
.activity-detail-page[b-4k28gxpsg6] {
    position: relative;
    max-width: 100%;
}

.activity-detail-header[b-4k28gxpsg6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
}

.activity-detail-heading[b-4k28gxpsg6] {
    min-width: 0;
    flex: 1;
}

.activity-detail-heading h4[b-4k28gxpsg6] {
    margin: 0;
    color: #1E3F6E;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.25;
}

.activity-detail-subtitle[b-4k28gxpsg6] {
    margin-top: 2px;
    color: #5d6b7c;
    font-size: 0.76rem;
    overflow-wrap: anywhere;
}

.detail-back-button[b-4k28gxpsg6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 3px 8px;
    font-size: 0.78rem;
    white-space: nowrap;
}

.activity-detail-shell[b-4k28gxpsg6] {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

.activity-detail-table-wrap[b-4k28gxpsg6] {
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 4px;
}

.activity-detail-table[b-4k28gxpsg6],
.rule-table[b-4k28gxpsg6] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.72rem;
}

.activity-detail-table th[b-4k28gxpsg6],
.rule-table th[b-4k28gxpsg6] {
    background: #1E3F6E;
    color: white;
    font-weight: 600;
    padding: 3px 4px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-detail-table td[b-4k28gxpsg6],
.rule-table td[b-4k28gxpsg6] {
    padding: 2px 4px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.activity-detail-table tbody tr:nth-child(even)[b-4k28gxpsg6],
.rule-table tbody tr:nth-child(even)[b-4k28gxpsg6] {
    background-color: #fbfcfe;
}

.activity-detail-table tbody tr:hover[b-4k28gxpsg6],
.rule-table tbody tr:hover[b-4k28gxpsg6] {
    background-color: #f5f7fb;
}

.activity-detail-table tbody tr[b-4k28gxpsg6] {
    cursor: context-menu;
}

.files-table tbody tr[b-4k28gxpsg6] {
    cursor: default;
}

.row-selected td[b-4k28gxpsg6] {
    background-color: #dcecff;
    box-shadow: inset 0 1px 0 #7aa7df, inset 0 -1px 0 #7aa7df;
}

.activity-detail-message[b-4k28gxpsg6],
.rule-message[b-4k28gxpsg6],
.activity-detail-empty[b-4k28gxpsg6] {
    margin: 8px 0;
    padding: 6px 8px;
    border: 1px solid #cbd8ea;
    border-radius: 4px;
    background: #f5f9ff;
    color: #1E3F6E;
    font-size: 0.78rem;
}

.activity-detail-message.error[b-4k28gxpsg6],
.rule-message.error[b-4k28gxpsg6] {
    border-color: #f1b5b5;
    background: #fff5f5;
    color: #8a1f1f;
}

.activity-detail-loading-overlay[b-4k28gxpsg6] {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2500;
    backdrop-filter: blur(2px);
    padding: 16px;
}

.activity-detail-loading-panel[b-4k28gxpsg6] {
    min-width: min(320px, 92vw);
    border: 1px solid #cbd8ea;
    border-radius: 6px;
    background: white;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.2);
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.activity-detail-loading-text[b-4k28gxpsg6] {
    color: #1E3F6E;
    font-size: 0.86rem;
    font-weight: 600;
}

.activity-detail-loading-actions[b-4k28gxpsg6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.spinner[b-4k28gxpsg6] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-4k28gxpsg6 0.8s linear infinite;
}

.detail-context-menu[b-4k28gxpsg6] {
    position: fixed;
    min-width: 170px;
    padding: 4px 0;
    background: white;
    border: 1px solid #8ea8c8;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    z-index: 9999;
}

.context-title[b-4k28gxpsg6] {
    padding: 4px 9px 2px;
    color: #1E3F6E;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.context-item[b-4k28gxpsg6] {
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    padding: 4px 9px;
    color: #1f2937;
    font-size: 0.76rem;
    text-align: left;
    cursor: pointer;
}

.context-item:hover:not(:disabled)[b-4k28gxpsg6] {
    background: #eee;
}

.context-item:disabled[b-4k28gxpsg6] {
    opacity: 0.4;
    cursor: default;
}

.context-separator[b-4k28gxpsg6] {
    height: 1px;
    margin: 4px 0;
    background: #d8dee8;
}

.rule-modal-backdrop[b-4k28gxpsg6] {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.35);
}

.rule-modal-panel[b-4k28gxpsg6] {
    width: min(1180px, 97vw);
    max-height: min(760px, 92vh);
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: white;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}

.rule-modal-panel header[b-4k28gxpsg6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #d8dee8;
    background: #f5f7fb;
    color: #1E3F6E;
    font-size: 0.86rem;
}

.detail-close[b-4k28gxpsg6] {
    width: 28px;
    height: 28px;
    border: 1px solid #ccd4df;
    border-radius: 4px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.detail-close .bi[b-4k28gxpsg6] {
    margin: 0;
    width: auto;
    height: auto;
    font-size: 0.82rem;
    line-height: 1;
}

.rule-table-wrap[b-4k28gxpsg6] {
    max-height: calc(92vh - 110px);
    overflow: auto;
}

.compact-input[b-4k28gxpsg6] {
    width: 100%;
    min-width: 0;
    min-height: 1.25rem;
    box-sizing: border-box;
    border: 1px solid #d7dee8;
    border-radius: 0.18rem;
    padding: 1px 3px;
    font-size: 0.72rem;
    line-height: 1.15;
    background: #fff;
}

.level-input[b-4k28gxpsg6] {
    padding-right: 16px;
}

.rule-actions-col[b-4k28gxpsg6],
.rule-actions-cell[b-4k28gxpsg6] {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    text-align: center;
}

.rule-table td.rule-actions-cell[b-4k28gxpsg6] {
    overflow: visible;
    white-space: nowrap;
}

.btn-icon[b-4k28gxpsg6] {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1E3F6E;
    font-size: 0.82rem;
    line-height: 1;
}

.btn-icon:disabled[b-4k28gxpsg6] {
    opacity: 0.35;
    cursor: default;
}

.rule-loading[b-4k28gxpsg6] {
    padding: 16px;
    color: #5d6b7c;
    font-size: 0.82rem;
}

@keyframes spin-b-4k28gxpsg6 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    .activity-detail-header[b-4k28gxpsg6] {
        align-items: stretch;
        flex-direction: column;
    }

    .activity-detail-heading h4[b-4k28gxpsg6] {
        font-size: 0.9rem;
    }

    .activity-detail-table[b-4k28gxpsg6],
    .rule-table[b-4k28gxpsg6] {
        font-size: 0.66rem;
    }

    .activity-detail-table th[b-4k28gxpsg6],
    .activity-detail-table td[b-4k28gxpsg6],
    .rule-table th[b-4k28gxpsg6],
    .rule-table td[b-4k28gxpsg6] {
        padding: 2px 3px;
    }

    .rule-modal-backdrop[b-4k28gxpsg6] {
        align-items: stretch;
        padding: 8px;
    }

    .rule-modal-panel[b-4k28gxpsg6] {
        width: 100%;
        max-height: 96vh;
    }
}
/* Show Back as the last action in the activity detail export toolbar. */
.activity-detail-header-actions[b-4k28gxpsg6] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.35rem !important;
    margin-left: auto !important;
    min-width: 0 !important;
}

.activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.35rem !important;
    width: auto !important;
}

.activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar .btn,
.activity-detail-header-actions .detail-back-button[b-4k28gxpsg6] {
    display: inline-flex !important;
    flex: 0 0 7.1rem !important;
    width: 7.1rem !important;
    min-width: 7.1rem !important;
    max-width: 7.1rem !important;
    height: 1.65rem !important;
    min-height: 1.65rem !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    padding: 0.15rem 0.35rem !important;
    margin: 0 !important;
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

.activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar .btn:focus,
.activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar .btn:active,
.activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar .btn:focus-visible,
.activity-detail-header-actions .detail-back-button:focus[b-4k28gxpsg6],
.activity-detail-header-actions .detail-back-button:active[b-4k28gxpsg6],
.activity-detail-header-actions .detail-back-button:focus-visible[b-4k28gxpsg6] {
    outline: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    .activity-detail-header[b-4k28gxpsg6] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .activity-detail-header-actions[b-4k28gxpsg6] {
        width: 100% !important;
        margin-left: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        padding-bottom: 0.1rem !important;
        -webkit-overflow-scrolling: touch;
    }

    .activity-detail-header-actions[b-4k28gxpsg6]  .table-transfer-toolbar,
    .activity-detail-header-actions .detail-back-button[b-4k28gxpsg6] {
        flex: 0 0 auto !important;
    }
}


/* _content/TheOfficeR/Components/Pages/ActivityGrids/ActivityGrid.razor.rz.scp.css */
.grid-container[b-cfv77t49j4] {
    position: relative;
    margin-top: 8px;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 4px;
}

.data-grid-title-row[b-cfv77t49j4] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.data-grid-title[b-cfv77t49j4] {
    color: #1E3F6E;
    font-size: 0.95rem;
    font-weight: 600;
}

.data-grid-title-actions[b-cfv77t49j4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    flex-wrap: wrap;
}

.data-grid-back-button[b-cfv77t49j4] {
    min-height: 30px;
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
}

.activity-grid[b-cfv77t49j4] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.activity-grid th[b-cfv77t49j4] {
    background: #1E3F6E;
    color: white;
    padding: 3px 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-grid td[b-cfv77t49j4] {
    padding: 2px 5px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-bold[b-cfv77t49j4] {
    font-weight: bold;
}

.row-group[b-cfv77t49j4] {
    background-color: #f5f7fb;
}

.activity-grid.supports-detail tbody tr[b-cfv77t49j4] {
    cursor: context-menu;
}

.row-selected td[b-cfv77t49j4] {
    background-color: #dcecff;
    box-shadow: inset 0 1px 0 #7aa7df, inset 0 -1px 0 #7aa7df;
}

.context-menu[b-cfv77t49j4] {
    position: fixed;
    background: white;
    border: 1px solid #8ea8c8;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    z-index: 9999;
}

.context-item[b-cfv77t49j4] {
    padding: 4px 9px;
    font-size: 0.78rem;
    cursor: pointer;
}

.context-item:hover[b-cfv77t49j4] {
    background: #eee;
}

.grid-loading-state[b-cfv77t49j4] {
    min-height: clamp(220px, 42vh, 420px);
    background: rgba(247, 250, 254, 0.92);
    border: 1px solid #d7e2f1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.grid-loading-panel[b-cfv77t49j4] {
    min-width: min(300px, 92vw);
    border: 1px solid #cbd8ea;
    border-radius: 6px;
    background: white;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.2);
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.grid-loading-text[b-cfv77t49j4] {
    color: #1E3F6E;
    font-size: 0.86rem;
    font-weight: 600;
}
.spinner[b-cfv77t49j4] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-cfv77t49j4 0.8s linear infinite;
}

.grid-error[b-cfv77t49j4] {
    margin-top: 12px;
    color: #8a1f1f;
    font-size: 0.85rem;
}

@keyframes spin-b-cfv77t49j4 {
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 767.98px) {
    .grid-container[b-cfv77t49j4] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-grid-title-row[b-cfv77t49j4] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .data-grid-title-actions[b-cfv77t49j4] {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0.45rem;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
        width: 100%;
        gap: 0.4rem;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar .btn,
    .data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls .btn,
    .data-grid-back-button[b-cfv77t49j4] {
        width: 100%;
        height: auto !important;
        min-height: 2rem !important;
        white-space: normal !important;
        text-align: center;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .pagination-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .activity-grid[b-cfv77t49j4] {
        min-width: 840px;
        table-layout: auto;
    }

    .activity-grid th[b-cfv77t49j4],
    .activity-grid td[b-cfv77t49j4] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        vertical-align: top;
        min-width: 5.5rem;
    }
}

/* Final activity mobile toolbar override */
@media (max-width: 767.98px) {
    .data-grid-title-row[b-cfv77t49j4] {
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.5rem !important;
        padding-bottom: 0.15rem;
    }

    .data-grid-title-block[b-cfv77t49j4],
    .data-grid-title[b-cfv77t49j4] {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .data-grid-title-actions[b-cfv77t49j4] {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        margin-left: auto !important;
        gap: 0.4rem !important;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar,
    .data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls,
    .data-grid-title-actions[b-cfv77t49j4]  .pagination-controls {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        gap: 0.4rem !important;
    }

    .data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar .btn,
    .data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls .btn,
    .data-grid-back-button[b-cfv77t49j4] {
        width: auto !important;
        height: 1.9rem !important;
        min-height: 1.9rem !important;
        white-space: nowrap !important;
    }
}

/* Publication-ready data-grid toolbar cleanup */
.data-grid-title-row[b-cfv77t49j4] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
}

.data-grid-title-actions[b-cfv77t49j4] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.4rem !important;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
}

.data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar,
.data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls,
.data-grid-title-actions[b-cfv77t49j4]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 0.4rem !important;
}

.data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar .btn,
.data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls .btn,
.data-grid-back-button[b-cfv77t49j4] {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.data-grid-back-button[b-cfv77t49j4] {
    display: none !important;
}

/* Final requested toolbar scroll correction */
.data-grid-title-row[b-cfv77t49j4] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.data-grid-title-actions[b-cfv77t49j4] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    gap: 0.4rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem !important;
}

.data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar,
.data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls,
.data-grid-title-actions[b-cfv77t49j4]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: auto !important;
    gap: 0.4rem !important;
    flex: 0 0 auto !important;
}

.data-grid-title-actions[b-cfv77t49j4]  .pagination-wrapper {
    display: inline-flex !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
}

.data-grid-title-actions[b-cfv77t49j4]  .table-transfer-toolbar .btn,
.data-grid-title-actions[b-cfv77t49j4]  .config-pagination-controls .btn,
.data-grid-back-button[b-cfv77t49j4] {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.data-grid-back-button[b-cfv77t49j4] {
    display: none !important;
}
/* _content/TheOfficeR/Components/Pages/Administration/ClientLogs.razor.rz.scp.css */
.client-logs-page .client-log-filter[b-a2ylbvua1z] {
    max-width: 230px;
}

.client-logs-page .client-log-date[b-a2ylbvua1z] {
    max-width: 150px;
}

.client-log-message[b-a2ylbvua1z] {
    white-space: pre-wrap;
}

.client-logs-table .client-log-created[b-a2ylbvua1z] {
    width: 155px;
}

.client-logs-table .client-log-user[b-a2ylbvua1z] {
    width: 170px;
}

.client-logs-table .client-log-selected-date[b-a2ylbvua1z] {
    width: 120px;
}

.client-logs-table .client-log-status[b-a2ylbvua1z] {
    width: 95px;
}

.client-logs-table .client-log-size[b-a2ylbvua1z] {
    width: 95px;
}

.client-logs-table .bi-eye-fill[b-a2ylbvua1z] {
    color: #1E3F6E;
}

.client-logs-table .bi-eye-fill:hover[b-a2ylbvua1z] {
    color: #2b6cb0;
}

.client-log-selected-row[b-a2ylbvua1z] {
    background: #eaf4ff !important;
    box-shadow: inset 3px 0 0 #2b6cb0;
}

.client-log-detail[b-a2ylbvua1z] {
    border: 1px solid #d7dee8;
    border-radius: 0.3rem;
    background: #fff;
}

.client-log-detail-title[b-a2ylbvua1z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    padding: 0.45rem 0.6rem;
    color: #1E3F6E;
    font-size: 0.8rem;
    font-weight: 600;
    border-bottom: 1px solid #d7dee8;
}

.client-log-detail pre[b-a2ylbvua1z] {
    margin: 0;
    padding: 0.65rem;
    max-height: 54vh;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    color: #111827;
    background: #fbfcfe;
    font-size: 0.74rem;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .client-logs-page .client-log-filter[b-a2ylbvua1z],
    .client-logs-page .client-log-date[b-a2ylbvua1z] {
        max-width: none;
        width: 100%;
    }
}

.client-logs-table-wrap[b-a2ylbvua1z] {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .client-logs-table-wrap[b-a2ylbvua1z] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }

    .client-logs-table[b-a2ylbvua1z] {
        min-width: 720px;
        table-layout: auto;
    }

    .client-logs-table th[b-a2ylbvua1z],
    .client-logs-table td[b-a2ylbvua1z] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        vertical-align: top;
    }

    .client-logs-table th.action-cell[b-a2ylbvua1z],
    .client-logs-table td.action-cell[b-a2ylbvua1z] {
        white-space: nowrap;
        vertical-align: middle;
    }
}

.client-logs-table th.action-cell[b-a2ylbvua1z] {
    color: transparent !important;
    font-size: 0 !important;
}

.client-logs-table th.action-cell[b-a2ylbvua1z] {
    color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Publication-ready client logs action cleanup */
@media (max-width: 767.98px) {
    .client-logs-table th.action-cell[b-a2ylbvua1z],
    .client-logs-table td.action-cell[b-a2ylbvua1z] {
        position: sticky !important;
        right: 0 !important;
        z-index: 20 !important;
        background: #fff !important;
        box-shadow: -1px 0 0 #ddd, -10px 0 12px rgba(255,255,255,0.96) !important;
    }

    .client-logs-table th.action-cell[b-a2ylbvua1z] {
        color: transparent !important;
        font-size: 0 !important;
        border: 0 !important;
        z-index: 30 !important;
    }

    .client-logs-table tbody tr:nth-child(even) td.action-cell[b-a2ylbvua1z] {
        background: #fbfcfe !important;
    }

    .client-logs-table tbody tr:hover td.action-cell[b-a2ylbvua1z] {
        background: #f5f7fb !important;
    }
}
/* _content/TheOfficeR/Components/Pages/Administration/DatabaseMaintenance.razor.rz.scp.css */
.database-maintenance-page .database-maintenance-message[b-j6h1w536t7] {
    font-size: 0.8rem;
    white-space: pre-wrap;
}

.database-maintenance-tabs[b-j6h1w536t7] {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
}

.database-maintenance-tab[b-j6h1w536t7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.8rem;
    padding: 0.2rem 0.55rem;
    border: 1px solid #d7dee8;
    border-radius: 0.2rem;
    color: #1E3F6E;
    background: #fff;
    font-size: 0.78rem;
    text-decoration: none;
    white-space: nowrap;
}

.database-maintenance-tab.active[b-j6h1w536t7],
.database-maintenance-tab:hover[b-j6h1w536t7] {
    color: #fff;
    background: #1E3F6E;
    border-color: #1E3F6E;
}

.database-maintenance-table-wrap[b-j6h1w536t7] {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.database-maintenance-table[b-j6h1w536t7] {
    min-width: 1120px;
}

.database-indexs-table[b-j6h1w536t7] {
    min-width: 1680px;
}

.database-maintenance-table td[b-j6h1w536t7],
.database-maintenance-table th[b-j6h1w536t7] {
    font-size: 0.76rem;
}

.database-maintenance-table .numeric-col[b-j6h1w536t7] {
    text-align: right;
}

@media (max-width: 767.98px) {
    .database-maintenance-page .config-page-header[b-j6h1w536t7] {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}
.database-maintenance-summary-title[b-j6h1w536t7] {
    color: #1E3F6E;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.database-maintenance-summary-table[b-j6h1w536t7] {
    min-width: 1040px;
}

.database-maintenance-error-row td[b-j6h1w536t7] {
    background: #fde3e3 !important;
}


.database-maintenance-criticality[b-j6h1w536t7] {
    display: inline-flex;
    align-items: center;
    min-width: 4.8rem;
    justify-content: center;
    padding: 0.08rem 0.35rem;
    border-radius: 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
    color: #17324d;
    background: #e8eef6;
}

.database-maintenance-criticality-critical[b-j6h1w536t7] {
    color: #7a1111;
    background: #f8d7da;
}

.database-maintenance-criticality-high[b-j6h1w536t7] {
    color: #7a3b00;
    background: #ffe8cc;
}

.database-maintenance-criticality-medium[b-j6h1w536t7] {
    color: #6a5200;
    background: #fff3cd;
}

.database-maintenance-criticality-low[b-j6h1w536t7] {
    color: #1f4f2d;
    background: #dcefe3;
}

.database-maintenance-sql-cell[b-j6h1w536t7] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.database-maintenance-sql-cell code[b-j6h1w536t7] {
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    color: #17324d;
    background: transparent;
    font-size: 0.72rem;
}

.database-maintenance-copy-button[b-j6h1w536t7] {
    flex: 0 0 auto;
    width: 1.7rem;
    height: 1.45rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* _content/TheOfficeR/Components/Pages/Authentication/ChangePassword.razor.rz.scp.css */
.change-password-page[b-c99mda7om6] {
    max-width: 420px;
    margin: 12px auto 0;
}

.change-password-header[b-c99mda7om6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.change-password-header h4[b-c99mda7om6] {
    margin: 0;
    color: #1E3F6E;
    font-size: 1rem;
    font-weight: 600;
}

.change-password-form[b-c99mda7om6] {
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
    padding: 12px;
}

.change-password-form .btn[b-c99mda7om6] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
/* _content/TheOfficeR/Components/Pages/Authentication/Login.razor.rz.scp.css */
.login-form-container[b-raldxn7zqf] {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
}

.login-input[b-raldxn7zqf] {
    width: 100%;
}

.login-button[b-raldxn7zqf] {
    width: 100%;
    margin-bottom: 1rem;
}

.error-placeholder[b-raldxn7zqf] {
    min-height: 1.25rem;
}

/* _content/TheOfficeR/Components/Pages/CalendarRequests/CalendarRequests.razor.rz.scp.css */
.calendar-requests-toolbar[b-5is5yy7rbl] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 12px;
}

.calendar-title[b-5is5yy7rbl] {
    font-weight: 600;
    color: #1E3F6E;
}

.year-select[b-5is5yy7rbl] {
    width: 110px;
    min-height: 32px;
    border: 1px solid #ccd4df;
    border-radius: 4px;
    padding: 4px 8px;
}

.legend-group[b-5is5yy7rbl] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.legend-item[b-5is5yy7rbl] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: 1px solid #d8dee8;
    border-radius: 4px;
    background: #f8fafc;
    font-size: 0.82rem;
}

.legend-summary-button[b-5is5yy7rbl] {
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.legend-summary-button:hover[b-5is5yy7rbl] {
    color: #1E3F6E;
    text-decoration: underline;
}
.legend-swatch[b-5is5yy7rbl] {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #b8c2d0;
}

    .legend-swatch.holiday[b-5is5yy7rbl] {
        background: #ff1f1f;
    }

    .legend-swatch.request[b-5is5yy7rbl] {
        background: #ffc7a8;
    }

    .legend-swatch.request.vacation[b-5is5yy7rbl] {
        background: #ff8a65;
    }

.calendar-requests-shell[b-5is5yy7rbl] {
    position: relative;
}

.calendar-requests-year[b-5is5yy7rbl] {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 1fr));
    gap: 12px;
}

.calendar-month-card[b-5is5yy7rbl] {
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: white;
    overflow: hidden;
}

    .calendar-month-card header[b-5is5yy7rbl] {
        background: #f5f7fb;
        border-bottom: 1px solid #d8dee8;
        padding: 6px 8px;
        text-align: center;
        font-weight: 600;
        color: #1E3F6E;
    }

.calendar-month-grid[b-5is5yy7rbl] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    padding: 6px;
}

.calendar-header-cell[b-5is5yy7rbl] {
    text-align: center;
    font-weight: 600;
    font-size: 0.72rem;
    color: #5d6b7c;
    padding: 2px 0;
}

.calendar-day-cell[b-5is5yy7rbl] {
    position: relative;
    min-height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #eef8ef;
    color: #1e293b;
    font-size: 0.82rem;
    text-align: left;
    padding: 4px;
}

    button.calendar-day-cell[b-5is5yy7rbl] {
        cursor: pointer;
    }

    button.calendar-day-cell:disabled[b-5is5yy7rbl] {
        cursor: default;
    }

    .calendar-day-cell.empty[b-5is5yy7rbl] {
        min-height: 34px;
        background: transparent;
    }

    .calendar-day-cell.is-weekend[b-5is5yy7rbl] {
        background: #eeeeee;
    }

    .calendar-day-cell.is-holiday[b-5is5yy7rbl] {
        background: #ff1f1f;
    }

    .calendar-day-cell.is-nonworking[b-5is5yy7rbl] {
        background: #ff8a65;
    }

    .calendar-day-cell.has-request[b-5is5yy7rbl] {
        background: #ffc7a8;
        border-color: #e68653;
        font-weight: 600;
    }

    .calendar-day-cell.has-request.is-holiday[b-5is5yy7rbl] {
        box-shadow: inset 0 0 0 2px #d94b4b;
    }

    .calendar-day-cell.has-holiday-count[b-5is5yy7rbl] {
        background: #ff1f1f;
        border-color: #c00000;
        font-weight: 600;
    }

    .calendar-day-cell.has-vacation-count[b-5is5yy7rbl] {
        background: #ff8a65;
        border-color: #d94b2b;
        font-weight: 600;
    }

    .calendar-day-cell.has-mixed-count[b-5is5yy7rbl] {
        background: linear-gradient(135deg, #ff1f1f 0 50%, #ff8a65 50% 100%);
        border-color: #b83a1f;
        font-weight: 600;
    }

    .calendar-day-cell.has-request-event[b-5is5yy7rbl] {
        box-shadow: inset 0 0 0 2px rgba(30, 63, 110, 0.35);
    }
    .calendar-day-cell.has-request:hover[b-5is5yy7rbl] {
        outline: 2px solid #3379D9;
    }

.day-number[b-5is5yy7rbl] {
    display: block;
}

.day-count[b-5is5yy7rbl] {
    position: absolute;
    right: 3px;
    bottom: 2px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #1E3F6E;
    color: white;
    font-size: 0.68rem;
    line-height: 16px;
    text-align: center;
    padding: 0 4px;
}

.calendar-loading-overlay[b-5is5yy7rbl] {
    position: absolute;
    inset: 0;
    min-height: 240px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-5is5yy7rbl] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-5is5yy7rbl 0.8s linear infinite;
}

.calendar-pending-panel[b-5is5yy7rbl] {
    width: min(360px, 92vw);
    max-height: min(520px, 88vh);
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: white;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}

.calendar-pending-panel header[b-5is5yy7rbl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #d8dee8;
    background: #f5f7fb;
    color: #1E3F6E;
}

.calendar-pending-list[b-5is5yy7rbl] {
    display: grid;
    gap: 5px;
    max-height: calc(min(520px, 88vh) - 48px);
    overflow: auto;
    padding: 10px;
}

.calendar-pending-row[b-5is5yy7rbl] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 6px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    font-size: 0.78rem;
}

.calendar-pending-row span[b-5is5yy7rbl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-pending-row strong.balance-negative[b-5is5yy7rbl] {
    color: #8a1f1f;
}

.calendar-pending-row strong.balance-positive[b-5is5yy7rbl] {
    color: #8a1f1f;
}

.calendar-pending-empty[b-5is5yy7rbl] {
    margin: 10px;
    padding: 6px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    font-size: 0.78rem;
}
.calendar-detail-panel[b-5is5yy7rbl] {
    width: min(980px, 96vw);
    max-height: min(720px, 92vh);
    margin-top: 0;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: white;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}

    .calendar-detail-panel header[b-5is5yy7rbl] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: 1px solid #d8dee8;
        background: #f5f7fb;
    }

.detail-close[b-5is5yy7rbl] {
    width: 28px;
    height: 28px;
    border: 1px solid #ccd4df;
    border-radius: 4px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .detail-close .bi[b-5is5yy7rbl] {
        margin: 0;
        width: auto;
        height: auto;
        font-size: 0.82rem;
        line-height: 1;
    }


.detail-summary[b-5is5yy7rbl] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px 10px;
    border-bottom: 1px solid #d8dee8;
    background: #f8fafc;
    color: #1E3F6E;
    font-size: 0.78rem;
    font-weight: 600;
}

.detail-summary span[b-5is5yy7rbl],
.detail-summary-chip[b-5is5yy7rbl] {
    padding: 2px 6px;
    border: 1px solid #d8dee8;
    border-radius: 4px;
    background: white;
    color: #1E3F6E;
    font: inherit;
}

button.detail-summary-chip[b-5is5yy7rbl] {
    cursor: pointer;
}

button.detail-summary-chip:hover[b-5is5yy7rbl] {
    border-color: #1E3F6E;
}

.detail-summary-chip.static[b-5is5yy7rbl] {
    cursor: default;
}

.detail-summary-popup[b-5is5yy7rbl] {
    margin: 8px 10px;
    padding: 8px;
    border: 1px solid #d8dee8;
    border-radius: 4px;
    background: #ffffff;
    color: #1e293b;
    font-size: 0.78rem;
}

.detail-summary-popup-title[b-5is5yy7rbl] {
    margin-bottom: 6px;
    color: #1E3F6E;
    font-weight: 600;
}

.detail-summary-users[b-5is5yy7rbl] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.detail-summary-users span[b-5is5yy7rbl],
.detail-summary-empty[b-5is5yy7rbl] {
    padding: 2px 6px;
    border: 1px solid #d8dee8;
    border-radius: 4px;
    background: #f8fafc;
}
.detail-table-wrap[b-5is5yy7rbl] {
    max-height: calc(92vh - 96px);
    overflow: auto;
}

.detail-table[b-5is5yy7rbl] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.78rem;
}

    .detail-table th[b-5is5yy7rbl] {
        background: #1E3F6E;
        color: white;
        padding: 3px 5px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .detail-table td[b-5is5yy7rbl] {
        padding: 2px 5px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

.detail-text[b-5is5yy7rbl] {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-detail-backdrop[b-5is5yy7rbl] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.35);
}

.date-cell[b-5is5yy7rbl] {
    width: 100%;
    min-width: 0;
    min-height: 1.35rem;
    box-sizing: border-box;
    border: 1px solid #d7dee8;
    border-radius: 0.2rem;
    padding: 1px 4px;
    font-size: 0.78rem;
    line-height: 1.2;
}

.actions-col[b-5is5yy7rbl],
.actions-cell[b-5is5yy7rbl] {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    text-align: center;
}

.actions-cell[b-5is5yy7rbl] {
    white-space: nowrap;
}

.actions-cell-buttons[b-5is5yy7rbl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.icon-action[b-5is5yy7rbl] {
    width: 1.35rem;
    height: 1.35rem;
    border: none;
    border-radius: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .icon-action .bi[b-5is5yy7rbl] {
        margin: 0;
        width: auto;
        height: auto;
        font-size: 0.82rem;
        line-height: 1;
    }

    .icon-action:disabled[b-5is5yy7rbl] {
        opacity: 0.35;
        cursor: default;
    }

    .icon-action.accept:not(:disabled)[b-5is5yy7rbl] {
        color: #198754;
    }

    .icon-action.reject:not(:disabled)[b-5is5yy7rbl] {
        color: #8a1f1f;
    }

    .icon-action.delete:not(:disabled)[b-5is5yy7rbl] {
        color: #dc3545;
    }

.calendar-error[b-5is5yy7rbl] {
    margin-top: 12px;
    color: #8a1f1f;
}

@media (max-width: 1200px) {
    .calendar-requests-year[b-5is5yy7rbl] {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}

@media (max-width: 900px) {
    .calendar-requests-year[b-5is5yy7rbl] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 560px) {
    .calendar-requests-year[b-5is5yy7rbl] {
        grid-template-columns: 1fr;
    }
}

@keyframes spin-b-5is5yy7rbl {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .calendar-requests-toolbar[b-5is5yy7rbl] {
        gap: 6px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 0.7rem;
    }

    .calendar-title[b-5is5yy7rbl] {
        font-size: 0.78rem;
    }

    .year-select[b-5is5yy7rbl] {
        width: 82px;
        min-height: 26px;
        padding: 2px 5px;
        font-size: 0.68rem;
    }

    .legend-group[b-5is5yy7rbl] {
        gap: 5px;
    }

    .legend-item[b-5is5yy7rbl] {
        gap: 4px;
        padding: 2px 5px;
        font-size: 0.66rem;
    }

    .legend-swatch[b-5is5yy7rbl] {
        width: 10px;
        height: 10px;
    }

    .calendar-requests-year[b-5is5yy7rbl] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 8px;
    }

    .calendar-month-card header[b-5is5yy7rbl] {
        padding: 4px 6px;
        font-size: 0.72rem;
    }

    .calendar-month-grid[b-5is5yy7rbl] {
        gap: 1px;
        padding: 4px;
    }

    .calendar-header-cell[b-5is5yy7rbl] {
        font-size: 0.58rem;
    }

    .calendar-day-cell[b-5is5yy7rbl],
    .calendar-day-cell.empty[b-5is5yy7rbl] {
        min-height: 26px;
        padding: 2px;
        font-size: 0.66rem;
    }

    .day-count[b-5is5yy7rbl] {
        min-width: 13px;
        height: 13px;
        border-radius: 7px;
        font-size: 0.56rem;
        line-height: 13px;
        padding: 0 3px;
    }

    .calendar-detail-backdrop[b-5is5yy7rbl] {
        align-items: flex-start;
        padding: 6px;
        overflow: auto;
    }

    .calendar-detail-panel[b-5is5yy7rbl] {
        width: 100%;
        max-height: calc(100dvh - 12px);
        border-radius: 4px;
    }

        .calendar-detail-panel header[b-5is5yy7rbl] {
            padding: 5px 6px;
            font-size: 0.72rem;
        }

    .detail-close[b-5is5yy7rbl] {
        width: 24px;
        height: 24px;
    }

        .detail-close .bi[b-5is5yy7rbl] {
            width: 0.85rem;
            height: 0.85rem;
            font-size: 0.85rem;
        }

    
.detail-table-wrap[b-5is5yy7rbl] {
        max-height: calc(100dvh - 54px);
    }

    .detail-table[b-5is5yy7rbl] {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        font-size: 0.62rem;
    }

        .detail-table th[b-5is5yy7rbl],
        .detail-table td[b-5is5yy7rbl] {
            padding: 2px 3px;
            white-space: normal;
            overflow-wrap: anywhere;
            vertical-align: middle;
        }

        .detail-table th[b-5is5yy7rbl] {
            text-align: center;
        }

    .detail-text[b-5is5yy7rbl] {
        max-width: none;
    }

    .date-cell[b-5is5yy7rbl] {
        width: 100%;
        min-width: 0;
        min-height: 22px;
        padding: 1px 2px;
        font-size: 0.58rem;
    }

    .actions-col[b-5is5yy7rbl],
    .actions-cell[b-5is5yy7rbl] {
        width: auto;
        min-width: 0;
    }

    .actions-cell-buttons[b-5is5yy7rbl] {
        gap: 2px;
        flex-wrap: wrap;
    }

    .icon-action[b-5is5yy7rbl] {
        width: 21px;
        height: 21px;
    }

        .icon-action .bi[b-5is5yy7rbl] {
            width: 0.75rem;
            height: 0.75rem;
            font-size: 0.75rem;
        }
}

@media (max-width: 560px) {
    .calendar-requests-year[b-5is5yy7rbl] {
        grid-template-columns: 1fr;
    }

    .detail-table[b-5is5yy7rbl] {
        display: block;
        font-size: 0.64rem;
    }

        .detail-table thead[b-5is5yy7rbl] {
            display: none;
        }

        .detail-table tbody[b-5is5yy7rbl] {
            display: grid;
            gap: 6px;
            padding: 6px;
        }

        .detail-table tr[b-5is5yy7rbl] {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 4px;
            padding: 5px;
            border: 1px solid #d8dee8;
            border-radius: 4px;
            background: #fff;
        }

        .detail-table td[b-5is5yy7rbl] {
            display: grid;
            grid-template-columns: minmax(38px, 0.48fr) minmax(0, 1fr);
            align-items: center;
            gap: 3px;
            min-width: 0;
            padding: 3px;
            border-bottom: 0;
            border-radius: 3px;
            background: #f8fafc;
            white-space: normal;
        }

            .detail-table td[b-5is5yy7rbl]::before {
                content: attr(data-label);
                color: #5d6b7c;
                font-size: 0.56rem;
                font-weight: 600;
            }

            .detail-table td.actions-cell[b-5is5yy7rbl] {
                display: block;
                grid-column: 1 / -1;
            }

                .detail-table td.actions-cell[b-5is5yy7rbl]::before {
                    display: none;
                }

    .actions-cell-buttons[b-5is5yy7rbl] {
        justify-content: flex-end;
    }
}
/* _content/TheOfficeR/Components/Pages/Cookies/CookieBanner.razor.rz.scp.css */
.cookie-modal-overlay[b-efxnl68l5u] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-modal[b-efxnl68l5u] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    max-width: 720px;
    width: 98%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
    text-align: center;
    max-height: 80vh; /* límite de altura relativo a la ventana */
    overflow-y: auto; /* scroll vertical si se desborda */
}

.pref-row[b-efxnl68l5u] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

    .pref-row input[disabled] + label[b-efxnl68l5u] {
        opacity: 0.5; /* más claro */
        font-style: italic; /* cursiva opcional */
        cursor: not-allowed; /* icono de prohibido al pasar el ratón */
    }

.modal-actions[b-efxnl68l5u] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
}

.cookie-policy-link[b-efxnl68l5u] {
    margin-top: 1rem; /* separa el botón del bloque anterior */
    text-align: center; /* opcional, lo centra */
}

.modal-content .policy-content[b-efxnl68l5u],
.modal-content .privacy-content[b-efxnl68l5u] {
    margin-top: 1.5rem; /* separa el texto de la política del bloque de links */
    text-align: left; /* opcional: alinear el texto para diferenciarlo de los botones */
}
/* _content/TheOfficeR/Components/Pages/Integrations/ContactSync.razor.rz.scp.css */
.contact-sync-folder-select[b-27ths4ck45] {
    width: auto;
    min-width: 12rem;
}

.contact-sync-folder-select-duplicate[b-27ths4ck45] {
    border-color: #dc3545;
    color: #842029;
}

.contact-sync-folder-duplicate[b-27ths4ck45] {
    color: #dc3545;
    font-weight: 600;
}

.contact-sync-table .contact-sync-status-cell[b-27ths4ck45] {
    min-width: 6.5rem;
    white-space: nowrap;
}

.contact-sync-table .contact-sync-id-cell[b-27ths4ck45] {
    min-width: 20rem;
    max-width: 28rem;
    padding: 0.1rem 0.25rem;
}

.contact-sync-table .contact-sync-id-input[b-27ths4ck45] {
    width: 100%;
    min-width: 18rem;
    color: #1f2937;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.68rem;
    line-height: 1.2;
    cursor: text;
    user-select: text;
    -webkit-user-select: text;
}

.contact-sync-status-badge[b-27ths4ck45] {
    display: inline-flex;
    align-items: center;
    min-height: 1.15rem;
    padding: 0.08rem 0.35rem;
    border-radius: 0.18rem;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1;
}

.contact-sync-row-synced input:not([type="checkbox"])[b-27ths4ck45],
.contact-sync-row-modified input:not([type="checkbox"])[b-27ths4ck45],
.contact-sync-row-missing-folder input:not([type="checkbox"])[b-27ths4ck45],
.contact-sync-row-outlook-only input:not([type="checkbox"])[b-27ths4ck45],
.contact-sync-row-new input:not([type="checkbox"])[b-27ths4ck45],
.contact-sync-row-duplicate-id input:not([type="checkbox"])[b-27ths4ck45] {
    background: transparent !important;
}

.contact-sync-row-synced > td[b-27ths4ck45] {
    background: #edf8f1 !important;
}

.contact-sync-row-synced .contact-sync-status-badge[b-27ths4ck45] {
    color: #17623a;
    background: #d7f0df;
}

.contact-sync-row-modified > td[b-27ths4ck45] {
    background: #fff5f5 !important;
}

.contact-sync-row-modified .contact-sync-status-badge[b-27ths4ck45] {
    color: #9f1239;
    background: #ffe4e6;
}

.contact-sync-table input.contact-sync-field-diff:not([type="checkbox"])[b-27ths4ck45] {
    color: #7f1d1d;
    background: #ffe1e1 !important;
    border-color: #dc3545 !important;
}

.contact-sync-row-missing-folder > td[b-27ths4ck45] {
    background: #fff0e6 !important;
}

.contact-sync-row-missing-folder .contact-sync-status-badge[b-27ths4ck45] {
    color: #894000;
    background: #ffd8bd;
}

.contact-sync-row-outlook-only > td[b-27ths4ck45] {
    background: #edf4ff !important;
}

.contact-sync-row-outlook-only .contact-sync-status-badge[b-27ths4ck45] {
    color: #1e4f8f;
    background: #d9e9ff;
}

.contact-sync-row-new > td[b-27ths4ck45] {
    background: #f3f4f6 !important;
}

.contact-sync-row-new .contact-sync-status-badge[b-27ths4ck45] {
    color: #374151;
    background: #e5e7eb;
}

.contact-sync-row-duplicate-id > td[b-27ths4ck45] {
    background: #fff7cc !important;
}

.contact-sync-row-duplicate-id .contact-sync-status-badge[b-27ths4ck45] {
    color: #6b4e00;
    background: #fde68a;
}
/* _content/TheOfficeR/Components/Pages/Integrations/GedproApi.razor.rz.scp.css */
.gedpro-api-page .gedpro-message[b-07k9ep8yvh] {
    font-size: 0.8rem;
    white-space: pre-wrap;
}

.gedpro-summary-row[b-07k9ep8yvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #1E3F6E;
    font-size: 0.78rem;
    margin-bottom: 0.35rem;
}

.gedpro-table td[b-07k9ep8yvh],
.gedpro-table th[b-07k9ep8yvh] {
    font-size: 0.76rem;
}

.gedpro-row-pending[b-07k9ep8yvh] {
    background: #fff8e6 !important;
}

.gedpro-projects-table[b-07k9ep8yvh] {
    min-width: 980px;
}

.gedpro-api-page .scheduler-running[b-07k9ep8yvh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
}
.gedpro-tabs[b-07k9ep8yvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.gedpro-tab[b-07k9ep8yvh] {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.2rem 0.55rem;
    border: 1px solid #d7dee8;
    border-radius: 0.2rem;
    color: #1E3F6E;
    background: #fff;
    font-size: 0.78rem;
    text-decoration: none;
}

.gedpro-tab.active[b-07k9ep8yvh],
.gedpro-tab:hover[b-07k9ep8yvh] {
    color: #fff;
    background: #1E3F6E;
    border-color: #1E3F6E;
}
/* _content/TheOfficeR/Components/Pages/Reports/ActivityReportPrint.razor.rz.scp.css */
html[b-pze94oitqs],
body[b-pze94oitqs] {
    margin: 0;
    background: #fff;
}

.report-print-page[b-pze94oitqs] {
    position: relative;
    width: 210mm;
    height: 297mm;
    box-sizing: border-box;
    padding: 9mm 14mm 13mm;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #111827;
    font-family: Arial, Helvetica, sans-serif;
    page-break-after: always;
}

.report-header[b-pze94oitqs] {
    flex: 0 0 auto;
    margin-bottom: 2mm;
}

.report-header h1[b-pze94oitqs] {
    margin: 0;
    color: #0b3b6f;
    font-size: 13pt;
    line-height: 1.15;
    font-weight: 700;
}

.report-chart[b-pze94oitqs] {
    position: relative;
    width: 100%;
    border: 0;
    overflow: hidden;
}

.report-chart-main[b-pze94oitqs],
.report-chart-comparison[b-pze94oitqs] {
    flex: 0 0 42mm;
    height: auto;
    margin-bottom: 2mm;
}

.report-mode-user .report-chart-main[b-pze94oitqs] {
    flex-basis: 58mm;
}

.report-chart-pie[b-pze94oitqs] {
    flex: 1 1 48mm;
    min-height: 48mm;
    height: auto;
    margin-top: 3mm;
    margin-bottom: 3mm;
}

.report-chart-category[b-pze94oitqs] {
    flex: 0 0 42mm;
    height: auto;
}

.report-mode-user .report-chart-category[b-pze94oitqs] {
    flex-basis: 46mm;
}

.report-chart[b-pze94oitqs] (.chart-container),
.report-chart[b-pze94oitqs] (.piechart-container),
.report-chart[b-pze94oitqs] (.doughnutchart-container) {
    width: 100%;
    height: 100%;
}

.report-chart[b-pze94oitqs] (canvas) {
    width: 100% !important;
    height: 100% !important;
}

.report-chart[b-pze94oitqs] (.chart-context-menu),
.report-chart[b-pze94oitqs] (.period-selector) {
    display: none !important;
}

.report-print-page[b-pze94oitqs] (.chart-loading-overlay) {
    display: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
}

.report-table-section[b-pze94oitqs] {
    flex: 0 1 auto;
    max-height: 58mm;
    overflow: hidden;
    margin-top: 0.5mm;
    margin-bottom: 0.25mm;
}

.report-mode-user .report-table-section[b-pze94oitqs] {
    max-height: 66mm;
}

.report-table[b-pze94oitqs] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 5.8pt;
    line-height: 1.05;
}

.report-table th[b-pze94oitqs] {
    background: #1e90ff;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: 0.3pt solid #1e90ff;
    padding: 0.9mm 0.8mm;
}

.report-table td[b-pze94oitqs] {
    border: 0.25pt solid #7fb8ec;
    padding: 0.55mm 0.8mm;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-table th:first-child[b-pze94oitqs],
.report-table td:first-child[b-pze94oitqs],
.report-table th:last-child[b-pze94oitqs],
.report-table td:last-child[b-pze94oitqs] {
    text-align: left;
}

.report-table th:last-child[b-pze94oitqs],
.report-table td:last-child[b-pze94oitqs] {
    width: 28%;
}

.report-row-bold td[b-pze94oitqs] {
    font-weight: 700;
}

.report-row-company-total td[b-pze94oitqs] {
    font-weight: 700;
    color: #1e90ff;
}

.report-row-blank td[b-pze94oitqs] {
    height: 1mm;
    padding: 0;
    border: 0;
}

.report-row-comment td[b-pze94oitqs] {
    color: #4b5563;
    font-style: italic;
}

.report-comments-legend[b-pze94oitqs] {
    flex: 0 0 auto;
    max-height: 7mm;
    overflow: hidden;
    margin: 0 0 1mm;
    color: #1f2937;
    font-size: 5.6pt;
    line-height: 1.12;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.report-table-error[b-pze94oitqs],
.report-table-empty[b-pze94oitqs],
.report-auth-error[b-pze94oitqs] {
    color: #8a1f1f;
    background: #fff5f5;
    border: 1px solid #f1b7b7;
    padding: 8mm;
    font-size: 9pt;
}

.report-footer[b-pze94oitqs] {
    position: absolute;
    left: 14mm;
    right: 14mm;
    bottom: 5mm;
    display: flex;
    justify-content: space-between;
    color: #4b5563;
    font-size: 7pt;
}

@media print {
    .report-print-page[b-pze94oitqs] {
        page-break-after: always;
    }
}
/* _content/TheOfficeR/Components/Pages/Reports/SummaryPdfPreview.razor.rz.scp.css */
.pdf-preview-page[b-msl9cy0438] {
    margin-top: 6px;
}

.pdf-preview-warning[b-msl9cy0438] {
    margin-top: 8px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f0d28a;
    border-radius: 6px;
    background: #fff8e5;
    color: #7a5300;
    font-size: 0.82rem;
}

.pdf-preview-container[b-msl9cy0438] {
    position: relative;
    min-height: calc(100vh - 178px);
    border: 1px solid #d7e2f1;
    border-radius: 6px;
    background: #f7f9fc;
    overflow: hidden;
}

.pdf-preview-frame[b-msl9cy0438] {
    display: block;
    width: 100%;
    height: calc(100vh - 182px);
    min-height: 560px;
    border: 0;
    background: white;
}

.pdf-preview-empty[b-msl9cy0438] {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6b7a90;
    font-size: 0.86rem;
}

.grid-loading-overlay[b-msl9cy0438] {
    position: absolute;
    inset: 0;
    min-height: 360px;
    background: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    backdrop-filter: blur(2px);
    padding: 16px;
}

.grid-loading-panel[b-msl9cy0438] {
    min-width: min(300px, 92vw);
    border: 1px solid #cbd8ea;
    border-radius: 6px;
    background: white;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.2);
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.grid-loading-text[b-msl9cy0438] {
    color: #1E3F6E;
    font-size: 0.86rem;
    font-weight: 600;
}

.spinner[b-msl9cy0438] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-msl9cy0438 0.8s linear infinite;
}

.grid-error[b-msl9cy0438] {
    position: sticky;
    top: 0;
    z-index: 30;
    max-height: 30vh;
    margin-top: 8px;
    padding: 8px 10px;
    overflow: auto;
    border: 1px solid #f1b7b7;
    border-radius: 6px;
    background: #fff5f5;
    color: #8a1f1f;
    font-size: 0.82rem;
    line-height: 1.25;
    white-space: pre-wrap;
}

@keyframes spin-b-msl9cy0438 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .pdf-preview-container[b-msl9cy0438] {
        min-height: calc(100vh - 175px);
    }

    .pdf-preview-frame[b-msl9cy0438] {
        height: calc(100vh - 178px);
        min-height: 430px;
    }
}
/* _content/TheOfficeR/Components/Pages/Requests/NewRequest.razor.rz.scp.css */
.request-create-page[b-kgiakb8axi] {
    max-width: 860px;
    margin-top: 10px;
}

.request-create-header[b-kgiakb8axi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.request-create-header h4[b-kgiakb8axi] {
    margin: 0;
    color: #1E3F6E;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
}

.request-create-header span[b-kgiakb8axi] {
    color: #5d6b7c;
    font-size: 0.72rem;
}

.request-create-form[b-kgiakb8axi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0.75rem;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #fff;
}

.request-create-field[b-kgiakb8axi] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.request-create-field label[b-kgiakb8axi] {
    color: #1E3F6E;
    font-size: 0.72rem;
    font-weight: 600;
}

.request-create-field input[b-kgiakb8axi],
.request-create-field select[b-kgiakb8axi],
.request-create-field textarea[b-kgiakb8axi] {
    width: 100%;
    min-width: 0;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    padding: 0.25rem 0.45rem;
    font-size: 0.78rem;
    line-height: 1.2;
    background: #fff;
    box-sizing: border-box;
}

.request-create-field input[b-kgiakb8axi],
.request-create-field select[b-kgiakb8axi] {
    height: 1.8rem;
}

.request-create-field textarea[b-kgiakb8axi] {
    resize: vertical;
    min-height: 4.5rem;
}

.request-create-dates[b-kgiakb8axi],
.request-create-comments[b-kgiakb8axi],
.request-create-actions[b-kgiakb8axi] {
    grid-column: 1 / -1;
}

.request-create-dates[b-kgiakb8axi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.request-create-actions[b-kgiakb8axi] {
    display: flex;
    justify-content: flex-end;
}

.request-create-actions .btn[b-kgiakb8axi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    min-height: 1.8rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.78rem;
    line-height: 1.2;
    gap: 0.35rem;
    white-space: nowrap;
}

.request-create-actions .bi[b-kgiakb8axi] {
    margin: 0;
    width: auto;
    height: auto;
    font-size: 0.82rem;
    line-height: 1;
}

.request-create-message[b-kgiakb8axi] {
    margin-top: 0.6rem;
    padding: 0.45rem 0.6rem;
    border-radius: 4px;
    font-size: 0.78rem;
}

.request-create-message.success[b-kgiakb8axi] {
    border: 1px solid #b7e0c2;
    background: #e9f7ed;
    color: #176934;
}

.request-create-message.error[b-kgiakb8axi] {
    border: 1px solid #efb4b4;
    background: #fdeaea;
    color: #8a1f1f;
}

.request-create-loading[b-kgiakb8axi] {
    margin-top: 12px;
    color: #5d6b7c;
    font-size: 0.78rem;
}

@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .request-create-page[b-kgiakb8axi] {
        max-width: none;
        margin-top: 8px;
    }

    .request-create-header h4[b-kgiakb8axi] {
        font-size: 0.84rem;
    }

    .request-create-form[b-kgiakb8axi],
    .request-create-dates[b-kgiakb8axi] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .request-create-form[b-kgiakb8axi] {
        padding: 0.55rem;
    }

    .request-create-field label[b-kgiakb8axi] {
        font-size: 0.66rem;
    }

    .request-create-field input[b-kgiakb8axi],
    .request-create-field select[b-kgiakb8axi],
    .request-create-field textarea[b-kgiakb8axi],
    .request-create-actions .btn[b-kgiakb8axi],
    .request-create-message[b-kgiakb8axi],
    .request-create-loading[b-kgiakb8axi] {
        font-size: 0.68rem;
    }

    .request-create-field input[b-kgiakb8axi],
    .request-create-field select[b-kgiakb8axi],
    .request-create-actions .btn[b-kgiakb8axi] {
        height: 1.65rem;
        min-height: 1.65rem;
    }
}
/* _content/TheOfficeR/Components/Pages/Requests/RequestsGrid.razor.rz.scp.css */
.requests-grid-title[b-wd3goxreko] {
    margin-top: 8px;
    color: #1E3F6E;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
}

.requests-grid-container[b-wd3goxreko] {
    position: relative;
    margin-top: 8px;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 4px;
}

.requests-grid[b-wd3goxreko] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.78rem;
}

    .requests-grid th[b-wd3goxreko] {
        background: #1E3F6E;
        color: white;
        font-weight: 600;
        padding: 3px 5px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .requests-grid td[b-wd3goxreko] {
        padding: 2px 5px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .requests-grid tbody tr:nth-child(even)[b-wd3goxreko] {
        background-color: #fbfcfe;
    }

    .requests-grid tbody tr:hover[b-wd3goxreko] {
        background-color: #f5f7fb;
    }

.status-chip[b-wd3goxreko] {
    display: inline-block;
    min-width: 56px;
    padding: 1px 5px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
}

.status-0[b-wd3goxreko] {
    background: #fff4d6;
    color: #7a5600;
}

.status-1[b-wd3goxreko] {
    background: #dff5e7;
    color: #176934;
}

.status-2[b-wd3goxreko] {
    background: #fde3e3;
    color: #8a1f1f;
}

.status-3[b-wd3goxreko] {
    background: #eee;
    color: #555;
}

.date-cell[b-wd3goxreko] {
    width: 100%;
    min-width: 0;
    min-height: 1.35rem;
    box-sizing: border-box;
    border: 1px solid #d7dee8;
    border-radius: 0.2rem;
    padding: 1px 4px;
    font-size: 0.78rem;
    line-height: 1.2;
    background: #fff;
}

.text-cell[b-wd3goxreko] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.actions-col[b-wd3goxreko],
.actions-cell[b-wd3goxreko] {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    text-align: center;
}

.requests-grid td.actions-cell[b-wd3goxreko] {
    overflow: visible;
    white-space: nowrap;
}

.actions-cell-buttons[b-wd3goxreko] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.icon-action[b-wd3goxreko] {
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.82rem;
    line-height: 1;
}

    .icon-action .bi[b-wd3goxreko] {
        margin: 0;
        width: auto;
        height: auto;
        font-size: 0.82rem;
        line-height: 1;
    }

    .icon-action:disabled[b-wd3goxreko] {
        opacity: 0.35;
        cursor: default;
    }

    .icon-action.accept:not(:disabled)[b-wd3goxreko] {
        color: #198754;
    }

    .icon-action.reject:not(:disabled)[b-wd3goxreko] {
        color: #8a1f1f;
    }

    .icon-action.delete:not(:disabled)[b-wd3goxreko] {
        color: #dc3545;
    }

.grid-loading-overlay[b-wd3goxreko] {
    position: absolute;
    inset: 0;
    min-height: 180px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-wd3goxreko] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-wd3goxreko 0.8s linear infinite;
}

.requests-error[b-wd3goxreko] {
    margin-top: 12px;
    color: #8a1f1f;
}

@keyframes spin-b-wd3goxreko {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    .data-grid-title-row[b-wd3goxreko] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .data-grid-title-row[b-wd3goxreko]  .pagination-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls .btn {
        height: auto !important;
        min-height: 2rem !important;
        white-space: normal !important;
        text-align: center;
    }

    .requests-grid-container[b-wd3goxreko] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .requests-grid[b-wd3goxreko] {
        min-width: 860px;
        table-layout: auto;
    }

    .requests-grid th[b-wd3goxreko],
    .requests-grid td[b-wd3goxreko],
    .text-cell[b-wd3goxreko] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        vertical-align: top;
        min-width: 5.5rem;
    }

    .requests-grid .date-cell[b-wd3goxreko] {
        min-width: 7.25rem;
    }

    .actions-col[b-wd3goxreko],
    .actions-cell[b-wd3goxreko] {
        width: 78px;
        min-width: 78px;
        max-width: 78px;
    }

    .requests-grid td.actions-cell[b-wd3goxreko] {
        white-space: nowrap;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .data-grid-title-row[b-wd3goxreko] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .data-grid-title-row[b-wd3goxreko]  .pagination-wrapper {
        margin-left: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .data-grid-title-row[b-wd3goxreko] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .data-grid-title-row[b-wd3goxreko]  .pagination-wrapper {
        width: 100%;
        justify-content: stretch;
    }

    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls .btn {
        width: 100%;
        height: auto !important;
        min-height: 2rem !important;
        white-space: normal !important;
        text-align: center;
    }

    .requests-grid-container[b-wd3goxreko] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .requests-grid[b-wd3goxreko] {
        min-width: 860px;
        table-layout: auto;
    }

    .requests-grid th[b-wd3goxreko],
    .requests-grid td[b-wd3goxreko],
    .text-cell[b-wd3goxreko] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        vertical-align: top;
        min-width: 5.5rem;
    }

    .requests-grid .date-cell[b-wd3goxreko] {
        min-width: 7.25rem;
    }

    .actions-col[b-wd3goxreko],
    .actions-cell[b-wd3goxreko] {
        position: sticky;
        right: 0;
        width: 78px;
        min-width: 78px;
        max-width: 78px;
        z-index: 2;
        box-shadow: -1px 0 0 #ddd;
    }

    .actions-col[b-wd3goxreko] {
        z-index: 3;
        background: #1E3F6E;
    }

    .requests-grid td.actions-cell[b-wd3goxreko] {
        white-space: nowrap;
        vertical-align: middle;
        background: inherit;
    }
}

/* Final requests mobile toolbar/action override */
@media (max-width: 767.98px) {
    .data-grid-title-row[b-wd3goxreko] {
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.5rem !important;
        padding-bottom: 0.15rem;
    }

    .data-grid-title-row[b-wd3goxreko]  .pagination-wrapper,
    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls,
    .data-grid-title-row[b-wd3goxreko]  .pagination-controls {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        gap: 0.4rem !important;
        margin-left: auto !important;
    }

    .data-grid-title-row[b-wd3goxreko]  .config-pagination-controls .btn {
        width: auto !important;
        height: 1.9rem !important;
        min-height: 1.9rem !important;
        white-space: nowrap !important;
    }

    .actions-col[b-wd3goxreko],
    .actions-cell[b-wd3goxreko] {
        position: sticky !important;
        right: 0 !important;
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;
        z-index: 5 !important;
        box-shadow: -1px 0 0 #ddd, -8px 0 10px rgba(255,255,255,0.92) !important;
    }

    .actions-col[b-wd3goxreko] {
        color: #fff !important;
        background: #1E3F6E !important;
        z-index: 6 !important;
    }

    .requests-grid tbody tr td.actions-cell[b-wd3goxreko] {
        background: #fff !important;
    }

    .requests-grid tbody tr:nth-child(even) td.actions-cell[b-wd3goxreko] {
        background: #fbfcfe !important;
    }

    .requests-grid tbody tr:hover td.actions-cell[b-wd3goxreko] {
        background: #f5f7fb !important;
    }
}

.actions-col[b-wd3goxreko] {
    color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Publication-ready requests toolbar/action cleanup */
.data-grid-title-row[b-wd3goxreko] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
}

.data-grid-title-row[b-wd3goxreko]  .pagination-wrapper,
.data-grid-title-row[b-wd3goxreko]  .config-pagination-controls,
.data-grid-title-row[b-wd3goxreko]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 0.4rem !important;
}

.data-grid-title-row[b-wd3goxreko]  .pagination-wrapper {
    width: 100% !important;
    justify-content: flex-end !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
}

.data-grid-title-row[b-wd3goxreko]  .config-pagination-controls .btn {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media (max-width: 767.98px) {
    .actions-col[b-wd3goxreko],
    .actions-cell[b-wd3goxreko] {
        position: sticky !important;
        right: 0 !important;
        z-index: 20 !important;
        background: #fff !important;
        box-shadow: -1px 0 0 #ddd, -10px 0 12px rgba(255,255,255,0.96) !important;
    }

    .actions-col[b-wd3goxreko] {
        color: transparent !important;
        font-size: 0 !important;
        border: 0 !important;
        z-index: 30 !important;
    }

    .requests-grid tbody tr:nth-child(even) td.actions-cell[b-wd3goxreko] {
        background: #fbfcfe !important;
    }

    .requests-grid tbody tr:hover td.actions-cell[b-wd3goxreko] {
        background: #f5f7fb !important;
    }
}

/* Final requested requests grid corrections */
.data-grid-title-row[b-wd3goxreko] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.data-grid-title-row[b-wd3goxreko]  .pagination-wrapper {
    display: inline-flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 0.15rem !important;
}

.data-grid-title-row[b-wd3goxreko]  .config-pagination-controls,
.data-grid-title-row[b-wd3goxreko]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.4rem !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

.data-grid-title-row[b-wd3goxreko]  .config-pagination-controls .btn {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.actions-col[b-wd3goxreko] {
    color: transparent !important;
    font-size: 0 !important;
    background: #1E3F6E !important;
    border: 0 !important;
    box-shadow: -1px 0 0 #ddd, -10px 0 12px rgba(30,63,110,0.35) !important;
    z-index: 30 !important;
}

.actions-col *[b-wd3goxreko] {
    visibility: hidden !important;
}

.requests-grid tbody tr td.actions-cell[b-wd3goxreko] {
    background: #fff !important;
    z-index: 20 !important;
    box-shadow: -1px 0 0 #ddd, -10px 0 12px rgba(255,255,255,0.96) !important;
}

.requests-grid tbody tr:nth-child(even) td.actions-cell[b-wd3goxreko] {
    background: #fbfcfe !important;
}

.requests-grid tbody tr:hover td.actions-cell[b-wd3goxreko] {
    background: #f5f7fb !important;
}

/* Final desktop correction: no sticky separator in requests */
@media (min-width: 768px) {
    .actions-col[b-wd3goxreko],
    .actions-cell[b-wd3goxreko] {
        position: static !important;
        right: auto !important;
        box-shadow: none !important;
        border-left: 0 !important;
    }

    .actions-col[b-wd3goxreko] {
        color: transparent !important;
        font-size: 0 !important;
        background: #1E3F6E !important;
        border: 0 !important;
    }

    .actions-col *[b-wd3goxreko] {
        visibility: hidden !important;
    }

    .requests-grid tbody tr td.actions-cell[b-wd3goxreko] {
        background: inherit !important;
        box-shadow: none !important;
        border-left: 0 !important;
    }
}
/* Keep the empty actions header visually aligned with the other headers. */
.requests-grid th.actions-col[b-wd3goxreko] {
    padding: 3px 5px !important;
    height: auto !important;
    min-height: 0 !important;
    color: transparent !important;
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
    background: #1E3F6E !important;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    box-shadow: none !important;
}


/* Desktop column distribution for requests: compact dates, let text absorb remaining width. */
@media (min-width: 768px) {
    .requests-grid col.request-status-col[b-wd3goxreko] { width: 5.8rem; }
    .requests-grid col.request-user-col[b-wd3goxreko] { width: 6.8rem; }
    .requests-grid col.request-date-col[b-wd3goxreko] { width: 4.75rem; }
    .requests-grid col.request-type-col[b-wd3goxreko] { width: 8.4rem; }
    .requests-grid col.request-param-date-col[b-wd3goxreko] { width: 8.1rem; }
    .requests-grid col.request-text-col[b-wd3goxreko] { width: auto; max-width: 30%; }
    .requests-grid col.request-approver-col[b-wd3goxreko] { width: 6.6rem; }
    .requests-grid col.request-approval-col[b-wd3goxreko] { width: 4.75rem; }
    .requests-grid col.request-actions-col[b-wd3goxreko] { width: 4.2rem; }

    .requests-grid .date-cell[b-wd3goxreko] {
        min-width: 0 !important;
        width: 100% !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
        font-size: 0.74rem !important;
    }

    .requests-grid th[b-wd3goxreko],
    .requests-grid td[b-wd3goxreko] {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .requests-grid th.actions-col[b-wd3goxreko],
    .requests-grid td.actions-cell[b-wd3goxreko],
    .requests-grid .actions-col[b-wd3goxreko],
    .requests-grid .actions-cell[b-wd3goxreko] {
        width: 4.2rem !important;
        min-width: 4.2rem !important;
        max-width: 4.2rem !important;
    }
}

/* Requests desktop fit: date-only columns are dd/MM/yy, so keep them below the generic table min width. */
@media (min-width: 768px) {
    .requests-grid th.request-date-header[b-wd3goxreko],
    .requests-grid td.request-date-cell[b-wd3goxreko],
    .requests-grid th.request-approval-header[b-wd3goxreko],
    .requests-grid td.request-approval-cell[b-wd3goxreko] {
        width: 4.75rem !important;
        min-width: 4.75rem !important;
        max-width: 4.75rem !important;
    }

    .requests-grid td.text-cell[b-wd3goxreko] {
        max-width: 24rem !important;
    }
}
/* Final desktop fit for /requests/grid. These rules live in the component stylesheet so they win after config.css. */
@media (min-width: 768px) {
    table.requests-grid[b-wd3goxreko] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }

    table.requests-grid col.request-status-col[b-wd3goxreko] { width: 5.25rem !important; }
    table.requests-grid col.request-user-col[b-wd3goxreko] { width: 6.1rem !important; }
    table.requests-grid col.request-date-col[b-wd3goxreko] { width: 3.9rem !important; }
    table.requests-grid col.request-type-col[b-wd3goxreko] { width: 7.9rem !important; }
    table.requests-grid col.request-param-date-col[b-wd3goxreko] { width: 6.9rem !important; }
    table.requests-grid col.request-text-col[b-wd3goxreko] { width: 14rem !important; }
    table.requests-grid col.request-approver-col[b-wd3goxreko] { width: 5.8rem !important; }
    table.requests-grid col.request-approval-col[b-wd3goxreko] { width: 3.9rem !important; }
    table.requests-grid col.request-actions-col[b-wd3goxreko] { width: 3.35rem !important; }

    table.requests-grid th[b-wd3goxreko],
    table.requests-grid td[b-wd3goxreko] {
        min-width: 0 !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    table.requests-grid th.request-date-header[b-wd3goxreko],
    table.requests-grid td.request-date-cell[b-wd3goxreko],
    table.requests-grid th.request-approval-header[b-wd3goxreko],
    table.requests-grid td.request-approval-cell[b-wd3goxreko] {
        width: 3.9rem !important;
        min-width: 0 !important;
        max-width: 3.9rem !important;
    }

    table.requests-grid th.actions-col[b-wd3goxreko],
    table.requests-grid td.actions-cell[b-wd3goxreko],
    table.requests-grid .actions-col[b-wd3goxreko],
    table.requests-grid .actions-cell[b-wd3goxreko] {
        width: 3.35rem !important;
        min-width: 3.35rem !important;
        max-width: 3.35rem !important;
    }

    table.requests-grid th.actions-col[b-wd3goxreko] {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        line-height: 1.2 !important;
        height: auto !important;
        min-height: 0 !important;
        vertical-align: middle !important;
        font-size: 0 !important;
        background: #1E3F6E !important;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        box-shadow: none !important;
    }
}
/* Requests header height: the empty action header must occupy exactly the same row height. */
@media (min-width: 768px) {
    table.requests-grid thead th[b-wd3goxreko] {
        height: 1.35rem !important;
        max-height: 1.35rem !important;
        padding: 3px !important;
        line-height: 1.2 !important;
        box-sizing: border-box !important;
        vertical-align: middle !important;
    }

    table.requests-grid thead th.actions-col[b-wd3goxreko] {
        height: 1.35rem !important;
        max-height: 1.35rem !important;
        padding: 3px !important;
        line-height: 1.2 !important;
        font-size: 0 !important;
        overflow: hidden !important;
    }
}
/* _content/TheOfficeR/Components/Pages/Selection/SelectionPanel.razor.rz.scp.css */
.selection-grid[b-lpc7o5eihx] {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto auto auto;
    gap: 4px 12px;
    background: #235A9F;
    padding: 8px;
    border-radius: 6px;
    color: white;
}

.mobile-selectors[b-lpc7o5eihx] {
    display: none;
}

.small-label[b-lpc7o5eihx] {
    font-size: 0.70rem;
    font-weight: normal;
}

.cell.dates[b-lpc7o5eihx] {
    display: flex;
    align-items: center;
}

    .cell.dates input[type="date"][b-lpc7o5eihx],
    .cell.dates input[type="week"][b-lpc7o5eihx],
    .cell.dates input[type="month"][b-lpc7o5eihx] {
        width: 100%;
        padding: 2px 6px;
        border-radius: 4px;
        border: none;
        font-size: 0.75rem;
        height: 1.6rem;
    }


.date-range-preview[b-lpc7o5eihx] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.6rem;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
    white-space: nowrap;
}
.cell.pills[b-lpc7o5eihx] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.pill-container[b-lpc7o5eihx] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    gap: 4px;
    padding-bottom: 2px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 28px;
}

.groups-container[b-lpc7o5eihx],
.users-container[b-lpc7o5eihx] {
    min-width: 0 !important;
}

.pill-container[b-lpc7o5eihx]::-webkit-scrollbar {
    height: 6px;
}

.pill-container[b-lpc7o5eihx]::-webkit-scrollbar-thumb {
    background: #3379D9;
    border-radius: 3px;
}

.pill-container[b-lpc7o5eihx]::-webkit-scrollbar-track {
    background: #1E3F6E;
}

.pill[b-lpc7o5eihx] {
    padding: 4px 10px;
    background: #1E3F6E;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.75rem;
    transition: background 0.15s;
}

    .pill:hover[b-lpc7o5eihx] {
        background: #2A4F8A;
    }

    .pill.selected[b-lpc7o5eihx] {
        background: #3379D9;
        font-weight: bold;
    }

@media (max-width: 767.98px),
       (max-width: 1024px) and (max-height: 560px),
       (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .selection-grid[b-lpc7o5eihx] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 6px 8px;
        padding: 6px;
        font-size: 0.68rem;
    }

    .date-label[b-lpc7o5eihx],
    .selection-label[b-lpc7o5eihx],
    .desktop-pills[b-lpc7o5eihx] {
        display: none !important;
    }

    .cell.dates[b-lpc7o5eihx] {
        min-width: 0;
    }

        .cell.dates input[type="date"][b-lpc7o5eihx],
    .cell.dates input[type="week"][b-lpc7o5eihx],
    .cell.dates input[type="month"][b-lpc7o5eihx] {
            height: 1.45rem;
            min-width: 0;
            padding: 1px 4px;
            font-size: 0.68rem;
        }


    .date-range-preview[b-lpc7o5eihx] {
        height: 1.45rem;
        min-width: 0;
        padding: 1px 4px;
        font-size: 0.66rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-selectors[b-lpc7o5eihx] {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        gap: 5px;
        min-width: 0;
    }

    .mobile-filter[b-lpc7o5eihx] {
        min-width: 0;
    }

        .mobile-filter summary[b-lpc7o5eihx] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.55rem;
            min-height: 1.75rem;
            padding: 0.25rem 0.4rem;
            border-radius: 4px;
            background: #1E3F6E;
            cursor: pointer;
            font-size: 0.68rem;
            line-height: 1.1;
            list-style: none;
        }

            .mobile-filter summary[b-lpc7o5eihx]::-webkit-details-marker {
                display: none;
            }

            .mobile-filter summary[b-lpc7o5eihx]::after {
                content: "";
                flex: 0 0 auto;
                width: 0.4rem;
                height: 0.4rem;
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                transform: rotate(45deg);
                transition: transform 0.15s ease;
            }

        .mobile-filter[open] summary[b-lpc7o5eihx]::after {
            transform: rotate(225deg);
        }

    .mobile-selection-text[b-lpc7o5eihx] {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: 0.9;
    }

    .mobile-filter-options[b-lpc7o5eihx] {
        display: grid;
        gap: 2px;
        max-height: 42vh;
        margin-top: 4px;
        padding: 3px;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 4px;
        background: #17345F;
    }

    .mobile-option[b-lpc7o5eihx] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.55rem;
        width: 100%;
        min-height: 1.7rem;
        padding: 0.22rem 0.4rem;
        border: 0;
        border-radius: 4px;
        background: transparent;
        color: #fff;
        font-size: 0.68rem;
        line-height: 1.1;
        text-align: left;
    }

        .mobile-option span[b-lpc7o5eihx] {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .mobile-option .bi[b-lpc7o5eihx] {
            opacity: 0;
        }

        .mobile-option.selected[b-lpc7o5eihx] {
            background: #3379D9;
            font-weight: 600;
        }

            .mobile-option.selected .bi[b-lpc7o5eihx] {
                opacity: 1;
            }
}
/* _content/TheOfficeR/Components/Pages/TimeAttendance/PresenceControl.razor.rz.scp.css */
.presence-page[b-pj2q4fhagm] {
    max-width: 980px;
}

.presence-message[b-pj2q4fhagm] {
    white-space: pre-wrap;
}

.presence-loading[b-pj2q4fhagm] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.presence-panel[b-pj2q4fhagm] {
    border: 1px solid #d7dee8;
    border-radius: 0.35rem;
    background: #fff;
    padding: 0.75rem;
}

.presence-state-row[b-pj2q4fhagm] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.6rem;
}

.presence-label[b-pj2q4fhagm] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
}

.presence-value[b-pj2q4fhagm] {
    color: #1E3F6E;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.presence-meta-row[b-pj2q4fhagm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #475569;
    font-size: 0.76rem;
    padding: 0.45rem 0;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.presence-actions[b-pj2q4fhagm] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.presence-action[b-pj2q4fhagm] {
    min-height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid #d7dee8;
    border-radius: 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
    background: #fff;
    color: #1E3F6E;
}

.presence-action i[b-pj2q4fhagm] {
    font-size: 1.2rem;
}

.presence-action-primary[b-pj2q4fhagm] {
    color: #fff;
    background: #198754;
    border-color: #198754;
}

.presence-action-danger[b-pj2q4fhagm] {
    color: #fff;
    background: #dc3545;
    border-color: #dc3545;
}

.presence-action-secondary:hover[b-pj2q4fhagm],
.presence-action-secondary:focus[b-pj2q4fhagm] {
    color: #fff;
    background: #1E3F6E;
    border-color: #1E3F6E;
}

.presence-action:disabled[b-pj2q4fhagm] {
    cursor: default;
    opacity: 0.55;
}

@media (max-width: 767.98px) {
    .presence-panel[b-pj2q4fhagm] {
        padding: 0.6rem;
    }

    .presence-state-row[b-pj2q4fhagm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .presence-actions[b-pj2q4fhagm] {
        grid-template-columns: 1fr;
    }

    .presence-action[b-pj2q4fhagm] {
        min-height: 3.3rem;
        font-size: 0.88rem;
    }
}
/* _content/TheOfficeR/Components/Pages/TimeAttendance/TimeAttendanceChart.razor.rz.scp.css */
.time-attendance-chart-container[b-i5dfvdmsqz] {
    position: relative;
    width: 100%;
    height: 100%;
}

    .time-attendance-chart-container canvas[b-i5dfvdmsqz] {
        width: 100% !important;
        height: 100% !important;
    }

.chart-loading-overlay[b-i5dfvdmsqz] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
    border-radius: 6px;
}

.spinner[b-i5dfvdmsqz] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-i5dfvdmsqz 0.8s linear infinite;
}

@keyframes spin-b-i5dfvdmsqz {
    to {
        transform: rotate(360deg);
    }
}
.chart-error[b-i5dfvdmsqz] {
    position: absolute;
    inset: 8px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f1b7b7;
    border-radius: 6px;
    background: rgba(255, 245, 245, 0.96);
    color: #8a1f1f;
    font-size: 0.78rem;
    line-height: 1.25;
    text-align: center;
    overflow: auto;
}
/* _content/TheOfficeR/Components/Pages/TimeAttendance/TimeAttendanceDashboard.razor.rz.scp.css */
.time-attendance-dashboard-grid[b-m8fo9gqc9l] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70vh;
    max-width: 100%;
    overflow: hidden;
    gap: 20px;
}

.dashboard-item[b-m8fo9gqc9l] {
    background: white;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .time-attendance-dashboard-grid[b-m8fo9gqc9l] {
        grid-template-rows: 60vh;
    }
}
/* _content/TheOfficeR/Components/Pages/TimeAttendance/TimeAttendanceGrid.razor.rz.scp.css */
.time-attendance-grid-container[b-gc4bqh1dn2] {
    position: relative;
    margin-top: 8px;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 4px;
}

.time-attendance-grid[b-gc4bqh1dn2] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.78rem;
}

    .time-attendance-grid th[b-gc4bqh1dn2] {
        background: #1E3F6E;
        color: white;
        padding: 3px 5px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .time-attendance-grid td[b-gc4bqh1dn2] {
        padding: 2px 5px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.row-bold[b-gc4bqh1dn2] {
    font-weight: bold;
    background: #f5f7fb;
}

.row-comment td[b-gc4bqh1dn2] {
    color: #555;
    font-style: italic;
    background: #fafafa;
}

.row-blank td[b-gc4bqh1dn2] {
    height: 8px;
    border-bottom: none;
}

.grid-loading-state[b-gc4bqh1dn2] {
    min-height: clamp(220px, 42vh, 420px);
    background: rgba(247, 250, 254, 0.92);
    border: 1px solid #d7e2f1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.grid-loading-panel[b-gc4bqh1dn2] {
    min-width: min(260px, 92vw);
    border: 1px solid #cbd8ea;
    border-radius: 6px;
    background: white;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.grid-loading-text[b-gc4bqh1dn2] {
    color: #1E3F6E;
    font-size: 0.86rem;
    font-weight: 600;
}

.spinner[b-gc4bqh1dn2] {
    width: 36px;
    height: 36px;
    border: 4px solid #ccc;
    border-top-color: #0078d4;
    border-radius: 50%;
    animation: spin-b-gc4bqh1dn2 0.8s linear infinite;
}

@keyframes spin-b-gc4bqh1dn2 {
    to {
        transform: rotate(360deg);
    }
}

.grid-error[b-gc4bqh1dn2] {
    margin-top: 12px;
    color: #8a1f1f;
    font-size: 0.85rem;
}
.data-grid-title-row[b-gc4bqh1dn2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.data-grid-title[b-gc4bqh1dn2] {
    color: #1E3F6E;
    font-size: 0.95rem;
    font-weight: 600;
}

.data-grid-title-actions[b-gc4bqh1dn2] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .time-attendance-grid-container[b-gc4bqh1dn2] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-grid-title-row[b-gc4bqh1dn2] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .data-grid-title-actions[b-gc4bqh1dn2] {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0.45rem;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
        width: 100%;
        gap: 0.4rem;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar .btn,
    .data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls .btn {
        width: 100%;
        height: auto !important;
        min-height: 2rem !important;
        white-space: normal !important;
        text-align: center;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .pagination-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .time-attendance-grid[b-gc4bqh1dn2] {
        min-width: 840px;
        table-layout: auto;
    }

    .time-attendance-grid th[b-gc4bqh1dn2],
    .time-attendance-grid td[b-gc4bqh1dn2] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
        vertical-align: top;
        min-width: 5.5rem;
    }
}

/* Final time-attendance mobile toolbar override */
@media (max-width: 767.98px) {
    .data-grid-title-row[b-gc4bqh1dn2] {
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.5rem !important;
        padding-bottom: 0.15rem;
    }

    .data-grid-title-block[b-gc4bqh1dn2],
    .data-grid-title[b-gc4bqh1dn2] {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .data-grid-title-actions[b-gc4bqh1dn2] {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        margin-left: auto !important;
        gap: 0.4rem !important;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar,
    .data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls,
    .data-grid-title-actions[b-gc4bqh1dn2]  .pagination-controls {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        gap: 0.4rem !important;
    }

    .data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar .btn,
    .data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls .btn,
    .data-grid-back-button[b-gc4bqh1dn2] {
        width: auto !important;
        height: 1.9rem !important;
        min-height: 1.9rem !important;
        white-space: nowrap !important;
    }
}

/* Publication-ready data-grid toolbar cleanup */
.data-grid-title-row[b-gc4bqh1dn2] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
}

.data-grid-title-actions[b-gc4bqh1dn2] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.4rem !important;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
}

.data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar,
.data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls,
.data-grid-title-actions[b-gc4bqh1dn2]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 0.4rem !important;
}

.data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar .btn,
.data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls .btn,
.data-grid-back-button[b-gc4bqh1dn2] {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.data-grid-back-button[b-gc4bqh1dn2] {
    display: none !important;
}

/* Final requested toolbar scroll correction */
.data-grid-title-row[b-gc4bqh1dn2] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.35rem !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.data-grid-title-actions[b-gc4bqh1dn2] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    gap: 0.4rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.15rem !important;
}

.data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar,
.data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls,
.data-grid-title-actions[b-gc4bqh1dn2]  .pagination-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: auto !important;
    gap: 0.4rem !important;
    flex: 0 0 auto !important;
}

.data-grid-title-actions[b-gc4bqh1dn2]  .pagination-wrapper {
    display: inline-flex !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
}

.data-grid-title-actions[b-gc4bqh1dn2]  .table-transfer-toolbar .btn,
.data-grid-title-actions[b-gc4bqh1dn2]  .config-pagination-controls .btn,
.data-grid-back-button[b-gc4bqh1dn2] {
    flex: 0 0 8.25rem !important;
    width: 8.25rem !important;
    min-width: 8.25rem !important;
    max-width: 8.25rem !important;
    height: 1.95rem !important;
    min-height: 1.95rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.data-grid-back-button[b-gc4bqh1dn2] {
    display: none !important;
}
/* _content/TheOfficeR/Components/Pages/TimeAttendance/TimeAttendancePdfPreview.razor.rz.scp.css */
/* _content/TheOfficeR/Components/Pages/TimeAttendance/TimeAttendanceSummary.razor.rz.scp.css */
.time-attendance-summary-grid[b-kb45zhoxoy] {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 55vh 40vh;
    max-width: 100%;
    overflow: hidden;
    gap: 20px;
}

.summary-item[b-kb45zhoxoy] {
    background: white;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.summary-main[b-kb45zhoxoy] {
    grid-row: 1;
    grid-column: 1;
}

.summary-group[b-kb45zhoxoy] {
    grid-row: 1;
    grid-column: 2;
}

.summary-user[b-kb45zhoxoy] {
    grid-row: 2;
    grid-column: 1 / span 2;
}

@media (max-width: 900px) {
    .time-attendance-summary-grid[b-kb45zhoxoy] {
        grid-template-columns: 1fr;
        grid-template-rows: 50vh 45vh 45vh;
    }

    .summary-main[b-kb45zhoxoy],
    .summary-group[b-kb45zhoxoy],
    .summary-user[b-kb45zhoxoy] {
        grid-column: 1;
    }

    .summary-main[b-kb45zhoxoy] {
        grid-row: 1;
    }

    .summary-group[b-kb45zhoxoy] {
        grid-row: 2;
    }

    .summary-user[b-kb45zhoxoy] {
        grid-row: 3;
    }
}
