﻿.filter-group {
    width: 48%;
    margin-bottom: 1rem;
}

    .filter-group label {
        font-weight: bold;
        margin-bottom: 0.5rem;
        display: block;
        color: #333;
    }

.form-select {
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .form-select:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

#urunAramaInput {
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

    #urunAramaInput:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

/* Flex düzenini iyileştir */
.d-flex {
    display: flex;
    gap: 1.5rem; /* Flex öğeleri arasına boşluk ekler */
}

    .d-flex .filter-group {
        flex: 1; /* Her filtreye eşit genişlik */
    }

.mb-4 {
    margin-bottom: 2rem;
}

.form-label {
    font-size: 1rem;
    color: #555;
}

/* Responsive Tasarım: Mobil uyumlu */
@media (max-width: 768px) {
    .d-flex {
        flex-direction: column;
        gap: 1rem;
    }

    .filter-group {
        width: 100%;
    }
}
.swal2-timer-progress-bar {
    background-color: #28a745 !important;
    height: 4px;
}
.sortable-ghost {
    opacity: .35;
}

.sortable-chosen {
    background: #fff8e1;
}