/**
 * HEAD SECTION --------------------------------------------------------------------------------------------------------
 */

#head-section {
  padding-top: 120px;
  padding-bottom: 30px;
}


a>div .badge-number {
  color: var(--color-text-primary);
  background-color: var(--bs-tertiary-bg);
  font-size: 14px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 4px 6px;
  font-weight: 400;
}


/**
 * GENRE SECTION -------------------------------------------------------------------------------------------------------
 */

#genre-section,
#resolution-section,
#media-type-section,
#source-section {
  padding-top: 0;
  padding-bottom: 0;
}

#resolution-section .box a,
#media-type-section .box a,
#source-section .box a {
  color: var(--color-text-primary);
}

#genre-section header h1 {
  border-left: 4px solid RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

#genre-section a.box {
  margin-bottom: 16px;
  padding: 12px 14px 12px 16px;
  display: block;
  transition: .3s;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#genre-section a:hover.box {
  transform: scale(1.03);
}

#genre-section a:hover.box span {
  color: var(--color-text-primary-highlight);
}

#genre-section a.box span {
  color: var(--color-text-primary);
}


/**
 * RESOLUTION SECTION --------------------------------------------------------------------------------------------------
 */

#resolution-section header h1 {
  border-left: 4px solid RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

#resolution-section .box {
  margin-bottom: 16px;
  padding: 8px 16px 12px;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#resolution-section .box a {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--color-link);
}

#resolution-section .box a i {
  font-size: 20px;
}

#resolution-section .box a:hover {
  color: var(--color-text-primary-highlight);
  border-bottom: 2px solid var(--color-text-primary-highlight);
}

#resolution-section .box dt {
  font-weight: normal;
  font-size: 14px;
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}


/**
 * MEDIA TYPE SECTION --------------------------------------------------------------------------------------------------
 */

#media-type-section header h1 {
  border-left: 4px solid RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

#media-type-section .box {
  margin-bottom: 16px;
  padding: 8px 16px 12px;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#media-type-section .box a {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--color-link);
}

#media-type-section .box a i {
  font-size: 20px;
}

#media-type-section .box a:hover {
  color: var(--color-text-primary-highlight);
  border-bottom: 2px solid var(--color-text-primary-highlight);
}

#media-type-section .box dt {
  font-weight: normal;
  font-size: 14px;
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}


/**
 * SOURCE SECTION ------------------------------------------------------------------------------------------------------
 */

#source-section header h1 {
  border-left: 4px solid RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

#source-section .box {
  margin-bottom: 16px;
  padding: 8px 16px 12px;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#source-section .box a {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--color-link);
}

#source-section .box a i {
  font-size: 20px;
}

#source-section .box a:hover {
  color: var(--color-text-primary-highlight);
  border-bottom: 2px solid var(--color-text-primary-highlight);
}

#source-section .box dt {
  font-weight: normal;
  font-size: 14px;
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}


/**
 * THREADS SECTION -----------------------------------------------------------------------------------------------------
 */

#content-section {
  padding-top: 0;
  padding-bottom: 32px;
}

#content-section .threads .thread-panel {
  padding: 0 16px;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#content-section .threads .thread-panel .thread-list .thread-item {
  border-bottom: 1px solid var(--color-line-border);
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

#content-section .threads .thread-panel .thread-list .thread-item:last-child {
  border-bottom: none;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell {
  display: table-cell;
  vertical-align: top;
  padding: 14px 8px;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon {
  width: 68px;
  padding-left: 0;
  position: relative;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon .avatar {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon .avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--action {
  width: 60px;
  vertical-align: middle;
  position: relative;
  padding-right: 0;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-title a {
  margin-bottom: 8px;
  color: var(--color-link);
  text-decoration: none;
  display: inline-block;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-title a:hover {
  color: var(--color-text-primary-highlight);
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-tags {
  margin-bottom: 8px;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-minor {
  font-size: 14px;
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}


/**
 * MODAL ---------------------------------------------------------------------------------------------------------------
 */

.modal-body .panel.thread-type-panel {
  cursor: pointer;
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}