.noshadow {
  box-shadow: none !important;
}

.nooutline {
  outline: none !important;
}

select,
input[type=checkbox],
input[type=date],
input[type=datetime-local] {
  -webkit-appearance: none;
}