.left, .right { width: 50%; } .ng-select.ng-single .ng-control { border-radius: 0; height: 30px; min-height: 30px; } .toast-container .toast { width: 400px !important; box-shadow: none; border-radius: 0; } .toast-container .toast:hover { box-shadow: none; } .field { margin: 1em; .field-label { padding-bottom: 0.5em; } .required::before { content: '*'; color: red; padding-right: 5px; } .field-text { flex: 1; width: 100%; min-width: 250px; padding: 5px 0 5px 5px; margin: 0; } }