.app-fr-button {
  position: fixed;
  right: auto;
  bottom: 2rem;
  margin-right: -53px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #6fa8dc;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 0 6px 24px;
}
@media (max-width: 1024px) {
  .app-fr-button {
    right: 1rem;
    margin-right: 0;
    bottom: calc(var(--header-height) + env(safe-area-inset-bottom) + 1rem);
    width: 3rem;
    height: 3rem;
  }
}
.app-fr-button > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.app-fr-button-wrap {
  display: flex;
  justify-content: flex-end;
}
/*# sourceMappingURL=5e831f32495638b0da0f699ac010810e7fb9ff2e.fr-button.scss.map */
