/* 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 */
@-webkit-keyframes library-folder-item-slide-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes library-folder-item-slide-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.library-folders-tree .rst__rowWrapper {
  padding: 4px;
  padding-left: 0;
  -webkit-animation: library-folder-item-slide-in 333.3333333333ms ease-in-out;
          animation: library-folder-item-slide-in 333.3333333333ms ease-in-out;
}
.library-folders-tree .rst__lineChildren {
  z-index: 0;
}
.library-folders-tree .rst__lineChildren::after {
  height: 4px;
}
.library-folders-tree .rst__row {
  height: 32px;
}
.library-folders-tree.just-main-folder .rst__lineBlock {
  display: none;
}
.library-folders-tree .folder-item.container-btn {
  min-width: 250px;
  background-color: #fff;
}
.library-folders-tree .folder-item.container-btn .folder-item-name:hover {
  text-decoration: underline;
}
.library-folders-tree .folder-item.container-btn.container-btn .container-btn-button:focus + .container-btn-content {
  text-decoration: underline;
  outline: 1px solid;
}
.library-folders-tree .folder-item.container-btn .folder-item-inner {
  border: 1px solid #dededf;
}
.library-folders-tree .folder-item.container-btn .folder-item-drag {
  border-right: 1px solid #dededf;
  cursor: move;
  z-index: 1;
}
.library-folders-tree .folder-item.container-btn .folder-item-drag,
.library-folders-tree .folder-item.container-btn .folder-item-name,
.library-folders-tree .folder-item.container-btn .folder-item-ellipsis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8px;
}
/* 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 */
.file-item-copy .size-text {
  background-color: #efefef;
}
@media (max-width: 425px) {
  .file-item-copy > .d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .file-item-copy .size-text {
    background-color: #fff;
    padding: 0;
  }
}

@media (max-width: 425px) {
  .library-file-item.file-item .file-item-copy .file-description {
    display: 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-file-item {
  height: 4em;
}
.library-file-item a:not(:hover) {
  color: #292929;
}
@media (min-width: 425px) {
  .library-file-item:hover {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 426px) {
  .library-file-item .thumb-slot {
    margin-right: 8px;
  }
  .library-file-item .copy-slot {
    padding: 8px;
  }
}
/* 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 */
.file-item-thumb {
  position: relative;
  width: 6em;
  height: 4em;
  background-color: #dededf;
}
@media (max-width: 425px) {
  .file-item-thumb {
    width: 4em;
    background-color: transparent;
  }
  .file-item-thumb .file-item-thumb-bg.file-item-thumb-bg.file-item-thumb-bg.file-item-thumb-bg.file-item-thumb-bg {
    display: none;
  }
}
.file-item-thumb .file-item-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.file-item-thumb .file-item-thumb-icon {
  position: relative;
  height: 2.25em;
  width: 2.25em;
}
.file-item-thumb .file-thumb-front-side,
.file-item-thumb .file-thumb-back-side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 2.25em;
  width: 2.25em;
}
.file-item-thumb .file-thumb-front-side {
  visibility: visible;
}
.file-item-thumb .file-thumb-back-side {
  visibility: hidden;
}
.library-file-item:hover:not([class*=no-hover]) .file-item-thumb .file-thumb-front-side {
  visibility: hidden;
}
.library-file-item:hover:not([class*=no-hover]) .file-item-thumb .file-thumb-back-side {
  visibility: visible;
}
/* 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 */
.single-image-preview-container {
  max-height: 500px;
  min-height: 150px;
  overflow: hidden;
}
.entry-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.entry-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: unset;
  border-style: unset;
  border-color: unset;
  -o-border-image: unset;
     border-image: unset;
}
/* 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-file-details {
  padding: 8px 16px;
}
@media (max-width: 425px) {
  .library-file-details {
    padding: 8px 0;
  }
}
.library-file-details > div.hyperlink-no-open-graph > a:hover, .library-file-details > div.hyperlink-no-open-graph > a:focus {
  text-decoration: none;
}
.library-file-details .library-file-back-btn-icon {
  color: #292929;
}
.library-file-details .library-file-back-btn:hover .library-file-back-btn-icon {
  color: inherit;
}
/* 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-file-button {
  height: 60px;
  border-radius: 2px;
  line-height: 1.2;
}
.library-entry-file-button.custom-btn {
  overflow: hidden;
}
.library-entry-file-button.left {
  -ms-flex-pack: start;
      justify-content: start;
  text-align: left;
}
.library-entry-file-button.right {
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: right;
}
.library-entry-file-button .file-type {
  min-height: 60px;
  min-width: 60px;
}
.library-entry-file-button .file-title {
  margin: 1em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*# sourceMappingURL=LibraryContent~9ad981f5.b3145fe2.chunk.css.map*/