body.empty {
  background-color: white !important;
  padding: .5em;
}

.hide {
  display: none !important;
}

.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}