/* _content/Kraftive.Client/Components/ConfirmDeletePopover.razor.rz.scp.css */
.delete-confirmation-popover[b-4szhixtee7] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
}

.delete-confirmation-dialog[b-4szhixtee7] {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    backdrop-filter: blur(10px);
    animation: fadeInScale-b-4szhixtee7 0.2s ease-out;
}

@keyframes fadeInScale-b-4szhixtee7 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Overlay backdrop */
.delete-confirmation-popover[b-4szhixtee7]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    animation: fadeIn-b-4szhixtee7 0.2s ease-out;
}

@keyframes fadeIn-b-4szhixtee7 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .delete-confirmation-dialog[b-4szhixtee7] {
        min-width: 300px !important;
        max-width: 90vw !important;
        margin: 0 16px;
    }
}
/* _content/Kraftive.Client/Components/Thumbnails/ImageThumb.razor.rz.scp.css */
.thumbimg[b-weneki5bfb] {
    width: 100px;
    height: 100px;
    object-fit:contain;
}
/* _content/Kraftive.Client/Layout/MainLayout.razor.rz.scp.css */
/* HEADER RESPONSIVE STYLING */

.header-bar[b-7savgdq752] {
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-stack[b-7savgdq752] {
    padding: 12px 16px;
    min-height: 64px;
}

.header-section-left[b-7savgdq752],
.header-section-center[b-7savgdq752],
.header-section-right[b-7savgdq752] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-section-left[b-7savgdq752] {
    justify-content: flex-start;
    flex-shrink: 0;
}

.header-brand-link[b-7savgdq752] {
    display: inline-flex;
    align-items: center;
}

.header-section-right[b-7savgdq752] {
    justify-content: flex-end;
    flex-shrink: 0;
}

.header-section-center[b-7savgdq752] {
    flex-direction: column;
    gap: 4px;
    flex-shrink: 1;
    min-width: 0;
}

.header-brand-icon[b-7savgdq752] {
    transition: transform 0.2s ease;
    display: flex;
    height: 20px;
    width: auto;
    vertical-align: middle;
}

/*.header-brand-icon:hover {
    transform: scale(1.1);
}*/

.header-title[b-7savgdq752] {
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: var(--mud-palette-text-primary);
    margin: 0;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header-accent[b-7savgdq752] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    border-radius: 2px;
    margin: 0 auto;
    transition: width 0.3s ease;
}

.header-section-center:hover .header-accent[b-7savgdq752] {
    width: 80px;
}

.header-action-btn[b-7savgdq752] {
    transition: all 0.2s ease;
}

.header-action-btn:hover[b-7savgdq752] {
    transform: scale(1.05);
    opacity: 1 !important;
}

.header-actions-stack[b-7savgdq752] {
    gap: 8px;
}

.header-divider[b-7savgdq752] {
    height: 30px;
    opacity: 0.3;
}

.main-content-responsive[b-7savgdq752] {
    padding: 12px;
}

/* Large Displays (1920px+) */
@media (min-width: 1920px) {
    .header-stack[b-7savgdq752] {
        padding: 16px 24px;
        min-height: 72px;
    }
    
    .header-title[b-7savgdq752] {
        font-size: 1.8rem !important;
    }
    
    .header-accent[b-7savgdq752] {
        width: 80px;
        height: 4px;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 24px;
    }
}

/* Laptops (1280px - 1919px) */
@media (min-width: 1280px) and (max-width: 1919px) {
    .header-stack[b-7savgdq752] {
        padding: 14px 20px;
        min-height: 68px;
    }
    
    .header-title[b-7savgdq752] {
        font-size: 1.5rem !important;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 16px;
    }
}

/* Tablets (960px - 1279px) */
@media (min-width: 960px) and (max-width: 1279px) {
    .header-stack[b-7savgdq752] {
        padding: 12px 16px;
        min-height: 64px;
    }
    
    .header-title[b-7savgdq752] {
        font-size: 1.3rem !important;
    }
    
    .header-accent[b-7savgdq752] {
        width: 50px;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 16px;
    }
}

/* Small Tablets (600px - 959px) */
@media (min-width: 600px) and (max-width: 959px) {
    .header-stack[b-7savgdq752] {
        padding: 10px 12px;
        min-height: 56px;
    }
    
    .header-title[b-7savgdq752] {
        font-size: 1.1rem !important;
    }
    
    .header-accent[b-7savgdq752] {
        width: 40px;
        height: 2px;
    }
    
/*    .header-brand-icon {
        display: none;
    }*/
    
    .header-divider[b-7savgdq752] {
        display: none;
    }
    
    .header-actions-stack[b-7savgdq752] {
        gap: 6px;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 12px;
    }
}

/* Smartphones (< 600px) */
@media (max-width: 599px) {
    .header-stack[b-7savgdq752] {
        padding: 8px 12px;
        min-height: 56px;
        gap: 4px !important;
    }
    
    /* Hide page title on mobile to save space for language switcher */
    .header-section-center[b-7savgdq752] {
        display: none !important;
    }
    
    .header-brand-icon[b-7savgdq752] {
        display: none !important;
    }
    
    .header-divider[b-7savgdq752] {
        display: none !important;
    }
    
    .header-actions-stack[b-7savgdq752] {
        gap: 6px !important;
    }
    
    /* Keep language switcher visible on mobile */
    .header-language-switcher[b-7savgdq752] {
        display: flex !important;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 8px;
    }
    
    .header-action-btn[b-7savgdq752] {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Extra Small Smartphones (< 400px) */
@media (max-width: 399px) {
    .header-stack[b-7savgdq752] {
        padding: 6px 10px;
        min-height: 52px;
    }
    
    /* Page title already hidden on mobile */
    .header-section-center[b-7savgdq752] {
        display: none !important;
    }
    
    .header-actions-stack[b-7savgdq752] {
        gap: 4px !important;
    }
    
    .main-content-responsive[b-7savgdq752] {
        padding: 8px;
    }
    
    .header-action-btn[b-7savgdq752] {
        width: 38px !important;
        height: 38px !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .header-action-btn[b-7savgdq752] {
        min-width: 44px;
        min-height: 44px;
    }
    
    .header-brand-icon:hover[b-7savgdq752],
    .header-action-btn:hover[b-7savgdq752],
    .header-section-center:hover .header-accent[b-7savgdq752] {
        transform: none;
        width: inherit;
    }
}

/* Landscape Orientation on Small Devices */
@media (max-height: 500px) and (orientation: landscape) {
    .header-stack[b-7savgdq752] {
        min-height: 48px;
        padding: 6px 12px;
    }
    
    .header-title[b-7savgdq752] {
        font-size: 0.95rem !important;
    }
    
    .header-accent[b-7savgdq752] {
        height: 2px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header-accent[b-7savgdq752] {
        background: linear-gradient(90deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    }
}

