.elementor-kit-2492{--e-global-color-primary:#14213D;--e-global-color-secondary:#D4AF37;--e-global-color-text:#333333;--e-global-color-accent:#D4AF37;--e-global-typography-primary-font-family:"iransans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"iransans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"iransans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"iransans";--e-global-typography-accent-font-weight:500;background-color:#F5F5F5;color:#22404D;font-family:"iransans";font-size:15px;font-weight:600;line-height:28px;}.elementor-kit-2492 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2492 a{color:#79CCC2;}.elementor-kit-2492 h2{color:#79CCC2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1510px;}.e-con{--container-max-width:1510px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#fullArticle em {
    font-style: normal;
    background-color: #b7e9ff;
    border-radius: 3px;
    padding: 0px 3px 0 3px;
    color: #000000;
    margin : 0px 2px 0 2px;
    
}

#fullArticle ol {
    list-style: none;
    counter-reset: li;
    padding-right: 0px;
    margin-right: 35px;
    
}
#fullArticle ol li {
    counter-increment: item;
    margin-bottom:5px;
}
#fullArticle ol li:before {
    margin-left: 10px;
    content: counter(item);
    background: #db3157;
    border-radius: 50%;
    color: white;
    width: 22px;
    height: 22px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: right;
    font-weight: 400;
    margin-top: 6px;
    margin-right: -35px;
}



#fullArticle img {
    border: solid 1px #e0e0e0;
    box-shadow: 0 0 20px 0 rgb(70 83 90 / 18%);
    margin-top: 10px;
    margin-bottom: 10px;
}

figure {

    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#fullArticle pre {
    direction: ltr;
    text-align: left;
    background: #f3fcfe;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.9em;
    border: solid;
    border-color: #cdd6d8;
    border-width: 1px;
    padding: 10px;
    margin-bottom: 20px;
}/* End custom CSS */