.fonts-loaded body {
font-family: 'IBM Plex Sans Local', system-ui, sans-serif;
}
/* منع التغييرات المفاجئة في الخطوط */
body {
font-display: swap;
}
/* تحسين أداء الصور */
img {
max-width: 100%;
height: auto;
content-visibility: auto;
aspect-ratio: attr(width) / attr(height);
}
/* تأمين الحاويات أثناء التحميل */
[data-loading="true"] {
visibility: hidden;
opacity: 0;
}
[data-loaded="true"] {
visibility: visible;
opacity: 1;
transition: opacity 0.3s ease;
}
/* تأمين الروابط أثناء التحميل */
a {
min-height: 1em;
display: inline-block;
}
/* تأمين الصور أثناء التحميل */
img[loading="lazy"] {
background-color: #f5f5f5;
min-height: 200px;
}
/* إصلاحات CLS */
#center-container {
contain: layout style paint !important;
min-height: 500px;
transition: height 0.3s ease;
}
/* تجنب الانهيار العنيف للمحتوى */
article, .post-body, .post-content {
min-height: 300px;
contain: content;
}
/* تأمين العناصر أثناء التحميل */
[style*="height: auto"] {
transition: height 0.3s ease;
}
/* تحسين عرض الصور */
.main-image-container {
position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
}
.main-image-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
/* تثبيت مساحة الإعلان السفلي */
div#lower-ad.section {
min-height: 280px !important;
position: relative !important;
overflow: hidden !important;
background-color: #f5f5f5;
}
/* رسالة تحميل داخل الحاوية (اختياري) */
div#lower-ad.section::before {
content: "جاري تحميل الإعلان...";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 14px;
color: #999;
}
.flex-section, article {
min-height: 200px;
}
/* ==============================================
متغيرات القالب
============================================== */
*/
/* ==============================================
أنماط CSS الرئيسية
============================================== */
:root{
--body-font:'DummyFontPlaceholder', Arial, sans-serif;
--title-font:'DummyFontPlaceholder', Arial, sans-serif;
--meta-font:'DummyFontPlaceholder', Arial, sans-serif;
--text-font:'DummyFontPlaceholder', Arial, sans-serif;
--text-font-color:#505050;
--runs-solid-color:#c1bbbb;
--black-color:#404040;
--hero-color:#aaaaaa;
--main-menu-bg:#ffffff;
--snippet-color:#aba4a4;
--solid-border:#ddd;
--top-bar:#ffffff;
--featured-posts-title:#333333;
--button-bg-color:#4E65FF;
--button-text-color:#ffffff;
--lables-buttons-color:#4E65FF;
--lables-text-color:#ffffff;
--email-bg-color:#4E65FF;
--email-text-color:#ffffff;
--cloud-bg-color:#4E65FF;
--cloud-border-color:#4E65FF;
--list-text-color:#333333;
--theme-text-color:#3e3e3e;
--featured-gadgets-title:#e8e8e8;
--placeholder-text-color:#3e3e3e;
--main-menu-text-color:#000000;
--sub-menu-text-color:#1f2937;
--footer-title-color:#e8e8e8;
--footer-copyright-bg:#101121;
--body-color-main:#f3f8ff url() repeat fixed top left;
--all-link-color:#112b3e;
--black-text:#343434;
--main-text-color:#101010;
--mobile-menu-bg:#ffffff;
--top-menu-text:#333333;
--white-bg:#ffffff;
--block-bg:#ffffff;
--featured-posts-title-featured:#ffffff;
--white-label-color:#ffffff;
--bg-cards:#ffffff;
--bg-cards-video:#121212;
--bg-cards-shadow:0px 3px 3px 0 rgb(0 0 0 / 0.08);
--bt-breaking:rgba(0 0 0 / 0.08);
--bt-breaking-text:#626262;
--shadow-top:0 0 20px rgba(0,0,0,.15);
--shadow-top-fixed:5px 5px 8px 0px rgba(224 223 223 / 0.48);
--ads-bg:rgb(143 183 255 / 0.20);
--ads-text:#898989;
--buttons-category-text:#1d1d1d;
--snip-text-color:#eeeeee;
--search-bt-text:#626262;
--comments-dec:#333;
--sticky-bg:#f1f1f1;
--input-form:transparent;
--bt-home:#f2f7fb;
--cm-count:#555555;
--shadow-light:0px 2px 5px 1px rgb(0 0 0 / 0.10);
--navigation-runs-text:#4e4e4e;
--sticky-lists:#f7fcff;
--post-snip-data:#707070;
--post-snip-open:#383838;
--ico-relative:#e60000;
--ico-relative-hover:rgb(0 0 0 / 0.51);
--front-bg-lists:#fff;
--share-author-links:#585858;
--box-posts-share:#f1f1f1;
--title-share:#1c1c1c;
--title-share-fa:#5c5c5c;
--footer-text-color:#d7d7d7;
--footer-about-text:#868686;
--footer-bg-color:#141629;
--footer-gadgets-title:#e8e8e8;
--main-logo-text-color:#222222;
--submenu-bg-color:#ffffff;
--comment-content:#f6f6f6;
--comment-text:#5e5e5e;
--label-text-color:#2c2c2c;
--pager-text-color:#6d6d6d;
--back-top:rgb(90 90 90 / 0.18);
--box-shadows:rgb(102 102 102 / 0.13);
}
body.dark{
--main-logo-text-color:#d4d4d4;
--all-link-color:rgba(255,255,255,.7);
--body-color-main:#111827;
--main-menu: #383838;
--text-font-color:#d3d3d3;
--shadow-top:none;
--top-bar:#1f2937;
--cloud-border-color:rgb(100 100 100 / 0.66);
--cloud-bg-color:#ffffff;
--mobile-menu-bg:#1f2937;
--input-form:rgb(112 112 112 / 0.34);
--shadow-top-fixed:none;
--white-label-color:#464646;
--search-bt-text:#b5b5b5;
--main-menu-text-color:#dadada;
--sub-menu-text-color:#dadada;
--title-share:#dddddd;
--black-color:#d9d9d9;
--title-share-fa:#dddddd;
--front-bg-lists:#111827;
--box-shadows:transparent;
--bt-home:#1f2937;
--sticky-lists:#1f2937;
--main-menu-bg:#1f2937;
--post-snip-open:#eee;
--footer-gadgets-title:#c3c3c3;
--top-menu-text:#ffffff;
--footer-title-color:#adadad;
--sticky-bg:#1f2937;
--placeholder-text-color:#dadada;
--theme-text-color:#dadada;
--featured-gadgets-title:#dadada;
--ads-bg:#1f2937;
--box-posts-share:#1f2937;
--submenu-bg-color:#1f2937;
--label-text-color:#a1a1a1;
--featured-posts-title: #c3c3c3;
--ads-text:#dadada;
--buttons-category-text:#dadada;
--bg-cards:#1f2937;
--block-bg:#1f2937;
--black-text:#f3f8fb;
--post-snip-data:#a5a5a5;
--comments-dec:#cecece;
--comment-content:#26313e;
--comment-text:#c1c1c1;
--footer-bg-color:#1f2937;
--footer-text-color:#E4E4E4;
--cm-count:#E4E4E4;
--main-text-color:#E4E4E4;
--navigation-runs-text:#c3c3c3;
--share-author-links:#E4E4E4;
--footer-copyright-bg:#111827;
}
/* ==============================================
إعادة الضبط والتنسيقات العامة
============================================== */
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0;text-decoration:none}
form,textarea,input,button{font-family:var(--body-font);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-sizing:border-box}
.CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}
input,textarea{outline:none}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
dl,ul{list-style-position:inside;font-weight:400;list-style:none}
ul li{list-style:none}
caption,th{text-align:center}
html,body{text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}
.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}
#Navbar1,#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}
.center{display:table;margin:0 auto;position:relative}
.widget > h2,.widget > h3{display:none}
.widget iframe,.widget img{max-width:100%}
.container{position:relative;max-width: 100%;width: 1145px;}
.center{display:table;margin:0 auto;position:relative}
img{border:0;position:relative}
a,a:visited{text-decoration:none}
.clearfix{clear:both}
.section,.widget,.widget ul{margin:0;padding:0}
a{color:var(--all-link-color)}
a img{border:0}
abbr{text-decoration:none}
.widget>h2,.widget>h3{display:none}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-- CSS Variables --*/
.no-items.section{display:none}
h1,h2,h3,h4,h5,h6{font-family:var(--title-font);font-weight:600}
body{position:relative;background:var(--body-color-main);font-family:var(--body-font);font-size:14px;font-weight:400;color:var(--black-text);word-wrap:break-word;margin:0;padding:0;font-style:normal;line-height:1.4em}
#outer-wrapper{position:relative;overflow:hidden;width:100%;max-width:100%;margin:0 auto}
.outer-container{display: flex;justify-content: space-between;}
h1{font-size:26px;line-height:28px}
h3{font-size:22px;line-height:21px}
h4{font-size:20px;line-height:18px}
h5{font-size:16px;line-height:16px}
h6{font-size:13px;line-height:13px;margin-bottom:0;margin-top:0}
@media only screen and (min-width:1025px){h1{font-size:42px;line-height:46px}
h2{font-size:36px;line-height:40px}
h3{font-size:28px;line-height:35px}
h4{font-size:21px;line-height:26px}
}
.post-body h1{font-size:28px}
.post-body h2{font-size:24px}
.post-body h3{font-size:21px}
.post-body h4{font-size:18px}
.post-body h5{font-size:16px}
.post-body h6{font-size:13px}
.dark .post-body p{background:transparent!important;color:#fff!important}
.post-body pre{
display:block;
}
.post-body pre code{
position:relative;
display:block;
background:rgb(72 72 72 / 0.09);
font-family:Monospace;
font-size:14px;
color:var(--black-text);;
overflow-x: auto;
line-height:1.6em;
padding:15px;
border:0;
border-radius:4px;
text-align:left;
direction:ltr;
}
#center-container{position:relative;float:left;width:100%;overflow:hidden;padding:20px 0 0;margin:0}
#feed-view{position:relative;float:left;width:calc(100% - (320px + 15px));box-sizing:border-box;padding:0}
#sidebar-container{position:relative;float:right;width:320px;box-sizing:border-box;padding:0}
.post-filter-image{position:relative;display:block;transition:transform .3s ease}
.snip-thumbnail{position:relative;width:100%;height:100%;display:block;object-fit:cover;z-index:1;opacity:0;transition:opacity .30s ease,transform .30s ease}
.snip-thumbnail.lazy-img{opacity:1}
.row,.row-1{position:relative;}
.post-filter-link:hover .snip-thumbnail{filter: brightness(0.9);}
.background-layer:before{content:'';position:absolute;left:0;right:0;bottom:0;height:66%;background-image:linear-gradient(to bottom,transparent,rgb(4 12 62));-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;opacity:1;margin:0;transition:opacity .25s ease}
.colorful-ico a:before,.social a:before{display:inline-block;font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400}
.colorful-ico .blogger a:before,.social .blogger:before{content:"\f37d"}
.colorful-ico .behance a:before,.social .behance:before{content:"\f1b4"}
.colorful-ico .digg a:before,.social .digg:before{content:"\f1a6"}
.colorful-ico .instagram a:before,.social .instagram:before{content:"\f16d"}
.colorful-ico .pinterest a:before,.social .pinterest:before{content:"\f0d2"}
.colorful-ico .rss a:before,.social .rss:before{content:'\f09e';font-family:'Font Awesome 5 Free';font-weight:900}
.colorful-ico .google a:before,.social .google:before{content:"\f1a0"}
.colorful-ico .paypal a:before,.social .paypal:before{content:"\f1ed"}
.colorful-ico .microsoft a:before,.social .microsoft:before{content:"\f3ca"}
.colorful-ico .facebook a:before,.social .facebook:before{content:"\f09a"}
.colorful-ico .facebook-f a:before,.social .facebook-f:before{content:"\f09a"}
.colorful-ico .twitter a:before,.social .twitter:before{content:"\f099"}
.colorful-ico .youtube a:before,.social .youtube:before{content:"\f167"}
.colorful-ico .stack-overflow a:before,.social .stack-overflow:before{content:"\f16c"}
.colorful-ico .github a:before,.social .github:before{content:"\f09b"}
.colorful-ico .linkedin a:before,.social .linkedin:before{content:"\f0e1"}
.colorful-ico .skype a:before,.social .skype:before{content:"\f17e"}
.colorful-ico .stumbleupon a:before,.social .stumbleupon:before{content:"\f1a4"}
.colorful-ico .tumblr a:before,.social .tumblr:before{content:"\f173"}
.colorful-ico .vk a:before,.social .vk:before{content:"\f189"}
.colorful-ico .reddit a:before,.social .reddit:before{content:"\f1a1"}
.colorful-ico .whatsapp a:before,.social .whatsapp:before{content:"\f232"}
.colorful-ico .telegram a:before,.social .telegram:before{content:"\f2c6"}
.colorful-ico .dribbble a:before,.social .dribbble:before{content:"\f17d"}
.colorful-ico .soundcloud a:before,.social .soundcloud:before{content:"\f1be"}
.colorful-ico .twitch a:before,.social .twitch:before{content:"\f1e8"}
.colorful-ico .delicious a:before,.social .delicious:before{content:"\f1a5"}
.colorful-ico .codepen a:before,.social .codepen:before{content:"\f1cb"}
.colorful-ico .snapchat a:before,.social .snapchat:before{content:"\f2ac"}
.colorful-ico .email a:before,.social .email:before{content:'\f0e0';font-family:'Font Awesome 5 Free'}
.colorful-ico .external-link a:before,.social .external-link:before{content:'\f35d';font-family:'Font Awesome 5 Free';font-weight:900}
.colorful a:hover {opacity: 0.8;}
.colorful a.blogger{color:#ff5722}
.colorful a.facebook,.colorful a.facebook-f{color:#3b5999}
.colorful a.twitter{color:#00acee}
.colorful a.youtube{color:#f50000}
.colorful a.messenger{color:#0084ff}
.colorful a.snapchat{color:#ffe700}
.colorful a.telegram{color:#179cde}
.colorful a.instagram{color:#dd277b}
.colorful a.pinterest,.colorful a.pinterest-p{color:#ca2127}
.colorful a.google{color:#0165b4}
.colorful a.apple{color:#000000}
.colorful a.microsoft{color:#0165b4}
.colorful a.dribbble{color:#ea4c89}
.colorful a.linkedin{color:#0077b5}
.colorful a.stumbleupon{color:#eb4823}
.colorful a.vk{color:#4a76a8}
.colorful a.stack-overflow{color:#f48024}
.colorful a.github{color:#24292e}
.colorful a.soundcloud{background:linear-gradient(#ff7400,#ff3400)}
.colorful a.behance{color:#191919}
.colorful a.digg{color:#1b1a19}
.colorful a.delicious{color:#0076e8}
.colorful a.codepen{color:#000}
.colorful a.flipboard{color:#f52828}
.colorful a.reddit{color:#ff4500}
.colorful a.tumblr{color:#365069}
.colorful a.twitch{color:#6441a5}
.colorful a.rss{color:#ffc200}
.colorful a.skype{color:#00aff0}
.colorful a.whatsapp{color:#3fbb50}
.colorful a.discord{color:#7289da}
.colorful a.share{color:var(--hero-color)}
.colorful a.email{color:#888}
.colorful a.external-link{color:#3500e5}
.social-front-hover a.facebook,.social-front-hover a.facebook-f{background:#3b5999}
.social-front-hover a.twitter{background:#00acee}
.social-front-hover a.whatsapp{background:#3fbb50}
.Super-Menu-logo{display:none}
#top-bar .container{background:var(--top-bar);padding:6px 0px;margin-bottom:8px;border-radius: 4px 4px 0 0;box-shadow: 0 -2px 5px 1px rgb(0 0 0 / 0.07);}
#top-menu .selectnav,.LSpeed-filter-logo{display:none}
.xvx-rox{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;}
.xvx-rox .social li{display:inline-block;list-style:none;line-height:40px}
.xvx-rox .social li a{display:block;width:25px;line-height:30px;margin: 0 7px;font-size:15px;text-align:center;color:var(--top-menu-text)}
.dark .post-body ol>li:before{color:#eee}
.ticker-pro .loading-icon{line-height:38px;}
.ticker-pro .widget .widget-content span.error-status{padding:0;line-height:30px;}
.ticker-pro .loading-icon:after{width:20px;height:20px;}
.ticker{position:relative;float:left;width:100%;margin:0;}
.ticker-pro{position:relative;margin:5px 10px 15px;overflow:hidden;background:var(--bg-cards);border-radius: 4px;box-shadow:var(--bg-cards-shadow);}
.ticker-pro .widget{display:block;height:30px;padding:5px 0;margin:0}
.ticker-pro .widget>.widget-title{display:block;position:relative;float:left;height:25px;line-height:25px;padding:0 10px;margin:0 10px 0 5px;border-right:1px solid rgba(0 0 0 / 0.18)}
.ticker-pro .widget>.widget-title>h3{display: flex;align-items: center;font-size:14px;font-weight:700;color:var(--theme-text-color);line-height:30px;margin:0}
.ticker-pro .widget>.widget-title>h3:before{content:'\f0e7';font-family:'Font Awesome 5 Free';float:left;font-size:9px;font-weight:900;margin:0 0 0 5px;text-align:center;width:16px;height:16px;border-radius:50%;background:var(--button-bg-color);color:var(--button-text-color);line-height:17px;}
.ticker-pro .widget-content{position:relative;justify-content:flex-end;flex:1;align-items:center;margin:0;display:none;height:30px;overflow:hidden;}
.breaking-ticker{position:relative;display:flex;box-sizing:border-box;justify-content:space-between;flex:1;margin:0;height:30px;}
.ticker-pro .open-iki,.ticker-pro .widget.PopularPosts .widget-content{display:flex!important}
.breaking-ticker .tickerNews .entry-title{height:30px;font-size:13px;font-weight:600;line-height:30px;margin:0;padding:0;overflow:hidden}
.breaking-ticker .tickerNews .entry-title a{position:relative;display:block;overflow:hidden;font-size:15px;}
.rtl .ticker-pro .widget>.widget-title{float: right;border-left: 1px solid rgba(0 0 0 / 0.18);border-right: unset;}
.breaking-ticker .active, .AflexNewsTested .active{opacity:1;visibility:visible;transform:translate3d(0,0,0);pointer-events:initial}
.mega-flex .section{width:50%;}
.tickerNews, .tickerPart{position:absolute;top:0;left:0;opacity:0;width: 100%;visibility:hidden;pointer-events:none;}
.tickerPart{transform:translate3d(80px,0,0);transition:all .80s cubic-bezier(0.68, -0.55, 0.27, 1.55)}
.tickerNews{;transform:translate3d(10px,0,0);transition:all .80s ease}
.buttons-fix{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;margin:0;height:30px}
.buttons-fix>a{display:flex;width:20px;height:20px;line-height:20px;font-size:12px;text-align:center;margin:0 2px;padding:5px;cursor:pointer;color:var(--bt-breaking-text);background:var(--bt-breaking)}
.buttons-fix>a:hover{opacity:0.8;}
.buttons-fix .prev:before{content:'\f053'}
.buttons-fix .next:before{content:'\f054'}
.buttons-fix a:before{display:block;font-family:'Font Awesome 5 Free';margin:auto;text-align:center;font-weight:900}
.mega-mode{position:relative;padding:0 15px;margin-right:10px;text-align:center;border-radius:30px;display:inline-block;align-items:center;z-index:999}
.dark-button{display:none;}
.dark-button + .dark-toggle{outline:0;display:inline-block;width:40px;height:20px;vertical-align:middle;position:relative;cursor:pointer;margin-left:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.dark-mode + .dark-toggle{border-radius:99em;transition:all .4s ease}
.dark-mode + .dark-toggle:after{content:'\f185';font-family:'Font Awesome 5 Free';font-size: 10px;font-weight:900;color:var(--button-text-color);line-height:18px;border-radius:100px;background:var(--button-bg-color);transition:left 0.3s cubic-bezier(0.175,0.885,0.32,1.275),padding 0.3s ease,margin 0.3s ease;position:absolute;width:18px;height:18px;top:1px;left:2px;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}
.dark .dark-mode + .dark-toggle{background:rgb(255 237 198 / 0.41)}
.dark-mode + .dark-toggle{background:rgb(111 111 111 / 0.25)}
.dark .dark-mode + .dark-toggle:after{content:'\f186';left:53%;background:#d5904e}
#Super-FlexMenuList>.mega-menu{position:unset!important}
.Super-Menu li:hover .xxcui8-bczxc{opacity:1;visibility:visible}
.drop-down>a:after{content:'\f078';float:right;font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;margin:-1px 0 0 5px}
.xxcui8-bczxc{position:absolute;background-color:var(--block-bg);top:59px;opacity:0;visibility:hidden;width:100%;left:0;box-sizing:border-box;border-radius:4px;right:0;z-index:3333;color:var(--white-bg);height:auto;padding:20px;min-height:100px;box-shadow:0 10px 10px rgba(0,0,0,0.28);transition:all .3s ease;}
.Super-Menu li:hover .xxcui8-bczxc{margin-top:1px;opacity:1;visibility:visible}
.xvc-bcb{width:calc((100% - 50px) / 5);box-sizing:border-box;float:left;overflow:hidden;position:relative}
.xvc-bcb:last-child{margin-right:0}
.xvc-bcb .post-filter-link{height:100%}
.xvc-bcbs{display:flex;justify-content:space-between;flex-wrap:wrap}
.xvc-bcbs .Mega-img-ui{height:180px;display:block;overflow:hidden;border-radius: 4px;}
.xvc-bcbs .entry-title{font-size:14px;font-weight:600;text-align: left;line-height:1.2em;margin:0}
.flex-section{display:flex;width:100%;float:left;align-items:center;justify-content:center;}
.flex-ft{display:flex;justify-content:center;padding: 0 10px;}
.tociki-pro{display:flex;width:100%;clear:both;margin:0}
.tociki-inner{position:relative;max-width:100%;font-size:14px;background-color:rgba(165 165 165 / 0.10);overflow:hidden;line-height:23px;border:1px solid #a0a0a0;border-radius:5px}
a.tociki-title{position:relative;display:flex;align-items:center;justify-content:space-between;height:38px;font-size:16px;font-weight:600;color:var(--text-font-color);padding:0 15px;margin:0}
.tociki-title-text{display:flex}
.tociki-title-text:before{content:'\f0cb';font-family:'Font Awesome 5 Free';font-size:14px;font-weight:900;margin:0 5px 0 0}
.rtl .tociki-title-text:before{margin:0 0 0 5px}
.tociki-title:after{content:'\f078';font-family:'Font Awesome 5 Free';font-size:12px;font-weight:900;margin:0 0 0 25px;color:var(--buttons-category-text);}
.rtl .tociki-title:after{margin:0 25px 0 0;}
.tociki-title.opened:after{content:'\f077'}
a.tociki-title:hover{text-decoration:none}
#tociki{display:none;padding:0 15px 10px;margin:0}
#tociki ol{padding:0 0 0 15px}
#tociki li{font-size:14px;font-weight: 500;margin:10px 0}
#tociki li a{color:var(--main-text-color)}
#tociki li a:hover{opacity:0.8;text-decoration:underline}
#top-ad-placeholder .widget > .widget-title,#bottom-ad-placeholder .widget > .widget-title{display:none}
#top-ad-placeholder,#bottom-ad-placeholder{margin:15px 0;padding:0;width:100%;overflow:hidden;}
.main-ads-pikihome{position:relative;margin:15px 5px}
.main-ads-pikihome .widget{position:relative;float:left;width:100%;line-height:0;margin:0 0 5px}
#post-placeholder{position:relative;box-sizing:border-box;width:100%;height:auto;padding:0 5px;margin:10px 0}
#post-placeholder .widget{position:relative;width:100%;line-height:0;height:auto}
.cbvx-cx{padding:20px;background:var(--footer-copyright-bg);}
.cbvx-cx .footer-copyright{position:relative;font-size:13px;margin:0}
.copyright-text{margin:0;color:var(--footer-text-color);}
.cbvx-cx .footer-copyright a{color:var(--footer-text-color)}
.cbvx-cx .footer-copyright a:hover{color:var(--footer-text-color)}
#xvxc-ccvb-mbcv{position:relative;display:block;margin:0}
.xvxc-ccvb-mbcv ul li{position:relative;float:right;margin:0}
.xvxc-ccvb-mbcv ul li a{float:right;font-size:14px;color:var(--footer-text-color);padding:0 5px;margin:0}
#xvxc-ccvb-mbcv ul li a:hover{opacity:0.8;}
.sharing-button .facebook a,.sharing-button .facebook-f a{background-color:#3b5999}
.sharing-button .twitter a,.sharing-button .twitter-square a{background-color:#00acee}
.sharing-button .reddit a{background-color:#ff4500}
.sharing-button .pinterest a,.sharing-button .pinterest-p a{background-color:#ca2127}
.sharing-button .linkedin a{background-color:#0077b5}
.sharing-button .whatsapp a{background-color:#3fbb50}
.sharing-button .email a{background-color:#888}
.Super-Menu .fa{color:#FFF! important}
#Super-MenuTested{position:relative;float:left;width:100%;height:auto;margin:0}
.Super-MenuWorks .container{margin:0 auto;}
.Super-MenuWorks-wrap,.Super-MenuWorks{position:relative;float:left;z-index:990;width:100%;height:60px;box-sizing:border-box;padding:0;}
.SuperLogo-wrap{position:relative;box-sizing:border-box;background:var(--main-menu-bg);width:100%;float:left;margin:0 30px 0 0;padding:0;border-radius:0 0 4px 4px;box-shadow:0px 2px 5px 1px rgb(0 0 0 / 0.07);}
.xvx-rox img{display:block;width:auto;height:auto;max-height:45px;margin:0 10px 0 0;}
.show-menu-space{display:none;color:var(--main-menu-text-color);height:40px;font-size:17px;padding:0 15px;}
.header-section{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;float:left;width:100%;margin:0;}
.header-left{position:static;display:flex;margin:0;align-items: center;}
.rtl .header-right{left:14px;right: unset;}
.header-right{position:absolute;top:0;right:14px;margin:0;z-index: 11;background:var(--main-menu-bg);overflow: hidden;}
.xvx-rox h1{display:block;font-size:25px;color:var(--main-logo-text-color);height:30px;line-height:30px;overflow:hidden;padding:0;margin:0}
.xvx-rox h1 a{color:var(--main-logo-text-color)}
.xvx-rox #title-header{display:none;visibility:hidden}
#xvx-rox1{display:none;}
.xvx-rox .LinkList .widget-content{display:flex;justify-content:space-between;align-items:center;}
.xvx-rox .social{border-left:1px solid rgb(133 133 133 / 0.44);}
.rtl .xvx-rox .social{border-left:initial;border-right:1px solid rgb(133 133 133 / 0.44);}
.Super-MenuWorks.show{top:0;margin:0;}
.Super-MenuWorks.fixed-nos.show{background:var(--main-menu-bg)}
.main-menu-wrap{position:static;height:56px;margin:0}
#Super-FlexMenu .widget,#Super-FlexMenu .widget>.widget-title{display:none}
#Super-FlexMenu .show-menu{display:block}
#Super-FlexMenu{position:static;height:56px;z-index:10}
#Super-FlexMenu ul>li{position:relative;display: flex;flex-shrink: 0;}
#Super-FlexMenuList>li>a{position:relative;display:block;height:56px;font-size:14px;color:var(--main-menu-text-color);font-weight:600;text-transform:capitalize;line-height:56px;padding:0 10px;margin:0}
#Super-FlexMenuList>li>a i{margin:0 3px 0 0;font-size:16px;color:var(--button-bg-color)}
#Super-FlexMenuList>li>a:hover{opacity:0.8}
#Super-FlexMenu ul>li>ul{position:absolute;float:right;right:0;top:60px;width:180px;background:var(--submenu-bg-color);z-index:99999;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);padding:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.15),0 2px 10px 0 rgba(0,0,0,0.17)}
#Super-FlexMenu ul>li>ul>li>ul{position:absolute;top:0;right:100%;-webkit-transform:translateX(10px);transform:translateX(10px);margin:0}
#Super-FlexMenu ul>li>ul>li{display:block;float:none;position:relative}
#Super-FlexMenu ul>li:not(ul>li>ul>li):nth-child(1) a:before{content:'\f015';font-family:'Font Awesome 5 Free';font-size:15px;font-weight:900;margin:0 0 0 7px;}
#Super-FlexMenu ul>li>ul>li a{position:relative;display:block;height:36px;font-size:13px;color:var(--sub-menu-text-color);line-height:36px;font-weight:600;box-sizing:border-box;padding:0 15px;margin:0;border-bottom:1px solid rgba(155,155,155,0.07)}
#Super-FlexMenu ul>li>ul>li:last-child a{border:0}
#Super-FlexMenu ul>li>ul>li:hover>a{opacity:0.8}
#Super-FlexMenu ul>li.sub-tab>a:after, #Super-FlexMenu ul>li.sub-has>a:after{content:'\f078';float:left;font-family:'Font Awesome 5 Free';font-size:9px;font-weight:900;margin:1px 5px 0 0}
#Super-FlexMenu ul>li>ul>li.sub-tab>a:after{content:'\f053';float:left;margin:0}
#Super-FlexMenu ul>li:hover>ul,#Super-FlexMenu ul>li>ul>li:hover>ul{visibility:visible;opacity:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate(0);transform:translate(0)}
#Super-FlexMenu ul ul{transition:all .35s ease}
.loading-icon{width:100%;height:100%;display:flex ;justify-content:center;align-items:center;}
.raw-box .loading-icon{height:185px}
.loading-icon:after{content:"";width:40px;height:40px;border-radius:50%;border:2px solid var(--main-text-color);border-right:2px solid #c1c1c1;display:inline-block;animation:runload 0.6s infinite}
@-webkit-keyframes runload{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes runload{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
.loading-frame{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.run-time{animation-name:fadeIn}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,5px,0)}
to{opacity:1;transform:translate3d(0,0,0)}
}
.load-time{animation-name:fadeInUp}
.overlay{visibility:hidden;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;margin:0;transition:all .25s ease}
.show-menu-space:before{content:"\f0c9";font-family:'Font Awesome 5 Free';font-size:20px;font-weight:900}
#menu-space{display:none;position:fixed;width:70%;height:100%;top:0;right:0;bottom:0;background:var(--mobile-menu-bg);overflow:auto;z-index:1010;-webkit-transform:translateX(100%);transform:translateX(100%);visibility:hidden;box-shadow:3px 0 7px rgba(0,0,0,0.1);-webkit-transition:all .5s cubic-bezier(.79,.14,.15,.86);-moz-transition:all .5s cubic-bezier(.79,.14,.15,.86);-o-transition:all .5s cubic-bezier(.79,.14,.15,.86);transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.spring-open #menu-space{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;opacity:.99;-webkit-transition:all .5s cubic-bezier(.79,.14,.15,.86);-moz-transition:all .5s cubic-bezier(.79,.14,.15,.86);-o-transition:all .5s cubic-bezier(.79,.14,.15,.86);transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.area-runs{display:flex;padding:10px;margin:0;opacity:0;transition:all ease-in-out .3s;justify-content:flex-end;}
#menu-space{transition:all .6s ease-in-out}
.hide-Super-Menu:hover{opacity:0.8;}
.hide-Super-Menu{display:block;color:var(--main-menu-text-color);font-size:14px;line-height:28px;text-align:center;cursor:pointer;z-index:20;background:rgb(137 137 137 / 0.10);border-radius:4px;padding:0 12px;transition:transform ease-out .2s;}
.hide-Super-Menu:before{content:"\f00d";font-family:'Font Awesome 5 Free';font-weight:900}
.spring-open .area-runs,.spring-open .menu-space-flex{opacity:1}
.menu-space-flex{display:flex;flex-direction:column;opacity:0;justify-content:space-between;float:left;width:100%;height:calc(100% - 8%);transition:all ease-in-out .3s}
.social-mobile ul{margin: 0 15px 0 0;float: right;}
.post-inner-data.flex{display:flex;align-content:center;}
.post-inner-user{position:relative;float:left;}
span.author-image{position:relative;display:block;height:40px;width:40px;}
span.author-image img{border-radius:50%;}
.Super-Menu{position:relative;float:left;width:100%;box-sizing:border-box;padding:15px}
ul#Super-FlexMenuList{display:flex;height:56px;margin: 0 0 0 15px;}
.Super-Menu>ul{margin:0}
#Super-FlexMenu .fa{padding:0 5px}
.Super-Menu .fa{margin:5px;padding:auto}
.Super-Menu .m-sub{display:none;padding:0}
.Super-Menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:14px;font-weight:600;margin:0;padding:0}
.Super-Menu>ul li ul{overflow:hidden}
.Super-Menu>ul>li{border-bottom:1px solid rgb(181 181 181 / 0.20)}
.Super-Menu>ul>li.sub-tab>a:after,.Super-Menu>ul>li>ul>li.sub-tab>a:after{font-family:'Font Awesome 5 Free';font-weight:900;content:"\f078";font-size:12px;position:absolute;right:0;margin-right:10px;height:100%;flex-direction:row;align-items:center;justify-content:center}
.rtl .Super-Menu>ul>li.sub-tab>a:after,.rtl .Super-Menu>ul>li>ul>li.sub-tab>a:after{left:0;right:unset;}
.Super-Menu ul li.sub-tab.show>a:after{content:'\f077'}
.Super-Menu ul li a:hover,.Super-Menu ul li.sub-tab.show>a,.Super-Menu ul li.sub-tab.show>.submenu-toggle{color:fff}
.Super-Menu>ul>li>ul>li a{display:block;font-size:13px;font-weight:600;color:var(--sub-menu-text-color);padding:5px 15px 5px 0;}
.Super-Menu>ul>li>ul>li a:before{content:"\2022";font-family:'Font Awesome 5 Free';font-style:normal;font-weight:700;color:rgb(88 88 88 / 0.42);font-size:15px;padding-left:5px}
.Super-Menu>ul>li>ul>li>ul>li>a{padding:5px 30px 5px 0}
.Super-Menu ul>li>.submenu-toggle:hover{opacity:0.8;}
.fixed-nos{position:fixed;top:-80px;left:0;width:100%;z-index:990;box-shadow: none;transition:top .17s ease}
.spring-open .fixed-nos{top:0}
.spring-open{overflow:hidden;left:0;right:0}
.search-wrap{position:relative;display:flex;height:56px;align-items:center;margin:0;}
#search-flex{display:none;position:absolute;top:0;left:0;width:100%;height:60px;background-color:var(--bg-cards);z-index:25;margin:0;padding:0 20px;box-sizing:border-box;overflow:hidden}
.search-flex-container{display:flex;justify-content:space-between;align-items:center;position:relative;float:right;width:100%;height:100%;background-color:rgba(0,0,0,0);overflow:hidden;margin:0;animation:animateSearch .30s ease}
.search-flex-container .search-form{position:relative;height:34px;background-color:rgb(139 139 139 / 0.16);flex:1;padding: 0 0 0 10px;border:0;border-radius: 0 4px 4px 0}
.search-flex-container .search-input{position:relative;width:100%;height:35px;background-color:rgba(0,0,0,0);font-size:14px;color:var(--search-bt-text);font-weight:400;padding:0 15px 0 0;border:0;}
.search-flex-container .search-input:focus,.search-flex-container .search-input::placeholder{color:var(--search-bt-text);outline:none}
.search-flex-container .search-input:focus,.search-flex-container .search-input::placeholder{color:var(--search-bt-text);outline:none}
.search-flex-container .search-input::placeholder{opacity:.70}
.search-hidden:after{content:'\f00d';font-family:'Font Awesome 5 Free';font-weight:900;margin:0;}
@-webkit-keyframes animateSearch{0%{transform:translateX(-100px);opacity:0}
100%{transform:translateX(0);opacity:1}}
.search-flex-close{width:34px;height:34px;border-radius:4px 0 0 4px;background:rgb(139 139 139 / 0.16);color:var(--search-bt-text);font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease-out .2s;z-index:20;padding:0;margin:0;}
.search-flex-close:hover{opacity:0.8;}
.search-button-flex{color:var(--button-bg-color);top:0;right:0;width:40px;height:40px;font-size:16px;text-align:center;line-height:40px;cursor:pointer;z-index:20;padding:0;margin:0;transition:margin .25s ease;}
.search-button-flex:before{content:"\f002";font-family:'Font Awesome 5 Free';font-weight:900}
input.search-input{background-color:transparent;border:0;text-align:start;font-size:35px;padding:20px;color:#fff;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}
input.search-input[type=text]{width:83%;height:60px;display:block}
.search-msg{text-align:center;font-size:18px;color:rgba(255,255,255,0.96);padding:5px 0;margin:10px 0;border-bottom:1px dashed rgba(255 255 255 / 0.36)}
.search-input{position:relative;padding:20px;padding-bottom:10px}
.search-input input{border-radius:5px;padding:5px 10px;width:98%;border:2px solid #eee}
#cookies-iki{display:none;position:fixed;bottom:20px;left:20px;width:300px;background-color:var(--block-bg);z-index:222;padding:20px;visibility:hidden;opacity:0;border-radius:4px;box-shadow:0 2px 8px 0px rgb(0 0 0 / 0.11);transition:all .30s ease}
#cookies-iki .cookies .widget .widget-content a{color:var(--navigation-runs-text);text-decoration:underline;}
#cookies-iki.cookies-show{visibility:visible;opacity:1;}
#cookies-iki .cookies .widget .widget-title{display:none;}
.cookies-bt{display:inline-block;height:35px;background-color:var(--button-bg-color);font-size:14px;color:var(--button-text-color);font-weight:600;line-height:35px;padding:0 20px;border:0;border-radius:4px;}
#cookies-iki .cookies .widget .widget-content{display:block;font-size:14px;color:var(--navigation-runs-text);margin:0 0 15px;}
.cookies-bt:hover{opacity:0.8}
#hidden-widget-container,.hide,.hidden-widgets{display:none;visibility:hidden}
.post-snip{color:var(--post-snip-data);font-size:12px;font-weight:400;padding:0}
span.post-author{font-weight: 500;margin:0}
span.post-author:not(.entery-category-fly span.post-author){color:var(--lables-buttons-color);}
.featured-box .post-snip:not(.bcxd-blocx .post-snip),.cvxc-gribv .post-snip,.xcxxc-secon .post-snip,.sidebar .PopularPosts .gaint .post-snip,.video-section .post-snip,.vdfgl-sectf .post-snip{--post-snip-data:var(--snip-text-color);--label-text-color:var(--snip-text-color);}
.entery-category-box{overflow:hidden;}
.block-box .entery-category-box, .sidebar .popular-post .entery-category-box{padding: 7px 0 0;}
span.post-tag{width:fit-content;display:flex;align-items:center;height:18px;background-color:var(--lables-buttons-color);font-size:10px;color:var(--lables-text-color);font-weight:600;text-transform:uppercase;line-height:0;padding:1px 8px 0;border-radius:2px;z-index:2;}
img.post-author-image{position:relative;display:inline-block;height:20px;width:20px;border-radius:50%;vertical-align:middle;}
.rtl img.post-author-image{margin: 0 0 0 5px;}
span.post-author:after{position:relative;display:inline-block;content:"-";margin:0 4px;color:var(--post-snip-data)}
.post-inner-username{display:flex;flex-direction:column;margin:0 0 0 10px;}
.all-flex{display:flex;justify-content:space-between;align-items:center;padding:0 0 12px;border-bottom:1px solid rgb(100 100 100 / 0.12)}
.post-inner-comments.flex{position:relative;overflow:hidden;margin:0 5px 0;display:flex;align-items:center;align-content:center;}
.post-times{position:relative;overflow:hidden;margin:4px 0 0;}
span.post-author-times{position:relative;display:block;font-size:12px;color:var(--theme-text-color);}
span.post-author-times i{margin:0 4px 0 0;}
.rtl span.post-author-times i{margin:0 0 0 4px;}
.post-times span.post-date{position:relative;font-size:12px;color:var(--post-snip-data);}
span#readTime{position:relative;font-size:12px;color:var(--post-snip-data);display:inline-block}
span#readTime:before{content:"\f017";font-family:'Font Awesome 5 Free';font-size:13px;margin:0 8px 0 3px;float:right}
.post-times span.post-date:before{content:"\f272";font-family:'Font Awesome 5 Free';font-size:13px;margin:0 0 0 5px;}
.post-snip .post-date:before{font-family:'Font Awesome 5 Free';font-weight:400;margin:0 3px 0 0}
.item .post-snip .post-author:before{content:'By -';margin:0 3px 0 0;font-weight:normal;}
.item .post-snip .post-date:before{content:'\f017'}
.post-snip a{color:#333;transition:color .40s}
.post-snip .author-image{overflow:hidden;position:relative;display:inline-block;width:25px;vertical-align:middle;height:25px;background-color:var(--runs-author-color);padding:1px;margin:0 3px 0 0;border:1px solid rgba(0 0 0 / 0.25);border-radius:100%;box-shadow:0px 0px 4px 3px rgba(0 0 0 / 0.06);}
.piki-ads{display:block;overflow: hidden;background-color:var(--ads-bg);text-align:center;line-height:85px;font-size:13px;font-style:italic;color:var(--ads-text);border-radius:6px;}
.piki-ads-res{display:block;background-color:var(--ads-bg);text-align:center;line-height:205px;font-size:13px;font-style:italic;color:var(--ads-text);border-radius:6px;}
.post-filter .entry-title,.raw-box .entry-title,.crxx-blox .entry-title,.related-wrap-ui .entry-title,.Super-related .entry-title{display:block;width:100%;text-decoration:none;font-weight:700;line-height:1.3em;padding:5px 0;margin:0}
.post-filter .entry-title, .raw-box .cvxc-gribv .entery-category-box .entry-title,.raw-box .entery-category .entry-title{font-size:17px;}
.raw-box .entery-category .entry-title{margin:10px 0;line-height: 18px;}
.raw-box .entery-category-box .entry-title{font-size:15px;line-height: 19px;}
.crxx-blox .bcxd-blocx .entry-title, .raw-box .entery-category-box .entry-title,.raw-box .entery-category .entry-title{height:34px;overflow:hidden;}
.Super-related .entry-title,.crxx-blox .entry-title,.related-wrap-ui .entry-title{font-size:14px;}
.entry-title a{display:block;color:var(--featured-posts-title)}
.entry-title a:hover{opacity:0.8}
.StickyBox{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform: translate3d(0,72%,0);transition: all .2s ease;z-index:15151515;}
.show-share .StickyBox{opacity:1;visibility:visible;transform: translate3d(0,0,0);}
.StickyTab{display:flex;flex-direction:row;align-content:center;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;padding:0 0 20px;margin:0 0 10px;color:var(--title-share);border-bottom:1px solid rgb(92 92 92 / 0.17);}
.StickyType{position:relative;display:block;float:left;font-size:15px;font-weight: 700;}
.copy-section{width:100%;}
.copy-section .title{font-size:14px;font-weight:700;padding:0 20px;}
.copy-post{display:flex;align-items:center;align-content:center;box-sizing:border-box;position:relative;justify-content:center;margin:10px 20px 0;}
.copy-post:before{content:'\f0c1';font-weight:600;font-family:'Font Awesome 5 Free';position:absolute;left:12px;font-size:15px;color:var(--theme-text-color)}
.rtl .copy-post:before{left:initial;right:12px;}
.copy-post.copied:before{content:'\f560';color:#16c900;}
.copy-post input#showlink{color:#6b6b6b;background: transparent;width:100%;height:35px;padding:0 0 0 38px;border:1px solid rgb(133 133 133 / 0.20);border-radius:5px 0 0 5px;}
.rtl .copy-post input#showlink{padding:0 38px 0 0;border-radius:0 5px 5px 0;}
.copy-post button{background:var(--button-bg-color);color:var(--button-text-color);height:35px;width:80px;border:none;cursor:pointer;border-radius:0 5px 5px 0;}
.rtl .copy-post button{border-radius:5px 0 0 5px;}
.StickyTab label{position:relative;display:block;font-size:20px;cursor:pointer;color:var(--title-share)}
.StickyDemo{width:100%;max-width:500px;max-height:90%;display:flex;margin:0 auto;padding:20px 20px 35px;background-color:var(--bg-cards);border-radius:8px;overflow:hidden;position:relative;box-shadow:0 10px 8px -8px rgb(0 0 0 / 0.12);flex-direction:column;align-content:center;align-items:center;justify-content:space-between;}
.share-wrapper-icons.colorful-ico{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 10px;padding:10px 0 20px;border-bottom:1px solid rgb(133 133 133 / 0.20);}
.share-wrapper-icons.colorful-ico li{list-style:none;width:25%;text-align:center;}
.share-wrapper-icons.colorful-ico li a{display:block;width:80px;height:40px;line-height:25px;font-size:11px;margin:6px auto;padding:15px 0;border-radius:2px;background:var(--box-posts-share);border:1px solid rgb(205 222 247 / 0.18);text-align:center;cursor:pointer;}
.share-wrapper-icons.colorful-ico li a:hover{opacity:0.8}
.messageDone span{position:absolute;left:0;right:0;bottom:-70px;font-size:12px;display:block;width:190px;margin:0 auto 20px;padding:8px;border-radius:3px;background-color:rgb(0 0 0 / 0.63);color:#fefefe;line-height:20px;text-align:center;opacity:0;-webkit-animation:slidein 2s ease forwards;animation:slidein 2s ease forwards;}
div#messageDone{display:block;padding:20px 0 0;}
.share-wrapper-icons.colorful-ico a:before{font-size:24px;text-align:center;margin:0 auto;display:block;}
.show-share .overlay{filter:blur(2.5px);background-color:rgba(27,27,37,0.5);z-index:151515;backdrop-filter:saturate(100%) blur(2.5px);visibility:visible;opacity:1;}
.featured-box.item0 .entry-title,.sidebar .PopularPosts .gaint h2.entry-title,.cvxc-gribv .entry-title a,.xcxxc-secon.item0 .entry-title a,.video-section.item0 .entry-title a,.post-filter .entry-title,.vdfgl-sectf.item0 .entry-title a{color:var(--featured-posts-title-featured)}
.xcxxc-secon.item0 .entry-title,.vdfgl-sectf.item0 .entry-title,.video-section.item0 .entry-title{font-size:23px;}
.erf3f-main-xxui8{display:flex;flex-wrap:wrap;justify-content:space-between;}
a.simple-viewmore:hover{opacity:0.8}
.xce4-main-xcgr5{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;}
.xcxxc-secon.fl.item0{grid-column:1/5;}
.block-box.fl{display:grid;grid-column:5/8;background:var(--bg-cards);box-shadow:var(--shadow-light);border:1px dashed #6e69ff;border-radius:4px;}
.cvxc-gribv{width:calc((100% - 45px) / 4);position:relative;margin:0;background: var(--bg-cards);overflow: hidden;border-radius: 4px;box-shadow: var(--shadow-light);}
.piki-hero .modal-image .post-filter-link{position:relative;width:100%;height:130px;display:block;overflow:hidden}
.cvxc-gribv .modal-image .post-filter-inner{position:relative;width:100%;height:274px;display:block;overflow:hidden}
.cvxc-gribv .entry-title{font-size: 18px;}
.xcxxc-secon .block-img{position:relative;float:left;width:100%;height:378px;overflow:hidden;box-sizing:border-box;border-radius: 5px;padding:0;margin:0}
.cvbxc-scpc{position:relative;float:right;padding:0 10px;overflow:hidden;border-bottom:1px dashed var(--button-bg-color);}
.cvbxc-scpc:last-child{border-bottom:none;}
.cvbxc-scpc .entery-category-box .entry-title:before{float:right;content:'\2022';color:var(--button-bg-color);font-weight:900;font-family:'Font Awesome 5 Free';font-size:22px;margin:0 0 0px 4px;}
.cv-flxcb{float:right;position:relative;margin:0 0 15px;padding:4px;width:100%;box-sizing:border-box;}
.cv-flxcb-hero{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}
.cv-flxcb .cv-flxcb-thumb{position:relative;display:block;overflow:hidden;border-radius:4px;float:right;width:230px;height:157px;margin:0 0 0 15px;}
.cv-flxcb .cv-flxcb-thumb .post-filter-link{float:right;width:100%;height:100%;box-sizing:border-box;}
.cv-flxcb .entery-category-box{background:var(--bg-cards);box-shadow:var(--shadow-light);padding:10px;border-radius:4px;}
.type-list1 .cv-flxcb .entry-title{font-size:20px;}
.video-step,.hall-step{position:relative;float:right;margin:0;padding:10px;overflow:hidden;background:var(--bg-cards);border-radius:4px;box-shadow:var(--shadow-light);}
.cvbxc-scpc .block-thumb{position:relative;float:left;width:125px;height:83px;overflow:hidden;box-sizing:border-box;padding:0;margin:0 12px 0 0;border-radius:4px;}
.video-step .vblock-thumb,.hall-step .hall-thumb{position:relative;float:left;width:100%;height:122px;overflow:hidden;box-sizing:border-box;border-radius: 4px;padding:0;margin:0;}
.video-step .entery-category-box,.hall-step .entery-category-box,.type-block2 .entery-category-box{float:right;}
.video-section, .vdfgl-sectf{position:relative;float:right;margin:0;border-radius:4px;overflow:hidden;background: var(--bg-cards);box-shadow: var(--shadow-light);}
.cvxc-gribv .modal-image{position:relative;display:block;overflow:hidden;}
.video-vg, .block-hall{display:flex;justify-content:space-between;margin:0}
.video-grid,.hall-grid{display:grid;margin:0;grid-gap:10px;grid-template-columns:repeat(2,1fr);}
.video-vg .vg-s, .block-hall .rv{width:calc((100% - 15px) / 2);}
.video-section .vblock-img, .vdfgl-sectf .hall-img{position:relative;float:right;width:100%;height:421px;overflow:hidden;box-sizing:border-box;padding:0;margin:0}
span.post-tag-fly{position:absolute;left:5px;bottom:5px;background-color:var(--lables-buttons-color);font-size:10px;color:var(--lables-text-color);font-weight:500;text-transform:uppercase;padding:1px 8px 0;border-radius:4px;z-index:2;}
.raw-box .type-megagrid{overflow:hidden;}
.raw-box .open-iki,.featured-post-pro .open-iki{display:block!important}
.entery-category-fly{position:absolute;left:0;bottom:0;z-index:11;width:100%;box-sizing:border-box;padding:5px 10px 10px}
.featured-grid-all .entery-category-fly{right:30px;width:85%;}
.recbvf-bbv-featured{position:relative;margin:0 0 30px;clear:both}
.BiggerRelated{display:flex;justify-content:space-between;flex-wrap:wrap;margin:10px 0 0;}
.related-runs{position:relative;margin:0 0 25px;clear:both;display:block;padding:15px;background:var(--bg-cards);box-shadow:var(--bg-cards-shadow);border-radius:4px;}
.Super-related .entry-title a{position:relative;display:block;font-size:14px;line-height:17px;}
.related-runs .recbvf-bbv{width:31%;position:relative;margin:0}
a.post-filter-inner.gaint{position:relative;display:block;overflow:hidden;}
.entery-category{position:relative;overflow:hidden;padding:10px;}
.recbvf-bbv-featured{position:relative;margin:0 0 30px;clear:both}
.recbvf-bbv{width:calc((100% - 10px) / 3);position:relative;margin:0}
.recbvf-bbv .recbvf-bbv-thumb .post-filter-link{position:relative;width:100%;height:100%;display:block;overflow:hidden}
.recbvf-bbv .recbvf-bbv-thumb{width:100%;height:130px;display:block;overflow:hidden;border-radius: 4px;}
.blog-posts .widget-title,.title-wrap,.related-runs .widget-title{display:flex;justify-content:space-between;align-items:center;}
.home .blog-posts .widget-title{background: var(--bg-cards);padding: 0 8px;box-shadow: var(--shadow-light);border-radius: 4px;}
a.simple-viewmore{color:var(--theme-text-color);font-size:13px;font-weight:600;}
.crxx-blox .widget{display:none;float: left;width: 100%;box-sizing: border-box;border-radius:4px;padding:7px;}
.crxx-blox .widget.PopularPosts,.crxx-blox .open-iki{display:block!important}
.crxx-blox .widget .widget-content{position:relative;float: left;width: 100%;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:365px;}
.featured-box.item0 .entry-title{font-size:21px}
.featured-grid-all{position:relative;display:grid;width:100%;grid-template-columns:repeat(2,1fr);grid-gap:10px;margin:0 0 10px}
.crxx-blox .widget .featured-box.item0 .post-filter-inner{height:522px;}
.featured-box{position:relative;width:100%;background:var(--bg-cards);overflow: hidden;border-radius:10px;box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 0.07);}
.bcxd-blocx{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;margin: 0;}
.bcxd-blocx .featured-box.item1, .bcxd-blocx .featured-box.item2{grid-row:1/2;}
.bcxd-blocx .featured-box.item3, .bcxd-blocx .featured-box.item4{grid-row:2/3;}
.post-tag-color{display:block;color:var(--lables-buttons-color);font-size:13px;font-weight:600;}
div#room-box0{margin:15px 0 0;}
.crxx-blox .widget .post-filter-link{width:100%;height:100%;position:relative;display:block;overflow:hidden;}
.crxx-blox .widget .post-filter-inner{width:100%;height:140px;display:block;overflow:hidden;}
.raw-box .widget{float:right;width:100%;padding:15px;border-radius:4px;margin:15px 0;box-sizing:border-box;}
.raw-box .widget-title{display:flex;flex-direction:row;align-content:center;justify-content:space-between;align-items:center;background: var(--bg-cards);padding:0 8px;box-shadow: var(--shadow-light);border-radius:4px}
.raw-box .cvxc-gribv .modal-image .post-filter-link{height:100%;width:100%;display:block}
.blog-posts .widget-title,.raw-box .widget-title,.title-wrap,.sidebar .widget-title,.related-runs .widget-title{position:relative;float:none;width:100%;height:35px;box-sizing:border-box;margin:0 0 14px;}
.blog-posts .widget-title h3,.raw-box .widget-title h3,.sidebar .widget-title h3,.title-wrap h3,.related-runs .widget-title h3{position:relative;float:left;font-family:var(--title-font);height:32px;font-size:13px;color:var(--theme.text.color);text-transform:uppercase;font-weight:700;line-height:32px;padding:0 0 0 12px;margin:0;}
.blog-posts .widget-title h3:before, .raw-box .widget-title h3:before, .sidebar .widget-title h3:before, .title-wrap h3:before, .related-runs .widget-title h3:before{content: '';width:22px;float:right;height:22px;background:var(--button-bg-color);border:6px solid #cbd2ff;border-radius:50%;margin:4px 0 0 6px;}
.rtl .blog-posts .widget-title h3,.rtl .raw-box .widget-title h3,.rtl .sidebar .widget-title h3,.rtl .related-runs .widget-title h3{float:right;}
.sidebar .PopularPosts .gaint h2.entry-title{font-size:16px;}
.error-status{display:block;text-align:center;font-size:13px;color:var(--theme-text-color);padding:35px 0;font-weight:600}
.error-status b{font-weight:600}
.wait{font-size:14px;text-align:center;height:300px;line-height:300px;display:flex;justify-content:center;align-items:center}
.related-runs .recbvf-bbv{width:31%;position:relative;margin:0;}
.BiggerSidebarOk{position:relative;float:left;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;}
.BiggerSidebarOk .sidebarui-posts{position:relative;display:flex;flex-direction:column;}
.BiggerSidebarOk .sidebarui-posts .glax-img{position:relative;width:100%;height:85px;margin:0;overflow:hidden;border-radius:4px;}
.BiggerSidebarOk .sidebarui-posts .entry-title{font-size:14px;display:block;font-weight:600;line-height:1.3em;}
.featured-meta{position:relative;overflow:hidden;box-sizing:border-box;padding:5px 10px;}
.queryMessage{display:block;font-size:15px;font-weight:600;padding:0 0 0 10px;border-radius:4px;margin:0 0 5px;color:var(--theme-text-color);overflow:hidden;}
.queryMessage .query-info{margin:0 5px}
.queryMessage .search-query{font-weight:bold;text-transform:uppercase}
.queryMessage .query-info:before{content:'\f053';font-family:'Font Awesome 5 Free';float:right;font-size:11px;font-weight:900;margin:0 0 0 5px;}
.queryEmpty{font-size:13px;font-weight:500;text-align:center;padding:10px 0;margin:0 0 20px}
.dark table,.dark td{border-color:rgba(255,255,255,0.1)}
.share-top{position:relative;display:block;margin:0 10px;font-size:15px;color:var(--featured-posts-title);background:rgb(128 128 128 / 0.07);width:35px;height:28px;line-height:28px;text-align:center;cursor:pointer;border:1px solid rgb(129 129 129 / 0.19);border-radius:3px;}
.post-inner-area .post-snip{color:var(--theme-text-color);padding:10px 5px 10px;font-size:13px;border-bottom:1px solid #ccc}
.comment-bubble{margin-top:4px;color:var(--cm-count)}
.comment-bubble:before{content:"\f27a";font-family:'Font Awesome 5 Free';font-size:15px;font-weight:400;margin-right:5px}
.rtl .comment-bubble:before{margin:0 5px 0 0}
.post-inner-area{position:relative;float:left;width:100%;overflow:hidden;padding:15px 10px 20px;box-sizing:border-box;margin:0 0 10px;background:var(--bg-cards);box-shadow:var(--bg-cards-shadow);border-radius:4px;}
.post-filter-wrap{position:relative;float:right;display:block;padding:10px 0;border-radius:4px;box-sizing:border-box;overflow:hidden;}
.blog-post{display:block;word-wrap:break-word}
.post-filter-wrap .grid-posts{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:25px;margin:0;}
.post-filter-link.video-nos:after{content:"\f04b";font-family:'Font Awesome 5 Free';font-size:14px;width:58px;height:38px;line-height:38px;border-radius:11px;font-weight:900;background:var(--ico-relative);vertical-align:middle;color:#fff;opacity:.7;align-items:center;top:50%;right:50%;transform:translate(50%,-50%);position:absolute;z-index:111;padding:0 0 0 2px;margin:0;text-align:center;transition:background .30s ease}
.type-video .post-filter-link.video-nos:hover:after{background:#fe1111;}
.feat-posts .post-filter-link.video-nos:after,.PopularPosts .post:not(.post-0) .post-filter-link.video-nos:after,.cvxc-gribv .modal-image .post-filter-link.video-nos:after, .cvbxc-scpc .post-filter-link.video-nos:after,.video-step .post-filter-link.video-nos:after,.hall-step .post-filter-link.video-nos:after{transform: translate(50%,-50%) scale(.4);}
.type-video .post-filter-link.video-nos:after{opacity:1;border-radius:100%;height:58px;line-height:58px;}
.post-filter{position:relative;float:left;box-sizing:border-box;padding:8px;margin:10px 0;overflow:hidden;background:var(--bg-cards);border-radius:4px;box-shadow:var(--shadow-light);}
.post-filter .post-filter-image .post-filter-inner{position:relative;float:right;width:100%;height:100%;overflow:hidden;box-sizing:border-box;border-radius:4px;padding:0;margin:0 0 15px;}
.post-filter .post-filter-image .post-filter-link{position:relative;width:100%;height:200px;display:block;overflow:hidden;}
.post-filter .post-filter-image .snip-thumbnail{display:block;position:absolute;top:50%;left:50%;max-width:none;max-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.label-news-flex{color:var(--label-text-color);font-size:12px;line-height:15px;font-weight:400;white-space:nowrap;width:auto;overflow:hidden;padding:5px 0 0;margin:0;}
#feed-view #main{position:relative;overflow: hidden;box-sizing:border-box;margin:0 0 26px}
.fl-footer{display:flex;justify-content:space-between;flex-wrap: wrap;}
.cvcx-Fcxv{position:relative;display:flex;flex-direction:column;width:calc((100% - 90px) / 3);float:left;padding:25px 0;margin:0;}
.xxex-xcc3{position:relative;display:flex;flex-direction:row;padding:25px 0;margin:0;border-top:1px solid rgb(133 133 133 / 0.12);align-items:center;justify-content:space-between;}
.xxex-xcc3 .widget{position:relative;float:right;box-sizing:border-box;margin:0 auto}
.xxex-xcc3 .Image{width: calc(100% - 320px);padding:0 25px 0 0}
.xxex-xcc3 .Image .widget-content{position:relative;float:right;margin:0;width:100%}
.xxex-xcc3 .about-content .widget-title{position:relative;display:block;text-align: center;box-sizing:border-box;}
.xxex-xcc3 .about-content{display:flex;float:right;padding:0;box-sizing:border-box}
.xxex-xcc3 .Image .no-image .about-content{max-width:100%;padding:0 30px 0 0}
.xxex-xcc3 .Image .image-caption{float: left;font-size:13px;margin:0;color:var(--footer-about-text)}
.xxex-xcc3 .colorful-ico li, .social-mobile .colorful-ico li{float:right;margin:0 0 0 7px}
.xxex-xcc3 .colorful-ico li:last-child, .social-mobile .colorful-ico li:last-child{margin:0}
.xxex-xcc3 .colorful-ico li a, .social-mobile .colorful-ico li a{display:block;width:25px;height:25px;font-size:13px;background:rgb(153 153 153 / 0.08);border:1px solid rgb(117 117 117 / 0.30);border-radius: 4px;text-align:center;line-height:25px;margin:5px 0;}
.xxex-xcc3 .footer-logo{display:flex;margin:0 auto;align-items:center;justify-content:center;}
.xxex-xcc3 .footer-logo a{float:right;position:relative;margin:0 0 10px;}
.xxex-xcc3 .footer-logo img{width:auto;height:auto;max-height:40px;}
.cvcx-Fcxv.no-items{padding:0;border:0}
.cvcx-Fcxv .widget{position:relative;float:right;box-sizing:border-box;margin:0 0 15px}
.cvcx-Fcxv .widget-title > h3{position:relative;font-family:var(--title-font);line-height:30px;font-size:16px;font-weight:500;color:var(--footer-gadgets-title);margin:0 0 10px}
.cvcx-Fcxv .widget-title > h3:before{content:'';float:right;width:7px;height:7px;background-color:#ea3df9;margin:10px 0 0 6px;border-radius:50%;}
.bio-data{position:relative;float:left;width:70%;margin:0 15px;}
.bio-data h3{display:block;color:var(--footer-title-color);font-size:15px;line-height:20px;margin:0 0 5px;}
.xxex-xcc3 .Image .image-caption{float:left;font-size:13px;margin:0;color:var(--footer-about-text);}
.footer-sector{position:relative;float:right;margin:0 0 10px;}
.footer-sector-thumb{position:relative;display:block;float:right;width:100px;height:75px;margin:0 0 0 8px;border-radius:10px;overflow:hidden;}
.cvcx-cv .entery-category h2{position:relative;display:block;font-size:14px;font-weight:600;line-height:20px;margin:0;}
.cvcx-cv .entery-category h2 a{--featured-posts-title:var(--footer-title-color);}
.cvcx-Fcxv .popular-post{position:relative;display:block;box-sizing:border-box;padding:0 0 10px;margin:0 10px 11px 0;border-bottom:1px solid rgb(129 129 129 / 0.20);}
.cvcx-Fcxv .popular-post.post:hover:before{box-shadow:inset 0 0 0 6px var(--button-bg-color);border-color:rgb(34 127 255 / 0.19);}
.cvcx-Fcxv .popular-post.post:before{content:'';position:absolute;width:10px;height:10px;top:0px;right:-16px;border:2px solid rgba(155,155,155,0.05);border-radius:50%;transition:all .17s ease;box-shadow:inset 0 0 0 6px rgb(155 155 155 / 15%);}
.cvcx-Fcxv .popular-post h2{position:relative;display:block;font-size:14px;font-weight:600;line-height:20px;margin:0;}
.cvcx-Fcxv .popular-post h2 a{color:var(--footer-title-color);}
.cvcx-Fcxv .popular-post{color:var(--footer-about-text);}
.cvcx-Fcxv .sidebar-posts{position:relative;float:right;width:100%;border-right:2px solid rgb(143 143 143 / 0.14);}
.cvcx-Fcxv .popular-post.post:last-child{border:none;}
.cvcx-Fcxv.list .LinkList ul li,.cvcx-Fcxv.list .PageList ul li{position:relative;display:block;margin:10px 0;}
.cvcx-Fcxv.list .LinkList ul li a,.cvcx-Fcxv.list .PageList ul li a{font-size:14px;color:var(--footer-title-color);}
.cvcx-Fcxv.list .LinkList ul li a:before,.cvcx-Fcxv.list .PageList ul li a:before{content:"\f30b";font-family:'Font Awesome 5 Free';font-size:14px;font-weight:600;color:#767676;margin:0 8px 0 0;}
.cvcx-Fcxv .loading-icon{height:180px;}
.cvcx-Fcxv .LinkList{margin: 15px 0 0;}
.cvcx-Fcxv .LinkList .widget-content{float:left}
.social-mobile{float:left;width:100%;position:relative;box-sizing:border-box;}
.post-snippet{position:relative;color:var(--post-snip-data);float:left;font-size:13px;line-height:1.6em;font-weight:400;margin:0 0 12px}
a.read-more{display:inline-block;background:var(--button-bg-color);color:var(--button-text-color);padding:5px 15px;font-size:13px;font-weight:500;margin:15px 0 0;transition:color .30s ease}
a.read-more:hover{opacity:0.8}
.CSS_LAYOUT_COMPONENT{color:rgba(0,0,0,0)!important}
#breadcrumb{font-size:13px;font-weight:400;color:#aaa;margin:0 0 10px}
#breadcrumb a{color:#aaa;transition:color .40s}
#breadcrumb a:hover{opacity:0.8}
#breadcrumb a,#breadcrumb em{display:inline-block}
#breadcrumb .delimiter:after{content:'\f053';font-family:'Font Awesome 5 Free';font-size:8px;font-weight:900;font-style:normal;margin:0 5px}
.item-post h1.entry-title{color:var(--theme-text-color);text-align:right;font-size:25px;line-height:1.5em;font-weight:600;position:relative;display:block;margin:0 0 15px;padding:0}
.static_page .item-post h1.entry-title{margin:0;border-bottom:1px solid rgb(100 100 100 / 0.66)}
.item-post .post-body{width:100%;font-family:var(--text-font);color:var(--text-font-color);font-size:15px;line-height:1.8em;padding:0;margin:0}
.item-post .post-body img{max-width:100%}
.main .widget{margin:0}
.main .Blog{border-bottom-width:0}
.raw-box-content{position:relative;overflow:hidden;padding:0}
.comment-list{display:flex;flex-direction:column;}
.comment-list .comments-box{position:relative;width:100%;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid rgb(100 100 100 / 0.12);}
.comment-list .engine-link{display:flex;}
.comment-list .comment-image{width:35px;height:35px;z-index:1;margin:0 12px 0 0;border-radius:50%;}
.rtl .comment-list .comment-image{margin: 0 0 0 12px;}
.comment-image{display:block;position:relative;overflow:hidden;background-color:#eee;z-index:5;color:transparent!important;}
.comment-list .comment-hero{flex:1;}
.comment-list .entry-title{font-size:14px;color:var(--main-text-color);display:block;font-weight:600;line-height:1.3em;margin:0;}
.comment-list .comment-snippet{font-size:12px;color:var(--comments-dec);margin:5px 0 0;}
.post-footer{position:relative;float:left;width:100%;margin:0}
.label-container{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0}
.label-container a,.label-container span{float:right;height:19px;font-size:14px;line-height:19px;font-weight:600;margin:0;padding:0 5px}
.label-container span{color:var(--main-text-color)}
.label-container span:before{content:'\f02c';font-family:'Font Awesome 5 Free';font-weight:900;margin:0 0 0 5px;}
.label-container a{color:var(--theme-text-color);margin:0 5px 5px;transition:all .30s ease}
.label-container a:hover{opacity:0.8;border-radius: 4px;transition:all .20s ease;}
.rtl .label-container, .rtl .label-head.Label, .rtl .feed-share, .rtl .navigation-runs{float:right;}
ul.share-runs{position:relative}
.share-runs li{float:right;overflow:hidden;margin:5px 0 0 5px}
.share-runs li a{display:block;height:45px;line-height:45px;padding:0 10px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;text-align:center;box-sizing:border-box;border:1px solid rgb(110 110 110 / 0.33);border-radius:3px}
ul.share-runs.colorful-ico.social-front-hover a:not(.show-hid a):before{font-size:18px;vertical-align:middle;margin: 0 5px 0 0;}
.rtl ul.share-runs.colorful-ico.social-front-hover a:not(.show-hid a):before{margin: 0 0 0 5px;}
ul.share-failed.colorful-ico.social-front-hover a:before{margin:0 5px 0 0;}
.share-runs li.share-icon span{position:relative;height:45px;line-height:45px;padding:0 5px;font-size:16px;color:var(--theme-text-color);cursor:auto;margin:0 5px 0 0}
.share-runs li.share-icon span:after{content:'شارك:';position:relative;height:6px;font-size:17px;font-weight:600}
.share-runs li a span{font-size:14px;padding:0 15px}
.share-runs li a:hover{opacity:.8;}
.share-runs .show-hid a{font-size:18px;color:var(--featured-posts-title);padding:0 14px;line-height:42px;}
.share-runs .show-hid a:before{content:'\f1e0';font-family:'Font Awesome 5 Free';font-weight:900}
.feed-share{position:relative;clear:both;overflow:hidden;line-height:0;margin:0 0 30px}
ul.navigation-runs{position:relative;box-sizing: border-box;width:100%;overflow:hidden;display:block;padding:0 10px;border-bottom:1px solid rgb(100 100 100 / 0.12);margin:0 0 30px}
.navigation-runs li{display:inline-block;width:50%}
.navigation-runs .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 0 5px}
.navigation-runs .post-next{float:right;text-align:right;box-sizing:border-box;border-left:1px solid rgb(100 100 100 / 0.12);padding:0 0 5px}
.navigation-runs li a{color:var(--theme-text-color);line-height:1.4em;display:block;overflow:hidden;transition:color .40s}
.navigation-runs li:hover a{opacity:0.8}
.navigation-runs li span{display:block;font-size:11px;color:#aaa;font-weight:600;text-transform:uppercase;padding:0 0 2px}
.navigation-runs .post-prev span:before{content:"\f053";float:left;font-family:'Font Awesome 5 Free';font-size:10px;font-weight:900;text-transform:none;margin:0 2px 0 0}
.navigation-runs .post-next span:after{content:"\f054";float:right;font-family:'Font Awesome 5 Free';font-size:10px;font-weight:900;text-transform:none;margin:0 0 0 2px}
.navigation-runs p{font-size:12px;font-weight:600;color:var(--navigation-runs-text);line-height:1.4em;margin:0}
.navigation-runs .post-MenuNews-open p{color:#aaa}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--theme-text-color);font-weight:600;margin:0 0 15px}
.about-author{position:relative;display:block;overflow:hidden;padding:10px 20px;margin:10px 0 20px;background:var(--bg-cards);box-shadow:var(--bg-cards-shadow);border-radius:4px;}
.about-author .author-avatar{float:left;width:100%;height:100%}
.about-author .avatar-container{float:right;margin:5px 0 0 20px;height:70px;width:70px}
.about-author .avatar-container .author-avatar{display:block;height:100%;width:100%;border-radius:50%;object-fit:cover;transition:opacity .35s ease,transform .35s ease;opacity:0}
.about-author .avatar-container .author-avatar.lazy-img{opacity:1}
.author-name{overflow:visible;display:inline-block;font-size:18px;font-weight:600;line-height:20px;margin:1px 0 3px}
.author-name span{color:var(--theme-text-color)}
.author-name a{color:var(--main-text-color);transition:opacity .40s}
.author-name a:after{content:"\f058";float:right;font-family:'Font Awesome 5 Free';font-size:14px;line-height:21px;color:#0093e6;font-weight:900;text-transform:none;margin:0 0 0 4px;}
.author-name a:hover{opacity:.8}
.author-description{overflow:hidden}
.author-description span{display:block;overflow:hidden;font-size:13px;color:var(--black-text);font-weight:400;line-height:1.6em}
.author-description span br{display:none}
.author-description a{display:none;margin:0}
ul.description-links{display:none;padding:0 1px}
ul.description-links.show{display:block}
.description-links li{float:left;margin:12px 12px 0 0}
.description-links li a{display:block;font-size:20px;color:var(--share-author-links);line-height:1;box-sizing:border-box;padding:0}
.description-links li a:hover{opacity:0.8}
#blog-pager-ok,#blog-pager{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;box-sizing:border-box;padding:10px 0 0;margin:0;}
#blog-pager-ok .load-more,#blog-pager .load-more{display:block;width:135px;height:35px;font-size:16px;color:var(--featured-gadgets-title);border-radius:4px;background:var(--button-bg-color);font-weight:600;line-height:34px;box-sizing:border-box;padding:0 8px;margin:0 auto;}
#blog-pager-ok .load-more:hover,#blog-pager .load-more:hover{opacity:0.8}
#blog-pager-ok .load-more:after,#blog-pager .load-more:after{content:'\f30a';font-family:'Font Awesome 5 Free';font-weight:900;vertical-align:middle;margin:0 5px 0 0;}
.blog-pager-ok .no-more,.blog-pager .no-more{
display:none;
color:#999;
font-size:18px;
}
.blog-pager-ok .loader,.blog-pager .loader{
display:none;
width:30px;
height:30px;
border:solid 3px #00c;
border-right-color:transparent;
border-bottom-color:transparent;
border-radius:100%;
animation: runload .5s infinite linear;
}
@-webkit-keyframes slidein{0%{opacity:0}
20%{opacity:1;bottom:0}
50%{opacity:1;bottom:0}
80%{opacity:1;bottom:0}
100%{opacity:0;bottom:-70px;visibility:hidden}
}
@keyframes slidein{0%{opacity:0}
20%{opacity:1;bottom:0}
50%{opacity:1;bottom:0}
80%{opacity:1;bottom:0}
100%{opacity:0;bottom:-70px;visibility:hidden}
}
.archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none}
.comments-section{overflow:hidden;padding:15px;margin:0 0 10px;box-sizing:border-box;background:var(--bg-cards);box-shadow:var(--bg-cards-shadow);border-radius:4px;}
.comments-msg-alert{position:relative;float:left;font-size:13px;font-weight:600;color:var(--cm-count);font-style:italic;margin:0 0 17px;}
.comments-section .comments-title{margin:0 0 20px}
.all-comments{float:right;position:relative;color:var(--cm-count)}
.comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0}
#comments{margin:0}
.comments{display:block;clear:both;margin:0;color:var(--theme-text-color)}
.comments .comment-thread>ol{padding:0}
.comments>h3{font-size:13px;font-weight:600;font-style:italic;padding-top:1px}
.comments .comments-content .comment{position:relative;list-style:none;padding:10px}
.comment-thread .comment{border:1px solid rgb(126 126 126 / 0.16);background:rgba(45 45 45 / 0.02);margin:10px 0 0;position:relative;}
.facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}
.comments .item-control{position:static}
.comments .avatar-image-container{float:right;overflow:hidden;position:absolute}
.comments .avatar-image-container{height:35px;max-height:35px;width:35px;top:15px;right:15px;max-width:35px;border-radius:100%}
.comments .avatar-image-container img{width:100%;height:100%;}
.comments .comment-block,.comments .comments-content .comment-replies{margin:0 50px 0 0}
.comments .comments-content .inline-thread{padding:0}
.comments .comment-actions{float:left;width:100%;position:relative;margin:0}
.comments .comments-content .comment-header{font-size:15px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;}
.comments .comments-content .comment-header a{float:left;width:100%;color:var(--theme-text-color);transition:color .40s}
.comments .comments-content .comment-header a:hover{opacity:0.8}
.comments .comments-content .user{float:right;font-style:normal;font-weight:600}
.comments .comment .comment-actions a.comment-reply:before{content:"\f064";font-family:'Font Awesome 5 Free';font-size:10px;color:#838383;font-weight:600;text-transform:none;margin:0 0 0 5px;transform: rotate(180deg);display: inline-block;}
.comments .comments-content .icon.blog-author:after{content:"\f3ed";font-family:'Font Awesome 5 Free';font-size:14px;color:#0093e6;font-weight:900;text-transform:none;margin:0 0 0 4px}
.comments .comments-content .comment-content{float:right;font-family:var(--text-font);font-size:13px;color:var(--comment-text);font-weight:500;text-align:right;line-height:1.4em;width:100%;padding:20px 8px 20px 0;background:rgb(110 110 110 / 0.08);margin:5px 0 9px;border-radius:3px;}
.comment-content .video-frame{position:relative;width:100%;padding:0;padding-top:56%}
.comment-content .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:var(--main-text-color);font-weight:600;font-size:13px;transition:all .30s ease}
.comments .comment .comment-actions a:hover{color:#333;text-decoration:none}
.comments .comments-content .datetime{position:relative;padding:0 1px;margin:4px 0 0;display:block}
.comments .comments-content .datetime a{color:#888;font-size:11px;float:left;}
.comments .comments-content .datetime a:hover{color:#aaa}
.comments .thread-toggle{margin-bottom:4px}
.comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0}
.comments .thread-count a,.comments .continue a{transition:opacity .40s}
.comments .thread-count a:hover,.comments .continue a:hover{opacity:.8}
.comments .thread-expanded{padding:5px 0 0}
.comments .thread-chrome.thread-collapsed{display:none}
.comments .continue.hidden, .comments .comment-replies .continue .comment-reply{display:none;}
.comments #top-continue a{float:left;width:100%;height:35px;line-height:35px;background-color:var(--button-bg-color);font-size:14px;color:var(--button-text-color);font-weight:400;text-align:center;padding:0;margin:25px 0 0;border-radius:4px;}
.thread-expanded .thread-count a,.loadmore{display:none;}
.comments .comments-content .comment-thread{margin:0}
.comments .comments-content .loadmore.loaded{margin:0;padding:0}
#show-comment-form,.comments #top-continue a{float:left;width:100%;height:36px;background-color:var(--button-bg-color);font-size:15px;color:#fbfbfb;font-weight:400;line-height:36px;text-align:center;box-sizing: border-box;padding:0 30px;margin:25px 0 0;}
.btn{position:relative;border:0;}
.comment-section-visible #show-comment-form{display:none}
.comments .comment-replybox-thread,.no-comments .comment-form{display:none;}
.comment-section-visible .comments .comment-replybox-thread,.comment-section-visible .no-comments .comment-form{display:block;}
.comments #top-ce.comment-replybox-thread,.comments.no-comments .comment-form{background-color:var(--widget-bg);padding:5px 16px;margin:20px 0 0;border-radius:4px;}
.comment-thread .comment .comment{background:var(--comment-content);border:0;}
.comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded,.comments-section.comments-system-facebook .all-comments,.comments-section.comments-system-disqus .all-comments{display:none}
blockquote{position:relative;font-style:italic;float:left;color:var(--black-color);margin-left:0;padding:10px 15px;width:100%;box-sizing:border-box;background:rgb(72 72 72 / 0.09);border-top-left-radius:20px;border-bottom-right-radius:20px;}
blockquote:before{content:'\f10d';color:rgb(133 133 133 / 0.23);display:inline-block;font-family:'Font Awesome 5 Free';font-size:28px;position:absolute;font-style:normal;font-weight:900;}
blockquote:after{content:'\f10e';color:rgb(133 133 133 / 0.23);display:inline-block;font-family:'Font Awesome 5 Free';font-size:28px;position:absolute;font-style:normal;font-weight:900;}
.post-body ul{line-height:1.5em;font-weight:400;padding:0 0 0 15px;margin:10px 0}
.post-body li{margin:5px 0;padding:0;line-height:1.5em}
.post-body ol>li{counter-increment:piki;list-style:none}
.post-body ol>li:before{display:inline-block;content:counters(piki,'.')'.';margin:0 5px 0 0}
.post-body ol{counter-reset:piki;padding:0 0 0 15px;margin:10px 0}
.post-body ul li{list-style:disc inside}
.post-body u{text-decoration:underline}
.post-body table{width:100%;overflow-x:auto;text-align:left;margin:0;border-collapse:collapse;border:1px solid rgb(155 155 155 / 0.17);}
.post-body a{transition:color .30s ease}
.post-body strike{text-decoration:line-through}
.post-body .video-frame{position:relative;width:100%;padding:50% 0 0;}
.post-body .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.widget .post-body li{margin:5px 0;padding:0;line-height:1.2}
.rtl .widget .post-body li{text-align:right;}
.contact-form{overflow:hidden}
div#bnfg-gx3s3 .contact-form-widget form{color:#fff;}
.contact-form .widget-title{display:none}
.contact-form .contact-form-name{width:calc(50% - 5px)}
.contact-form .contact-form-email{width:calc(50% - 5px);float:right}
.sidebar .widget{position:relative;overflow:hidden;box-sizing:border-box;padding:15px;margin:0 0px 25px;background:var(--bg-cards);box-shadow:var(--bg-cards-shadow);}
.sidebar .widget-content{float:left;width:100%;margin:0;box-sizing:border-box;padding:0}
div#footer-ads{margin:0;position:relative;overflow:hidden;}
ul.socialFilter{margin:0 -5px}
.socialFilter a:before{font-style:normal;line-height:40px;-webkit-font-smoothing:antialiased;margin-right:-12px;width:40px;height:40px;text-align:center;float:left;border-right:1px solid rgb(161 161 161 / 0.32);font-size:22px;vertical-align:middle}
.socialFilter li{float:left;width:50%;box-sizing:border-box;padding:0 5px;margin:10px 0 0}
.socialFilter li:nth-child(1),.socialFilter li:nth-child(2){margin-top:0}
.socialFilter li a{display:block;height:40px;color:var(--share-author-links);background:var(--bg-cards);box-shadow:var(--shadow-light);font-size:12px;font-weight:600;text-align:center;line-height:40px;border-radius:4px;text-transform:capitalize;}
.list-label li{position:relative;display:block;padding:7px 0;}
.list-label li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--list-text-color);font-size:12px;font-weight:600;text-transform:capitalize;transition:all .30s ease}
.list-label li a:hover{opacity:0.8;padding-right:25px;transition:all .30s ease}
.Text .widget-content{font-family:var(--text-font);font-size:14px;color:var(--main-text-color);margin:0}
.list-label .label-count{position:relative;float:left;color:var(--theme-text-color);font-size:11px;font-weight:600;text-align:center;line-height:16px}
.cvcx-Fcxv .list-label .label-count{--theme-text-color:var(--footer-about-text)}
.cvcx-Fcxv .list-label li a{--list-text-color:var(--footer-title-color)}
.cloud-label li{position:relative;float:right;margin:0 0 5px 5px}
.cloud-label li a{display:block;height:26px;color:var(--cloud-bg-color);font-size:12px;border-radius:4px;line-height:26px;font-weight:600;padding:0 10px;border:1px solid var(--cloud-border-color);transition:all .30s ease}
.cloud-label li a:hover{background-color:rgb(96 96 96 / 0.14);color:#585858;border-color:rgb(52 52 52 / 0.24);transition:all .20s ease;}
.cloud-label .label-count{display:none}
.sibForm .widget-content{position:relative;text-align:center;font-weight:400;box-sizing:border-box;border-radius:2px;border:1px solid rgb(217 227 253 / 38%)}
.sibForm .follow-by-email-caption{font-size:13px;letter-spacing: 1px;color: var(--post-snip-data);line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden}
.sibForm .follow-by-email-inner{position:relative}
.sibForm{clear:both}
.sibForm:before{content:'';display:block;position:absolute;top:0;left:0;width:100px;height:100px;opacity:0.10;background:var(--button-bg-color);border-radius:100px 0 0;transform:rotate(180deg);}
.sibForm:after{content:'';display:block;position:absolute;bottom:0;right:0;width:100px;height:100px;opacity:0.10;background:var(--button-bg-color);border-radius:100px 0 0}
.follow-by-email-title{font-size:17px; font-weight:700; padding:7px ;margin:15px 0px;color:var(--black-text-color)}
.sibForm .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:var(--black-text-color);background:var(--input-form);font-size:12px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:1px solid rgb(122 122 122 / 0.53);transition:ease .40s}
.sibForm .follow-by-email-inner .follow-by-email-address:focus{border:1px solid var(--email-bg-color);}
.sibForm .follow-by-email-inner .follow-by-email-address::placeholder{color:var(--black-text-color);opacity:0.67;}
.sibForm .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;border-radius:15px;font-size:11px;color:#fff;background-color:var(--email-bg-color);text-transform:uppercase;text-align:center;font-weight:500;cursor:pointer;margin:0;border:0;transition:opacity .30s ease}
.sibForm .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85;background:var(--email-bg-color)}
.Follow-by-alert{position:relative;display:block;color:var(--post-snip-data);font-size:12px;margin:10px 0 0;text-align:center;}
.rtl .Follow-by-alert, .rtl .comments-msg-alert{float:right}
#ArchiveList ul.flat li{color:var(--theme-text-color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea}
#ArchiveList ul.flat li:first-child{padding-top:0}
#ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0}
#ArchiveList .flat li>a{display:block;color:var(--theme-text-color);transition:color .40s}
#ArchiveList .flat li>a:hover{opacity:0.8}
#ArchiveList .flat li>a:before{content:"\f054";font-family:'Font Awesome 5 Free';float:left;color:#161619;font-size:7px;font-weight:400;margin:5px 2px 0 0;display:inline-block;transition:color .30s}
#ArchiveList .flat li>a>span{position:relative;background-color:var(--main-text-color);color:#fff;float:right;width:16px;height:16px;font-size:10px;font-weight:400;text-align:center;line-height:15px}
.sidebar .PopularPosts .post{position: relative;overflow:hidden;margin:0 0 12px;counter-increment:piki-count;}
.sidebar .PopularPosts .post:before{content:counter(piki-count);position:absolute;right:4px;border-radius:50%;border:2px solid #fff;padding:4px;width:28px;height:28px;line-height:14px;text-align:center;font-size:16px;color:#ffffff;background:var(--button-bg-color);z-index:2;}
.sidebar .PopularPosts .post-filter-inner{position:relative;display:block;width:90px;height:90px;float:right;border-radius:50%;overflow:hidden;margin:0 0 0 12px}
.sidebar .PopularPosts .entry-title{overflow:hidden;font-size:13px;font-weight:700;position:relative;line-height:1.4em;margin:0}
.sidebar .PopularPosts .entery-category-box .entry-title{height: 38px;overflow: hidden;}
.sidebar .PopularPosts .entry-title a{display:block;padding:0;transition:color .40s}
.PopularPosts .post-date:before{font-size:10px}
.FeaturedPost .post-filter-link{display:block;position:relative;width:100%;height:170px;overflow:hidden;margin:0 0 10px;}
.FeaturedPost .entry-title{font-size:14px;font-weight:600;overflow:hidden;line-height:1.2em;margin:0}
.FeaturedPost .entry-title a{color:var(--theme-text-color);display:block;transition:color .30s ease}
.contact-form-widget form{font-weight:600;margin:15px}
.contact-form-name{float:left;width:100%;height:30px;font-family:inherit;color: var(--theme-text-color);background: rgb(217 217 217 / 0.07);font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid rgb(139 139 139 / 0.32);border-radius:2px}
.contact-form-email{float:left;width:100%;height:30px;font-family:inherit;color: var(--theme-text-color);background: rgb(217 217 217 / 0.07);font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid rgb(139 139 139 / 0.32);border-radius:2px}
.contact-form-email-message{float:left;width:100%;font-family:inherit;color: var(--theme-text-color);background: rgb(217 217 217 / 0.07);font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid rgb(139 139 139 / 0.32);border-radius:2px}
.contact-form-button-submit{float:left;width:100%;height:30px;background-color:var(--button-bg-color);font-size:13px;color:var(--button-text-color);line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:10px 0;border:0;border-radius:2px;transition:background .30s ease}
.contact-form-button-submit:hover{opacity:0.8}
.contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262}
.contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9}
.contact-form-cross{margin:0 0 0 3px}
.contact-form-error-message,.contact-form-success-message{margin:0}
.BlogSearch .search-form{display:flex;padding:0;border-radius:4px;}
.BlogSearch .search-input{float:left;width:75%;height:40px;background-color:rgb(153 153 153 / 0.13);color:var(--theme-text-color);font-weight:400;font-size:13px;line-height:30px;border-radius: 4px 0 0 4px;box-sizing:border-box;padding:5px 10px}
.rtl .BlogSearch .search-input{border-radius: 0 4px 4px 0;}
.rtl .BlogSearch .search-action{border-radius: 4px 0 0 4px;}
.BlogSearch .search-action{float:right;width:25%;height:40px;font-family:inherit;font-size:13px;line-height:40px;cursor:pointer;box-sizing:border-box;background-color:var(--button-bg-color);color:var(--button-text-color);padding:0 5px;border:0;border-radius:0 4px 4px 0;transition:background .30s ease}
.BlogSearch .search-action:hover{opacity:0.8}
.cvcx-Fcxv .BlogSearch .search-input{--theme-text-color:var(--footer-title-color);}
.Profile .profile-img{float:left;width:70px;height:70px;margin:0 15px 0 0;border-radius:50%;transition:all .30s ease}
.team-member{position:relative;display:block;overflow:hidden;float:left;width:100%;box-sizing:border-box;margin:0 0 15px;}
.team-member .team-member-img{position:relative;display:block;float:left;margin:0;}
.team-flex,.profile-datablock{position:relative;display:block;overflow:hidden;}
.team-flex a,.profile-datablock a{position:relative;display:block;font-size:14px;font-weight:600;color:var(--main-menu-text-color);margin:0;}
.profile-textblock{position:relative;display:block;font-size:12px;color:var(--post-snip-data)}
.Profile .profile-info >.profile-link{color:var(--theme-text-color);font-size:11px;margin:5px 0 0}
.Profile .profile-info >.profile-link:hover{opacity:0.8}
.Profile .profile-datablock .profile-textblock a{position:relative;overflow:hidden;display:block;float:left;margin:13px 0;}
.Profile .profile-info ul.description-links.show{display:flex;justify-content:center;}
.Profile .profile-datablock .profile-textblock{position:relative;display:block;z-index:11;float:left;overflow:hidden;}
.profile-data.location:before{content:"\f3c5";font-family:'Font Awesome 5 Free';font-size:15px;font-weight:600;vertical-align:middle;}
a.user-image{position:relative;display:block;overflow:hidden;float:left;z-index:1;}
.profile-data.location{position:relative;font-size:13px;color:var(--button-bg-color);text-align:center;margin:10px auto 0;float:left;width:100%;box-sizing:border-box;}
.LinkList .widget-control ul li,.PageList .widget-control ul li{width:calc(50% - 5px);padding:7px 0 0}
#bnfg-gx3s3 .widget-control .PopularPosts{border:none}
.TextList .widget-content ul li,.LinkList .widget-control ul li a,.PageList .widget-control ul li a{color:#000000;font-size:13px;font-weight:500;background:rgb(203 203 203 / 0.52);border-radius:4px;width:100%;float:left;margin:4px 0;padding:3px 5px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;transition:color .30s ease;}
.LinkList .widget-control ul li:nth-child(odd),.PageList .widget-control ul li:nth-child(odd){float:left}
.LinkList .widget-control ul li:nth-child(even),.PageList .widget-control ul li:nth-child(even){float:right}
.LinkList .widget-control ul li a,.PageList .widget-control ul li a{color:#000000;font-size:13px;font-weight:500;background:rgb(203 203 203 / 0.52);border-radius: 4px;width:auto;padding:3px 5px;margin:auto;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;transition:color .30s ease;}
.LinkList .widget-control ul li a:before,.PageList .widget-control ul li a:before{content:"\2022";float:left;color:#000;font-weight:900;font-family:'Font Awesome 5 Free';font-size:12px;margin:0 4px 0 0}
.LinkList .widget-control ul li a:hover,.PageList .widget-control ul li a:hover{opacity:0.8;border-radius:4px}
.LinkList .widget-control ul li:first-child,.LinkList .widget-control ul li:nth-child(2),.PageList .widget-control ul li:first-child,.PageList .widget-control ul li:nth-child(2){padding:0}
.flex-footer{display:flex;flex-direction:column;}
#bnfg-gx3s3{position:relative;float:left;width:100%;}
#bnfg-gx3s3 .footer-data{background-color:var(--footer-bg-color);}
#bnfg-gx3s3 .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px}
#bnfg-gx3s3 .footer .widget{float:left;width:100%;padding:5px 0;margin:10px 0 0}
#bnfg-gx3s3 .footer .Text{margin:10px 0 0}
#bnfg-gx3s3 .footer .widget:first-child{margin:0}
.footer-outer{display:flex;justify-content:space-between;align-items:center;align-content:center;}
.backTop{display:none;z-index:10;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;font-weight:600;color:var(--featured-gadgets-title);text-align:center;line-height:32px;padding:2px 12px;border-radius:4px;background:var(--button-bg-color);box-shadow:var(--bg-cards-shadow);}
.backTop:after{content:'\f077';position:relative;font-family:'Font Awesome 5 Free';font-weight:900;margin: 0;opacity:.8;transition:opacity .30s ease}
.MenuNews-open .backTop:after,.MenuNews-open .backTop:before{opacity:1}
.error404 #feed-view{width:100%!important;margin:0!important}
.error404 #sidebar-container{display:none}
.errorPage{color:var(--theme-text-color);text-align:center;padding:80px 0 100px}
.errorPage h3{font-size:160px;line-height:1;margin:0 0 30px}
.errorPage h4{font-size:25px;margin:0 0 20px}
.errorPage p{margin:0 0 10px}
.errorPage a{display:block;color:var(--main-text-color);padding:10px 0 0}
.errorPage a i{font-size:20px}
.errorPage a:hover{text-decoration:underline}
.firstword{float:left;color:#7a5a5a;font-size:70px;line-height:60px;padding-top:3px;padding-right:8px;padding-left:3px}
table{border-collapse:collapse;table-layout:fixed;width:100%!important;}
.code-box input#showlink{line-height:0;margin:0;padding:0;outline:0;border:0;width:1px;height:0;opacity:0;}
button.tune{position:absolute;top:0;right:0;display:block;border:none;margin:0;color:#fff;background:#1499ff;font-size:12px;padding:2px 13px;}
.rtl button.tune{right:initial;left:0;}
button.tune:hover{opacity:0.8;}
.tg{border-collapse:collapse;border-spacing:0}
.tg td{font-family:'Open Sans',sans-serif;font-size:14px;border:1px solid #000;background-color:#fff}
.main-button{display:inline-block;color:var(--button-text-color);background:var(--button-bg-color);font-size:14px;font-weight:600;padding:5px 12px;margin:5px;text-align:center;border:0;cursor:pointer;border-radius:4px;text-decoration:none;}
.main-button:before{font-family:'Font Awesome 5 Free';font-size:16px;font-weight:900;color:#fff;display:inline-block;margin:0 5px 0 0}
.rtl .main-button:before{margin:0 0 0 5px}
.main-button:not(a.main-button.button.sp-bt):hover, span.bt-info:hover{opacity:0.8;}
.l-bt{padding:16px 35px;}
a.main-button.button.sp-bt{display:inline-flex;align-items:flex-start;background:rgba(131 131 131 / 0.15);color:var(--text-font-color);padding:18px 17px;font-size:15px;position:relative;margin:auto;box-sizing:border-box;max-width:460px;width:100%;pointer-events:none;justify-content:flex-start;}
a.main-button.button.sp-bt:before{color:#333;background:rgb(183 183 183 / 0.72);font-size:14px;padding:5px 12px;border-radius:4px;line-height:23px;margin:0 15px 0 0;}
.rtl a.main-button.button.sp-bt:before{margin: 0 0 0 15px;}
a.main-button.button.sp-bt:before{content:"\f1c6";}
a.main-button.button.sp-bt.buy:before,.buy:before{content:"\f291";}
a.main-button.button.sp-bt.demo:before,.demo:before{content:"\f07c";}
a.main-button.button.sp-bt.share:before,.share:before{content:"\f1e0";}
a.main-button.button.sp-bt.paypal:before{content:"\f1ed";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
a.main-button.button.sp-bt.whatsapp:before{content:"\f40c";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
a.main-button.button.sp-bt.gift:before{content:"\f06b";}
a.main-button.button.sp-bt.telegram:before{content:"\f3fe";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
span.bt-info{position:absolute;right:15px;display:inline-block;padding:2px 12px;font-size:13px;margin:0 0 0 100px;background:#a518c0;border-radius:4px;color:#fff;pointer-events:all;white-space:nowrap;max-width:180px;}
.rtl span.bt-info{right:initial;left:15px;margin:0 100px 0 0;}
span.bt-info:before{font-family:'Font Awesome 5 Free';font-size:14px;font-weight:900;color:#fff;display:inline-block;margin:0 5px 0 0;}
.rtl span.bt-info:before{margin:0 0 0 5px;}
a.main-button.button.sp-bt.download span.bt-info:before,.download:before{content:"\f381";}
a.main-button.button.sp-bt.buy span.bt-info:before{content:"\f07a";}
a.main-button.button.sp-bt.paypal span.bt-info:before{content:"\f1f4";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
a.main-button.button.sp-bt.whatsapp span.bt-info:before{content:"\f232";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
a.main-button.button.sp-bt.gift span.bt-info:before{content:"\f79c";}
a.main-button.button.sp-bt.contact span.bt-info:before{content:"\f2b9";}
a.main-button.button.sp-bt.link span.bt-info:before,.link:before{content:"\f35d";}
a.main-button.button.sp-bt.cart span.bt-info:before,.cart:before{content:"\f217";}
a.main-button.button.sp-bt.demo span.bt-info:before{content:"\f06e";}
a.main-button.button.sp-bt.share span.bt-info:before{content:"\f1e0";}
a.main-button.button.sp-bt.info span.bt-info:before,.info:before{content:"\f05a";}
a.main-button.button.sp-bt.telegram span.bt-info:before{content:"\f2c6";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
a.main-button.button.sp-bt.facebook span.bt-info:before{content:"\f09a";font-family:'FONT AWESOME 5 BRANDS';font-weight:400;}
span.bt-text{position:absolute;font-size:12px;bottom:10px;left:71px;}
.rtl span.bt-text{left:initial;right:71px;}
.alert-message{position:relative;clear:both;display:inline-block;background-color:#293dc9;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2978c9;border:1px solid #ec6868}
.alert-message.success:before{content:"\f058";color:#13d864}
.alert-message:before{font-family:'Font Awesome 5 Free';font-size:16px;font-weight:600;display:inline-block;margin:0 5px 0 0}
.alert-message.passed:before{content:"\f1e3";color:#1984ce}
.alert-message.warning:before{content:"\f071";color:#c58519}
.alert-message.error:before{content:"\f06a";color:#d02615}
.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}
.alert-message.passed{background-color:#f5fbff;border:1px solid #7ebbe4}
.alert-message.alert{background-color:#daefff;border-color:#8ed2ff;color:#378fff}
.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}
.alert-message.error{background-color:#ffd7d2;border-color:#ff9494;color:#f55d5d}
.code-box{position:relative;display:block;color:#eaeaea;background-color:#0d1642;font-family:Monospace;font-size:13px;white-space:pre-wrap;line-height:1.4em;padding:15px 10px 10px;margin:0;border:1px solid rgba(155,155,155,0.3);border-radius:2px}
@media screen and (max-width:1178px){#outer-wrapper{max-width:100%}
#center-container{box-sizing:border-box;padding:0;margin:10px 0 0}
}
@media screen and (max-width:1080px){
.cvbxc-scpc .block-thumb{width:100px;height:85px;}
.featured-grid-all, .bcxd-blocx, .block-box.fl{grid-gap: 5px;}
.entery-category {padding: 6px;}
}
@media screen and (max-width:880px){
#outer-wrapper .flex-section .outer-container {flex-direction: column;}
.BiggerSidebarOk .sidebarui-posts .glax-img{height:232px;}
ul#Super-FlexMenuList,#Super-FlexMenu ul>li{display:block;}
.SuperLogo{padding:0;}
.post-filter{margin: 5px 0;}
.post-filter-wrap .grid-posts {grid-column-gap: 10px;}
.featured-grid-all .entery-category-fly{left:0;width:100%;}
.ticker-pro .widget-content{margin:10px;}
.ticker-pro .widget,.ticker-pro .widget-content,.tickerNews .entry-title{height:initial;}
.ticker-pro .widget>.widget-title{float:none;display:inline-block;}
.rtl .ticker-pro .widget>.widget-title{float:none;}
.rtl .header-right{left:0;}
.breaking-ticker .active{position:relative;}
.breaking-ticker .tickerNews .entry-title, .breaking-ticker{height:initial}
.cvxc-gribv{width:calc((100% - 10px) / 2);margin:0 0 10px;}
.hide-Super-Menu,#Super-FlexMenuList>li>a{--main-menu-text-color:var(--sub-menu-text-color)}
div#Header1{position:relative;display:flex;align-items:center;height:100%;margin:0;}
#xvx-rox1{display:block;}
.outer-container{justify-content:center;flex-direction:column;align-items:center;}
.main-menu-wrap, #top-bar{display:none}
.header-section{flex-wrap:nowrap;}
.show-menu-space{display:flex;align-items:center;}
.header-left{position:relative;}
.header-right{position:relative;top:unset;left:unset;right:unset;}
.Super-Menu-logo{display:block;width:100%;text-align:center;z-index:15;margin:0;}
.Super-Menu-logo img{height:40px}
.Super-Menu-logo .logo-content > a{height:36px;display:inline-block;padding:0 25px 10px 0;}
.Super-Menu-logo .logo-content{position:relative;display:block;float:left;width:100%;height:56px;text-align:center;z-index:1;}
#Super-FlexMenuList>li:after{content:none}
.social-runs ul li a,#Super-FlexMenuList>li>a:hover{opacity:0.8}
#Super-FlexMenuList>li>a{line-height: initial;height: initial;padding:5px 5px;margin: 10px 0;}
#feed-view,#sidebar-container{width:100%;}
.Super-FlexMenu{display:none}
ul.share-runs.colorful-ico.social-front-hover a:not(a.facebook):before{margin: 0;}
.rtl ul.share-runs.colorful-ico.social-front-hover a.facebook:before{margin: 0 0 0 5px;}
.SuperLogo-wrap{border-radius: 0;margin:0}
.overlay,#menu-space{display:block;transition:all .5s cubic-bezier(.79,.14,.15,.86)}
.spring-open .overlay{filter:blur(2.5px);backdrop-filter:saturate(100%) blur(2.5px);visibility:visible;opacity:1;}
body.active-search{overflow:visible;left:initial;right:initial}
.about-author{text-align:center}
.cvcx-Fcxv{width:100%;}
.xxex-xcc3 .LinkList{display:flex;justify-content:center;align-items:center;align-content:center;width:100%;margin:15px auto 0;}
.xxex-xcc3 .about-content{align-items:center;justify-content:center;align-content:center;flex-direction:column;}
.xxex-xcc3{flex-wrap:wrap;}
.bio-data{width:100%;text-align:center;}
.xxex-xcc3{flex-direction:column;}
.xxex-xcc3 .Image{width:100%;}
.footer-outer{flex-direction:column-reverse;}
}
@media screen and (max-width:768px){
.about-author .avatar-container{float:none;margin:10px auto}
.author-name{text-align:center}
.author-name a:after{float:none}
.author-description{text-align:center}
.description-links li{float:none;display:inline-block}
.post-footer{margin:0}
.BiggerSidebarOk{grid-gap: 7px;}
.block-hall .rv{width:100%;margin:10px 0 0;}
ul.navigation-runs{padding:5px}
.featured-grid-all{display:block;grid-template-columns:initial;grid-gap;initial}
.featured-box.item0{margin:0 0 5px;}
.raw-box .widget,.post-filter-wrap{padding:15px 5px;}
#bnfg-gx3s3 .footer{width:100%;margin-right:0}
.pikiList .featured-meta{margin:0;}
.cvcx-Fcxv .LinkList,.cvcx-Fcxv .LinkList .widget-content{width:100%}
.cvcx-Fcxv .LinkList{margin:30px 0 0}
.cvcx-Fcxv .LinkList .widget-content .widget-title>h3{margin:0 0 20px}
#menu-footer,#bnfg-gx3s3 .copyright-area{width:100%;height:auto;line-height:1.7em;text-align:center}
#menu-footer{margin:10px 0 0}
#bnfg-gx3s3 .copyright-area{margin:10px 0 5px}
#xvxc-ccvb-mbcv,.cbvx-cx .footer-copyright{text-align:center;margin:0 auto;}
#xvxc-ccvb-mbcv ul li{display:inline-block;float:none;margin:0}
#xvxc-ccvb-mbcv ul li a{margin:0 7px}
.cbvx-cx .footer-copyright .widget{float:left;width:100%;margin: 10px 0 0;}
}
@media screen and (max-width:680px){
.crxx-blox .widget .widget-content{min-height:228px;}
.video-vg .vg-s, .block-hall{width:100%;}
.video-vg .vg-s{margin:10px 0 0;}
.video-vg{flex-direction:column;}
.cv-flxcb .cv-flxcb-thumb{width:160px;height:105px;}
.type-list1 .cv-flxcb .entry-title{font-size:15px;}
.block-hall{flex-direction:column;}
.video-section .vblock-img,.vdfgl-sectf .hall-img{height:285px;}
.post-snippet{display:none;}
.crxx-blox .widget .featured-box.item0 .post-filter-inner{height:310px;}
.xcxxc-secon.fl.item0,.block-box.fl{grid-column:1/8;}
.post-filter-wrap .grid-posts{grid-column-gap:5px;}
.post-filter .post-filter-image{margin:0;}
.piki-slider{display:block}
#cookies-iki{right:0!important;left:0!important;bottom:0;width:initial;margin:0;padding:20px 15px;border-radius:0;transform:translate3d(0,50%,0);}
#cookies-iki.cookies-show{transform:translate3d(0,0,0);}}
@media screen and (max-width:640px){
.xvx-rox img{max-height:40px;}
.search-msg{font-size:14px}
.mega-mode{padding:0 5px;margin:0px}
.search-msg{font-size:14px}
.post-filter-wrap .grid-posts{grid-template-columns:1fr;}
ul.share-failed.colorful-ico.social-front-hover a:before{margin:0;}
ul.share-failed.colorful-ico.social-front-hover a.facebook:before{margin:0 5px 0 0;}
.post-filter{margin:5px 0}
.xcxxc-secon.item0 .entry-title,.video-section.item0 .entry-title,.vdfgl-sectf.item0 .entry-title{font-size:15px;}
.related-post .piki-hero,.raw-box .piki-hero,.raw-box .raw-main{width:100%;clear:both}
.raw-box .raw-main .raw-main-sum{display:block!important}
.raw-box .raw-main .raw-main-box h3 a{font-size:initial!important}
.rtl .post-inner-comments.flex{left:0;right:unset;}
.StickyDemo{margin:0 4px;}
.share-wrapper-icons.colorful-ico li{width:33%;}
.share-wrapper-icons.colorful-ico a:before{font-size:19px;}
.share-wrapper-icons.colorful-ico li a{height:30px;line-height:20px;}
.share-wrapper-icons.colorful-ico{padding:10px 0px 20px;}
.StickyTab label, .share-runs li a{cursor: unset;}
.social-front-hover a.twitter,.social-front-hover a.whatsapp{width:47px;overflow:hidden;}
input.search-input{font-size:20px}
.raw-box-content {padding:0}
#feed-view #main{margin:0}
.cvxc-gribv .modal-image .post-filter-inner{height:236px;}
.post-filter .entry-title,.raw-box .entery-category-box .entry-title,.type-list1 .cv-flxcb .entry-title,.raw-box .cvxc-gribv .entery-category-box .entry-title,.raw-box .entery-category .entry-title{font-size:14px;}
.raw-box .entery-category .entry-title{margin:5px 0;}
.xcxxc-secon .block-img{height:290px;}
.related-runs .recbvf-bbv{width:100%;clear:both}
.related-runs .recbvf-bbv .recbvf-bbv-thumb{height:250px}
.post-snip .post-date{margin:10px 10px 0 0;}
}
@media screen and (max-width:480px){
a.main-button.button.sp-bt{padding:25px 12px;word-break:break-all;line-height:13px;justify-content:space-between;}
a.main-button.button.sp-bt:before{padding:5px 12px;margin:0 5px 0 0;}
span.bt-info{position:static;display:inline-flex;padding:7px 12px;font-size:0;margin:0 0 0 7px;line-height:20px;}
span.bt-info:before{margin:0;}
span.bt-text{left:0;right:0;}
.crxx-blox .widget .post-filter-inner,.video-step .vblock-thumb,.hall-step .hall-thumb {height: 95px;}
.cv-flxcb .cv-flxcb-thumb{width:120px;}
.BiggerSidebarOk .sidebarui-posts .glax-img{height: 125px;}
.item-post h1.entry-title{font-size:24px}
.cvxc-gribv .entry-title{font-size:15px}
.about-author .avatar-container{float:none;display:table;margin:10px auto}
.description-links li{float:none;display:inline-block;margin:10px}
.errorPage{padding:70px 0 100px}
.errorPage h3{font-size:120px}
#comments ol{padding:0}
}
@media screen and (max-width:380px){.about-author .avatar-container{width:60px;height:60px}
.item .comment-bubble, .share-runs li.share-icon{display:none}
.share-top {margin: 0;}
}
.cookie-choices-info{display:none;visibility:hidden;opacity:0}
/* إخفاء الصور المكررة */
img[src*="Torino-vs-Milan"]:nth-child(n+2) {
display: none !important;
}
/* تحسين عزل الحاوية الرئيسية */
div#center-container.flex-section {
contain: layout style paint !important;
min-height: 2072px;
}
/* ==============================================
تحسينات إضافية للأداء
============================================== */
/* منع التهيئة العنيفة للمحتوى */
.snip-thumbnail {
background-color: #f5f5f5;
}
/* ضبط الحاويات الضعيفة */
.centered-image {
margin: 20px auto;
max-width: 800px;
height: 450px;
position: relative;
}
.centered-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.post-body img {
aspect-ratio: attr(width) / attr(height);
display: block;
margin: 20px auto;
}
-->
مباراة إنتر ميلان ضد لاتسيو - الدوري الإيطالي 2025
الكاتب : محمد الشاعر
mobaryat.store
الأحد 18 مايو 2025
مباراة إنتر ميلان ضد لاتسيو - الدوري الإيطالي 2025
مباراة إنتر ميلان ضد لاتسيو - الدوري الإيطالي 2025
موعد المباراة والقنوات الناقلة
🗓 التاريخ: 18 مايو 2025 | ⏰ الوقت: 20:45 بتوقيت ميلان (21:45 بتوقيت مكة)
🏟 الملعب: سان سيرو | 🏆 البطولة: الدوري الإيطالي - الجولة 37
📺 القناة الناقلة: AD Sports Premium 1 | 🎙️ المعلق: فارس عوض
أخبار الفريقين
إنتر (المركز 2، 77 نقطة): النيراتزوري يقاتلون لخطف الصدارة من نابولي. لوتارو مارتينيز في قمة تألقه.
لاتسيو (المركز 5، 64 نقطة): النسور يطمحون لمركز أوروبي. إيموبيلي يقود الهجوم.
التشكيل المتوقع
إنتر (3-5-2): سومر؛ بيسيك، دي فراي، باستوني؛ دومفريس، باريلا، تشالهانوغلو، مخيتاريان، ديماركو؛ مارتينيز، تورام. المدرب: سيموني إنزاجي
لاتسيو (4-3-3): بروفيديل؛ لاتزاري، كاسالي، رومانيولي، ماروسيتش؛ كاتالدي، ألبيرتو، جويندوزي؛ أندرسون، إيموبيلي، زاكاني. المدرب: ماوريتسيو ساري
📊 إحصائيات متقدمة
| الإحصائية | إنتر | لاتسيو |
| نسبة الاستحواذ | 52% | 49% |
| التسديدات على المرمى | 6 | 4 |
| الأهداف المتوقعة (xG) | 1.80 | 1.30 |
توقعات المباراة
النتيجة المتوقعة: إنتر 2-1 لاتسيو
إنتر يستفيد من قوته في سان سيرو، لكن لاتسيو قد يشكل خطرًا عبر إيموبيلي. ما رأيك؟
مشاركة في التطبيقات الأخرى