/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

.file-reference-slide-details {
  float: right;
  font-size: 12px;
}

.file-reference-slide-file-name {
  float: left;
  font-size: 12px;
}

.slide-information {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 6px;
  padding: 8px;
  border: #C9D3DC solid 1px;
}

.file-reference-slide-notes {
  margin-top: 8px;
}

.file-reference-slide {
  flex: 1;
  display: flex !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 450px !important;
  outline: none;
  padding: 5px;
  border-radius: 6px;
  border: 2px solid transparent !important;
}
.file-reference-slide.is-selected {
  border: 2px solid rgb(var(--primary-color)) !important;
}

.slide-icon {
  position: relative;
  left: 50%;
  top: 50%;
  font-size: 100px;
  transform: translate(-50%, -50%);
  font-weight: 100;
}
@media (min-width: 768px) {
  .slide-icon {
    font-size: 150px;
  }
}

.slide-image {
  flex: 1;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-document,
.slide-video {
  width: 100%;
  height: 100%;
  text-align: center;
}

.slide-video video {
  height: 100%;
  width: auto;
}

.slide-information {
  flex: 1;
}

.file-reference-carousel {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  min-height: 250px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.file-reference-carousel-ajax-loader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: center;
  border: 1px solid #C9D3DC;
  border-radius: 6px;
}

.file-reference-carousel-ajax-loader__text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.file-reference-carousel-no-files {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: center;
  border: solid 1px #C9D3DC;
  border-radius: 6px;
  font-size: 24px;
}

.file-reference-carousel-no-files__text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-buttons {
  text-align: center;
}

.file-reference-drag .drag__input {
  border: 1px solid #C9D3DC;
  border-radius: 6px;
}

.pdf-color {
  color: #ff0000 !important;
}

.word-color {
  color: #005da6 !important;
}

.excel-color {
  color: #207245 !important;
}

.powerpoint-color {
  color: #D04423 !important;
}

.slide-no-image {
  position: relative;
  height: 100%;
}

.slide-no-image span {
  font-weight: 100;
  font-size: 100px;
}
@media (min-width: 768px) {
  .slide-no-image span {
    font-size: 150px;
  }
}

.slide-no-image i.fa-times {
  font-weight: 100;
  font-size: 50px;
}
@media (min-width: 768px) {
  .slide-no-image i.fa-times {
    font-size: 80px;
  }
}

.slide-no-image__wrapper {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=carousel.css.map */
