.subtitle-card {
  max-width: 350px;
}
.subtitle-card .card-body {
  padding: 10px;
}
.ac-menu-item {
  text-align: left;
}
.preview-float-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
[ng-cloak] {
  display: none !important;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.skeleton-loading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
.skeleton-loading * {
  visibility: hidden;
}
.list-group-item .downloads {
  min-width: 55px;
}
