.tableTitle {
  font-size: 16px;
}



.tCenter {
  text-align: center;

  .btnBox {
    display: flex !important;
    justify-content: space-between;
  }
}

.decsBox {
  height: 32px;
  line-height: 32px;
}

.ant-modal-header {
  height: 70px;
}



.InitDataBaseContainer {


  .ant-card-body {
    padding-bottom: 0px !important;
  }

  .mgTop20 {
    margin-top: 20px;
    height: calc(100% - 350px);
  }

  // .recordBox {
  //   height: calc(100% - 20px);
  // }

}

.cardContainer {
  margin-top: 10px;
  border: 1px solid #ecf0fa;
  border-top: none;

  .ant-tabs-nav {
    background-color: #f4f6fc;

    .ant-tabs-tab {
      background-color: transparent;
      border: none;
      border-top: 2px solid transparent;
      box-sizing: content-box;
    }

    .ant-tabs-tab-active {
      border: none;
      background-color: #fff;
      border-top: 2px solid #1685ff;
    }
  }

  .tabContainer {
    padding-left: 20px;
    box-sizing: border-box;
  }
}

.initItemData1 {
  height: calc(100vh - 190px);

  // overflow: scroll;
  .btnBox {
    display: flex !important;
    justify-content: flex-end;
  }

  .ant-checkbox-wrapper {
    width: 298px;
    margin-bottom: 10px;
    margin-left: 8px;
  }

  // .ant-checkbox-wrapper {
  //   width: 298px;
  //   margin-bottom: 10px;
  //   margin-left: 8px;
  // }
  .view:hover {
    cursor: not-allowed;
  }
}

.initItemData {
  height: calc(100vh - 190px);
  overflow: scroll;

  .btnBox {
    display: flex !important;
    justify-content: flex-end;
  }

  .ant-checkbox-wrapper {
    width: 268px;
    margin-bottom: 10px;
    margin-left: 8px;
  }

  .view:hover {
    cursor: not-allowed;
  }
}