.connection-detail {
  font-size: 1rem; }
  .connection-detail .detail-section {
    margin-bottom: 0.75rem; }
    .connection-detail .detail-section:not(:last-child) {
      margin-bottom: 1rem; }
    .connection-detail .detail-section .text {
      color: black;
      margin-bottom: 0.5rem; }
    .connection-detail .detail-section .display-value .field__label,
    .connection-detail .detail-section .display-value .field__input {
      border-bottom: none;
      line-height: unset; }
    .connection-detail .detail-section .display-value .field__label label {
      color: black;
      font-weight: bold; }
    .connection-detail .detail-section .header {
      color: black; }
  .connection-detail .top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .connection-detail .top-section .connection-details-information {
      margin-bottom: 1rem;
      color: black; }

.custom-icon-alert {
  color: rgb(206, 53, 53);
}
.custom-header:before {
  content: "** ";
  color: #FF0000;
}
.custom-header_1:before {
  content: "* ";
  color: #FF0000;
}