

.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single h3 {
  margin-left:10px!important; 
  position:relative;
  color: #e86d2a;
}

.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single:hover h3 {
color: #4d5c6d;
}

.inside{
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single {
  position:relative;
  overflow: hidden;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single .inside {
  position:relative;
  index:1;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single .section_bg_image {
  position: absolute;
  right: -30px;
  bottom: -30px;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single  .section_bg_image img {
  min-width: 100px;
  max-width: 130px;
  opacity:0.09;
  z-index: 0;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single h3 .section_title{
  padding-top:5px;
}

.bbdocs-shortcode-wrap .bbdocs-docs-single:nth-child(6) h3 .section_title,
.bbdocs-shortcode-wrap .bbdocs-docs-single:nth-child(8) h3 .section_title{
  padding-top:0px;
}



.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single{
  position:relative;
}

.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single a:after{
   content:"";
   position: absolute;
   right:0px;
   bottom:0px;
}


.dark_icon{
  line-height:0px;
  margin-right:10px;
  max-width: 50px;
}



.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single .inside .section_content {
  color: #4D5C6D;
  font-size: 16px;
}

body.buddyboss-theme.faqs .bbdocs-sidebar .bbdocs-sticky-sidebar .widget-title:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  background: url(../../assets/img/svg/question-circle-regular.svg);
}

.bbdocs-shortcode-wrap ul.bbdocs-docs-list li.bbdocs-docs-single h3 {
  padding: 35px 20px 0 20px!important;
}

.go_to_buddyboss{
  position: relative;
}

.go_to_buddyboss:after{
    position: absolute;
    top: 47%;
    transform: translateY(-47%);
    right: -10px;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #1c1d1e;
    -webkit-mask-image: url(../img/link-icon-dark.svg);
    mask-image: url(../img/link-icon-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-color 0.5s ease;
}

.go_to_buddyboss:hover:after{
background-color:#e86d2a;
}

.bb-template-v2 .primary-menu > li.go_to_buddyboss:after,
.bb-template-v2 .primary-menu > li.go_to_buddyboss:hover:after {
  background-color: var(--bb-header-links);
}

.bb-template-v2 .primary-menu > li.go_to_buddyboss:hover > a:before {
  right: -28px;
}


.customer_support_button a{
  background-color: #e86d2a;
  padding: 10px 14px 10px;
  line-height: 20px;
  color: #fff;
  box-shadow: 0 -2px 0 0 #b03510 inset;
  font-size: 17px;
  letter-spacing: -.24px;
  font-weight: 400;
  transition: .5s;
  font-family: "Athletics","Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 6px;
}

.customer_support_button a:hover{
  background-color: #b03510;
  color:#fff;
}


@media screen and (max-width: 980px) {

  .go_to_buddyboss:after{
    right:25px;
    background-color: #939597;
  }

}


@media screen and (max-width:799px) {

  .go_to_buddyboss:after{
    right:5px;
  }

}
