.fixed-button {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.form-inline {
	display: inline;
}

hr {
	margin: 5px 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
