body.no-scroll {
  position: fixed;
  overflow: hidden; }

.sl-quote-form {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 20px;
  background-color: #750702; }
  .sl-quote-form > div {
    background-color: #FFF;
    max-height: 100%;
    overflow: auto; }
  .sl-quote-form .hide {
    display: none; }
  .sl-quote-form .login-form, .sl-quote-form .register-form {
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform ease-out 500ms;
    display: none; }
    .sl-quote-form .login-form.active, .sl-quote-form .register-form.active {
      display: block;
      transform: translateX(0);
      -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
      box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=quote.css.map */
