/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zudynddbwu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zudynddbwu] {
    flex: 1;
}

.sidebar[b-zudynddbwu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zudynddbwu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zudynddbwu]  a, .top-row[b-zudynddbwu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zudynddbwu]  a:hover, .top-row[b-zudynddbwu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zudynddbwu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zudynddbwu] {
        justify-content: space-between;
    }

    .top-row[b-zudynddbwu]  a, .top-row[b-zudynddbwu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zudynddbwu] {
        flex-direction: row;
    }

    .sidebar[b-zudynddbwu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zudynddbwu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zudynddbwu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zudynddbwu], article[b-zudynddbwu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zudynddbwu] {
    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-zudynddbwu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zwp51ct6u5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zwp51ct6u5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zwp51ct6u5] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zwp51ct6u5] {
    font-size: 1.1rem;
}

.bi[b-zwp51ct6u5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zwp51ct6u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zwp51ct6u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zwp51ct6u5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-zwp51ct6u5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zwp51ct6u5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zwp51ct6u5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zwp51ct6u5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zwp51ct6u5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zwp51ct6u5]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zwp51ct6u5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zwp51ct6u5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zwp51ct6u5] {
        display: none;
    }

    .nav-scrollable[b-zwp51ct6u5] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9irjbspzej],
.components-reconnect-repeated-attempt-visible[b-9irjbspzej],
.components-reconnect-failed-visible[b-9irjbspzej],
.components-pause-visible[b-9irjbspzej],
.components-resume-failed-visible[b-9irjbspzej],
.components-rejoining-animation[b-9irjbspzej] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-retrying[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-failed[b-9irjbspzej],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9irjbspzej] {
    display: block;
}


#components-reconnect-modal[b-9irjbspzej] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9irjbspzej 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9irjbspzej 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9irjbspzej 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9irjbspzej]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9irjbspzej 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9irjbspzej {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9irjbspzej {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9irjbspzej {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9irjbspzej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9irjbspzej] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9irjbspzej] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9irjbspzej] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9irjbspzej] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9irjbspzej] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9irjbspzej] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9irjbspzej 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9irjbspzej] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9irjbspzej {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Case/CaseTimelines.razor.rz.scp.css */
.timeline-page[b-ojm0z76vce] {
    color: #0f172a;
    padding: 18px 0 34px;
    width: 100%;
}

.timeline-page *[b-ojm0z76vce] {
    box-sizing: border-box;
}

.timeline-page-header[b-ojm0z76vce] {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.timeline-eyebrow[b-ojm0z76vce] {
    color: #6366f1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.timeline-page-header h1[b-ojm0z76vce] {
    font-size: 36px;
    font-weight: 750;
    letter-spacing: 0;
    margin: 0;
}

.timeline-page-header p[b-ojm0z76vce] {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 9px 0 0;
    max-width: 760px;
}

.timeline-header-actions[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.timeline-summary-grid[b-ojm0z76vce] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
}

.summary-card[b-ojm0z76vce] {
    align-items: center;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .035);
    display: flex;
    gap: 14px;
    padding: 18px;
}

.summary-icon[b-ojm0z76vce] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex: none;
    font-size: 18px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.summary-icon.activity[b-ojm0z76vce] { background: #fff7ed; color: #d97706; }
.summary-icon.hearings[b-ojm0z76vce] { background: #ede9fe; color: #7c3aed; }
.summary-icon.documents[b-ojm0z76vce] { background: #dbeafe; color: #2563eb; }
.summary-icon.upcoming[b-ojm0z76vce] { background: #dcfce7; color: #16a34a; }

.summary-value[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.summary-label[b-ojm0z76vce] {
    color: #64748b;
    font-size: 12px;
}

.case-summary-card[b-ojm0z76vce],
.case-stage-card[b-ojm0z76vce],
.timeline-section-card[b-ojm0z76vce],
.timeline-sidebar-card[b-ojm0z76vce] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(15, 23, 42, .04);
}

.case-summary-card[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 22px 24px;
}

.case-summary-main[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.case-icon[b-ojm0z76vce] {
    align-items: center;
    background: #eef2ff;
    border-radius: 8px;
    color: #4338ca;
    display: flex;
    flex: none;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.case-reference[b-ojm0z76vce] {
    color: #6366f1;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
}

.case-summary-main h2[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 22px;
    margin: 0;
}

.case-meta[b-ojm0z76vce] {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    margin-top: 7px;
}

.case-summary-status[b-ojm0z76vce] {
    flex: none;
    width: 250px;
}

.status-badge[b-ojm0z76vce] {
    background: #dcfce7;
    border-radius: 999px;
    color: #15803d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 5px 9px;
}

.case-progress-info[b-ojm0z76vce] {
    color: #64748b;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.case-progress-info strong[b-ojm0z76vce] {
    color: #172033;
}

.progress-track[b-ojm0z76vce] {
    background: #eef2f7;
    border-radius: 999px;
    height: 6px;
    margin-top: 7px;
    overflow: hidden;
}

.progress-value[b-ojm0z76vce] {
    background: #4338ca;
    border-radius: 999px;
    height: 100%;
}

.case-stage-card[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
    overflow-x: auto;
    padding: 20px 22px;
}

.stage-item[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    flex: none;
    gap: 9px;
}

.stage-circle[b-ojm0z76vce] {
    align-items: center;
    background: #f1f5f9;
    border-radius: 50%;
    color: #94a3b8;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.stage-item.completed .stage-circle[b-ojm0z76vce] {
    background: #dcfce7;
    color: #15803d;
}

.stage-item.active .stage-circle[b-ojm0z76vce] {
    background: #4338ca;
    box-shadow: 0 0 0 5px #eef2ff;
    color: #fff;
}

.stage-info[b-ojm0z76vce] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stage-info strong[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 13px;
}

.stage-info span[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 11px;
}

.stage-item.active strong[b-ojm0z76vce] {
    color: #4338ca;
}

.stage-connector[b-ojm0z76vce] {
    background: #e2e8f0;
    flex: 1;
    height: 2px;
    margin: 0 12px;
    min-width: 40px;
}

.stage-connector.completed[b-ojm0z76vce] {
    background: #86efac;
}

.stage-connector.active[b-ojm0z76vce] {
    background: #a5b4fc;
}

.timeline-layout[b-ojm0z76vce] {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.timeline-section-card[b-ojm0z76vce] {
    padding: 22px;
}

.timeline-section-header[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.timeline-section-header h2[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 21px;
    margin: 0 0 4px;
}

.timeline-section-header p[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 13px;
    margin: 0;
}

.timeline-filters[b-ojm0z76vce] {
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    padding: 4px;
}

.filter-btn[b-ojm0z76vce] {
    background: transparent;
    border: 0;
    border-radius: 7px;
    color: #64748b;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    padding: 0 12px;
}

.filter-btn.active[b-ojm0z76vce] {
    background: #fff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
    color: #4338ca;
}

.timeline-date-label[b-ojm0z76vce] {
    background: #f1f5f9;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    margin: 2px 0 16px 60px;
    padding: 6px 12px;
}

.timeline-event[b-ojm0z76vce] {
    display: grid;
    gap: 16px;
    grid-template-columns: 46px minmax(0, 1fr);
}

.timeline-track[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.event-icon[b-ojm0z76vce] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    overflow: hidden;
    width: 44px;
    z-index: 1;
}

.timeline-line[b-ojm0z76vce] {
    background: #e8edf5;
    flex: 1;
    margin-top: 5px;
    min-height: 22px;
    width: 2px;
}

.event-content[b-ojm0z76vce] {
    padding-bottom: 18px;
}

.event-card[b-ojm0z76vce] {
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    padding: 20px 22px;
    transition: .2s ease;
}

.event-card:hover[b-ojm0z76vce] {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .055);
}

.event-card.important[b-ojm0z76vce] {
    border-left: 3px solid var(--event-color);
}

.event-card-header[b-ojm0z76vce] {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.event-card h3[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 16px;
    margin: 0 0 4px;
}

.event-meta[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 11px;
}

.event-type[b-ojm0z76vce] {
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    height: max-content;
    padding: 6px 10px;
}

.event-card p[b-ojm0z76vce] {
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
    margin: 13px 0 0;
    padding-top: 12px;
}

.event-footer[b-ojm0z76vce] {
    align-items: center;
    color: #94a3b8;
    display: flex;
    font-size: 12px;
    gap: 12px;
    justify-content: space-between;
    margin-top: 12px;
}

.event-footer a[b-ojm0z76vce] {
    color: #4338ca;
    font-weight: 800;
    text-decoration: none;
}

.timeline-empty[b-ojm0z76vce] {
    color: #94a3b8;
    padding: 32px;
    text-align: center;
}

.timeline-sidebar[b-ojm0z76vce] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.timeline-sidebar-card[b-ojm0z76vce] {
    padding: 20px;
}

.sidebar-header h3[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
}

.upcoming-event[b-ojm0z76vce] {
    color: inherit;
    display: flex;
    gap: 11px;
    padding: 12px 0;
    text-decoration: none;
}

.upcoming-event:not(:last-child)[b-ojm0z76vce] {
    border-bottom: 1px solid #f1f5f9;
}

.date-box[b-ojm0z76vce] {
    align-items: center;
    background: #ede9fe;
    border-radius: 8px;
    color: #7c3aed;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 54px;
    justify-content: center;
    width: 50px;
}

.date-box strong[b-ojm0z76vce] {
    font-size: 19px;
    line-height: 1;
}

.date-box span[b-ojm0z76vce] {
    font-size: 10px;
    font-weight: 800;
    margin-top: 3px;
}

.upcoming-info[b-ojm0z76vce] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.upcoming-info strong[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 12px;
}

.upcoming-info span[b-ojm0z76vce] {
    color: #4338ca;
    font-size: 11px;
    font-weight: 800;
}

.upcoming-info small[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 10px;
}

.team-member[b-ojm0z76vce],
.activity-stat[b-ojm0z76vce] {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 9px 0;
}

.team-avatar[b-ojm0z76vce],
.stat-icon[b-ojm0z76vce] {
    align-items: center;
    background: #eef2ff;
    border-radius: 8px;
    color: #4338ca;
    display: flex;
    flex: none;
    font-size: 12px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.team-avatar.secondary[b-ojm0z76vce] {
    background: #ecfeff;
    color: #0891b2;
}

.team-member > div:last-child[b-ojm0z76vce],
.activity-stat > div[b-ojm0z76vce] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.team-member strong[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 12px;
}

.team-member span[b-ojm0z76vce],
.activity-stat span[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 11px;
}

.stat-icon.documents[b-ojm0z76vce] { background: #dbeafe; color: #2563eb; }
.stat-icon.hearings[b-ojm0z76vce] { background: #ede9fe; color: #7c3aed; }
.stat-icon.notes[b-ojm0z76vce] { background: #fef3c7; color: #d97706; }

.activity-stat strong[b-ojm0z76vce] {
    color: #0f172a;
    font-size: 17px;
}

.muted[b-ojm0z76vce] {
    color: #94a3b8;
    font-size: 12px;
}

@media (max-width: 1180px) {
    .timeline-layout[b-ojm0z76vce] {
        grid-template-columns: 1fr;
    }

    .timeline-sidebar[b-ojm0z76vce] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .timeline-page-header[b-ojm0z76vce],
    .case-summary-card[b-ojm0z76vce],
    .timeline-section-header[b-ojm0z76vce] {
        align-items: stretch;
        flex-direction: column;
    }

    .timeline-summary-grid[b-ojm0z76vce],
    .timeline-sidebar[b-ojm0z76vce] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .case-summary-status[b-ojm0z76vce] {
        width: 100%;
    }

    .case-stage-card[b-ojm0z76vce] {
        padding: 16px;
    }
}

@media (max-width: 640px) {
    .timeline-page-header h1[b-ojm0z76vce] {
        font-size: 30px;
    }

    .timeline-header-actions[b-ojm0z76vce],
    .timeline-summary-grid[b-ojm0z76vce],
    .timeline-sidebar[b-ojm0z76vce] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .timeline-filters[b-ojm0z76vce] {
        overflow-x: auto;
    }

    .event-card-header[b-ojm0z76vce],
    .event-footer[b-ojm0z76vce] {
        align-items: flex-start;
        flex-direction: column;
    }

    .timeline-event[b-ojm0z76vce] {
        gap: 10px;
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .event-icon[b-ojm0z76vce] {
        height: 32px;
        width: 32px;
    }

    .timeline-date-label[b-ojm0z76vce] {
        margin-left: 44px;
    }
}
/* /Components/Pages/Document/Documents.razor.rz.scp.css */
.document-page-actions[b-sckan9995h] {
    display: flex;
    justify-content: flex-end;
    margin: -28px 0 28px;
}

.document-inline-link[b-sckan9995h] {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.document-action-frame[b-sckan9995h] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 5px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.document-action-frame a[b-sckan9995h],
.document-action-frame button[b-sckan9995h] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: #f7f9ff;
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.document-action-frame .danger[b-sckan9995h] {
    color: #ef4444;
    background: #fff1f2;
}

.document-action-frame [data-sa-tooltip][b-sckan9995h]::after {
    content: attr(data-sa-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(4px);
    padding: 6px 9px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .15s ease, transform .15s ease;
    z-index: 20;
}

.document-action-frame [data-sa-tooltip]:hover[b-sckan9995h]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.document-detail-modal[b-sckan9995h] {
    display: grid;
    gap: 18px;
}

.document-detail-title[b-sckan9995h] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    background: #f8fbff;
}

.document-detail-title > span[b-sckan9995h] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eef2ff;
    color: var(--primary);
}

.document-detail-title strong[b-sckan9995h],
.document-detail-title small[b-sckan9995h] {
    display: block;
}

.document-detail-title small[b-sckan9995h],
.document-detail-grid span[b-sckan9995h],
.document-detail-section span[b-sckan9995h] {
    color: var(--muted);
}

.document-detail-grid[b-sckan9995h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.document-detail-grid div[b-sckan9995h],
.document-detail-section[b-sckan9995h] {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #fff;
}

.document-detail-grid span[b-sckan9995h],
.document-detail-section span[b-sckan9995h] {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 800;
}

.document-detail-section p[b-sckan9995h] {
    margin: 0;
    color: var(--text);
}

.document-version-list[b-sckan9995h] {
    display: grid;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 6px;
    overscroll-behavior: contain;
}

.document-version-list[b-sckan9995h]::-webkit-scrollbar {
    width: 8px;
}

.document-version-list[b-sckan9995h]::-webkit-scrollbar-track {
    background: #eef2f7;
    border-radius: 999px;
}

.document-version-list[b-sckan9995h]::-webkit-scrollbar-thumb {
    background: #c7d2fe;
    border-radius: 999px;
}

.document-version-item[b-sckan9995h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #f8fafc;
}

.document-version-item.is-current[b-sckan9995h] {
    border-color: rgba(79, 70, 229, 0.45);
    background: #f4f3ff;
}

.document-version-item strong[b-sckan9995h],
.document-version-item small[b-sckan9995h] {
    display: block;
}

.document-version-item small[b-sckan9995h] {
    margin-top: 3px;
    color: var(--muted);
}

@media (max-width: 760px) {
    .document-page-actions[b-sckan9995h] {
        justify-content: stretch;
        margin: 0 0 18px;
    }

    .document-version-item[b-sckan9995h] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Hearing/Hearings.razor.rz.scp.css */
.module-inline-link[b-ogs9zf20ak] {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.module-detail-grid[b-ogs9zf20ak] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.module-detail-grid div[b-ogs9zf20ak],
.module-detail-section[b-ogs9zf20ak] {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #fff;
}

.module-detail-grid span[b-ogs9zf20ak],
.module-detail-section span[b-ogs9zf20ak] {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.module-detail-grid strong[b-ogs9zf20ak] {
    color: var(--text);
}

.module-detail-section[b-ogs9zf20ak] {
    margin-top: 12px;
}

.module-detail-section p[b-ogs9zf20ak] {
    margin: 0;
    color: var(--text);
}
/* /Components/Pages/Settings/Calendar.razor.rz.scp.css */
.calendar-page[b-bczpae1esu] {
    color: #0f172a;
    margin: 0;
    max-width: none;
    padding: 18px 0 34px;
    width: 100%;
}

.calendar-page-header[b-bczpae1esu] {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.calendar-page-eyebrow[b-bczpae1esu] {
    color: #6366f1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.calendar-page-title[b-bczpae1esu] {
    font-size: 31px;
    font-weight: 750;
    letter-spacing: 0;
    margin: 0;
}

.calendar-page-subtitle[b-bczpae1esu] {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 9px 0 0;
    max-width: 760px;
}

.calendar-header-actions[b-bczpae1esu],
.calendar-toolbar-left[b-bczpae1esu],
.calendar-toolbar-right[b-bczpae1esu],
.calendar-nav-group[b-bczpae1esu],
.calendar-filter-list[b-bczpae1esu] {
    align-items: center;
    display: flex;
}

.calendar-header-actions[b-bczpae1esu] {
    gap: 12px;
}

.calendar-btn[b-bczpae1esu] {
    align-items: center;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    height: 46px;
    justify-content: center;
    padding: 0 18px;
    text-decoration: none;
}

.calendar-btn-secondary[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
}

.calendar-btn-primary[b-bczpae1esu] {
    background: #4338ca;
    box-shadow: 0 10px 24px rgba(67, 56, 202, .2);
    color: #fff;
}

.calendar-summary-grid[b-bczpae1esu] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
}

.summary-card[b-bczpae1esu] {
    align-items: center;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .035);
    display: flex;
    gap: 14px;
    min-height: 86px;
    padding: 18px;
}

.summary-icon[b-bczpae1esu] {
    align-items: center;
    border-radius: 14px;
    display: flex;
    flex: none;
    font-size: 18px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.summary-icon.hearings[b-bczpae1esu] { background: #ede9fe; color: #7c3aed; }
.summary-icon.meetings[b-bczpae1esu] { background: #dbeafe; color: #2563eb; }
.summary-icon.tasks[b-bczpae1esu] { background: #dcfce7; color: #16a34a; }
.summary-icon.deadlines[b-bczpae1esu] { background: #fee2e2; color: #dc2626; }

.summary-value[b-bczpae1esu] {
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.summary-label[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
}

.calendar-layout[b-bczpae1esu] {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.calendar-layout.agenda-layout[b-bczpae1esu] {
    grid-template-columns: 1fr;
}

.calendar-main-card[b-bczpae1esu],
.calendar-sidebar-card[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    box-shadow: 0 10px 32px rgba(15, 23, 42, .04);
}

.calendar-toolbar[b-bczpae1esu] {
    align-items: center;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    min-height: 82px;
    padding: 21px 22px;
}

.calendar-toolbar-left[b-bczpae1esu],
.calendar-toolbar-right[b-bczpae1esu],
.calendar-nav-group[b-bczpae1esu] {
    gap: 10px;
}

.calendar-nav-btn[b-bczpae1esu],
.calendar-today-btn[b-bczpae1esu] {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #475569;
    cursor: pointer;
    display: flex;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.calendar-nav-btn[b-bczpae1esu] {
    width: 38px;
}

.calendar-today-btn[b-bczpae1esu] {
    color: #334155;
    font-size: 12px;
    padding: 0 14px;
}

.calendar-nav-btn:hover[b-bczpae1esu],
.calendar-today-btn:hover[b-bczpae1esu] {
    background: #f8fafc;
    border-color: #c7d2fe;
    color: #4338ca;
}

.calendar-month-title[b-bczpae1esu] {
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.calendar-search[b-bczpae1esu] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    gap: 9px;
    height: 40px;
    padding: 0 13px;
    width: 220px;
}

.calendar-search span[b-bczpae1esu] {
    color: #94a3b8;
}

.calendar-search input[b-bczpae1esu] {
    background: transparent;
    border: 0;
    color: #334155;
    font-size: 13px;
    outline: 0;
    width: 100%;
}

.calendar-select[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
}

.calendar-view-toggle[b-bczpae1esu] {
    align-items: center;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    gap: 4px;
    padding: 4px;
}

.calendar-view-btn[b-bczpae1esu] {
    background: transparent;
    border: 0;
    border-radius: 9px;
    color: #64748b;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    padding: 0 12px;
}

.calendar-view-btn:disabled[b-bczpae1esu] {
    cursor: default;
    opacity: 1;
}

.calendar-view-btn.active[b-bczpae1esu] {
    background: #fff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
    color: #4338ca;
}

.calendar-filter-bar[b-bczpae1esu] {
    align-items: center;
    background: #fbfcfe;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 66px;
    padding: 14px 22px;
}

.calendar-filter-list[b-bczpae1esu] {
    flex-wrap: wrap;
    gap: 9px;
}

.calendar-filter-chip[b-bczpae1esu] {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
}

.calendar-filter-chip.active[b-bczpae1esu] {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #4338ca;
}

.filter-dot[b-bczpae1esu] {
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.filter-dot.hearing[b-bczpae1esu] { background: #7c3aed; }
.filter-dot.meeting[b-bczpae1esu] { background: #2563eb; }

.calendar-filter-meta[b-bczpae1esu] {
    color: #94a3b8;
    font-size: 12px;
}

.calendar-grid[b-bczpae1esu] {
    border-collapse: collapse;
    column-gap: 0;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: hidden;
    row-gap: 0;
}

.calendar-weekday[b-bczpae1esu] {
    align-items: center;
    background: #fbfcfe;
    border-bottom: 1px solid #edf1f7;
    border-right: 1px solid #edf1f7;
    color: #64748b;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .4px;
    min-height: 48px;
    text-transform: uppercase;
}

.calendar-weekday:nth-child(7)[b-bczpae1esu] {
    border-right: 0;
}

.calendar-day[b-bczpae1esu] {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    border-right: 1px solid #edf1f7;
    color: inherit;
    cursor: pointer;
    display: block;
    min-height: 152px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: left;
    transition: .2s ease;
    width: 100%;
}

.calendar-day + .calendar-day[b-bczpae1esu],
.calendar-weekday + .calendar-weekday[b-bczpae1esu] {
    margin-left: 0;
}

.calendar-day:nth-child(7n)[b-bczpae1esu] {
    border-right: 0;
}

.calendar-day:hover[b-bczpae1esu] {
    background: #fafbff;
}

.calendar-day.other-month[b-bczpae1esu] {
    background: #fafbfc;
}

.calendar-day.other-month .calendar-day-number[b-bczpae1esu] {
    color: #cbd5e1;
}

.calendar-day.today[b-bczpae1esu] {
    background: #fafaff;
}

.calendar-day.today[b-bczpae1esu]::before,
.calendar-day.selected[b-bczpae1esu]::before {
    border: 1px solid #c7d2fe;
    border-radius: 18px;
    content: "";
    inset: 5px;
    pointer-events: none;
    position: absolute;
}

.calendar-day.selected[b-bczpae1esu]::before {
    border-color: #4338ca;
}

.calendar-day-header[b-bczpae1esu] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    min-height: 27px;
}

.calendar-day-number[b-bczpae1esu] {
    align-items: center;
    border-radius: 8px;
    color: #334155;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.calendar-day.today .calendar-day-number[b-bczpae1esu] {
    background: #4338ca;
    box-shadow: 0 6px 14px rgba(67, 56, 202, .2);
    color: #fff;
}

.calendar-day-count[b-bczpae1esu] {
    color: #94a3b8;
    font-size: 10px;
}

.calendar-events[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.calendar-event[b-bczpae1esu] {
    align-items: center;
    border-left: 3px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 7px;
    min-height: 31px;
    overflow: hidden;
    padding: 6px 8px;
    text-decoration: none;
    transition: .2s ease;
    width: 100%;
}

.calendar-event:hover[b-bczpae1esu] {
    box-shadow: 0 6px 14px rgba(15, 23, 42, .06);
    transform: translateX(2px);
}

.calendar-event-icon[b-bczpae1esu] {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex: none;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.calendar-event-content[b-bczpae1esu] {
    flex: 1;
    min-width: 0;
}

.calendar-event-title[b-bczpae1esu] {
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-event-time[b-bczpae1esu] {
    color: #64748b;
    font-size: 10px;
    margin-top: 1px;
}

.calendar-event.hearing[b-bczpae1esu] {
    background: #f5f3ff;
    border-left-color: #7c3aed;
}

.calendar-event.hearing .calendar-event-icon[b-bczpae1esu] {
    background: #ede9fe;
    color: #7c3aed;
}

.calendar-event.meeting[b-bczpae1esu] {
    background: #eff6ff;
    border-left-color: #2563eb;
}

.calendar-event.meeting .calendar-event-icon[b-bczpae1esu] {
    background: #dbeafe;
    color: #2563eb;
}

.calendar-more-events[b-bczpae1esu] {
    color: #6366f1;
    font-size: 10px;
    font-weight: 800;
    margin-top: 2px;
    padding-left: 7px;
}

.calendar-sidebar[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.calendar-sidebar-card[b-bczpae1esu] {
    padding: 20px;
    border-radius: 22px;
}

.sidebar-card-header[b-bczpae1esu] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 17px;
}

.sidebar-card-header h3[b-bczpae1esu] {
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.sidebar-card-header button[b-bczpae1esu] {
    background: transparent;
    border: 0;
    color: #4338ca;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.selected-date-card[b-bczpae1esu] {
    background: #4338ca;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(67, 56, 202, .22);
    color: #fff;
    padding: 20px;
}

.selected-date-top[b-bczpae1esu] {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.selected-date-day[b-bczpae1esu] {
    font-size: 13px;
    opacity: .78;
}

.selected-date-number[b-bczpae1esu] {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-top: 2px;
}

.selected-date-month[b-bczpae1esu] {
    font-size: 13px;
    margin-top: 7px;
    opacity: .88;
}

.selected-date-icon[b-bczpae1esu] {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border-radius: 13px;
    display: flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.selected-date-footer[b-bczpae1esu] {
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 12px;
    margin-top: 18px;
    opacity: .9;
    padding-top: 15px;
}

.schedule-item[b-bczpae1esu],
.upcoming-item[b-bczpae1esu],
.reminder-item[b-bczpae1esu] {
    color: inherit;
    text-decoration: none;
}

.schedule-button[b-bczpae1esu],
.upcoming-button[b-bczpae1esu] {
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.schedule-item[b-bczpae1esu] {
    display: grid;
    gap: 12px;
    grid-template-columns: 48px 1fr;
    padding-bottom: 16px;
}

.schedule-item:last-child[b-bczpae1esu] {
    padding-bottom: 0;
}

.schedule-time[b-bczpae1esu] {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    padding-top: 3px;
}

.schedule-content[b-bczpae1esu] {
    background: #f8fafc;
    border: 1px solid #edf1f7;
    border-radius: 13px;
    padding: 11px 12px;
}

.schedule-content.hearing[b-bczpae1esu] { border-left: 3px solid #7c3aed; }
.schedule-content.meeting[b-bczpae1esu] { border-left: 3px solid #2563eb; }

.schedule-title[b-bczpae1esu] {
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.schedule-meta[b-bczpae1esu] {
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 4px;
}

.upcoming-item[b-bczpae1esu] {
    align-items: center;
    border-bottom: 1px solid #edf1f7;
    display: grid;
    gap: 12px;
    grid-template-columns: 46px 1fr 12px;
    padding: 12px 0;
}

.upcoming-item:last-child[b-bczpae1esu] {
    border-bottom: 0;
}

.upcoming-date[b-bczpae1esu] {
    align-items: center;
    background: #ede9fe;
    border-radius: 13px;
    color: #7c3aed;
    display: flex;
    flex-direction: column;
    height: 46px;
    justify-content: center;
}

.upcoming-date.meeting[b-bczpae1esu] {
    background: #dbeafe;
    color: #2563eb;
}

.upcoming-date strong[b-bczpae1esu] {
    font-size: 18px;
    line-height: 1;
}

.upcoming-date span[b-bczpae1esu] {
    font-size: 10px;
    font-weight: 800;
    margin-top: 3px;
    text-transform: uppercase;
}

.upcoming-title[b-bczpae1esu] {
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

.upcoming-meta[b-bczpae1esu] {
    color: #64748b;
    font-size: 11px;
    margin-top: 3px;
}

.upcoming-arrow[b-bczpae1esu] {
    color: #94a3b8;
    font-size: 18px;
}

.reminder-item[b-bczpae1esu] {
    align-items: center;
    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap: 12px;
    padding: 12px 0;
}

.reminder-item:last-child[b-bczpae1esu] {
    border-bottom: 0;
}

.reminder-icon[b-bczpae1esu] {
    align-items: center;
    background: #eef2ff;
    border-radius: 13px;
    color: #4338ca;
    display: flex;
    flex: none;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.reminder-item strong[b-bczpae1esu],
.reminder-item span[b-bczpae1esu],
.reminder-item small[b-bczpae1esu] {
    display: block;
}

.reminder-item strong[b-bczpae1esu] {
    font-size: 13px;
}

.reminder-item span[b-bczpae1esu] {
    color: #4338ca;
    font-size: 12px;
    margin-top: 2px;
}

.reminder-item small[b-bczpae1esu],
.empty-copy[b-bczpae1esu] {
    color: #94a3b8;
    font-size: 12px;
}

.grid-view-shell .calendar-toolbar[b-bczpae1esu] {
    align-items: center;
}

.grid-view-subtitle[b-bczpae1esu] {
    color: #64748b;
    font-size: 13px;
    margin: 4px 0 0;
}

.schedule-table-wrap[b-bczpae1esu] {
    overflow-x: auto;
    width: 100%;
}

.schedule-table[b-bczpae1esu] {
    border-collapse: collapse;
    min-width: 1050px;
    width: 100%;
}

.schedule-table th[b-bczpae1esu] {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 12px;
    padding: 14px 16px;
    text-align: left;
}

.schedule-table td[b-bczpae1esu] {
    border-bottom: 1px solid #edf1f6;
    font-size: 13px;
    padding: 15px 16px;
    vertical-align: middle;
}

.schedule-table td small[b-bczpae1esu] {
    color: #94a3b8;
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

.schedule-table a[b-bczpae1esu] {
    color: #4338ca;
    text-decoration: none;
}

.event-title-link[b-bczpae1esu] {
    font-weight: 800;
}

.type-badge[b-bczpae1esu],
.schedule-status[b-bczpae1esu] {
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 9px;
}

.type-badge.hearing[b-bczpae1esu] {
    background: #ede9fe;
    color: #6d28d9;
}

.type-badge.meeting[b-bczpae1esu] {
    background: #cffafe;
    color: #0e7490;
}

.schedule-status.upcoming[b-bczpae1esu] {
    background: #dcfce7;
    color: #15803d;
}

.schedule-status.completed[b-bczpae1esu] {
    background: #f1f5f9;
    color: #64748b;
}

.grid-empty[b-bczpae1esu] {
    color: #94a3b8;
    padding: 32px !important;
    text-align: center !important;
}

.week-grid[b-bczpae1esu] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    min-height: 620px;
}

.week-day-column[b-bczpae1esu] {
    border-right: 1px solid #edf1f7;
    min-width: 0;
}

.week-day-column:last-child[b-bczpae1esu] {
    border-right: 0;
}

.week-day-column.selected[b-bczpae1esu] {
    background: #fafaff;
}

.week-day-header[b-bczpae1esu] {
    align-items: center;
    background: #fbfcfe;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 92px;
    padding: 14px 8px;
    width: 100%;
}

.week-day-header span[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.week-day-header strong[b-bczpae1esu] {
    font-size: 24px;
}

.week-day-header small[b-bczpae1esu] {
    color: #94a3b8;
    font-size: 11px;
}

.week-day-events[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.week-event[b-bczpae1esu],
.day-event[b-bczpae1esu],
.agenda-event[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-left: 3px solid #7c3aed;
    border-radius: 14px;
    color: #0f172a;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.week-event[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 82px;
    padding: 12px;
}

.week-event.meeting[b-bczpae1esu],
.day-event.meeting[b-bczpae1esu],
.agenda-event.meeting[b-bczpae1esu] {
    border-left-color: #2563eb;
}

.week-event strong[b-bczpae1esu],
.week-event small[b-bczpae1esu] {
    color: #64748b;
    font-size: 11px;
}

.week-event span[b-bczpae1esu] {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.day-view[b-bczpae1esu] {
    display: grid;
    gap: 24px;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 520px;
    padding: 22px;
}

.day-view-date[b-bczpae1esu] {
    background: #4338ca;
    border-radius: 22px;
    color: #fff;
    min-height: 220px;
    padding: 22px;
}

.day-view-date span[b-bczpae1esu],
.day-view-date small[b-bczpae1esu] {
    display: block;
    opacity: .85;
}

.day-view-date strong[b-bczpae1esu] {
    display: block;
    font-size: 64px;
    line-height: 1;
    margin: 12px 0;
}

.day-view-events[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.day-event[b-bczpae1esu] {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: 110px 1fr;
    padding: 14px;
}

.day-event-time[b-bczpae1esu] {
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    color: #4338ca;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
}

.day-event-body[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.day-event-body strong[b-bczpae1esu] {
    font-size: 15px;
}

.day-event-body span[b-bczpae1esu],
.day-event-body small[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
}

.day-empty[b-bczpae1esu] {
    align-items: center;
    border: 1px dashed #dbe3ef;
    border-radius: 18px;
    color: #94a3b8;
    display: flex;
    justify-content: center;
    min-height: 220px;
}

.agenda-view[b-bczpae1esu] {
    padding: 18px 22px 24px;
}

.agenda-date-label[b-bczpae1esu] {
    background: #f1f5f9;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin: 16px 0 10px;
    padding: 7px 12px;
}

.agenda-event[b-bczpae1esu] {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 96px 38px minmax(0, 1fr) 100px;
    margin-bottom: 10px;
    padding: 14px;
}

.agenda-event-time[b-bczpae1esu] {
    color: #4338ca;
    font-size: 13px;
    font-weight: 800;
}

.agenda-event-icon[b-bczpae1esu] {
    align-items: center;
    background: #ede9fe;
    border-radius: 12px;
    color: #7c3aed;
    display: flex;
    font-weight: 900;
    height: 38px;
    justify-content: center;
}

.agenda-event.meeting .agenda-event-icon[b-bczpae1esu] {
    background: #dbeafe;
    color: #2563eb;
}

.agenda-event-main[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.agenda-event-main strong[b-bczpae1esu] {
    font-size: 14px;
}

.agenda-event-main span[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agenda-event-status[b-bczpae1esu] {
    background: #dcfce7;
    border-radius: 999px;
    color: #15803d;
    font-size: 11px;
    font-weight: 800;
    justify-self: end;
    padding: 6px 9px;
}

.selected-event-card[b-bczpae1esu] {
    border: 1px solid #e7edf5;
    border-left: 3px solid #7c3aed;
    border-radius: 16px;
    padding: 14px;
}

.selected-event-card.meeting[b-bczpae1esu] {
    border-left-color: #2563eb;
}

.selected-event-card span[b-bczpae1esu] {
    color: #4338ca;
    font-size: 11px;
    font-weight: 800;
}

.selected-event-card strong[b-bczpae1esu],
.selected-event-card small[b-bczpae1esu] {
    display: block;
}

.selected-event-card strong[b-bczpae1esu] {
    font-size: 15px;
    margin-top: 6px;
}

.selected-event-card small[b-bczpae1esu],
.selected-event-card p[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
}

.add-event-menu[b-bczpae1esu] {
    position: relative;
}

.add-event-menu summary[b-bczpae1esu] {
    cursor: pointer;
    list-style: none;
}

.add-event-menu summary[b-bczpae1esu]::-webkit-details-marker {
    display: none;
}

.add-event-options[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
    padding: 6px;
    position: absolute;
    right: 0;
    top: 52px;
    width: 280px;
    z-index: 20;
}

.add-event-options a[b-bczpae1esu],
.add-event-options button[b-bczpae1esu] {
    border-radius: 6px;
    background: transparent;
    border: 0;
    color: #172033;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.add-event-options a:hover[b-bczpae1esu],
.add-event-options button:hover[b-bczpae1esu] {
    background: #f5f7ff;
}

.add-event-options strong[b-bczpae1esu] {
    font-size: 13px;
}

.add-event-options span[b-bczpae1esu] {
    color: #64748b;
    font-size: 11px;
}

.event-detail-modal[b-bczpae1esu] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.event-detail-title[b-bczpae1esu] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    padding: 16px;
}

.event-detail-title > span[b-bczpae1esu] {
    align-items: center;
    background: #ede9fe;
    border-radius: 14px;
    color: #7c3aed;
    display: flex;
    font-weight: 900;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.event-detail-title strong[b-bczpae1esu],
.event-detail-title small[b-bczpae1esu] {
    display: block;
}

.event-detail-title strong[b-bczpae1esu] {
    color: #0f172a;
    font-size: 18px;
}

.event-detail-title small[b-bczpae1esu],
.event-detail-section span[b-bczpae1esu],
.event-detail-grid span[b-bczpae1esu] {
    color: #64748b;
    font-size: 12px;
}

.event-detail-grid[b-bczpae1esu] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-detail-grid div[b-bczpae1esu],
.event-detail-section[b-bczpae1esu] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 16px;
    padding: 14px;
}

.event-detail-grid strong[b-bczpae1esu],
.event-detail-section p[b-bczpae1esu] {
    color: #0f172a;
    display: block;
    margin: 4px 0 0;
}

@media (max-width: 1180px) {
    .calendar-layout[b-bczpae1esu] {
        grid-template-columns: 1fr;
    }

    .calendar-sidebar[b-bczpae1esu] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .calendar-page-header[b-bczpae1esu],
    .calendar-toolbar[b-bczpae1esu],
    .calendar-filter-bar[b-bczpae1esu] {
        align-items: stretch;
        flex-direction: column;
    }

    .calendar-summary-grid[b-bczpae1esu],
    .calendar-sidebar[b-bczpae1esu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .calendar-toolbar-right[b-bczpae1esu],
    .calendar-search[b-bczpae1esu] {
        width: 100%;
    }

    .calendar-main-card[b-bczpae1esu] {
        overflow-x: auto;
    }

    .calendar-toolbar[b-bczpae1esu],
    .calendar-filter-bar[b-bczpae1esu],
    .calendar-grid[b-bczpae1esu],
    .week-grid[b-bczpae1esu],
    .day-view[b-bczpae1esu],
    .agenda-view[b-bczpae1esu] {
        min-width: 760px;
    }
}

@media (max-width: 640px) {
    .calendar-page-title[b-bczpae1esu] {
        font-size: 30px;
    }

    .calendar-header-actions[b-bczpae1esu],
    .calendar-toolbar-left[b-bczpae1esu],
    .calendar-toolbar-right[b-bczpae1esu] {
        align-items: stretch;
        flex-direction: column;
    }

    .calendar-summary-grid[b-bczpae1esu],
    .calendar-sidebar[b-bczpae1esu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Settings/Email/EmailTemplates.razor.rz.scp.css */
.module-inline-link[b-cg66hxy5hw] {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.module-detail-grid[b-cg66hxy5hw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.module-detail-grid div[b-cg66hxy5hw],
.module-detail-section[b-cg66hxy5hw] {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #fff;
}

.module-detail-grid span[b-cg66hxy5hw],
.module-detail-section span[b-cg66hxy5hw] {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.module-detail-section[b-cg66hxy5hw] {
    margin-top: 12px;
}

.module-detail-section pre[b-cg66hxy5hw] {
    max-height: 320px;
    overflow: auto;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Components/Pages/Task/Tasks.razor.rz.scp.css */
.task-view-toolbar[b-g1xrlbd56t] {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0 0 18px;
}

.task-view-toolbar h2[b-g1xrlbd56t] {
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
}

.task-view-toolbar p[b-g1xrlbd56t] {
    color: #64748b;
    font-size: 13px;
    margin: 0;
}

.task-view-toggle[b-g1xrlbd56t] {
    align-items: center;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    gap: 4px;
    padding: 4px;
}

.task-view-toggle button[b-g1xrlbd56t] {
    background: transparent;
    border: 0;
    border-radius: 9px;
    color: #64748b;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    height: 36px;
    padding: 0 14px;
}

.task-view-toggle button.active[b-g1xrlbd56t] {
    background: #fff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
    color: #4338ca;
}

.task-inline-link[b-g1xrlbd56t] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.task-action-frame[b-g1xrlbd56t] {
    align-items: center;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    display: inline-flex;
    gap: 4px;
    padding: 4px;
}

.task-action-frame button[b-g1xrlbd56t] {
    align-items: center;
    background: #f8fafc;
    border: 0;
    border-radius: 10px;
    color: #4338ca;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.task-action-frame button.danger[b-g1xrlbd56t] {
    background: #fff1f2;
    color: #dc2626;
}

.task-action-frame [data-sa-tooltip][b-g1xrlbd56t] {
    position: relative;
}

.task-action-frame [data-sa-tooltip][b-g1xrlbd56t]::after {
    content: attr(data-sa-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(4px);
    padding: 6px 9px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .15s ease, transform .15s ease;
    z-index: 20;
}

.task-action-frame [data-sa-tooltip]:hover[b-g1xrlbd56t]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.task-board[b-g1xrlbd56t] {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-gutter: stable;
}

.task-lane[b-g1xrlbd56t] {
    background: #f8fafc;
    border: 1px solid #e7edf5;
    border-top: 3px solid var(--lane-color, #4f46e5);
    border-radius: 18px;
    flex: 0 0 310px;
    min-height: 560px;
    min-width: 310px;
    transition: .18s ease;
}

.task-lane.drag-over[b-g1xrlbd56t] {
    background: #eef2ff;
    border-color: #a5b4fc;
    box-shadow: inset 0 0 0 2px #c7d2fe;
}

.task-lane-header[b-g1xrlbd56t] {
    align-items: center;
    border-bottom: 1px solid #e7edf5;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.task-lane-header h3[b-g1xrlbd56t] {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 3px;
}

.task-lane-header span[b-g1xrlbd56t] {
    color: #64748b;
    font-size: 11px;
}

.task-lane-header strong[b-g1xrlbd56t] {
    align-items: center;
    background: color-mix(in srgb, var(--lane-color, #4f46e5) 12%, #ffffff);
    border-radius: 999px;
    color: var(--lane-color, #4338ca);
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    min-width: 28px;
    padding: 0 9px;
}

.task-lane-body[b-g1xrlbd56t] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
}

.task-empty[b-g1xrlbd56t] {
    align-items: center;
    border: 1px dashed #dbe3ef;
    border-radius: 14px;
    color: #94a3b8;
    display: flex;
    font-size: 12px;
    justify-content: center;
    min-height: 96px;
}

.task-board-empty[b-g1xrlbd56t] {
    align-items: center;
    border: 1px dashed #dbe3ef;
    border-radius: 18px;
    color: #64748b;
    display: flex;
    font-size: 13px;
    justify-content: center;
    min-height: 180px;
    min-width: 100%;
}

.task-card[b-g1xrlbd56t] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-left: 3px solid var(--task-status-color, #2563eb);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
    padding: 14px;
    transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.task-card[draggable="true"][b-g1xrlbd56t] {
    cursor: grab;
}

.task-card[draggable="true"]:active[b-g1xrlbd56t] {
    cursor: grabbing;
}

.task-card.dragging[b-g1xrlbd56t] {
    opacity: .55;
    transform: rotate(1deg) scale(.98);
}

.task-card-top[b-g1xrlbd56t],
.task-card-meta[b-g1xrlbd56t],
.task-card-footer[b-g1xrlbd56t] {
    align-items: center;
    display: flex;
    gap: 10px;
}

.task-card-top[b-g1xrlbd56t],
.task-card-footer[b-g1xrlbd56t] {
    justify-content: space-between;
}

.task-status-dot[b-g1xrlbd56t] {
    border-radius: 50%;
    display: inline-flex;
    height: 10px;
    width: 10px;
}

.task-card-title[b-g1xrlbd56t] {
    background: transparent;
    border: 0;
    color: #3b0a91;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 12px 0 8px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.task-card p[b-g1xrlbd56t] {
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.task-card-case[b-g1xrlbd56t] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    padding: 9px 10px;
}

.task-card-case span[b-g1xrlbd56t] {
    color: #4338ca;
}

.task-card-case a[b-g1xrlbd56t] {
    color: #4338ca;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.task-card-meta[b-g1xrlbd56t] {
    align-items: flex-start;
    color: #64748b;
    flex-direction: column;
    font-size: 11px;
    margin-bottom: 12px;
}

.task-card-footer[b-g1xrlbd56t] {
    border-top: 1px solid #edf1f7;
    padding-top: 12px;
}

.task-detail-modal[b-g1xrlbd56t] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.task-detail-title[b-g1xrlbd56t] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    padding: 16px;
}

.task-detail-title > span[b-g1xrlbd56t] {
    align-items: center;
    background: #eef2ff;
    border-radius: 14px;
    color: #4338ca;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.task-detail-title strong[b-g1xrlbd56t],
.task-detail-title small[b-g1xrlbd56t] {
    display: block;
}

.task-detail-title strong[b-g1xrlbd56t] {
    color: #0f172a;
    font-size: 18px;
}

.task-detail-title small[b-g1xrlbd56t],
.task-detail-section span[b-g1xrlbd56t],
.task-detail-grid span[b-g1xrlbd56t] {
    color: #64748b;
    font-size: 12px;
}

.task-detail-grid[b-g1xrlbd56t] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.task-detail-grid div[b-g1xrlbd56t],
.task-detail-section[b-g1xrlbd56t] {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 16px;
    padding: 14px;
}

.task-detail-grid strong[b-g1xrlbd56t],
.task-detail-section p[b-g1xrlbd56t] {
    color: #0f172a;
    display: block;
    margin: 4px 0 0;
}

@media (max-width: 900px) {
    .task-view-toolbar[b-g1xrlbd56t] {
        align-items: stretch;
        flex-direction: column;
    }

    .task-view-toggle[b-g1xrlbd56t] {
        width: max-content;
    }
}
/* /Components/Pages/User/Users.razor.rz.scp.css */
.module-inline-link[b-9nr7dsnjrw] {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.module-detail-grid[b-9nr7dsnjrw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.module-detail-grid div[b-9nr7dsnjrw] {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #fff;
}

.module-detail-grid span[b-9nr7dsnjrw] {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.module-detail-grid strong[b-9nr7dsnjrw] {
    color: var(--text);
}
