html,
body {
  min-height: 100%;
}

body {
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.patient-fullscreen-button {
  background: #ffffff;
  border-color: #009ee0;
  color: #009ee0;
}

.patient-fullscreen-button:hover,
.patient-fullscreen-button:focus-visible {
  background: #009ee0;
  border-color: #009ee0;
  color: #ffffff;
}

.patient-fullscreen-button:focus-visible {
  outline: 3px solid rgba(0, 158, 224, 0.22);
  outline-offset: 2px;
}
