.yyui-inputtag{
    overflow: visible !important;
    clear: both;
    .tag-textarea {
      padding: 2px 7px;
      position: relative;
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      min-height: 25px;
      outline: none;
      background: #fff;

      .tag-input {
        height: 26px;
        margin-left: 5px;
        outline: none;
        border: none;
        display: inline-block;
      }
    }

    .tag-textarea:hover {
      cursor: text;
      border: 1px solid #2db7f5 !important;
    }

    .drop-down {
      width: 100%;
      position: absolute;
      z-index: 10;

      .drop-down-menu {
        clear: both;
        position: relative;
        text-indent: .5em;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        background: #fff;

        .options-item {
          padding: 7px 15px 7px 0;
          line-height: 1;
          font-size: 12px;
          font-weight: 400;
          border-radius: 4px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
        }

        .active-options-item {
          color: #0094ea;
          background: #EAF8FE;
        }

        .options-item:hover {
          color: #0094ea;
          background: #EAF8FE;
        }

      }
    }
}

