.dx-textarea .dx-texteditor-input {
    /*Add resize and min height*/
    resize: vertical;
    min-height: 50px;
}

.dx-toolbar {
    padding: 5px;
}



.dx-datebox-datetime .dx-dropdowneditor-icon::before {
    content: "\f026";
}