.activenow-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAApVBMVEUAAADdACLYACfYACfXACjYACfYACfZACbYACfaACbYACfYACfYACfYACfYACfYACfZACbYACfZACb/AADYACfYACfXACjYACfVACvMADPYACfYACfVACvYACfYACfZACbYACfbACTXACjZACbXACjYACfSAC3XACjXACjaACXbACTXACjZACa/AEDYACfYACfYACffACDYACfYACfYACfYACcAAACec2HKAAAANXRSTlMAD2+szu8amfRE6nD95LCQcc1QA07JR5UGBY/sHpcun88HgIWH9hFTgSkxen4EVYLSCH3MkSMZ/egAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4QkSCiAag73H7AAAAP9JREFUKM91Uul6gkAMHDlERcGKUi20tFjwPqrm/V+tyR5Cv6/kR8jOsJPZ7AI6eo7r+b7nOj20ox8MyMQg6Df4cEStGA0tHo5lPYniOJpINZ6a/wV/mSVSJ/OFMKnSF53Xpd2+euNllnMVcPHO3w+YJEzBPtnP5xdQ0lrSN+9htaqGw/xGIKKtJGbm/Anhsp8Eu8btHgl7c+ERRSx8sHjJi4jIg08US9tjgyMm8p9EqYntkzBSpZVaWylpfvqvudg96+bK7gWYKbtywOsPcNMH5LS8qwOqkQTtkTz0SLqH2Dl2YNpxUUCata82S5tLz4vKwlWR/3kndaifT1gb4BdQmjgfR9t4cQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wOS0xOFQxMDozMjoyNiswMjowML6yBdgAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDktMThUMTA6MzI6MjYrMDI6MDDP771kAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  min-width: 24px;
}

.checkbox-error{
  background-position-y: 4px;
}

#active-now-submit, #validate-discount-code {
  cursor: pointer;
  margin-top: 5px;
  border: 1px solid #eee;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}


#active-now-submit:focus, #validate-discount-code:focus {
  outline: none;
  animation: myColor 0.3s ease-in-out;
}

#active-now-submit {
  background-color: #fff;
  color: rgb(40, 40, 40);
}

#validate-discount-code {
  margin-top: 0;
  text-align: center;
}

@keyframes myColor {
  0% {background: #fff;}
  50% {background: #eee;}
 100% {background: #fff;}
}

.activenow-form-container {
  text-align: left;
  font-size: .9rem;

  .w-100 { width: 100%; }

  .flex-column { flex-direction: column; }

  .d-flex { display: flex; }

  .align-items-center { align-items: center; }

  .activenow-form-field {
    width: 100%;
    display: flex;

    &.hidden {
      display: none;
    }

    a:link {
      color: black;
    }

    input, select {
      margin: 10px 2px;
      display: inline;
      padding: .45rem 1rem;
      border-radius: 5px;
      border: 1px solid #eee;
      font-size: .9rem;
    }

    label, input[type='checkbox'] {
      width: auto;
      display: inline;
      vertical-align: middle;
      height: min-content;
      margin: auto 3px;
    }

    label {
      align-self: start;
      margin: 0 5px;
      margin-top: 1px;
    }

    select, input {
      box-sizing: border-box;
      width: 100%;
    }

    select {
      appearance: none;
    }

    input.ios-device:after {
      color: #ccc;
      content: attr(placeholder);
    }
  }

  @media (max-width: 767px) {
    overflow-x: hidden;

    .activenow_confirmation_message {
      width: 200px;
    }
  }

  .activenow_confirmation_message {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1500;
    width: 400px;
    color: #23722b;
    background-color: #daf8dd;
    border-color: #cbf5cf;
    border-radius: 0.25em;
    border-style: solid;
    padding: 10px 20px;

    .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
      padding: 0;
      background: transparent;
      border: 0;
      -webkit-appearance: none;

      &:hover {
        text-decoration: none;
        opacity: .75;
      }
    }
  }

  .activenow-form-class-description {
    width: 100%;
    margin: 10px 0;
    padding: 25px;
    background-color: white;
    color: #333333;

    .activenow-class-row {
      width: 100%;
      border-bottom: 1px solid var(--grey-lightest, #eeeeee);
      padding: 10px 0;

      &:before, &:after {
        content: " ";
        display: table;
      }
      &:after {
        clear: both;
      }

      .activenow-class-label {
        position: relative;
        float: left;
        width: 30%;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: var(--bold-font, 500);
        padding-top: 3px;

        @media (max-width: 767px) {
          float: none;
          width: 100%;
        }
      }

      .activenow-class-value {
        position: relative;
        float: left;
        width: 70%;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.75rem;
        margin-block-start: 0;
        margin-block-end: 0;

        @media (max-width: 767px) {
          float: none;
          width: 100%;
        }
      }

      *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
    }
  }

  .soft-d-none {
    display: none;
  }

  .line-through {
    text-decoration: line-through;
  }
}
