#proTable th, #proTable1 th, #proTable2 th, #proTable3 th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
    background: #090909!important;
    color: #FFF;
    font-weight: normal;
    font-size: 15px;
    border-radius: 0;
}

#proTable td, #proTable1 td, #proTable2 td, #proTable3 td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
}

.pro-table th:first-child, .pro-table td:first-child
{
  position:sticky;
  left:0px;
  min-width: 150px;
  background-color:#FFF;
}

.pro-table th:nth-child(2), .pro-table td:nth-child(2)
{
  position:sticky;
  min-width: 150px;
  left:148px;
  background-color:#FFF;
}

#proTable1 th:nth-child(3), #proTable1 td:nth-child(3)
{
  position:sticky;
  min-width: 300px;
  left:296px;
  background-color:#FFF;
}

.dark-mode .pro-table th:first-child, .dark-mode .pro-table td:first-child
{
  position:sticky;
  left:0px;
  min-width: 150px;
  background-color:#343a40;
}

.dark-mode .pro-table th:nth-child(2), .dark-mode .pro-table td:nth-child(2)
{
  position:sticky;
  min-width: 150px;
  left:148px;
  background-color:#343a40;
}

.dark-mode #proTable1 th:nth-child(3), .dark-mode #proTable1 td:nth-child(3)
{
  position:sticky;
  min-width: 300px;
  left:296px;
  background-color:#343a40;
}

.pro-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.pro-table {
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (min-width: 1000px) {

  .proTable td {
    white-space: break-spaces;
  }

  .proTable td:nth-child(1) {
    width: 30%;
  }

  .proTable td:nth-child(2) {
    width: 20%;
  }

  .proTable td:nth-child(3), .proTable td:nth-child(4) {
    width: 15%;
  }

  .proTable td:nth-child(5), .proTable td:nth-child(6) {
    width: 10%;
  }

}

.fixed-width-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.fixed-width-table th,
.fixed-width-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
