#sftExt-frontend-button.bottom {
  bottom: 11vh !important;
}
#sftExt-frontend-button.right::after {
  color:#000!important;
  margin-top:0!important
}
#sftExt-frontend-button {
  position:fixed;
  border:none;
  cursor:pointer;
  z-index:9999;
  left:20px;
  top:20px;
  padding:10px 20px;
  font-family:inherit;
  width:25px;
  height:25px;
  border: 4px solid #036;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media print {
  #sftExt-frontend-button {
    display:none!important
  }
}
@media screen,speech {
  #sftExt-frontend-button .sr-only {
    position:absolute;
    left:-9999px;
    width:1px;
    height:1px;
    overflow:hidden
  }
}
@media (max-width:600px) {
  #sftExt-frontend-button {
  bottom: 11vh !important;
  right: 36px !important;
  }
}
#sftExt-frontend-button.round {
  border-radius:50%;
  padding:12px;
  text-align:center;
  width:88px;
  height:88px;
}
#sftExt-frontend-button.round>i {
  position:relative;
  display:block;
  font-size:25px;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%)
}
#sftExt-frontend-button.square {
  border-radius:0;
  padding:10px;
  text-align:center;
  width:45px;
  height:45px
}
#sftExt-frontend-button.square>i {
  position:relative;
  display:block;
  font-size:25px;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%)
}
#sftExt-frontend-button.bottom {
  bottom: 11vh;
  top: auto;
}
#sftExt-frontend-button.right {
  left:auto;
  right:20px
}
#sftExt-frontend-button.left {
  left:20px
}
#sftExt-frontend-button.top {
  top:auto;
}
#sftExt-frontend-button.right {
  right:34px;
}
#sftExt-frontend-button.right::after {
  content:'Leave site quickly';
  font-size:15px;
  text-align:center;
  line-height:1.4em;
  color:#a2a2a2;
  margin-top:29px;
  display:block;
  width:76px;
  left:-10px;
  position:relative;
  top:-6px;
}
#sftExt-frontend-button.round>i {
  display:initial;
  line-height:1.5em;
  top:initial;
  transform:none
}
@media only screen and (min-width:1240px) {
  #sftExt-frontend-button.round>i {
    font-size:35px
  }
  #sftExt-frontend-button.round {
    width:88px;
    height:88px;
    /*! top: auto; */
  }
}
@media (max-width:1239px) {
  #sftExt-frontend-button.right::after {
    margin-top:20px;
    display:block;
    bottom:5px;
    position:relative
  }
}