/* /Components/AdminQRCode.razor.rz.scp.css */
/* /Components/FabContainer.razor.rz.scp.css */
.fab-container[b-bc4rnrgc54] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
/* /Components/Previews/PhonePreview.razor.rz.scp.css */
/* iPhone notification preview */
.iphone-preview[b-29mumhuwkg] {
    position: sticky;
    top: 20px;
    background: #1a1a1a;
    border-radius: 44px;
    padding: 12px;
    width: 299px;
    height: 610px;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 0 2px rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto;
    box-sizing: border-box;
}

.iphone-screen[b-29mumhuwkg] {
    background: 
        linear-gradient(
            135deg,
            #2d1b3d 0%,
            #4a1538 15%,
            #8b2942 25%,
            #cc4b3a 35%,
            #e87d4a 45%,
            #f5a054 52%,
            #e87d4a 58%,
            #d654a8 68%,
            #9d6dd8 78%,
            #6bb8e0 88%,
            #8ed6f0 100%
        );
    background-size: 200% 200%;
    border-radius: 34px;
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Dynamic Island (modern iPhone notch) */
.iphone-notch[b-29mumhuwkg] {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 28px;
    background: #000;
    border-radius: 20px;
    z-index: 10;
}

/* Status bar */
.iphone-status-bar[b-29mumhuwkg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px 0 24px;
    position: relative;
    z-index: 5;
}

.status-time[b-29mumhuwkg] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.status-icons[b-29mumhuwkg] {
    display: flex;
    gap: 2px;
    align-items: center;
}

[b-29mumhuwkg] .status-icon {
    color: #fff !important;
    opacity: 0.95;
    font-size: 16px !important;
}

[b-29mumhuwkg] .status-icon svg {
    width: 16px;
    height: 16px;
}

/* Lock icon */
.lock-icon[b-29mumhuwkg] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.8);
}

[b-29mumhuwkg] .lock-icon .mud-icon-root {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Date display */
.iphone-date[b-29mumhuwkg] {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

/* Time display - large clock */
.iphone-time[b-29mumhuwkg] {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    text-align: center;
    margin-top: -4px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: -2px;
    line-height: 1;
}

/* Notification card */
.notification-preview[b-29mumhuwkg] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 12px;
    margin: 24px 10px 0 10px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 0 0 0.5px rgba(255, 255, 255, 0.3);
}

.notification-header[b-29mumhuwkg] {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.notification-icon[b-29mumhuwkg] {
    width: 18px;
    height: 18px;
    background: #cc4141;
    border-radius: 4px;
    margin-right: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.notification-icon img[b-29mumhuwkg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-app-name[b-29mumhuwkg] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.notification-time-badge[b-29mumhuwkg] {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.notification-content[b-29mumhuwkg] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.notification-text[b-29mumhuwkg] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-29mumhuwkg] {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    word-wrap: break-word;
    line-height: 1.3;
}

.notification-body[b-29mumhuwkg] {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.35;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-image[b-29mumhuwkg] {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.preview-placeholder[b-29mumhuwkg] {
    color: rgba(0, 0, 0, 0.35);
    font-style: italic;
}

/* Bottom icons bar */
.iphone-bottom-icons[b-29mumhuwkg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px 8px 20px;
    margin-top: auto;
}

.bottom-icon-button[b-29mumhuwkg] {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-29mumhuwkg] .bottom-icon-button .mud-icon-root {
    color: #fff !important;
}

.home-indicator[b-29mumhuwkg] {
    width: 120px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}
/* /Pages/DetailedProfile.razor.rz.scp.css */
.selectDropdown[b-ikg1fykd8c] {
    width: 50%
    
}
/* /Pages/Notifications.razor.rz.scp.css */
/* Larger table font for better readability */
.notifications-table[b-d1tpu4b6dq] {
    font-size: 1.125rem !important;
}

.notifications-table td[b-d1tpu4b6dq],
.notifications-table th[b-d1tpu4b6dq] {
    font-size: 1.125rem !important;
}

/* Controls wrapper - responsive layout */
.notification-controls-wrapper[b-d1tpu4b6dq] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.control-row[b-d1tpu4b6dq] {
    display: flex;
}

/* Mobile: Stack controls vertically, each in own row */
@media (max-width: 768px) {
    .notification-controls-wrapper[b-d1tpu4b6dq] {
        flex-direction: column;
        gap: 12px;
    }
    
    .control-row[b-d1tpu4b6dq] {
        width: 100%;
    }
    
    /* Search field full width */
    :deep(.search-field)[b-d1tpu4b6dq] {
        width: 100%;
    }
    
    /* Checkbox - align left on mobile */
    :deep(.show-deleted-checkbox)[b-d1tpu4b6dq] {
        margin-left: -11px; /* Compensate for MudCheckBox internal padding */
    }
    
    /* Button full width on mobile */
    :deep(.create-btn)[b-d1tpu4b6dq] {
        width: 100%;
    }
}

/* Desktop/Tablet: Horizontal layout */
@media (min-width: 769px) {
    .notification-controls-wrapper[b-d1tpu4b6dq] {
        flex-direction: row;
        align-items: center;
    }
    
    /* Search takes available space */
    .control-row:nth-child(1)[b-d1tpu4b6dq] {
        flex: 1;
        max-width: 400px;
    }
    
    /* Checkbox natural width */
    .control-row:nth-child(2)[b-d1tpu4b6dq] {
        flex: 0 0 auto;
    }
    
    /* Button on the right */
    .control-row:nth-child(3)[b-d1tpu4b6dq] {
        flex: 0 0 auto;
        margin-left: auto;
    }
}
/* /Pages/SendNotification.razor.rz.scp.css */
/* Make Date/Time/Timezone labels and inputs match standard field size */
.schedule-field-large label[b-31md8blezd] {
    font-size: 1rem !important;
}

.schedule-field-large input[b-31md8blezd] {
    font-size: 1rem !important;
}

/* Ensure Date/Time/Timezone controls are vertically aligned */
.schedule-field-large .mud-input-control[b-31md8blezd] {
    margin-top: 0 !important;
}

.schedule-field-large .mud-input-control-input-container[b-31md8blezd] {
    margin-top: 0 !important;
}

/* Container for Date/Time/Timezone fields - stacked layout with Timezone below */
.schedule-controls-container[b-31md8blezd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 38px; /* Offset to align with 'Schedule' radio button on desktop */
}

/* Row for Date and Time fields side by side */
.schedule-date-time-row[b-31md8blezd] {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.target-autocomplete[b-31md8blezd] {
    margin-left: 38px;
}

/* Limit width to 50% on larger screens */
@media (min-width: 1025px) {
    .target-autocomplete[b-31md8blezd] {
        width: 50%;
    }
}

.schedule-date-picker[b-31md8blezd],
.schedule-time-picker[b-31md8blezd] {
    flex: 1;
}

.schedule-timezone-select[b-31md8blezd] {
    width: 100%; /* Timezone takes full width on its own row */
    margin-left: 0 !important; /* Ensure alignment with date/time row above */
}

/* Remove offset and stack vertically on mobile */
@media (max-width: 1400px) {
    .schedule-controls-container[b-31md8blezd] {
        margin-left: 0;
    }

    .schedule-date-time-row[b-31md8blezd] {
        flex-direction: column;
        gap: 16px;
    }

    .schedule-date-picker[b-31md8blezd],
    .schedule-time-picker[b-31md8blezd],
    .schedule-timezone-select[b-31md8blezd] {
        flex: none;
        width: 100%;
    }
}

/* Mobile-specific layout adjustments */
@media (max-width: 599px) {
    .schedule-controls-container[b-31md8blezd] {
        gap: 12px;
    }
    
    /* Stack radio buttons vertically on mobile */
    [b-31md8blezd] .radio-group-large {
        flex-direction: column;
        gap: 4px;
    }
}

/* Larger font for radio groups */
.radio-group-large label[b-31md8blezd] {
    font-size: 1.25rem !important;
}

/* Inline radio buttons above their respective dropdowns */
[b-31md8blezd] .radio-group-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-bottom: 0px;
}

[b-31md8blezd] .radio-group-inline label {
    font-size: 1rem !important;
}

/* Reduce spacing for target section items */
[b-31md8blezd] .target-item {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

[b-31md8blezd] .target-item-first {
    padding-bottom: 0 !important;
}

/* Section headers */
.section-header[b-31md8blezd] {
    font-weight: 500;
}

/* Notification field labels (Title, Body) - same style as radio labels */
.notification-field-label[b-31md8blezd] {
    font-size: 1rem;
    margin-bottom: 8px;
    color: white !important;
}

/* Outlined input styling for notification fields */
[b-31md8blezd] .notification-input-outlined .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.23) !important;
}

[b-31md8blezd] .notification-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

[b-31md8blezd] .notification-input-outlined.mud-input-error .mud-input-outlined-border {
    border-color: var(--mud-palette-error) !important;
}

/* Required field indicator - red asterisk */
.required-indicator[b-31md8blezd] {
    color: #cc4141;
    margin-left: 2px;
    font-weight: 600;
}

.send-notification-page[b-31md8blezd] {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
}

/* Mobile page adjustments */
@media (max-width: 599px) {
    .send-notification-page[b-31md8blezd] {
        padding: 0;
    }
    
    .send-notification-page h3[b-31md8blezd] {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
}

.send-notification-paper[b-31md8blezd] {
    overflow-x: hidden;
}

/* Mobile paper adjustments */
@media (max-width: 599px) {
    .send-notification-paper[b-31md8blezd] {
        padding: 16px !important;
        margin-top: 8px !important;
    }
}

/* Ensure labels and inputs have consistent margins/padding */
[b-31md8blezd] .send-notification-paper .mud-input-label {
    margin-left: 12px;
    margin-right: 12px;
}

[b-31md8blezd] .send-notification-paper .mud-input-slot {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* Ensure the input underline in error state matches normal state style but stays red */
[b-31md8blezd] .send-notification-paper .mud-input.mud-input-underline.mud-input-error::after {
    border-bottom-width: 1px !important;
}

[b-31md8blezd] .send-notification-paper .mud-input.mud-input-underline.mud-input-error::before {
    border-bottom-width: 1px !important;
    border-bottom-color: var(--mud-palette-error) !important;
}

/* Two-column layout: form + preview */
.send-notification-layout[b-31md8blezd] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
}

/* Form takes remaining space */
.send-notification-form[b-31md8blezd] {
    flex: 1;
    min-width: 400px;
}

/* Preview column - fixed width */
.send-notification-preview[b-31md8blezd] {
    width: 320px;
    flex-shrink: 0;
}

/* Hide preview when there's not enough space
   The sidebar is ~250px, so content area = viewport - 250px
   iPad landscape (1024px viewport): content ~774px - show preview
   iPad portrait (768px viewport): content ~518px - hide preview
   Breakpoint at 1024px viewport = ~774px content area */
@media (max-width: 1023px) {
    .send-notification-preview[b-31md8blezd] {
        display: none;
    }
    
    .send-notification-form[b-31md8blezd] {
        min-width: 0;
    }
}

/* Hide iPhone preview when there's not enough space
   iPad landscape: 1024px+ (visible)
   iPad portrait: ~768px (hidden)
   We use 1180px as the breakpoint to ensure comfortable form width + preview */
@media (max-width: 1179px) {
    .send-notification-preview[b-31md8blezd] {
        display: none;
    }
}

/* Hide iPhone preview in very short viewports (insufficient vertical space) */
@media (max-height: 600px) {
    .send-notification-preview[b-31md8blezd] {
        display: none;
    }
}

/* Mobile form adjustments */
@media (max-width: 599px) {
    /* Reduce section header size on mobile */
    .section-header[b-31md8blezd] {
        font-size: 1.1rem !important;
    }
    
    /* Full-width button on mobile */
    [b-31md8blezd] .send-notification-paper .d-flex.justify-end {
        justify-content: stretch !important;
    }
    
    [b-31md8blezd] .send-notification-paper .d-flex.justify-end button {
        width: 100%;
        margin-left: 0 !important;
    }
    
    /* Reduce MudGrid spacing on mobile */
    [b-31md8blezd] .send-notification-paper .mud-grid {
        gap: 8px;
    }
    
    /* Reduce MudItem padding on mobile */
    [b-31md8blezd] .send-notification-paper .mud-grid > .mud-item {
        padding: 8px 0 !important;
    }
}
/* /Shared/KioskLayout.razor.rz.scp.css */
.page[b-8hg36yrj1d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8hg36yrj1d] {
    flex: 1;
}

.sidebar[b-8hg36yrj1d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8hg36yrj1d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8hg36yrj1d]  a, .top-row[b-8hg36yrj1d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8hg36yrj1d]  a:hover, .top-row[b-8hg36yrj1d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8hg36yrj1d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8hg36yrj1d] {
        display: none;
    }

    .top-row.auth[b-8hg36yrj1d] {
        justify-content: space-between;
    }

    .top-row[b-8hg36yrj1d]  a, .top-row[b-8hg36yrj1d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8hg36yrj1d] {
        flex-direction: row;
    }

    .sidebar[b-8hg36yrj1d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8hg36yrj1d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8hg36yrj1d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8hg36yrj1d], article[b-8hg36yrj1d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sztc0j31r4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sztc0j31r4] {
    flex: 1;
}

.sidebar[b-sztc0j31r4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sztc0j31r4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sztc0j31r4]  a, .top-row[b-sztc0j31r4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sztc0j31r4]  a:hover, .top-row[b-sztc0j31r4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sztc0j31r4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sztc0j31r4] {
        display: none;
    }

    .top-row.auth[b-sztc0j31r4] {
        justify-content: space-between;
    }

    .top-row[b-sztc0j31r4]  a, .top-row[b-sztc0j31r4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sztc0j31r4] {
        flex-direction: row;
    }

    .sidebar[b-sztc0j31r4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sztc0j31r4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sztc0j31r4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sztc0j31r4], article[b-sztc0j31r4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* 2-color dividers: 1px #171717 + 1px #404040 */
.nav-divider[b-4crvmuc44x] {
    height: 2px;
    background: linear-gradient(to bottom, #171717 0%, #171717 50%, #404040 50%, #404040 100%);
    margin: 0;
    padding: 0;
}

/* Legacy styles below (kept for backwards compatibility) */
.navbar-toggler[b-4crvmuc44x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4crvmuc44x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4crvmuc44x] {
    font-size: 1.1rem;
}

.oi[b-4crvmuc44x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4crvmuc44x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4crvmuc44x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4crvmuc44x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4crvmuc44x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4crvmuc44x]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

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

@media (min-width: 641px) {
    .navbar-toggler[b-4crvmuc44x] {
        display: none;
    }

    .collapse[b-4crvmuc44x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
