.k-form-selects {
    height: 38px;
    width: 100%;
}
.k-form-selects .xm-select-parent .xm-form-select dl {
    /*position: sticky !important;*/
}
.k-form-selects * {
    box-sizing: initial !important;
}

.k-form-selects .xm-select-parent .xm-input {
    width: calc(100% - 10px) !important;
}

.k-form-selects .xm-select-parent .xm-select {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.k-form-selects .xm-select-parent .xm-select .xm-select-label {
    padding-top: 4px;
}
