/*----------------------------------------------------*/
/*font Variables*/
/**=== Functions ===**/
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/** === Topics === **/
.bb-radius {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeeef;
  margin-top: -1px;
}

.button-container .all_doc_btn {
  margin-top: 40px;
}

@keyframes slideDown {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  100% {
    transform: translate3d(0, 23px, 0);
  }
}
.doc_border_btn.border-light {
  border-color: #cfebf1 !important;
}
.doc_border_btn.border-light svg {
  margin-left: 8px;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.doc_border_btn.border-light:hover {
  border-color: var(--brand_color) !important;
}
.doc_border_btn.border-light:hover svg path {
  fill: #fff;
}

.pagination-wrapper {
  background: #fff;
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}
@media (max-width: 768px) {
  .pagination-wrapper {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .pagination-wrapper {
    flex-direction: column;
  }
}
.pagination-wrapper p {
  margin: 0;
  font-size: 14px;
  color: var(--black_500);
}
.pagination-wrapper .post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .pagination-wrapper .post-pagination {
    margin-to: 30px;
  }
}
.pagination-wrapper .post-pagination li {
  display: inline-block;
}
.pagination-wrapper .post-pagination li.pegi-disable {
  display: none;
}
.pagination-wrapper .post-pagination li:not(:last-child) {
  margin-right: 3px;
}
.pagination-wrapper .post-pagination li a {
  display: block;
  color: #6b707f;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #f2f5f6;
  border-radius: 3px;
}
.pagination-wrapper .post-pagination li a:hover, .pagination-wrapper .post-pagination li a.active {
  background: var(--brand_color);
  color: #fff;
}

body.reply-template-default .page_wrapper {
  padding-top: 150px;
}
@media (max-width: 768px) {
  body.reply-template-default .page_wrapper {
    padding-top: 100px;
  }
}

.community-post {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(2, 47, 57, 0.1);
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.community-post.forum-item {
  padding: 25px 20px;
}
.community-post.forum-item .post-content p {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 667px) {
  .community-post {
    display: block;
  }
}
@media (max-width: 420px) {
  .community-post {
    padding: 20px 15px;
  }
}
.community-post:hover {
  box-shadow: 0 24px 40px 0 rgba(2, 47, 57, 0.12);
  border-color: #eef3f6;
  transform: translateX(10px);
}
.community-post .post-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.community-post .post-content .author-avatar {
  margin-right: 20px;
  overflow: hidden;
  margin-top: 2px;
}
.community-post .post-content .author-avatar.forum-icon img {
  border-radius: 0;
}
.community-post .post-content .author-avatar img {
  max-width: 60px;
  border-radius: 50%;
}
@media (max-width: 667px) {
  .community-post .post-content .author-avatar {
    margin-right: 20px;
  }
}
@media (max-width: 420px) {
  .community-post .post-content .author-avatar {
    margin-right: 15px;
  }
}
.community-post .post-content .entry-content {
  flex: 2;
}
.community-post .post-content .entry-content .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.community-post .post-content .entry-content .post-title:hover {
  color: var(--brand_color);
}
.community-post .post-content .entry-content p {
  margin: 0;
}
@media (max-width: 667px) {
  .community-post .post-meta-wrapper {
    margin-top: 15px;
    margin-left: 70px;
  }
}
.community-post .post-meta-wrapper .post-meta-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post .post-meta-wrapper .post-meta-info li {
  display: inline-block;
}
.community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 20px;
  }
}
.community-post .post-meta-wrapper .post-meta-info li a {
  display: block;
  color: #868b99;
  text-decoration: none;
}
.community-post .post-meta-wrapper .post-meta-info li a i {
  margin-right: 10px;
}
.community-post .post-meta-wrapper .post-meta-info li a:hover {
  color: var(--brand_color);
}
.community-post.style-two {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.community-post.style-two:not(:last-child) {
  border-bottom: 1px solid #eaeeef;
}
.community-post.style-two .entry-content .post-title {
  font-size: 16px;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li i {
  transition: all 0.3s ease-in-out;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:nth-child(2):hover a {
  color: #b1b5c0;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:nth-child(2):hover i {
  color: #f9ae44;
}
.community-post.style-two .post-content .entry-content .post-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.community-post.style-two .post-content .com-featured {
  position: absolute;
  right: 0;
  top: -2px;
  height: 30px;
  width: 30px;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.community-post.style-two .post-content .com-featured i {
  z-index: 22;
  position: relative;
  font-size: 14px;
}
.community-post.style-two .post-content .com-featured:after {
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-top: 30px solid #00ae69;
  z-index: 1;
}
.community-post.style-two .post-content .cat-wrap {
  display: inline-block;
  vertical-align: 3px;
}
.community-post.style-two .meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post.style-two .meta li {
  display: inline;
  margin-right: 15px !important;
  color: #838793;
  font-size: 14px;
  min-width: 200px;
}
.community-post.style-two .meta li img {
  display: inline-block;
  vertical-align: -2px;
}
.community-post.style-two .meta li i, .community-post.style-two .meta li img {
  margin-right: 10px;
  font-size: 14px;
}
.community-post.style-two .meta li a {
  font-size: 14px;
  color: #838793;
}
.community-post.style-two .meta li a:hover {
  color: var(--brand_color);
}
.community-post.style-two:hover {
  background: #f7f9fa;
  transform: translateX(0);
  box-shadow: none;
  border-color: #f7f9fa;
}

/** === Forum heading bar === **/
.forums-box {
  background: #fff;
}

.post-header {
  display: flex;
  justify-content: space-between;
  background: rgba(8, 102, 255, 0.05);
  padding: 17px 30px;
  border: 1px solid #eaeeef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.post-header.forums-header {
  padding: 17px 15px;
  display: flex;
  text-align: left;
}
@media (max-width: 768px) {
  .post-header {
    display: block;
  }
}
@media (max-width: 576px) {
  .post-header {
    padding: 15px;
  }
}
.post-header .support-total-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .post-header .support-total-info {
    margin-bottom: 10px;
  }
}
.post-header .support-total-info li {
  display: inline-block;
  font-size: 14px;
}
.post-header .support-total-info li.open-ticket {
  color: var(--black_800);
  font-weight: 500;
}
.post-header .support-total-info li.close-ticket a {
  color: #6b707f;
}
.post-header .support-total-info li a {
  font-size: 14px;
  font-weight: 500;
}
.post-header .support-total-info li a:hover {
  color: var(--brand_color);
}
.post-header .support-total-info li:not(:last-child) {
  margin-right: 20px;
}
.post-header .support-total-info li i {
  color: #00ae69;
  margin-right: 5px;
  vertical-align: -2px;
}
.post-header .support-total-info li:nth-child(1) i {
  color: #f06292;
}
.post-header .category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-header .category-menu li {
  display: inline-block;
}
.post-header .category-menu li .dropdown-menu {
  top: 12px !important;
  transform: translate3d(0, 23px, 0) !important;
}
.post-header .category-menu li:not(:last-child) {
  margin-right: 10px;
}
.post-header .category-menu li:nth-child(4) .dropdown-menu, .post-header .category-menu li:nth-child(3) .dropdown-menu {
  right: -11px;
  left: auto !important;
}
@media (max-width: 380px) {
  .post-header .category-menu li:nth-child(4) .dropdown-menu {
    width: 190px;
  }
}
.post-header .category-menu li:nth-child(3) .title:before, .post-header .category-menu li:nth-child(3) .title:after {
  right: 40px;
}
.post-header .category-menu li:nth-child(1) .title:before, .post-header .category-menu li:nth-child(1) .title:after {
  right: auto;
  left: 30px;
}
.post-header .category-menu li:nth-child(2) .title:before, .post-header .category-menu li:nth-child(2) .title:after {
  right: auto;
  left: 25px;
}
.post-header .category-menu .dropdown-toggle {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: var(--black_500);
  padding: 0 15px;
  font-size: 14px;
}
.post-header .category-menu .dropdown-toggle:after {
  content: "3";
  font-family: eleganticons;
  border: 0;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled).active,
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled):active,
.post-header .category-menu .show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #6b707f;
  box-shadow: none;
}
.post-header .category-menu .dropdown-menu {
  border: 1px solid #e6eeef;
  background: #fff;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  padding: 0;
  width: 260px;
  animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}
@media (max-width: 576px) {
  .post-header .category-menu .dropdown-menu {
    width: 210px;
  }
}
.post-header .category-menu .title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: #f7f8f9;
  border-bottom: 1px solid #e6eeef;
  padding: 14px 20px 11px;
  line-height: 1;
  color: #6b707f;
  position: relative;
}
.post-header .category-menu .title:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #e6eeef;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -8px;
}
.post-header .category-menu .title:after {
  content: "";
  height: 16px;
  width: 16px;
  background: #f7f8f9;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -6px;
}
.post-header .category-menu .cate-search-form {
  padding: 0 20px;
  margin-top: 10px;
}
.post-header .category-menu .cate-search-form input {
  width: 100%;
  background: #fbfcfc;
  border: 2px solid #e2e7e8;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 14px;
}
.post-header .category-menu .cate-search-form input::placeholder {
  color: #a8acb6;
}
.post-header .category-menu .cate-search-form input:focus {
  background: #fff;
}
.post-header .category-menu .all-users {
  font-size: 14px;
  padding: 12px 22px;
  border-bottom: 1px solid #e6eeef;
  font-weight: 500;
  color: #6b707f;
}
.post-header .category-menu .all-users .count {
  margin-left: 5px;
  font-size: 10px;
  padding: 5px 6px 5px 7px;
}
.post-header .category-menu .all-users .dropdown-item {
  display: flex;
  align-items: center;
}
.post-header .category-menu .all-users .dropdown-item:hover {
  text-decoration: none;
  border-radius: 5px;
}
.post-header .category-menu .all-users img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}
.post-header .category-menu .tagList a {
  padding: 0;
  color: #838793;
}
.post-header .category-menu .tagList a span {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: #27b2da;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
.post-header .category-menu .tagList a:not(:last-child) {
  border-bottom: 1px solid #e6eeef;
}
.post-header .category-menu .tagList a:hover, .post-header .category-menu .tagList a:focus {
  background: transparent;
  color: var(--secondary_color);
}
.post-header .category-menu .short-by {
  padding: 10px 20px;
}
.post-header .category-menu .short-by a {
  padding: 7px 0 7px 20px;
  position: relative;
  color: #838793;
  font-size: 14px;
}
.post-header .category-menu .short-by a:hover {
  background: transparent;
  color: var(--secondary_color);
}
.post-header .category-menu .short-by a.active-short {
  color: var(--secondary_color);
}
.post-header .category-menu .short-by a.active-short:before {
  content: "N";
  position: absolute;
  font-family: eleganticons;
  left: 0;
  top: 7px;
  color: #0abe76;
  font-size: 14px;
}

ul.forum-titles {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
ul.forum-titles li {
  text-align: right;
  font-size: 14px;
}
ul.forum-titles .forum-topic-count,
ul.forum-titles .forum-reply-count {
  flex-basis: 25%;
}
ul.forum-titles .forum-freshness {
  flex-basis: 50%;
}
ul.forum-titles .forum-freshness .freshness-box {
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  flex-direction: column;
}
ul.forum-titles .forum-freshness .freshness-box a {
  color: #6b707f;
}
ul.forum-titles .forum-freshness .freshness-box a:hover {
  color: var(--brand_color);
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  align-items: center;
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm a.bbp-author-link {
  padding-right: 10px;
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm .bbp-author-avatar img {
  max-width: 30px;
  border-radius: 50%;
}

.forum-page-content .communities-boxes {
  margin: 0 -30px;
}

.answer-action {
  border-radius: 6px;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .answer-action {
    display: block;
  }
}
.answer-action .action-content {
  display: flex;
  align-items: center;
}
.answer-action .action-content .image-wrap {
  margin-right: 30px;
}
.answer-action .action-content .ans-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.answer-action .action-content p {
  margin: 0;
}
.answer-action .btn-ans {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid var(--brand_color);
  transition: all 0.3s ease-in-out;
}
.answer-action .btn-ans:hover {
  background: transparent;
  color: var(--brand_color);
}
@media (max-width: 768px) {
  .answer-action .btn-ans {
    margin-left: 130px;
    margin-top: 5px;
  }
}

.call-to-action {
  padding: 55px 0;
  background: var(--secondary_color);
  position: relative;
}
.call-to-action .container {
  position: relative;
}
.call-to-action .overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.call-to-action .action-content-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .call-to-action .action-content-wrapper {
    display: block;
    text-align: center;
  }
}
.call-to-action .action-content-wrapper .action-title-wrap {
  display: flex;
  align-items: center;
}
.call-to-action .action-content-wrapper .action-title-wrap img {
  padding-right: 45px;
}
.call-to-action .action-content-wrapper .action-title-wrap .action-title {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .call-to-action .action-content-wrapper .action-title-wrap .action-title {
    font-size: 34px;
  }
}
.call-to-action .action-content-wrapper .action_btn {
  border: 1px solid var(--brand_color);
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 500;
}
.call-to-action .action-content-wrapper .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.status_widget .status {
  margin-bottom: 25px;
}
.status_widget .offline {
  color: #f4b130;
  border: 2px solid #f5d597;
  padding: 0 13px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}
.status_widget .title-sm {
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 500;
  margin-bottom: 10px;
}
.status_widget .open-hours {
  margin-bottom: 30px;
}
.status_widget .open-hours p {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .status_widget .open-hours p {
    max-width: 240px;
  }
}
.status_widget .current-time {
  margin-top: 28px;
}
.status_widget .current-time:after {
  content: "";
  display: block;
  clear: both;
}
.status_widget .current-time li {
  float: left;
  width: 50%;
}

.w_tag_list.style-light li a {
  background: #f0f2f5;
}
.w_tag_list.style-light li a:hover {
  background: rgba(8, 102, 255, 0.15);
  color: var(--brand_color);
  box-shadow: none;
}

.usefull-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.usefull-links li {
  padding: 7px 0;
}
.usefull-links li i {
  margin-right: 10px;
}
.usefull-links li a {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.usefull-links li a:hover {
  color: var(--brand_color);
}

.ticket_categories li {
  padding: 12px 0 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ticket_categories li:not(:last-child) {
  border-bottom: 1px solid #e4e7e9;
}
.ticket_categories li:hover span {
  background: var(--brand_color);
  color: #fff;
}
.ticket_categories li:hover a {
  color: var(--brand_color);
}
.ticket_categories li img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-width: 16px;
}
.ticket_categories li a {
  font-size: 16px;
  color: var(--black_700);
}

/* Forum Profile Area css
============================================================================================ */
.forum-user-wrapper {
  background: #fbfbfc;
  padding-bottom: 135px;
}
.forum-user-wrapper .forum_main_inner {
  margin-top: -60px;
}

.author_option {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 50px 30px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}
.author_option .author_img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.author_option .nav.nav-tabs {
  border: none;
}
.author_option .nav.nav-tabs li {
  margin-bottom: 10px;
}
.author_option .nav.nav-tabs li a {
  border: none;
  background: #f5f5f9;
  line-height: 50px;
  padding: 0 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #232361;
}
.author_option .nav.nav-tabs li a i {
  padding-right: 2px;
}
.author_option .nav.nav-tabs li a svg {
  position: relative;
  top: -2.5px;
  margin-right: 7px;
}
.author_option .nav.nav-tabs li a:hover, .author_option .nav.nav-tabs li a.active {
  background: var(--brand_color);
  color: #fff;
}
.author_option .nav.nav-tabs li a:hover svg path, .author_option .nav.nav-tabs li a.active svg path {
  fill: #fff;
}
.author_option .nav.nav-tabs li:last-child {
  margin-bottom: 0;
}

.forum_body_area {
  background: #fff;
  padding: 50px 40px 30px 40px;
  border-radius: 10px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}

.search_forum {
  margin-bottom: 45px;
}
.search_forum input {
  height: 50px;
  border: 1px solid #f1f1f8;
  border-radius: 25px;
  background: #f7f7fb;
  padding: 0 30px;
  line-height: 50px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input:focus {
  border: 1px solid #f1f1f8;
  background: #f7f7fb;
  outline: none !important;
  box-shadow: none !important;
}
.search_forum input.placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum .input-group-append button {
  position: relative;
  background: var(--brand_color);
  width: 80px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search_forum .input-group-append button i {
  transform: rotate(-90deg);
  position: absolute;
  left: 58%;
  text-align: center;
  top: 0;
  height: 100%;
}

.forum_topic_list h2 {
  color: #232361;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.list_pagination {
  padding-top: 20px;
}
.list_pagination .left {
  line-height: 36px;
}
.list_pagination .left p {
  font-size: 14px;
  color: #6b6b80;
  font-weight: 400;
  margin-bottom: 0;
}
.list_pagination .right nav ul {
  border: none;
  margin-bottom: 0;
}
.list_pagination .right nav ul li {
  margin-right: 6px;
}
.list_pagination .right nav ul li a {
  border: none;
  background: #f8f8f8;
  padding: 0;
  font-size: 14px;
  color: #6b6b80;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 10px !important;
  outline: none;
  box-shadow: none;
}
.list_pagination .right nav ul li:hover a, .list_pagination .right nav ul li.active a {
  background: var(--brand_color);
  color: #fff;
}
.list_pagination .right nav ul li:last-child {
  margin-right: 0;
}

.profile_info .p_info_item_inner .col-sm-4:last-child .p_info_item img {
  margin-top: -13px;
}
.profile_info .p_info_item_inner .p_info_item {
  border: 1px solid #f1f1f8;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  border-radius: 6px;
}
.profile_info .p_info_item_inner .p_info_item img {
  margin-bottom: 20px;
}
.profile_info .p_info_item_inner .p_info_item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.profile_info .p_info_item_inner .p_info_item .info_btn {
  color: var(--brand_color);
  background: #f1f1fe;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 13px;
}
.profile_info .p_info_item_inner .p_info_item .info_number {
  background: #fff4ee;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 18px;
  display: inline-block;
  border-radius: 13px;
  color: #ff762b;
}

.info_list {
  padding-top: 45px;
  padding-bottom: 60px;
}
.info_list li {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--p_color);
}
.info_list li span {
  min-width: 250px;
  color: var(--secondary_color);
  font-size: 14px;
  font-weight: 700;
  float: left;
  overflow: hidden;
}
.info_list li a {
  color: #6b6b80;
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.info_list li:last-child {
  margin-bottom: 0;
}

.p_social {
  border-top: 1px solid #f0f0f7;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 22px;
}
.p_social li {
  margin-right: 10px;
}
.p_social li:first-child {
  padding-left: 40px;
}
.p_social li:last-child {
  padding-right: 40px;
  margin-right: 0;
}
.p_social li a {
  height: 45px;
  width: 45px;
  background: #f2f2f7;
  color: #838793;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 10px;
  transition: all 300ms linear 0s;
}
.p_social li a:hover {
  color: #fff;
  background: var(--brand_color);
}

.topic_comment_list li .media {
  padding-left: 18px;
  padding-right: 25px;
  padding-top: 28px;
}
.topic_comment_list li .media .d-flex {
  padding-right: 18px;
}
.topic_comment_list li .media .media-body {
  border-bottom: 1px solid var(--border_on_white);
  padding-bottom: 28px;
}
.topic_comment_list li .media .media-body .t_title h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.topic_comment_list li .media .media-body .dropdown {
  margin-top: -30px;
  float: right;
  margin-right: 14px;
}
.topic_comment_list li .media .media-body .dropdown button {
  font-size: 34px;
  color: #838793;
  padding: 0;
  line-height: 26px;
  border: none;
  outline: none;
  box-shadow: none;
}
.topic_comment_list li .media .media-body .dropdown button:after {
  display: none;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu {
  left: auto !important;
  right: -14px;
  top: 20px !important;
  padding: 14px 0;
  border: 1px solid #e8eff0;
  background: #fff;
  min-width: 218px;
  box-shadow: 0 30px 40px 0 rgba(4, 4, 89, 0.1);
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 16px;
  top: -10px;
  z-index: 1;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e8eff0 transparent;
  position: absolute;
  right: 16px;
  top: -11px;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu a {
  padding: 0 24px;
  line-height: 34px;
  font-size: 16px;
  color: var(--p_color);
}
.topic_comment_list li .media .media-body h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--p_color);
  margin-right: 18px;
  margin-bottom: 13px;
}
.topic_comment_list li .media .media-body h6 i {
  padding-right: 7px;
  font-size: 14px;
}
.topic_comment_list li .media .media-body p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.topic_comment_list li .media .media-body .help_start {
  font-size: 14px;
  color: #838793;
  float: right;
  margin-top: -22px;
}
.topic_comment_list li .media .media-body .help_start i {
  color: #f9ae44;
  font-size: 14px;
  padding-right: 5px;
}
.topic_comment_list li .media .help_btn {
  margin-left: 7px;
}
.topic_comment_list li:last-child .media .media-body {
  border-bottom: 0;
}

/* End Forum Area css
============================================================================================ */
/* Forum Sidebar Area css
============================================================================================ */
.forum_sidebar {
  padding-left: 20px;
  font-size: 14px;
  padding-right: 5px;
}

.topics-filter {
  margin-bottom: 30px;
}
.topics-filter .nav-item .nav-link {
  position: relative;
  color: var(--black_400);
}
.topics-filter .nav-item .nav-link ion-icon {
  margin-right: 2px;
  margin-top: -2px;
}
.topics-filter .nav-item .nav-link.active, .topics-filter .nav-item .nav-link:hover {
  color: var(--secondary_color);
}
.topics-filter .nav-item .nav-link.active::after, .topics-filter .nav-item .nav-link:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 25%;
  background: var(--brand_color);
}

.forum_sidebar_area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.forum_sidebar_area .custom_container {
  position: relative;
}
.forum_sidebar_area .right_side_forum {
  margin-left: 50px;
}

.left_side_forum {
  max-width: 265px;
}

.wd_title {
  margin-bottom: 25px;
  font-size: 18px;
}

.l_widget {
  margin-bottom: 45px;
}

.comment_list .navbar-nav li {
  border-bottom: 1px solid #e6edf0;
  padding: 10px 0;
}
.comment_list .navbar-nav li:first-child {
  padding-top: 0;
}
.comment_list .navbar-nav li .media .d-flex {
  padding-right: 10px;
}
.comment_list .navbar-nav li .media .d-flex i {
  margin-top: 3px;
  color: var(--p_color);
}
.comment_list .navbar-nav li .media .media-body h4 {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  transition: all 300ms linear 0s;
}
.comment_list .navbar-nav li .media .media-body h5 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
  margin-bottom: 0;
}
.comment_list .navbar-nav li .media .media-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.comment_list .navbar-nav li:hover .media .media-body h4 {
  color: var(--brand_color);
}
.comment_list .navbar-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.forum_body .navbar-nav li {
  padding: 25.5px 30px;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 {
  margin-bottom: 8px;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 ion-icon {
  color: #22863a;
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.forum_body .navbar-nav li .media .media-body h6 svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.forum_body .navbar-nav li .media .media-body h6:hover {
  color: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-body h6:hover svg path {
  fill: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-right .nav {
  display: inline-block;
}
.forum_body .navbar-nav li .media .media-right .nav li {
  display: inline-block;
  padding: 0;
  margin-left: -12px;
  border: none;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li a {
  margin-left: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li a:after {
  display: none;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu {
  min-width: 400px;
  background: #fff;
  left: auto !important;
  right: -18px !important;
  padding: 30px 30px 30px 30px;
  margin-top: 15px;
  border: 1px solid #e6edf0;
  box-shadow: 0 30px 40px rgba(10, 71, 102, 0.1);
  border-radius: 4px;
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  z-index: 1;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:after {
  content: "";
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e6edf0 transparent;
  position: absolute;
  right: 18px;
  top: -17px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media {
  margin-bottom: 50px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .d-flex {
  padding-right: 15px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body .follow_btn {
  width: 90px;
  height: 30px;
  border: 1px solid #6b707f;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media .media-body .follow_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items {
  text-align: center;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items h4 {
  font-size: 14px;
  font-weight: 400;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .answere_items h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.forum_body .navbar-nav li .media .media-right .nav:hover li {
  margin-left: 4px;
}
.forum_body .navbar-nav li .media .media-right a {
  margin-left: 45px;
  color: #54595d;
}
.forum_body .navbar-nav li .media .media-right a i {
  margin-right: 10px;
  color: #818799;
}
.forum_body .navbar-nav li .media .media-right a:hover {
  color: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-right a:hover i {
  color: var(--brand_color);
}
.forum_body .navbar-nav li:hover .media .media-body .t_title h4 {
  color: var(--brand_color);
}

.fade {
  transition: opacity 0.5s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.bbpress .breadcrumb .breadcrumb-item {
  margin-top: 0;
}
.bbpress .breadcrumb .breadcrumb-item:first-child {
  display: none;
}
.bbpress .breadcrumb .breadcrumb-item:before {
  content: "5";
  font-family: eleganticons;
  color: #b7b9be;
  padding-right: 3px;
}
.bbpress a.bbp-breadcrumb-home {
  color: var(--black_400);
  font-size: 14px;
}

/****** ===================================== CSS ==================================== **/
.bbp-template-notice {
  margin-bottom: 30px;
}

.bbp-template-notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbp-forum-description span.bbp-author-avatar {
  display: none;
}

.communities-boxes .docy-com-box .icon-container {
  margin-bottom: 25px;
}

.communities-boxes .docy-com-box .icon-container img {
  max-width: 50px;
  border-radius: 5px;
}

.community-post.style-two .meta li img {
  max-width: 16px;
  border-radius: 10px;
}

.bbp-shortcode .bbp-no-topic {
  margin: 0;
}

.bbp-no-topic,
.bbp-reply-form {
  margin-top: 60px;
}

.bbp-login-form legend,
#new-post legend {
  font-family: "Roboto", sans-serif;
  color: var(--secondary_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

#bbpress-forums fieldset.bbp-form input[type=text],
.bbp-login-form input[type=text],
.bbp-login-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#new-post .bbp-the-content-wrapper textarea,
#new-post input[type=text] {
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--black_50);
  padding-left: 20px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 4px;
  color: var(--black_600);
  width: 100%;
}
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
.bbp-login-form input[type=text]:focus,
.bbp-login-form input[type=password]:focus,
#bbpress-forums fieldset.bbp-form input[type=password]:focus, #bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#new-post .bbp-the-content-wrapper textarea:focus,
#new-post input[type=text]:focus {
  border-color: var(--brand_color);
}

.bbp-form .wp-editor-container {
  border: 1px solid var(--black_50);
}
.bbp-form .wp-editor-container:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
  border: 1px solid transparent;
}

#bbpress-forums fieldset.bbp-form input, #bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
  margin: 8px 0 8px !important;
}

#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 100%;
}

.bbp-login-form .bbp-submit-wrapper {
  margin-top: -30px;
}

.aq-form-wrapper .form-item {
  margin-top: 30px;
}

.aq-notify-check {
  margin-bottom: 10px;
}

#new-post .bbp-the-content-wrapper {
  margin-top: 30px;
  padding-left: 15px;
  width: 100%;
  padding-right: 15px;
}

.bbp-reply-form #new-post .bbp-the-content-wrapper {
  padding: 0;
  margin-bottom: 25px;
}

div.bbp-submit-wrapper {
  float: none;
  display: flex;
  gap: 15px;
  align-items: center;
}

#bbpress-forums fieldset.bbp-form {
  padding: 50px;
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bbpress-forums fieldset.bbp-form fieldset.bbp-form {
  padding: 30px;
}

#new-post .bbp-the-content-wrapper textarea {
  height: 300px;
  border: none;
  line-height: 1.5;
  padding: 20px;
}

form.bbp-login-form {
  position: relative;
}

.bbp-login-form .bbp-form .bbp-remember-me {
  margin-bottom: 5px;
  margin-top: 20px;
}

.bbp_widget_login .bbp-login-links {
  float: right;
}

.bbp-login-form label,
#new-post label {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--secondary_color);
  font-size: 14px;
  margin-bottom: 2px;
}

.bbp_widget_login .bbp-login-links a.bbp-lostpass-link {
  padding-top: 5px;
}

input.checkbox-tik {
  color: #6b707f;
  position: relative;
  width: 12px;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}

.checkbox-tik + label {
  padding-left: 5px;
  font-size: 15px;
}

input.checkbox-tik:checked:before {
  border-color: var(--brand_color);
}

input.checkbox-tik:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}

input.checkbox-tik:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s linear;
}

input.checkbox-tik:checked:after {
  opacity: 1;
}

.bbp-remember-me label,
#new-post #bbp_topic_subscription + label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.load-forum {
  background: var(--bs-white);
}

.bbp-submit-wrapper {
  margin-bottom: 0;
}

input#bbp_topic_subscription + label {
  color: #6b707f;
}

.post-header .category-menu li,
.community-post .post-meta-wrapper .post-meta-info li a i {
  font-size: 14px;
}

#bbpress-forums .post-header .category-menu li:not(:last-child) {
  margin-right: 40px;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 60px;
}

.forum-post-content .forum-post-btm .taxonomy i, .forum-post-content .forum-post-btm .taxonomy img,
.community-post .post-meta-wrapper .post-meta-info li a i,
.community-post.style-two .meta li i, .community-post.style-two .meta li img {
  margin-right: 4px;
}

ul.forum-titles .forum-freshness .freshness-box a {
  font-size: 12px;
}

ul.forum-titles .forum-freshness .freshness-box .freshness-btm .bbp-author-avatar img {
  height: auto;
}

.bbp-pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .bbp-pagination {
    justify-content: start;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.pagination-wrapper .page-numbers {
  display: block;
  color: var(--black_500);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--black_50);
  border-radius: 3px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none !important;
}
.pagination-wrapper .page-numbers:not(.current):hover {
  background: rgba(8, 102, 255, 0.2);
}
.pagination-wrapper .page-numbers.current {
  background: var(--brand_color);
  color: #fff;
}

.pagination-wrapper .view-post-of {
  width: 100%;
}

.pagination-wrapper .page-numbers:last-child {
  margin-right: 0;
}

.bbp-no-reply, .bbp-forum-closed {
  margin-top: 50px;
}

/** === Widgets === **/
.widget_display_stats dl dt {
  float: left;
  clear: left;
  margin: 0 0 10px;
}

.widget_display_stats dl dd {
  float: right;
  margin: 0;
}

.widget_display_replies li:before {
  font-family: eleganticons;
  content: "w";
  margin: 0 12px 0 0;
  font-size: 15px;
  color: #6d6d6d;
  position: absolute;
  left: 0;
  top: 0;
}

.widget_display_topics li::before {
  font-family: eleganticons;
  content: "b";
  margin: 0 12px 0 0;
  font-size: 15px;
  color: #6d6d6d;
  position: absolute;
  left: 0;
  top: -2px;
}

.widget_display_topics .bbp-forum-title,
.widget_display_replies .bbp-forum-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.36;
  color: var(--black_800);
  font-weight: 500;
}

.widget_display_topics li,
.widget_display_replies li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7e9;
}
.widget_display_topics li div, .widget_display_topics li time,
.widget_display_replies li div,
.widget_display_replies li time {
  color: var(--black_400);
  display: block;
}
.widget_display_topics li .bbp-author-avatar img,
.widget_display_replies li .bbp-author-avatar img {
  border-radius: 50%;
  margin-right: 5px;
}

.widget_display_topics li a,
.widget_display_replies li a {
  color: var(--black_800);
}

.widget_display_topics li a:hover,
.widget_display_replies li a:hover {
  color: var(--brand_color);
}

.bbp-logged-in .avatar {
  float: left;
  margin: 0 15px 0 0;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -ms-border-radius: 99%;
  border-radius: 99%;
}

.bbp-logged-in h4 {
  font-weight: normal;
  font-size: 18px;
  clear: none;
  margin: 0 0 5px;
}

.bbp-logged-in h4 a {
  color: #333;
  font-weight: 500;
}

.bbp-logged-in a.button.logout-link:hover,
.bbp-logged-in h4 a:hover {
  color: var(--brand_color);
}

.bbp-logged-in a.button.logout-link:hover,
.bbp-logged-in a.button.logout-link {
  color: #666;
}

.bbp-submit-wrapper {
  float: left;
  margin-top: 0;
}

.forum-post-content .forum-post-btm .taxonomy.forum-post-cat {
  display: flex;
}

.comment-content .bbp-topic-reply-link:hover {
  background: #fff;
  border: 1px solid var(--secondary_color);
  color: var(--secondary_color);
}

.page-numbers {
  cursor: pointer !important;
}

.pagination-wrapper .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.post-header .support-total-info li a {
  font-weight: 400;
}

.post-header .support-total-info li a {
  color: #6b707f;
}

.post-header .support-total-info li a.open-data.loading {
  color: var(--black_800);
  font-weight: 500;
}

#tagList {
  padding-left: 30px;
}

/* Error */
.community-post-error {
  padding: 60px 40px;
  border-style: solid;
  border-color: #e1e4e8;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 1px;
}

.community-post-error .error-content {
  text-align: center;
}

.community-post-error .error-content h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  font-weight: 400;
}

.community-post-error .error-content p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.community-post-error .error-content .error-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: #a3aab1;
}

.community-post-error .error-content .docy-error {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

/* Loading */
.forum-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 50px;
  text-align: center;
}

.forum-loading .configure-border-1 {
  width: 50px;
  height: 50px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb5b53;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.forum-loading .configure-border-2 {
  width: 50px;
  height: 50px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(63, 249, 220);
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.forum-loading .configure-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
.community-post.style-two .post-content .entry-content .post-title {
  margin-bottom: 8px;
}
.community-post.style-two .post-content .entry-content .solved-topic-bar {
  display: inline;
}

/** ==== Forum Search Results === **/
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header, li.bbp-body div.hentry {
  padding: 15px;
}

#bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-header .bbp-topic-author {
  text-align: left;
  padding-left: 10px;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
  border-radius: 5px;
}

a.sbv-show-where-step {
  padding-left: 5px;
  margin-bottom: 10px;
  display: block;
}

.sbv-purchase-submit #sbv-verify-exec {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  background: var(--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;
  margin: 15px 0 !important;
  border: none;
}

.sbv-purchase-submit #sbv-verify-exec:hover {
  box-shadow: 0 20px 30px 0 rgba(76, 76, 241, 0.24);
}

.reply-edit #bbpress-forums fieldset.bbp-form,
.reply-edit .bbp-no-topic, .bbp-reply-form,
.topic-edit .bbp-topic-form {
  margin-top: 0;
}

/** === Topic Edit Page Styling === **/
.topic-edit #bbpress-forums fieldset.bbp-form {
  padding: 0;
  margin: 0;
}

.reply-edit .bbp-reply-form {
  padding: 0;
}
.reply-edit .breadcrumb .breadcrumb-item:last-child {
  display: none;
}

.forum-search #bbpress-forums .bbp-pagination {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.bbp-user-page .support-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bbp-user-page .page_wrapper {
  padding-bottom: 70px;
  padding-top: 0;
  margin-top: -120px;
  z-index: 2;
  position: relative;
}
.bbp-user-page .titlebar {
  padding: 180px 0 170px;
  background: linear-gradient(45deg, #C7F5FE 10%, #C7F5FE 40%, #FCC8F8 40%, #FCC8F8 60%, #EAB4F8 60%, #EAB4F8 65%, #F3F798 65%, #F3F798 90%);
}

#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;
}
#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;
}
#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:not(.current) a:hover {
  background: rgba(8, 102, 255, 0.2);
}
#bbpress-forums .bbp-single-user-details #bbp-user-navigation li.current a {
  color: #fff;
  background-color: var(--brand_color);
}
#bbpress-forums .bbp-single-user-details #bbp-user-avatar {
  margin-bottom: 20px;
}
#bbpress-forums .bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

#bbpress-forums .bbp-user-body {
  background: var(--bs-white);
  margin-bottom: 120px;
  border-radius: 10px;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  padding-top: 40px;
  font-size: 2em;
}
#bbpress-forums .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 65px;
}
#bbpress-forums .bbp-user-section .forum-post-top {
  margin-bottom: 8px;
}
#bbpress-forums .bbp-user-section .forum-post-top .bbp-author {
  align-items: center;
}
#bbpress-forums .bbp-user-section .pagination-wrapper {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 18px;
  box-shadow: none;
}
#bbpress-forums .bbp-user-section .forum-comment {
  margin-bottom: 30px;
}
#bbpress-forums .bbp-user-section .forum-comment.odd {
  padding: 25px;
  border-radius: 10px;
  background: var(--black_25);
}

.bbp-search-form form.search-form .form-control {
  height: 50px;
  padding-left: 45px;
  background: var(--black_25);
  border: 1px solid var(--black_50);
}
.bbp-search-form form.search-form button {
  left: 20px;
  font-size: 14px;
  top: 52%;
}

.bbp-shortcode.page #bbpress-forums fieldset.bbp-form {
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 0;
}
.bbp-shortcode.page #bbpress-forums fieldset.bbp-form.bbpc-attachment {
  border: none;
}
.bbp-shortcode.page .bbp-topic-form {
  margin-top: 0;
}
.bbp-shortcode.page #bbpress-forums {
  margin-bottom: 0;
}
.bbp-shortcode.page form#new-post {
  margin: 0;
}
@media (max-width: 768px) {
  .bbp-shortcode.page form#new-post {
    margin: 0 20px 20px;
  }
}
.bbp-shortcode.page .page_wrapper ul:not(.ordered-list) {
  list-style: none !important;
  padding: 0;
}

/* REPLY SINGLE USER ICON */
.forum-author-meta .author-badge > img {
  margin-right: 2px;
  width: 18px;
  max-width: 18px;
  height: auto;
  margin-top: -3px;
}
.forum-author-meta .author-badge.keymaster {
  background-color: #262626;
}
.forum-author-meta .author-badge.participant img {
  width: 16px;
}

/* === bbPress Default CSS === */
div.bbp-template-notice, div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both;
}
div.bbp-template-notice li, div.bbp-template-notice p, div.indicator-hint li, div.indicator-hint p {
  margin: 0.5em 0 6px !important;
  padding: 2px;
  font-size: 13px;
  line-height: 1.4;
}

div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

/*# sourceMappingURL=forum.css.map */
