@charset "UTF-8";
.body-info-list .table tr:first-child {
  display: none;
}
.body-info-list .table tr {
  border-bottom: 2px dotted var(--base50Color);
  margin-bottom: 1rem !important;
  display: block;
  padding-bottom: 0.5rem;
}
.body-info-list .table > tbody > tr > td {
  border: none;
  text-align: left !important;
  display: block;
  padding-top: 0.75rem;
  white-space: inherit;
}
.body-info-list .table-responsive > .table > tbody > tr > th {
  white-space: inherit;
}
.body-info-list .table tr td:first-child {
  display: none;
}
.body-info-list .table tr td:nth-child(2) {
  color: var(--mainColor);
  font-size: 0.875em;
  padding-bottom: 0;
}
.body-info-list .table tr td:nth-child(3) {
  color: var(--baseColor);
  font-size: clamp(1em, 1.5515rem + 0.2071vw, 1.125em);
}
/*.body-info-list table a{
	display:block;
}*/
.body-info-list span.badge.bgred{
	position:static;
	transform:translateY(-20%);
}

@media screen and (max-width: 559px) {
  .body-info-list .table-responsive {
    border: none;
  }
  .body-info-list .table > tbody > tr > td {
    padding: 0.75rem 0;
  }
}