.dropdown li:first-child>hr.dropdown-divider,
.dropdown li:last-child>hr.dropdown-divider {
  display: none !important;
}

.navbar .linklist>li.responsive-search,
.breadcrumb.linklist>li.responsive-search {
  display: none;
}

.header-avatar img {
  width: 30px;
  height: 30px;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  border: 1px solid transparent;
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 50;
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-height: 500px),
only screen and (max-device-width: 500px) {
  .phpbb_alert {
    top: 25px;
  }
}

.phpbb_alert .alert_close {
  float: right;
  margin-right: -36px;
  margin-top: -8px;
}

.phpbb_alert p {
  margin: 8px 0;
  padding-bottom: 8px;
}

.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}

.phpbb_alert div.alert_text>p,
.phpbb_alert div.alert_text>label,
.phpbb_alert div.alert_text>select,
.phpbb_alert div.alert_text>textarea,
.phpbb_alert div.alert_text>input {
  font-size: 1.1em;
}

.darkenwrapper {
  display: none;
  position: relative;
  z-index: 44;
}

.darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 45;
}

.loading_indicator {
  background: center center no-repeat;
  border-radius: 5px;
  display: none;
  opacity: 0.8;
  margin-top: -50px;
  margin-left: -50px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51;
}

#st,
#sk,
#sd {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

select#st,
select#sk,
select#sd {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.username-coloured {
  font-size: larger;
}

.topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}

.search-action-bar .pagination,
.list-inner .pagination {
  margin-bottom: 0;
}

.postimage {
  max-width: 100%;
}

.postprofile img.avatar {
  width: 100%;
  height: unset;
}