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

/*---------------------------------------------------- */
.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: space-between;
  margin-bottom: 20px;
}
.forum-post-top .bbp-author-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.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 .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(--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(--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;
}

.author-badge.badge {
  font-weight: 400;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
}
.author-badge.badge.moderator, .author-badge.badge.keymaster {
  background: rgba(8, 102, 255, 0.1);
  color: var(--brand_color);
}
.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;
}
.action-button-container.action-btns .action_btn {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.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;
}

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

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

/** === Topic/Reply Admin Links === **/
.bbp-admin-links-dropdown {
  position: relative;
  /* Hide the default arrow and show three dots */
}
.bbp-admin-links-dropdown .nice-select {
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
}
.bbp-admin-links-dropdown .nice-select .current {
  font-size: 0; /* Hide the selected text */
}
.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;
}

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

.action-button-container.action-btns .bbp-admin-links {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.action-button-container.action-btns .bbp-admin-links li {
  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(--brand_color);
  font-size: 14px;
  font-weight: 500;
}

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

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

#favorite-toggle .favorite-toggle:hover {
  background: rgba(60, 64, 67, 0.04);
}

/** === Best Answer === **/
.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;
}

/** === All answer === **/
.all-answers ul {
  list-style: none;
  padding-left: 0;
}
.all-answers ul ul {
  padding-left: 45px;
}
.all-answers .title {
  margin-bottom: 0;
}
.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 .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;
}

.forum-post-top .forum-post-author .forum-author-meta {
  margin-top: 3px;
}

.topic_comments + .pagination-wrapper {
  margin-top: 30px;
}
.topic_comments .forum-post-author {
  display: flex;
}
.topic_comments .forum-post-author .forum-author-meta {
  margin-left: 15px;
}

.all-answers, .bbp-reply-form {
  padding: 40px 30px;
}

ul.bbp-topic-revision-log {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px !important;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background: rgba(182, 237, 248, 0.2);
  border: 1px solid rgba(112, 219, 244, 0.4);
}

.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 Details === **/
.topic-info {
  text-align: left;
  position: relative;
  padding: 22px 10px 22px 26px;
  margin: 0 0 7%;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
  display: inline-block;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  top: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.topic-info .delete-ticket {
  color: #E85E3C;
  margin-top: 15px;
}

.single-topic .main-post {
  padding: 36px;
  word-break: break-all;
}
.single-topic .main-post .forum-post-top .bbp-author-wrap > .bbp-author-link img {
  width: 52px;
  max-width: 52px;
}

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

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

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

#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;
  left: 0;
  bottom: 0;
  top: 0;
  right: 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;
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto;
  left: 0;
  right: 0;
  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(--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;
  }
}

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