.ml-not-data {
  text-align: center;
  .ml-not-data-image-icon {
    height: 100px;
  }
  .ml-not-data-text {
    font-size: 17px;
    font-weight: 700;
  }
  .ml-not-data-hint {
    font-size: 13px;
    padding: 0 30px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ml-not-data-text,
  .ml-not-data-hint {
    margin-bottom: 10px;
  }
}