._sptp_output .spf-fieldset-content {
  border: none;
  display: flex;
  justify-content: space-between;
}
._sptp_output .spf-fieldset-content .spf-field-shortcode2,
._sptp_output .spf-fieldset-content .spf-field-shortcode {
  width: 46%;
  display: inline-block;
}

.spf-field-fieldset._sptp_output {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  .spf-fieldset-content {
    border: none;
  }
  &::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    left: 46%;
    z-index: 99999999;
    top: 0;
  }
  .spf-field-shortcode2,
  .spf-field-shortcode {
    &:first-child{
      width: auto;
      margin: auto;
    }
  }
  .spf-field-shortcode2,
  .spf-field-shortcode {
    display: flex;
    align-items: center;
    width: 45%;
    .spf-title {
      width: auto;
    }
    .spf-fieldset {
      margin-left: 5px;
    }
    .sptp-copy-btn{
      width: 16px;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      margin-left: 10px;
    }
    &:last-child{
      .spf-fieldset {
        margin-left: 5px;
        width: 82%;
      }
    }
  }
  input {
    background-color: rgba(99, 163, 123, 0.1);
    width: 100%;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid rgba(99, 163, 123, 0.2);
    cursor: pointer;
  }

}
#_sptp_generator_output .postbox-header{
  display: none;
}
 /* Shortcode */
 .trpo-copy-btn {
  display: inline-block;
  height: 15px;
  line-height: 38px;
  margin-bottom: -4px;
  margin-right: -30px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.sptp-after-copy-text {
  bottom: 0;
  opacity:  0;
  z-index: 9999999;
  position: fixed;
  width: 230px;
  left: 180px;
  text-align: center;
  padding: 15px 15px;
  line-height: 15px;
  color: #fff;
  border-radius: 3px;
  background: #32373C;
  border: 1px solid #32373C;
}
.sptp-after-copy-text .fa-check-circle {
  font-size: 14px;
  margin-right: 2px;
  color: #5db62e
}