.stickyButton {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  position: fixed;
  top: 35%;
  left: 0px;
  z-index: 5;
}
body.dnnEditState .stickyButton{
  left: 80px;
}
.stickyButton .content-stick {
  background: var(--red-portal-exito);
  padding: 10px 20px;
  color: white;
  border-radius: 0px 16px 16px 0px;
  box-shadow: 0px 11px 34px 0px rgb(52 99 188 / 19%);
}
.stickyButton .content-stick.cyber {
  background: rgb(94,86,221);
  background: linear-gradient(140deg, rgba(94,86,221,1) 0%, rgba(216,4,44,1) 87%, rgba(151,2,31,1) 100%);
}