/** MULTISELECT **/

.multiselect {
  margin-bottom: 20px;
}
.multiselect__content li {
  margin-left: 0;
  padding-left: 0;
}
.multiselect__tags {
  min-height: 43px !important;
  border-color: #d1d1d1 !important;
}
.multiselect__tags input {
  height: auto;
  border: none;
  font-size: 13px;
  padding: 8px 10px;
}
  .multiselect__content {
    margin-top: 4px;
  }
  .multiselect__tag {
    padding: 6px 26px 6px 10px;
    font-size: 11px;
  }

/** STRIPE **/

.credit-card-panel {
    width: 90%;
    max-width: 600px;
    height: 270px;
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}

#creditcard-container {
    padding: 20px;
    background: #f9f9f9;
    margin: 0 0 30px;
}

.checkbox {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 0 0 10px;
}
  .checkbox input {
    margin: 3px 10px 0 0;
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    flex-wrap: wrap;
  }
  .checkbox label {
    margin: 0;
    font-size: 14px;
    width: calc(100% - 30px);
  }

/* skeleton overrides */

.overlay {
    position: fixed;
    top: -100vh;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    transition: all 0.2s;
    color: black;
}
    .overlay.active {
        top: 0;
        opacity: 1;
    }
    .overlay .modal {
        width: 90%;
        max-width: 400px;
        padding: 20px;
        background: #fff;
        border-radius: 15px;
    }
    .overlay .modal h6 {
      margin: 0 0 10px;
    }
    .breakdown table {
        width: 100%;
        margin: 0;
    }
    .breakdown table td {
        padding: 8px;
        font-size: 14px;
    }
    .breakdown table td:last-child {
        text-align: right;
    }
    .breakdown table tr:nth-child(odd) td {
        background: rgba(0, 0, 0, 0.02);
    }
    .breakdown .total {
        background: #cce5ff;
        color: #004085;
        font-size: 14px;
        text-align: right;
        padding: 12px 8px;
        margin: 0 0 8px;
        font-weight: 600;
    }
    .overlay .button {
        display: block;
    }


/*START*/

html,
body,
.viewport {
  width: 100%;
  height: 100%;
}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
  .login-wrapper > .sidecol {
    width: 40%;
    height: 100%;
    background: #007a7f;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .login-wrapper > .sidecol .content {
    width: 80%;
    text-align: left;
    padding: 0 40px 0 0;
  }
  .login-wrapper > .maincol {
    width: 60%;
    height: 100%;
  }

h1 {
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.1em;
  text-align: center;
}
  h1 span {
    display: block;
    font-size: 0.6em;
    line-height: 1.4em;
    margin: 10px 0 0;
    font-weight: 600;
    letter-spacing: 0;
    font-weight: 600;
  }
  h1 span:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    margin: 15px 0;
    display: block;
  }

ul {
  list-style-position: outside;
  margin: 0 0 35px 25px;
  font-size: 13px;
}
ul li {
  margin: 0 0 5px;
  padding: 0 0 0 5px;
}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

.section {
  padding: 30px;
}

.page-cta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}

.form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 550px) {
    .form-wrapper {
        width: 65%;
    }
}

.signup,
.login {
  background-repeat: repeat;
  background-size: 200px auto;
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
  .login {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signup-panel,
  .login-panel {
    width: 100%;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.08);
    color: #444;
    padding: 30px 30px 25px; 
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
    margin: 0 auto;
  }
  .signup-panel {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
    .signup-panel .side {
      width: 350px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      background: #111;
      color: #fff;
    }
    .signup-panel .main {
      width: calc(100% - 350px);
      height: 100%;
      padding: 20px 40px 20px 40px;
      text-align: left;
    }
    .signup-panel h1 {
      text-align: left;
      font-size: 28px;
      margin: 0 0 10px;
      padding: 0px;
      line-height: 1.3em;
    }
    .signup-panel h5 {
      line-height: 1.1em;
      font-size: 24px;
    }
    .signup-panel .form-wrapper {
      width: 100%;
      height: 100%;
    }
    .reset-password input {
      text-align: center;
    }
    .signup-panel .row {
      margin-bottom: 10px;
    }
    .signup-panel .otp,
    .signup-panel .registration-success {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .packages .package {
    display: block;
    width: 100%;
    background: #f9f9f9;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
    .packages .package.active {
      background: #eef4fa;
    }
    .packages .package .price {
      font-size: 20px;
      width: 180px;
      text-align: right;
      font-weight: 700;
    }
    .packages .package .price > span {
      font-size: 13px;
      font-weight: 500;
    }
    .packages .package .radio {
      width: 30px;
      height: 40px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .packages .package .radio > input {
      margin: 0;
    }
    .packages .package label {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer !important;
    }
    .packages .package .package-name {
      width: calc(100% - 210px);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3em;
    }

    .package-desc {
      width: 100%;
      margin: 15px 0 0;
      white-space: pre-line; 
      font-size: 12px;
      display: none;
    }
    .pro-rata-note { 
      display: none;
    }
    .package.active .package-desc {
      display: block;
    }
    .package.active .pro-rata-note {
      display: inline-flex;
    }

    .terms {
      width: 100%;
      height: 250px;
      border: solid 1px rgba(0,0,0,0.1);
      padding: 15px;
      font-size: 12px;
      overflow: auto;
      text-align: left;
    }


  .login-panel {
    max-width: 450px;
  }
    .login-panel h1 {
      font-size: 30px;
    }

@media (max-width: 850px) {

  .login-wrapper {
    display: block;
  }

  .login-wrapper > .sidecol,
  .login-wrapper > .maincol {
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: 0;
    justify-content: center;
  }

  .signup-panel {
    display: block;
  }

  .signup-panel .side,
  .signup-panel .main {
    width: 100%;
    padding: 0;
    height: auto;
  }
    .signup-panel .side {
      margin: 0;
    }
    .signup-panel .main {
      padding: 10px 30px 20px;
    }
    .signup-panel .side img {
      width: 250px !important;
      margin: 0;
    }
    .signup-panel .side > div {
      width: calc(100% - 250px);
      padding-bottom: 0 !important;
    }
    .signup-panel h1 {
      font-size: 28px;
    }

    .signup-panel .otp {
      margin: 30px auto;
      width: 100%;
      height: auto;
    }
}

@media (max-width: 600px) {

  .login-wrapper > .sidecol {
    display: none;
  }
  .login-wrapper > .maincol {
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: 0;
  }
  .login-wrapper > .sidecol .content {
    width: 100%;
  }
  .login {
    align-items: flex-start;
  }

  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .section {
    padding: 20px;
  }

  .page-cta {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
    .page-cta .button {
      width: 100%;
    }

  .signup, .login {
    height: auto;
  }
    .signup-panel {
      padding: 25px;
    }
      .signup-panel h1 {
        text-align: center;
      }
      .signup-panel span:before {
        margin: 15px auto;
      }

      .signup-panel .side img {
        width: 100% !important;
        height: auto;
      }
      .signup-panel .side > div {
        width: 100%;
        padding-bottom: 15px !important;
      }
      .signup-panel .columns {
        margin: 0 0 15px;
      }
      .signup-panel .columns label {
        margin: 0 0 5px;
      }


  .packages .package .package-name {
    width: calc(100% - 30px);
  }
  .packages .package .price {
    width: 100%;
    text-align: left;
  }


}
