.field {
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;

  &::after {
    border: none !important;
    outline: none;
    box-shadow: none !important;
  }

  input {
    font-family: var(--font-body-family), sans-serif !important;
    margin: 0 !important;
  }

  label {
    font-family: var(--font-body-family), sans-serif !important;
  }
}

.select {
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;

  &::after {
    border: none !important;
    outline: none;
    box-shadow: none !important;
  }
}

.select + label {
  font-family: var(--font-body-family), sans-serif !important;
}