body,
html {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #f8f8f8 !important;
}

button,
option {
  cursor: pointer;
}

:focus {
  /* remove black box on click */
  outline: none;
}

#messages {
  position: fixed;
  right: 2vw;
  bottom: 3vh;
  z-index: 10;
}
.toast {
  color: white;
  border: 0;
}

a {
  cursor: pointer;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: rgba(173, 173, 173, 0.397) !important;
  z-index: 9;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  display: table;
  min-width: 30vw;
}
