.border {
    border: 1px solid #000 !important;
}

.border-white {
    border-color: #fff !important;
}

.drp-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}

.filter-dropdown {
    width: 500px !important; /* 🔥 main width */
    max-width: 90vw !important; /* responsive */
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border: none;
}

@media (min-width: 1200px) {
    .filter-dropdown {
        width: 600px; /* bigger on large screens */
    }
}

.filter-dropdown .filter-options {
    max-height: 500px !important;
    overflow-y: auto !important;
}

.filter-block {
    padding: 10px;
    border-radius: 10px;
    background: #f8f9fa;
}

.filter-block .form-select,
.filter-block .form-control {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 5px !important;
}