@charset "UTF-8";
/*----------------------------------------------------*/
:root {
  --rob: "Roboto", sans-serif;
  --great: "Great Vibes", cursive;
  --bg_gradient: linear-gradient(45deg, #F5FDFF, #FEEFEC);
  --bbpc_brand_color: var(--bbpc_brand_color_opt,#0866ff);
  --h_title: #1d2746;
  --p_color: #6b707f;
  --bs-white: #fff;
  --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;
  --bbpc_color: #078669;
  --baseColor2: #4a6ee0;
  --bs_white: #fff;
}

/*font Variables*/
/**=== Functions ===**/
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

@media screen and (min-width: 768px) {
  .column-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .column-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .column-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .column-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .column-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .column-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .column-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .column-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .column-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .column-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .column-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .column-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  [class^=column-md-] {
    width: 100%;
    flex: 0 0 100%;
  }
}
/*---------------------------------------------------- */
.forum-single-content .content img,
.forum-single-content .comment-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eaeeef;
}

.forum-post-top {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.forum-post-top .bbp-author-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: auto;
}
.forum-post-top .bbp-author-wrap > .bbp-author-link img {
  border-radius: 50%;
  max-width: 40px;
  height: auto;
  margin-top: -5px;
}
@media (max-width: 550px) {
  .forum-post-top .bbp-author-wrap > .bbp-author-link {
    display: none;
  }
}
.forum-post-top .topic-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.forum-post-top .topic-author a {
  text-decoration: none;
}
.forum-post-top .forum-post-content .content.editor-content p {
  font-size: 16px;
}
.forum-post-top .forum-post-author {
  margin-right: auto;
}
.forum-post-top .forum-post-author .bbp-author-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--black_700);
  line-height: 1.4;
}
.forum-post-top .forum-post-author .bbp-author-link:hover {
  color: var(--bbpc_brand_color);
}
.forum-post-top .forum-post-author .bbp-author-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--black_700);
  line-height: 1.4;
}
.forum-post-top .forum-post-author .forum-author-meta {
  display: flex;
  align-items: center;
}
.forum-post-top .forum-post-author .forum-author-meta a:hover {
  color: var(--bbpc_brand_color);
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge svg {
  margin-top: -5px;
  margin-right: 5px;
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge i {
  margin-right: 5px;
  color: #838793;
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child {
  margin-right: 20px;
  margin-top: -2px;
}
.forum-post-top .forum-post-author .forum-author-meta.meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--black_400);
}

.author-badge.badge {
  font-weight: 400;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  height: 22px !important;
  font-size: 11px;
}
.author-badge.badge.moderator, .author-badge.badge.keymaster {
  background: rgba(175, 184, 193, 0.2);
  color: var(--black_800);
}
.author-badge.badge img {
  margin-right: 0;
  margin-top: -2px;
  width: 14px;
}

.action-button-container {
  display: flex;
  justify-content: flex-end;
}
.action-button-container.action-btns {
  justify-content: flex-start;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.action-button-container.action-btns ul {
  padding-left: 0;
}
.action-button-container.action-btns .action_btn {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.action-button-container.action-btns .bbp-admin-links {
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.action-button-container.action-btns .bbp-admin-links li {
  list-style: none;
  padding-right: 14px;
  margin-bottom: 0;
}
.action-button-container.action-btns .bbp-admin-links li:hover a::before {
  width: 100%;
}
.action-button-container.action-btns .bbp-admin-links li a {
  position: relative;
  color: var(--bbpc_brand_color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.action-button-container .ask-btn {
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  margin-top: 2px;
}
.action-button-container .ask-btn:hover {
  background: #16c9f0;
}
.action-button-container .reply-btn {
  margin-right: 10px;
}
.action-button-container .too-btn {
  background: #fff;
  border: 1px solid #d0d8dc;
  color: var(--secondary_color);
}
.action-button-container .too-btn:hover {
  background: #fff;
  border: 1px solid var(--secondary_color);
  color: var(--secondary_color);
}

.q-title {
  display: flex;
  padding: 0 15px 30px 2px;
  align-items: center;
  gap: 20px;
}
.q-title h1 {
  font-size: 34px;
  line-height: 1.3;
  flex: 1;
  margin: 0;
}
.q-title .badge {
  margin-left: 10px;
  line-height: 1.4;
  margin-top: 5px;
}
.q-title .solved-topic-bar {
  display: inline-block;
  margin-left: 10px;
}
.q-title .solved-topic-bar .accepted-ans-mark {
  color: #0d600d;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  background: rgba(62, 204, 62, 0.18);
  border-radius: 20px;
  padding: 5px 12px;
  margin: 0;
  gap: 5px;
}
.q-title .solved-topic-bar .icon_check_alt2:before {
  margin-right: 3px;
}

.forum-post-content {
  padding-left: 66px;
}
.forum-post-content p {
  word-break: break-word;
}
.forum-post-content .forum-post-btm {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border_on_white);
  padding-bottom: 20px;
  padding-top: 30px;
}
.forum-post-content .forum-post-btm .taxonomy {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.forum-post-content .forum-post-btm .taxonomy i,
.forum-post-content .forum-post-btm .taxonomy img {
  margin-right: 10px;
}
.forum-post-content .forum-post-btm .taxonomy img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px !important;
}

.meta a {
  color: var(--black_400);
  text-decoration: none;
}
.meta a:hover {
  color: var(--bbpc_brand_color);
}

.dot {
  width: 3px;
  height: 3px;
  background-color: var(--black_400);
  border-radius: 50%;
  margin: 0 6px;
}

.question-icon {
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 46px;
  margin-left: -2px;
  line-height: normal;
}

#subscription-toggle a {
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 2px;
  color: var(--bs-white);
  border-radius: 30px;
  background: var(--black_700);
  display: inline-block;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
#subscription-toggle a:hover {
  background: var(--black_900);
}
#subscription-toggle a.is-subscribed {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 28px;
  margin-top: 2px;
  color: #606060;
  border-radius: 30px;
  background: #e0e0e0;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
#subscription-toggle .is-subscribed a.subscription-toggle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--black_700);
}
#subscription-toggle .is-subscribed a.subscription-toggle:hover {
  background-color: var(--black_150);
  color: var(--black_900);
}

.bbp-admin-links-dropdown {
  position: relative;
}
.bbp-admin-links-dropdown .nice-select {
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
}
.bbp-admin-links-dropdown .nice-select .current {
  font-size: 0;
}
.bbp-admin-links-dropdown .nice-select .current::before {
  content: "⋮";
  font-size: 24px;
  vertical-align: middle;
}

.forum-comment .action-button-container.action-btns .bbp-topic-reply-link {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}
.forum-comment .bbp-author-link {
  padding-top: 2px;
}

.bbp-topic-reply-link {
  background-color: transparent !important;
}

.answer-action .action-content .ans-title {
  margin-bottom: 5px;
}

#favorite-toggle .favorite-toggle {
  font-size: 14px;
  padding: 2px 20px;
  font-weight: 400;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
  background: #fff;
  border: 1px solid #d0d8dc;
  color: var(--secondary_color);
  text-decoration: none;
}
#favorite-toggle .favorite-toggle:hover {
  background: rgba(60, 64, 67, 0.04);
}

span#favorite-toggle {
  margin-top: 2px;
}

.best-answer {
  background: #f1fdf3;
  padding: 30px 25px;
  margin-top: 60px;
  border-radius: 6px;
}
.best-answer .accepted-ans-mark {
  color: #0abe76;
  font-size: 14px;
  text-align: right;
}
.best-answer .accepted-ans-mark i {
  padding-right: 5px;
}
.best-answer .best-ans-content {
  margin-top: 30px;
}
.best-answer .best-ans-content .question-icon {
  margin-top: 10px;
  margin-right: 20px;
}
.best-answer .best-ans-content p {
  font-size: 15px;
}
.best-answer .best-ans-content p:last-child {
  margin-bottom: 0;
}
.best-answer.type-reply {
  position: relative;
}
.best-answer.type-reply .forum-post-top {
  justify-content: start;
}
.best-answer.type-reply .forum-post-top .meta {
  margin-left: 5px;
}
.best-answer.type-reply .comment-content {
  border-bottom: 0;
  padding-bottom: 0;
}

.all-answers {
  background: var(--bs-white) !important;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 40px 40px 45px;
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--border_on_white);
}
.all-answers ul {
  list-style: none;
  padding-left: 0;
}
.all-answers ul ul {
  padding-left: 45px;
}
.all-answers .title {
  margin-bottom: 0;
}
.all-answers .frmx-all-replies-header {
  display: flex;
  justify-content: space-between;
}
.all-answers .filter-bar {
  background: #f7f8f9;
  border: 1px solid #eaeeef;
  padding: 10px 30px;
  justify-content: space-between;
  border-radius: 4px;
}
.all-answers .filter-bar .custom-select {
  box-shadow: none;
}
.all-answers .filter-bar .custom-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem transparent;
  border: none;
}
.all-answers .filter-bar .custom-select::after {
  border-bottom: 1px solid #6b707f;
  border-right: 1px solid #6b707f;
  height: 6px;
  width: 6px;
  right: 5px;
}
.all-answers .filter-bar p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6b707f;
}
.all-answers .filter-bar .nice-select {
  background: #f7f8f9;
  height: 100%;
  border: 0;
  padding: 0 25px 0 0;
}
.all-answers .filter-bar .nice-select .list {
  width: 100px;
}
.all-answers .filter-bar .nice-select::-ms-expand {
  display: none;
}
.all-answers .forum-comment {
  margin-top: 30px;
  min-height: 190px;
  border-bottom: 1px solid var(--border_on_white);
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.all-answers .forum-comment.bbp-private-reply {
  padding: 25px;
  background: rgba(253, 216, 53, 0.2509803922);
  border-radius: 10px;
}
@media (max-width: 736px) {
  .all-answers .forum-comment.bbp-private-reply {
    padding: 15px;
  }
}
.all-answers .forum-comment.bbp-private-reply .bbp-admin-links {
  background: var(--black_25);
}
.all-answers .forum-comment.bbp-private-reply .bbp-admin-links li:hover {
  background: var(--black_50);
}
.all-answers .forum-comment.bbp-private-reply .comment-content {
  border: none;
  padding: 0;
}
.all-answers .forum-comment.status-trash {
  background: rgba(255, 0, 0, 0.1215686275);
  padding: 20px;
  border-radius: 10px;
}
.all-answers .forum-comment .comment-content {
  margin-left: 55px;
  padding-bottom: 28px;
}
.all-answers .forum-comment .comment-content .alert {
  padding: 2px 10px;
  font-size: 14px;
}
.all-answers .forum-comment .comment-content ul,
.all-answers .forum-comment .comment-content ol {
  line-height: 2;
}
.all-answers .forum-comment .comment-content p:last-child {
  margin-bottom: 0;
}
.all-answers .forum-comment .comment-content .action-btns {
  margin-top: 20px;
  display: none;
  opacity: 0;
  transition: all 5s ease-in;
}
.all-answers .forum-comment:hover .comment-content .action-btns {
  display: block;
  opacity: 1;
}
.all-answers .pagination-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
  flex-direction: row-reverse;
}
.all-answers .pagination-wrapper.paged {
  margin-top: 15px;
}
.all-answers .pagination-wrapper + .pagination-wrapper {
  margin-top: 25px;
}
.all-answers .pagination-wrapper .bbp-pagination {
  justify-content: flex-start;
}
.all-answers .pagination-wrapper .view-post-of {
  text-align: right;
}

.replies-sorting .custom-select {
  font-size: 14px;
  box-shadow: none;
  padding: 0 80px 0 20px;
  height: 100%;
  background-color: var(--bs-white);
  border-radius: 5px;
  border: solid 1px var(--black_50);
  color: var(--black_600);
}

select#sort-replies:focus {
  border-color: #999;
  outline: none;
  box-shadow: 0 0 3px #999;
}

.topic_comments + .pagination-wrapper {
  margin-top: 30px;
}

ul.bbp-topic-revision-log {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px !important;
}

.bbp-topic-revision-log,
.bbp-topic-revision-log-item,
.bbp-reply-revision-log .bbp-reply-revision-log-item {
  font-size: 12px;
  color: var(--black_400);
  font-style: italic;
}
.bbp-topic-revision-log img,
.bbp-topic-revision-log-item img,
.bbp-reply-revision-log .bbp-reply-revision-log-item img {
  display: none;
}

.bbp-topic-revision-log-item,
.bbp-reply-revision-log-item {
  margin-bottom: 0;
}

.topic-info {
  text-align: left;
  position: relative;
  padding: 22px 10px 22px 26px;
  margin: 0 0 7%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.topic-info p {
  position: relative;
  margin: 0 0 10px;
  padding-left: 90px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.5;
}
.topic-info p a {
  padding-left: 5px;
}
.topic-info p strong.mini-title {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.topic-info p img {
  width: 15px;
  height: 15px;
  position: relative;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  top: 1px;
  border-radius: 3px;
}
.topic-info .delete-ticket {
  color: #e85e3c;
  margin-top: 15px;
}

.single-topic .main-post {
  word-break: break-all;
  position: relative;
  background: var(--bs-white) !important;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 40px 40px 45px;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--border_on_white);
}
.single-topic .main-post .forum-post-top .bbp-author-wrap > .bbp-author-link img {
  width: 52px;
  max-width: 52px;
}

.accepted-ans-mark {
  color: #3b9b3b;
  border-radius: 20px;
  padding: 3px 10px;
}

#best-answer {
  position: absolute;
  right: -4px;
  top: 0;
}
#best-answer.solved-topic-bar .badge {
  padding: 8px 10px;
  background: #05ad6a;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bbp-attachments-form .d4p-attachment-addfile {
  font-size: 14px;
  margin: 10px 0;
  display: block;
}

@media screen and (min-width: 561px) {
  .bbp-voting {
    padding-right: 0;
    position: absolute;
  }
}

.subscription-login-btn {
  cursor: pointer;
}

span.subscription-login-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.768627451);
}
span.subscription-login-modal.active {
  display: block;
}
span.subscription-login-modal .subscription-login-modal-inner {
  background-color: white;
  position: absolute;
  inset: 0;
  height: max-content;
  margin: auto;
  width: 570px;
  padding: 25px 30px 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
span.subscription-login-modal .subscription-login-modal-inner h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px;
}
span.subscription-login-modal .subscription-login-modal-inner p {
  font-size: 15px;
  margin: 7px 0 20px;
  line-height: 15px;
}
span.subscription-login-modal .subscription-login-modal-inner a.btn {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: var(--bbpc_brand_color);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin: 20px 0 0;
  border: none;
  outline: none;
}
span.subscription-login-modal .subscription-login-modal-inner a.btn:focus {
  outline: none;
  border: none;
}
span.subscription-login-modal .subscription-login-modal-inner span.subscription-login-modal-close {
  position: absolute;
  right: 16px;
  top: 25px;
  font-size: 27px;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  span.subscription-login-modal .subscription-login-modal-inner {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  span.subscription-login-modal .subscription-login-modal-inner {
    width: 300px;
    padding: 25px 15px 30px;
  }
}

.entry-meta > *::after {
  content: none;
}
.entry-meta > span {
  margin-right: 12px;
}

ul.list-unstyled.d-flex.bbp-admin-links {
  display: flex;
  list-style: none !important;
}
ul.list-unstyled.d-flex.bbp-admin-links li a {
  text-decoration: none;
}

.bbpress-admin-settings-container {
  position: relative;
  padding-left: 0;
  padding-top: 3px;
  list-style: none;
}
.bbpress-admin-settings-container li a {
  text-decoration: none;
}
.bbpress-admin-settings-container li:not(:first-child) a {
  margin-left: 8px;
}

.bbp-reply-form {
  background: var(--bs-white) !important;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 40px 40px 45px;
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--border_on_white);
}
.bbp-reply-form fieldset.bbp-form {
  border: none;
  padding: 0;
  margin: 0;
}

.bbp-submit-wrapper {
  float: left !important;
  margin-top: 15px;
  clear: both;
}
.bbp-submit-wrapper .submit {
  background: rgba(8, 102, 255, 0.8);
  font-size: 14px;
  padding: 12px 30px;
  font-weight: 600;
  width: max-content;
}
.bbp-submit-wrapper .submit:hover {
  background: #0766ff;
}

.bbp-form {
  padding: 0;
  margin: 0;
  border: none;
}
.bbp-form legend {
  font-family: "Roboto", sans-serif;
  color: var(--black_900);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: inline !important;
}
.bbp-form .bbp-attachments-form label,
.bbp-form .bbp_topic_tags {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--black_800);
  font-size: 14px;
  margin-bottom: 2px;
}
.bbp-form label {
  font-size: 14px;
  font-weight: 500;
  color: #425466;
  font-family: "Roboto", sans-serif;
}
.bbp-form {
  font-size: 14px;
  font-weight: 400;
  border: none !important;
}

.bbpc_attachments input[type=file]::file-selector-button, .bbpc_attachments input[type=file]::-webkit-file-upload-button {
  background-color: #e9ecef;
  color: var(--black_800);
  border: none;
  padding: 12px;
  cursor: pointer;
  font-weight: 500;
  font-family: roboto, sans-serif;
}

.bbpress-reply-head .bbpress-reply-head-abovetitle {
  color: var(--black_800);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

label[for=bbp_topic_tags] {
  font-weight: 500;
  color: var(--black_800);
  font-size: 14px;
}

#new-post #bbp_topic_tags {
  height: 46px;
  line-height: 1.4;
  background: var(--bs-white);
  box-shadow: none;
  border: 1px solid var(--black_75);
  padding-left: 20px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 4px;
  color: var(--black_600);
  width: 100%;
  margin-top: 2px;
}
#new-post #bbp_topic_tags:focus {
  border-color: #0866ff;
  outline: none;
}

.bbp-the-content-wrapper {
  margin-top: 30px;
  margin-bottom: 25px;
}

.bbp-reply-author img {
  max-width: 40px;
  height: auto;
  margin-top: -5px;
  border-radius: 50%;
}
.bbp-reply-author .bbp-voting {
  left: 34px;
}

.bbp-reply-content .bbp-head-area {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.reply-result > .type-reply {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0;
}
.reply-result > .type-reply.forum-comment {
  flex-direction: column;
}
.reply-result > .type-reply.forum-comment .forum-post-top {
  width: 100%;
  justify-content: space-between;
}
.reply-result > .type-reply .forum-post-top {
  justify-content: start;
}
.reply-result > .type-reply .comment-content {
  border-bottom: 0;
  padding-bottom: 0;
}

.bbp-reply-content {
  flex-grow: 1;
}

.reply-author-displayname a {
  text-decoration: none;
}
.reply-author-displayname a .bbp-author-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--black_700);
  line-height: 1.4;
  text-decoration: none !important;
  list-style: none;
}

.bbp-meta a {
  font-size: 14px;
  color: var(--black_400);
  font-weight: 500;
}

.bbp-admin-links-dropdown select:focus,
.bbp-admin-links-dropdown select:focus-visible {
  border: 1px solid #999 !important;
  outline: none;
}

.replies-sorting .replies-sort-select {
  font-size: 14px;
  border: solid 1px var(--black_50);
  box-shadow: none;
  padding: 10px 20px 10px 20px;
  background-color: var(--bs-white);
  border-radius: 5px;
  color: var(--black_600);
}

.forum-layout a {
  text-decoration: none !important;
}

.post-header .category-menu .all-users a img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}

.post-header .category-menu .tagList a span {
  border-radius: 4px;
  width: 12px;
  height: 12px;
  background: var(--bbpc_brand_color);
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.action_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(8, 102, 255, 0.24);
  border-radius: 4px;
  background: var(--bbpc_brand_color);
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
  text-decoration: none !important;
}

.dropdown-menu .all-users {
  padding-left: 22px !important;
}

.dropdown-menu .all-users .userlist {
  padding-left: 0px;
}

.community-post.style-two .meta li {
  margin-right: 6px;
  min-width: 0;
}

#bbpress-forums {
  font-size: 14px;
  line-height: 1.7;
}
#bbpress-forums .bbp-single-user-details {
  background: var(--bs-white);
  border-radius: 10px;
  padding: 30px 20px;
  margin-left: 1rem;
  margin-right: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li {
  margin-top: 4px;
  list-style: none;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li.current a {
  color: #fff;
  background-color: #0766FF;
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation a {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  color: var(--black_800);
  background: rgba(208, 215, 222, 0.32);
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
#bbpress-forums .bbp-user-body {
  background: var(--bs-white);
  margin-bottom: 120px;
  border-radius: 10px;
}
#bbpress-forums #bbp-user-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  #bbpress-forums #bbp-user-wrapper {
    display: block;
  }
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  padding-top: 40px;
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--black_900);
  line-height: 1.3;
}

.bbp-user-section h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.shadow-lg {
  padding: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.community-post.style-two .meta li {
  margin-right: 6px;
  min-width: 0;
}

input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]), textarea {
  width: 100%;
}

.bbp-topic-form {
  background: var(--bs-white);
  padding: 55px;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  margin-top: 80px;
}

.quicktags-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  width: 100%;
  justify-content: flex-start;
}
.quicktags-toolbar .ed_button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #2271b1;
  color: #2271b1;
  height: 45px;
  min-width: 28px;
  font-family: sans-serif;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
.quicktags-toolbar .ed_button:hover {
  background-color: #f0f6fa;
  border-color: #135e96;
  color: #135e96;
  text-decoration: none;
}

body.bbpress.ast-separate-container article, .ast-separate-container .ast-article-single:not(.ast-related-post) {
  padding: 0;
  background: transparent !important;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  cursor: default;
}

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 0px;
  float: none;
  clear: left;
  width: none !important;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: left;
}

#bbpress-forums #bbp-your-profile fieldset {
  padding: 0px;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
  font: 500 14px "Roboto", sans-serif;
  color: #fff !important;
  margin: 0;
  background: rgba(8, 102, 255, 0.8);
  padding: 15px 30px;
  border-radius: 4px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}

#bbpress-forums #bbp-your-profile fieldset textarea {
  width: 100%;
}

/*# sourceMappingURL=forum-single.css.map */
