/* Generated by less 3.11.1 */
body a,
body button,
body input,
body select,
body textarea {
  outline: none!important;
}
form .form-row {
  display: block;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
form .form-row.invalid {
  border-color: red;
}
form .form-row label {
  display: block;
}
form .form-row input,
form .form-row textarea,
form .form-row select {
  padding: 10px 20px;
  width: 100%;
  resize: none;
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
form .form-row .error-msg {
  font-size: 0.75em;
  color: red;
  margin-left: 10px;
}
.result-table-wrapper > table {
  background: #fff;
  width: 100%;
  margin: 50px 0;
}
.modal .modal-footer {
  justify-content: center;
}
