.sticky-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background-color: #0057fc;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.filter-white{
  filter: invert(100%);
}

:root{
  --cc-btn-primary-bg: #0057fc !important;
}