/* Modal-specific overrides */
.modal .form-label {
  font-weight: 600;
}

/* Employee modal refinements */
#employeeModal input::-webkit-outer-spin-button,
#employeeModal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#employeeModal input[type="number"] {
  -moz-appearance: textfield;
}

#employeeModal .field-group {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fafafa;
}

#employeeModal .field-group legend {
  font-size: 0.875rem;
  font-weight: 600;
  color: #566a7f;
  padding: 0 0.5rem;
  margin-bottom: 0;
  width: auto;
}

#employeeModal .field-group .row {
  margin-top: 1rem;
}
