.show-more-list a.collapsed:after {
  content: '+ Show More';
  cursor: pointer;
}

.show-more-list a:not(.collapsed):after {
  content: '- Show Less';
  cursor: pointer;
}

.custom-card-header-main {
    background-color: #ffe7f1;
    padding: 1rem 1.25rem;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    color: #212529;
    font-size: 1rem;
}

.custom-card-header {
    background-color: #e7f1ff;
    padding: 1rem 1.25rem;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    color: #212529;
    font-size: 1rem;
}

.custom-card-header-data-properties {
    background-color: #f1ffe7;
    padding: 1rem 1.25rem;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    color: #212529;
    font-size: 1rem;
}
