
.container-table101 {
  width: 100%;
  #min-height: 100vh;
  background: #c4d3f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table101 {
  width: 1700px;
  border-radius: 10px;
  overflow: hidden;
}

.table1 {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table1 {
    display: block;
  }
}

.row1 {
  display: table-row;
  background: #fff;
}

.row1.header {
  color: #ffffff;
  background: #6c7ae0;
}

@media screen and (max-width: 768px) {
  .row1 {
    display: block;
  }

  .row1.header {
    padding: 0;
    height: 0px;
  }

  .row1.header .cell {
    display: none;
  }

  .row1 .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell1 {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell1 {
    display: block;
  }
}

.row1 .cell {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.row1.header .cell {
  font-family: Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.0;
  font-weight: unset !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.row1 .cell:nth-child(1) {
  width: 70px;
  padding-left: 10px;
  text-align: center;
}

.row1 .cell:nth-child(2) {
  width: 60px;
  text-align: center;
}

.row1 .cell:nth-child(3) {
  width: 90px;
  text-align: center;
}

.row1 .cell:nth-child(4) {
  width: 130px;
  text-align: center;
}

.row1 .cell:nth-child(5) {
  width: 110px;
  text-align: center;
}
.row1 .cell:nth-child(6) {
  width: 110px;
  text-align: center;
}
.row1 .cell:nth-child(7) {
  width: 130px;
  text-align: center;
}
.row1 .cell:nth-child(8) {
  width: 70px;
  text-align: center;
}
.row1 .cell:nth-child(9) {
  width: 80px;
  text-align: center;
}
.row1 .cell:nth-child(10) {
  width: 90px;
  text-align: center;
}
.row1 .cell:nth-child(11) {
  width: 60px;
  text-align: center;
}
.row1 .cell:nth-child(12) {
  width: 70px;
  text-align: center;
}
.row1 .cell:nth-child(13) {
  width: 90px;
  text-align: center;
}
.row1 .cell:nth-child(14) {
  width: 90px;
  text-align: center;
}
.row1 .cell:nth-child(15) {
  width: 70px;
  text-align: center;
}
.row1 .cell:nth-child(16) {
  width: 60px;
  text-align: center;
}
.row1 .cell:nth-child(17) {
  width: 80px;
  text-align: center;
}
.row1 .cell:nth-child(18) {
  width: 90px;
  text-align: center;
}
.row1 .cell:nth-child(19) {
  width: 70px;
  text-align: center;
}
.row1 .cell:nth-child(20) {
  width: 70px;
  text-align: center;
}

.table1, .row1 {
  width: 100% !important;
}

.row1:hover {
  background-color: #ececff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .row1 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row1 .cell {
    border: none;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .row1 .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row1 .cell {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.0;
    font-weight: unset !important;
  }

  .table1, .row1, .cell1 {
    width: 100% !important;
  }
}
