.black-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: black;
}
.gray-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: gray;
}
.textTop {
  width: 20px;
  display: inline-block;
}
.text-color {
  color: #409eff;
}

.account-color {
  color: #409eff;
  cursor: pointer;
}

.btn-right {
  text-align: right;
}

.base_columns {
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.base_columns_more {
  height: auto;
  overflow: visible;
  display: inline-block;
}
.very_list:hover{color:#1482f0;}

.spanInfo {
  margin-left: 20px
}
.divTable {
  display: flex;justify-content: left;align-items: center; position: relative
}

.crm-main {
  //font-weight: bold;
  font-size: 15px;
  color: #1890ff;
  background: #fff;
  border-radius: 6px;
  padding: 10px 10px 0px 10px;
  height: auto !important;
  flex: none;
  margin-bottom: 4px;
  border: 1px solid #d8dce5;
}
