/* Shared Customer Visits utilities */

:focus {
  outline: 2px solid var(--gh-primary) !important;
  outline-offset: 2px;
}

.w-120-px {
  width: 120px;
}

.w-180-px {
  width: 180px;
}

.w-96-px {
  width: 96px !important;
}

.w-400-px {
  width: 400px !important;
}

.input-error {
  border: 1px solid red;
}

.gh-badge-name-row {
  margin-top: 8px;
}

.gh-modal-close .material-symbols-outlined {
  font-size: 18px !important;
  color: var(--gh-text-strong) !important;
}
