@import url('colors.css');

#admin-reports {
  max-height: 300px;
  overflow-y: scroll;
}

.forum-report:hover {
  cursor: pointer;
}

#my-post-body {
  list-style-type: none;
  padding: 0;
}

#forum-post-viewall {
  display: none;
}

#notification-settings {
  position: absolute;
  display: none;
  margin: 0;
  right: 0;
  padding: 12px;
  padding-right: 15px;
  z-index: 2;
  color: #545454;
}

#notification-settings:hover {
  cursor: pointer;
}

#load-more-threads {
  display: none;
  margin: auto;
  margin-top: 1em;
}

.share-post:hover,
.forum-reply:hover {
  cursor: pointer;
  font-weight: 600;
}

.forum-pinned {
  /* position: absolute;
  right: 3px;
  top: 3px; */
  font-size: 15px;
}

.post-quote {
  border-left: 4px solid var(--hacker-green);
  padding: 10px;
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.sharp-edges {
  border-radius: 0px;
}

.no-outter-bottom {
  margin: 0;
  /* border-bottom: 0; */
}

.post-date {
  font-size: 12px;
}

.no-outter-top {
  margin: 0;
  border-top: 0;
}

.forum-thread-dark.card-header:first-child {
  border-radius: 0;
}

.post-footer {
  padding: 0px 1.25rem 10px 1.25rem;
  background-color: #ffffff;
  border-top: 0;
}

.post-footer > ul > li {
  color: #464a4d;
  /* font-weight: 550; */
}

.no-border-rad {
  border-radius: 0;
}

.no-border-rad.card-footer:last-child {
  border-radius: 0;
}

.gray-border {
  border: 1px solid #464a4d;
}

.forum-thread-dark {
  background-color: #464a4d;
  color: #e3e3e3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul.forum-user-list {
  padding: 0;
  font-size: 14px;
}
ul.forum-user-list li,
ul.inline-list li {
  list-style: none;
  display: inline;
}

ul.inline-list {
  padding: 0;
}

ul.inline-list li {
  margin-left: 1em;
}

ul.forum-user-list li:after {
  content: ' • ';
  color: var(--hacker-green);
}

ul.forum-user-list li:last-child:after {
  content: none;
}

#forum-side-cats > ul:last-child {
  margin-bottom: 0;
}

#forum-threads > .media:first-child {
  padding-top: 0;
}

.forum-post-details,
.forum-post-stats {
  margin-bottom: 0;
}

.forum-post-stats > i {
  color: var(--hacker-green);
  filter: brightness(95%);
  margin-left: 10px;
}

.forum-threads {
  /* padding-top: 10px; */
}

.forum-post {
  position: relative;
  display: flex;
  /* border-bottom: 1px solid #ccc; */
  padding: 10px;
  padding-bottom: 30px;
}

.forum-post:last-child {
  display: flex;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 0px;
}

.user-avatar-forum {
  display: block;
  width: 4.5em;
  height: 4.5em;
  /* margin: 1em auto; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 4px solid var(--hacker-green);
  background-color: var(--main-color);
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.user-avatar-post {
  display: block;
  width: 7em;
  height: 7em;
  /* margin: 1em auto; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 4px solid var(--hacker-green);
  background-color: var(--main-color);
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: auto;
}

#forum-post {
  margin: auto;
}

.navbar-toggler.forum-channel {
  padding: 0;
}

.forum-channel,
.forum-channels > li {
  transition: transform 0.3s; /* Animation */
  /* font-size: 17px; */
  /* font-weight: 550; */
}

.forum-channel:hover,
.forum-channels > li:hover {
  cursor: pointer;
  transform: translateX(7px);
}

.forum-group-indent li {
  text-indent: 20px;
  /* line-height: 3em; */
}

.forum-channels > li {
  margin-bottom: 1em;
  color: #343c42;
}

.forum-channel {
  color: #343c42;
}

.forum-channels > li:last-child {
  margin-bottom: 0;
}

.forum-list-indent {
  text-indent: 8px;
}

.forum-square {
  position: relative;
  font-size: 8px;
  bottom: 2px;
  padding-left: 0;
  padding-right: 6px;
}

.forum-collapse-arrow {
  position: relative;
  top: 1px;
}
