.donate-link {
  transform: rotate(270deg);
  position: fixed;
  right: -53px;
  top: 222px;
  z-index: 99999;
}
.donate-link a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 0.7rem 1.111rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #005f60;
  transition: all 0.3s ease;
}
.donate-link a:hover {
  color: #fff;
}
.donate-link a::before {
  font-size: 18px;
  color: #fff;
  font-family: "remixicon";
  content: "\edf2";
  margin-right: 5px;
}
.donate-link:hover {
  transition: all 0.3s ease;
  right: -51px;
}
/*# sourceMappingURL=abi-donate.css.map */
