
/* Bu dosya yeni modern yapi sebebiyle optimize edilmistir. Cogu yapi Tailwind uzerinden cekilmektedir. */

/* Fiyat Range Track - Modern Gorunum */
.price-field {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #e5e7eb;
    border-radius: 50px;
}
.price-field input[type=range] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    outline: none;
}
.price-field input[type=range]:focus {
    outline: none;
}

/* Modal Z-Index duzenlemeleri (Eski CSS'ten kalan ihtiyaclar) */
.modal-backdrop {
    z-index: 99990 !important;
}
.modal {
    z-index: 99999 !important;
}