.forumBackground {
  background-image: url(../images/background-homepage-fd3d65160064.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.btn-sml {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.comment-content {
  padding-bottom: 15px;
}
.comment-content img {
  max-width: 100%;
}
.like-active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.dislike-active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.like-count,
.dislike-count {
  margin-right: 5px;
}
.forum-icon {
  margin-left: 4px;
  margin-top: -5px;
}
.forumCategory {
  margin-left: 8px;
  border-left: 2px solid;
  padding-left: 5px;
}
.forumContentBg {
  background-color: rgb(43, 48, 53);
}
.forumLink {
  text-decoration: none;
}
.forumLink:hover {
  color: #4b4b4bd2;
}
.forumLinkRead {
  text-decoration: none;
  color: #4b4b4bd2;
}
[data-bs-theme=dark] .forumLinkRead {
  color: #b1aeaed2;
}
[data-bs-theme=dark] .forumLinkRead:hover {
  color: #fff;
}
[data-bs-theme=dark] .forumLink {
  color: #fff;
}
.forum-queue-section {
  border: 0;
}
.forum-queue-section-public {
  background: transparent;
}
.forum-queue-summary {
  cursor: pointer;
  list-style: none;
}
.forum-queue-summary::-webkit-details-marker {
  display: none;
}
.forum-queue-summary .header-section {
  margin-bottom: 0;
}
.forum-queue-summary h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.forum-queue-summary h2::after {
  content: "Show";
  margin-left: auto;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.75;
}
.forum-queue-section[open] .forum-queue-summary h2::after {
  content: "Hide";
}
.forum-queue-section-public .forum-queue-summary h2::after {
  color: rgba(255, 255, 255, 0.75);
}
.forum-status-filters .forum-status-filter-label {
  font-weight: 600;
}
.forum-status-filters-public .forum-status-filter-label,
.forum-status-filters-public .forum-status-filter-help {
  color: rgba(255, 255, 255, 0.75);
}
.forum-status-filters-public {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.forum-status-filter-clear {
  text-decoration: none;
}
.forum-status-filter-clear:hover {
  text-decoration: underline;
}
.forum-status-filters-public .forum-status-filter-clear {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .forumLink:hover {
  color: #b1aeaed2;
}
.forumLinkRead:hover {
  color: #000000;
}
.forumSignature {
  max-height: 100px;
  overflow: hidden;
}
.forumSignature img {
  max-width: 100% !important;
  height: auto !important;
}
