/*your custom css goes here*/
.clear-cache-btn-wrapper {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
}
.clear-cache-btn-wrapper .clear-cache-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0416C;
  padding: 12px;
}
.clear-cache-btn-wrapper .clear-cache-btn svg path {
  fill: #fff;
}/*# sourceMappingURL=custom-style.css.map */