@import '../../../assets/variable.less';
.module-data-import-popup {
  &-box {
    position: absolute;
    top: 38px;
    right: 15px;
    z-index: 10;
    background-color: #fff;
    border-radius: 10px;
  }
  &-box::before {
    position: absolute;
    top: -24px;
    right: 45px;
    z-index: 11;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #eef3ff;
    content: '';
  }
  &-bg {
    flex-shrink: 0;
    width: 384px;
    height: 365px;
    background-repeat: no-repeat;
    background-size: 384px 135px;
    border-radius: 10px;
    /* 投影/一级下拉菜单 */
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
  // &-close-icon {
  //   position: absolute;
  //   top: 27px;
  //   right: 22px;
  //   width: 24px;
  //   height: 24px;
  //   background: url('./../../../assets/images/close.png');
  //   background-size: 24px 24px;
  // }
  &-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    // padding-top: 60px;
  }
  // &-welcome-icon {
  //   width: 60px;
  //   height: 60px;
  //   background: url('./../../../assets/images/welcome.png');
  //   background-size: 60px 60px;
  // }
  &-blank {
    width: 300px;
    height: 200px;
    margin-bottom: 8px;
  }
  &-title {
    /* justify-content: center; */
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    padding: 0 24px;
    color: var(--io-n, #021429);
    font-weight: 600;
    font-size: 24px;
    font-family: PingFang SC;
    font-style: normal;
    line-height: normal;
  }
  &-txt {
    color: var(--io-n-6, #67727f);
  }
}
