@CHARSET "UTF-8";

/**
 * @package    kcfaq
 * @subpackage CSS
 * @author     konkurcomputer {@link www.konkurcomputer.ir}
 * @author     Created on 10-Dec-2020
 * @license    GNU/GPL
 */

.faq-whole {
    background: #FFFFFF;
    margin: 20px auto;
    border-radius: 10px;
    padding: 25px 35px;
    height: 500px;
    overflow-y: scroll;
    overflow-x:hidden;
     direction:ltr;
    scrollbar-color: #3aafa6 #FFF;
    scrollbar-width: thin;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
	-ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
	-o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.04);

}

/* Works on Chrome, Edge, and Safari */
.faq-whole::-webkit-scrollbar {
  width: 10px;
}

.faq-whole::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 100px;
}

.faq-whole::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}

.faq-whole::-webkit-scrollbar {
    display: none;
}
.accordion-container{
  direction:rtl;  
}
.faq-questions {
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid  #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
     
}

.faqBody {
    position: relative;
}

.faqBody a {
    color: #808080;
    cursor: pointer;
}

.faqBody a:hover {
    color: #808080;
}

.faqBody i {
    color: #3aafa6 ;
    font-size: 12px;
    position: relative;
    top: 3px
}

.qusicon {
    background: rgb(219, 216, 216, 0.3);
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
top:-5px
}

.questionIcon {
    background: rgb(219, 216, 216, 0.3);
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
}

.questionIcon i {
    color: #DBD8D8;
    font-size: 33px;
}

.eachFaq {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
}
.stk-faq{
width:100%
}
.stk-faq h1 {
    text-align: center;
    color: #2E273F;
    font-size: 18px;
}

.clr10 {
    width: 100%;
    height: 20px;
    clear: both;
}

.noborder {
    border: none !important;
    margin-bottom: 0 !important;
color: #888 !important;
}

.eachFaq .content {
    display: none;
    padding-top: 20px;
color:#888 
}
.faq-question{
    padding-right: 40px;
    color:#464646;
    font-size: 14px;
}
.stk-faq h3{
text-align:center;
font-size:22px !important;
color:#464646 !important;
font-weight:bolder;
padding:20px 0 !important;

}
