: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: 8px 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;
}

.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 #1d66f8;
  min-width: 340px;
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
  z-index: 11;
}

@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: #fff;
  position: absolute;
  top: 50px;
  max-height: 400px;
  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-x: hidden;
}

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

.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: 16px;
  margin: 0;
  font-weight: 400;
  color: black;
}
.bbpc-notification-item p a {
  color: var(--black_900);
}
.bbpc-notification-item span {
  font-size: 13px;
  display: block;
}
.bbpc-notification-item .bbpc-notify-read {
  width: 8px;
  height: 8px;
  background-color: #0055ff;
  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 {
  background: #ecf2fb;
}
.bbpc-notification-item:hover .bbpc-notify-read {
  display: inline-block;
}

.bbpc-notification-header {
  padding: 14px;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: black;
  line-height: 18px;
  background: #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: black;
}

.notification-wrapper {
  display: none;
}
.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.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: 14px 14px 0px;
}
.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;
  }
}

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