/*CSS for Table*/
.mph-table-wrap {
  border: 1px solid #e5e5e5;
  border-top: solid 4px #202f60;
  font-family: Rawline;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  max-height: 480px;
  font-family: 'Rawline';
}

@media (min-width: 576px) {
  .mph-table-wrap {
    max-height: none;
  }
}

.mph-table-wrap .table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}

.mph-table-wrap .table thead th {
  background-color: #ffffff;
  color: #333333;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.mph-table-wrap .table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  .mph-table-wrap .table thead th {
    font-size: 20px;
    line-height: 34px;
  }
}

.mph-table-wrap .table thead th span {
  background-color: #ffffff !important;
  color: #333333 !important;
}

.mph-table-wrap .table td {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  padding: 20px;
  border: none;
  z-index: 1;
}

.mph-table-wrap .table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 992px) {
  .mph-table-wrap .table td {
    font-size: 16px;
    line-height: 29px;
    min-width: 205px;
  }
}

.mph-table-wrap .table td span {
  color: #333333 !important;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(even) span {
  background-color: #f8f8f8 !important;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(even) td:first-child {
  background-color: #f8f8f8;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(odd) span {
  background-color: #ffffff !important;
}

.mph-table-wrap .table.table-striped tbody tr:nth-of-type(odd) td:first-child {
  background-color: #ffffff;
}

.mph-table-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

.mph-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
