/* ===================================================================
   Etkinlikler / Duyurular Lightbox Styles
   Bootstrap 5 Uyumlu Ekko-Lightbox Özelleştirmesi
   =================================================================== */

@media print {
    .owl-wrapper {
        display: inline !important;
        left: 0px !important;
    }

    .owl-carousel .item {
        margin-bottom: 2px;
    }
}

/* Bootstrap 5 Modal Close Button - BEYAZ X FIX */
#lightboxModal .modal-header .btn-close {
    /* Bootstrap 5 variable'larını eziyoruz */
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
    --bs-btn-close-opacity: 1 !important;
    --bs-btn-close-hover-opacity: 1 !important;
    --bs-btn-close-filter: none !important;
    Custom stil background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    transition: all 0.3s ease;
    /*border: 1px solid rgba(255, 255, 255, 0.3) !important;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    filter: none !important;
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
    opacity: 0.6 !important;
}

    #lightboxModal .modal-header .btn-close:hover {
        /*background-color: rgba(255, 255, 255, 0.3) !important;*/
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.5) !important;
        transition: transform 0.2s ease, border-color 0.2s ease;
    }