.table thead th {
  vertical-align: top;
  /* vertical-align: bottom; */
  border-bottom: 2px solid #dee2e6;
  background-color: #f3f3f3;
  /* font-weight: 500; */
}

.table td {
  border: 1px solid #dee2e6;
  /* background-color: white; */
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

.table .td-total {
  font-size: 26px;
  background-color: #b6d6f8;
}

.table .td-danger {
  background-color: #c92500;
  color: white;
}

.table .td-total-message {
  font-size: 18px;
}

.table th {
  border: 1px solid #dee2e6;
  background-color: white;
  padding: 0.75rem;
  /* padding: 0.75rem 0.75rem 0.1rem 0.75rem !important; */
}

/* .table-contact-container {
  margin: 10px auto 10px;
  width: 1260px;
} */

.table-quote-deal-line-items {
  border: 1px solid #dee2e6;
  margin-bottom: 0.25rem;
}

.table-quote-deal-line-items .tbody-deal-line-items tr td {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  /* border-right: 1px solid #dee2e6; */
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
}

/* .table-quote-deal-line-items .tbody-deal-line-items tr .td-not-first-in-group {
    padding-top: 0;
    vertical-align: top;
} */

.table-quote-deal-line-items .tbody-deal-line-items tr td *:not(sup):not(sub) {
  font-family: inherit !important;
  font-size: inherit !important;
}

.table-quote-deal-line-items tr th:not(:first-child) {
  text-align: center;
}

.table-quote-deal-line-items .tbody-deal-line-items .tr-bordered {
    border-bottom: 1px solid #dee2e6;
    /* border-bottom: 2px solid #dee2e6; */
}

.table-quote-deal-line-items thead th {
  /* border-bottom: 1px solid #dee2e6; */
  border-right: 0;
  border-left: 0;
}

.table-summary thead th {
  background-color: #b6d6f8 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    /* background-color: rgba(0, 0, 0, .05); */
    background-color: white;;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}