.minmax_container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between elements */
}

.minmax_box {
    width: 40%; /* Ensure the input boxes take only necessary space */
    padding: 10px 10px; /* Remove padding to make the elements align properly */
}

#durationfilter {
    margin-left: 10px; /* Adjust margin to align the button properly */
}
