
.RefreshButton_refreshButton__v0UFZ {
  position: fixed;
  left: 5px;
  bottom: 5px;
  padding: 10px 20px;
background-color: var(--color-secondary) !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 768px) {
  .RefreshButton_refreshButton__v0UFZ {
    bottom: 75px;
  }
}
.RefreshButton_refreshButton__v0UFZ:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
