.asset-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.asset-header-logo {
  font-family: var(--bs-font-sans-serif)
  font-size: 2.25rem;
}

.asset-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-font-sans-serif);
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}


.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.asset-pagination {
  margin-bottom: 4rem;
}
.asset-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.asset-post {
  margin-bottom: 4rem;
}
.asset-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.asset-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.asset-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.asset-footer p:last-child {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #ffc107;
    color: white;
    box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/collapsed.png);
    transform: rotate(-180deg);
}

.accordion-button.collapsed {
    background-color: #212529;
    color: white;
    box-shadow: unset;
}

.accordion-button.collapsed::after {
    background-image: url(/assets/images/collapsed.png);
}

.accordion-button-passed:not(.collapsed) {
    background-color: #18961A !important;
}

.accordion-button-passed.collapsed {
    background-color: #185B1A !important;
}

.test_html table, th, td {
    border: 1px solid #e9d5d56b !important;
    padding: 10px !important;
    margin: 10px !important;
}

