.fortuna-banner {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  width: 168px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: fixed;
  bottom: 24px;
  z-index: 90;
}
@media screen and (max-width: 767.98px) {
  .fortuna-banner img {
    max-width: 80px;
  }
  .fortuna-banner .button {
    padding: 0.65rem 1.05rem;
  }
}

.fortuna-button {
  outline: none;
  display: inline-block;
  background: linear-gradient(98.11deg, #2F68FE 0%, #7B9FFE 47.88%, #DD5789 100%);
  border: 0;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 0.7rem;
  line-height: 100%;
  padding: 0.8rem 1.6rem;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.fortuna-button__2lines {
  padding: 0.42rem 1.6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .fortuna-button {
    font-size: 1rem;
    padding: 1.14em 2.28em;
  }
}
.fortuna-button:hover {
  background: #0D1117;
  backdrop-filter: blur(5px);
  border: 1px solid #2F68FE;
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px);
  background: linear-gradient(98.11deg, #2F68FE 0%, #7B9FFE 47.88%, #DD5789 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .fortuna-button:hover {
    padding: calc(1.14em - 1px) calc(2.28em - 1px);
  }
}
.fortuna-button__2lines:hover {
  padding: calc(0.42rem - 1px) calc(1.6rem - 1px);
}
.fortuna-button:disabled {
  background: #0D1117;
  border: 1px solid rgba(22, 29, 39, 0.95);
  color: rgba(22, 29, 39, 0.95);
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px);
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
@media (max-width: 767.98px) {
  .fortuna-button:disabled {
    padding: calc(1.14em - 1px) calc(2.28em - 1px);
  }
}
.fortuna-button:disabled:hover {
  background: #0D1117;
  border: 1px solid rgba(22, 29, 39, 0.95);
  color: rgba(22, 29, 39, 0.95);
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px);
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
@media (max-width: 767.98px) {
  .fortuna-button:disabled:hover {
    padding: calc(1.14em - 1px) calc(2.28em - 1px);
  }
}
.fortuna-button.x-small {
  font-size: 0.7rem;
  line-height: 100%;
  padding: 0.8rem 1.6rem;
}
.fortuna-button.reverse {
  background: #0D1117;
  border: 1px solid #2F68FE;
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px);
  background: linear-gradient(98.11deg, #2F68FE 0%, #7B9FFE 47.88%, #DD5789 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .fortuna-button.reverse {
    padding: calc(1.14em - 1px) calc(2.28em - 1px);
  }
}
.fortuna-button.reverse:hover {
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  background: linear-gradient(98.11deg, #2F68FE 0%, #7B9FFE 47.88%, #DD5789 100%);
  border: 0;
  padding: 0.8rem 1.6rem;
}
@media (max-width: 767.98px) {
  .fortuna-button.reverse:hover {
    padding: 1.14em 2.28em;
  }
}
.fortuna-button__2lines.reverse {
  padding: calc(0.42rem - 1px) calc(1.6rem - 1px);
}
.fortuna-button__2lines.reverse:hover {
  padding: 0.42rem 1.6rem;
}
.fortuna-button.loading:after {
  background: linear-gradient(98.11deg, #2F68FE 0%, #7B9FFE 47.88%, #DD5789 100%);
  border-radius: 100%;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  animation: 0.3s infinite linear rotate;
}
.fortuna-button--split {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}
.fortuna-button--split span {
  text-align: left;
}
.fortuna-button--tg {
  background: #54A9EB;
}
.fortuna-button--tg:hover svg path {
  fill: #2F68FE;
}

/*# sourceMappingURL=fortuna.css.map */
