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;
}

.ui.header span.sub.header {
  float: right;
  padding-top: 4px;
}

@media only screen and (max-width: 991px) {
  .ui.header span.sub.header {
    display: none;
  }
}

a.fluid.card:hover .ui.button { background-color: #CACBCD; color: rgba(0, 0, 0, 0.8); }