/* /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 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;
}

@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/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;
}
/* /UIComponemts/AlertMessage.razor.rz.scp.css */
.alert[b-dcdidj755h] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.alert-dismiss-btn[b-dcdidj755h] {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    opacity: 0.5;
    padding: 0 0 0 1rem;
    display: flex;
    align-items: center;
}

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

/* Overlay styles */
.alert-overlay[b-dcdidj755h] {
    position: fixed;
    z-index: 999999;
    min-width: 300px;
    max-width: 600px;
    width: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Overlay positions */
.alert-overlay.position-top-center[b-dcdidj755h] {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.alert-overlay.position-top-center.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
}

.alert-overlay.position-top-right[b-dcdidj755h] {
    top: 20px;
    right: 20px;
}

.alert-overlay.position-top-right.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(10px);
}

.alert-overlay.position-top-left[b-dcdidj755h] {
    top: 20px;
    left: 20px;
}

.alert-overlay.position-top-left.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(-10px);
}

.alert-overlay.position-bottom-center[b-dcdidj755h] {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.alert-overlay.position-bottom-center.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

.alert-overlay.position-bottom-right[b-dcdidj755h] {
    bottom: 20px;
    right: 20px;
}

.alert-overlay.position-bottom-right.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(10px);
}

.alert-overlay.position-bottom-left[b-dcdidj755h] {
    bottom: 20px;
    left: 20px;
}

.alert-overlay.position-bottom-left.fade-out[b-dcdidj755h] {
    opacity: 0;
    transform: translateX(-10px);
}

.alert-content[b-dcdidj755h] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 6px;
    border: 1px solid transparent;
}

/* Alert type styles for both modes */
.alert-success[b-dcdidj755h], .alert-overlay.alert-success .alert-content[b-dcdidj755h] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger[b-dcdidj755h], .alert-overlay.alert-danger .alert-content[b-dcdidj755h] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-warning[b-dcdidj755h], .alert-overlay.alert-warning .alert-content[b-dcdidj755h] {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}
