.DataImportWizardTable{
  font-size: 0.901rem; //15px
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin:0.481rem 0.962rem 0.481rem 0.962rem; //8px 16px 8px 16px
  max-width: -webkit-fill-available;
  table-layout: fixed;

  .ColumnGroupPercentage15{
    width: 15%;
  }

  .DataImportWizardTableHeaderCell{
    padding-top: 0.481rem; //8px 
    padding-bottom: 0.481rem; //8px
    padding-left:0.962rem; //16px
    font-size: 0.661rem; //11px
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .DataImportWizardTableRow{
    border: solid 0.06rem; //1px
  }

  .DataImportWizardTableCell{
    padding-top: 0.481rem; //8px
    padding-bottom: 0.481rem; //8px
    padding-left:0.962rem; //16px
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.DataImportWizardTableCellChild
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DataImportWizardErrTableCellChild
{
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}

.DataImportWizardErrorDetails{
  .DataImportWizardTable{
    table-layout:fixed;
  }
  .DataImportWizardTableCell{
    overflow: unset;
    text-overflow: unset;
    white-space: unset;

  }
}

.ImportHeaderText{
  font-family: "Bold";
  font-size: 0.901rem; //15px
  margin-top: 0.481rem; //8px
  margin-bottom: 0.481rem; //8px
  margin-left: 0.962rem; //16px

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.FirstImportHeaderText{
  margin-top: 0.962rem; //16px
}

.ImportHeaderDetails{
  font-size: 0.721rem; //12px
  margin-bottom: 0.962rem; //16px
  margin-left: 0.962rem; //16px
  margin-right: 0.962rem; //16px

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 479px) {
  .ImportHeaderText{
    margin-left: 0.481rem; //8px
  }

  .ImportHeaderDetails{
    margin-left: 0.481rem; //8px
    margin-right: 0.481rem; //8px
  }
  .DataImportWizardTable{
    margin: 0.481rem 0 0.481rem 0; //8px 0 8px 0
    .DataImportWizardTableRow{
      border-left: none;
      border-right: none;
    }
    .DataImportWizardTableHeaderCell{
      padding-left:0.481rem; //8px
    }
    .DataImportWizardTableHeaderCell:last-child{
      padding-right: 0.481rem; //8px
    }
    .DataImportWizardTableCell{
      padding-left:0.481rem; //8px
    }
    .DataImportWizardTableCell:last-child{
      padding-right: 0.481rem; //8px
    }
  }
}

.DataImportWizard {
  width: -webkit-fill-available;

  .DummyBtnForClipBoard{
    width: 0.06rem; //1px
    height: 0.06rem; //1px
    position: absolute;
    background: transparent;
  }

  .ColumnMappingTable{
    table-layout: auto;
    margin-bottom: 0.962rem; //16px
    margin-right: 0.962rem; //16px
    margin-left: 0.962rem; //16px
    .ColumnMappingLabel{
      padding: 0.962rem 0 0.962rem 0.962rem; //16px 0 16px 16px
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .ColumnMappingSelectionBox{
      float: left;
      //Paddingtop 8.5px as Selection box also has padding inside which would total to 16px
      padding-top: 0.511rem; //8.5px
      padding-bottom: 0.481rem; //8px
      padding-left: 0.962rem; //16px
    }
  }

  .DataImportWizardStatusBar{
    position: absolute;
    bottom: 0rem;
    width: -webkit-fill-available;
    width: 100%;
    font-size: 0.901rem; //15px
    display: flex;
    justify-content: center;
    align-items: center;

    .DataImportWizardStatusIcon{
      width: 1.322rem; //22px
      height: 1.322rem; //22px
      margin : 0.962rem 0 0.962rem 0.962rem; //16px 0 16px 16px
    }

    .DataImportWizardStatusBarOverview{
      padding: 0 0.962rem 0 0.481rem; //0 16px 0 8px
      --lh: 0.901rem; //15px
      --max-lines: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 2.163rem; //36px
      flex-grow: 1;
      align-content: start;
    }

    .VerticalLine {
      height: 1.202rem; //20px
      width: 0.06rem; //1px
      margin: 0.601rem 0; //10px 0px
    }

    .DataImportWizardStatusBarShowDetailsContainer{
      flex-shrink: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
    }
    .DataImportWizardStatusBarShowDetails{
      flex-shrink: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      padding: 0 0.962rem 0 0.962rem; //0 16px 0 16px
      font-family: "Bold";
    }
  }

  .Seperators{
    display: flex;
    flex: 1;
    line-height: inherit;
    margin-bottom: 0.962rem; //16px

    .Seperator{
      display: -webkit-inline-box;
      margin-left: 0.925em; //16px
      max-width: fit-content;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      height: inherit;
      line-height: inherit;

      .SeperatorLabelContainer {
        max-width: 8.668em; //150px
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: inherit;

        .SeperatorLabelSpan{
          font-family: "Regular";
          font-size: 0.809em; //14px
          vertical-align: middle;
        }
      }

      .SeperatorInput {
        max-width: 1.2em;//18px
        border: none;
        border-bottom: solid 0.067em; //1px
        padding: 0;
        font-family: "Regular";
        font-size: 0.809em; //14px
        margin-left: 0.400em; //6px
        line-height: normal;
        text-align: right;
        border-radius: 0;
      }
      
      .SeperatorInput:focus {
        border-bottom-width: 0.120rem !important; //2px
        border-bottom-color: var(--seperatorinputfield-focus-borderbottomcolor) !important;
        background-color: var(--seperatorinputfield-focus-backgroundcolor) !important;
        color: var(--seperatorinputfield-focus-color) !important;
      }
    
      .SeperatorInput:focus::selection {
        color: var(--seperatorinputfield-focus-color) !important;
      }
    }
  }

  @media only screen and (max-width: 479px) {
    //For phone factor  
    .Seperators{
      .Seperator{
        margin-left: 0.481rem; //8px
      }
    }

    .ColumnMappingTable{
      margin-right: 0;
      margin-left: 0;
    }
    .DataImportWizardStatusBar{
      .DataImportWizardStatusIcon{
        margin-left : 0.481rem; //8px
      }
      .DataImportWizardStatusBarShowDetails{
        padding-right: 0.481rem; //8px
      }
    }
  }
}
