@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";

@import "custom/sidebar-left";
@import "custom/pagination";
@import "custom/breadcrumbs";
#content-wrapper {
    width: 100%;
    background: #f6f6f6;
    margin: 0;
    padding: 20px 0 50px;
    position: relative;
}
.leftPanelInner {
    padding-bottom: 10px;
    .blog_view{
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
      .cnt_blk{
        h3{
          a{
            color: #292f2d;
            font-size: 16px;
          }
        }
      }
}

    }

.boxDiv {
    background: #f2f1f1 !important;
    .head{
      line-height: 1;
    padding: 10px 18px;
    margin: 0;
    }
}
.rightBx{
  .control{
    padding: 6px 6px;
    border: 1px solid #e6e6e6;
      @include media-breakpoint-down(md) {
        width: 100%;

      }
  }
  .btnsubmit{
    background: $primary;
    padding: 6px 7px;
    border: none;
  }
}
.blog_view-detail{
   h3{
    font-size: rem(25);
    font-weight: $font-weight-semibold;
  }
}
.blog-detail{
 
  p{
    margin: 10px 0 !important;
  }
  ul{
    padding: 0;
    li{
      padding: 7px 20px;
      list-style-type: none;
      position: relative;
      &:before{
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #808281;
        position: absolute;
        left: 0;
        top: 15px;
      }
    }
  }
}