/* 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 */
.library-entry-meta > small {
  display: block;
}
.library-entry-meta .icon {
  margin: none;
}
/* 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 */
.library-card .library-entry-counts {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 4px;
}
.library-card .library-entry-counts > :not(:last-child) {
  margin-right: 24px;
}

.library-row .library-entry-counts {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: 1em;
}
.library-row .library-entry-counts > :not(:last-child) {
  margin-left: 24px;
}

.library-entry .library-entry-counts .entry-count-text {
  -webkit-transition: font-size 333.3333333333ms linear;
  -o-transition: font-size 333.3333333333ms linear;
  transition: font-size 333.3333333333ms linear;
}
.library-entry.medium .library-entry-counts .entry-count-text {
  font-size: 0;
}
/* 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 */
.library-entry-preview-icon {
  height: 2.5em;
  width: 2em;
  bottom: -0.25em;
  right: -0.25em;
}
.library-row :not(.library-entry-preview) > .library-entry-preview-icon {
  margin-right: 1em;
  -webkit-transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
  -o-transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
  transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
}
.library-row.narrow .library-entry-preview-icon {
  margin-right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
/* 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 */
.library-entry-preview {
  position: relative;
  border-radius: 4px;
}
.library-card .library-entry-preview {
  width: 100%;
  height: 8em;
}
.library-card .library-entry-preview .library-entry-preview-icon {
  height: 2.5em;
  width: 2.5em;
  bottom: -0.85em;
  right: 0.65em;
}
.library-row.narrow .library-entry-preview {
  margin-right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.library-row .library-entry-preview {
  margin-right: 1em;
  -webkit-transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
  -o-transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
  transition: opacity 333.3333333333ms linear, width 333.3333333333ms linear, margin 333.3333333333ms linear;
  height: 7em;
  width: 7em;
}
.library-row .library-entry-preview .library-entry-preview-icon {
  height: 2em;
  width: 2em;
  bottom: -0.25em;
  right: -0.25em;
}
.library-row .library-entry-preview .library-entry-preview-images {
  border-radius: 4px;
}
.library-entry-preview .library-entry-preview-images {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.library-entry-preview .library-entry-preview-images .extra-counts {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1em;
  font-weight: 900;
  background: rgba(222, 222, 223, 0.8);
}
.library-entry-preview .library-entry-preview-icon {
  position: absolute;
  background-image: #fff;
}
/* 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 */
.library-card.grid-card {
  margin: 0;
  position: relative;
}
.library-card.grid-card .card-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 1em;
}
.library-card.grid-card .card-footer {
  color: #606065;
  padding: 0 1em 0.5em;
}
/* 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 */
.entry-preview-sektion {
  padding: 8px;
}
.entry-preview-sektion.list-sektion .library-entry-preview-list-item {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 425px) {
  .entry-preview-sektion.list-sektion {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-preview-sektion.list-sektion .entry-preview-sektion-header {
    padding: 8px;
  }
  .entry-preview-sektion.list-sektion .library-entry-preview-list-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.entry-preview-sektion .skeleton-loading-guard {
  min-height: 3.5em;
}
/* 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 */
/*------------------------------------------------------------------------*/
/*----               Comment Layout and Item Component                ----*/
/*------------------------------------------------------------------------*/
.library-details--comment-list-empty {
  font-size: 16px;
  width: 100%;
  color: #606065;
  background: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  /* Inside Auto Layout */
  padding: 15px;
}
.library-details--comment-list-empty p {
  margin: 0;
}

.library-details--comment-list {
  background: #fff;
  border-radius: 5px;
  /* Inside Auto Layout */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.library-details--comment-container-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.library-details--comment-container h4 {
  font-weight: 700;
  font-size: 1em;
  line-height: 156%;
  font-style: normal;
}
.library-details--comment-container .skeleton-loading-guard {
  min-height: 3.5em;
}

.library-details-comment-item .author-avatar {
  height: 4em;
  width: 4em;
}
.library-details-comment-item .author-avatar img {
  width: 100%;
  height: 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 */
.library-details {
  padding: 8px 16px;
}
@media (max-width: 425px) {
  .library-details {
    padding: 8px 0;
  }
}
.library-details .library-folders-close,
.library-details .library-entry-ellipsis .dropdown > button {
  font-size: 20px;
}
.library-details > div.hyperlink-no-open-graph > a:hover, .library-details > div.hyperlink-no-open-graph > a:focus {
  text-decoration: none;
}
/* 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 */
.likes-modal .people-likes {
  color: #fff;
}
.likes-modal .library-details-recommenduser-list {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
}
.likes-modal .library-details-likes-user-avatar {
  width: 50px;
  height: 50px;
}
.likes-modal .library-details-likes-user-avatar img {
  height: 100%;
  width: 100%;
}
.likes-modal .library-details-likes-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.likes-modal .library-details-likes-copy {
  -ms-flex-positive: 1;
      flex-grow: 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 */
.library-details .hyperlink-no-open-graph > a {
  text-decoration: none;
}
.library-details .hyperlink-no-open-graph > a .link-name {
  font-weight: 600;
}

.library-details-header h3 > span {
  font-weight: 580;
}
/* 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 */
.library-entry-description {
  position: relative;
  overflow: hidden;
}
.library-entry-description.collapsed {
  max-height: 160px;
}
/* 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 */
.library-entry.library-row {
  position: relative;
  border-bottom: 1px solid #dededf;
  padding: 1em;
}
.library-entry.library-row .library-entry-row-tags {
  margin-bottom: -3px;
}
.library-entry.library-row .library-entry-copy {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.library-entry.library-row .library-misc {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  color: #606065;
}

/*# sourceMappingURL=LibraryContent~02ba1c3b.c55be6e9.chunk.css.map*/