.ac-floating-button {
  position: fixed;
  z-index: 9998;
}

.ac-floating-button a {
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.ac-floating-button--bottom-right {
  bottom: 1rem;
  right: 1rem;
}

.ac-floating-button--bottom-left {
  bottom: 1rem;
  left: 1rem;
}

.ac-floating-button--top-right {
  top: 1rem;
  right: 1rem;
}

.ac-floating-button--top-left {
  top: 1rem;
  left: 1rem;
}
