.op-label-text {
  font-size: 1em;
  word-break: break-word;
  position: relative;
  display: inline-block;
  .op-label-text2 {
    font-weight: bold;
    margin-left: 0.5em;
  }

  &.copyable {
    cursor: pointer;
    &:hover {
      text-shadow: 0px 0px 1px;
      .op-label-copyed {
        display: block;
      }
    }
  }

  .op-label-copyed {
    position: absolute;
    top: -1.5em;
    line-height: 1em;
    color: #ffffff;
    background-color: #000000;
    padding: 0.3em;
    border-radius: 4px;
    font-size: 14px;
    display: none;
  }
}
