@import "common/var";

.cbim-person-select {
  &__content {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    &-left, &-right {
      width: 50%;
      height: 100%;
      border-radius: 0px 0px 0px 2px;
      border: 1px solid #DFE4EB;
      .cbim-person-select__content-title {
        //width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 15px;
        background: #F5F5F5;
        border-bottom:1px solid #DFE4EB;
        font-weight: bold;
        position: relative;
        &:before {
          position: absolute;
          left: 9px;
          content: '';
          background: #0084FF;
          width: 4px;
          height: 18px;
          border-radius:2px;
        }
      }
      .cbim-person-select__content-value {
        width: 100%;
        height: calc(100% - 31px);
        overflow: hidden;
        &:hover {
          overflow: auto;
        }
      }
    }
  }
  &__footer {
    height: 30px !important;
    margin-top: 10px;
    padding: 0;
  }
}

.cbim-person-select {
  /deep/ .el-tree-node__content > label.el-checkbox {
    display: none;
  }
  /deep/ .el-tree-node__content > .is-leaf + label.el-checkbox {
    display: block;
  }
  /deep/ .el-input {
    width: 200px
  }
  /deep/ .el-dialog__body {
    padding-top: 12px !important;
  }
}
