.table {
  width: 100%;
  color: #707070;
}

.table th {
  background-color: #f5f5f5;
  border-top: 1px solid #035b9b99;
  color: #707070;
  font-weight: 700;
  text-align: left;
}

.table th,
.table td {
  padding: 15px 5px 13px;
}

.table th:first-child,
.table td:first-child {
  padding-left: 15px;
}

.table th:last-child,
.table td:last-child {
  padding-right: 15px;
}

.table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

@media (max-width: 1199px) {
  .table-flex {
    font-size: 14px;
  }

  .table-flex,
  .table-flex thead,
  .table-flex tbody,
  .table-flex tr,
  .table-flex th,
  .table-flex td {
    display: block;
  }

  .table-flex thead {
    display: none;
  }

  .table-flex tr {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .table-flex .table-service {
    display: block !important;
  }

  .table-flex .table-status {
    position: absolute;
    top: 10px;
    right: 0;
  }

  .table-flex tr:first-child {
    border-top: none;
  }

  .table-flex td:first-child,
  .table-flex td {
    border: none;
    display: flex;
    /* padding: 2px 15px 2px 43px; */
  }

  .table-flex td:first-child {
    /* padding-left: 15px; */
  }

  .table-flex td:last-child {
    /*display: none;*/
  }

  .table-service-flex::before,
  .table-flex td::before {
    color: #707070;
    content: attr(data-title);
    display: block;
    font-weight: 700;
    margin-right: 4px;
    white-space: nowrap;
  }

  .table-flex .table-service::before {
    content: none;
  }

  .table-flex .table-service svg {
    color: var(--blue) !important;
  }
}


