.select-date-picker {
    display: flex;
}

.select-date-picker>*:first-child {
    max-width: 150px;
    width: 60%;
}

.select-date-picker>*:not(:first-child) {
    max-width: 100px;
}

.select-date-picker>*:not(:last-child) {
    margin-right: 1.5rem;
}


.select-date-picker #date-field {
    display: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}