/* 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;
}
/* 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 */
.tags-list a.label-search-tag {
  background-image: none;
  border: 1px solid #efefef;
  margin: 3px 0 3px 5px;
  padding: 4px 6px;
  border-radius: 0.25em;
  white-space: nowrap;
  font-size: 12px;
}
.tags-list a.label-search-tag.long-text {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.tags-list a.label-search-tag.short-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tags-list a.label-search-tag:hover {
  text-decoration: underline;
}
.tags-list a.label-search-tag i {
  color: #7c7c7c;
}

.tags-icon {
  color: #7c7c7c;
  font-size: 12px;
}

/*# sourceMappingURL=LibraryContent~684afbc5.b6a2541a.chunk.css.map*/