.lws-sidepanel-form.active {
  transform: translateX(0);
  height: 500px;
}
.lws-sidepanel-form {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 999;
  width: 450px;
  transform: translateX(400px);
  transition: transform 0.3s ease-in-out;
}
.lws-sidepanel-form .content {
  width: 350px;
  background: #1d2327;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #fff;
}
.lws-sidepanel-form .tab {
  transform: rotate(270deg);
  z-index: 50;
  transform-origin: left top 0;
  color: white;
  background-color: #092383;
  width: 268px;
  height: 48px;
  top: 270px;
  left: 0;
  position: absolute;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid white;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.lws-sidepanel-form button {
  position: absolute;
  right: 15px;
  top: 150px;
  background-color: transparent;
  color: #092383;
  font-size: 22px;
  border: 0;
  padding: 0;
}
a.toggle-sidetab {
  float: right;
  color: #092383;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.lws-sidepanel-form.active .tab {
  opacity: 0;
  pointer-events: none;
}
