.filter-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px; /* Adjust the margin as needed */
}

.filter-container label {
    margin-right: 10px; /* Adjust the spacing between label and dropdown */
}

.filter-container select {
    margin-right: 20px; /* Adjust the spacing between dropdowns */
}
