@CHARSET "UTF-8";
/**
 * @package    manifaq
 * @subpackage CSS
 * @author     Mohammad Hosein Mir {@link https://joomina.ir}
 * @author     Created on 22-Feb-2019
 * @license    GNU/GPL
 */
.manifaq {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 30px;
}
.manifaq h1{
    font-size: 20px;
    padding: 0;
    color: rgb(37, 37, 37);
    line-height: normal;
    margin-bottom: 10px !important;
} 
.manifaq .sidebar .filter_search {
    width: 100%;
    float: right;
    position: relative;
    margin: 0 0 15px;
}
.manifaq .sidebar .filter_search input {
    border: 1px solid #dae1e7;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 100% !important;
    line-height: 25px;
    font-size: 13px;
}
.manifaq .sidebar .filter_search::after {
    font-family: bootstrap-icons !important;
    content: "\f52a";
    position: absolute;
    left: 11px;
    top: 6px;
    color: #4b566b;
    font-size: 16px;
}
.manifaq * {
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #e6e6e6;
}

/* Works on Chrome/Edge/Safari */
.manifaq *::-webkit-scrollbar {
    width: 8px;
}
.manifaq *::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 9px;
}
.manifaq *::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 9px;
    border: none;
}
.manifaq .sidebar .filters {
    padding: 10px 20px;
}
.manifaq .sidebar .filters .card {
    border: none;
    border-top: solid 1px #eee;
    width: 100%;
    float: right;
} 
.manifaq .sidebar .filters .card:first-child{
    border: none;
}
.manifaq .sidebar .accordion-item{ 
    border: none;
}
.manifaq .sidebar .card-header {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}
.manifaq .sidebar .card-header button {
    color: #333 !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 15px 0 !important;
    width: 100%;
    line-height: normal;
    text-align: right;
    font-size: 1rem;
}
.manifaq .sidebar .card-header button[aria-expanded="false"]:after{
    content: "\f282" !important;
    position: absolute;
    font-family: bootstrap-icons !important;
    left: 0;
    top: 15px;
    font-size: 12px;
    background: #f3f5f9;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    transform: none !important;
    color: #333 !important;
}
.manifaq .sidebar .card-header button:after,
.manifaq .sidebar .card-header button[aria-expanded="true"]:after{
    content: "\f286" !important;
    position: absolute;
    font-family: bootstrap-icons !important;
    left: 0;
    top: 15px;
    font-size: 12px;
    background: rgba(135, 0, 192, 0.1);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    color: rgb(135, 0, 192);
    transform: none !important;
}  
.manifaq .sidebar{
    display: block;
    position: static;
    min-width: 0;
    min-height: 0;
    width: 25%;
    top: 0;
    float: right;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 17px #e2e2e2;
    border-radius: 5px;
}
.manifaq .sidebar > div {
    height: 100%;
    box-shadow: none;
    width: 100%;
    float: right; 
}
.manifaq .sidebar .filter_btn {
    display: none;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    width: 36px;
    height: 36px;
    font-size: 21px;
    line-height: 40px;
    border: none;
    color: #4b566b !important;
    padding: 0;
}
.manifaq .sidebar .card-body,
.manifaq .sidebar .accordion-body {
    padding: 0 !important;
    margin: 0px 0 20px;
}
.manifaq .sidebar .categories{
    max-height: 200px;
    overflow-y: auto; 
    width: 100%;
    float: right;
    position: relative;
    margin: 0 0 20px;
}
.manifaq .sidebar .card-body a {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px 0;
    color: #4b566b !important;
    font-size: 13px;
    margin: 0;
    text-align: right;
}
.manifaq .sidebar .card-body a img {
    width: 25px;
}
.manifaq .sidebar .card-body .categories a .bi {
    position: relative;
    right: 0;
    display: inline-block;
    padding: 0;
    font-size: 19px;
    line-height: 19px;
    cursor: pointer;
    color: #fff;
    border: solid 2px rgb(135, 0, 192) !important;
    border-radius: 4px;
    background: #333;
    width: 25px;
    height: 25px;
    text-align: center;
}
.manifaq .sidebar .card-body a:hover{
    color: rgb(135, 0, 192) !important;
}
.manifaq .sidebar .card-body.recents a{
    padding-right: 24px ;
    position: relative;
}
.manifaq .sidebar .card-body.recents .bi{
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 12px;
}

.manifaq .sidebar #offcanvasRight {
    z-index: 99999 !important;
    border: none !important;
    box-shadow: 0 0 26px rgba(0,0,0,.5) !important;
    top: 65px !important;
    padding-bottom: 50px !important;
}
.manifaq .sidebar #offcanvasRight .offcanvas-header {
    box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0,0,0,0.1);
    padding: 20px 30px;
}
.manifaq .sidebar #offcanvasRight .offcanvas-header span {
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 16px;
}
.manifaq .sidebar #offcanvasRight .offcanvas-header .btn-close {
    margin: 0;
    padding: 0;
}
.manifaq .sidebar #offcanvasRight .offcanvas-body {
    padding: 0px 30px !important;
}
.manifaq .sidebar #offcanvasRight .filters.other_pages{
    box-shadow: none !important;
    padding: 0;
}
.manifaq .sidebar .filter_box {
    display: block;
    width: 100%;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.manifaq .sidebar .filter_box .filter_title {
    display: none;
    font-size: 17px;
    border-bottom: solid 1px #eee;
    padding: 15px;
    position: relative;
    cursor: pointer;
}
.manifaq .sidebar .filter_box .close_filter {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 19px;
} 

.manifaq .main_content{
    width: 75%;
    float: right;
    padding-right: 30px;
    position: relative
}
.manifaq .main_content .question_footer{
    border-top:1px solid #e3e9ef;
    width: 100%;
    float: right;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.manifaq .main_content .created { 
    font-size: 13px;
    color: #666; 
    float: right;
}
.manifaq #btn-share {
    float: left;
    background: none;
    border: none;
    color: rgb(135, 0, 192);
    font-size: 17px;
    padding: 0;
    margin-right: 10px;
    line-height: 15px;
    display: none;
}
.manifaq .main_content > h2 {
    /*border-bottom: 1px solid #eaecef;*/
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 12px;
    color: #222;
    padding-bottom: 10px;
    font-size: 22px;
}
.manifaq .main_content > h3 {
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 12px;
    color: #222;
    padding-bottom: 10px;
    font-size: 17px;
}
.manifaq .main_content .each_category_col {
    margin-bottom: 20px;
}
.manifaq .main_content .each_category_col h3{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 6px;
    font-size: 18px;
}
.manifaq .main_content .each_category_col h3 a{
    color: #333;
}
.manifaq .main_content .each_category_col h3 .count{
    color: #fff;
    background-color: #868e96;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    top: -2px;
}
.manifaq .main_content .each_category_col h3 img{
    width: 25px;
    margin-left: 5px;
}
.manifaq .main_content .each_category_col .childs{
    list-style: none;
    margin: 0;
    padding: 0;
}
.manifaq .main_content .each_category_col .childs li a{
    display: inline-block;
    color: #495057;
    padding: 10px 24px 10px 0;
    position: relative;
    line-height: 27px;
    font-size: 13px;
}
.manifaq .main_content .each_category_col .childs li a:hover{
    color: rgb(135, 0, 192) !important;
}
.manifaq .main_content .each_category_col .childs li a.viewall {
    color: rgb(135, 0, 192) !important;
    border: none !important;
    padding: 10px 0 !important;
}
.manifaq .main_content .each_category_col .childs li a .bi{
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 12px;
}
.manifaq .main_content .question_answer {
    font-size: 14px;
    line-height: 30px;
    color: #4b566b !important;
    position: relative;
    overflow: hidden;
}
.manifaq .main_content .question_answer h2{
    color: #111;
    line-height: normal;
    font-size: 22px;
    margin: 0 0 15px;
    padding-top: 40px;
}
.manifaq .main_content .question_answer h3{
    color: #111;
    line-height: normal;
    font-size: 20px;
    margin: 0 0 15px;
    padding-top: 40px;
}
.manifaq .main_content .question_answer h4{
    color: #111;
    line-height: normal;
    font-size: 18px;
    margin: 0 0 15px;
    padding-top: 40px;
}
.manifaq .main_content .question_answer h5{
    color: #111;
    line-height: normal;
    font-size: 16px;
    margin: 0 0 15px;
    padding-top: 40px;
}
.manifaq .main_content .question_answer h6{
    color: #111;
    line-height: normal;
    font-size: 14px;
    margin: 0 0 15px;
    padding-top: 40px;
}
.manifaq .main_content .question_answer > p > img,
.manifaq .main_content .question_answer > img{
    margin: 48px 0;
    border-radius: 4px;
    height: auto !important;
}
.manifaq .main_content .question_answer ul{
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    clear: both;
}
.manifaq .main_content .question_answer ul li{
    display: block;
    padding: 8px 30px 8px 30px;
    position: relative;
    color: #4b566b !important;
    line-height: 27px;
}
.manifaq .main_content .question_answer ul li:before{
    content: "\f272";
    font-family: bootstrap-icons !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 12px;
    border-radius: 50%;
    background: #f0f1f3;
    color: #8f9397;
}

.manifaq .main_content .question_answer ol{
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}
.manifaq .main_content .question_answer ol li{
    display: block;
    padding: 8px 30px 8px 30px;
    position: relative;
    color: #4b566b !important;
    line-height: 27px;
    counter-increment: item;
}
.manifaq .main_content .question_answer ol li:before{
    content: counter(item);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 12px;
    border-radius: 50%;
    background: #f0f1f3;
    color: #8f9397;
}
.manifaq .main_content .question_answer ol[style="list-style-type: lower-alpha;"] li:before,
.manifaq .main_content .question_answer ul[style="list-style-type: circle;"] li:before{
    background: rgba(0, 201, 167, 0.1);
    color: #00c9a7;
}
.manifaq .main_content .question_answer ol[style="list-style-type: lower-greek;"] li:before,
.manifaq .main_content .question_answer ul[style="list-style-type: square;"] li:before{
    background: rgba(222,68,55,.1);
    color: #de4437;
}

.manifaq .main_content .question_answer blockquote {
    margin: 50px 0 30px;
    padding: 40px 135px 40px 40px;
    border-radius: 5px;
    position: relative;
    background: rgba(124, 2, 176, 0.03);
}
.manifaq .main_content .question_answer blockquote::before {
    content: "";
    position: absolute;
    top: 52px;
    right: 50px;
    font-size: 47px;
    text-align: center;
    z-index: 5;
    background: url("../images/quote.png") no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.manifaq .main_content .question_answer .card{
    box-shadow: none !important;
    margin-bottom: 20px;
    border: none !important;
}
.manifaq .main_content .question_answer .card .card-header{
    background: none;
    padding: 0;
    border: none;
}
.manifaq .main_content .question_answer .card .card-header h5{
    margin: 0 !important;
    padding: 0 !important;
}
.manifaq .main_content .question_answer .card .card-header button{
    width: 100%;
    margin: 0;
    padding: 0 24px;
    text-align: right;
    line-height: normal;
    display: block;
    position: relative;
    height: 60px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    overflow:initial !important;
    border: none;
    color: #333;
}
.manifaq .main_content .question_answer .card .card-header button[aria-expanded="true"]{
    background: #fd8804;
    box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.5) !important;
    transition: 0.3s;
    color: #fff;
}
.manifaq .main_content .question_answer .card button[aria-expanded="false"]:after{
    width: 60px;
    content: '+';
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: #8700c0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-family: initial !important;
    line-height: 58px;
    border-radius: 5px 0 0 5px;
}
.manifaq .main_content .question_answer .card button[aria-expanded="true"]:after{
    width: 60px;
    content: '-';
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    text-align: center;
    color: #fd8804;
    font-size: 35px;
    font-family: initial !important;
    line-height: 53px;
}
.manifaq .main_content .question_answer .card  h2 {
    font-size: 16px;
}
.item-page table{
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    border: none;
    margin: 30px 0 !important;
}
.item-page table caption {
    padding: 12px 0;
    color: #6c757d;
    caption-side: initial;
    text-align: center;
    font-size: 14px;
}
.item-page table thead td,
.item-page table thead th {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    border: none !important;
    text-align: center;
    padding: 18px 15px !important;
}
.item-page table thead th:first-child,
.item-page table thead td:first-child{
    border-radius: 0 5px 0 0;
}
.item-page table thead th:last-child,
.item-page table thead td:last-child{
    border-radius: 5px 0 0 0;
}
.item-page table tbody tr:nth-child(even){
    background: #f8f6ff;
}
.item-page table tbody tr:nth-child(odd){
    background: #fff;
}
.item-page table tbody tr td {
    border: none !important;
    padding: 15px !important;
    line-height: normal !important;
    font-size: 13px;
    color: rgb(128, 128, 128);
}
.item-page table tbody tr:last-child td:first-child{
    border-radius: 0 0 5px 0;
}
.item-page table tbody tr:last-child {
    border-radius: 0 0 5px 5px ;
}
.item-page table tbody tr:last-child td::first-child,
.item-page table tbody tr:last-child td::last-child{
    border-radius: 0 0 0 5px ;
}

.manifaq .pagination {
    margin: 0 !important;
    border: none;
}
.manifaq_question,
.manifaq_categories,
.manifaq_category{
    width: 100%;
    float: right;
    position: relative;
}

/*************/
.manifaq_search {
    width: 100%;
    float: right;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0 0 30px;
    position: relative;
}
.manifaq_search .spinner-border {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    border-width: 2px;
    display: none;
    color: rgb(135, 0, 192) !important;
}
.manifaq_search .ui.search.loading .spinner-border {
    display: block;
}
.manifaq_search .col-md-6{
    z-index: 1;
}
.manifaq_search .manifaq_search_bg,
.manifaq_search .manifaq_search_bg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.manifaq_search h2 {
    font-size: 20px;
    margin: 0 0 45px;
    color: #333;
    line-height: normal;
}
.manifaq_search input#FaqSearch {
    margin: 0;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 4px;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    width: 100%;
    height: 65px !important;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px;
    font-size: 15px;
}
.manifaq_search #FaqSearch:focus{
    border:none !important;
    outline: none !important;
}
.manifaq_search span.txt{
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    height: 50px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    padding: 0 20px;
}
.manifaq_search .ui.search{
    position:relative;
}

.manifaq_search .ui.search > .results{
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    text-align: left;
    text-transform: none;
    background: #FFFFFF;
    margin-top: 0.5em;
    width:100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    z-index: 998;
    max-height: 320px;
    overflow-y: auto;
}
.manifaq_search .ui.search > .results >:first-child{
    border-radius:5px;
}
.manifaq_search .ui.search > .results >:last-child{
    border-radius:5px;
}
.manifaq_search .ui.category.search > .results .category .results{
    background:#FFFFFF;
    border-bottom:1px solid rgba(34, 36, 38, 0.1);
    border-radius:5px;
}
.manifaq_search .ui.search > .results .result{
    cursor:pointer;
    display:block;
    overflow:hidden;
    font-size:1em;
    padding:0.85714286em 1.14285714em;
    color:rgba(0, 0, 0, 0.87);
    line-height:1.33;
    border-bottom:solid 1px #eee !important;
}
.manifaq_search .ui.search > .results .result:last-child{
    border-bottom:none !important;
}
.manifaq_search .ui.search > .results .result .title {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.85);
    margin: 0 0 5px;
}
.manifaq_search .ui.search > .results .result .description {
    margin-top: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}
.manifaq_search .ui.search > .results > .message {
    padding: 15px;
    text-align: right;
}
.manifaq_search .ui.search > .results > .message .header {
    font-size: 15px;
    color: #333;
    position: static;
    box-shadow: none !important;
    padding: 0 !important;
}
.manifaq_search .ui.search > .results > .message .description {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}
.manifaq_search * {
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #e6e6e6;
}
.manifaq_search *::-webkit-scrollbar {
    width: 8px;
}
.manifaq_search *::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 9px;
}
.manifaq_search *::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 9px;
    border: none;
}
.manifaq_search .ui.category.search > .results .category .result {
    border-bottom: solid 1px #eee !important;
    -webkit-transition: background 0.1s ease, border-color 0.1s ease;
    transition: background 0.1s ease, border-color 0.1s ease;
    padding: 0.85714286em 1.14285714em;
    text-align: right;
}

.manifaq_search .ui.search > .results .result:hover,
.manifaq_search .ui.category.search > .results .category .result:hover{
    background:#f0f0f0;
}
.manifaq_search .breadcrumb {
    margin: 0 0 15px;
}

@media only screen and (max-width: 1200px) {
    .manifaq_search .manifaq_search_bg{
        background-size: 50% auto !important;
    }
    .manifaq_search {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
  @media only screen and (max-width: 1000px) { 
    .manifaq .main_content .question_answer blockquote {
        margin: 20px 0;
        padding: 60px 20px 20px; 
    }
    .manifaq .main_content .question_answer blockquote::before { 
        top: 20px;
        right: 20px; 
        width: 45px;
        height: 45px; 
    }
    
    .manifaq_search .manifaq_search_bg{
        background-size: auto 300px !important;
    }
    .manifaq .sidebar .filters {
        padding: 5px 0;
    }
    .manifaq .sidebar {
        position: absolute;
        height: 100%;
        right: 0;
        width: 55px;
        box-shadow: none;
    }
    .manifaq .sidebar > div{
        box-shadow: -8px -2px 8px -8px rgba(0,0,0,.1);
        padding-top: 9px;
    }
    .manifaq .sidebar .filter_box{
        display: none;
    }
    .manifaq .sidebar .filter_box .filter_title,
    .manifaq .sidebar .filter_btn{
        display: block;
    }
    .manifaq .sidebar .filter_box .filters{
        width: 100%;
        float: right;
        max-height: calc(100vh - 350px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .manifaq .main_content{
        width: 100%;
        padding-right: 75px; 
    }
    .manifaq .sidebar .categories { 
        background: none;
        padding: 0;
    }
    .manifaq .sidebar .categories ul li a {
        padding: 12px 30px 10px 0;
        font-size: 14px;
    }


}
@media only screen and (max-width: 780px) { 
    .manifaq .main_content .created{
        top: 5px;
    }
    .manifaq #btn-share{
        display: block;
    }
    .manifaq_share{
        display: none !important;
    }
    .manifaq h1{
        font-size: 16px;
    }
}

  @media only screen and (max-width: 767px) { 
    .manifaq_search .manifaq_search_bg{
        background: rgba(248, 248, 248, 1) !important;
    } 
      
    .manifaq_search {
        padding: 30px 0 !important;
    }
    .manifaq_search h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }
}
 
@media only screen and (max-width: 380px) {
    .manifaq .main_content .each_category_col h3 .count{
        top: 0;
    } 
}
