/* /App.razor.rz.scp.css */
.loading-container[b-ty4k5wjfoi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.spinner[b-ty4k5wjfoi] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ty4k5wjfoi 1s linear infinite;
}

@keyframes spin-b-ty4k5wjfoi {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container p[b-ty4k5wjfoi] {
    margin-top: 1rem;
    color: #666;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-vch0wl6ojw] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background-color: #ebedef;
    color: #2f353a;
}
/* /Pages/Authentication/Login.razor.rz.scp.css */
.auth-shell[b-m34mjd4bsg] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-m34mjd4bsg] {
    width: min(480px, 100%);
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #d8dbe0;
    box-shadow: 0 16px 40px rgba(44, 56, 74, 0.18);
    display: grid;
    gap: 24px;
}

.auth-card-header[b-m34mjd4bsg] {
    display: grid;
    gap: 8px;
    text-align: center;
}

.auth-logo[b-m34mjd4bsg] {
    height: 56px;
    margin: 0 auto;
    object-fit: contain;
}

.auth-card-header h1[b-m34mjd4bsg],
.auth-card-header h2[b-m34mjd4bsg] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2f353a;
}

.auth-card-header p[b-m34mjd4bsg] {
    margin: 0;
    font-size: 1rem;
    color: #8f9ba6;
}

.auth-form[b-m34mjd4bsg] {
    display: grid;
    gap: 12px;
}

.auth-field[b-m34mjd4bsg] {
    display: grid;
    gap: 0px;
}

.auth-field label[b-m34mjd4bsg] {
    font-size: 1rem;
    font-weight: 600;
    color: #2f353a;
}

.auth-input-group[b-m34mjd4bsg] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    border: 1px solid #d8dbe0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-input-group:focus-within[b-m34mjd4bsg] {
    border-color: #3c4b64;
    box-shadow: 0 0 0 3px rgba(60, 75, 100, 0.15);
}

.auth-input-icon-box[b-m34mjd4bsg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-width: 52px;
    flex-shrink: 0;
    background: #f4f5f7;
    border-right: 1px solid #d8dbe0;
    color: #636f83;
    font-size: 1.1rem;
}

/* Use ::deep to target child input elements */
[b-m34mjd4bsg] .auth-input,
[b-m34mjd4bsg] .auth-input.valid,
[b-m34mjd4bsg] .auth-input.invalid,
[b-m34mjd4bsg] input.auth-input,
.auth-input-group[b-m34mjd4bsg]  input,
.auth-input-group > input[b-m34mjd4bsg] {
    flex: 1 1 0%;
    min-width: 0;
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 16px 18px !important;
    margin: 0 !important;
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: 0 !important;
    outline-width: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 500;
    color: #2f353a !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

[b-m34mjd4bsg] .auth-input:focus,
[b-m34mjd4bsg] .auth-input:focus-visible,
.auth-input-group[b-m34mjd4bsg]  input:focus,
.auth-input-group > input:focus[b-m34mjd4bsg] {
    outline: 0 !important;
    outline-width: 0 !important;
    border: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

[b-m34mjd4bsg] .auth-input::placeholder,
.auth-input-group[b-m34mjd4bsg]  input::placeholder,
.auth-input-group > input[b-m34mjd4bsg]::placeholder {
    color: #9da5b1;
    font-weight: 400;
}

.auth-submit-wrapper[b-m34mjd4bsg] {
    margin-top: 12px;
}

.auth-submit[b-m34mjd4bsg] {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 16px 24px;
    background: #3c4b64;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.auth-submit:hover:not(:disabled)[b-m34mjd4bsg] {
    background: #303c52;
}

.auth-submit:disabled[b-m34mjd4bsg] {
    opacity: 0.65;
    cursor: not-allowed;
}

.auth-spinner[b-m34mjd4bsg] {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    animation: auth-spin-b-m34mjd4bsg 800ms linear infinite;
}

.auth-alert[b-m34mjd4bsg] {
    padding: 12px 16px;
    border-radius: 8px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    font-weight: 500;
    font-size: 0.95rem;
}

.auth-alert-success[b-m34mjd4bsg] {
    background: #eaf4ee;
    border-color: #bad9c5;
    color: #1f5d38;
}

.auth-mode-toggle[b-m34mjd4bsg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 6px;
    background: #eef2f6;
    border-radius: 12px;
}

.auth-mode-button[b-m34mjd4bsg] {
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #526070;
    font-weight: 600;
    padding: 12px 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.auth-mode-button.active[b-m34mjd4bsg] {
    background: #ffffff;
    color: #2f353a;
    box-shadow: 0 8px 18px rgba(44, 56, 74, 0.12);
}

.auth-subcopy[b-m34mjd4bsg] {
    margin: 0;
    color: #6c7683;
    line-height: 1.5;
}

.auth-static-field[b-m34mjd4bsg] {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f4f7fb;
    border: 1px solid #d8dbe0;
}

.auth-static-label[b-m34mjd4bsg] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #637082;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.auth-static-value[b-m34mjd4bsg] {
    color: #2f353a;
    font-weight: 600;
    word-break: break-word;
}

.auth-link-button[b-m34mjd4bsg] {
    justify-self: start;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3c4b64;
    font-weight: 600;
    cursor: pointer;
}

.auth-link-button:hover[b-m34mjd4bsg] {
    color: #303c52;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .auth-card[b-m34mjd4bsg] {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .auth-mode-toggle[b-m34mjd4bsg] {
        grid-template-columns: 1fr;
    }
}

@keyframes auth-spin-b-m34mjd4bsg {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Authentication/Logout.razor.rz.scp.css */
.auth-shell[b-4hyb3r30jm] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card[b-4hyb3r30jm] {
    width: min(480px, 100%);
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #d8dbe0;
    box-shadow: 0 16px 40px rgba(44, 56, 74, 0.18);
    display: grid;
    gap: 24px;
    text-align: center;
}

.auth-card-center[b-4hyb3r30jm] {
    text-align: center;
}

.auth-card-header[b-4hyb3r30jm] {
    display: grid;
    gap: 8px;
}

.auth-card-header h2[b-4hyb3r30jm] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2f353a;
}

.auth-card-header p[b-4hyb3r30jm] {
    margin: 0;
    font-size: 1rem;
    color: #8f9ba6;
}

.auth-pill[b-4hyb3r30jm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(60, 75, 100, 0.12);
    color: #3c4b64;
    font-weight: 600;
    margin-bottom: 12px;
}

.auth-spinner-lg[b-4hyb3r30jm] {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 999px;
    border: 4px solid rgba(60, 75, 100, 0.2);
    border-top-color: #3c4b64;
    animation: auth-spin-b-4hyb3r30jm 800ms linear infinite;
}

@keyframes auth-spin-b-4hyb3r30jm {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Calendar/Calendar.razor.rz.scp.css */
.calendar-page[b-swtzayq69t] {
    min-height: calc(100vh - 140px);
}

.calendar-header-row[b-swtzayq69t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.calendar-header-actions[b-swtzayq69t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.calendar-header-presence[b-swtzayq69t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: auto;
}

.calendar-filters-panel[b-swtzayq69t] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 1200px) {
    .calendar-header-row[b-swtzayq69t] {
        flex-wrap: wrap;
    }

    .calendar-header-actions[b-swtzayq69t],
    .calendar-header-presence[b-swtzayq69t] {
        flex-wrap: wrap;
        overflow-x: visible;
    }
}

.calendar-scheduler-shell[b-swtzayq69t] {
    width: 100%;
}

.calendar-scheduler-wrap[b-swtzayq69t] {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: flex;
    overflow: hidden;
}

.calendar-scheduler[b-swtzayq69t] {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.calendar-context-menu-backdrop[b-swtzayq69t] {
    position: fixed;
    inset: 0;
    z-index: 1098;
}

.calendar-context-menu[b-swtzayq69t] {
    position: fixed;
    z-index: 1099;
    min-width: 180px;
    background: #ffffff;
    border: 1px solid #d7dee9;
    border-radius: 0.5rem;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
    overflow: hidden;
}

.calendar-context-menu-item[b-swtzayq69t] {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.65rem 0.9rem;
    text-align: left;
    cursor: pointer;
    font-size: 0.95rem;
    color: #1f2937;
}

.calendar-context-menu-item:hover[b-swtzayq69t] {
    background: #f3f4f6;
}

.calendar-context-menu-item-danger[b-swtzayq69t] {
    background: #c1121f;
    color: #ffffff;
}

.calendar-context-menu-item-danger:hover[b-swtzayq69t] {
    background: #9f1239;
}

.calendar-page[b-swtzayq69t]  .k-event.k-state-selected,
.calendar-page[b-swtzayq69t]  .k-event.k-selected,
.calendar-page[b-swtzayq69t]  .k-event[aria-selected="true"] {
    border: 2px solid #dc2626 !important;
    outline: none !important;
    box-shadow: none !important;
}

.calendar-page[b-swtzayq69t]  .calendar-event-marker {
    display: none;
}

.calendar-toolbar-filters[b-swtzayq69t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
}

.calendar-toolbar-filter[b-swtzayq69t] {
    min-width: 190px;
    max-width: 240px;
}

.calendar-toolbar-filter .form-label[b-swtzayq69t] {
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
    color: #6b7280;
}

.calendar-toolbar-actions[b-swtzayq69t] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
/* /Pages/Index.razor.rz.scp.css */
.dashboard-page[b-jgsblyhduy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dashboard-hero[b-jgsblyhduy] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.dashboard-title[b-jgsblyhduy] {
    margin: 0;
}

.dashboard-subtitle[b-jgsblyhduy] {
    margin: 0.35rem 0 0;
    color: #6c757d;
    max-width: 70ch;
}

.dashboard-panel[b-jgsblyhduy] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.dashboard-panel-header[b-jgsblyhduy] {
    margin-bottom: 1rem;
}

.dashboard-panel-header h2[b-jgsblyhduy] {
    margin: 0;
    font-size: 1.05rem;
}

.dashboard-panel-header p[b-jgsblyhduy] {
    margin: 0.35rem 0 0;
    color: #6c757d;
}

.dashboard-filter-grid[b-jgsblyhduy] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-filter-date[b-jgsblyhduy] {
    min-width: 0;
}

.dashboard-filter-date[b-jgsblyhduy]  .dashboard-date-range-picker,
.dashboard-filter-date[b-jgsblyhduy]  .k-daterangepicker,
.dashboard-filter-date[b-jgsblyhduy]  .k-picker {
    width: 100%;
}

.dashboard-filter-actions[b-jgsblyhduy] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.dashboard-card-grid[b-jgsblyhduy] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-card[b-jgsblyhduy] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 1rem;
    min-height: 7rem;
}

.dashboard-card-label[b-jgsblyhduy] {
    color: #6c757d;
    font-size: 0.92rem;
}

.dashboard-card-value[b-jgsblyhduy] {
    margin-top: 0.75rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.dashboard-chart-grid[b-jgsblyhduy] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-chart-panel-wide[b-jgsblyhduy] {
    grid-column: 1 / -1;
}

.dashboard-chart-container[b-jgsblyhduy] {
    min-height: 320px;
}

.dashboard-loading[b-jgsblyhduy],
.dashboard-empty-state[b-jgsblyhduy] {
    color: #6c757d;
    text-align: center;
    padding: 2rem 1rem;
}

.dashboard-table-wrap[b-jgsblyhduy] {
    overflow-x: auto;
}

.dashboard-table[b-jgsblyhduy] {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .dashboard-card-grid[b-jgsblyhduy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .dashboard-hero[b-jgsblyhduy] {
        flex-direction: column;
    }

    .dashboard-filter-grid[b-jgsblyhduy],
    .dashboard-card-grid[b-jgsblyhduy],
    .dashboard-chart-grid[b-jgsblyhduy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .dashboard-filter-grid[b-jgsblyhduy],
    .dashboard-card-grid[b-jgsblyhduy],
    .dashboard-chart-grid[b-jgsblyhduy] {
        grid-template-columns: 1fr;
    }

    .dashboard-filter-actions[b-jgsblyhduy] {
        justify-content: stretch;
        flex-direction: column;
    }

    .dashboard-filter-actions[b-jgsblyhduy]  .k-button {
        width: 100%;
    }
}
/* /Pages/NotFoundPage.razor.rz.scp.css */
.not-found-container[b-s13zmb0yj3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

.not-found-content[b-s13zmb0yj3] {
    text-align: center;
    padding: 2rem;
}

.not-found-content h1[b-s13zmb0yj3] {
    font-size: 6rem;
    color: #007bff;
    margin-bottom: 0;
}

.not-found-content h2[b-s13zmb0yj3] {
    margin-bottom: 1rem;
    color: #333;
}

.not-found-content p[b-s13zmb0yj3] {
    color: #666;
    margin-bottom: 2rem;
}
/* /Pages/PublicLinks.razor.rz.scp.css */
.public-link-shell[b-rdg5wu9d18] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f4f7fb;
}

.public-link-panel[b-rdg5wu9d18] {
    width: min(100%, 420px);
    padding: 32px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
    text-align: center;
}

.public-link-mark[b-rdg5wu9d18] {
    width: 64px;
    height: 64px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: #0052ba;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.public-link-panel h1[b-rdg5wu9d18] {
    margin: 20px 0 12px;
    color: #111827;
    font-size: 2rem;
    line-height: 1.15;
}

.public-link-panel p[b-rdg5wu9d18] {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
}

.public-link-button[b-rdg5wu9d18] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 24px;
    padding: 0 20px;
    border-radius: 8px;
    background: #0052ba;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.public-link-button:hover[b-rdg5wu9d18],
.public-link-button:focus[b-rdg5wu9d18] {
    color: #ffffff;
    background: #003f8f;
    text-decoration: none;
}
/* /UIComponemts/AlertMessage.razor.rz.scp.css */
.alert-message[b-dcdidj755h] {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 0.75rem;
    margin: 0;
    padding: 0.85rem 1rem;
}

.alert-inline[b-dcdidj755h] {
    margin-block: 0.75rem;
}

.alert-overlay[b-dcdidj755h] {
    position: fixed;
    z-index: 2000;
    width: min(42rem, calc(100vw - 2rem));
}

.position-top-center[b-dcdidj755h] {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.position-top-right[b-dcdidj755h] {
    top: 1rem;
    right: 1rem;
}

.position-top-left[b-dcdidj755h] {
    top: 1rem;
    left: 1rem;
}

.position-bottom-center[b-dcdidj755h] {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.position-bottom-right[b-dcdidj755h] {
    right: 1rem;
    bottom: 1rem;
}

.position-bottom-left[b-dcdidj755h] {
    bottom: 1rem;
    left: 1rem;
}

.alert-content[b-dcdidj755h] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    justify-content: space-between;
}

.alert-dismiss-btn[b-dcdidj755h] {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.7;
    padding: 0;
}

.alert-dismiss-btn:hover[b-dcdidj755h] {
    opacity: 1;
}

.fade-out[b-dcdidj755h] {
    animation: alert-fade-out-b-dcdidj755h 0.5s ease forwards;
}

@keyframes alert-fade-out-b-dcdidj755h {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* /UIComponemts/TooltipLabel.razor.rz.scp.css */
.vh-tooltip-label[b-uioy7gsdo1] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.vh-tooltip-label__button[b-uioy7gsdo1] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #e9ecef;
    color: #495057;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    cursor: help;
    flex-shrink: 0;
}

.vh-tooltip-label__button:hover[b-uioy7gsdo1],
.vh-tooltip-label__button:focus-visible[b-uioy7gsdo1] {
    background: #dbe4ff;
    color: #1d4ed8;
    outline: none;
}
