#template html,
#template body,
#template H1,
#template h2,
#template h3,
#template h4,
#template h5,
#template h6,
#template span,
#template label,
#template button,
#template input,
#template p,
#template small,
#template strong,
#template table,
#template th,
#template td,
#template div,
#template textarea,
#template select,
#template option ,
#template div ,
#template section ,
#template aside,
#template footer {
    font-family: yekanBakh;
    outline: none;
    font-size: 20px;
}


/* Statics */
#template{
    overflow: hidden;
    direction: rtl;
}
#template .bg-red{
    background: rgba(240, 0, 115, 0.25);
}
#template .bg-green{
    background: rgba(42, 187, 156, 0.25);
}

#template .close{
    position: relative;
    background: url("../icons/close.svg");
    width: 20px;
    height: 20px;
}
#template .close.w{
    position: relative;
    background: url("../icons/close-w.svg");
    width: 20px;
    height: 20px;
}

#template h2{
    font-size: 28px;
    font-weight: 900;
    color: #334155;
    border-bottom:2px solid #D7D7D7 ;
    margin: 10px 0 20px 0;
    line-height: 56px;
}
#template h3{
    font-size: 26px;
    font-weight: 900;
    color: #334155;
    margin: 10px 0 20px 0;
    line-height: 52px;
    border-right: 4px solid #FF8917;
    padding-right: 10px;
}
#template h4{
    font-size: 24px;
    font-weight: 900;
    color: #334155;
    border-right: 4px solid #FF8917;
    padding-right: 10px;
    margin: 10px 0 20px 0;
    line-height: 48px;
}
#template h5{
    font-size: 22px;
    font-weight: 900;
    color: #334155;
    margin: 10px 0 20px 0;
    line-height: 44px;
}
#template p{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #505050 ;
    margin: 10px 0;
    text-align: justify;
}
#template b, #template strong {
    font-weight: 800;
}
#template .font-size-24{
    font-size: 24px;
}
#template .font-size-30{
    font-size: 30px;
}
#template .font-size-40{
    font-size: 40px;
}

#template .text-color-red{
    color: #F00073;
}
#template .text-color-green{
    color: #2ABB9C;
}

#template .border-radius-8{
    border-radius: 8px;
}

#template .card-shadow{
    border: 1px solid rgba(51, 65, 85, 0.08);
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}
#template{
    background: white;
}
#template > .header{
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    margin-bottom: 30px;
}
#template > .header > .image img{
    background: #334155;
    border: 3px solid #f3f4f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 125px;
    height: 125px;
    margin-left: 30px;
}
#template > .header .information-test {
    height: 100px;
    justify-content: space-between;
}
#template > .header .information-test  .top-section{
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.6);
}
#template > .header .information-test  .top-section .title{
    font-size: 18px;
    font-weight: 700;
}
#template > .header .information-test  .top-section .info-tag > .tag {
    background: #F3F4F6;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px 0;
    display: flex;
}
#template > .header .information-test  .bottom-section .div-tool {
    background: #F3F4F6;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
#template > .header .information-test  .bottom-section .div-tool:hover{
    opacity: .8;
}
#template > .header .information-test  .bottom-section .div-tool .icon{
    margin-left: 5px;
    padding: 0 5px;
}
#template > .header .information-test  .bottom-section .div-tool .icon img{
    width: 25px;
}
#template > .header .information-test  .bottom-section .div-tool .title{
font-size:    16px;
    padding: 0 10px;
}
#template > .header .information-test  .bottom-section .advance-box {
    background: #f3f4f6;
    border: 1px solid rgba(51,65,85,.2);
    border-radius: 5px;
    padding: 4px;
    min-width: 300px;
}
#template > .header .information-test  .bottom-section .advance-box > button {
    background: 0 0;
    border-radius: 5px;
    padding: 5px;
    width: 50%;
    margin: 1px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
#template > .header .information-test  .bottom-section .advance-box .active {
    background: #334155;
    color: #fff;
}



#template .catalog-interpretation {
    position: fixed;
    right: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #334155;
    z-index: 999;
}
#template .catalog-interpretation .menu > .header {
    color: white;
    padding: 15px;
    border-bottom: 1px solid #6982a5;
    margin-bottom: 5px;
}
#template .catalog-interpretation .menu > .header .close {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
#template .catalog-interpretation .menu > .content {
    list-style: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
#template .catalog-interpretation .menu > ul li{
    margin-bottom: 8px;
}
#template .catalog-interpretation .menu > ul a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
#template .catalog-interpretation .menu > ul a:hover{
    color: rgba(255,255,255);
}
#template .catalog-interpretation .menu > ul a span{
    font-size: 18px;
}
#template .catalog-interpretation.active{
    right: 0;
}

#template .catalog-interpretation-background {
    position: fixed;
    left: -100%;
    width: calc(100% - 300px);
    height: 100%;
    top: 0;
    backdrop-filter: blur(6px);
    background: #3a3a3a3b;
    z-index: 999;
}
#template .catalog-interpretation-background.active{
    left: 0;
}

#template .toggle-catalog {
    position: fixed;
    right: -35px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    background: #334155;
    border-radius: 10px 10px 0 0;
    padding: 7px 25px;
    cursor: pointer;
    color: white;
    z-index: 0;
}
#template .tools-box-mobile , .advance-box-mobile {
    display: none;
    z-index: 100;
}

#template > .content {
    max-width: 1000px !important;
    margin: 0 auto;
}


#template .information-result > div {
    border-left: 1px solid #d7d7d7;
}
#template .information-result > div:last-child{
    border-left: none;
}

#template .list-unchecked li , #template .list-checked li {
    list-style: none;
    margin: 20px 0;
    position: relative;
}
#template .list-unchecked li::before{
    content: url("../icons/unchecked.svg");
    position: absolute;
    right: -40px;
}
#template .list-checked li::before{
    content: url("../icons/checked.svg");
    position: absolute;
    right: -40px;
}

#template .score.card-shadow h3 {
    border-right: none !important;
}

/* box-your-rate */
#template  .box-your-rate {
    background: #002B34;
}
#template  .box-your-rate h3{
    border: none;
    color: white;
    font-weight: 500;
    font-size: 30px;
}
#template  .box-your-rate span{
    color: white;
    font-size: 22px;
}
#template  .box-your-rate span.color-green{
    margin: 0 5px;
    letter-spacing: 2px;
    color: #00FFC9;
}
#template  .box-your-rate  .your-rate > div {
    color: #00FFC9;
    font-size: 70px;
    font-weight: 700;
    background: black;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
}

#template .box-your-rate-2 .icon {
    border-left: 1px solid #d7d7d7;
    margin-left: 10px;
    padding-left: 15px;
}
#template .box-your-rate-2 .rate-value > h3{
    color: #2EBB9D;
    margin-left: 25px !important;
    border-right: none;
}
#template .box-your-rate-2 .rate-value > span{
    margin-left: 5px;
    display: inline-block;
}
#template .box-your-rate-2 .rate-value > span.number{
    letter-spacing: 1px;
}

#template .chart {
    max-width: 700px;
    margin: 0 auto;
}

#template .card-gray {
    background: #f5f5f5;
}


#template .button-calc-iq {
    background: #2ABB9C;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    margin: 10px;
}
#template .button-calc-iq img{
    margin-right: 30px;
}
#template .button-userpanel {
    background: #FFA200;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    margin: 10px;
}
#template .button-userpanel img{
    margin-right: 30px;
}

#template  .accordion h2{
    border-bottom: 0;
}
#template  .accordion-item{
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
#template  .accordion-item h2{
    margin: 0;
}
#template  .accordion-item .accordion-button{
    padding: 0 25px;
}
#template  .accordion-item  .accordion-button:not(.collapsed) {
    background: white !important;;
}
#template  .accordion-item  .accordion-button:not(.collapsed){
    color: #2ABB9C !important;
}
#template  .job-category.active, #template  .job-category.active * {
    background: #334155 !important;
    color: white !important;
}
#template  .job-category.active{
    box-shadow: 0 0 15px rgba(51, 65, 85, 0.5);
}

#template #sec_10{
    display: none;
}

#template #accordionFlushExample .accordion-button {
    border: none !important;
    margin-bottom: 0 !important;
    padding: 15px !important;
}
#template ul.slick-dots {
    bottom: -60px;
}
