body {
  overflow: auto !important;
  padding: 0 !important;
}
.loading-layer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 5%;
  background-color: white;
  z-index: 1499;
}
.loading-spinner-outter {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1500;
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.comment-content img {
  max-width: 100%;
}
.comment-content p {
  margin-bottom: 0.2rem;
}

.list-item-hover {
  transition: background-color 0.15s ease-in-out;
}
.list-item-hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.list-item-link {
  transition: background-color 0.15s ease-in-out;
}
.list-item-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.list-item-deleted {
  background-color: #f8f9fa;
  opacity: 0.6;
}

.text-truncate-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-2.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .text-truncate-2.d-md-block {
    display: -webkit-box !important;
  }
}
