.appointment-note-field {
  position: relative;
}

.appointment-note-none {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #756e69;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.appointment-note-none input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #b87562;
}

.appointment-note-none em {
  font-style: normal;
}

.appointment-note-field > input:not([type='checkbox']):disabled {
  color: #9a938e;
  background: #f4f2ef;
  cursor: not-allowed;
}
