:global {
  .selected-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;

    .orgCls {
      display: none;
    }

    .selected-container-wrap {
      flex: 1;
      overflow-y: auto;
    }
    .selected-container-placeholder {
      height: 20px;
    }
    .no-data-tips {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      color: #888;
      height: 100%;
    }
    .tag-container-body {
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 150px;
      padding-right: 15px;
    }
    .uncheck-icon {
      position: absolute;
      right: -4px;
      display: inline-block;
      text-align: center;
      width: 17px;
      height: 17px;
      background-image: url('../../assets/image/uncheck_icon.svg');
      background-repeat: no-repeat;
      background-size: 9px 9px;
      background-position: center;
      margin-left: 5px;
      cursor: pointer;
    }
    .selected-container-btn-container {
      margin-top: 20px;
      height: 55px;
      box-sizing: border-box;
      border-top: 0.5px solid #dfdfdf;
      background: #fff;
      padding: 6px 15px;
      z-index: 2;
      .selected-container-btn {
        width: 100%;
        height: 100%;
        background: #1786ec;
        border-radius: 4px;
        font-size: 17px;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
    }
    .renderTextLabel {
      color: #cde2f6;
      margin-left: 6px;
      font-size: 10px;
    }
  }
}
