::ng-deep .cmf-lead-detail {
  .mat-table {
    white-space: nowrap !important;
  }
}

.cmf-lead-detail {
  position: relative;
}

.close {
  cursor: pointer;

  position: absolute;
  z-index: 10002;
  top: 5px;
  right: 2px;

  display: flex;
  align-items: center;

  color: #8c8c8c;

  span {
    padding-left: 10px;
  }
}
