/* /Components/Dialogs/NotificationDetailDialog.razor.rz.scp.css */
.notification-detail-dialog__header[b-0x3u5g7cqr] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-detail-dialog__icon[b-0x3u5g7cqr] {
    margin-top: 2px;
    color: var(--mud-palette-primary);
}

.notification-detail-dialog__header-copy[b-0x3u5g7cqr] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notification-detail-dialog__meta[b-0x3u5g7cqr] {
    color: var(--mud-palette-text-secondary);
}

.notification-detail-dialog__html-body[b-0x3u5g7cqr] {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: min(70vh, 720px);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    background: #fff;
}

@media (max-width: 600px) {
    .notification-detail-dialog__html-body[b-0x3u5g7cqr] {
        min-height: 520px;
        max-height: 68vh;
    }
}
/* /Components/Dialogs/TimeRequestReportDialog.razor.rz.scp.css */
.time-request-report-dialog[b-amfw0eybqb] {
    display: grid;
    gap: 1rem;
    min-width: min(18rem, 76vw);
}

.time-request-report-dialog__error[b-amfw0eybqb] {
    color: #b42318;
    font-size: 0.82rem;
}
/* /Components/Dialogs/TimeSheetReportDialog.razor.rz.scp.css */
.time-sheet-report-dialog[b-w1pyzhpl01] {
    display: grid;
    gap: 1rem;
    min-width: min(18rem, 76vw);
}

.time-sheet-report-dialog__error[b-w1pyzhpl01] {
    color: #b42318;
    font-size: 0.82rem;
}
/* /Components/Feedback/FeatureConnectionNotice.razor.rz.scp.css */
.feature-connection-notice[b-kk6wq4p1fa] {
    min-height: calc(100dvh - var(--app-header-height) - env(safe-area-inset-top) - 7rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
    box-sizing: border-box;
}

.feature-connection-notice__body[b-kk6wq4p1fa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    text-align: center;
    padding: 0.5rem 0 1rem;
}

.feature-connection-notice__icon[b-kk6wq4p1fa] {
    font-size: 5rem;
}

.feature-connection-notice__title[b-kk6wq4p1fa] {
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.feature-connection-notice__message[b-kk6wq4p1fa] {
    max-width: 18rem;
    line-height: 1.45;
}
/* /Components/Feedback/PageLoadingIndicator.razor.rz.scp.css */
.page-loading-indicator[b-utv7004dfl] {
    min-height: calc(100dvh - 8rem);
    display: grid;
    place-items: center;
}
/* /Components/Planning/PlanningRejectReasonDialog.razor.rz.scp.css */
.planning-reject-dialog__copy[b-gw2evk5g4b] {
    margin-bottom: 0.85rem;
    color: #4b5563;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-mobile-backdrop[b-y22njty2oh] {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 1200;
}

.app-mobile-backdrop.is-visible[b-y22njty2oh] {
    opacity: 1;
    pointer-events: auto;
}

.app-side-panel[b-y22njty2oh] {
    position: fixed;
    top: 0;
    bottom: 0;
    width: min(78vw, 290px);
    background: var(--mud-palette-primary, #004890);
    color: #f8fbff;
    z-index: 1210;
    display: flex;
    flex-direction: column;
    transition: transform 240ms ease, box-shadow 240ms ease;
    box-shadow: none;
    overflow-y: auto;
}

.app-side-panel--left[b-y22njty2oh] {
    left: 0;
    transform: translateX(-100%);
}

.app-side-panel--right[b-y22njty2oh] {
    right: 0;
    transform: translateX(100%);
}

.app-side-panel.is-open[b-y22njty2oh] {
    transform: translateX(0);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
}

.app-side-panel__header[b-y22njty2oh] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: calc(60px + env(safe-area-inset-top));
    padding: calc(14px + env(safe-area-inset-top)) 20px 12px;
}

.app-side-panel__header--title[b-y22njty2oh] {
    justify-content: space-between;
}

.app-side-panel__title[b-y22njty2oh] {
    font-size: var(--ems-font-title);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.app-side-panel__close[b-y22njty2oh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
}

.app-side-panel__body[b-y22njty2oh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 4px 0 calc(16px + env(safe-area-inset-bottom));
}

.app-side-panel__body--notifications[b-y22njty2oh] {
    overflow-y: auto;
    padding-top: 8px;
}

.app-side-profile[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 22px 26px;
    text-align: center;
}

[b-y22njty2oh](.app-side-profile__avatar) {
    width: 74px !important;
    height: 74px !important;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.app-side-profile__avatar-image[b-y22njty2oh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-side-profile__name[b-y22njty2oh] {
    font-size: var(--ems-font-metric);
    font-weight: 500;
    line-height: 1.15;
}

.app-side-profile__organization[b-y22njty2oh] {
    font-size: var(--ems-font-body);
    color: rgba(235, 243, 255, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.app-side-nav[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 14px 10px;
}

.app-side-nav__link[b-y22njty2oh] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    font-size: var(--ems-font-body);
    font-weight: 500;
    background: rgba(255, 255, 255, 0.06);
}

.app-side-nav__link span[b-y22njty2oh] {
    color: inherit !important;
}

.app-side-nav__link:link[b-y22njty2oh],
.app-side-nav__link:visited[b-y22njty2oh],
.app-side-nav__link:hover[b-y22njty2oh],
.app-side-nav__link:active[b-y22njty2oh] {
    color: #fff !important;
}

.app-side-nav__link--button[b-y22njty2oh] {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    color: #fff !important;
}

.app-side-nav__link.active[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.18);
}

.app-side-nav__icon[b-y22njty2oh],
.app-side-nav__link .mud-icon-root[b-y22njty2oh] {
    color: #fff !important;
}

.app-side-nav__divider[b-y22njty2oh] {
    height: 1px;
    margin: 8px 14px;
    background: rgba(255, 255, 255, 0.34);
}

.app-side-panel__footer[b-y22njty2oh] {
    margin-top: auto;
    padding: 0 14px;
}

.app-notifications__list[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 14px 8px;
}

.app-notification[b-y22njty2oh] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.app-notification--button[b-y22njty2oh] {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.app-notification__icon[b-y22njty2oh] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.96);
}

.app-notification__content[b-y22njty2oh] {
    min-width: 0;
}

.app-notification__meta[b-y22njty2oh] {
    margin-bottom: 6px;
    color: rgba(220, 231, 255, 0.62);
    font-size: var(--ems-font-caption);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-notification__topline[b-y22njty2oh] {
    display: block;
}

.app-notification__title[b-y22njty2oh] {
    min-width: 0;
    font-size: var(--ems-font-body);
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.app-notification__status[b-y22njty2oh] {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(244, 248, 255, 0.88);
    font-size: var(--ems-font-caption);
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.app-notification__type[b-y22njty2oh] {
    margin-top: 6px;
    color: rgba(220, 231, 255, 0.76);
    font-size: var(--ems-font-secondary);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.app-notification.is-unread[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.8);
}

.app-notification.is-unread .app-notification__title[b-y22njty2oh],
.app-notification.is-unread .app-notification__status[b-y22njty2oh] {
    color: #ffffff;
}

.app-notification.is-unread .app-notification__type[b-y22njty2oh] {
    color: rgba(255, 255, 255, 0.88);
}

.app-notification--button:hover[b-y22njty2oh],
.app-notification--button:focus-visible[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
}

.app-notifications__empty[b-y22njty2oh] {
    padding: 20px 18px;
    color: rgba(236, 243, 255, 0.82);
    font-size: var(--ems-font-secondary);
    line-height: 1.45;
}

.app-top-header-shell[b-y22njty2oh] {
    position: sticky;
    top: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    height: calc(var(--app-header-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08), 0 5px 18px rgba(15, 23, 42, 0.035);
    background: #f5f6f8;
}

.app-top-header[b-y22njty2oh] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 12px;
    width: calc(100% - 28px);
    margin: 0 auto;
    height: var(--app-header-height);
    min-height: 0;
    padding: 0;
}

.app-top-alert-anchor[b-y22njty2oh] {
    position: relative;
    justify-self: end;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-top-alert-btn[b-y22njty2oh] {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #172033 !important;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.13) !important;
    cursor: pointer;
}

.app-top-nav-btn[b-y22njty2oh] {
    position: relative;
    justify-self: start;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #34475f;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.app-top-nav-icon[b-y22njty2oh] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 18px;
    transform: translate(-50%, -50%);
}

.app-top-nav-icon span[b-y22njty2oh] {
    position: absolute;
    left: 1px;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: left center;
    transition:
        top 260ms cubic-bezier(0.22, 1, 0.36, 1),
        left 260ms cubic-bezier(0.22, 1, 0.36, 1),
        width 260ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease;
}

.app-top-nav-icon span:nth-child(1)[b-y22njty2oh] {
    top: 1px;
}

.app-top-nav-icon span:nth-child(2)[b-y22njty2oh] {
    top: 8px;
}

.app-top-nav-icon span:nth-child(3)[b-y22njty2oh] {
    top: 15px;
}

.app-top-nav-btn.is-back .app-top-nav-icon span:nth-child(1)[b-y22njty2oh] {
    top: 8px;
    left: 2px;
    width: 10px;
    transform: rotate(-45deg);
}

.app-top-nav-btn.is-back .app-top-nav-icon span:nth-child(2)[b-y22njty2oh] {
    top: 8px;
    left: 2px;
    width: 20px;
}

.app-top-nav-btn.is-back .app-top-nav-icon span:nth-child(3)[b-y22njty2oh] {
    top: 8px;
    left: 2px;
    width: 10px;
    transform: rotate(45deg);
}

.app-top-alert-indicator[b-y22njty2oh] {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 999px;
    background: #ef4444;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--ems-font-caption);
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.app-top-alert-btn .mud-icon-root[b-y22njty2oh] {
    font-size: 20px;
}

.app-top-employee-btn[b-y22njty2oh] {
    height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: #ffffff;
    padding: 0 11px 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    color: #172033;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.11);
    transition: border-radius 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.app-top-employee-btn.is-open[b-y22njty2oh] {
    border-color: rgba(70, 105, 160, 0.3);
    border-radius: 999px;
    box-shadow: 0 3px 9px rgba(15, 23, 42, 0.13);
}

.app-top-employee-btn.is-static[b-y22njty2oh] {
    cursor: default;
    opacity: 1;
}

.app-top-employee-btn:disabled[b-y22njty2oh] {
    color: #172033;
    -webkit-text-fill-color: #172033;
}

[b-y22njty2oh](.app-top-employee-avatar) {
    width: 26px !important;
    height: 26px !important;
    background: #d4d7dc;
    color: #2f66ad;
}

[b-y22njty2oh](.app-top-employee-avatar .mud-icon-root) {
    font-size: 14px;
}

.app-top-employee-avatar-initials[b-y22njty2oh] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.app-top-employee-avatar-image[b-y22njty2oh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-top-employee-name[b-y22njty2oh] {
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    line-height: 1;
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-top-employee-chevron[b-y22njty2oh] {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-right: 2px;
    border-right: 1.75px solid currentColor;
    border-bottom: 1.75px solid currentColor;
    transform: translateX(2px) rotate(135deg);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.app-top-employee-btn.is-open .app-top-employee-chevron[b-y22njty2oh] {
    transform: translateY(-2px) rotate(45deg);
}

.app-top-employee-menu[b-y22njty2oh] {
    position: relative;
    width: 100%;
    min-width: 0;
    z-index: 3;
}

.app-employee-dropdown-backdrop[b-y22njty2oh] {
    position: fixed;
    inset: 0;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
}

.app-employee-dropdown[b-y22njty2oh] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    max-height: 0;
    z-index: 4;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px) scaleY(0.96);
    transform-origin: top;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 10px 10px 16px 16px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18), 0 3px 9px rgba(15, 23, 42, 0.07);
    pointer-events: none;
    transition:
        max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 160ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 280ms;
}

.app-employee-dropdown.is-open[b-y22njty2oh] {
    max-height: min(58dvh, 420px);
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
    transition:
        max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease,
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s;
}

.app-top-nav-btn:hover[b-y22njty2oh],
.app-top-nav-btn:active[b-y22njty2oh],
.app-top-nav-btn:focus-visible[b-y22njty2oh],
.app-top-alert-btn:hover[b-y22njty2oh],
.app-top-alert-btn:active[b-y22njty2oh],
.app-top-alert-btn:focus-visible[b-y22njty2oh],
.app-side-panel__close:hover[b-y22njty2oh],
.app-side-panel__close:focus-visible[b-y22njty2oh],
.app-side-nav__link--button:hover[b-y22njty2oh],
.app-side-nav__link--button:focus-visible[b-y22njty2oh] {
    background: inherit !important;
    box-shadow: inherit !important;
    transform: none !important;
}

.app-top-alert-btn:hover[b-y22njty2oh],
.app-top-alert-btn:active[b-y22njty2oh],
.app-top-alert-btn:focus-visible[b-y22njty2oh] {
    background-color: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.13) !important;
}

@media (min-width: 900px) {
    .app-side-panel--right[b-y22njty2oh] {
        width: min(360px, 34vw);
        max-width: calc(100vw - 48px);
    }

    .app-top-header[b-y22njty2oh] {
        width: calc(100% - 48px);
    }
}

@media (max-width: 480px) {
    .app-side-panel[b-y22njty2oh] {
        width: min(88vw, 320px);
    }

    .app-top-header[b-y22njty2oh] {
        width: calc(100% - 20px);
        column-gap: 10px;
    }

    .app-top-employee-btn[b-y22njty2oh] {
        padding-right: 15px;
    }

    .app-top-employee-name[b-y22njty2oh] {
        font-size: var(--ems-font-caption);
    }
}
/* /Layout/SettingsLayout.razor.rz.scp.css */
.settings-layout-shell[b-moy7nnqv3a] {
    height: 100dvh;
    min-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior-y: none;
}
/* /Pages/DataApproval/DataApproval.razor.rz.scp.css */
.data-approval-shell[b-q6ett6rm35] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    background: transparent;
}

.data-approval-panel[b-q6ett6rm35] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
}

.data-approval-shell[b-q6ett6rm35]  .data-approval-panel {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    display: grid;
    gap: var(--ems-surface-stack-gap);
}

.data-approval-shell[b-q6ett6rm35]  .data-approval-panel.is-state {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.data-approval-state-shell[b-q6ett6rm35] {
    display: flex;
    align-items: stretch;
}

.data-approval-state-shell[b-q6ett6rm35] (.feature-connection-notice) {
    width: 100%;
}

.data-approval-period[b-q6ett6rm35] {
    margin-top: 0.18rem;
    color: #8392a8;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.data-approval-loading[b-q6ett6rm35],
.data-approval-empty[b-q6ett6rm35] {
    padding: 8px 0;
    color: #3b3b3d;
}

.data-approval-error[b-q6ett6rm35] {
    padding: 8px 0;
    color: #c73535;
}

.data-approval-section[b-q6ett6rm35] {
    padding: var(--ems-surface-padding);
    border: 1px solid var(--ems-surface-border);
    border-radius: var(--ems-surface-radius);
    background: var(--ems-surface-background);
    background-color: var(--ems-surface-background);
    box-shadow: var(--ems-surface-shadow);
}

.data-approval-section+.data-approval-section[b-q6ett6rm35] {
    margin-top: var(--ems-surface-stack-gap);
}

.data-approval-section-head[b-q6ett6rm35] {
    margin-bottom: 0.7rem;
    padding: 0;
}

.data-approval-panel-title[b-q6ett6rm35] {
    margin: 0;
    color: #182237;
    font-size: var(--ems-font-subtitle);
    font-weight: 700;
}

.data-approval-entry-list[b-q6ett6rm35] {
    display: flex;
    flex-direction: column;
    margin-top: 0.05rem;
}

.data-approval-entry-row[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.78rem 0;
    border-top: 1px solid #e5e9ef;
}

.data-approval-entry-row:first-child[b-q6ett6rm35] {
    border-top: 0;
}

.data-approval-entry-main[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.data-approval-entry-icon[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    color: #a0a0a5;
}

.data-approval-entry-label[b-q6ett6rm35] {
    color: #303744;
    font-size: var(--ems-font-secondary);
    line-height: 1.3;
}

.data-approval-entry-value[b-q6ett6rm35] {
    color: #182237;
    font-size: var(--ems-font-body);
    font-weight: 500;
    white-space: nowrap;
}

.data-approval-entry-value.is-negative[b-q6ett6rm35] {
    color: #ef5367;
}

.data-approval-toggle-row[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.2rem;
    color: #364257;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.data-approval-toggle-label[b-q6ett6rm35] {
    min-width: 0;
}

.data-approval-toggle-row[b-q6ett6rm35]  .mud-switch {
    margin-inline-start: 0.5rem;
}

.data-approval-toggle-row[b-q6ett6rm35]  .mud-switch .mud-switch-track {
    opacity: 1;
}

.data-approval-toggle-row[b-q6ett6rm35]  .mud-switch .mud-switch-thumb {
    box-shadow: none;
}

.data-approval-message-list[b-q6ett6rm35] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.data-approval-message-row[b-q6ett6rm35] {
    display: grid;
    grid-template-columns: 18px auto 1fr;
    gap: 10px;
    align-items: start;
}

.data-approval-message-icon[b-q6ett6rm35] {
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.data-approval-message-icon.is-warning[b-q6ett6rm35] {
    color: #f0a202;
}

.data-approval-message-icon.is-error[b-q6ett6rm35] {
    color: #e53935;
}

.data-approval-message-icon.is-info[b-q6ett6rm35] {
    color: #2d69b3;
}

.data-approval-message-date[b-q6ett6rm35] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #2f66ad;
    font-size: var(--ems-font-secondary);
    text-decoration: underline;
    white-space: nowrap;
}

.data-approval-message-text[b-q6ett6rm35] {
    color: #364257;
    font-size: var(--ems-font-secondary);
    line-height: 1.3;
}

.data-approval-actions[b-q6ett6rm35] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0 0.15rem;
    padding-bottom: max(0.25rem, env(safe-area-inset-bottom));
}

.data-approval-actions.is-single[b-q6ett6rm35] {
    grid-template-columns: 1fr;
}

.data-approval-actions[b-q6ett6rm35]  .data-approval-btn {
    width: 100%;
    min-width: 0 !important;
    height: 2.75rem !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    padding: 0 0.8rem !important;
    font: inherit !important;
    font-size: var(--ems-font-secondary) !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.data-approval-actions[b-q6ett6rm35]  .data-approval-btn--undo {
    color: #ef4444 !important;
    border: 1.5px solid #ef4444 !important;
    background: #ffffff !important;
}

.data-approval-actions[b-q6ett6rm35]  .data-approval-btn--release {
    color: #ffffff !important;
    border: 1.5px solid var(--mud-palette-primary, #004890) !important;
    background: var(--mud-palette-primary, #004890) !important;
}

.data-approval-actions[b-q6ett6rm35]  .data-approval-btn:disabled {
    cursor: default;
    opacity: 0.62;
}

@media (max-width: 520px) {
    .data-approval-shell[b-q6ett6rm35]  .data-approval-panel {
        padding: 0 !important;
    }

    .data-approval-section+.data-approval-section[b-q6ett6rm35] {
        margin-top: var(--ems-surface-stack-gap);
    }

    .data-approval-toggle-row[b-q6ett6rm35] {
        gap: 0.55rem;
    }
}
/* /Pages/Home/Home.razor.rz.scp.css */
.startpage-offline-indicator[b-mfpm1w9wgt] {
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 0 0 0.15rem;
    padding: 0.85rem 1rem;
    border: 1px solid #ffd2d2;
    border-radius: 18px;
    background: linear-gradient(110deg, #fffafa 0%, #fff6f6 100%);
    color: #ff3434;
    font-size: var(--ems-font-body);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.startpage-offline-indicator[b-mfpm1w9wgt]  .mud-icon-root {
    font-size: 24px !important;
}

.startpage-state[b-mfpm1w9wgt] {
    min-height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5f6875;
}

.startpage-state.is-error[b-mfpm1w9wgt] {
    color: #b42318;
}

.startpage-shell[b-mfpm1w9wgt] {
    display: flex;
    flex-direction: column;
    gap: var(--ems-surface-stack-gap);
}

.startpage-timer-wrap[b-mfpm1w9wgt],
.startpage-panel[b-mfpm1w9wgt] {
    width: 100%;
}

.startpage-timer-wrap[b-mfpm1w9wgt] {
    padding: 0;
}

.startpage-timer-card[b-mfpm1w9wgt],
.startpage-panel[b-mfpm1w9wgt] {
    border: 1px solid #e2e7ee;
    border-radius: 16px;
    background: #f5f6f8;
    box-shadow: none;
}

.startpage-timer-card[b-mfpm1w9wgt] {
    width: 100%;
    padding: 1.1rem;
}

.startpage-progress-header[b-mfpm1w9wgt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.startpage-progress-title[b-mfpm1w9wgt] {
    min-width: 0;
    display: grid;
    gap: 0.3rem;
}

.startpage-progress-header h1[b-mfpm1w9wgt] {
    margin: 0;
    color: #111827;
    font-size: var(--ems-font-subtitle);
    font-weight: 700;
    line-height: 1.2;
}

.startpage-progress-title time[b-mfpm1w9wgt] {
    color: #7a8799;
    font-size: var(--ems-font-caption);
    font-weight: 500;
    line-height: 1.2;
}

.startpage-progress-status[b-mfpm1w9wgt] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    font-size: var(--ems-font-secondary);
    font-weight: 700;
    white-space: nowrap;
}

.startpage-progress-status.is-running[b-mfpm1w9wgt] {
    color: #16a34a;
}

.startpage-progress-status.is-stopped[b-mfpm1w9wgt] {
    color: #dc2626;
}

.startpage-progress-status.is-break[b-mfpm1w9wgt] {
    color: #ea580c;
}

.startpage-progress-status[b-mfpm1w9wgt] (.mud-icon-root) {
    font-size: 18px;
}

.startpage-progress-main[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
}

.startpage-progress-metric[b-mfpm1w9wgt] {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
}

.startpage-progress-metric.is-target[b-mfpm1w9wgt] {
    text-align: right;
}

.startpage-progress-metric span[b-mfpm1w9wgt] {
    color: #7a8799;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    line-height: 1.2;
}

.startpage-progress-metric strong[b-mfpm1w9wgt] {
    color: #111827;
    font-size: var(--ems-font-metric);
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.startpage-progress-metric.is-worked strong[b-mfpm1w9wgt] {
    color: #3478ed;
}

.startpage-progress-ring[b-mfpm1w9wgt] {
    --progress: 0deg;
    position: relative;
    width: 82px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(#2f6fda 0 var(--progress), #aab5c5 var(--progress) 360deg);
    transform: rotate(-90deg);
}

.startpage-progress-ring__inner[b-mfpm1w9wgt] {
    position: absolute;
    inset: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f6f8;
    transform: rotate(90deg);
}

.startpage-progress-ring__inner strong[b-mfpm1w9wgt] {
    color: #111827;
    font-size: var(--ems-font-body);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.startpage-breakdown[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.48rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e1e6ed;
}

.startpage-breakdown-card[b-mfpm1w9wgt] {
    min-width: 0;
    min-height: 3.1rem;
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.35rem;
    padding: 0.42rem 0.45rem;
    border: 1px solid transparent;
    border-radius: 11px;
}

.startpage-breakdown-card>span:not(.startpage-breakdown-icon)[b-mfpm1w9wgt] {
    align-self: end;
    overflow: hidden;
    color: #667085;
    font-size: var(--ems-font-caption);
    font-weight: 600;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.startpage-breakdown-card strong[b-mfpm1w9wgt] {
    align-self: start;
    color: #1e3a5f;
    font-size: var(--ems-font-secondary);
    font-weight: 800;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.startpage-breakdown-icon[b-mfpm1w9wgt] {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 999px;
}

.startpage-breakdown-icon[b-mfpm1w9wgt] (.mud-icon-root) {
    font-size: 14px;
}

.startpage-breakdown-card.is-scheduled[b-mfpm1w9wgt] {
    background: #edf4ff;
    border-color: #dbe8ff;
}

.startpage-breakdown-card.is-scheduled .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #4d82ed;
    background: #dce9ff;
}

.startpage-breakdown-card.is-office[b-mfpm1w9wgt] {
    background: #edf9f1;
    border-color: #d8f0e0;
}

.startpage-breakdown-card.is-office .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #27ae60;
    background: #d9f3e2;
}

.startpage-breakdown-card.is-remote[b-mfpm1w9wgt] {
    background: #f8f0ff;
    border-color: #eadcff;
}

.startpage-breakdown-card.is-remote .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #9333ea;
    background: #eddcff;
}

.startpage-breakdown-card.is-session[b-mfpm1w9wgt] {
    background: #fff4e8;
    border-color: #ffe2c2;
}

.startpage-breakdown-card.is-session .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #f28c28;
    background: #ffe3c3;
}

.startpage-breakdown-card.is-absence[b-mfpm1w9wgt] {
    background: #fff0f2;
    border-color: #ffdce1;
}

.startpage-breakdown-card.is-absence .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #ef476f;
    background: #ffdce4;
}

.startpage-breakdown-card.is-remaining[b-mfpm1w9wgt] {
    background: #edf5ff;
    border-color: #d9e9ff;
}

.startpage-breakdown-card.is-remaining .startpage-breakdown-icon[b-mfpm1w9wgt] {
    color: #3478ed;
    background: #dceaff;
}

.startpage-panel[b-mfpm1w9wgt] {
    margin-top: 0;
    padding: 1rem 1.05rem 1.05rem;
    border-radius: 18px;
    background: #f8f9fb;
}

.startpage-panel-heading[b-mfpm1w9wgt] {
    position: relative;
    min-width: 0;
    min-height: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.startpage-select[b-mfpm1w9wgt] {
    width: 100% !important;
    min-width: 0;
}

.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-control,
.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-control-input-container,
.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-root {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-slot,
.startpage-panel-heading[b-mfpm1w9wgt]  .mud-select-input {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #162033 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.startpage-panel-heading[b-mfpm1w9wgt]  .mud-select-input {
    flex: 1 1 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-adornment-end {
    flex: 0 0 1.5rem !important;
    width: 1.5rem !important;
    min-width: 1.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    margin-inline: auto 0 !important;
    color: #647895 !important;
    overflow: visible !important;
}

.startpage-panel-heading[b-mfpm1w9wgt]  .mud-input-adornment-end .mud-icon-root {
    width: 1.5rem !important;
    height: 1.5rem !important;
    font-size: 1.5rem !important;
    overflow: visible !important;
}

.startpage-field[b-mfpm1w9wgt] {
    position: relative;
    height: 3.35rem;
    min-height: 3.35rem;
    display: flex;
    align-items: center;
    margin-top: 0.55rem;
    padding: 0 0.85rem;
    border: 1px solid #e7ebf1;
    border-radius: 15px;
    background: #ffffff;
}

.startpage-reference-input[b-mfpm1w9wgt] {
    width: 100% !important;
    min-width: 0 !important;
}

.startpage-field[b-mfpm1w9wgt]  .mud-input-control,
.startpage-field[b-mfpm1w9wgt]  .mud-input-root {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 3.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.startpage-field[b-mfpm1w9wgt]  .mud-input-slot,
.startpage-field[b-mfpm1w9wgt]  input {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #687b98 !important;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.startpage-field[b-mfpm1w9wgt]  input::placeholder {
    color: #687b98 !important;
    opacity: 1 !important;
}

.startpage-field[b-mfpm1w9wgt]  .mud-input-adornment-start {
    margin-inline: 0 0.75rem !important;
    color: #71819a !important;
}

.startpage-field[b-mfpm1w9wgt]  .mud-input-adornment-end {
    margin-inline: 0.5rem 0 !important;
    color: #637797 !important;
}

.startpage-field[b-mfpm1w9wgt]  .mud-icon-root {
    font-size: 19px !important;
}

.startpage-actions[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.startpage-actions:has(.startpage-action:nth-child(2):last-child)[b-mfpm1w9wgt] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action {
    min-width: 0 !important;
    min-height: 3.25rem !important;
    padding-inline: 0.55rem !important;
    border: 0 !important;
    border-radius: 15px !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action--pause {
    background: #e3eff9 !important;
    color: #1f589d !important;
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action--start {
    background: #2bc95c !important;
    color: #ffffff !important;
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action--finish {
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action .mud-button-icon-start,
.startpage-compensation-row[b-mfpm1w9wgt]  .startpage-save .mud-button-icon-start {
    margin-inline: 0 0.5rem !important;
}

.startpage-actions[b-mfpm1w9wgt]  .startpage-action .mud-icon-root,
.startpage-compensation-row[b-mfpm1w9wgt]  .startpage-save .mud-icon-root {
    font-size: 19px !important;
}

.startpage-compensation-row[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 7rem;
    gap: 0.55rem;
    align-items: center;
    margin-top: 0.65rem;
}

.startpage-amount-field[b-mfpm1w9wgt] {
    min-width: 0;
    min-height: 3.35rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.2rem;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.85rem;
    border: 1px solid #e7ebf1;
    border-radius: 15px;
    background: #ffffff;
}

.startpage-amount-field>span[b-mfpm1w9wgt] {
    overflow: hidden;
    color: #7586a0;
    font-size: 0.76rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.startpage-money-input[b-mfpm1w9wgt] {
    width: 100%;
    min-width: 0;
}

.startpage-money-input[b-mfpm1w9wgt]  .mud-input-control {
    margin: 0;
}

.startpage-money-input[b-mfpm1w9wgt]  .mud-input-root {
    min-height: 3.1rem;
    padding: 0;
}

.startpage-money-input[b-mfpm1w9wgt]  input {
    text-align: right;
    color: #182235;
    font-size: 1rem;
    font-weight: 700;
}

.startpage-compensation-row[b-mfpm1w9wgt]  .startpage-save {
    min-height: 3.35rem !important;
    padding-inline: 0.65rem !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.startpage-compensation-total[b-mfpm1w9wgt] {
    grid-column: 1 / -1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.1rem 0.05rem;
    color: #738096;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.1;
}

.startpage-compensation-total[b-mfpm1w9wgt]  .mud-icon-root {
    font-size: 21px !important;
}

@media (min-width: 740px) {
    .startpage-shell[b-mfpm1w9wgt] {
        max-width: 560px;
    }
}

@media (max-width: 360px) {

    .startpage-timer-card[b-mfpm1w9wgt],
    .startpage-panel[b-mfpm1w9wgt] {
        border-radius: 14px;
    }

    .startpage-panel[b-mfpm1w9wgt] {
        padding-inline: 0.75rem;
    }

    .startpage-progress-main[b-mfpm1w9wgt] {
        grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
        gap: 0.45rem;
    }

    .startpage-progress-ring[b-mfpm1w9wgt] {
        width: 72px;
    }

    .startpage-progress-metric strong[b-mfpm1w9wgt] {
        font-size: 1.3rem;
    }

    .startpage-breakdown[b-mfpm1w9wgt] {
        gap: 0.35rem;
    }

    .startpage-breakdown-card[b-mfpm1w9wgt] {
        grid-template-columns: 22px minmax(0, 1fr);
        padding-inline: 0.3rem;
    }

    .startpage-breakdown-icon[b-mfpm1w9wgt] {
        width: 22px;
        height: 22px;
    }

    .startpage-action[b-mfpm1w9wgt] {
        font-size: 0.78rem;
    }

    .startpage-compensation-row[b-mfpm1w9wgt] {
        grid-template-columns: minmax(0, 1fr) 5.6rem;
    }
}
/* /Pages/Planning/Planning.razor.rz.scp.css */
.planning-shell[b-f4abg1rp2k] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.planning-panel[b-f4abg1rp2k] {
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.planning-offline-indicator[b-f4abg1rp2k] {
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid #ffd2d2;
    border-radius: 18px;
    background: linear-gradient(110deg, #fffafa 0%, #fff6f6 100%);
    color: #ff3434;
    font-size: var(--ems-font-body);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.planning-offline-indicator[b-f4abg1rp2k]  .mud-icon-root {
    font-size: 24px !important;
}

.planning-loading[b-f4abg1rp2k],
.planning-empty[b-f4abg1rp2k],
.planning-error[b-f4abg1rp2k] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
}

.planning-error[b-f4abg1rp2k] {
    color: #b42318;
}

.planning-sections[b-f4abg1rp2k] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
}

.planning-section[b-f4abg1rp2k] {
    border-radius: 14px;
    background: #fbfbfc;
    border: 1px solid #e4e8ee;
    padding: 0.9rem 0.85rem 0.75rem;
    box-shadow: none;
}

.planning-section-head[b-f4abg1rp2k] {
    margin-bottom: 0.7rem;
    padding: 0;
}

.planning-section-title[b-f4abg1rp2k] {
    margin: 0;
    font-size: var(--ems-font-subtitle);
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
}

.planning-section-empty[b-f4abg1rp2k] {
    padding: 0.8rem 0.6rem 0.5rem;
    color: #767c86;
    font-size: var(--ems-font-secondary);
}

.planning-entry-list[b-f4abg1rp2k] {
    display: grid;
    gap: 0.35rem;
}

.planning-entry-card[b-f4abg1rp2k] {
    display: grid;
    grid-template-columns: 1.65rem minmax(0, 1fr) 1.25rem;
    gap: 0.65rem;
    align-items: center;
    min-height: 2.9rem;
    padding: 0.48rem 0.15rem;
    border-radius: 7px;
    background: transparent;
}

.planning-entry-card+.planning-entry-card[b-f4abg1rp2k] {
    border-top: 0;
}

.planning-entry-card.is-interactive[b-f4abg1rp2k] {
    cursor: pointer;
}

.planning-entry-card.is-interactive:hover[b-f4abg1rp2k] {
    background: #f3f5f8;
}

.planning-entry-card.is-readonly[b-f4abg1rp2k] {
    opacity: 1;
}

.planning-entry-icon[b-f4abg1rp2k] {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #9ca3af;
}

.planning-entry-icon[b-f4abg1rp2k]  .mud-icon-root {
    font-size: 1.15rem !important;
}

.planning-entry-icon.is-overdue-critical[b-f4abg1rp2k] {
    color: #ff4757;
}

.planning-entry-icon.is-overdue[b-f4abg1rp2k] {
    color: #f5a623;
}

.planning-entry-icon.is-completed[b-f4abg1rp2k] {
    color: #2ecc71;
}

.planning-entry-icon.is-started[b-f4abg1rp2k] {
    background: #e7ebff;
    color: #4d63f0;
}

.planning-entry-icon.is-today[b-f4abg1rp2k] {
    color: #111827;
}

.planning-entry-icon.is-future[b-f4abg1rp2k] {
    color: #b5c0d1;
}

.planning-entry-icon.is-rejected[b-f4abg1rp2k] {
    color: #ef4444;
}

.planning-entry-content[b-f4abg1rp2k] {
    min-width: 0;
}

.planning-entry-title[b-f4abg1rp2k] {
    margin: 0;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    line-height: 1.25;
    color: #303744;
}

.planning-entry-time[b-f4abg1rp2k] {
    margin-top: 0.08rem;
    color: #8ea0b8;
    font-size: var(--ems-font-caption);
    line-height: 1.2;
}

.planning-entry-chevron[b-f4abg1rp2k] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #a7b2c2;
}

.planning-entry-chevron-target[b-f4abg1rp2k] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planning-entry-chevron[b-f4abg1rp2k]  .mud-icon-root {
    width: 20px;
    height: 20px;
    font-size: 20px !important;
}


@media (max-width: 720px) {
    .planning-section-title[b-f4abg1rp2k] {
        font-size: var(--ems-font-subtitle);
        padding: 5px;
    }

    .planning-entry-title[b-f4abg1rp2k] {
        font-size: var(--ems-font-secondary);
    }

    .planning-entry-time[b-f4abg1rp2k] {
        font-size: var(--ems-font-caption);
    }
}
/* /Pages/Planning/PlanningEntry.razor.rz.scp.css */
.planning-entry-shell[b-jjik4904bg] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.planning-entry-offline-indicator[b-jjik4904bg] {
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid #ffd2d2;
    border-radius: 18px;
    background: linear-gradient(110deg, #fffafa 0%, #fff6f6 100%);
    color: #ff3434;
    font-size: var(--ems-font-body);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.planning-entry-offline-indicator[b-jjik4904bg]  .mud-icon-root {
    font-size: 24px !important;
}

.planning-entry-state[b-jjik4904bg] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
}

.planning-entry-state.is-error[b-jjik4904bg] {
    color: #b42318;
}

.planning-entry-card-detail[b-jjik4904bg] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 14px;
    background: #fbfbfc;
    border: 1px solid #dfe5ed;
    padding: 1.15rem;
}

.planning-entry-card-detail__header[b-jjik4904bg] {
    display: grid;
    grid-template-columns: 1.65rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #edf0f4;
}

.planning-entry-card-detail__icon[b-jjik4904bg] {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf2ff;
    color: var(--mud-palette-primary, #004890);
}

.planning-entry-card-detail__icon[b-jjik4904bg]  .mud-icon-root {
    font-size: var(--ems-font-subtitle) !important;
}

.planning-entry-card-detail__icon.is-overdue-critical[b-jjik4904bg] {
    color: #d92d20;
}

.planning-entry-card-detail__icon.is-overdue[b-jjik4904bg] {
    color: #e0a100;
}

.planning-entry-card-detail__icon.is-completed[b-jjik4904bg] {
    color: #5db655;
}

.planning-entry-card-detail__icon.is-started[b-jjik4904bg] {
    background: #e7ebff;
    color: #4d63f0;
}

.planning-entry-card-detail__icon.is-today[b-jjik4904bg] {
    color: #1f2937;
}

.planning-entry-card-detail__icon.is-future[b-jjik4904bg] {
    background: #eaf2ff;
    color: var(--mud-palette-primary, #004890);
}

.planning-entry-card-detail__icon.is-rejected[b-jjik4904bg] {
    color: #ef4444;
}

.planning-entry-card-detail__title[b-jjik4904bg] {
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.2;
    font-weight: 700;
    color: #182237;
}

.planning-entry-card-detail__time[b-jjik4904bg] {
    margin-top: 0.15rem;
    color: #8392a8;
    font-size: var(--ems-font-secondary);
}

.planning-entry-card-detail__resources[b-jjik4904bg] {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.planning-entry-card-detail__resource[b-jjik4904bg] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #46556c;
    font-size: var(--ems-font-secondary);
}

.planning-entry-card-detail__resource[b-jjik4904bg]  .mud-icon-root {
    width: 0.9rem;
    height: 0.9rem;
    font-size: var(--ems-font-body) !important;
    color: #6c7d96;
}

.planning-entry-card-detail__resource.is-secondary[b-jjik4904bg] {
    padding-left: 0;
}

.planning-entry-card-detail__description[b-jjik4904bg] {
    margin-top: 0.9rem;
    color: #364257;
    font-size: var(--ems-font-body);
    line-height: 1.55;
}

.planning-entry-card-detail__link[b-jjik4904bg] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    color: #2f66ad;
    font-size: var(--ems-font-secondary);
    text-decoration: underline;
    word-break: break-word;
}

.planning-entry-card-detail__link[b-jjik4904bg]  .mud-icon-root {
    flex: 0 0 auto;
    font-size: var(--ems-font-secondary) !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg] {
    margin-top: 1.1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .planning-entry-card-detail__action {
    width: 100%;
    min-width: 0 !important;
    min-height: 2.55rem !important;
    padding: 0 0.45rem !important;
    border-radius: 8px !important;
    font-family: inherit !important;
    font-size: var(--ems-font-secondary) !important;
    font-weight: 500 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .planning-entry-card-detail__action--reject {
    border: 1.5px solid #ef5367 !important;
    background: #ffffff !important;
    color: #ef5367 !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .mud-button-filled-primary {
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .mud-button-filled-success {
    background: #31c768 !important;
    color: #ffffff !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .mud-button-icon-start {
    margin-inline: 0 0.3rem !important;
}

.planning-entry-card-detail__actions[b-jjik4904bg]  .mud-icon-root {
    font-size: var(--ems-font-body) !important;
}

@media (max-width: 340px) {
    .planning-entry-card-detail__actions[b-jjik4904bg] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Settings/Settings.razor.rz.scp.css */
.settings-page[b-bn6sx74jlm] {
    display: flex;
}

.settings-shell[b-bn6sx74jlm] {
    width: 100%;
    max-width: 34rem;
    min-height: 0;
    flex: 1 1 auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.settings-header[b-bn6sx74jlm] {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    min-height: 56px;
    margin-bottom: 0.65rem;
}

.settings-back[b-bn6sx74jlm] {
    position: relative;
    justify-self: start;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #22252c;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.settings-back:hover[b-bn6sx74jlm],
.settings-back:focus[b-bn6sx74jlm],
.settings-back:active[b-bn6sx74jlm] {
    background: transparent;
    outline: none;
}

.settings-back-icon[b-bn6sx74jlm] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 18px;
    transform: translate(-50%, -50%);
}

.settings-back-icon span[b-bn6sx74jlm] {
    position: absolute;
    top: 8px;
    left: 2px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: left center;
}

.settings-back-icon span:nth-child(1)[b-bn6sx74jlm] {
    width: 10px;
    transform: rotate(-45deg);
}

.settings-back-icon span:nth-child(2)[b-bn6sx74jlm] {
    width: 20px;
}

.settings-back-icon span:nth-child(3)[b-bn6sx74jlm] {
    width: 10px;
    transform: rotate(45deg);
}

.settings-title[b-bn6sx74jlm] {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: var(--ems-font-subtitle);
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #182237;
}

.settings-header-spacer[b-bn6sx74jlm] {
    width: 40px;
    height: 40px;
}

.settings-loading[b-bn6sx74jlm] {
    display: grid;
    place-items: center;
    min-height: 50dvh;
}

.settings-profile[b-bn6sx74jlm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0.25rem 0 1.4rem;
    background: #ffffff;
}

.settings-avatar-button[b-bn6sx74jlm] {
    position: relative;
    cursor: pointer;
    transition: transform 120ms ease;
}

.settings-avatar-button:active[b-bn6sx74jlm] {
    transform: scale(0.98);
}

.settings-avatar-button[b-bn6sx74jlm]  .settings-avatar {
    width: 100px !important;
    height: 100px !important;
    background: linear-gradient(180deg, #daccc1 0%, #d4c4b8 100%);
    color: #004890;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(61, 66, 77, 0.1);
}

.settings-avatar-image[b-bn6sx74jlm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.settings-avatar-initials[b-bn6sx74jlm] {
    font-size: 1.45rem;
    font-weight: 700;
}

.settings-avatar-edit[b-bn6sx74jlm] {
    position: absolute;
    right: -4px;
    bottom: 4px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--mud-palette-primary, #004890);
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 6px 14px rgba(31, 75, 143, 0.22);
}

.settings-avatar-input[b-bn6sx74jlm],
.settings-avatar-input[b-bn6sx74jlm]  input,
[b-bn6sx74jlm](.settings-avatar-input),
[b-bn6sx74jlm](.settings-avatar-input input) {
    display: none !important;
}

.settings-profile-name[b-bn6sx74jlm] {
    margin-top: 0.7rem;
    font-weight: 700;
    font-size: var(--ems-font-body);
    line-height: 1.1;
    color: #20232b;
}

.settings-profile-organization[b-bn6sx74jlm] {
    color: #9da3ae;
    font-size: var(--ems-font-secondary);
}

.settings-card[b-bn6sx74jlm] {
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

.settings-card[b-bn6sx74jlm]::before,
.settings-card[b-bn6sx74jlm]::after {
    background: transparent !important;
}

.settings-card[b-bn6sx74jlm]  {
    background-color: transparent;
}

.settings-select-row[b-bn6sx74jlm] {
    width: 100%;
    height: 4.25rem;
}

.settings-select-row[b-bn6sx74jlm]  .settings-select {
    width: 100% !important;
    margin: 0 !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-control {
    margin-top: 0 !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-root {
    width: 100% !important;
    height: 4.25rem !important;
    min-height: 4.25rem !important;
    margin: 0 !important;
    color: #182237 !important;
    box-shadow: none !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-select-input {
    height: 4.25rem !important;
    min-height: 4.25rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    font-size: var(--ems-font-body) !important;
    font-family: inherit !important;
    color: #182237 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-adornment-start {
    margin-inline: 0.15rem 0.7rem !important;
    color: var(--mud-palette-primary, #004890) !important;
    overflow: visible !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-adornment-start .mud-icon-root {
    width: 1.6rem !important;
    height: 1.6rem !important;
    padding: 0.27rem !important;
    flex: 0 0 1.6rem !important;
    border-radius: 999px !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
    font-size: var(--ems-font-body) !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-adornment-end {
    margin-inline: 0.45rem 0 !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-select-icon {
    color: #8fa0b5 !important;
}

.settings-select-row[b-bn6sx74jlm]  .mud-input-underline:before,
.settings-select-row[b-bn6sx74jlm]  .mud-input-underline:after {
    display: none;
}

.settings-divider[b-bn6sx74jlm] {
    margin: 0;
    border-color: #e8ecf1;
    opacity: 1;
}

.settings-apps[b-bn6sx74jlm] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.settings-app-row[b-bn6sx74jlm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 62px;
    cursor: pointer;
    border-bottom: 1px solid #e8ecf1;
    padding: 0;
}

.settings-app-row:hover[b-bn6sx74jlm] {
    background: transparent;
}

.settings-switch-wrap[b-bn6sx74jlm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    flex: 0 0 3rem;
}

.settings-switch-wrap[b-bn6sx74jlm]  .mud-switch {
    margin: 0 !important;
    transform: scale(1.08);
    transform-origin: center;
}

.settings-switch-wrap[b-bn6sx74jlm]  .mud-switch-button.mud-checked {
    color: var(--mud-palette-primary, #004890) !important;
}

.settings-switch-wrap[b-bn6sx74jlm]  .mud-switch-track {
    border-radius: 999px !important;
}

.settings-app-label[b-bn6sx74jlm] {
    color: #182237;
    font-size: var(--ems-font-secondary);
}

.settings-actions[b-bn6sx74jlm] {
    display: grid;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 2.5rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.settings-shell[b-bn6sx74jlm]  .settings-change-password,
.settings-shell[b-bn6sx74jlm]  .settings-logout {
    width: 100%;
    height: 3.25rem;
    margin-top: 0;
    border-radius: 10px;
    text-transform: none !important;
    font-size: var(--ems-font-secondary);
    font-weight: 600;
    background: #ffffff;
    box-shadow: none !important;
}

.settings-shell[b-bn6sx74jlm]  .settings-change-password {
    color: var(--mud-palette-primary, #004890);
    border: 1.5px solid var(--mud-palette-primary, #004890);
}

.settings-shell[b-bn6sx74jlm]  .settings-change-password .mud-button-label,
.settings-shell[b-bn6sx74jlm]  .settings-logout .mud-button-label {
    gap: 8px;
}

.settings-shell[b-bn6sx74jlm]  .settings-logout {
    margin-top: 0;
    color: #ef4444;
    border: 1.5px solid #ef4444;
}

@media (min-width: 640px) {
    .settings-shell[b-bn6sx74jlm] {
        padding-inline: 0.25rem;
    }
}
/* /Pages/TimeRequest/TimeRequest.razor.rz.scp.css */
.time-request-shell[b-8ksbr91v36] {
    background: transparent;
}

.time-request-panel[b-8ksbr91v36] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
}

.time-request-state-shell[b-8ksbr91v36] {
    display: flex;
    align-items: stretch;
}

.time-request-state-shell[b-8ksbr91v36] (.feature-connection-notice) {
    width: 100%;
}

.time-request-chart-card[b-8ksbr91v36] {
    padding: 1rem 1rem 0.75rem;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    background: #f8f9fb;
}

.time-request-chart-toolbar[b-8ksbr91v36] {
    display: flex;
    justify-content: space-between;
    gap: 0.65rem;
    align-items: center;
    min-height: 2.25rem;
    margin-bottom: 0.65rem;
}

.time-request-chart-heading[b-8ksbr91v36] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.time-request-chart-heading-icon[b-8ksbr91v36] {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #eaf2ff;
    color: #3478cf;
}

.time-request-chart-heading-icon[b-8ksbr91v36]  .mud-icon-root {
    font-size: 16px;
}

.time-request-chart-copy[b-8ksbr91v36] {
    min-width: 0;
}

.time-request-chart-copy h2[b-8ksbr91v36] {
    margin: 0;
    overflow: hidden;
    color: #182237;
    font-size: var(--ems-font-body);
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-request-subtitle[b-8ksbr91v36] {
    margin: 0.18rem 0 0;
    color: #91a0b7;
    font-size: var(--ems-font-caption);
    font-weight: 500;
}

.time-request-unit-select-wrap[b-8ksbr91v36] {
    position: relative;
    width: 5rem;
    min-width: 5rem;
    height: 2.25rem;
    max-height: 2.25rem;
    margin-left: auto;
    overflow: visible;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select {
    width: 100% !important;
    height: 2.25rem !important;
    max-height: 2.25rem !important;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .mud-input-control,
.time-request-unit-select-wrap[b-8ksbr91v36]  .mud-input,
.time-request-unit-select-wrap[b-8ksbr91v36]  .mud-input-text,
.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-input-control,
.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-input-root {
    width: 100% !important;
    height: 2.25rem !important;
    max-height: 2.25rem !important;
    min-height: 2.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 2.25rem !important;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-input-slot,
.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-select-input {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    color: #61708a !important;
    height: 2.25rem !important;
    max-height: 2.25rem !important;
    padding: 0 !important;
    font-size: var(--ems-font-secondary) !important;
    font-weight: 600 !important;
    line-height: 2.25rem !important;
    text-align: right !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-input-adornment-end {
    display: none !important;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-icon-root {
    font-size: 17px !important;
}

.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select.mud-disabled,
.time-request-unit-select-wrap[b-8ksbr91v36]  .time-request-unit-select .mud-disabled {
    opacity: 1 !important;
}

.time-request-loading[b-8ksbr91v36],
.time-request-empty[b-8ksbr91v36] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.time-request-empty--compact[b-8ksbr91v36] {
    min-height: 60px;
    font-size: var(--ems-font-body);
}

.time-request-error[b-8ksbr91v36] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    text-align: center;
    color: #b42318;
}

.time-request-mud-chart[b-8ksbr91v36] {
    min-height: 230px;
    overflow: visible;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
}

.time-request-mud-chart[b-8ksbr91v36]  .mud-chart,
.time-request-mud-chart[b-8ksbr91v36]  svg {
    background: transparent !important;
}

.time-request-mud-chart[b-8ksbr91v36]  svg {
    overflow: visible;
}

.time-request-mud-chart[b-8ksbr91v36]  .mud-charts-xaxis,
.time-request-mud-chart[b-8ksbr91v36]  .mud-charts-yaxis {
    fill: #8290a7 !important;
    font-size: var(--ems-font-caption) !important;
}

.time-request-mud-chart[b-8ksbr91v36]  .svg-tooltip text {
    font-size: 13px !important;
    font-weight: 600;
}

.time-request-mud-chart[b-8ksbr91v36]  .svg-tooltip:has(rect[fill="#2f5bd3" i]) text {
    fill: #ffffff !important;
}

.time-request-mud-chart[b-8ksbr91v36]  .svg-tooltip:has(rect[fill="#48cfc1" i]) text {
    fill: #16324a !important;
}

.time-request-mud-chart[b-8ksbr91v36]  .mud-chart-legend {
    color: #53627a !important;
    font-size: var(--ems-font-caption) !important;
}

.time-request-list-card[b-8ksbr91v36] {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 1rem;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    background: #f8f9fb;
}

.time-request-list-title[b-8ksbr91v36] {
    font-size: var(--ems-font-subtitle);
    font-weight: 700;
    padding: 5px;
}

.time-request-entry-list[b-8ksbr91v36] {
    display: grid;
    gap: 0.15rem;
}

.time-request-entry-card[b-8ksbr91v36] {
    display: grid;
    grid-template-columns: 1.6rem minmax(0, 1fr) 1.25rem;
    gap: 0.55rem;
    align-items: center;
    min-width: 0;
    padding: 0.55rem 0.1rem;
    border-radius: 10px;
}

.time-request-entry-card.is-clickable[b-8ksbr91v36] {
    cursor: pointer;
}

.time-request-entry-card.is-clickable:active[b-8ksbr91v36] {
    background: #eef3f9;
}

.time-request-entry-status[b-8ksbr91v36] {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.time-request-entry-status-placeholder[b-8ksbr91v36] {
    width: 1.55rem;
    height: 1.55rem;
}

.time-request-entry-status.is-approved[b-8ksbr91v36] {
    background: transparent;
    color: #19b97a;
}

.time-request-entry-status.is-rejected[b-8ksbr91v36] {
    background: transparent;
    color: #f15367;
}

.time-request-entry-status.is-info[b-8ksbr91v36] {
    background: transparent;
    color: #3478cf;
}

.time-request-entry-status.is-pending[b-8ksbr91v36] {
    background: transparent;
    color: #365f98;
}

.time-request-entry-status.is-warning[b-8ksbr91v36] {
    background: transparent;
    color: #f5a623;
}

.time-request-entry-status.is-unknown[b-8ksbr91v36] {
    background: transparent;
    color: #7b8798;
}

.time-request-entry-main[b-8ksbr91v36] {
    min-width: 0;
}

.time-request-entry-topline[b-8ksbr91v36] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: center;
}

.time-request-entry-title[b-8ksbr91v36] {
    margin: 0;
    overflow: hidden;
    color: #364257;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-request-entry-chevron[b-8ksbr91v36] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    color: #7790b0;
}

.time-request-entry-chevron[b-8ksbr91v36]  .mud-icon-root {
    width: 20px;
    height: 20px;
    font-size: 20px !important;
}

.time-request-entry-period[b-8ksbr91v36],
.time-request-entry-reject[b-8ksbr91v36] {
    margin-top: 0.2rem;
}

.time-request-entry-period[b-8ksbr91v36] {
    color: #8e9bb0;
    font-size: var(--ems-font-caption);
}

.time-request-entry-reject[b-8ksbr91v36] {
    color: #ef5367;
    font-size: var(--ems-font-caption);
}

.time-request-fab-stack[b-8ksbr91v36] {
    position: fixed;
    right: max(1rem, calc(env(safe-area-inset-right) + 1rem));
    bottom: max(1rem, calc(env(safe-area-inset-bottom) + 1rem));
    display: grid;
    justify-items: end;
    gap: 0.75rem;
    z-index: 1200;
    pointer-events: none;
}

.time-request-fab-action[b-8ksbr91v36],
.time-request-fab-main[b-8ksbr91v36] {
    border: 0;
    box-shadow: 0 12px 28px rgba(33, 62, 127, 0.28);
    color: #fff;
    font-family: inherit;
}

.time-request-fab-action[b-8ksbr91v36] {
    min-width: 112px;
    padding: 0.88rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: var(--ems-font-body);
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem) scale(0.9);
    transform-origin: right center;
    transition:
        opacity 180ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.time-request-fab-action.is-new[b-8ksbr91v36] {
    background: var(--mud-palette-primary, #004890);
    transition-delay: 0ms;
}

.time-request-fab-action.is-report[b-8ksbr91v36] {
    background: var(--mud-palette-primary, #004890);
    transition-delay: 25ms;
}

.time-request-fab-stack.is-open .time-request-fab-action[b-8ksbr91v36] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.time-request-fab-stack.is-open .time-request-fab-action.is-new[b-8ksbr91v36] {
    transition-delay: 55ms;
}

.time-request-fab-stack.is-open .time-request-fab-action.is-report[b-8ksbr91v36] {
    transition-delay: 20ms;
}

.time-request-fab-main[b-8ksbr91v36] {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--mud-palette-primary, #004890) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.time-request-fab-main:active[b-8ksbr91v36] {
    transform: scale(0.94);
}

.time-request-fab-main-icon[b-8ksbr91v36] {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 180ms ease,
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.time-request-fab-main-icon.is-more[b-8ksbr91v36] {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.time-request-fab-main-icon.is-close[b-8ksbr91v36] {
    opacity: 0;
    transform: rotate(-90deg) scale(0.65);
}

.time-request-fab-stack.is-open .time-request-fab-main-icon.is-more[b-8ksbr91v36] {
    opacity: 0;
    transform: rotate(90deg) scale(0.65);
}

.time-request-fab-stack.is-open .time-request-fab-main-icon.is-close[b-8ksbr91v36] {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

@media (prefers-reduced-motion: reduce) {

    .time-request-fab-action[b-8ksbr91v36],
    .time-request-fab-main[b-8ksbr91v36],
    .time-request-fab-main-icon[b-8ksbr91v36] {
        transition: none;
    }
}

@media (min-width: 768px) {
    .time-request-panel[b-8ksbr91v36] {
        min-height: auto;
    }

    .time-request-mud-chart[b-8ksbr91v36] {
        min-height: 290px;
    }

    .time-request-subtitle[b-8ksbr91v36] {
        font-size: var(--ems-font-secondary);
    }

    .time-request-chart-mode-copy[b-8ksbr91v36] {
        font-size: var(--ems-font-caption);
    }

    .time-request-entry-title[b-8ksbr91v36] {
        font-size: var(--ems-font-body);
    }
}

@media (max-width: 480px) {
    .time-request-chart-toolbar[b-8ksbr91v36] {
        gap: 0.75rem;
    }
}
/* /Pages/TimeRequest/TimeRequestEntry.razor.rz.scp.css */
.time-request-entry-shell[b-kl0cfxd40n] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.time-request-entry-state-shell[b-kl0cfxd40n] {
    display: flex;
    align-items: stretch;
}

.time-request-entry-state-shell[b-kl0cfxd40n] (.feature-connection-notice) {
    width: 100%;
}

.time-request-entry-card[b-kl0cfxd40n] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
    padding: var(--ems-surface-padding);
    border: 1px solid var(--ems-surface-border);
    border-radius: var(--ems-surface-radius);
    background: var(--ems-surface-background);
    background-color: var(--ems-surface-background);
    box-shadow: var(--ems-surface-shadow);
}

.time-request-entry-group[b-kl0cfxd40n] {
    display: grid;
    gap: 0.45rem;
}

.time-request-entry-label[b-kl0cfxd40n] {
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    color: #344054;
    letter-spacing: 0;
}

.time-request-entry-select-wrap[b-kl0cfxd40n] {
    width: 100%;
    height: 2.85rem;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n] {
    width: 100%;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .time-request-entry-select,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea {
    width: 100%;
    margin: 0 !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-control,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input .mud-input-control,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea .mud-input-control {
    margin: 0 !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-root,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input .mud-input-root,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea .mud-input-root {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    box-shadow: none !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-root,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input .mud-input-root {
    min-height: 3.25rem !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-root {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-outlined-border,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input .mud-input-outlined-border,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea .mud-input-outlined-border {
    border: 1px solid #dfe4eb !important;
    border-radius: 10px !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input .mud-input-root.mud-input-focused .mud-input-outlined-border,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--mud-palette-primary, #004890) !important;
    box-shadow: 0 0 0 3px rgba(0, 72, 144, 0.1) !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-select-input,
.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input input,
.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea textarea {
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: var(--ems-font-body) !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-select-input {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-adornment-start {
    margin-inline: 0 0.7rem !important;
    color: var(--mud-palette-primary, #004890) !important;
}

.time-request-entry-select-wrap[b-kl0cfxd40n]  .mud-input-adornment-end {
    margin-inline: 0.45rem 0 !important;
}

.time-request-entry-field[b-kl0cfxd40n]  .time-request-entry-input input {
    min-height: 3.25rem !important;
    padding: 0 0.85rem !important;
    font-size: var(--ems-font-body) !important;
}

.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea textarea {
    min-height: 7.25rem !important;
    padding: 0.85rem !important;
    resize: vertical !important;
}

.time-request-entry-group[b-kl0cfxd40n]  .time-request-entry-textarea textarea::placeholder {
    color: #98a2b3 !important;
    opacity: 1;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n]  .mud-radio-group,
.time-request-entry-methods-wrap[b-kl0cfxd40n]  .time-request-entry-methods {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.15rem !important;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n]  .time-request-entry-method {
    width: auto !important;
    min-height: 1.65rem !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0.55rem !important;
    color: #344054 !important;
    font-size: var(--ems-font-secondary) !important;
    justify-self: start;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n]  .time-request-entry-method .mud-radio-content {
    padding-inline-start: 0 !important;
    font-size: var(--ems-font-secondary) !important;
    line-height: 1.2 !important;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n]  .time-request-entry-method .mud-icon-button {
    padding: 0 !important;
    margin: 0 !important;
}

.time-request-entry-methods-wrap[b-kl0cfxd40n]  .time-request-entry-method .mud-icon-root {
    width: 1.05rem !important;
    height: 1.05rem !important;
    font-size: 1.05rem !important;
}

.time-request-entry-field-row[b-kl0cfxd40n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 0.7rem;
}

.time-request-entry-field-row.is-single[b-kl0cfxd40n] {
    grid-template-columns: minmax(0, 1fr);
}

.time-request-entry-field[b-kl0cfxd40n] {
    min-width: 0;
    display: grid;
    gap: 0.45rem;
}

.time-request-entry-field-separator[b-kl0cfxd40n] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    color: #98a2b3;
    font-size: 1.1rem;
    font-weight: 500;
}

.time-request-entry-document[b-kl0cfxd40n] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
}

.time-request-entry-upload[b-kl0cfxd40n] {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    border-radius: 8px;
    background: #2fbd78;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
}

.time-request-entry-document-name[b-kl0cfxd40n],
.time-request-entry-document-placeholder[b-kl0cfxd40n] {
    font-size: var(--ems-font-secondary);
}

.time-request-entry-document-name[b-kl0cfxd40n] {
    color: #3478cf;
    text-decoration: underline;
    word-break: break-word;
}

.time-request-entry-document-name.is-download[b-kl0cfxd40n] {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

.time-request-entry-document-name.is-download:disabled[b-kl0cfxd40n] {
    cursor: default;
    opacity: 0.62;
}

.time-request-entry-document-placeholder[b-kl0cfxd40n] {
    color: #9aa5b8;
}

.time-request-entry-errors[b-kl0cfxd40n] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: var(--ems-font-secondary);
}

.time-request-entry-actions[b-kl0cfxd40n] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1.15rem;
    margin-top: 0.15rem;
}

.time-request-entry-actions.is-single[b-kl0cfxd40n] {
    grid-template-columns: 1fr;
}

.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-delete,
.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-save {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.8rem;
    font-family: inherit !important;
    font-size: var(--ems-font-secondary) !important;
    cursor: pointer;
    text-transform: none !important;
    box-shadow: none !important;
}

.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-delete {
    border: 1.5px solid #ef4444 !important;
    background: #ffffff !important;
    color: #ef4e5c !important;
}

.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-save {
    border: 1.5px solid var(--mud-palette-primary, #004890) !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
}

.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-delete:disabled,
.time-request-entry-actions[b-kl0cfxd40n]  .time-request-entry-save:disabled {
    cursor: default;
    opacity: 0.62;
}

.time-request-entry-feedback[b-kl0cfxd40n] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.time-request-entry-feedback.is-error[b-kl0cfxd40n] {
    color: #b13333;
    padding: 1rem;
}

@media (max-width: 767px) {
    .time-request-entry-card[b-kl0cfxd40n] {
        padding: 1.15rem;
    }

}
/* /Pages/TimeSheet/CompensationEntry.razor.rz.scp.css */
.compensation-entry-shell[b-ul4zssgde5] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.compensation-entry-state-shell[b-ul4zssgde5] {
    display: flex;
    align-items: stretch;
}

.compensation-entry-state-shell[b-ul4zssgde5] (.feature-connection-notice) {
    width: 100%;
}

.compensation-entry-card[b-ul4zssgde5] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
    padding: var(--ems-surface-padding);
    border: 1px solid var(--ems-surface-border);
    border-radius: var(--ems-surface-radius);
    background: var(--ems-surface-background);
    background-color: var(--ems-surface-background);
    box-shadow: var(--ems-surface-shadow);
}

.compensation-entry-group[b-ul4zssgde5],
.compensation-entry-field[b-ul4zssgde5] {
    min-width: 0;
    display: grid;
    gap: 0.45rem;
}

.compensation-entry-label[b-ul4zssgde5] {
    color: #344054;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    letter-spacing: 0;
}

.compensation-entry-select-wrap[b-ul4zssgde5] {
    width: 100%;
    height: 2.85rem;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .compensation-entry-select,
.compensation-entry-field[b-ul4zssgde5]  .compensation-entry-input,
.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-input,
.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-textarea {
    width: 100%;
    margin: 0 !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-control,
.compensation-entry-field[b-ul4zssgde5]  .mud-input-control,
.compensation-entry-group[b-ul4zssgde5]  .mud-input-control {
    margin: 0 !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-root,
.compensation-entry-field[b-ul4zssgde5]  .mud-input-root,
.compensation-entry-group[b-ul4zssgde5]  .mud-input-root {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    box-shadow: none !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-root {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
}

.compensation-entry-field[b-ul4zssgde5]  .mud-input-root,
.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-input .mud-input-root {
    min-height: 3.25rem !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-outlined-border,
.compensation-entry-field[b-ul4zssgde5]  .mud-input-outlined-border,
.compensation-entry-group[b-ul4zssgde5]  .mud-input-outlined-border {
    border: 1px solid #dfe4eb !important;
    border-radius: 10px !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.compensation-entry-field[b-ul4zssgde5]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.compensation-entry-group[b-ul4zssgde5]  .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--mud-palette-primary, #004890) !important;
    box-shadow: 0 0 0 3px rgba(0, 72, 144, 0.1) !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-select-input,
.compensation-entry-field[b-ul4zssgde5]  input,
.compensation-entry-group[b-ul4zssgde5]  input,
.compensation-entry-group[b-ul4zssgde5]  textarea {
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: var(--ems-font-body) !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-select-input {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-adornment-start {
    margin-inline: 0 0.7rem !important;
    color: var(--mud-palette-primary, #004890) !important;
}

.compensation-entry-select-wrap[b-ul4zssgde5]  .mud-input-adornment-end {
    margin-inline: 0.45rem 0 !important;
}

.compensation-entry-field[b-ul4zssgde5]  input,
.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-input input {
    min-height: 3.25rem !important;
    padding: 0 0.85rem !important;
    font-size: var(--ems-font-body) !important;
}

.compensation-entry-field[b-ul4zssgde5]  .mud-input-numeric-spin {
    right: 0.55rem !important;
}

.compensation-entry-field[b-ul4zssgde5]  .mud-input-numeric input {
    padding-right: 2.25rem !important;
}

.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-textarea textarea {
    min-height: 7.25rem !important;
    padding: 0.85rem !important;
    resize: vertical !important;
}

.compensation-entry-group[b-ul4zssgde5]  .compensation-entry-textarea textarea::placeholder {
    color: #98a2b3 !important;
    opacity: 1;
}

.compensation-entry-grid[b-ul4zssgde5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.compensation-entry-document[b-ul4zssgde5] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
}

.compensation-entry-upload[b-ul4zssgde5] {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    border-radius: 8px;
    background: #2fbd78;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.compensation-entry-document-name[b-ul4zssgde5],
.compensation-entry-document-placeholder[b-ul4zssgde5] {
    font-size: var(--ems-font-secondary);
}

.compensation-entry-document-name[b-ul4zssgde5] {
    color: #3478cf;
    text-decoration: underline;
    word-break: break-word;
}

.compensation-entry-document-name.is-download[b-ul4zssgde5] {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

.compensation-entry-document-name.is-download:disabled[b-ul4zssgde5] {
    cursor: default;
    opacity: 0.62;
}

.compensation-entry-document-placeholder[b-ul4zssgde5] {
    color: #9aa5b8;
}

.compensation-entry-errors[b-ul4zssgde5] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: var(--ems-font-secondary);
}

.compensation-entry-actions[b-ul4zssgde5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1.15rem;
    margin-top: 0.15rem;
}

.compensation-entry-actions.is-single[b-ul4zssgde5] {
    grid-template-columns: 1fr;
}

.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-delete,
.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-save {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.8rem;
    font-family: inherit !important;
    font-size: var(--ems-font-secondary) !important;
    cursor: pointer;
    text-transform: none !important;
    box-shadow: none !important;
}

.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-delete {
    border: 1.5px solid #ef4444 !important;
    background: #ffffff !important;
    color: #ef4e5c !important;
}

.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-save {
    border: 1.5px solid var(--mud-palette-primary, #004890) !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
}

.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-delete:disabled,
.compensation-entry-actions[b-ul4zssgde5]  .compensation-entry-save:disabled {
    cursor: default;
    opacity: 0.62;
}

.compensation-entry-feedback[b-ul4zssgde5] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.compensation-entry-feedback.is-error[b-ul4zssgde5] {
    color: #b13333;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 767px) {
    .compensation-entry-card[b-ul4zssgde5] {
        padding: 1.15rem;
    }
}
/* /Pages/TimeSheet/TimebookingEntry.razor.rz.scp.css */
.timesheet-entry-shell[b-zgspu83c99] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.timesheet-entry-state-shell[b-zgspu83c99] {
    display: flex;
    align-items: stretch;
}

.timesheet-entry-state-shell[b-zgspu83c99] (.feature-connection-notice) {
    width: 100%;
}

.timesheet-entry-card[b-zgspu83c99] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
    padding: var(--ems-surface-padding);
    border: 1px solid var(--ems-surface-border);
    border-radius: var(--ems-surface-radius);
    background: var(--ems-surface-background);
    box-shadow: var(--ems-surface-shadow);
}

.timesheet-entry-group[b-zgspu83c99],
.timesheet-entry-field[b-zgspu83c99] {
    min-width: 0;
    display: grid;
    gap: 0.45rem;
}

.timesheet-entry-label[b-zgspu83c99] {
    color: #344054;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.timesheet-entry-select-wrap[b-zgspu83c99] {
    width: 100%;
    height: 2.85rem;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .timesheet-entry-select,
.timesheet-entry-field[b-zgspu83c99]  .timesheet-entry-input,
.timesheet-entry-group[b-zgspu83c99]  .timesheet-entry-input,
.timesheet-entry-group[b-zgspu83c99]  .timesheet-entry-textarea {
    width: 100%;
    margin: 0 !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-control,
.timesheet-entry-field[b-zgspu83c99]  .mud-input-control,
.timesheet-entry-group[b-zgspu83c99]  .mud-input-control {
    margin: 0 !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-root,
.timesheet-entry-field[b-zgspu83c99]  .mud-input-root,
.timesheet-entry-group[b-zgspu83c99]  .mud-input-root {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f2937 !important;
    box-shadow: none !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-root {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
}

.timesheet-entry-field[b-zgspu83c99]  .mud-input-root,
.timesheet-entry-group[b-zgspu83c99]  .timesheet-entry-input .mud-input-root {
    min-height: 3.25rem !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-outlined-border,
.timesheet-entry-field[b-zgspu83c99]  .mud-input-outlined-border,
.timesheet-entry-group[b-zgspu83c99]  .mud-input-outlined-border {
    border: 1px solid #dfe4eb !important;
    border-radius: 10px !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.timesheet-entry-field[b-zgspu83c99]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.timesheet-entry-group[b-zgspu83c99]  .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--mud-palette-primary, #004890) !important;
    box-shadow: 0 0 0 3px rgba(0, 72, 144, 0.1) !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-select-input,
.timesheet-entry-field[b-zgspu83c99]  input,
.timesheet-entry-group[b-zgspu83c99]  input,
.timesheet-entry-group[b-zgspu83c99]  textarea {
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: var(--ems-font-body) !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-select-input {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.timesheet-entry-select-wrap[b-zgspu83c99]  .mud-input-adornment-start {
    margin-inline: 0 0.7rem !important;
    color: var(--mud-palette-primary, #004890) !important;
}

.timesheet-entry-field[b-zgspu83c99]  input,
.timesheet-entry-group[b-zgspu83c99]  .timesheet-entry-input input {
    min-height: 3.25rem !important;
    padding: 0 0.85rem !important;
}

.timesheet-entry-group[b-zgspu83c99]  textarea {
    min-height: 7.25rem !important;
    padding: 0.85rem !important;
    resize: vertical !important;
}

.timesheet-entry-field-row[b-zgspu83c99] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 0.7rem;
}

.timesheet-entry-field-row.is-single[b-zgspu83c99] {
    grid-template-columns: minmax(0, 1fr);
}

.timesheet-entry-field-separator[b-zgspu83c99] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    color: #98a2b3;
    font-size: 1.1rem;
    font-weight: 500;
}

.timesheet-entry-actions[b-zgspu83c99] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1.15rem;
    margin-top: 0.15rem;
}

.timesheet-entry-actions.is-single[b-zgspu83c99] {
    grid-template-columns: 1fr;
}

.timesheet-entry-actions[b-zgspu83c99]  .timesheet-entry-delete,
.timesheet-entry-actions[b-zgspu83c99]  .timesheet-entry-save {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    border-radius: 8px;
    text-transform: none !important;
    box-shadow: none !important;
}

.timesheet-entry-actions[b-zgspu83c99]  .timesheet-entry-delete {
    border: 1.5px solid #ef4444 !important;
    background: #fff !important;
    color: #ef4e5c !important;
}

.timesheet-entry-actions[b-zgspu83c99]  .timesheet-entry-save {
    border: 1.5px solid var(--mud-palette-primary, #004890) !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #fff !important;
}

.timesheet-entry-feedback[b-zgspu83c99] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.timesheet-entry-feedback.is-error[b-zgspu83c99] {
    color: #b13333;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 767px) {
    .timesheet-entry-card[b-zgspu83c99] {
        padding: 1.15rem;
    }
}
/* /Pages/TimeSheet/TimekeepingEntry.razor.rz.scp.css */
.timesheet-entry-shell[b-idcvmbwebl] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.timesheet-entry-state-shell[b-idcvmbwebl] {
    display: flex;
    align-items: stretch;
}

.timesheet-entry-state-shell[b-idcvmbwebl] (.feature-connection-notice) {
    width: 100%;
}

.timesheet-entry-card[b-idcvmbwebl] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
    padding: var(--ems-surface-padding);
    border: 1px solid var(--ems-surface-border);
    border-radius: var(--ems-surface-radius);
    background: var(--ems-surface-background);
    background-color: var(--ems-surface-background);
    box-shadow: var(--ems-surface-shadow);
}

.timesheet-entry-group[b-idcvmbwebl],
.timesheet-entry-field[b-idcvmbwebl] {
    min-width: 0;
    display: grid;
    gap: 0.45rem;
}

.timesheet-entry-label[b-idcvmbwebl] {
    color: #344054;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
    letter-spacing: 0;
}

.timesheet-entry-select-wrap[b-idcvmbwebl] {
    width: 100%;
    height: 2.85rem;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl] {
    width: 100%;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .timesheet-entry-select,
.timesheet-entry-field[b-idcvmbwebl]  .timesheet-entry-input,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea {
    width: 100%;
    margin: 0 !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-control,
.timesheet-entry-field[b-idcvmbwebl]  .mud-input-control,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input .mud-input-control,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea .mud-input-control {
    margin: 0 !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-root,
.timesheet-entry-field[b-idcvmbwebl]  .mud-input-root,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input .mud-input-root,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea .mud-input-root {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    box-shadow: none !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-root {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
}

.timesheet-entry-field[b-idcvmbwebl]  .mud-input-root,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input .mud-input-root {
    min-height: 3.25rem !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-outlined-border,
.timesheet-entry-field[b-idcvmbwebl]  .mud-input-outlined-border,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input .mud-input-outlined-border,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea .mud-input-outlined-border {
    border: 1px solid #dfe4eb !important;
    border-radius: 10px !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.timesheet-entry-field[b-idcvmbwebl]  .mud-input-root.mud-input-focused .mud-input-outlined-border,
.timesheet-entry-group[b-idcvmbwebl]  .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--mud-palette-primary, #004890) !important;
    box-shadow: 0 0 0 3px rgba(0, 72, 144, 0.1) !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-select-input,
.timesheet-entry-field[b-idcvmbwebl]  input,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input input,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea textarea {
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: var(--ems-font-body) !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-select-input {
    height: 2.85rem !important;
    min-height: 2.85rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-adornment-start {
    margin-inline: 0 0.7rem !important;
    color: var(--mud-palette-primary, #004890) !important;
}

.timesheet-entry-select-wrap[b-idcvmbwebl]  .mud-input-adornment-end {
    margin-inline: 0.45rem 0 !important;
}

.timesheet-entry-field[b-idcvmbwebl]  input,
.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-input input {
    min-height: 3.25rem !important;
    padding: 0 0.85rem !important;
    font-size: var(--ems-font-body) !important;
}

.timesheet-entry-field[b-idcvmbwebl]  .mud-input-numeric-spin {
    right: 0.55rem !important;
}

.timesheet-entry-field[b-idcvmbwebl]  .mud-input-numeric input {
    padding-right: 2.25rem !important;
}

.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea textarea {
    min-height: 7.25rem !important;
    padding: 0.85rem !important;
    resize: vertical !important;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl]  .mud-radio-group,
.timesheet-entry-methods-wrap[b-idcvmbwebl]  .timesheet-entry-radio-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.15rem !important;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl]  .timesheet-entry-method {
    width: auto !important;
    min-height: 1.65rem !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0.55rem !important;
    color: #344054 !important;
    font-size: var(--ems-font-secondary) !important;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl]  .timesheet-entry-method .mud-radio-content {
    padding-inline-start: 0 !important;
    font-size: var(--ems-font-secondary) !important;
    line-height: 1.2 !important;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl]  .timesheet-entry-method .mud-icon-button {
    padding: 0 !important;
    margin: 0 !important;
}

.timesheet-entry-methods-wrap[b-idcvmbwebl]  .timesheet-entry-method .mud-icon-root {
    width: 1.05rem !important;
    height: 1.05rem !important;
    font-size: 1.05rem !important;
}

.timesheet-entry-field-row[b-idcvmbwebl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 0.7rem;
}

.timesheet-entry-field-row.is-single[b-idcvmbwebl] {
    grid-template-columns: minmax(0, 1fr);
}

.timesheet-entry-field-separator[b-idcvmbwebl] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    color: #98a2b3;
    font-size: 1.1rem;
    font-weight: 500;
}

.timesheet-entry-group[b-idcvmbwebl]  .timesheet-entry-textarea textarea::placeholder {
    color: #98a2b3 !important;
    opacity: 1;
}

.timesheet-entry-errors[b-idcvmbwebl] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: var(--ems-font-secondary);
}

.timesheet-entry-actions[b-idcvmbwebl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1.15rem;
    margin-top: 0.15rem;
}

.timesheet-entry-actions.is-single[b-idcvmbwebl] {
    grid-template-columns: 1fr;
}

.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-delete,
.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-save {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.8rem;
    font-family: inherit !important;
    font-size: var(--ems-font-secondary) !important;
    cursor: pointer;
    text-transform: none !important;
    box-shadow: none !important;
}

.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-delete {
    border: 1.5px solid #ef4444 !important;
    background: #ffffff !important;
    color: #ef4e5c !important;
}

.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-save {
    border: 1.5px solid var(--mud-palette-primary, #004890) !important;
    background: var(--mud-palette-primary, #004890) !important;
    color: #ffffff !important;
}

.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-delete:disabled,
.timesheet-entry-actions[b-idcvmbwebl]  .timesheet-entry-save:disabled {
    cursor: default;
    opacity: 0.62;
}

.timesheet-entry-feedback[b-idcvmbwebl] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.timesheet-entry-feedback.is-error[b-idcvmbwebl] {
    color: #b13333;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 767px) {
    .timesheet-entry-card[b-idcvmbwebl] {
        padding: 1.15rem;
    }
}
/* /Pages/TimeSheet/TimeSheet.razor.rz.scp.css */
.time-sheet-shell[b-abajyygpri] {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
}

.time-sheet-panel[b-abajyygpri] {
    position: relative;
    display: grid;
    gap: var(--ems-surface-stack-gap);
}

.time-sheet-state-shell[b-abajyygpri] {
    display: flex;
    align-items: stretch;
}

.time-sheet-state-shell[b-abajyygpri] (.feature-connection-notice) {
    width: 100%;
}

.time-sheet-loading[b-abajyygpri] {
    min-height: 40dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-sheet-error[b-abajyygpri] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    text-align: center;
    color: #b42318;
}

.time-sheet-schedule-overview[b-abajyygpri] {
    display: grid;
    gap: var(--ems-surface-stack-gap);
    padding: 0.15rem 0.1rem 0;
}

.time-sheet-header[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.time-sheet-kicker[b-abajyygpri] {
    color: #182237;
    font-size: var(--ems-font-body);
    font-weight: 700;
    letter-spacing: 0;
}

.time-sheet-title[b-abajyygpri] {
    margin: 0.12rem 0 0;
    color: #63738b;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.time-sheet-week-label[b-abajyygpri] {
    color: #364257;
    font-size: var(--ems-font-secondary);
    font-weight: 600;
    white-space: nowrap;
}

.time-sheet-week-strip[b-abajyygpri] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.15rem;
    padding: 0.15rem 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.time-sheet-week-strip[b-abajyygpri]  .mud-icon-button {
    width: 2.15rem;
    height: 2.15rem;
    padding: 0.25rem;
    color: #8392a8;
}

.time-sheet-week-strip[b-abajyygpri]  .mud-icon-root {
    font-size: 1.2rem !important;
}

.time-sheet-days[b-abajyygpri] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.18rem;
}

.time-sheet-day[b-abajyygpri] {
    border: 0;
    min-width: 0;
    min-height: 3.6rem;
    border-radius: 8px;
    background: transparent;
    color: #59687d;
    padding: 0.35rem 0.1rem;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.25rem;
}

.time-sheet-day.is-selected[b-abajyygpri] {
    background: var(--mud-palette-primary, #004890);
    color: #ffffff;
    box-shadow: none;
}

.time-sheet-day-name[b-abajyygpri] {
    max-width: 100%;
    overflow: hidden;
    font-size: var(--ems-font-caption);
    font-weight: 600;
    letter-spacing: 0;
    text-overflow: clip;
}

.time-sheet-day-number[b-abajyygpri] {
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.time-sheet-summary-grid[b-abajyygpri] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0.7rem 0.3rem 0.55rem;
    border: 1px solid #e4e8ee;
    border-radius: 14px;
    background: #f6f7f9;
}

.time-sheet-summary-card[b-abajyygpri] {
    min-width: 0;
    padding: 0.3rem 0.15rem;
    border-radius: 0;
    background: transparent;
    border: 0;
    display: grid;
    justify-items: center;
    gap: 0.12rem;
    text-align: center;
}

.time-sheet-summary-card+.time-sheet-summary-card[b-abajyygpri] {
    border-left: 1px solid #edf0f4;
}

.time-sheet-summary-card__icon[b-abajyygpri] {
    color: #3c4c63;
    font-size: 1.2rem !important;
}

.time-sheet-summary-card__value[b-abajyygpri] {
    color: #182237;
    font-size: var(--ems-font-secondary);
    font-weight: 700;
}

.time-sheet-summary-card__caption[b-abajyygpri] {
    max-width: 100%;
    color: #8392a8;
    font-size: var(--ems-font-caption);
    line-height: 1.15;
}

.time-sheet-section[b-abajyygpri] {
    display: grid;
    padding: 0.9rem 0.85rem 0.75rem;
    border-radius: 14px;
    background: #fbfbfc;
    border: 1px solid #e4e8ee;
}

.time-sheet-section__head[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-sheet-section__title[b-abajyygpri] {
    padding: 5px;
    font-size: var(--ems-font-subtitle);
    font-weight: 700;
}

.time-sheet-entry-list[b-abajyygpri] {
    display: grid;
    gap: 0.12rem;
}

.time-sheet-entry-card[b-abajyygpri] {
    display: grid;
    grid-template-columns: 1.35rem minmax(0, 1fr) auto 1.25rem;
    gap: 0.5rem;
    align-items: center;
    min-height: 3rem;
    padding: 0.5rem 0.1rem;
    border-radius: 7px;
    background: transparent;
}

.time-sheet-entry-card.is-interactive[b-abajyygpri] {
    cursor: pointer;
}

.time-sheet-entry-card__status[b-abajyygpri] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.time-sheet-entry-card__status[b-abajyygpri]  .mud-icon-root {
    font-size: 1rem !important;
}

.time-sheet-entry-card__status.is-completed[b-abajyygpri] {
    color: #25bf6b;
}

.time-sheet-entry-card__status.is-automatic[b-abajyygpri] {
    color: #2f69a8;
}

.time-sheet-entry-card__status.is-locked[b-abajyygpri] {
    color: #5a6170;
}

.time-sheet-entry-card__status.is-change-requested[b-abajyygpri] {
    color: #f5a623;
}

.time-sheet-entry-card__status.is-running[b-abajyygpri] {
    color: #24559f;
}

.time-sheet-entry-card__status.is-normal[b-abajyygpri] {
    color: var(--mud-palette-primary, #004890);
}

.time-sheet-entry-card__main[b-abajyygpri] {
    min-width: 0;
}

.time-sheet-entry-card__title[b-abajyygpri] {
    color: #303744;
    font-size: var(--ems-font-secondary);
    font-weight: 500;
}

.time-sheet-entry-card__meta[b-abajyygpri] {
    color: #8a99ae;
    font-size: var(--ems-font-caption);
    margin-top: 0.05rem;
}

.time-sheet-entry-card__side[b-abajyygpri] {
    text-align: right;
}

.time-sheet-entry-card__primary[b-abajyygpri] {
    color: #182237;
    font-size: var(--ems-font-secondary);
    font-weight: 700;
}

.time-sheet-entry-card__secondary[b-abajyygpri] {
    color: #8392a8;
    font-size: var(--ems-font-caption);
}

.time-sheet-entry-card__chevron[b-abajyygpri] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7b2c2;
}

.time-sheet-entry-card__chevron[b-abajyygpri]  .mud-icon-root {
    width: 20px;
    height: 20px;
    font-size: 20px !important;
}

.time-sheet-empty[b-abajyygpri] {
    padding: 0.7rem 0;
    color: #8692a4;
    font-size: var(--ems-font-secondary);
}

.time-sheet-compensation-totals[b-abajyygpri] {
    display: grid;
    gap: 0.4rem;
    padding-top: 0.25rem;
}

.time-sheet-compensation-total[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #536176;
    font-size: var(--ems-font-secondary);
}

.time-sheet-compensation-total strong[b-abajyygpri] {
    color: #21324e;
}

.time-sheet-fab-stack[b-abajyygpri] {
    position: fixed;
    right: max(1rem, calc(env(safe-area-inset-right) + 1rem));
    bottom: max(1rem, calc(env(safe-area-inset-bottom) + 1rem));
    display: grid;
    justify-items: end;
    gap: 0.75rem;
    z-index: 1200;
    pointer-events: none;
}

.time-sheet-fab-action[b-abajyygpri],
.time-sheet-fab-main[b-abajyygpri] {
    border: 0;
    box-shadow: 0 12px 28px rgba(33, 62, 127, 0.28);
    color: #fff;
    font-family: inherit;
}

.time-sheet-fab-action[b-abajyygpri] {
    min-width: 112px;
    padding: 0.88rem 1rem;
    border-radius: 999px;
    background: var(--mud-palette-primary, #004890);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: var(--ems-font-body);
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem) scale(0.9);
    transform-origin: right center;
    transition:
        opacity 180ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.time-sheet-fab-action.is-time[b-abajyygpri] {
    transition-delay: 0ms;
}

.time-sheet-fab-action.is-compensation[b-abajyygpri] {
    transition-delay: 30ms;
}

.time-sheet-fab-action.is-timebooking[b-abajyygpri] {
    transition-delay: 15ms;
}

.time-sheet-fab-action.is-report[b-abajyygpri] {
    background: var(--mud-palette-primary, #004890);
    transition-delay: 30ms;
}

.time-sheet-fab-stack.is-open .time-sheet-fab-action[b-abajyygpri] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.time-sheet-fab-stack.is-open .time-sheet-fab-action.is-time[b-abajyygpri] {
    transition-delay: 75ms;
}

.time-sheet-fab-stack.is-open .time-sheet-fab-action.is-compensation[b-abajyygpri] {
    transition-delay: 25ms;
}

.time-sheet-fab-stack.is-open .time-sheet-fab-action.is-timebooking[b-abajyygpri] {
    transition-delay: 50ms;
}

.time-sheet-fab-stack.is-open .time-sheet-fab-action.is-report[b-abajyygpri] {
    transition-delay: 0ms;
}

.time-sheet-fab-main[b-abajyygpri] {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--mud-palette-primary, #004890) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.time-sheet-fab-main:active[b-abajyygpri] {
    transform: scale(0.94);
}

.time-sheet-fab-main-icon[b-abajyygpri] {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 180ms ease,
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.time-sheet-fab-main-icon.is-more[b-abajyygpri] {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.time-sheet-fab-main-icon.is-close[b-abajyygpri] {
    opacity: 0;
    transform: rotate(-90deg) scale(0.65);
}

.time-sheet-fab-stack.is-open .time-sheet-fab-main-icon.is-more[b-abajyygpri] {
    opacity: 0;
    transform: rotate(90deg) scale(0.65);
}

.time-sheet-fab-stack.is-open .time-sheet-fab-main-icon.is-close[b-abajyygpri] {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

@media (prefers-reduced-motion: reduce) {

    .time-sheet-fab-action[b-abajyygpri],
    .time-sheet-fab-main[b-abajyygpri],
    .time-sheet-fab-main-icon[b-abajyygpri] {
        transition: none;
    }
}

@media (max-width: 390px) {
    .time-sheet-section[b-abajyygpri] {
        padding-inline: 0.65rem;
    }
}
