.type-checkbox {
  .mk-paas__transfer-select-modal-content-item-title {
    border-bottom: 2px solid #eee;
  }
  .mk-paas__transfer-select-modal-content-item-bread-item-name {
    max-width: 75px;
  }
  .type-checkbox__left-list {
    .mk-paas__transfer-select-modal-select__item-select__name-title {
      max-width: 156px;
    }
    .mk-paas__transfer-select-modal-select__item-select__name-path {
      max-width: 234px;
    }
  }
  .type-checkbox__right-list {
    .mk-paas__transfer-select-modal-select__item:hover {
      background: #f7f7f7;
      .delIcon {
        display: block !important;
      }
    }
    .mk-paas__transfer-select-modal-select__item-select__name-title {
      max-width: 224px;
    }
  }
  .mk-paas__transfer-select-modal-content-item {
    &:nth-child(1) {
      margin-right: 20px;
    }
    &:nth-child(2) {
      margin-left: 20px;
    }
  }
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: flex;
  justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
