.lp-panic-button--theme-exit-sign a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.lp-panic-button--theme-exit-sign a:hover {
  text-decoration: none;
}
.lp-panic-button--theme-exit-sign a::after {
  background-color: #C63610;
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox=\'0%200%2020%2027\'%20xmlns=\'http://www.w3.org/2000/svg\'%20fill=\'%23fff\'%3E%3Cg%3E%3Cg%20transform=\'translate(-217%20-151)\'%3E%3Cg%20transform=\'translate(217%20151)\'%3E%3Cpath%20d=\'M.813%200A1%201%200%200%200%200%201v18h2V2h16v11h-1.562l-2.781-2.75c-.02-.023-.043-.04-.063-.063C12.864%209.36%2011.836%209%2010.813%209H5.907c-.352.031-.66.246-.813.563l-2%204a1.007%201.007%200%200%200%201.813.874L6.625%2011h1.969l-2.187%204.313c-.102.101-.094.273-.094.374L5.407%2020H1c-.601%200-1%20.5-1%201v1h6.407c.398%200%20.699-.29%201-.688l1.312-2.968%204.469%207.062c.3.5.699.688%201%20.688.199-.102%201.406-.094%201.406-.094l-4.562-9.344%202-4.218%202.25%202.28A.99.99%200%200%200%2016%2015h2v11h2V1c0-.55-.449-1-1-1H.813zM13.5%204A2.502%202.502%200%200%200%2011%206.5C11%207.879%2012.121%209%2013.5%209%2014.88%209%2016%207.879%2016%206.5S14.88%204%2013.5%204zM0%2023v3h2v-3H0z\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 50%;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
.lp-panic-button--theme-exit-sign a span {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #272727;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 25px;
  padding: 7px 15px 7px 35px;
}

