.item-preview .item-metadata {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-bottom: none;
    width: 100%;
}
@media screen and (max-width: 1139px) {
  .item-preview .item-metadata {
      border-top: 1px solid #c9c9c9;
      padding: 1em 0;
  }
}

.hero-primary .hero-img-wrapper {
    justify-content: flex-start !important;

}

#portal-logo img {
    object-fit: contain;
}


@media (max-width: 1199.98px) {
.hero-primary .hero-img-wrapper {
    justify-content: center !important;
  }
}

a.pm-anonymize {
 display: inline-block !important;
 border: 1px solid var(--links-color) !important;
 border-color: var(--links-color) !important;
 padding: 0.1em 0.5em !important;
 color: var(--links-color) !important;
 font-size: 0.75em !important;
 border-radius: 3px !important;
 font-weight: 500 !important;
}

* {
  /*Make sure backgroud image are displayed in print mode */
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
  color-adjust: exact !important;                 /*Firefox*/
}



.meeting-actions > a:nth-child(4) {
  display:none !important;
}


#meeting-custom-info-content-toggle .video-fluid iframe {
    position: absolute !important;
}

#meeting-custom-info-content-toggle iframe {
    max-width: 100%;
}


.alert.with-icon .alert-content i {
  font-size: 1rem !important;
}

.alert.with-icon .alert-icon i {
  font-size: 30px;
}

#portal-logo img {
    min-height: 75px;
}

.card-link .filled-link {
    z-index: 10;
}