@import 'react-select/dist/react-select.css';

$input-select-height: 40px;

.input-select .Select-control {
    border-radius: 0px;
    height: 40px;
}

.input-select.Select--single > .Select-control .Select-value {
    line-height: 39px;
}

.Select-placeholder {
    line-height: 38px;
}