#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;
}
#template {
    background: #fff;
    margin: 0 !important;
    min-width: 100%;
    padding: 0 !important;
}
#template .font-500{
    font-weight: 500;
}
#template .box-123 ul li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #FF8917;
    right: -20px;
    top: 7px;
    border-radius: 40px;
}
#template .font-600{
    font-weight: 600;
}
#template strong {
    font-weight: 900 !important;
}
#template .color-orange {
    color: #FF5D2A !important;
}
#template .color-green {
    color: #2ABB9C !important;
}
#template .color-success {
    color: #00D271 !important;
}
/* Statics */
#template .bg-red{
    background: red;
}
#template .bg-white{
    background: white !important;
}

#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;
}

.font-size-28{
    font-size: 28px !important;
}
.font-size-26{
    font-size: 26px !important;
}

#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;
    padding-right: 8px;
    line-height: 52px;
    border-right: 4px solid #FF8917;
}
#template h4{
    font-size: 24px;
    font-weight: 900;
    color: #334155;

    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;
    display: inline-block;
    background: #FFF3E8;
    padding: 2px 12px;
    border-radius: 5px;
}
#template h6 {
    font-size: 22px;
    font-weight: 900;
    color: #334155;
    margin: 8px 0;
    line-height: 44px;
}
#template p > #template p span{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #505050 ;
    margin: 10px 0;
    text-align: justify;
}

#template p{
    text-align: justify !important;
}
#template .p-m-0 p{
    margin: 0;
}

#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 > .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: -58px;
    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: 10;

}
#template .tools-box-mobile , .advance-box-mobile {
    display: none;
}

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

#template .value-key strong {
    width: 30%;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

#template #sec_1 .box-label {
    background: #FFF4F3;
    padding: 10px;
    border-radius: 5px;
    font-weight: 900;
    max-width: 90%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-right: 5%;
}
#template #sec_1 .box-label > span {
    font-size: 26px;
}

#template #sec_2 .row.category-4-group {
    max-width: 750px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    border:1px solid rgba(51, 65, 85, 0.08)
}
#template .row.category-4-group.mt-5 > div.active {
    background: #2ABB9C;
}

#template .percent-purity {
    background: #002B34;
    border-radius: 5px;
    padding: 15px 31px;
}
#template .percent-purity h3 , #template .percent-purity p{
    margin: 0;
    color: white;
    border: none !important;
}
#template .percent-purity .label-chart {
    text-align: center;
    color: #00FFC9;
}
#template .percent-purity .label-chart strong{
    font-size: 28px;
    font-weight: 600;
    margin-left: 15px;
}

#template .chart-percent-purity {
    background: white;
    height: 30px;
    border-radius: 5px;
    position: relative;
}
#template .chart-percent-purity  .progress-chart {
    position: relative;
    left: 0;
    background: #00FFC9;
    height: 30px;
}


#template  .tags-strengths , #template  .tags-weaknesses {
    display: flex;
    flex-wrap: wrap;
}
#template .tags-strengths .strengths {
    background: #D6FFE1;
    width: 21%;
    text-align: center;
    margin: 1% 2%;
    padding: 8px 0;
    border-radius: 5px;
}
#template .tags-weaknesses .weaknesses {
    background: #FFD6D6;
    width: 21%;
    text-align: center;
    margin: 1% 2%;
    padding: 8px 0;
    border-radius: 5px;
}


#template  .card-green h5{
    font-size: 35px;
    text-align: center;
    background: transparent !important;
}
#template  .card-green h3{
    font-size: 35px;
border: none !important;
    color: #2EBB9D;
}
#template  .card-green {
    background: #2ABB9C;
    padding: 15px 40px;
    border-radius: 10px;
    color: white;
}

#template  .card-green-light {
    background: rgba(42, 187, 156, 0.08);
    padding: 15px 40px;
    border-radius: 10px;
}

#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 strong.tag-green {
    background: #D6FFE1;
    padding: 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 900 !important;
}
#template strong.tag-red {
    background: #FFD6D6;
    padding: 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 900 !important;
}
#template .tag-gray {
    background: #F3F4F6;
    padding: 7px 20px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 500 !important;
}
#template .card-gray {
    background: #F3F4F6;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 5px;
}
#template .card-warning h6{
    color: #FF5E2B;
    margin: 0 !important;
}
#template .card-warning p{
    margin-top:0 !important;
    margin-bottom: 0;
}
#template .card-warning > .d-flex{
    margin-bottom: 8px;
}
#template .card-warning {
    background: #FFF7E3;
    padding: 15px 50px;
    border-radius: 10px;
}

#template .box-tags-gray {
    display: flex;
    flex-wrap: wrap;
}
#template .box-tags-gray .tag-gray {
  background: #F3F4F6;
    width: 31%;
    margin: 1%;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}

#template  .box-danger {
    background: rgba(240, 0, 115, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
}
#template  .box-danger h4 {
    color: #FE464B;
text-align: center;
    font-size: 35px;
}

#template .box-green {
    background: #2EBB9D;
    color: white;
    font-weight: 900;
    font-size: 35px !important;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px
}
#template #simulateChild{
    height: 600px;
}

#template .books .book strong {
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}


#template .books.d-flex {
    background: #D7D7D7;
    padding: 25px 50px;
    border-radius: 10px;
}
#template .books.d-flex button.slick-next.slick-arrow {
    position: relative;
    left: -15px;
}
#template .books.d-flex button.slick-prev.slick-arrow{
    position: relative;
    left: -15px;
}
/* #template  .types */
#template  .types .types-button.d-flex.flex-wrap > div {
    background: #D9D9D9;
    padding: 8px 10px 4px;
    border-radius: 5px;
    width: 10.5%;
    margin: 1%;
    text-align: center;
    cursor: pointer;
}
#template  .types .types-button.d-flex.flex-wrap > div.active{
    background: #2EBB9D;
    color: white;
}
#template  .types .types-button.d-flex.flex-wrap > div:hover{
    opacity: .8;
}
#template  .types .idn {
    background: #FFB739;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
#template  .types .idn:hover{
    opacity: .8;
}
#template  .types {
    background: #EAF8F5;
    padding: 20px 50px;
}

#template .main-types > div{
    display: none;
}
#template .main-types > div.active{
    display: block;
}


#template .main-types2 > div{
    display: none;
    border-top: 1px solid #c7c7c7;
    padding-top: 15px;
}
#template .main-types2 > div.active{
    display: block;
}
#template .card-green.fill {
    background: #2ABB9C !important;
    color: white;
}





/*More Styles*/
#template #sec_1 h3 {
    font-size: 28px;
    border: none;
    padding: 0;
    margin: 0;
}
#template #my-code {
    background: #2ABB9C;
    color: white;
    display: flex;
    padding: 12px 20px 7px;
    border-radius: 10px;
    align-content: center;
    justify-content: space-between;
    margin: 15px 0 25px 0;
}
#template #my-code .code {
    display: flex;
    flex-direction: row-reverse;
}

#template #my-code .code .copy-text {
    margin-right: 20px;
    cursor: pointer;
}
#template #my-code .code #code ,#template #my-code .title {
    font-size: 26px !important;
}
#template #sec_1 .col-md-6 .card {
    padding: 25px;
}
#template #sec_1 .comparison {
    display: flex;
}
#template #sec_1 .comparison input {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 13px;
    width: 100%;
}
#template #sec_1 .comparison button {
    background: #00D271;
    color: white;
    border: none;
    border-radius: 10px !important;
    width: 176px;
    margin-right: 20px !important;
}
#template #sec_1 .comparison button:hover{
    opacity: .8;
}
#template #sec_1 .col-md-6 span.title {
    font-weight: 600;
}
#template .list-label{
    margin: 5px 0;
}
#template .list-label > .label {
    background: #2ABB9C;
    color: white;
    min-width: 60px;
    text-align: center;
    height: 40px;
    border-radius: 5px;
    margin-left: 15px;
    position: relative;
    top: 7px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
#template .list-label.orange > .label {
    background: #FFF3E8;
    color: #334155;
}
#template .boxes-green > .header.boxes-green .box {
    background: #2ABB9C;
    color: white;
    text-align: center;
    padding: 12px 2px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
}

#template .boxes-green > .main.boxes-green .box {
    background: #FAFAFA;
    text-align: center;
    padding: 12px 2px;
    border-radius: 5px;
    font-size: 20px;
    font-width: 500;
}
#template .boxes-green > .main.boxes-green > .col-4 .box {
    background: rgba(42, 187, 156, 0.3);
    text-align: right;
    padding-right: 15px;
    font-weight: 600;
}
#template .boxes-gray > .header.boxes-gray .box {
    background: #F3F4F6;
    text-align: center;
    padding: 12px 2px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
}

#template .boxes-gray > .main.boxes-gray .box {
    background: #FAFAFA;
    text-align: center;
    padding: 12px 2px;
    border-radius: 5px;
    font-size: 20px;
    font-width: 500;
}
#template .boxes-gray > .main.boxes-gray > .col-4 .box {
    background: #F3F4F6;
    text-align: right;
    padding-right: 15px;
    font-weight: 600;
}
#template .title-with-sq{
    position: relative;
}
#template .title-with-sq::before {
    content: '';
    width: 12px !important;
    background: #2ABB9C;
    height: 12px !important;
    position: absolute;
    border-radius: 3px;
    top: 25px;
    right: 0;
}
#template #canvas_2{
    position: absolute;
}
#template #SymmetricalStorySituationYourMind {
    max-width: 600px;
    margin: 0 auto;
}
#template .highcharts-credits{
    display: none;
}

#template .accordion-box {
    background: #f7f7f7;
    border-radius: 10px;
    margin: 40px 0;
    padding: 30px;
}
#template .accordion-box  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}
#template .title-green {
    font-weight: 600;
    color: #2ABB9C;
}
#template .suggest-item .title {
    font-weight: 600;
    margin-left: 5px;
}
#template .tag-orange {
    background: #FFC997;
    font-weight: 500;
    padding: 10px 15px 7px;
    border-radius: 8px;
    margin-left: 10px;
}
#template .time-box sub {
    color: black;
}
#template .time-box > div {
    width: 33%;
    text-align: center;
    border-left: 1px solid #ccc;
}
#template .time-box > div:last-child{
    border-left: 0;
}


#template .card-title-icon{
    padding: 25px !important;
    margin: 30px 0;
}
#template .card-title-icon .div .card-green-light {
    text-align: center;
    font-weight: 600;
    color: #555;
}
#template .card-title-icon .title {
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}
#template .card-title-icon .title::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #2ABB9C;
    right: -20px;
    top: 7px;
}
#template .card-gray.card-title-icon .title::before {
    background: #2ABB9C;
}
#template .card-warning.card-title-icon .title::before {
    background: #FF5D2A;
}

#template .card-gray.card-title-icon  .warning {
    background: #FFF3E8;
    border-radius: 5px;
    margin-top: 15px;
    padding: 1px 7px;

}
#template .card-gray.card-title-icon  .warning p{
    font-size: 17px !important;
    margin: 0;
}

#template .card-gray.card-title-icon .title2 {
    font-weight: 600;
    position: relative;
    right: 50px;
}
#template .card-gray.card-title-icon .title2::before {
    content: attr(data-title);
    position: absolute;
    color: white;
    background: #2ABB9C;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 5px;
    top: -2px;
    right: -50px;
    min-width: 40px;
    text-align: center;
    font-family:arial;
}
#template .DSM5-box{
    margin-top: 40px;
}
#template .DSM5-box .head .icon {
    width: 100px;
    height: 100px;
    background: #2ABB9C;
    border-radius: 50px;
}
#template .DSM5-box .head .title {
    color: #2ABB9C;
    font-weight: 600 !important;
    font-size: 25px !important;
    padding-right: 10px;

}

#template ul {
    list-style: none;
    padding-right: 30px;
    padding-left: 0;
}
#template ul li{
    position: relative;
    margin-bottom:3px;
    text-align: justify;
}
#template ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #2ABB9C;
    right: -20px;
    top: 7px;
}
#template a {
    color: var(--bs-link-color);
    text-decoration: none;
}
#template .download-button-pdf h6 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin: 8px 0;
    line-height: 44px;
    text-decoration: none !important;
}
#template .en-font {
    font-family: arial !important;
    height: 36px;
}
#template .catalog-interpretation span {
    color: #ccc !important;
}
#template  .percent-label {
    font-size: 20px !important;
}

