.file-icon {
  height: 80px;
  width: 80px;
  overflow: hidden;
  position: relative;
}
.file-icon img {
  width: 100%;
  height: 100%;
}
.file-icon i {
  color: #f2ae2e;
  text-align: center;
  display: block;
  margin: -0.1rem auto 0;
  font-size: 50px;
  line-height: 80px;
}
.file-icon i.file-shared-icon {
  font-size: 18px !important;
  position: absolute;
  background-color: #fff;
  line-height: 18px !important;
  right: 0;
  bottom: 4px;
}
.file-icon.file-icon-sm {
  height: 50px;
  width: 50px;
}
.file-icon.file-icon-sm i {
  margin: -0.1rem auto 0;
  font-size: 30px;
  line-height: 50px;
}

.file-preview-iframe {
  aspect-ratio: 21/32;
  height: 100%;
  width: 100%;
}

.file-preview-img {
  border: 1px solid #f7f7f9;
  padding: 1rem;
}
.file-preview-img img {
  width: 100%;
  height: auto;
}

.drive-upload-card {
  height: 100px;
  text-align: center;
}
.drive-upload-card .placeholder-btn {
  padding: 20px 0;
}
.drive-upload-card input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.drive-upload-files .progress {
  height: 6px;
}

#share-users-container {
  min-height: 250px;
}
#share-users-container .no-share-user {
  padding-top: 110px;
}

.file-drag-clone {
  padding-left: 60px;
}

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