/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.global-toast-notifications .notification-container {
  width: 100vw;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10002;
}
.global-toast-notifications .notification-container .notification {
  width: unset;
  max-width: 600px;
}
.global-toast-notifications .notification-container .notification .type-icon,
.global-toast-notifications .notification-container .notification .close-icon {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.global-toast-notifications .notification-container .notification .notification-message {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.bio-bubble-link > :not(a) {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.popover {
  max-width: 23em;
  max-width: unset;
}
.popover .arrow {
  border-style: none;
}

.bio-bubble-container {
  position: relative;
  min-height: 8em;
  width: 21em;
}
.bio-bubble-container .close-bio-bubble {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.bio-bubble {
  position: relative;
  width: 21em;
}
.bio-bubble .bio-bubble-profile small {
  display: block;
}
.bio-bubble .bio-bubble-profile .bio-bubble-copy {
  min-height: 5.5em;
}
.bio-bubble .bio-bubble-profile .bio-bubble-copy .bio-bubble-name {
  max-width: 12em;
}
.bio-bubble .bio-bubble-profile .bio-bubble-figures .badge {
  max-width: 8em;
  white-space: normal !important;
}
.bio-bubble .bio-bubble-profile .bio-bubble-avatar {
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  overflow: hidden;
  background: #7c7c7c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bio-bubble .bio-bubble-profile .bio-bubble-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=LibraryContent~493df0b3.9605c921.chunk.css.map*/