select {
    padding-left: 5px !important;
}

.select-search-from {
    width: 50px;
    padding: 20px !important;
    height: 200px !important;
}

.select-search-to {
    width: 50px;
    padding: 20px !important;
}

.custom-height {
    height: 30px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .select-search-from {
        width: 100%;
    }

    .select-search-to {
        width: 100%;
    }
}

label {
    margin-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
}
