@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/DununDunyasi/Components/AdminPanel/Pages/Urun/UrunListele.razor.rz.scp.css */
.page-lock-overlay[b-4kdbbpbrze] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.page-lock-content[b-4kdbbpbrze] {
    text-align: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.page-lock-content h4[b-4kdbbpbrze] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.page-lock-content p[b-4kdbbpbrze] {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Prevent body scroll when overlay is active */
:global(body:has(.page-lock-overlay))[b-4kdbbpbrze] {
    overflow: hidden;
}

/* Disable interactions on locked page */
[b-4kdbbpbrze] .page-locked {
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
    filter: grayscale(0.3);
}

/* Select2 Input Group Fix */
[b-4kdbbpbrze] .input-group .select2-container {
    flex: 1 1 auto;
    width: 1% !important;
    position: relative;
    z-index: 2;
}

[b-4kdbbpbrze] .input-group .select2-selection {
    height: 31px !important;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    border-radius: 0;
}

/* Fix borders for middle element */
[b-4kdbbpbrze] .input-group .select2-container .select2-selection {
    border-left: none;
    border-right: none;
}

/* Image Hover Zoom */
.img-hover-container[b-4kdbbpbrze] {
    position: relative;
    display: inline-block;
}

.small-img[b-4kdbbpbrze] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    object-fit: cover;
}

.hover-img[b-4kdbbpbrze] {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    max-width: none;
    object-fit: cover;
    opacity: 1 !important;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: white;
    margin-left: 10px;
    border-radius: 4px;
}

.img-hover-container:hover .hover-img[b-4kdbbpbrze] {
    display: block;
}
/* _content/DununDunyasi/Components/Pages/Public/MuzayedeUrunGorselleri.razor.rz.scp.css */
/* Görsel kartları */
.gorsel-item-card[b-0e69e3kpj5] {
    position: relative;
    overflow: hidden;
}

.gorsel-item-card:hover[b-0e69e3kpj5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.gorsel-item-card .onizleme-btn[b-0e69e3kpj5] {
    transition: all 0.2s ease;
}

.gorsel-item-card .onizleme-btn:hover[b-0e69e3kpj5] {
    opacity: 1 !important;
    background-color: #0d6efd !important;
    color: white !important;
}

/* Önizleme Modal için özel stiller */
[b-0e69e3kpj5] #gorselOnizlemeModal .modal-header,
[b-0e69e3kpj5] #gorselOnizlemeModal .modal-footer {
    background: transparent !important;
}

[b-0e69e3kpj5] #gorselOnizlemeModal .modal-footer img:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

[b-0e69e3kpj5] #gorselOnizlemeModal .btn-link:hover {
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
/* _content/DununDunyasi/Components/SdComponents/SdAutoComplete.razor.rz.scp.css */
.sd-autocomplete[b-hekhxojxdo] {
    position: relative;
}

/* Wrapper - form-control görünümü */
.sd-ac-wrapper[b-hekhxojxdo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    cursor: text;
    min-height: 31px;
    padding: 2px 8px !important;
    height: auto !important;
}

.sd-ac-wrapper.focused[b-hekhxojxdo] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.sd-ac-wrapper.disabled[b-hekhxojxdo] {
    background-color: #e9ecef;
    cursor: not-allowed;
    pointer-events: none;
}

/* Seçilen öğeler - badge/chip */
.sd-ac-badge[b-hekhxojxdo] {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    font-size: 0.75rem;
    background-color: #206bc4;
    color: white;
    border-radius: 3px;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.sd-ac-badge-remove[b-hekhxojxdo] {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 4px;
    cursor: pointer;
    opacity: 0.7;
    flex-shrink: 0;
}

.sd-ac-badge-remove:hover[b-hekhxojxdo] {
    opacity: 1;
}

/* Arama input */
.sd-ac-input[b-hekhxojxdo] {
    border: none;
    outline: none;
    flex: 1;
    min-width: 80px;
    background: transparent;
    font-size: inherit;
    padding: 0;
    line-height: 1.5;
}

.sd-ac-input:disabled[b-hekhxojxdo] {
    cursor: not-allowed;
}

/* Tek seçim temizleme butonu */
.sd-ac-clear[b-hekhxojxdo] {
    background: none;
    border: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    padding: 0 2px;
    line-height: 1;
    flex-shrink: 0;
}

.sd-ac-clear:hover[b-hekhxojxdo] {
    color: #333;
}

/* Backdrop - dışarı tıklama yakalama */
.sd-ac-backdrop[b-hekhxojxdo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
}

/* Dropdown listesi */
.sd-ac-dropdown[b-hekhxojxdo] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
}

/* Dropdown öğeleri */
.sd-ac-item[b-hekhxojxdo] {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.sd-ac-item:hover[b-hekhxojxdo] {
    background-color: #f0f5ff;
}

.sd-ac-item.highlighted[b-hekhxojxdo] {
    background-color: #dbe8ff;
    outline: 2px solid #206bc4;
    outline-offset: -2px;
}

.sd-ac-item.selected[b-hekhxojxdo] {
    background-color: #e8f0fe;
    font-weight: 500;
}

.sd-ac-item.selected.highlighted[b-hekhxojxdo] {
    background-color: #ccdcf5;
}

/* Sonuç yok mesajı */
.sd-ac-no-results[b-hekhxojxdo] {
    padding: 8px 12px;
    color: #999;
    font-size: 0.875rem;
    text-align: center;
}
