/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
/* Dashboard Layout */
.dashboard-wrapper[b-rwt1601xh3] {
    display: flex;
    min-height: 100vh;
    background-color: #f7fafc;
}

/* Sidebar */
.dashboard-sidebar[b-rwt1601xh3] {
    width: 280px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.sidebar-header[b-rwt1601xh3] {
    padding: 32px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header h2[b-rwt1601xh3] {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: white;
}

.sidebar-header p[b-rwt1601xh3] {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.8);
}

/* Sidebar Navigation */
.sidebar-nav[b-rwt1601xh3] {
    flex: 1;
    padding: 24px 0;
    overflow-y: auto;
}

.sidebar-nav ul[b-rwt1601xh3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li[b-rwt1601xh3] {
    margin-bottom: 4px;
}

.nav-item[b-rwt1601xh3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.2s;
    font-size: 15px;
    font-weight: 500;
    border-left: 3px solid transparent;
}

.nav-item:hover[b-rwt1601xh3] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item.active[b-rwt1601xh3] {
    background-color: rgba(255, 255, 255, 0.15);
    border-left-color: white;
    color: white;
}

.nav-icon[b-rwt1601xh3] {
    font-size: 20px;
    width: 24px;
    text-align: center;
}

.nav-text[b-rwt1601xh3] {
    flex: 1;
}

/* Sidebar Footer */
.sidebar-footer[b-rwt1601xh3] {
    padding: 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-info[b-rwt1601xh3] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-rwt1601xh3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.user-details[b-rwt1601xh3] {
    flex: 1;
    min-width: 0;
}

.user-name[b-rwt1601xh3] {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-btn[b-rwt1601xh3] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    font-weight: 500;
}

.logout-btn:hover[b-rwt1601xh3] {
    color: white;
    text-decoration: underline;
}

/* Main Content Area */
.dashboard-main[b-rwt1601xh3] {
    flex: 1;
    margin-left: 280px;
    min-height: 100vh;
}

.dashboard-content[b-rwt1601xh3] {
    padding: 40px;
    max-width: 1400px;
}

.dashboard-main.sidebar-closed[b-rwt1601xh3] {
    margin-left: 0;
}

.dashboard-main.sidebar-closed .dashboard-content[b-rwt1601xh3] {
    padding: 0;
    max-width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-sidebar[b-rwt1601xh3] {
        width: 240px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .dashboard-sidebar.open[b-rwt1601xh3] {
        transform: translateX(0);
    }

    .dashboard-main[b-rwt1601xh3] {
        margin-left: 0;
    }

    .dashboard-content[b-rwt1601xh3] {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .dashboard-sidebar[b-rwt1601xh3] {
        width: 100%;
    }

    .sidebar-header h2[b-rwt1601xh3] {
        font-size: 20px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0rmr8c8b2b],
.components-reconnect-repeated-attempt-visible[b-0rmr8c8b2b],
.components-reconnect-failed-visible[b-0rmr8c8b2b],
.components-pause-visible[b-0rmr8c8b2b],
.components-resume-failed-visible[b-0rmr8c8b2b],
.components-rejoining-animation[b-0rmr8c8b2b] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-retrying[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-failed[b-0rmr8c8b2b],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0rmr8c8b2b] {
    display: block;
}


#components-reconnect-modal[b-0rmr8c8b2b] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0rmr8c8b2b 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0rmr8c8b2b 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0rmr8c8b2b 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0rmr8c8b2b]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0rmr8c8b2b 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0rmr8c8b2b {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0rmr8c8b2b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0rmr8c8b2b {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0rmr8c8b2b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0rmr8c8b2b] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0rmr8c8b2b] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0rmr8c8b2b] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0rmr8c8b2b] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0rmr8c8b2b] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0rmr8c8b2b] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0rmr8c8b2b 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0rmr8c8b2b] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0rmr8c8b2b {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Appointments/AppointmentDetailsOverlay.razor.rz.scp.css */
.overlay-backdrop[b-3qlip4zwtx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.overlay-panel[b-3qlip4zwtx] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overlay-header[b-3qlip4zwtx] {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-header h3[b-3qlip4zwtx] {
    margin: 0;
    font-size: 1.25rem;
    color: #2d3748;
}

.close-btn[b-3qlip4zwtx] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #718096;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.overlay-body[b-3qlip4zwtx] {
    padding: 24px;
    overflow-y: auto;
}

/* Form Styles */
.form-grid[b-3qlip4zwtx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.form-group[b-3qlip4zwtx] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-group.full-width[b-3qlip4zwtx] {
    grid-column: span 2;
}

.form-group label[b-3qlip4zwtx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 2px;
}

/* More specific selectors for form controls */
.overlay-panel[b-3qlip4zwtx]  .form-control,
.overlay-panel[b-3qlip4zwtx]  input.form-control,
.overlay-panel[b-3qlip4zwtx]  select.form-control,
.overlay-panel[b-3qlip4zwtx]  textarea.form-control {
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 6px !important;
    font-size: 0.95rem !important;
    background: white !important;
    color: #2d3748 !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
    line-height: 36px !important;
    box-sizing: border-box !important;
}

.overlay-panel[b-3qlip4zwtx]  .form-control:hover:not(:disabled),
.overlay-panel[b-3qlip4zwtx]  input.form-control:hover:not(:disabled),
.overlay-panel[b-3qlip4zwtx]  select.form-control:hover:not(:disabled) {
    border-color: #a0aec0 !important;
}

.overlay-panel[b-3qlip4zwtx]  .form-control:focus,
.overlay-panel[b-3qlip4zwtx]  input.form-control:focus,
.overlay-panel[b-3qlip4zwtx]  select.form-control:focus,
.overlay-panel[b-3qlip4zwtx]  textarea.form-control:focus {
    outline: none !important;
    border-color: #4299e1 !important;
    box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.12) !important;
    background: #ffffff !important;
}

.overlay-panel[b-3qlip4zwtx]  .form-control:disabled,
.overlay-panel[b-3qlip4zwtx]  input.form-control:disabled,
.overlay-panel[b-3qlip4zwtx]  select.form-control:disabled {
    background-color: #f7fafc !important;
    color: #a0aec0 !important;
    cursor: not-allowed !important;
    border-color: #e2e8f0 !important;
}

.overlay-panel[b-3qlip4zwtx]  .form-control::placeholder,
.overlay-panel[b-3qlip4zwtx]  input.form-control::placeholder {
    color: #a0aec0 !important;
}

/* Specific input types */
.overlay-panel[b-3qlip4zwtx]  input[type="text"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="email"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="tel"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="time"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="date"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="number"].form-control {
    height: 36px !important;
    line-height: normal !important;
}

.overlay-panel[b-3qlip4zwtx]  select.form-control {
    height: 36px !important;
    line-height: normal !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 36px !important;
}

.overlay-panel[b-3qlip4zwtx]  select.form-control:disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a0aec0' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
}

.overlay-panel[b-3qlip4zwtx]  textarea.form-control {
    height: auto !important;
    line-height: 1.5 !important;
    padding: 8px 12px !important;
    resize: vertical !important;
    min-height: 80px !important;
    font-family: inherit !important;
}

/* Date and Time inputs */
.overlay-panel[b-3qlip4zwtx]  input[type="date"].form-control,
.overlay-panel[b-3qlip4zwtx]  input[type="time"].form-control {
    position: relative;
}

.overlay-panel[b-3qlip4zwtx]  input[type="date"].form-control::-webkit-calendar-picker-indicator,
.overlay-panel[b-3qlip4zwtx]  input[type="time"].form-control::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
}

.overlay-panel[b-3qlip4zwtx]  input[type="date"].form-control::-webkit-calendar-picker-indicator:hover,
.overlay-panel[b-3qlip4zwtx]  input[type="time"].form-control::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* Checkbox Styles */
.form-group.checkbox-group[b-3qlip4zwtx] {
    justify-content: flex-end;
}

.form-group.checkbox-group label[b-3qlip4zwtx] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    flex-direction: row;
    margin: 0;
    font-weight: normal;
    height: 36px;
    padding: 0 12px;
}

.form-group.checkbox-group[b-3qlip4zwtx]  input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #4299e1;
    margin: 0;
    flex-shrink: 0;
}

.form-actions[b-3qlip4zwtx] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

/* Details View Styles */
.details-view[b-3qlip4zwtx] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-row[b-3qlip4zwtx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.detail-group label[b-3qlip4zwtx] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #718096;
    margin-bottom: 4px;
    font-weight: 600;
}

.detail-group p[b-3qlip4zwtx] {
    margin: 0;
    color: #2d3748;
    font-size: 1rem;
}

.description-text[b-3qlip4zwtx],
.comments-text[b-3qlip4zwtx] {
    background: #f7fafc;
    padding: 12px;
    border-radius: 6px;
    white-space: pre-wrap;
}

.image-grid[b-3qlip4zwtx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.image-thumb[b-3qlip4zwtx] {
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e2e8f0;
}

.image-thumb img[b-3qlip4zwtx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

.image-thumb:hover img[b-3qlip4zwtx] {
    transform: scale(1.1);
}

.action-buttons[b-3qlip4zwtx] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

/* Photo Preview Overlay */
.photo-preview-overlay[b-3qlip4zwtx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.97) 0%, rgba(45, 55, 72, 0.97) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(8px);
    animation: fadeIn-b-3qlip4zwtx 0.15s ease-out;
}

@keyframes fadeIn-b-3qlip4zwtx {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn-b-3qlip4zwtx {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.preview-content[b-3qlip4zwtx] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.preview-body[b-3qlip4zwtx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    flex: 1;
}

.full-image-wrapper[b-3qlip4zwtx] {
    max-width: 100%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn-b-3qlip4zwtx 0.15s ease-out;
}

.nav-btn[b-3qlip4zwtx] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.full-image-wrapper img[b-3qlip4zwtx] {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.nav-btn:hover:not(:disabled)[b-3qlip4zwtx] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 1) 0%, rgba(118, 75, 162, 1) 100%);
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.nav-btn:disabled[b-3qlip4zwtx] {
    opacity: 0.2;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.close-preview[b-3qlip4zwtx] {
    position: absolute;
    top: -60px;
    right: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 32px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 300;
    line-height: 1;
}

.close-preview:hover[b-3qlip4zwtx] {
    background: rgba(229, 62, 62, 0.9);
    border-color: rgba(229, 62, 62, 1);
    transform: rotate(90deg);
}

.preview-footer[b-3qlip4zwtx] {
    background: rgba(0, 0, 0, 0.5);
    color: #cbd5e0;
    padding: 12px 24px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 20px;
    margin-top: 20px;
    backdrop-filter: blur(4px);
}
/* /Components/Pages/Appointments/Appointments.razor.rz.scp.css */
.appointments-page[b-9ssnjck9rx] {
    height: calc(100vh - 100px);
    /* Adjust based on header/layout */
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.page-header[b-9ssnjck9rx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h1[b-9ssnjck9rx] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.appointments-layout[b-9ssnjck9rx] {
    display: flex;
    gap: 24px;
    flex: 1;
    min-height: 0;
    /* Important for nested scrolling */
}

.main-calendar-section[b-9ssnjck9rx] {
    flex: 1;
    min-width: 0;
    /* Prevent flex item from overflowing */
    height: 100%;
}

.sidebar-section[b-9ssnjck9rx] {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-right: 4px;
    /* Space for scrollbar */
}

.sidebar-card[b-9ssnjck9rx] {
    background: transparent;
}

/* Scrollbar styling for sidebar */
.sidebar-section[b-9ssnjck9rx]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-section[b-9ssnjck9rx]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-section[b-9ssnjck9rx]::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 3px;
}

@media (max-width: 1200px) {
    .appointments-layout[b-9ssnjck9rx] {
        flex-direction: column;
        overflow-y: auto;
    }

    .sidebar-section[b-9ssnjck9rx] {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        overflow-y: visible;
    }

    .main-calendar-section[b-9ssnjck9rx] {
        height: 600px;
        /* Fixed height on smaller screens */
    }
}

/* Allow text selection in input fields */
.appointments-page input[b-9ssnjck9rx],
.appointments-page textarea[b-9ssnjck9rx] {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
/* /Components/Pages/Appointments/AvailabilitySettings.razor.rz.scp.css */
.availability-settings[b-9yckqhi94k] {
    background: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.settings-title[b-9yckqhi94k] {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #edf2f7;
}

.settings-form[b-9yckqhi94k] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-label[b-9yckqhi94k] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 4px;
}

.checkbox-grid[b-9yckqhi94k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 6px;
}

.checkbox-item[b-9yckqhi94k] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkbox-item input[type="checkbox"][b-9yckqhi94k] {
    width: 14px;
    height: 14px;
    accent-color: var(--primary-color, #0066cc);
}

.checkbox-item label[b-9yckqhi94k] {
    font-size: 0.85rem;
    color: #4a5568;
    cursor: pointer;
}

.time-inputs[b-9yckqhi94k] {
    display: flex;
    gap: 10px;
}

.time-input-group[b-9yckqhi94k] {
    flex: 1;
}

.time-input-group label[b-9yckqhi94k] {
    display: block;
    font-size: 0.75rem;
    color: #718096;
    margin-bottom: 2px;
}

.form-control[b-9yckqhi94k] {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #2d3748;
}

.form-control:focus[b-9yckqhi94k] {
    outline: none;
    border-color: var(--primary-color, #0066cc);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.actions[b-9yckqhi94k] {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}
/* /Components/Pages/Appointments/CreateAppointmentOverlay.razor.rz.scp.css */
/* ===================================
   Overlay Base Styles
   =================================== */
.overlay-backdrop[b-bqvixg6yvp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.overlay-panel[b-bqvixg6yvp] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ===================================
   Overlay Header
   =================================== */
.overlay-header[b-bqvixg6yvp] {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-header h3[b-bqvixg6yvp] {
    margin: 0;
    font-size: 1.25rem;
    color: #2d3748;
}

.close-btn[b-bqvixg6yvp] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #718096;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color 0.2s;
}

    .close-btn:hover[b-bqvixg6yvp] {
        color: #2d3748;
    }

    .close-btn:focus[b-bqvixg6yvp] {
        outline: 2px solid #4299e1;
        outline-offset: 2px;
        border-radius: 4px;
    }

/* ===================================
   Overlay Body
   =================================== */
.overlay-body[b-bqvixg6yvp] {
    padding: 24px;
    overflow-y: auto;
}

/* ===================================
   Form Styles - INCREASED SPECIFICITY
   =================================== */
.form-grid[b-bqvixg6yvp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-bqvixg6yvp] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-group.full-width[b-bqvixg6yvp] {
        grid-column: span 2;
    }

    .form-group label[b-bqvixg6yvp] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 2px;
    }

/* More specific selectors for form controls */
.overlay-panel[b-bqvixg6yvp]  .form-control,
.overlay-panel[b-bqvixg6yvp]  input.form-control,
.overlay-panel[b-bqvixg6yvp]  select.form-control, 
.overlay-panel[b-bqvixg6yvp]  textarea.form-control {
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 6px !important;
    font-size: 0.95rem !important;
    background: white !important;
    color: #2d3748 !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
    line-height: 36px !important;
    box-sizing: border-box !important;
}

    .overlay-panel[b-bqvixg6yvp]  .form-control:hover:not(:disabled),
    .overlay-panel[b-bqvixg6yvp]  input.form-control:hover:not(:disabled),
    .overlay-panel[b-bqvixg6yvp]  select.form-control:hover:not(:disabled) {
        border-color: #a0aec0 !important;
    }

    .overlay-panel[b-bqvixg6yvp]  .form-control:focus,
    .overlay-panel[b-bqvixg6yvp]  input.form-control:focus,
    .overlay-panel[b-bqvixg6yvp]  select.form-control:focus,
    .overlay-panel[b-bqvixg6yvp]  textarea.form-control:focus {
        outline: none !important;
        border-color: #4299e1 !important;
        box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.12) !important;
        background: #ffffff !important;
    }

    .overlay-panel[b-bqvixg6yvp]  .form-control:disabled,
    .overlay-panel[b-bqvixg6yvp]  input.form-control:disabled,
    .overlay-panel[b-bqvixg6yvp]  select.form-control:disabled {
        background-color: #f7fafc !important;
        color: #a0aec0 !important;
        cursor: not-allowed !important;
        border-color: #e2e8f0 !important;
    }

    .overlay-panel[b-bqvixg6yvp]  .form-control::placeholder,
    .overlay-panel[b-bqvixg6yvp]  input.form-control::placeholder {
        color: #a0aec0 !important;
    }

/* Specific input types */
.overlay-panel[b-bqvixg6yvp]  input[type="text"].form-control,
.overlay-panel[b-bqvixg6yvp]  input[type="email"].form-control,
.overlay-panel[b-bqvixg6yvp]  input[type="tel"].form-control,
.overlay-panel[b-bqvixg6yvp]  input[type="time"].form-control,
.overlay-panel[b-bqvixg6yvp]  input[type="date"].form-control {
    height: 36px !important;
    line-height: normal !important;
}

.overlay-panel[b-bqvixg6yvp]  select.form-control {
    height: 36px !important;
    line-height: normal !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 36px !important;
}

    .overlay-panel[b-bqvixg6yvp]  select.form-control:disabled {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a0aec0' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    }

.overlay-panel[b-bqvixg6yvp]  textarea.form-control {
    height: auto !important;
    line-height: 1.5 !important;
    padding: 8px 12px !important;
    resize: vertical !important;
    min-height: 80px !important;
    font-family: inherit !important;
}

/* Date and Time inputs */
.overlay-panel[b-bqvixg6yvp]  input[type="date"].form-control,
.overlay-panel[b-bqvixg6yvp]  input[type="time"].form-control {
    position: relative;
}

    .overlay-panel[b-bqvixg6yvp]  input[type="date"].form-control::-webkit-calendar-picker-indicator,
    .overlay-panel[b-bqvixg6yvp]  input[type="time"].form-control::-webkit-calendar-picker-indicator {
        cursor: pointer;
        opacity: 0.6;
    }

        .overlay-panel[b-bqvixg6yvp]  input[type="date"].form-control::-webkit-calendar-picker-indicator:hover,
        .overlay-panel[b-bqvixg6yvp]  input[type="time"].form-control::-webkit-calendar-picker-indicator:hover {
            opacity: 1;
        }

/* ===================================
   Checkbox Styles
   =================================== */
.form-group.checkbox-group[b-bqvixg6yvp] {
    justify-content: flex-end;
}

.form-group.checkbox-group label[b-bqvixg6yvp] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    flex-direction: row;
    margin: 0;
    font-weight: normal;
    height: 36px;
    padding: 0 12px;
}

.form-group.checkbox-group[b-bqvixg6yvp]  input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #4299e1;
    margin: 0;
    flex-shrink: 0;
}

/* ===================================
   Button Styles
   =================================== */
.btn[b-bqvixg6yvp] {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn:active:not(:disabled)[b-bqvixg6yvp] {
        transform: translateY(1px);
    }

    .btn:focus[b-bqvixg6yvp] {
        outline: 2px solid #4299e1;
        outline-offset: 2px;
    }

.btn-primary[b-bqvixg6yvp] {
    background: #4299e1;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-bqvixg6yvp] {
        background: #3182ce;
        box-shadow: 0 2px 4px rgba(66, 153, 225, 0.3);
    }

    .btn-primary:disabled[b-bqvixg6yvp] {
        background: #cbd5e0;
        cursor: not-allowed;
        transform: none;
    }

.btn-secondary[b-bqvixg6yvp] {
    background: #e2e8f0;
    color: #4a5568;
}

    .btn-secondary:hover:not(:disabled)[b-bqvixg6yvp] {
        background: #cbd5e0;
    }

    .btn-secondary:disabled[b-bqvixg6yvp] {
        background: #edf2f7;
        color: #a0aec0;
        cursor: not-allowed;
        transform: none;
    }

.form-actions[b-bqvixg6yvp] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

/* ===================================
   Search Styles
   =================================== */
.search-group[b-bqvixg6yvp] {
    position: relative;
    margin-bottom: 8px;
}

.search-input-wrapper[b-bqvixg6yvp] {
    position: relative;
}

    .search-input-wrapper input[b-bqvixg6yvp] {
        width: 100%;
    }

.search-results[b-bqvixg6yvp] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1.5px solid #cbd5e0;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
}

.search-item[b-bqvixg6yvp] {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #edf2f7;
    transition: background-color 0.15s;
}

    .search-item:last-child[b-bqvixg6yvp] {
        border-bottom: none;
    }

    .search-item:hover[b-bqvixg6yvp] {
        background: #f7fafc;
    }

    .search-item:focus[b-bqvixg6yvp] {
        outline: none;
        background: #ebf8ff;
    }

.customer-name[b-bqvixg6yvp] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 2px;
}

.customer-info[b-bqvixg6yvp] {
    font-size: 0.75rem;
    color: #718096;
}

.appointment-date[b-bqvixg6yvp] {
    color: #a0aec0;
    font-size: 0.75rem;
    margin-top: 2px;
}

/* ===================================
   Duration Input Group
   =================================== */
.duration-input-group[b-bqvixg6yvp] {
    position: relative;
    display: flex;
    align-items: center;
}

    .duration-input-group input[b-bqvixg6yvp] {
        flex: 1;
    }

    .duration-input-group .unit[b-bqvixg6yvp] {
        position: absolute;
        right: 12px;
        color: #718096;
        font-size: 0.875rem;
        pointer-events: none;
    }

/* ===================================
   Responsive Design
   =================================== */
@media (max-width: 640px) {
    .overlay-panel[b-bqvixg6yvp] {
        width: 95%;
        max-height: 95vh;
    }

    .form-grid[b-bqvixg6yvp] {
        grid-template-columns: 1fr;
    }

    .form-group.full-width[b-bqvixg6yvp] {
        grid-column: span 1;
    }

    .overlay-header[b-bqvixg6yvp] {
        padding: 16px;
    }

    .overlay-body[b-bqvixg6yvp] {
        padding: 16px;
    }

    .overlay-header h3[b-bqvixg6yvp] {
        font-size: 1.125rem;
    }

    .form-actions[b-bqvixg6yvp] {
        flex-direction: column-reverse;
    }

        .form-actions .btn[b-bqvixg6yvp] {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .overlay-panel[b-bqvixg6yvp] {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
}

/* ===================================
   Utility Classes
   =================================== */
.sr-only[b-bqvixg6yvp] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* /Components/Pages/Appointments/MonthCalendar.razor.rz.scp.css */
.month-calendar[b-ogcqhcdrex] {
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.calendar-header[b-ogcqhcdrex] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.month-label[b-ogcqhcdrex] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
}

.nav-btn[b-ogcqhcdrex] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #718096;
    padding: 0 4px;
    border-radius: 4px;
}

.nav-btn:hover[b-ogcqhcdrex] {
    background: #edf2f7;
    color: #2d3748;
}

.weekdays-header[b-ogcqhcdrex] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 2px;
    font-size: 0.65rem;
    color: #718096;
    font-weight: 600;
}

.days-grid[b-ogcqhcdrex] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
}

.day-cell[b-ogcqhcdrex] {
    width: 26px;
    height: 26px;
    margin: 1px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.7rem;
    color: #4a5568;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.day-cell.empty[b-ogcqhcdrex] {
    cursor: default;
}

.day-cell.today[b-ogcqhcdrex] {
    font-weight: 700;
    border-color: #cbd5e0;
}

/* Status Colors */
.day-cell.available[b-ogcqhcdrex] {
    background-color: #c6f6d5;
    /* Green-100 */
    color: #22543d;
    /* Green-900 */
}

.day-cell.unavailable[b-ogcqhcdrex] {
    background-color: #fed7d7;
    /* Red-100 */
    color: #742a2a;
    /* Red-900 */
}

.day-cell.default[b-ogcqhcdrex] {
    background-color: transparent;
}

/* Pending changes indicator */
.day-cell.pending[b-ogcqhcdrex] {
    position: relative;
    box-shadow: 0 0 0 2px #4299e1;
}

.pending-indicator[b-ogcqhcdrex] {
    position: absolute;
    top: 0;
    right: 0;
    color: #4299e1;
    font-size: 0.35rem;
}

.legend[b-ogcqhcdrex] {
    padding-top: 4px;
    border-top: 1px solid #edf2f7;
    font-size: 0.65rem;
    color: #718096;
    margin-top: 4px;
}

.legend-item[b-ogcqhcdrex] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot[b-ogcqhcdrex] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.dot.available[b-ogcqhcdrex] {
    background-color: #48bb78;
}

.dot.unavailable[b-ogcqhcdrex] {
    background-color: #f56565;
}

.dot.default[b-ogcqhcdrex] {
    background-color: #cbd5e0;
}
/* /Components/Pages/Appointments/WeekCalendar.razor.rz.scp.css */
.week-calendar[b-slt8f3w3ue] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.calendar-header[b-slt8f3w3ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
}

.calendar-footer[b-slt8f3w3ue] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 16px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.week-title[b-slt8f3w3ue] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.nav-button[b-slt8f3w3ue] {
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.2rem;
    color: #4a5568;
}

.nav-button:hover[b-slt8f3w3ue] {
    background: #f7fafc;
    color: #2d3748;
}

.toggle-24hr-checkbox[b-slt8f3w3ue] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.toggle-24hr-checkbox input[type="checkbox"][b-slt8f3w3ue] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-custom[b-slt8f3w3ue] {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    background: white;
    transition: all 0.2s;
}

.toggle-24hr-checkbox:hover .checkbox-custom[b-slt8f3w3ue] {
    border-color: #a0aec0;
}

.toggle-24hr-checkbox input:checked ~ .checkbox-custom[b-slt8f3w3ue] {
    background: var(--primary-color, #0066cc);
    border-color: var(--primary-color, #0066cc);
}

.toggle-24hr-checkbox input:checked ~ .checkbox-custom[b-slt8f3w3ue]::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label[b-slt8f3w3ue] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.calendar-grid[b-slt8f3w3ue] {
    display: flex;
    flex: 1;
    overflow-y: auto;
    position: relative;
}

.time-column[b-slt8f3w3ue] {
    width: 60px;
    flex-shrink: 0;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
    position: sticky;
    left: 0;
    z-index: 10;
}

.time-header[b-slt8f3w3ue] {
    height: 50px;
    /* Match day-header height */
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 20;
}

.time-slot[b-slt8f3w3ue] {
    height: 60px;
    /* PixelsPerHour */
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 8px;
    background: #f8fafc;
}

.time-slot span[b-slt8f3w3ue] {
    font-size: 0.75rem;
    color: #718096;
    background: #f8fafc;
    padding: 0 4px;
    transform: translateY(-50%);
}

.day-column[b-slt8f3w3ue] {
    flex: 1;
    min-width: 120px;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.day-column:last-child[b-slt8f3w3ue] {
    border-right: none;
}

.day-header[b-slt8f3w3ue] {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e2e8f0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.hour-slot.today[b-slt8f3w3ue] {
    background-color: #f0f9ff;
}

.day-name[b-slt8f3w3ue] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
}

.day-number[b-slt8f3w3ue] {
    font-size: 1.125rem;
    font-weight: 400;
    color: #2d3748;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.day-number.today-number[b-slt8f3w3ue] {
    background-color: var(--primary-color, #0066cc);
    color: white;
    font-weight: 600;
}

.day-slots[b-slt8f3w3ue] {
    position: relative;
    flex: 1;
}

.hour-slot[b-slt8f3w3ue] {
    height: 60px;
    /* PixelsPerHour */
    border-bottom: 1px solid #edf2f7;
}

.appointment-block[b-slt8f3w3ue] {
    position: absolute;
    left: 4px;
    right: 4px;
    background-color: #ebf8ff;
    border-left: 4px solid var(--primary-color, #0066cc);
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.1s, box-shadow 0.1s;
    z-index: 5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.appointment-block:hover[b-slt8f3w3ue] {
    transform: scale(1.02);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 6;
}

.appointment-time[b-slt8f3w3ue] {
    font-size: 0.75rem;
    color: #4a5568;
    margin-bottom: 2px;
}

.appointment-title[b-slt8f3w3ue] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-desc[b-slt8f3w3ue] {
    font-size: 0.75rem;
    color: #718096;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* All Day Section Styles */
.all-day-section[b-slt8f3w3ue] {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    min-height: 40px;
    background: #f8fafc;
}

.time-column-header[b-slt8f3w3ue] {
    width: 60px;
    flex-shrink: 0;
    border-right: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #718096;
    font-weight: 600;
    padding: 8px 4px;
    text-align: center;
    background: #f8fafc;
}
/* /Components/Pages/Bookings/BookingCard.razor.rz.scp.css */
/* Booking Card */
.booking-card[b-yx2bknlfrv] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #667eea;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.booking-card:hover[b-yx2bknlfrv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.booking-card.selected[b-yx2bknlfrv] {
    border-left-color: #4c51bf;
    background-color: #ebf4ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.booking-header[b-yx2bknlfrv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.booking-info[b-yx2bknlfrv] {
    flex: 1;
}

.customer-name[b-yx2bknlfrv] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px 0;
}

.service-address[b-yx2bknlfrv] {
    font-size: 14px;
    color: #718096;
    margin: 0 0 8px 0;
}

.booking-meta[b-yx2bknlfrv] {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #a0aec0;
}

.meta-item i[b-yx2bknlfrv] {
    margin-right: 4px;
}

.status-badge[b-yx2bknlfrv] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-pending[b-yx2bknlfrv] {
    background-color: #ebf8ff;
    color: #2b6cb0;
}

.status-confirmed[b-yx2bknlfrv] {
    background-color: #f0fff4;
    color: #2f855a;
}

.status-declined[b-yx2bknlfrv] {
    background-color: #fff5f5;
    color: #c53030;
}

.booking-description[b-yx2bknlfrv] {
    margin-top: 12px;
    font-size: 14px;
    color: #4a5568;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Bookings/BookingDetails.razor.rz.scp.css */
/* Booking Details Panel (embedded, not modal) */
.details-panel[b-vcavt5jar7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.details-header[b-vcavt5jar7] {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-title[b-vcavt5jar7] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-vcavt5jar7] {
    background: none;
    border: none;
    color: #a0aec0;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

    .close-btn:hover[b-vcavt5jar7] {
        color: #4a5568;
    }

    .close-btn .icon[b-vcavt5jar7] {
        width: 24px;
        height: 24px;
    }

.details-body[b-vcavt5jar7] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.details-grid[b-vcavt5jar7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.detail-item label[b-vcavt5jar7] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #718096;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-item p[b-vcavt5jar7] {
    font-size: 16px;
    color: #2d3748;
    margin: 0;
}

.detail-item.full-width[b-vcavt5jar7] {
    grid-column: span 2;
}

.detail-section[b-vcavt5jar7] {
    margin-bottom: 20px;
}

.description-box[b-vcavt5jar7] {
    background-color: #f7fafc;
    padding: 16px;
    border-radius: 8px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
}

.details-footer[b-vcavt5jar7] {
    padding: 20px 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background-color: #f8f9fa;
}

.no-permission-msg[b-vcavt5jar7] {
    font-size: 14px;
    color: #718096;
    font-style: italic;
    align-self: center;
}

/* View Photos Button */
.details-section[b-vcavt5jar7] {
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
}

.view-photos-btn[b-vcavt5jar7] {
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .view-photos-btn:hover[b-vcavt5jar7] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    }

    .view-photos-btn:active[b-vcavt5jar7] {
        transform: translateY(0);
    }

    .view-photos-btn .icon[b-vcavt5jar7] {
        font-size: 16px;
    }

/* Photo Overlay */
.photo-overlay[b-vcavt5jar7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.97) 0%, rgba(45, 55, 72, 0.97) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    backdrop-filter: blur(8px);
    animation: fadeIn-b-vcavt5jar7 0.15s ease-out;
}

@keyframes fadeIn-b-vcavt5jar7 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.photo-overlay-content[b-vcavt5jar7] {
    background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 100%);
    border-radius: 16px;
    width: 92%;
    max-width: 1200px;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    animation: slideUp-b-vcavt5jar7 0.2s ease-out;
}

@keyframes slideUp-b-vcavt5jar7 {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.overlay-header[b-vcavt5jar7] {
    padding: 20px 28px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

    .overlay-header h3[b-vcavt5jar7] {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.02em;
    }

.close-overlay-btn[b-vcavt5jar7] {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 24px;
    line-height: 1;
    color: white;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-weight: 300;
}

    .close-overlay-btn:hover[b-vcavt5jar7] {
        background: rgba(229, 62, 62, 0.9);
        border-color: rgba(229, 62, 62, 1);
        transform: rotate(90deg);
    }

/* Photo Grid */
.photo-grid[b-vcavt5jar7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    padding: 28px;
    overflow-y: auto;
    background: linear-gradient(to bottom, #f7fafc 0%, #edf2f7 100%);
}

.photo-thumbnail[b-vcavt5jar7] {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #e2e8f0;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .photo-thumbnail[b-vcavt5jar7]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1;
    }

    .photo-thumbnail:hover[b-vcavt5jar7] {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 12px 24px rgba(102, 126, 234, 0.2), 0 0 0 3px rgba(102, 126, 234, 0.3);
        border-color: #667eea;
    }

        .photo-thumbnail:hover[b-vcavt5jar7]::before {
            opacity: 1;
        }

    .photo-thumbnail img[b-vcavt5jar7] {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 0;
    }

/* Full Preview */
.full-preview-container[b-vcavt5jar7] {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* Full Preview Wrapper */
.full-preview-wrapper[b-vcavt5jar7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.full-image-wrapper[b-vcavt5jar7] {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn-b-vcavt5jar7 0.15s ease-out;
}

@keyframes zoomIn-b-vcavt5jar7 {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.full-image-wrapper img[b-vcavt5jar7] {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.nav-btn[b-vcavt5jar7] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 20px;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

    .nav-btn:hover:not(:disabled)[b-vcavt5jar7] {
        background: linear-gradient(135deg, rgba(102, 126, 234, 1) 0%, rgba(118, 75, 162, 1) 100%);
        transform: scale(1.15);
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .nav-btn:disabled[b-vcavt5jar7] {
        opacity: 0.2;
        cursor: not-allowed;
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
    }

.preview-footer[b-vcavt5jar7] {
    background: linear-gradient(to top, #1a202c 0%, #2d3748 100%);
    color: #cbd5e0;
    padding: 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-top: 2px solid rgba(102, 126, 234, 0.3);
}
/* /Components/Pages/Bookings/BookingInbox.razor.rz.scp.css */
/* Booking Inbox Styles */
.page-title[b-9ecrlaf0hl] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

/* Inbox Container Layout */
.inbox-container[b-9ecrlaf0hl] {
    display: flex;
    gap: 24px;
    height: calc(100vh - 200px);
    min-height: 600px;
}

.inbox-sidebar[b-9ecrlaf0hl] {
    width: 400px;
    flex-shrink: 0;
    overflow-y: auto;
    padding-right: 8px;
}

.inbox-sidebar[b-9ecrlaf0hl]::-webkit-scrollbar {
    width: 8px;
}

.inbox-sidebar[b-9ecrlaf0hl]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.inbox-sidebar[b-9ecrlaf0hl]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.inbox-sidebar[b-9ecrlaf0hl]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.inbox-details[b-9ecrlaf0hl] {
    flex: 1;
    overflow-y: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.no-selection[b-9ecrlaf0hl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #a0aec0;
    padding: 40px;
    text-align: center;
}

.no-selection i[b-9ecrlaf0hl] {
    margin-bottom: 16px;
    opacity: 0.5;
}

.no-selection p[b-9ecrlaf0hl] {
    font-size: 18px;
    margin: 0;
}

.bookings-grid[b-9ecrlaf0hl] {
    display: grid;
    gap: 16px;
}

.empty-state[b-9ecrlaf0hl] {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    color: #718096;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home Page Layout */
.home-page[b-09fop0blyb] {
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.page-header[b-09fop0blyb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h1[b-09fop0blyb] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.calendar-container[b-09fop0blyb] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .home-page[b-09fop0blyb] {
        height: auto;
        min-height: calc(100vh - 100px);
    }

    .page-header h1[b-09fop0blyb] {
        font-size: 1.5rem;
    }

    .calendar-container[b-09fop0blyb] {
        flex: none;
        min-height: 600px;
    }
}
/* /Components/Pages/Home/HomeAppointmentDetailsOverlay.razor.rz.scp.css */
.overlay-backdrop[b-1cb0egi70s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.overlay-panel[b-1cb0egi70s] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overlay-header[b-1cb0egi70s] {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-header h3[b-1cb0egi70s] {
    margin: 0;
    font-size: 1.25rem;
    color: #2d3748;
}

.close-btn[b-1cb0egi70s] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #718096;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.overlay-body[b-1cb0egi70s] {
    padding: 24px;
    overflow-y: auto;
}

/* Details View Styles */
.details-view[b-1cb0egi70s] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-row[b-1cb0egi70s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.detail-group label[b-1cb0egi70s] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #718096;
    margin-bottom: 4px;
    font-weight: 600;
}

.detail-group p[b-1cb0egi70s] {
    margin: 0;
    color: #2d3748;
    font-size: 1rem;
}

.description-text[b-1cb0egi70s],
.comments-text[b-1cb0egi70s] {
    background: #f7fafc;
    padding: 12px;
    border-radius: 6px;
    white-space: pre-wrap;
}

.image-grid[b-1cb0egi70s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.image-thumb[b-1cb0egi70s] {
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e2e8f0;
}

.image-thumb img[b-1cb0egi70s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

.image-thumb:hover img[b-1cb0egi70s] {
    transform: scale(1.1);
}

/* Photo Preview Overlay */
.photo-preview-overlay[b-1cb0egi70s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.97) 0%, rgba(45, 55, 72, 0.97) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(8px);
    animation: fadeIn-b-1cb0egi70s 0.15s ease-out;
}

@keyframes fadeIn-b-1cb0egi70s {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn-b-1cb0egi70s {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.preview-content[b-1cb0egi70s] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.preview-body[b-1cb0egi70s] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    flex: 1;
}

.full-image-wrapper[b-1cb0egi70s] {
    max-width: 100%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomIn-b-1cb0egi70s 0.15s ease-out;
}

.nav-btn[b-1cb0egi70s] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.full-image-wrapper img[b-1cb0egi70s] {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.nav-btn:hover:not(:disabled)[b-1cb0egi70s] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 1) 0%, rgba(118, 75, 162, 1) 100%);
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.nav-btn:disabled[b-1cb0egi70s] {
    opacity: 0.2;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.close-preview[b-1cb0egi70s] {
    position: absolute;
    top: -60px;
    right: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 32px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 300;
    line-height: 1;
}

.close-preview:hover[b-1cb0egi70s] {
    background: rgba(229, 62, 62, 0.9);
    border-color: rgba(229, 62, 62, 1);
    transform: rotate(90deg);
}

.preview-footer[b-1cb0egi70s] {
    background: rgba(0, 0, 0, 0.5);
    color: #cbd5e0;
    padding: 12px 24px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 20px;
    margin-top: 20px;
    backdrop-filter: blur(4px);
}
/* /Components/Pages/Home/HomeMonthlyCalendar.razor.rz.scp.css */
.monthly-calendar[b-jf1kpvcpiv] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.calendar-header[b-jf1kpvcpiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.month-title[b-jf1kpvcpiv] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-btn[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 300;
}

.nav-btn:hover[b-jf1kpvcpiv] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.calendar-grid[b-jf1kpvcpiv] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto repeat(6, minmax(0, 1fr));
    gap: 6px;
    flex: 1;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.weekday-header[b-jf1kpvcpiv] {
    text-align: center;
    font-weight: 600;
    color: #718096;
    font-size: 0.8rem;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.day-cell[b-jf1kpvcpiv] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px;
    background: white;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.day-cell:not(.empty):hover[b-jf1kpvcpiv] {
    border-color: #cbd5e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.day-cell.empty[b-jf1kpvcpiv] {
    border: 1px solid #f7fafc;
    background: #fafafa;
    opacity: 0.5;
}

.day-cell.today[b-jf1kpvcpiv] {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.day-cell.today .day-number[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    padding-left: 0;
}

.day-number[b-jf1kpvcpiv] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-left: 2px;
    line-height: 1;
}

.appointments-list[b-jf1kpvcpiv] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    justify-content: flex-start;
}

.appointment-item[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-left: 2px solid #667eea;
    padding: 1px 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 0;
    flex-shrink: 1;
}

.appointment-item:hover[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    transform: translateX(1px);
}

.appointment-name[b-jf1kpvcpiv] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.appointment-time[b-jf1kpvcpiv] {
    font-size: 0.6rem;
    color: #718096;
    line-height: 1;
}

/* Hide time if height is very constrained */
@media (max-height: 800px) {
    .appointment-time[b-jf1kpvcpiv] {
        display: none;
    }
}

.more-appointments[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 0.65rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1px;
    flex-shrink: 0;
    line-height: 1.4;
}

.more-appointments:hover[b-jf1kpvcpiv] {
    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* More Popup Styles */
.more-popup-backdrop[b-jf1kpvcpiv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.more-popup[b-jf1kpvcpiv] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    outline: none;
    /* Remove focus outline */
}

.more-popup-header[b-jf1kpvcpiv] {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-popup-header h3[b-jf1kpvcpiv] {
    margin: 0;
    font-size: 1.25rem;
    color: #2d3748;
    font-weight: 700;
}

.close-btn[b-jf1kpvcpiv] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #718096;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.close-btn:hover[b-jf1kpvcpiv] {
    color: #2d3748;
}

.more-popup-body[b-jf1kpvcpiv] {
    padding: 16px 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup-appointment-item[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-left: 3px solid #667eea;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.popup-appointment-item:hover[b-jf1kpvcpiv] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    transform: translateX(4px);
}

.popup-appointment-name[b-jf1kpvcpiv] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.popup-appointment-time[b-jf1kpvcpiv] {
    font-size: 0.875rem;
    color: #718096;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .appointment-name[b-jf1kpvcpiv] {
        font-size: 0.7rem;
    }

    .appointment-time[b-jf1kpvcpiv] {
        font-size: 0.65rem;
    }
}

@media (max-width: 768px) {
    .monthly-calendar[b-jf1kpvcpiv] {
        padding: 16px;
    }

    .month-title[b-jf1kpvcpiv] {
        font-size: 1.5rem;
    }

    .day-cell[b-jf1kpvcpiv] {
        padding: 4px;
    }

    .weekday-header[b-jf1kpvcpiv] {
        font-size: 0.75rem;
        padding: 8px 0;
    }

    .appointment-name[b-jf1kpvcpiv],
    .appointment-time[b-jf1kpvcpiv] {
        font-size: 0.65rem;
    }
}
/* /Components/Pages/Users.razor.rz.scp.css */
.page-title[b-sv3rq264o3] {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.users-container[b-sv3rq264o3] {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    min-height: calc(100vh - 200px);
}

/* User List Sidebar */
.users-sidebar[b-sv3rq264o3] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.section-title[b-sv3rq264o3] {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
}

.users-list[b-sv3rq264o3] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.user-card[b-sv3rq264o3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #f7fafc;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
}

    .user-card:hover[b-sv3rq264o3] {
        background: #edf2f7;
        transform: translateX(4px);
    }

    .user-card.selected[b-sv3rq264o3] {
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
        border-color: #667eea;
    }

.user-avatar[b-sv3rq264o3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.user-info[b-sv3rq264o3] {
    flex: 1;
    min-width: 0;
}

.user-email[b-sv3rq264o3] {
    font-size: 14px;
    font-weight: 500;
    color: #2d3748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Main Content Area */
.users-main[b-sv3rq264o3] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-card[b-sv3rq264o3] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.empty-state[b-sv3rq264o3],
.no-selection[b-sv3rq264o3],
.no-permission[b-sv3rq264o3] {
    text-align: center;
    padding: 40px 20px;
    color: #718096;
}

/* Role Management */
.role-management[b-sv3rq264o3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.selected-user-email[b-sv3rq264o3] {
    font-size: 16px;
    color: #2d3748;
    margin: 0;
}

.roles-grid[b-sv3rq264o3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.role-checkbox[b-sv3rq264o3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f7fafc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
}

    .role-checkbox:hover[b-sv3rq264o3] {
        background: #edf2f7;
        border-color: #e2e8f0;
    }

    .role-checkbox input[type="checkbox"][b-sv3rq264o3] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #667eea;
    }

    .role-checkbox span[b-sv3rq264o3] {
        font-size: 14px;
        font-weight: 500;
        color: #2d3748;
    }

/* Messages */
.message-success[b-sv3rq264o3] {
    padding: 12px 16px;
    background: #c6f6d5;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    color: #22543d;
    font-size: 14px;
}

.message-error[b-sv3rq264o3] {
    padding: 12px 16px;
    background: #fed7d7;
    border: 1px solid #fc8181;
    border-radius: 8px;
    color: #742a2a;
    font-size: 14px;
}

/* Buttons */
.btn-primary[b-sv3rq264o3],
.btn-secondary[b-sv3rq264o3],
.btn-delete[b-sv3rq264o3],
.btn-copy[b-sv3rq264o3] {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary[b-sv3rq264o3] {
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

    .btn-primary:hover:not(:disabled)[b-sv3rq264o3] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    }

    .btn-primary:disabled[b-sv3rq264o3] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary[b-sv3rq264o3] {
    color: #667eea;
    background: white;
    border: 2px solid #667eea;
}

    .btn-secondary:hover[b-sv3rq264o3] {
        background: #f7fafc;
        transform: translateY(-2px);
    }

.btn-delete[b-sv3rq264o3] {
    padding: 8px 16px;
    color: white;
    background: #e53e3e;
    font-size: 13px;
}

    .btn-delete:hover[b-sv3rq264o3] {
        background: #c53030;
        transform: translateY(-1px);
    }

.btn-copy[b-sv3rq264o3] {
    padding: 8px 16px;
    color: white;
    background: #48bb78;
    font-size: 13px;
}

    .btn-copy:hover[b-sv3rq264o3] {
        background: #38a169;
    }

.btn-copy-small[b-sv3rq264o3] {
    padding: 6px 12px;
    color: white;
    background: #48bb78;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

    .btn-copy-small:hover[b-sv3rq264o3] {
        background: #38a169;
        transform: translateY(-1px);
    }

/* Invitations Table */
.invitations-table[b-sv3rq264o3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.table-header[b-sv3rq264o3],
.table-row[b-sv3rq264o3] {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1.5fr;
    gap: 16px;
    padding: 12px 16px;
    align-items: center;
}

.table-header[b-sv3rq264o3] {
    background: #f7fafc;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #4a5568;
    text-transform: uppercase;
}

.table-row[b-sv3rq264o3] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #2d3748;
    transition: all 0.2s;
}

    .table-row:hover[b-sv3rq264o3] {
        background: #f7fafc;
        border-color: #cbd5e0;
    }

.col-email[b-sv3rq264o3],
.col-code[b-sv3rq264o3],
.col-date[b-sv3rq264o3],
.col-actions[b-sv3rq264o3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-code[b-sv3rq264o3] {
    font-family: monospace;
    font-size: 12px;
    color: #4a5568;
}

.col-actions[b-sv3rq264o3] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    overflow: visible;
}

/* Overlay */
.overlay[b-sv3rq264o3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-sv3rq264o3 0.2s ease-out;
}

@keyframes fadeIn-b-sv3rq264o3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.overlay-content[b-sv3rq264o3] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-sv3rq264o3 0.3s ease-out;
}

@keyframes slideUp-b-sv3rq264o3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.overlay-header[b-sv3rq264o3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

    .overlay-header h2[b-sv3rq264o3] {
        font-size: 24px;
        font-weight: 700;
        color: #1a202c;
        margin: 0;
    }

.btn-close[b-sv3rq264o3] {
    width: 36px;
    height: 36px;
    border: none;
    background: #f7fafc;
    border-radius: 50%;
    font-size: 24px;
    color: #718096;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .btn-close:hover[b-sv3rq264o3] {
        background: #edf2f7;
        color: #2d3748;
    }

.overlay-body[b-sv3rq264o3] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overlay-footer[b-sv3rq264o3] {
    padding: 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.form-group[b-sv3rq264o3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group label[b-sv3rq264o3] {
        font-size: 14px;
        font-weight: 600;
        color: #2d3748;
    }

.form-control[b-sv3rq264o3] {
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s;
    background-color: #f7fafc;
}

    .form-control:focus[b-sv3rq264o3] {
        outline: none;
        border-color: #667eea;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    .form-control:read-only[b-sv3rq264o3] {
        background-color: #edf2f7;
        color: #4a5568;
    }

.url-display[b-sv3rq264o3] {
    display: flex;
    gap: 8px;
}

    .url-display .form-control[b-sv3rq264o3] {
        flex: 1;
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .users-container[b-sv3rq264o3] {
        grid-template-columns: 1fr;
    }

    .users-sidebar[b-sv3rq264o3] {
        max-height: 300px;
        overflow-y: auto;
    }

    .table-header[b-sv3rq264o3],
    .table-row[b-sv3rq264o3] {
        grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .roles-grid[b-sv3rq264o3] {
        grid-template-columns: 1fr;
    }

    .table-header[b-sv3rq264o3],
    .table-row[b-sv3rq264o3] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .table-header[b-sv3rq264o3] {
        display: none;
    }

    .table-row[b-sv3rq264o3] {
        padding: 16px;
    }

    .col-email[b-sv3rq264o3]::before {
        content: "Email: ";
        font-weight: 600;
    }

    .col-code[b-sv3rq264o3]::before {
        content: "Code: ";
        font-weight: 600;
    }

    .col-date[b-sv3rq264o3]::before {
        content: "Created: ";
        font-weight: 600;
    }

    .col-actions[b-sv3rq264o3] {
        justify-content: flex-start;
        margin-top: 8px;
        flex-wrap: wrap;
    }

    .overlay-content[b-sv3rq264o3] {
        width: 95%;
        margin: 20px;
    }
}

/* Delete User Section */
.delete-user-section[b-sv3rq264o3] {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #e2e8f0;
}

.admin-warning[b-sv3rq264o3] {
    padding: 12px 16px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.btn-delete-user[b-sv3rq264o3] {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    background: #dc2626;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

    .btn-delete-user:hover:not(:disabled)[b-sv3rq264o3] {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
    }

    .btn-delete-user:disabled[b-sv3rq264o3] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* /Components/Shared/ConfirmationDialog.razor.rz.scp.css */
/* Confirmation Dialog Overlay */
.confirmation-overlay[b-37whzkzazl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-37whzkzazl 0.2s ease-out;
}

@keyframes fadeIn-b-37whzkzazl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Confirmation Dialog */
.confirmation-dialog[b-37whzkzazl] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: slideUp-b-37whzkzazl 0.3s ease-out;
}

@keyframes slideUp-b-37whzkzazl {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Dialog Header */
.confirmation-header[b-37whzkzazl] {
    padding: 24px 24px 16px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirmation-title[b-37whzkzazl] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

/* Dialog Body */
.confirmation-body[b-37whzkzazl] {
    padding: 32px 24px;
    text-align: center;
}

.confirmation-icon[b-37whzkzazl] {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation-icon svg[b-37whzkzazl] {
    width: 36px;
    height: 36px;
    stroke-width: 2.5;
}

.icon-info[b-37whzkzazl] {
    background-color: #ebf8ff;
    color: #2b6cb0;
}

.icon-info svg[b-37whzkzazl] {
    stroke: #2b6cb0;
}

.icon-warning[b-37whzkzazl] {
    background-color: #fefcbf;
    color: #d69e2e;
}

.icon-warning svg[b-37whzkzazl] {
    stroke: #d69e2e;
}

.icon-danger[b-37whzkzazl] {
    background-color: #fff5f5;
    color: #e53e3e;
}

.icon-danger svg[b-37whzkzazl] {
    stroke: #e53e3e;
}

.icon-success[b-37whzkzazl] {
    background-color: #f0fff4;
    color: #48bb78;
}

.icon-success svg[b-37whzkzazl] {
    stroke: #48bb78;
}

.confirmation-message[b-37whzkzazl] {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* Dialog Footer */
.confirmation-footer[b-37whzkzazl] {
    padding: 16px 24px 24px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.confirmation-footer .btn[b-37whzkzazl] {
    min-width: 100px;
}

.btn-primary[b-37whzkzazl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover[b-37whzkzazl] {
    background: linear-gradient(135deg, #5568d3 0%, #65408b 100%);
}

/* Responsive Design */
@media (max-width: 480px) {
    .confirmation-dialog[b-37whzkzazl] {
        width: 95%;
        margin: 0 16px;
    }

    .confirmation-header[b-37whzkzazl] {
        padding: 20px 20px 12px 20px;
    }

    .confirmation-title[b-37whzkzazl] {
        font-size: 18px;
    }

    .confirmation-body[b-37whzkzazl] {
        padding: 24px 20px;
    }

    .confirmation-icon[b-37whzkzazl] {
        width: 56px;
        height: 56px;
    }

    .confirmation-icon svg[b-37whzkzazl] {
        width: 32px;
        height: 32px;
    }

    .confirmation-message[b-37whzkzazl] {
        font-size: 15px;
    }

    .confirmation-footer[b-37whzkzazl] {
        padding: 12px 20px 20px 20px;
        flex-direction: column-reverse;
    }

    .confirmation-footer .btn[b-37whzkzazl] {
        width: 100%;
    }
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-container[b-1y6fpj40fr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 100px);
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.loading-spinner[b-1y6fpj40fr] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #4299e1;
    border-radius: 50%;
    animation: spin-b-1y6fpj40fr 0.8s linear infinite;
}

.loading-text[b-1y6fpj40fr] {
    margin-top: 16px;
    color: #718096;
    font-size: 16px;
}

@keyframes spin-b-1y6fpj40fr {
    to {
        transform: rotate(360deg);
    }
}
