:root {
  --bbpc_brand_color: var(--bbpc_brand_color_opt, #0866ff);
  --black_25: #f9f9f9;
  --black_50: #f2f2f2;
  --black_75: #eeeeee;
  --black_90: #e0e6f0;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
}

/* === Same topic voting CSS === */
.bbpc-same-topic-btn {
  background: var(--black_25);
  padding: 6px 18px;
  margin: 10px 0;
  font-size: 15px;
  border: 1px solid var(--black_75);
  box-shadow: none;
  border-radius: 5px;
  color: var(--bbpc_brand_color);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.bbpc-same-topic-btn:hover {
  background: var(--black_50);
  border-color: var(--black_75);
  color: var(--bbpc_brand_color);
}

.same-topic-voting-notice {
  background: #1f1f1f;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  text-align: center;
  padding: 14px 24px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: bold;
  display: none;
  width: max-content;
}

/* mini profile css */
.bbpc-mini-profile {
  align-items: center;
  display: flex;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .bbpc-mini-profile {
    margin-left: 0 !important;
  }
}

.bbpc-mini-profile a img {
  border-radius: 50%;
  max-width: 22px;
  height: auto;
}

.bbpc-mini-profile-wrapper {
  overflow: auto;
  max-height: 80vh;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 1.2rem;
  color: #e0e6f0;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius: 8px;
  border-top: 5px solid #2d2d2d;
  min-width: 340px;
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .bbpc-mini-profile-wrapper {
    min-width: unset;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  body.theme-docy .bbpc-mini-profile-wrapper, body.theme-docly .bbpc-mini-profile-wrapper, body.theme-ama .bbpc-mini-profile-wrapper {
    min-width: unset;
    width: 100%;
  }
  body.theme-docy .bbpc-notification-wrap, body.theme-docly .bbpc-notification-wrap, body.theme-ama .bbpc-notification-wrap {
    width: 100%;
    right: unset;
    left: 0;
    margin: 0 auto;
  }
}

.bbpc-mini-profile.active .bbpc-mini-profile-wrapper {
  display: block !important;
}

.bbpc-mini-profile-wrapper.position-left {
  left: 0;
  right: auto;
}

.bbpc-mini-profile-head {
  display: flex;
  padding: 12px 12px 0;
  gap: 12px;
  line-height: normal;
  color: #384764;
  background: #f1f3fb;
}
.bbpc-mini-profile-head .bbpc-mini-profile-name a {
  color: #5088f7 !important;
  font-size: 17px;
  line-height: 24px !important;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
  padding: 0 !important;
}

.bbpc-mini-profile-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.bbpc-mini-profile-head p {
  margin: 0;
  font-size: 12px;
  color: #384764;
}

.bbpc-mini-middle {
  background: #f1f3fb;
  padding: 12px;
}

.bbpc-mini-middle p {
  margin: 0;
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: space-between;
}

.bbpc-mini-middle p span {
  color: black;
  line-height: 21px;
}

.bbpc-min-profile-links {
  border-top: 1px solid #d3e1f6;
}

.bbpc-min-profile-links ul:not(.bbpc-user-logout) {
  column-count: 2;
  padding: 0;
  display: block !important;
  position: unset !important;
  height: auto;
  opacity: initial;
  width: 100%;
  background: var(--bs-white);
  pointer-events: auto;
}

.bbpc-min-profile-links ul.bbpc-user-logout {
  border-top: 1px solid #d3e1f6;
  padding: 0;
  background: var(--bs-white);
  height: auto;
  opacity: initial;
  pointer-events: auto;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bbpc-min-profile-links ul li {
  list-style-type: none;
  margin: 0;
}

.bbpc-min-profile-links ul li a {
  display: block;
  padding: 10px 12px;
  border-left: 2px solid transparent;
  color: #384764 !important;
  text-decoration: none !important;
  font-size: 13px;
  width: 100%;
}

.bbpc-mini-profile a:focus,
.bbpc-min-profile-links ul li a:focus {
  outline: none;
}

.bbpc-min-profile-links ul li a:focus,
.bbpc-min-profile-links ul li a:hover {
  color: #4080FF;
  text-decoration: none;
  background: #ecf2fb;
}

/** Alert **/
.bbpc-notification-wrap {
  width: 360px;
  margin: 30px auto;
  background: var(--bs-white);
  position: absolute;
  top: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  right: 0;
  border-top: 5px solid #1d66f8;
  border-radius: 8px;
  z-index: 11;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .bbpc-notification-wrap {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100% !important;
  }
}

.bbpc-notification-list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--black_200) transparent;
}
.bbpc-notification-list::-webkit-scrollbar {
  width: 2px;
}
.bbpc-notification-list::-webkit-scrollbar-track {
  background: transparent;
}
.bbpc-notification-list::-webkit-scrollbar-thumb {
  background-color: var(--black_200);
  border-radius: 20px;
}
.bbpc-notification-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--black_300);
}

.bbpc-nav-notification {
  align-items: center;
  display: flex;
  margin-left: 10px;
  position: relative;
  min-width: 50px;
}
.bbpc-nav-notification.active .bbpc-notification-wrap {
  display: block !important;
}
.bbpc-nav-notification a:focus {
  outline: none;
}
.bbpc-nav-notification a img {
  width: auto;
  max-width: 23px;
  height: auto;
  max-height: 25px;
  border-radius: 50%;
}
.bbpc-nav-notification a sup {
  top: -12px !important;
  background: red;
  color: white;
  padding: 0px 4px;
  font-size: 11px;
  line-height: 5px;
  border-radius: 3px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .bbpc-nav-notification {
    margin-left: 0;
  }
}

.bbpc-notification-item {
  margin-bottom: 0;
  padding: 14px 14px 8px;
  box-sizing: border-box;
  gap: 12px;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
  display: flex;
}
.bbpc-notification-item h5 {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
  margin: -4px 0 4px;
}
.bbpc-notification-item h5 a {
  color: black;
  font-size: 14px;
  padding: 0 !important;
  text-decoration: none !important;
}
.bbpc-notification-item h5 a b {
  color: blue;
  font-size: 14px;
}
.bbpc-notification-item p {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color: var(--black_700);
  line-height: 1.6;
}
.bbpc-notification-item p a {
  color: var(--black_900);
}
.bbpc-notification-item span {
  font-size: 13px;
  display: block;
  color: var(--black_400);
}
.bbpc-notification-item .bbpc-notify-read {
  width: 8px;
  height: 8px;
  background-color: var(--bbpc_brand_color);
  position: absolute;
  right: 15px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.bbpc-notification-item.bbpc-notify-unread {
  color: #384764;
  padding-right: 26px;
}
.bbpc-notification-item:hover .bbpc-notify-read {
  display: inline-block;
}
.bbpc-notification-item:hover {
  background: var(--black_50);
}

.bbpc-notification-header {
  padding: 14px;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  background: var(--bbpc_brand_color);
  color: #fff;
}
.bbpc-notification-header.bbpc-sticky-head {
  position: sticky;
  top: 0;
  z-index: 1;
}

.bbpc-notify-author img {
  border-radius: 30px;
  width: auto;
  max-width: 48px;
}

.bbpc-notify-content {
  position: relative;
  word-break: break-word;
}
.bbpc-notify-content::first-letter {
  text-transform: uppercase;
}

.bbpc-no-new-notification {
  padding: 8px 0 9px 15px;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  color: var(--black_900);
}

.notification-wrapper .bbpc-notification-wrap {
  display: block;
  position: unset;
  margin: 0;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin-right: 15px;
  box-shadow: -5px 0px 31px rgba(94, 94, 94, 0.08), rgba(217, 217, 217, 0.1) 0px 0px 0px;
}
.notification-wrapper {
  display: none;
}
.notification-wrapper.Docy, .notification-wrapper.docy {
  margin: -48px -62px -48px -48px;
}
.notification-wrapper.Docy .bbpc-notification-wrap, .notification-wrapper.docy .bbpc-notification-wrap {
  box-shadow: none;
}
.notification-wrapper.Docly, .notification-wrapper.docly {
  margin: -25px -39px -25px -24px;
}
.notification-wrapper.Ama, .notification-wrapper.ama {
  margin: -25px -39px -25px -24px;
}

#bbp-user-wrapper .notification-wrapper .bbpc-notification-wrap {
  display: block !important;
}

#bbp-user-navigation > ul {
  margin-bottom: 0;
}

.bbpc-notification-footer {
  text-align: center;
  padding: 0 12px;
}
.bbpc-notification-footer a {
  display: block;
  margin: 10px 4px;
  width: 100%;
  text-align: left;
}
.bbpc-notification-footer > button.button.bbpc-load-more-notifications {
  font-size: 16px;
  text-decoration: none;
  padding: 11px;
  font-weight: 500;
  background: var(--black_75);
  color: var(--black_900);
  box-sizing: border-box;
  display: block;
  width: 100%;
  transition: 0.5s all;
  border-radius: 10px;
  border: none;
  margin: 10px 0 15px;
  font-size: 16px;
}
.bbpc-notification-footer > button.button.bbpc-load-more-notifications:hover {
  background: var(--black_90);
  color: var(--black_900);
}

.bbpc-notification-loader {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
}
.bbpc-notification-loader .loader-circle {
  flex: 0 0 25px;
  height: 25px;
  border-radius: 50%;
  background: #ddd;
  background-image: linear-gradient(90deg, #ddd 0%, #eee 50%, #ddd 100%);
  background-size: 200% 100%;
  animation: bbpcNotficationLoader 1.5s linear infinite;
}
.bbpc-notification-loader .bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.bbpc-notification-loader .bars .loader-bar {
  height: 11px;
  border-radius: 4px;
  background: #ddd;
  background-image: linear-gradient(90deg, #ddd 0%, #eee 50%, #ddd 100%);
  background-size: 200% 100%;
  animation: bbpcNotficationLoader 1.5s linear infinite;
}
.bbpc-notification-loader .bars .filler {
  height: 10px;
  background: #fff;
}

@keyframes bbpcNotficationLoader {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.nice-select .list,
.frmx-nice-select .list {
  z-index: 99999 !important;
}

/* === Reply Timeline - Vertical Pipeline Design === */
.frmx-pipeline-timeline {
  position: absolute;
  top: 0;
  right: -42px;
  width: 4px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
  margin-left: 40px;
}
.frmx-pipeline-timeline.is-visible {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .frmx-pipeline-timeline {
    display: none !important;
  }
}
.frmx-pipeline-timeline .pipeline-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.frmx-pipeline-timeline .pipeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: 0;
}
.frmx-pipeline-timeline .pipeline-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
  transition: none;
  will-change: transform;
}
.frmx-pipeline-timeline .pipeline-indicator .timeline-scroller {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 120px;
}
.frmx-pipeline-timeline .pipeline-indicator .timeline-handle {
  width: 7px;
  height: 37px;
  background: var(--bbpc_brand_color, #0073aa);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-left: -2.7px;
}
.frmx-pipeline-timeline .pipeline-indicator .timeline-scroller-content {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.frmx-pipeline-timeline .pipeline-indicator .timeline-replies {
  font-size: 16px;
  font-weight: bold;
  color: var(--black_900);
  line-height: 1.1;
}
.frmx-pipeline-timeline .pipeline-indicator .timeline-ago {
  font-size: 15px;
  color: var(--black_500);
  font-weight: 600;
  line-height: 1.3;
}
.frmx-pipeline-timeline .pipeline-start-point,
.frmx-pipeline-timeline .pipeline-end-point {
  position: absolute;
  left: -5px;
  width: 12px;
  height: 12px;
  z-index: 20;
}
.frmx-pipeline-timeline .pipeline-start-point {
  top: 0;
}
.frmx-pipeline-timeline .pipeline-end-point {
  bottom: 0;
}
.frmx-pipeline-timeline .point-dot {
  width: 12px;
  height: 12px;
  background: #ccd0d4;
  border-radius: 50%;
}
.frmx-pipeline-timeline .point-text {
  position: absolute;
  top: -35px;
  width: auto;
  font-size: 16px;
  color: var(--black_500);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin: auto;
  transition: opacity 0.4s ease;
  display: block;
  text-align: center;
  left: -50%;
}
.frmx-pipeline-timeline .pipeline-end-point .point-text {
  top: 25px;
}

.bbp-replies,
.reply-result {
  overflow: visible !important;
}

/*# sourceMappingURL=frontend.css.map */
