.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;
}
[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;
}
