.tf725-time-customer-field select,
#time-form #time-job-select {
  width: 100%;
  min-width: 0;
}

.tf725-time-customer-field small {
  display: block;
  margin-top: .45rem;
  line-height: 1.35;
}

.tf725-time-customer-field select[aria-invalid="true"],
#time-form #time-job-select[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 2px rgba(180, 35, 24, .14);
}

#time-form #time-job-select:disabled {
  cursor: not-allowed;
  color: #66736f;
  background: #f1f5f3;
  opacity: 1;
}

@media (max-width: 720px) {
  #time-form .tf725-time-customer-field,
  #time-form #time-job-select,
  #time-form #time-job-select + * {
    font-size: 16px;
  }

  #time-form .tf725-time-customer-field {
    grid-column: 1 / -1;
  }

  #time-form .tf725-time-customer-field + .field {
    grid-column: 1 / -1;
  }
}
