@charset "UTF-8";.container{padding:1em;}.boxesAds{display:grid;grid-template-columns:repeat(auto-fit,minmax(12em,1fr));gap:1em;margin-bottom:1em;}@media(max-width:595px){.boxesAds{grid-column:1/3;}}@media(max-width:992px){.boxesAds.boxes-two{grid-template-columns:repeat(auto-fit,minmax(25em,1fr));}}.loader{font-size:.8em;--mainColor:#58a0ff;--backColor:#e0e0e0;--thick:.78em;--duration:1.3s;height:5em;width:5em;border:var(--thick) solid var(--backColor);border-top:var(--thick) solid var(--mainColor);border-radius:50%;animation:spin var(--duration) infinite cubic-bezier(.65,.05,.36,1);margin:auto;margin-bottom:1em;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}footer{width:100%;display:grid;grid-template-columns:auto 40% auto;grid-template-areas:"logo logo logo" "links contact enamad" "links contact enamad" "text text text";color:var(--textColorStrong);background-color:#fff;padding:4em 5em 2em;margin-top:1em;gap:1em;}footer p,footer a{font-size:1.2em;}footer .h5{font-size:1.3em;margin-bottom:1em;font-weight:600;}footer .links-footer{display:grid;grid-area:links;grid-template-areas:"title title" "rightLinks leftLinks";grid-template-rows:4em;gap:0 2em;}footer .links-footer .h5{grid-area:title;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;}footer .links-footer>div:first-child{grid-area:rightLinks;}footer .links-footer>div:last-child{grid-area:leftLinks;}footer .contact-footer{grid-area:contact;}footer .contact-footer #mobile>span{display:flex;flex-wrap:wrap;}footer .contact-footer #mobile>span>span:nth-of-type(2){flex-basis:auto;}footer .contact-footer p{display:flex;align-items:start;margin-bottom:1em;}footer .contact-footer p::before{content:"";width:2em;height:2em;display:inline-block;margin-left:.5em;background-image:url("/Content/images/img/footerIcon1.png");background-repeat:no-repeat;background-size:657%;flex-shrink:0;}footer .contact-footer p:nth-of-type(1)::before{background-position:0 .1em;}footer .contact-footer p:nth-of-type(2)::before{background-position:-2.1em .1em;background-size:533%;}footer .contact-footer p:nth-of-type(3)::before{background-position:-5.7em 0;}footer .contact-footer p:nth-of-type(4)::before{background-position:-8.5em .1em;}footer .contact-footer p:nth-of-type(5)::before{background-position:-11.3em .1em;}footer .contact-footer .socialmedia-footer{display:flex;flex-wrap:wrap;}footer .contact-footer .socialmedia-footer a{display:inline-block;margin-left:.5em;margin-top:.5em;--wid:3em;width:var(--wid);height:var(--wid);background-image:url("/Content/images/img/HeaderAndFooterIcons.webp");background-repeat:no-repeat;background-size:514%;background-position:0 0;}footer .contact-footer .socialmedia-footer a:nth-of-type(1){background-position:-181px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(2){background-position:-134px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(3){background-position:-89px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(4){background-position:-43px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(5){background-position:2px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(6){background-size:cover;}footer .contact-footer .socialmedia-footer a:nth-of-type(7){background-size:contain;border-radius:.5rem;}footer .enamad-footer{grid-area:enamad;width:10em;justify-self:left;align-self:end;margin-top:1em;}footer .enamad-footer img{object-fit:contain;}footer>p{background-color:var(--white);color:var(--blue);font-weight:600;text-align:center;padding:.5em 1em;grid-area:text;border-radius:var(--borderRadius);margin-top:2em;}@media(max-width:992px){footer{grid-template-areas:"logo logo logo" "links links links" "contact contact contact" "enamad enamad enamad" "text text text";}}@media(max-width:992px) and (min-width:479px){footer .links-footer{grid-template-areas:"title title" "rightLinks rightLinks" "leftLinks leftLinks";grid-gap:0;}footer .links-footer>div{display:flex;flex-wrap:wrap;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;margin-left:1.5em;}footer .links-footer>div:first-child,footer .links-footer>div:last-child{grid-column:1/2;}}@media(max-width:480px){footer{padding:4em 2em 2em;grid-template-areas:"logo" "links" "contact" "enamad" "text ";grid-template-columns:100%;}footer .enamad-footer{grid-column:1/2;justify-self:right;}}@media(max-width:330px){footer .links-footer{display:block;}}.tableOfContents{width:100%;max-width:30em;margin:auto;margin-block:1.5em;border-radius:.5em;padding:1em;font-size:16px;box-shadow:0 0 15px #dfdfdf;user-select:none;}.tableOfContents>.title{display:flex;gap:1em;align-items:center;font-weight:600;color:#383838;font-size:1em;}.tableOfContents>.title>svg{color:#008be7;}.tableOfContents>.contents{display:flex;flex-direction:column;max-height:23em;overflow:auto;padding-left:1em;--sb-size:6px;--sb-track-color:#dfdfdf;--sb-thumb-color:#009adc;}.tableOfContents>.contents::-webkit-scrollbar{width:var(--sb-size);}.tableOfContents>.contents::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:7px;}.tableOfContents>.contents::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:7px;}.tableOfContents>.contents>li,.tableOfContents>.contents>span{display:flex;align-items:center;gap:.5em;font-size:1em;color:#64748b!important;text-decoration:none!important;padding-block:.4em;cursor:pointer;}.tableOfContents>.contents>li>span,.tableOfContents>.contents>li>a,.tableOfContents>.contents>span>span,.tableOfContents>.contents>span>a{background-image:linear-gradient(to right,#54b3d6,#54b3d6 50%,#000 50%);background-size:200% 100%;background-position:-100%;display:inline-block;position:relative;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .4s ease-in-out;}.tableOfContents>.contents>li>span::before,.tableOfContents>.contents>li>a::before,.tableOfContents>.contents>span>span::before,.tableOfContents>.contents>span>a::before{content:"";background:#54b3d6;display:block;position:absolute;bottom:-3px;left:0;width:0;height:3px;transition:all .6s ease-in-out;}.tableOfContents>.contents>li>span:hover,.tableOfContents>.contents>li>a:hover,.tableOfContents>.contents>span>span:hover,.tableOfContents>.contents>span>a:hover{background-position:0;}.tableOfContents>.contents>li>span:hover::before,.tableOfContents>.contents>li>a:hover::before,.tableOfContents>.contents>span>span:hover::before,.tableOfContents>.contents>span>a:hover::before{width:100%;}.tableOfContents>.contents>li:not(:last-child),.tableOfContents>.contents>span:not(:last-child){border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents>li::before,.tableOfContents>.contents>span::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li{color:#000;cursor:pointer;display:flex;gap:.5em;padding-right:.5em;}.tableOfContents>.contents .collapsibleContent li:last-child{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent li:hover{color:#54b3d6;transition:all .4s;}.tableOfContents>.contents .collapsibleContent li>a:hover{text-decoration:none;color:inherit;}.tableOfContents>.contents .collapsible::before{content:"+"!important;content:"+"!important;color:#007bff!important;font-weight:600;font-size:1.3em;}.tableOfContents>.contents .collapsible+.collapsibleContent{max-height:0;overflow:hidden;}.tableOfContents>.contents .collapsible+.collapsibleContent.active{max-height:var(--maxHeight);}.tableOfContents>.contents .collapsible.active{border:0;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents .collapsible.active::before{content:"-"!important;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{overflow:visible;}.tableOfContents.right{margin-inline:unset;margin-right:7.5%;}.tableOfContents.forAside{position:sticky;top:20px;background-color:#fff;}.tableOfContents.forAside.forCourses{top:80px;}@media(max-width:1200px){.tableOfContents.forAside{position:fixed;left:0;top:100%!important;width:100%;z-index:15;max-width:unset;transition:transform .3s;}.tableOfContents.forAside.active{transform:translateY(calc(-100% - 81px));}.tableOfContents.forAside .contents{max-height:unset;height:21em;}}@media(max-width:992px){.tableOfContents{width:100%;font-size:14px;}.tableOfContents.right{margin-right:0;margin-inline:auto;}}#tableOfContentsOverLay{display:none;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#000;opacity:.3;z-index:14;}#courses-table-of-content-btn{position:fixed;--wid:40px;width:var(--wid);height:var(--wid);left:15px;bottom:20px;background-color:var(--colorTheme);border-radius:50%;z-index:14;color:#fff;box-shadow:0 0 8px rgba(0,0,0,.0705882353);display:flex;align-items:center;font-size:16px;justify-content:center;}.themeTitle,.themeSubtitle{color:#383838;--borderlength:1.5rem;font-weight:600;border-bottom:.19rem solid transparent;border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_compliment) calc(100% - var(--borderlength)) 100%);border-image-slice:1;padding-bottom:.8rem;text-align:right;margin-bottom:1rem;}.themeTitle span,.themeSubtitle span{color:var(--h_compliment);}.themeTitle.center,.themeSubtitle.center{text-align:center;}.themeTitle.orange,.themeSubtitle.orange{border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_orange) calc(100% - var(--borderlength)) 100%);border-image-slice:1;}.themeTitle.orange span,.themeSubtitle.orange span{color:var(--h_orange);}.themeTitle.noLine,.themeSubtitle.noLine{border:0!important;}.themeTitle.noLine::after,.themeSubtitle.noLine::after{display:none!important;}.themeTitle.center,.themeSubtitle.center{text-align:center;border:0;position:relative;margin-bottom:2em!important;}.themeTitle.center::after,.themeSubtitle.center::after{content:"";display:block;height:1em;width:.1em;background-color:var(--h_compliment);position:absolute;top:calc(100% + .2em);left:0;right:0;margin:auto;}.themeTitle.center.noLine,.themeSubtitle.center.noLine{margin-bottom:1rem;}.instaSide{background-color:#fff;border-radius:9px;padding:1em;font-size:16px;}.instaSide h2{text-align:center;padding-bottom:.9em;color:#be1622;font-size:1.3em;}.instaSide a{border:.25em solid #be1622;background-color:#fff;border-radius:12px;width:17em;display:block;margin:auto;padding:.7em;height:37.7em;overflow:hidden;}.instaSide a>*{padding-bottom:.6em;}.instaSide a .header{display:flex;justify-content:flex-end;align-items:center;gap:.5em;}.instaSide a .header span{font-size:1em;font-weight:700;}.instaSide a .header img{width:2.5em;border-radius:50%;border:.2em solid #be1622;padding:.1em;}.instaSide a>img{width:100%;display:block;}.instaSide a .options{display:flex;justify-content:flex-end;gap:.8em;}.instaSide a .options>*{font-size:1em;padding-top:.2em;}.instaSide a>p{font-size:1em;font-weight:400;line-height:1.5em;text-align:justify;}.courseGrid .instaSide{background:none;margin:0;padding:0;font-size:12.5px;}.courseGrid .instaSide h2{font-size:1.6em;}.courseGrid .instaSide a{border:.3em solid #be1622;}.courseGrid .instaSide a .header img{width:3.3em;}.courseGrid .instaSide a .header span{font-size:1.3em;}.courseGrid .instaSide a .options>*{font-size:1.3em;}.courseGrid .instaSide a>p{font-size:.85em;}.courseGrid .sidebarContent{margin:0;}.courseGrid .sidebarContent .inputFlex::before{width:115%;}.courseGrid .sidebarContent .inputContent{font-size:12px;}.sidebarContent{padding:1em;background-color:#fff;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,.1098039216);}.sidebarContent .inputFlex{display:flex;flex-direction:column;gap:5px;position:sticky;width:100%;top:5.5em;}.sidebarContent .inputFlex>label{background-color:#fff;padding:.4em;width:100%;text-align:center;font-size:1.2em;border-radius:.5em;cursor:pointer;transition:top .3s,bottom .3s,background-color .1s;font-weight:500;color:var(--textColorStrong);border:1px solid var(--mainBlue);}.sidebarContent .inputFlex>label.active{background-color:var(--mainBlue);color:#fff;top:46px;bottom:0;z-index:2;}.sidebarContent .inputContent{display:none;font-size:15px;}.sidebarContent .inputContent a{cursor:pointer;}.sidebarContent .inputContent .title{color:#2170b7;text-align:center;font-size:1.1em;padding:.9em 0;line-height:1.4em;}.sidebarContent .inputContent ol li{margin-bottom:.4em;list-style:decimal outside;margin-right:1em;}.sidebarContent .inputContent ol li .fa-arrow-alt-circle-down{color:#2170b7;}.sidebarContent .inputContent ol li .item{line-height:1.5em;margin-left:.5em;}.sidebarContent .inputContent.i2 li{list-style-type:disc;list-style-position:inside;line-height:1em;margin-bottom:1em;}.sidebarContent .inputContent.i2 li .course{font-size:1.1em;line-height:1.6em;margin-bottom:1.2em;}.sidebarContent .inputContent.i2 li:first-child{margin-top:1em;}.sidebarContent .inputContent.active{display:block;}section#comments{--radiusBig:1em;--radiusSmall:.7em;--shadow:0px 0px 20px rgb(0 0 0/8%);--borderColor:#e0e0e0;--borderColorLight:#ebebeb;--textColorLight:#6f6f6f;--textColorSolid:black;color:var(--textColorLight);font-size:16px;max-width:1200px;width:96%;margin:auto;margin-top:4em;grid-column:1/3;padding-inline:16px;}section#comments button{background-color:var(--color);border-radius:.7em;color:#fff;padding:.8em;--color:#4e7c9d;}section#comments .mainTitle{--color:#c39c1b;text-align:center;margin-bottom:.9em;font-size:1.6em;color:#383838;font-weight:700;display:block;}section#comments .mainTitle span{color:var(--color);}section#comments .mainTitle::after{content:"";display:block;height:1em;width:.1em;background-color:var(--color);margin:.3em auto;}section#comments .validationMsg{overflow:hidden;max-height:0;color:#f00;font-size:.9rem;display:block;transition:.2s;}section#comments .validationMsg.show{max-height:3em;}section#comments .commentReplyForm,section#comments>div{background-color:#fff;border-radius:var(--radiusBig);padding:2em;margin-bottom:2em;box-shadow:var(--shadow);}.commentReplyForm{--color:#4e7c9d;--borderColor:#e0e0e0;--radiusSmall:.7em;font-size:.7em;}.commentReplyForm>*:not(:last-child){margin-bottom:.7em;}.commentReplyForm p{font-size:1.4em;font-weight:600;color:var(--textColorSolid);}.commentReplyForm label{display:block;font-size:1.4em;text-indent:.6em;color:#808080;}.commentReplyForm label>div{display:flex;flex-wrap:wrap;}.commentReplyForm label>div>.validationMsg{order:3;width:100%;flex-shrink:0;}.commentReplyForm textarea,.commentReplyForm input{display:block;border:.1em solid var(--borderColor);resize:none;overflow:hidden;border-radius:var(--radiusSmall);font-family:inherit;color:inherit;padding:1em 1em;font-size:1.5em;}.commentReplyForm textarea{width:100%;min-height:10em;font-size:1.5em;color:#808080;}.commentReplyForm textarea.error{border-color:#f00;}.commentReplyForm input{max-width:unset;width:25%;padding:.2em 1em;font-size:1.078em;}.commentReplyForm button{display:block;margin-right:auto;font-size:1.1em;background-color:var(--color);border-radius:.7em;color:#fff;padding:.8em;--color:#4e7c9d;}.commentReplyForm .submit-and-captcha{display:flex;align-items:center;}.commentReplyForm .submit-and-captcha .Captcha-part{display:flex;align-items:center;gap:1em;}.commentReplyForm .submit-and-captcha .Captcha-part br{display:none;}.commentReplyForm .submit-and-captcha .Captcha-part #Captcha{display:flex;gap:1em;flex-direction:row-reverse;justify-content:flex-end;}.commentReplyForm .submit-and-captcha .Captcha-part #Captcha img{height:40px;width:auto;}section#comments .content,section#comments .reply{padding:1em 1.6em;}section#comments .content p,section#comments .reply p{padding-top:.5em;}section#comments .content>div,section#comments .reply>div{padding-bottom:.3em;border-bottom:.1em solid var(--borderColorLight);}section#comments .content>div>img,section#comments .reply>div>img{--wid:2.7em;object-fit:scale-down;width:var(--wid);height:var(--wid);border-radius:50%;background-color:#ececec;}section#comments .content>div>span,section#comments .reply>div>span{display:block;}section#comments .content>div>span:first-of-type,section#comments .reply>div>span:first-of-type{font-weight:600;}section#comments .content>div:not(.reply),section#comments .reply>div:not(.reply){display:flex;align-items:center;padding-bottom:1em;gap:1em;}section#comments .content>div:not(.reply)>button,section#comments .reply>div:not(.reply)>button{margin-right:auto;}section#comments .content>span,section#comments .reply>span{color:var(--textColorSolid);font-weight:700;font-size:1.3em;line-height:2em;padding-top:.3em;display:inline-block;}section#comments .content>a,section#comments .reply>a{background-color:#fff;display:block;border-radius:.6em;font-size:.8em;padding:.4em 1em;margin-bottom:1em;}section#comments .content button,section#comments .reply button{display:flex;gap:.7em;}section#comments .content button::before,section#comments .reply button::before{content:"";display:inline-block;--wid:1.4em;width:var(--wid);height:var(--wid);background-image:url("/Content/images/img/Chat.png");background-size:contain;}section#comments .content>button,section#comments .reply>button{display:none;}section#comments .content.reply,section#comments .reply.reply{font-size:1em;margin-top:1em;background-color:#f2f2f2;border-radius:var(--radiusBig);padding:1em 1.5em .3em;--borderColorLight:white;}section#comments .content.reply button,section#comments .reply.reply button{background-color:transparent;color:var(--color);font-weight:700;gap:.2em;margin-top:0;}section#comments .content.reply button::before,section#comments .reply.reply button::before{background-image:url("/Content/images/img/Reply.png");--wid:1.3em;}section#comments .content.reply.admin,section#comments .reply.reply.admin{background-color:#dce5ea;}section#comments .font-bold a{text-decoration:underline;}@media(max-width:698px){section#comments .commentReplyForm>button[type=submit]{display:block;font-size:1.4em;}section#comments .commentReplyForm input{width:100%;padding:.6em 1em;}section#comments .commentReplyForm .submit-and-captcha{flex-direction:column;align-items:flex-start;gap:1em;}section#comments .commentReplyForm .submit-and-captcha .Captcha-part{flex-direction:column;align-items:flex-start;}}@media(max-width:480px){section#comments .content{font-size:.9em;}section#comments .content>div:not(.reply)>button{display:none;}section#comments .content>button{display:flex;margin-top:1em;}}.intraction{text-align:center;}.intraction ul{text-align:center;list-style:none;display:flex;flex-wrap:wrap;padding:1em;position:relative;justify-content:space-between;}.intraction ul li{color:rgba(0,0,0,.5098039216);display:block;font-size:.9em;}.intraction ul li.share-article{position:relative;}.intraction ul li.share-article i{cursor:pointer;position:relative;}.intraction ul li.share-article .copied::after{content:"کپی شد";position:absolute;left:151%;top:-23%;background-color:#696969;color:#fff;z-index:3;width:4em;border-radius:7px;padding:.5em .3em;font-family:yekanBakh;font-size:.7em;}.intraction ul li.share-article .showShare{top:-50%;transform:translateY(45%);left:100%;position:absolute;background-color:#fff;box-shadow:1px 1px 12px 1px rgba(0,0,0,.2);border-radius:5px;padding:.3em .5em;display:none;margin-left:1em;justify-content:space-between;align-items:center;}.intraction ul li.share-article .showShare>div{display:flex;}.intraction ul li.share-article .showShare>div a{margin-left:1em;}.intraction ul li.share-article .showShare a{display:flex;align-items:center;padding:.2em;}.intraction ul li.share-article .showShare a.copyUrl i{margin-right:.3em;}.intraction ul li.share-article .showShare.active{display:flex;}.intraction ul li a,.intraction ul li .item{font-size:1em;cursor:pointer;line-height:.5em;color:var(--textColorStrong);display:flex;align-items:center;flex-direction:row-reverse;gap:.5em;height:41px;flex-wrap:wrap;justify-content:center;}.intraction ul li a.active,.intraction ul li .item.active{color:#0072bb;}.intraction ul li a.active i,.intraction ul li .item.active i{font-weight:600;}.intraction ul li a sub,.intraction ul li .item sub{display:block;}.intraction ul li a i,.intraction ul li .item i{font-size:1.4em;}.intraction ul li a .label,.intraction ul li .item .label{width:100%;flex-shrink:0;line-height:1.5;}.intraction ul li.progress-bar{position:absolute;margin:auto;height:4px;background-color:rgba(0,0,0,.16);width:100%;margin-top:6px;top:100%;left:0;border-radius:99px;}.intraction ul li.progress-bar .bar{position:absolute;top:0;left:0;height:0;height:100%;border-radius:99px;display:inline;}.intraction ul li.progress-bar .bar,.intraction ul li.progress-bar .bar:after{background-color:#0072bb;}.intraction ul li#activeTableOfContent{display:none;}.intraction button{background-color:transparent;height:20px;}ul.social-weblog-horizontal li:first-child a:hover,ul.social-weblog-horizontal li:first-child a.active{color:var(--redColor);}ul.social-weblog-horizontal li a{cursor:pointer;}ul.social-weblog-horizontal li a.active i{font-weight:600;}@media(max-width:1200px){.intraction{position:fixed!important;bottom:0;background-color:#fff;left:0;right:0;top:auto;border-top:1px solid rgba(0,0,0,.231372549);box-shadow:2px 2px 20px 0 rgba(0,0,0,.231372549);z-index:16;}.intraction ul{display:flex;border:0;align-items:center;justify-content:space-around;padding:1em .8em .5em;}.intraction ul li{color:rgba(0,0,0,.5294117647);}.intraction ul li.progress-bar{top:0;bottom:unset;margin-top:0;position:fixed;height:5px;background-color:transparent;}.intraction ul li:not(:last-child){margin-bottom:0;}.intraction ul li a,.intraction ul li .item{direction:ltr;}.intraction ul li a sub,.intraction ul li .item sub{display:inline-block;}.intraction ul li a i,.intraction ul li .item i{font-weight:600;}.intraction ul li#activeTableOfContent{display:block;}#getUp{bottom:145px!important;right:28px!important;}#whatsapp-btn{bottom:126px;}}.ArticleBox .box{padding-inline:0!important;}.ArticleBox img:not(.exception):not(.normal){max-width:50%;object-fit:contain;aspect-ratio:16/9;}.mian-col-item{display:grid;grid-template-columns:300px minmax(15em,119em);grid-gap:0 20px;grid-auto-flow:dense;grid-gap:0 10px;}.mian-col-item.hasDetials{grid-template-areas:"sideBar content sideInfo";grid-template-columns:268px minmax(15em,119em) 26em;}.mian-col-item.hasDetials .sideInfoBar{grid-area:sideInfo;order:1;margin-bottom:1em;max-width:unset;}.mian-col-item.hasDetials .content{grid-area:content;}.mian-col-item.hasDetials .sideBar{grid-area:sideBar;}.mian-col-item.hasDetials .sideInfoBarSticky{position:sticky;top:5.5em;z-index:2;}.course-Details-dec{width:100%;max-width:400px;margin:0 auto;font-size:1.2em;}.article-info{background-color:#fff;border-radius:.5em;overflow:hidden;font-size:14px;line-height:1.5em;color:var(--textColorStrong);max-width:400px;margin-inline:auto;margin-bottom:1em;}.article-info .article-info-title{background-color:var(--mainBlue);color:#fff;font-size:1.25em;line-height:1.5;text-align:center;padding:.4em .5em;}.article-info ul .course-Details-dec-row{display:flex;justify-content:space-between;border-bottom:1px solid #d6ecff;padding:.4em 1em;}.article-info ul .course-Details-dec-row:last-child{border:0;}.article-info ul .course-Details-dec-row .titr-row{font-weight:700;display:flex;align-items:center;gap:.3em;}.add-rate{padding:15px 4%;}.add-rate .Comment-card{background:rgba(29,113,185,.1607843137);box-shadow:0 0 7px rgba(0,0,0,.1098039216);border:0;height:auto;font-size:1.1em;padding:1em;color:#383838;}.add-rate .Comment-card .statistics{padding-bottom:.5em;}.add-rate .Comment-card .statistics span{padding:.1em .6em;background-color:#fafafa;border-radius:.3em;}.add-rate .flex-edu-download{display:flex;align-items:center;border-bottom:1px solid rgba(29,113,185,.2);margin-bottom:1em;gap:1em;}.add-rate .div-edu-download{margin-bottom:.5em;}.add-rate .div-edu-download .dl-btn,.add-rate .div-edu-download .edu-btn{background-color:#679935;width:fit-content;color:#fff;display:block;padding:.2em .5em;display:flex;gap:.6em;align-items:center;border-radius:.5em;}.add-rate .div-edu-download .edu-btn{background-color:var(--mainBlue);}.add-rate .div-edu-download i{font-size:20px;}.add-rate .div-edu-download .red{color:#bb0808;}.add-rate .btn-save-like{color:#cf1716;background-color:transparent;cursor:pointer;}.add-rate .btn-save-like:hover{color:#03a9f4;}.add-rate .commnet-card-footer.grid{display:flex;justify-content:flex-end;gap:1em;border:0;align-items:center;}.add-rate .stars-more{text-align:center;}.add-rate .stars-more .star-rating .rating{display:flex;flex-direction:row-reverse;justify-content:center;}.add-rate .stars-more .star-rating .rating #rating{padding:.5em;background-color:#f9f9f9;border-radius:.5em;}.green{color:#05890f;}@media(max-width:1200px){.mian-col-item.reverse-768{display:flex;flex-direction:column-reverse;}.mian-col-item.reverse-768.forFilms .sideInfoBar,.mian-col-item.reverse-768.bookPart .sideInfoBar{order:2;}.mian-col-item.reverse-768.forFilms .sideBar,.mian-col-item.reverse-768.bookPart .sideBar{order:1;}.mian-col-item.reverse-768.forFilms .content,.mian-col-item.reverse-768.bookPart .content{order:3;}}
@charset "UTF-8";.tableOfContents{width:100%;max-width:30em;margin:auto;margin-block:1.5em;border-radius:.5em;padding:1em;font-size:16px;box-shadow:0 0 15px #dfdfdf;user-select:none;}.tableOfContents>.title{display:flex;gap:1em;align-items:center;font-weight:600;color:#383838;font-size:1em;}.tableOfContents>.title>svg{color:#008be7;}.tableOfContents>.contents{display:flex;flex-direction:column;max-height:23em;overflow:auto;padding-left:1em;--sb-size:6px;--sb-track-color:#dfdfdf;--sb-thumb-color:#009adc;}.tableOfContents>.contents::-webkit-scrollbar{width:var(--sb-size);}.tableOfContents>.contents::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:7px;}.tableOfContents>.contents::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:7px;}.tableOfContents>.contents>li,.tableOfContents>.contents>span{display:flex;align-items:center;gap:.5em;font-size:1em;color:#64748b!important;text-decoration:none!important;padding-block:.4em;cursor:pointer;}.tableOfContents>.contents>li>span,.tableOfContents>.contents>li>a,.tableOfContents>.contents>span>span,.tableOfContents>.contents>span>a{background-image:linear-gradient(to right,#54b3d6,#54b3d6 50%,#000 50%);background-size:200% 100%;background-position:-100%;display:inline-block;position:relative;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .4s ease-in-out;}.tableOfContents>.contents>li>span::before,.tableOfContents>.contents>li>a::before,.tableOfContents>.contents>span>span::before,.tableOfContents>.contents>span>a::before{content:"";background:#54b3d6;display:block;position:absolute;bottom:-3px;left:0;width:0;height:3px;transition:all .6s ease-in-out;}.tableOfContents>.contents>li>span:hover,.tableOfContents>.contents>li>a:hover,.tableOfContents>.contents>span>span:hover,.tableOfContents>.contents>span>a:hover{background-position:0;}.tableOfContents>.contents>li>span:hover::before,.tableOfContents>.contents>li>a:hover::before,.tableOfContents>.contents>span>span:hover::before,.tableOfContents>.contents>span>a:hover::before{width:100%;}.tableOfContents>.contents>li:not(:last-child),.tableOfContents>.contents>span:not(:last-child){border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents>li::before,.tableOfContents>.contents>span::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li{color:#000;cursor:pointer;display:flex;gap:.5em;padding-right:.5em;}.tableOfContents>.contents .collapsibleContent li:last-child{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent li:hover{color:#54b3d6;transition:all .4s;}.tableOfContents>.contents .collapsibleContent li>a:hover{text-decoration:none;color:inherit;}.tableOfContents>.contents .collapsible::before{content:"+"!important;content:"+"!important;color:#007bff!important;font-weight:600;font-size:1.3em;}.tableOfContents>.contents .collapsible+.collapsibleContent{max-height:0;overflow:hidden;}.tableOfContents>.contents .collapsible+.collapsibleContent.active{max-height:var(--maxHeight);}.tableOfContents>.contents .collapsible.active{border:0;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents .collapsible.active::before{content:"-"!important;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{overflow:visible;}.tableOfContents.right{margin-inline:unset;margin-right:7.5%;}.tableOfContents.forAside{position:sticky;top:20px;background-color:#fff;}.tableOfContents.forAside.forCourses{top:80px;}@media(max-width:1200px){.tableOfContents.forAside{position:fixed;left:0;top:100%!important;width:100%;z-index:15;max-width:unset;transition:transform .3s;}.tableOfContents.forAside.active{transform:translateY(calc(-100% - 81px));}.tableOfContents.forAside .contents{max-height:unset;height:21em;}}@media(max-width:992px){.tableOfContents{width:100%;font-size:14px;}.tableOfContents.right{margin-right:0;margin-inline:auto;}}#tableOfContentsOverLay{display:none;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#000;opacity:.3;z-index:14;}#courses-table-of-content-btn{position:fixed;--wid:40px;width:var(--wid);height:var(--wid);left:15px;bottom:20px;background-color:var(--colorTheme);border-radius:50%;z-index:14;color:#fff;box-shadow:0 0 8px rgba(0,0,0,.0705882353);display:flex;align-items:center;font-size:16px;justify-content:center;}.themeTitle,.themeSubtitle{color:#383838;--borderlength:1.5rem;font-weight:600;border-bottom:.19rem solid transparent;border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_compliment) calc(100% - var(--borderlength)) 100%);border-image-slice:1;padding-bottom:.8rem;text-align:right;margin-bottom:1rem;}.themeTitle span,.themeSubtitle span{color:var(--h_compliment);}.themeTitle.center,.themeSubtitle.center{text-align:center;}.themeTitle.orange,.themeSubtitle.orange{border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_orange) calc(100% - var(--borderlength)) 100%);border-image-slice:1;}.themeTitle.orange span,.themeSubtitle.orange span{color:var(--h_orange);}.themeTitle.noLine,.themeSubtitle.noLine{border:0!important;}.themeTitle.noLine::after,.themeSubtitle.noLine::after{display:none!important;}.themeTitle.center,.themeSubtitle.center{text-align:center;border:0;position:relative;margin-bottom:2em!important;}.themeTitle.center::after,.themeSubtitle.center::after{content:"";display:block;height:1em;width:.1em;background-color:var(--h_compliment);position:absolute;top:calc(100% + .2em);left:0;right:0;margin:auto;}.themeTitle.center.noLine,.themeSubtitle.center.noLine{margin-bottom:1rem;}.td-content{--background:white;--p:#383838;--h2:#e30613;--h3:#1d71b8;--background:white;--a:#fc6542;--p:#383838;--h:#383838;--h_compliment:#1d71b9;--h_orange:#c39c19;}.td-content.pd{padding:1em 3em;}.td-content *{font-family:inherit!important;}.td-content .orange{color:#ffa500!important;}.td-content .red{color:#f00!important;}.td-content .green{color:#008000!important;}.td-content .blue{color:#00f!important;}.td-content .yellow{color:#ff0!important;}.td-content .link-color1{color:#f25f75!important;}.td-content .mark{background-color:#fcd430;}.td-content .blue-mamad{color:#4584b6!important;--h_compliment:#4584b6;--colorTheme:#4584b6;--colorAlt:#4584b6;}.td-content .orange span{color:var(--h_orange)!important;}.td-content .italic{font-style:italic!important;}.td-content .underline{text-decoration:underline;}.td-content a{color:var(--h);}.td-content a:hover{text-decoration:underline;}.td-content a:not([href^="#"]):not(.normal){text-decoration:underline;color:var(--a);text-underline-offset:6px;}.td-content .h2:not(.exception),.td-content h2:not(.exception),.td-content .h3:not(.exception),.td-content h3:not(.exception),.td-content .h4:not(.exception),.td-content h4:not(.exception){color:#383838;--borderlength:1.5rem;font-weight:600;border-bottom:.19rem solid transparent;border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_compliment) calc(100% - var(--borderlength)) 100%);border-image-slice:1;padding-bottom:.8rem;text-align:right;margin-bottom:1rem;}.td-content .h2:not(.exception) span,.td-content h2:not(.exception) span,.td-content .h3:not(.exception) span,.td-content h3:not(.exception) span,.td-content .h4:not(.exception) span,.td-content h4:not(.exception) span{color:var(--h_compliment);}.td-content .h2:not(.exception).center,.td-content h2:not(.exception).center,.td-content .h3:not(.exception).center,.td-content h3:not(.exception).center,.td-content .h4:not(.exception).center,.td-content h4:not(.exception).center{text-align:center;}.td-content .h2:not(.exception).orange,.td-content h2:not(.exception).orange,.td-content .h3:not(.exception).orange,.td-content h3:not(.exception).orange,.td-content .h4:not(.exception).orange,.td-content h4:not(.exception).orange{border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_orange) calc(100% - var(--borderlength)) 100%);border-image-slice:1;}.td-content .h2:not(.exception).orange span,.td-content h2:not(.exception).orange span,.td-content .h3:not(.exception).orange span,.td-content h3:not(.exception).orange span,.td-content .h4:not(.exception).orange span,.td-content h4:not(.exception).orange span{color:var(--h_orange);}.td-content .h2:not(.exception).noLine,.td-content h2:not(.exception).noLine,.td-content .h3:not(.exception).noLine,.td-content h3:not(.exception).noLine,.td-content .h4:not(.exception).noLine,.td-content h4:not(.exception).noLine{border:0!important;}.td-content .h2:not(.exception).noLine::after,.td-content h2:not(.exception).noLine::after,.td-content .h3:not(.exception).noLine::after,.td-content h3:not(.exception).noLine::after,.td-content .h4:not(.exception).noLine::after,.td-content h4:not(.exception).noLine::after{display:none!important;}.td-content .h2:not(.exception).center,.td-content h2:not(.exception).center,.td-content .h3:not(.exception).center,.td-content h3:not(.exception).center,.td-content .h4:not(.exception).center,.td-content h4:not(.exception).center{text-align:center;border:0;position:relative;margin-bottom:2em!important;}.td-content .h2:not(.exception).center::after,.td-content h2:not(.exception).center::after,.td-content .h3:not(.exception).center::after,.td-content h3:not(.exception).center::after,.td-content .h4:not(.exception).center::after,.td-content h4:not(.exception).center::after{content:"";display:block;height:1em;width:.1em;background-color:var(--h_compliment);position:absolute;top:calc(100% + .2em);left:0;right:0;margin:auto;}.td-content .h2:not(.exception).center.noLine,.td-content h2:not(.exception).center.noLine,.td-content .h3:not(.exception).center.noLine,.td-content h3:not(.exception).center.noLine,.td-content .h4:not(.exception).center.noLine,.td-content h4:not(.exception).center.noLine{margin-bottom:1rem;}.td-content .h2:not(.exception),.td-content h2:not(.exception){font-size:24px;}.td-content .h3:not(.exception),.td-content h3:not(.exception){font-size:20px;padding-bottom:.5rem;}.td-content .h4:not(.exception),.td-content h4:not(.exception){font-size:16px;}.td-content .heighlight{color:var(--colorHeighlight)!important;font-weight:500;}.td-content .heighlight2{color:var(--colorAlt);font-weight:500;}.td-content .body:not(.exception),.td-content p:not(.exception),.td-content ol:not(.exception),.td-content ul:not(.exception){line-height:1.9rem;color:var(--p);font-size:1rem;text-align:unset;}.td-content pre.exception{line-height:1.9rem;color:var(--p);font-size:1rem;text-align:justify;}.td-content b,.td-content .bold{font-weight:600!important;}.td-content strong{font-weight:inherit;}.td-content ul:not(.exception)>li,.td-content ol:not(.exception)>li{list-style-type:none;}.td-content ul:not(.exception)>a,.td-content ol:not(.exception)>a{display:list-item;}.td-content ul:not(.exception).disk>li,.td-content ul:not(.exception).disk>a,.td-content ol:not(.exception).disk>li,.td-content ol:not(.exception).disk>a{display:list-item;margin-right:.9rem;list-style-type:disc;}.td-content ul:not(.exception).circle>li,.td-content ol:not(.exception).circle>li{list-style-type:circle;}.td-content ul:not(.exception) ul,.td-content ul:not(.exception) ol,.td-content ol:not(.exception) ul,.td-content ol:not(.exception) ol{margin-right:1em;}.td-content ol>li{list-style-type:decimal!important;margin-right:1.7rem;}.td-content li:last-child{margin-bottom:2em;}.td-content img:not(.exception):not(.normal){max-width:60%;max-height:25rem;margin:2rem auto;display:block;width:auto;transition:.2s;margin-bottom:4rem;border-radius:12px;}.td-content img:not(.exception):not(.normal)+span{margin-top:-3rem;}.td-content img:not(.exception):not(.normal).fullscreen{max-width:unset;width:100%;max-height:unset;}.td-content img:not(.exception):not(.normal):not(.unclickable){cursor:pointer;}.td-content img:not(.exception):not(.normal):not(.unclickable):hover,.td-content img:not(.exception):not(.normal):not(.unclickable) .active{box-shadow:2px 2px 11px rgba(0,0,0,.44);}.td-content img+span{display:block;text-align:center;padding:0;font-weight:bold;font-size:1rem;margin-bottom:0;}.td-content .float-img{float:left;margin-right:2em;}.td-content .float-img>img{max-width:25em!important;object-fit:contain;}.td-content video:not(.exception){width:100%;height:auto;max-width:57rem;display:block;margin:2rem auto;box-shadow:2px 2px 7px rbga(0,0,0,.231372549);border-radius:.5rem;}.td-content blockquote{font-size:1rem;background:rgba(0,0,0,.03);border-radius:.3em;border-right:.4em solid var(--h3);font-weight:700;padding:3em;position:relative;max-width:50em;margin:auto;line-height:2em;text-align:justify;}.td-content blockquote::before{content:",,";position:absolute;top:.2em;font-size:2.2em;right:.8em;}@media(max-width:480px){.td-content blockquote{font-size:.85rem;}}.td-content ins{text-decoration:none;font-size:1.15rem;font-weight:600;background:#f9f9f9;display:block;border-right:.3em solid;padding:1.3em;border-image:linear-gradient(#f9f9f9 25%,var(--h3) 25%,var(--h3) 75%,#f9f9f9 75%);border-image-slice:1;border-radius:.7em;margin-block:2rem;}.td-content hr{width:80%;height:1px;background-color:#d3d3d3;margin:5em auto;display:flex;justify-content:center;align-items:center;overflow:visible;}.td-content hr::before{content:",,";background:#fff;font-size:4em;padding:0 .9em;position:relative;bottom:.2em;}.td-content mark{color:var(--h);font-size:1rem;font-weight:bold;background:none;max-width:50%;text-align:justify;}.td-content mark.left{padding-right:.5em;margin-right:.5em;float:left;border-right:.25em solid #000;}.td-content mark.right{padding-left:.5em;margin-left:.5em;float:right;border-left:.25em solid #000;}.td-content .myTable{display:block;margin:auto;border:1px solid #ececec;border-radius:.4rem;overflow:hidden;margin-bottom:3rem;width:fit-content;overflow-x:auto;max-width:100%;font-size:.95rem;clear:both;}.td-content .myTable .tr{display:table-row;}.td-content .myTable .tr.head{background-color:#348edc;color:#fff;font-weight:bold;}.td-content .myTable .tr .td{display:table-cell;padding:.7rem 1rem;text-align:center;border:1px solid #ddd;}.td-content .myTable .tr .td.justify{text-align:justify;}.td-content .myTable .tr:nth-child(2n){background:#f9f9f9;}.td-content .myTable.not-center .tr:not(.head) .td{text-align:justify;}.td-content .myTable.vertical{display:flex;flex-direction:row;width:max-content;}.td-content .myTable.vertical .td{display:flex;flex-direction:column;}.td-content .collage{display:grid;grid-template-columns:repeat(2,auto);justify-content:center;gap:3em;margin-bottom:5em;}.td-content .collage img{width:100%!important;aspect-ratio:16/9;object-fit:contain;max-width:unset!important;max-height:unset!important;margin:0!important;}.td-content .collage img::before{content:attr(data-title);}.td-content .collage img+span{margin-top:1em!important;}.td-content .collage.one{grid-template-columns:1fr;gap:0;}.td-content .collage.one img{object-fit:contain;}.td-content .collage.one-two{grid-template-columns:50% 50%;}.td-content .collage.one-two.reverse{grid-template-columns:40% 59%;}.td-content .collage.three{grid-template-columns:repeat(3,auto);}.td-content .collage.four{grid-template-columns:repeat(4,auto);}.td-content .collage.five{grid-template-columns:repeat(5,auto);}@media(max-width:992px){.td-content .collage{grid-template-columns:1fr;}}@media(max-width:698px){.td-content .collage.one-sm{grid-template-columns:1fr;}.td-content .collage.two-sm{grid-template-columns:repeat(2,auto);}.td-content .collage.three-sm{grid-template-columns:repeat(3,auto);}.td-content .collage.four-sm{grid-template-columns:repeat(4,auto);}.td-content .collage.five-sm{grid-template-columns:repeat(5,auto);}}.td-content .TipBox,.td-content .tipBox{border:2px solid #ecae00;background-color:#fff2cf;border-radius:5px;margin:3rem 0;margin-top:5rem;position:relative;font-size:1.3rem;padding:1rem 1.2rem;padding-top:2.5rem;}.td-content .TipBox h1,.td-content .TipBox h2,.td-content .TipBox h3,.td-content .TipBox h4,.td-content .tipBox h1,.td-content .tipBox h2,.td-content .tipBox h3,.td-content .tipBox h4{border:0;text-align:center;}.td-content .TipBox h1::after,.td-content .TipBox h2::after,.td-content .TipBox h3::after,.td-content .TipBox h4::after,.td-content .tipBox h1::after,.td-content .tipBox h2::after,.td-content .tipBox h3::after,.td-content .tipBox h4::after{display:none;}.td-content .TipBox::before,.td-content .tipBox::before{content:"";background-image:url("/Content/images/img/qu.png");width:3.8rem;height:3.9rem;display:block;position:absolute;right:.2rem;top:-2.2rem;}.td-content .TipBox span,.td-content .tipBox span{font-size:1.2rem;color:#f09000;font-weight:bold;display:block;margin-bottom:1rem;}.td-content .TipBox span img,.td-content .tipBox span img{display:none;}.td-content .TipBox p:not(.exception),.td-content .tipBox p:not(.exception){font-size:1rem;}.td-content .TipBox img[src*=tip],.td-content .tipBox img[src*=tip]{display:none;}.td-content .attention{background:radial-gradient(#c0c0c0,#e2e2e2,#fff);border:.1em solid #cecece;padding:2em;border-radius:1.2em;}.td-content .attention span{color:var(--h);font-weight:bold;text-align:center;display:block;font-size:1.3rem;}.td-content ul:not(:last-child),.td-content ol:not(:last-child),.td-content p:not(:last-child),.td-content h1:not(:last-child),.td-content h2:not(:last-child),.td-content h3:not(:last-child),.td-content h4:not(:last-child),.td-content .title:not(:last-child),.td-content .subtitle:not(:last-child),.td-content .h4:not(:last-child),.td-content .h3:not(:last-child),.td-content .h2:not(:last-child),.td-content ins:not(:last-child),.td-content .attention:not(:last-child),.td-content blockquote:not(:last-child),.td-content .body:not(:last-child){margin-bottom:1rem;}.td-content .ltr{direction:ltr!important;}.td-content .h-auto{height:auto!important;}.td-content .linkNote+br+span{word-wrap:break-word;}.td-content .recommend-blog{font-size:1.2em;display:flex;gap:2em;width:fit-content;margin:auto;border:2px dashed #f00;padding:2em;justify-content:space-between;align-items:center;margin-block:2em;color:var(--textColorStrong)!important;}.td-content .recommend-blog:hover{border-color:#b71724;background-color:#fef3f4;text-decoration:none;}.td-content .recommend-blog .title{color:#e31e2e;}.td-content .recommend-blog>.img{flex-basis:25%;flex-shrink:0;}.td-content .recommend-blog>.img>img{width:100%;max-width:unset;max-height:10em;margin:unset;margin-right:auto;display:block;box-shadow:none;aspect-ratio:unset;}.td-content .recommend-blog>span{display:flex;flex-direction:column;}@media(max-width:698px){.td-content .recommend-blog{border:0;background-color:#f5f5f5;width:100%;padding:1em;}.td-content .recommend-blog .title{font-size:1.2em;}.td-content .recommend-blog .img{display:none;}}@media(max-width:480px){.td-content .recommend-blog{font-size:14px;}.td-content .recommend-blog .title{font-size:1.2em;}}.td-content .new-recommend-blog{background-color:#ffd781;display:flex;flex-direction:column;padding:1.5em;border-radius:1em;gap:.5em;font-size:16px;}.td-content .new-recommend-blog .new-recommend-blog-context{display:flex;gap:1.5em;align-items:center;}.td-content .new-recommend-blog .new-recommend-blog-context>img{flex-shrink:0;width:294px;height:194px;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text{min-height:194px;background-color:rgba(255,255,255,.5);padding:1em;border-radius:1em;display:flex;flex-direction:column;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text a{color:#b50003!important;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text a:hover{text-decoration:none;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text .show-weblog{font-size:.9em;align-self:flex-end;margin-top:auto;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text .new-recommend-blog-title>a{font-size:1.2em;font-weight:600;}.td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text>p{color:#000!important;font-size:.95em;margin-bottom:0;}.td-content .new-recommend-blog .new-recommend-blog-label{color:#000;}@media(max-width:698px){.td-content .new-recommend-blog{font-size:15px;padding:1em;}.td-content .new-recommend-blog .new-recommend-blog-context{flex-direction:column-reverse;}.td-content .new-recommend-blog .new-recommend-blog-context>img{max-width:294px!important;width:100%;height:auto;}}.td-content .node{--h_compliment:#608b68;--colorTheme:#608b68;--colorAlt:#608b68;--h3:#608b68;}.td-content .micro{--h_compliment:#0052cc;--colorTheme:#0052cc;--colorAlt:#0052cc;--h3:#0052cc;}.td-content .ddd{--h_compliment:#27c3dd;--colorTheme:#27c3dd;--colorAlt:#27c3dd;--h3:#27c3dd;}.td-content .logic{--h_compliment:#515e7a;--colorTheme:#515e7a;--colorAlt:#515e7a;--h3:#515e7a;}.td-content .python-project-color{--h_compliment:#54bab9;--colorTheme:#54bab9;--colorAlt:#54bab9;--h3:#54bab9;}.td-content .csharp-project-color{--h_compliment:#f8ad9d;--colorTheme:#f8ad9d;--colorAlt:#f8ad9d;--h3:#f8ad9d;}.td-content .machine-learning-project-color{--h_compliment:#31e1f7;--colorTheme:#31e1f7;--colorAlt:#31e1f7;--h3:#31e1f7;}.td-content .java-project-color{--h_compliment:#ffa5a5;--colorTheme:#ffa5a5;--colorAlt:#ffa5a5;--h3:#ffa5a5;}.td-content .web-design-project-color{--h_compliment:#f08080;--colorTheme:#f08080;--colorAlt:#f08080;--h3:#f08080;}.td-content .django-project-color{--h_compliment:#a0c4ff;--colorTheme:#a0c4ff;--colorAlt:#a0c4ff;--h3:#a0c4ff;}.td-content .default-project-color{--h_compliment:#c20000;--colorTheme:#c20000;--colorAlt:#c20000;--h3:#c20000;}.td-content .access-project-color{--h_compliment:#006a71;--colorTheme:#006a71;--colorAlt:#006a71;--h3:#006a71;}.td-content .php-project-color{--h_compliment:#ffd670;--colorTheme:#ffd670;--colorAlt:#ffd670;--h3:#ffd670;}.td-content .orange-color{--h_compliment:orange;--colorTheme:orange;--colorAlt:orange;--h3:orange;}.td-content .blue-theme-color{--h_compliment:#1d71b9;--colorTheme:#1d71b9;--colorAlt:#1d71b9;--h3:#1d71b9;}.td-content .divTable .h_iframe-aparat_embed_frame,.td-content .divTable video{width:52vw;}.td-content .cursor{cursor:pointer!important;}.td-content .collapsible::before{content:"+"!important;content:"+"!important;color:#007bff!important;font-weight:600;font-size:1.3em;}.td-content .collapsible+.collapsibleContent{max-height:0;overflow:hidden;}.td-content .collapsible+.collapsibleContent.active{max-height:var(--maxHeight);}.td-content .collapsible.active::before{content:"-"!important;}.td-content .collapsible.active+.collapsibleContent{overflow:visible;}.td-content .part{background-color:var(--colorTheme);border-radius:.7em;font-size:1.2em;color:var(--colorCompliment);padding:.5em .7em;margin-bottom:.5em!important;border-bottom:0!important;}.td-content .part h2:not(.exception),.td-content .part h3:not(.exception),.td-content .part h4:not(.exception),.td-content .part .h2:not(.exception),.td-content .part .h3:not(.exception),.td-content .part .h4:not(.exception){margin:0;margin-bottom:0!important;padding:0;color:inherit;border-bottom:0;font-size:1.15rem;}.td-content .box{background-color:var(--colorCompliment);border:.1em solid var(--colorAlt);border-radius:.7em;padding:1em 2em;margin-bottom:3rem;--p:#383838;}.td-content .box.project{background-color:var(--colorAlt);display:grid;grid-template-columns:25% auto;grid-template-areas:"right left";gap:6em;padding:1em 5em;}.td-content .box.project *{color:var(--colorCompliment)!important;}.td-content .box.project .left{grid-area:left;margin-block:auto;}.td-content .box.project .left h4{margin-top:1em;}.td-content .box.project img{margin-block:auto;grid-area:right;}.td-content .box img{cursor:unset!important;max-width:100%;height:auto;}.td-content .box:not(.project)>img{height:auto;}.td-content .box:not(.project) .block-img{width:auto;margin:auto;height:300px;float:none;margin-bottom:2em;}@media(max-width:698px){.td-content .box:not(.project){padding:1em 1em;}.td-content .box:not(.project)>img{float:unset;margin:2em auto;}.td-content .box:not(.project)>img+span{margin-top:0;}.td-content .box:not(.project) .block-img{width:100%;height:auto;}.td-content .box.project{grid-template-columns:auto;grid-template-areas:unset;gap:1em;padding:2em;}.td-content .box.project>img{grid-area:unset;width:80%;height:auto;}.td-content .box.project>.left{grid-area:unset;}.td-content .box.project.withLabel::before{display:none;}}@media(max-width:698px){.td-content .part{font-size:1em;}}.td-content .red{color:#f00;}.td-content .blue{color:#00f;}.td-content .green{color:#008000;}.td-content pre:not(.exception){white-space:break-spaces;direction:ltr;text-align:left;background:#1f1f1f;color:#fff;padding:.5em;border-radius:.5em;margin:1em 0;font-size:16px;position:relative;font-family:monospace!important;}.td-content pre:not(.exception)>button{background:#fff;padding:.3em;border-radius:.3em;position:absolute;right:.3em;top:.3em;font-size:1.1em;direction:rtl;transition:.2s;white-space:nowrap;}.td-content pre:not(.exception)>button::before{content:"";font-family:"Font Awesome 5 free";}.td-content pre:not(.exception)>button:hover{background-color:#e8e8e8;}.td-content pre:not(.exception)>button.copied{background-color:#439f43;color:#fff;cursor:unset;}.td-content .simpleTextImage{display:flex;align-items:center;gap:1em;background-color:rgba(29,113,185,.27);border-radius:.8em;justify-content:space-around;padding:1em;margin-block:2em;font-size:16px;flex-direction:row-reverse;max-width:900px;margin-inline:auto;box-shadow:0 0 15px rgba(0,0,0,.1098039216);}.td-content .simpleTextImage>.context .h3,.td-content .simpleTextImage>.context h3,.td-content .simpleTextImage>.context>p,.td-content .simpleTextImage>.context a{color:var(--textColorStrong);text-decoration:none;border:0;padding-bottom:0;margin-bottom:.2em;}.td-content .simpleTextImage>.context p.boldText{color:#565656;font-weight:600;}.td-content .simpleTextImage>.context p.boldText a{color:#565656;}.td-content .simpleTextImage>.context .show-btn{color:var(--mainBlue);background-color:inherit;font-size:.75em;font-weight:700;border-radius:unset;width:auto;padding:0;margin:unset;display:flex;align-items:center;margin-right:auto;width:fit-content;}.td-content .simpleTextImage>.context .show-btn::after{content:"";display:inline-block;--wid:1.3em;width:var(--wid);height:var(--wid);background-image:url(/Content/images/Icons/icon-pack-blue.png);background-repeat:no-repeat;background-size:685%;background-position:3% 0;}.td-content .simpleTextImage>img{max-width:200px;flex-shrink:0;border-radius:.5em!important;}.td-content .simpleTextImage.without-image>img{display:none;}.td-content .collapsibleSection{display:flex;flex-direction:column;}.td-content .collapsibleSection>.title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s;margin-bottom:0!important;}.td-content .collapsibleSection>.title::after{content:"";--wid:.3em;width:var(--wid);height:var(--wid);border-right:2px solid #383838;border-bottom:2px solid #383838;transform:rotate(45deg);transition:all .3s;}.td-content .collapsibleSection>.content{height:0;overflow:hidden;transition:all .3s;}.td-content .collapsibleSection.active>.title{margin-bottom:.5em!important;}.td-content .collapsibleSection.active>.title::after{transform:rotate(225deg);}.td-content .collapsibleSection.active>.content{height:var(--height);}.td-content .w-30{width:30%!important;}.td-content .w-50{width:50%!important;}.td-content .w-80{width:80%!important;}.td-content .newAds{font-size:15px;}.td-content .table-container{overflow-x:auto;box-shadow:0 0 15px rgba(0,0,0,.1098039216);margin-block:4em;font-size:14px;}.td-content .table-container::-webkit-scrollbar{height:5px;}.td-content .table-container::-webkit-scrollbar-track{background:#fff;border-radius:3px;}.td-content .table-container::-webkit-scrollbar-thumb{background:#2086c8;border-radius:3px;}.td-content .table-container table{width:100%;border-collapse:collapse;text-align:left;overflow:hidden;}.td-content .table-container table tr:nth-child(even){background-color:#f9f9f9;}.td-content .table-container table tr:hover{background-color:#f1f1f1;}.td-content .table-container table th,.td-content .table-container table td{padding:.7em 0;text-align:center;line-height:2.2;color:var(--textColorStrong);border:1px solid #ddd;}.td-content .table-container table th{background-color:#f4f4f4;border-bottom:1px solid #ddd;font-size:1.1em;font-weight:600;}.td-content .table-container.align-right td{text-align:right;}.td-content .table-container.first-column-head table tr td:first-child{background-color:#f4f4f4;}.td-content .MsoNormal{word-wrap:break-word;}@media(max-width:1200px){.td-content .divTable .h_iframe-aparat_embed_frame,.td-content .divTable video{width:72vw;max-width:100%;margin:auto;}}@media(max-width:698px){.td-content .float-img{float:unset;margin-right:inherit;}.td-content .float-img>img{max-width:100%;}.td-content .simpleTextImage{flex-direction:column-reverse;}.td-content .simpleTextImage>img{width:100%;max-width:300px;}.td-content .table-container{font-size:12px;}.td-content .table-container table th,.td-content .table-container table td{min-width:130px;}.td-content .myTable .tr .td{min-width:210px;}}@media(max-width:480px){.td-content .simpleTextImage{font-size:14px;}.td-content p:not(.exception),.td-content ol:not(.exception),.td-content ul:not(.exception){font-size:14px;}.td-content .h2:not(.exception),.td-content h2:not(.exception){font-size:22px;}.td-content .h4:not(.exception),.td-content h4:not(.exception){font-size:16px;}.td-content .h3:not(.exception),.td-content h3:not(.exception){font-size:18px;}.td-content mark{max-width:100%;margin:0 0 1em 0;}.td-content img{width:100%;}.td-content img:not(.normal){width:100%;max-width:100%!important;}}.td-content .course-Details-more-title .in-text{margin:1em 10px;font-weight:900;color:#1d71b9;text-align:center;font-size:2em;}.td-content .table{border:1px solid #7f7f7f;border-radius:12px;overflow:hidden;margin:5em 1.3em;}.td-content .table>*{display:flex;flex-direction:row;justify-content:space-between;}.td-content .table>*>div{width:100%;text-align:center;border-left:1px solid #808080;font-size:1.2em;padding:.6em .7em;line-height:1.4em;}.td-content .table>*>div:last-child{border:0;}.td-content .table>*:nth-child(2n+1){background-color:#f4f4f4;}.td-content .table .head{background-color:#cecece;}.td-content .table .head>div{font-weight:bold;font-size:1.4em;}.td-content .MyCourseLink{display:block;margin:auto;width:250px;height:auto;padding:10px;font-family:byekan;color:#fff!important;background-color:var(--mainBlue);text-decoration:none!important;text-align:center;direction:rtl;border-radius:3px;transition:all .2s linear;margin-top:10px;margin-bottom:20px;}.td-content .MyCourseLink:hover{background-color:#144b7a!important;color:#fff!important;}.td-content .btn.btn-danger{color:#fff!important;background-color:#f44242;margin-bottom:1em;font-weight:bold;text-decoration:none!important;}.td-content .SampleTitle{font-size:1.4em;font-weight:bold;}.td-content .Link-Container{background-color:#ebebeb;padding:2em;border-radius:15px;margin:2em 1em;}.td-content .MyCourseLink,.td-content .MyCourseLink p{font-family:inherit;text-align:center;font-weight:bold;}.td-content .FilmTitle{font-size:1.4em;background-color:#3c3cda;color:#fff;padding:1em;border-radius:30px 15px;display:inline-block;margin-bottom:1em;}.td-content .card.Comment-card span{font-size:inherit;}.td-content .divTableBody{display:table-row-group;font-family:inherit;max-width:max-content;margin:auto;border-radius:var(--borderRadius);--mainColor:#2086c8b0;--secondary:#adadad42;--innerBorder:#d3d3d3b0;--borderRadius:12px;}.td-content .divTableBody .divTableRow{display:table-row;}.td-content .divTableBody .divTableRow:first-child>.divTableCell:first-child,.td-content .divTableBody .divTableRow:first-child>.divTableHead:first-child{border-radius:0 var(--borderRadius) 0 0;}.td-content .divTableBody .divTableRow:first-child>.divTableCell:last-child,.td-content .divTableBody .divTableRow:first-child>.divTableHead:last-child{border-radius:var(--borderRadius) 0 0 0;}.td-content .divTableBody .divTableRow:last-child>.divTableCell:first-child,.td-content .divTableBody .divTableRow:last-child>.divTableHead:first-child{border-radius:0 0 var(--borderRadius) 0;}.td-content .divTableBody .divTableRow:last-child>.divTableCell:last-child,.td-content .divTableBody .divTableRow:last-child>.divTableHead:last-child{border-radius:0 0 0 var(--borderRadius);}.td-content .divTableBody .divTableRow:nth-child(odd){background-color:var(--secondary);}.td-content .divTableBody .divTableRow:nth-child(even){background-color:#fff;}.td-content .divTableBody .divTableRow .divTableCell{border:1px solid var(--innerBorder);display:table-cell;padding:10px;text-align:center;color:#000;font-size:1.1em;}.td-content .divTableBody .divTableRow .divTableCell a{font-size:1.1em;color:#00f;text-decoration:none;}.td-content .divTableBody .divTableRow .divTableHead{display:table-cell;padding:3px 10px;border:1px solid rgba(255,255,255,0);background-color:var(--mainColor);text-align:center;color:#fff;font-size:13px;font-weight:600;}.td-content .divTableBody .divTableRow .divTableHead a{color:#fff!important;}.td-content .divTable{--mainColor:#2086c8b0;--secondary:#adadad42;--innerBorder:#d3d3d3b0;--borderRadius:12px;display:table;overflow-x:scroll;border:1px solid var(--innerBorder);font-family:inherit;margin:auto;border-radius:var(--borderRadius);min-width:350px;}.td-content .divTable::-webkit-scrollbar{height:5px;}.td-content .divTable::-webkit-scrollbar-track{background:#fff;border-radius:3px;}.td-content .divTable::-webkit-scrollbar-thumb{background:#2086c8;border-radius:3px;}.td-content .divTable .divTableBody{display:table-row-group;font-family:inherit;max-width:max-content;margin:auto;border-radius:var(--borderRadius);}.td-content .divTable .divTableBody .divTableRow{display:table-row;}.td-content .divTable .divTableBody .divTableRow:first-child>.divTableCell:first-child,.td-content .divTable .divTableBody .divTableRow:first-child>.divTableHead:first-child{border-radius:0 var(--borderRadius) 0 0;}.td-content .divTable .divTableBody .divTableRow:first-child>.divTableCell:last-child,.td-content .divTable .divTableBody .divTableRow:first-child>.divTableHead:last-child{border-radius:var(--borderRadius) 0 0 0;}.td-content .divTable .divTableBody .divTableRow:last-child>.divTableCell:first-child,.td-content .divTable .divTableBody .divTableRow:last-child>.divTableHead:first-child{border-radius:0 0 var(--borderRadius) 0;}.td-content .divTable .divTableBody .divTableRow:last-child>.divTableCell:last-child,.td-content .divTable .divTableBody .divTableRow:last-child>.divTableHead:last-child{border-radius:0 0 0 var(--borderRadius);}.td-content .divTable .divTableBody .divTableRow:nth-child(odd){background-color:var(--secondary);}.td-content .divTable .divTableBody .divTableRow:nth-child(even){background-color:#fff;}.td-content .divTable .divTableBody .divTableRow .divTableCell{border:1px solid var(--innerBorder);display:table-cell;padding:10px;text-align:center;color:#000;font-size:1.1em;}.td-content .divTable .divTableBody .divTableRow .divTableCell a{font-size:1.1em;color:#00f;text-decoration:none;}.td-content .divTable .divTableBody .divTableRow .divTableHead{display:table-cell;padding:3px 10px;border:1px solid rgba(255,255,255,0);background-color:var(--mainColor);text-align:center;color:#fff;font-size:13px;font-weight:600;}.td-content .divTable .divTableBody .divTableRow .divTableHead a{color:#fff!important;}.td-content .divTable.withoutHeading{border:1px solid #f1f1f1;}.td-content .divTable.withoutHeading .divTableBody .divTableRow:nth-child(even){background-color:#fff;}.td-content .divTable.withoutHeading .divTableBody .divTableRow .divTableCell{border:1px solid #f1f1f1;}.td-content .divTable.withoutHeading .divTableBody .divTableRow .divTableCell a{font-size:1.1em;text-decoration:none!important;color:#2086c8!important;}@media(max-width:992px){.td-content .divTable{display:block;overflow-x:auto;max-width:fit-content;min-width:unset;}}.td-content .divTableTopHead{width:100%;height:auto;padding:5px;color:#383838;text-align:center;font-size:1.7em;padding:14px 0;font-weight:bold;}.td-content.forBooks .book-main-image{border:1px solid rgba(29,113,185,.1098039216);border-radius:1em;max-height:unset!important;max-width:500px!important;box-shadow:0 0 15px rgba(0,0,0,.08)!important;height:50em;aspect-ratio:1/1.39!important;}.td-content .InnerTitle,.td-content .AttentionTitle{display:block;font-weight:700;margin:.5em 0;}.td-content .InnerTitle img,.td-content .AttentionTitle img{display:none;}.td-content #RelatedArticles{display:flex;gap:1em;margin:3em;}.td-content #RelatedArticles a{width:100%;text-align:center;color:#fff;background:#0b416f;font-weight:bold;border-radius:.4em;font-size:1.1em;padding:.2em 1.5em;position:relative;text-decoration:none;}.td-content #RelatedArticles a::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;font-size:1.5em;padding:0 .3em;position:absolute;right:0;}.td-content #RelatedArticles a:nth-child(2)::before{content:"";right:unset;left:0;}.td-content #RelatedArticles a:empty{background:#b0b0b0;}@media(max-width:528px){.td-content #RelatedArticles{flex-direction:column;}}@media(max-width:698px){.td-content.forBooks img{width:100%!important;height:auto;}}.courseAd{margin:3em auto;position:relative;display:flex;flex-direction:column;align-items:center;gap:2em;max-width:700px;}.courseAd img{width:100%!important;border-radius:1em;margin:unset!important;aspect-ratio:16/9;object-fit:contain;box-shadow:unset!important;}.courseAd a{background-color:#e84e1a;border-radius:2em;padding:.1em 1.9em;color:#fff!important;font-weight:600;font-size:1.4em;text-decoration:none!important;}.courseAd2{--blue:#00b0f3;font-weight:bold;border:1px solid #bfbfbf;border-radius:10px;background:linear-gradient(237deg,#f7f7f7,#fff);display:flex;justify-content:space-between;width:97%;margin:3em auto;padding:1.8em;box-shadow:0 0 7px 4px rgba(0,0,0,.2588235294);}.courseAd2 img{margin:auto 0;box-shadow:none;flex:0 0 40%;}.courseAd2 section{display:flex;justify-content:flex-start;flex-direction:column;align-items:stretch;padding:0 1em;font-size:1.2em;}.courseAd2 section h2{text-align:right;color:var(--blue);font-size:1.4em;font-weight:700;padding-bottom:1em;margin:0;text-align:center;}.courseAd2 section p{color:#4b4b4b;text-align:justify;overflow:hidden;margin:0;font-size:1em;font-weight:400;line-height:1.6em;padding-bottom:1em;}.courseAd2 section a.linkButton{max-width:25em;width:100%;min-width:13em;margin:0 auto;margin-top:auto;color:#fff;background-color:#da007f;font-weight:600;border-radius:20px;text-align:center;transition:.5s;display:block;font-size:1em;padding:.1em 0;}.courseAd2 section a.linkButton:hover{background-color:var(--blue);}@media(max-width:798px){.courseAd2{flex-direction:column;width:300px;min-height:10em;margin:4em auto;justify-content:flex-start;}.courseAd2 img{flex:0 0 auto;margin:0;}.courseAd2 section{min-height:20em;}.courseAd2 section h2{text-align:center;padding:.6em .2em;}.courseAd2 section p{font-size:.9em;}}
.syntaxhighlighter{direction:ltr!important}.syntaxhighlighter table td.code .line:nth-child(odd){background-color:#d9edf7!important}.syntaxhighlighter table td.code .line:nth-child(even){background-color:#fff!important}.syntaxhighlighter a,.syntaxhighlighter code,.syntaxhighlighter div,.syntaxhighlighter table,.syntaxhighlighter table caption,.syntaxhighlighter table tbody,.syntaxhighlighter table td,.syntaxhighlighter table thead,.syntaxhighlighter table tr,.syntaxhighlighter textarea{-moz-border-radius:0!important;-webkit-border-radius:0!important;background:0 0!important;border:0!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0!important;outline:0!important;overflow:visible!important;padding:0!important;position:static!important;right:auto!important;text-align:left!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;font-weight:400!important;font-style:normal!important;font-size:1em!important;min-height:inherit!important;min-height:auto!important}.syntaxhighlighter{width:100%!important;margin:1em 0 1em 0!important;position:relative!important;overflow:auto!important;font-size:1em!important}.syntaxhighlighter.source{overflow:hidden!important}.syntaxhighlighter .bold{font-weight:700!important}.syntaxhighlighter .italic{font-style:italic!important}.syntaxhighlighter .line{white-space:pre!important}.syntaxhighlighter table{width:100%!important}.syntaxhighlighter table caption{text-align:left!important;padding:.5em 0 .5em 1em!important}.syntaxhighlighter table td.code{width:100%!important}.syntaxhighlighter table td.code .container{position:relative!important}.syntaxhighlighter table td.code .container textarea{box-sizing:border-box!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;border:none!important;background:#fff!important;padding-left:1em!important;overflow:hidden!important;white-space:pre!important}.syntaxhighlighter table td.gutter .line{text-align:right!important;padding:0 .5em 0 1em!important}.syntaxhighlighter table td.code .line{padding:0 1em!important}.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0!important}.syntaxhighlighter.show{display:block!important}.syntaxhighlighter.collapsed table{display:none!important}.syntaxhighlighter.collapsed .toolbar{padding:.1em .8em 0 .8em!important;font-size:1em!important;position:static!important;width:auto!important;height:auto!important}.syntaxhighlighter.collapsed .toolbar span{display:inline!important;margin-right:1em!important}.syntaxhighlighter.collapsed .toolbar span a{padding:0!important;display:none!important}.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline!important}.syntaxhighlighter .toolbar{position:absolute!important;right:1px!important;top:1px!important;width:11px!important;height:11px!important;font-size:10px!important;z-index:10!important}.syntaxhighlighter .toolbar span.title{display:inline!important}.syntaxhighlighter .toolbar a{display:block!important;text-align:center!important;text-decoration:none!important;padding-top:1px!important}.syntaxhighlighter .toolbar a.expandSource{display:none!important}.syntaxhighlighter.ie{font-size:.9em!important;padding:1px 0 1px 0!important}.syntaxhighlighter.ie .toolbar{line-height:8px!important}.syntaxhighlighter.ie .toolbar a{padding-top:0!important}.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:0 0!important}.syntaxhighlighter.printing .line .number{color:#bbb!important}.syntaxhighlighter.printing .line .content{color:#000!important}.syntaxhighlighter.printing .toolbar{display:none!important}.syntaxhighlighter.printing a{text-decoration:none!important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:#000!important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200!important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:#00f!important}.syntaxhighlighter.printing .keyword{color:#069!important;font-weight:700!important}.syntaxhighlighter.printing .preprocessor{color:gray!important}.syntaxhighlighter.printing .variable{color:#a70!important}.syntaxhighlighter.printing .value{color:#090!important}.syntaxhighlighter.printing .functions{color:#ff1493!important}.syntaxhighlighter.printing .constants{color:#06c!important}.syntaxhighlighter.printing .script{font-weight:700!important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray!important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493!important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red!important}.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:#000!important}
.syntaxhighlighter a,.syntaxhighlighter code,.syntaxhighlighter div,.syntaxhighlighter table,.syntaxhighlighter table caption,.syntaxhighlighter table tbody,.syntaxhighlighter table td,.syntaxhighlighter table thead,.syntaxhighlighter table tr,.syntaxhighlighter textarea{-moz-border-radius:0!important;-webkit-border-radius:0!important;background:0 0!important;border:0!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0!important;outline:0!important;overflow:visible!important;padding:0!important;position:static!important;right:auto!important;text-align:left!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-family:Consolas,"Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;font-weight:400!important;font-style:normal!important;font-size:1em!important;min-height:inherit!important;min-height:auto!important}.syntaxhighlighter{width:100%!important;margin:1em 0 1em 0!important;position:relative!important;overflow:auto!important;font-size:1em!important}.syntaxhighlighter.source{overflow:hidden!important}.syntaxhighlighter .bold{font-weight:700!important}.syntaxhighlighter .italic{font-style:italic!important}.syntaxhighlighter .line{white-space:pre!important}.syntaxhighlighter table{width:100%!important}.syntaxhighlighter table caption{text-align:left!important;padding:.5em 0 .5em 1em!important}.syntaxhighlighter table td.code{width:100%!important}.syntaxhighlighter table td.code .container{position:relative!important}.syntaxhighlighter table td.code .container textarea{box-sizing:border-box!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;border:none!important;background:#fff!important;padding-left:1em!important;overflow:hidden!important;white-space:pre!important}.syntaxhighlighter table td.gutter .line{text-align:right!important;padding:0 .5em 0 1em!important}.syntaxhighlighter table td.code .line{padding:0 1em!important}.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0!important}.syntaxhighlighter.show{display:block!important}.syntaxhighlighter.collapsed table{display:none!important}.syntaxhighlighter.collapsed .toolbar{padding:.1em .8em 0 .8em!important;font-size:1em!important;position:static!important;width:auto!important;height:auto!important}.syntaxhighlighter.collapsed .toolbar span{display:inline!important;margin-right:1em!important}.syntaxhighlighter.collapsed .toolbar span a{padding:0!important;display:none!important}.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline!important}.syntaxhighlighter .toolbar{position:absolute!important;right:1px!important;top:1px!important;width:11px!important;height:11px!important;font-size:10px!important;z-index:10!important}.syntaxhighlighter .toolbar span.title{display:inline!important}.syntaxhighlighter .toolbar a{display:block!important;text-align:center!important;text-decoration:none!important;padding-top:1px!important}.syntaxhighlighter .toolbar a.expandSource{display:none!important}.syntaxhighlighter.ie{font-size:.9em!important;padding:1px 0 1px 0!important}.syntaxhighlighter.ie .toolbar{line-height:8px!important}.syntaxhighlighter.ie .toolbar a{padding-top:0!important}.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:0 0!important}.syntaxhighlighter.printing .line .number{color:#bbb!important}.syntaxhighlighter.printing .line .content{color:#000!important}.syntaxhighlighter.printing .toolbar{display:none!important}.syntaxhighlighter.printing a{text-decoration:none!important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:#000!important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200!important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:#00f!important}.syntaxhighlighter.printing .keyword{color:#069!important;font-weight:700!important}.syntaxhighlighter.printing .preprocessor{color:gray!important}.syntaxhighlighter.printing .variable{color:#a70!important}.syntaxhighlighter.printing .value{color:#090!important}.syntaxhighlighter.printing .functions{color:#ff1493!important}.syntaxhighlighter.printing .constants{color:#06c!important}.syntaxhighlighter.printing .script{font-weight:700!important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray!important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493!important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red!important}.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:#000!important}.syntaxhighlighter{background-color:#fff!important}.syntaxhighlighter .line.alt1{background-color:#fff!important}.syntaxhighlighter .line.alt2{background-color:#fff!important}.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0!important}.syntaxhighlighter .line.highlighted.number{color:#000!important}.syntaxhighlighter table caption{color:#000!important}.syntaxhighlighter .gutter{color:#afafaf!important}.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c!important}.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c!important;color:#fff!important}.syntaxhighlighter.printing .line .content{border:none!important}.syntaxhighlighter.collapsed{overflow:visible!important}.syntaxhighlighter.collapsed .toolbar{color:#00f!important;background:#fff!important;border:1px solid #6ce26c!important}.syntaxhighlighter.collapsed .toolbar a{color:#00f!important}.syntaxhighlighter.collapsed .toolbar a:hover{color:red!important}.syntaxhighlighter .toolbar{color:#fff!important;background:#6ce26c!important;border:none!important}.syntaxhighlighter .toolbar a{color:#fff!important}.syntaxhighlighter .toolbar a:hover{color:#000!important}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#000!important}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200!important}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#00f!important}.syntaxhighlighter .keyword{color:#069!important}.syntaxhighlighter .preprocessor{color:gray!important}.syntaxhighlighter .variable{color:#a70!important}.syntaxhighlighter .value{color:#090!important}.syntaxhighlighter .functions{color:#ff1493!important}.syntaxhighlighter .constants{color:#06c!important}.syntaxhighlighter .script{font-weight:700!important;color:#069!important;background-color:none!important}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray!important}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493!important}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red!important}.syntaxhighlighter .keyword{font-weight:700!important}
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+c+csharp+cpp+java+markup-templating+matlab+php+python+sql */
code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#a6e22e}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#e6db74}.token.keyword{color:#66d9ef}.token.important,.token.regex{color:#fd971f}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}

