:root {
--white:#ffffff;
--white-1:rgba(255,255,255,.1);
--white-2:rgba(255,255,255,.2);
--white-3:rgba(255,255,255,.3);
--white-4:rgba(255,255,255,.4);
--white-5:rgba(255,255,255,.5);
--white-6:rgba(255,255,255,.6);
--white-7:rgba(255,255,255,.7);
--white-8:rgba(255,255,255,.8);
--white-9:rgba(255,255,255,.9);

--black:#000000;
--black-00:#000000;
--black-11:#111111;
--black-22:#222222;
--black-33:#333333;
--black-44:#444444;
--black-55:#555555;
--black-66:#666666;

--purple-gradient:linear-gradient(180deg, #E0CDFF 0%, #EFE5FF 100%);
--green-gradient:linear-gradient(180deg, #C4E9C4 0%, #E0F4E0 100%);
--yellow-gradient:linear-gradient(180deg, #FFEBAE 0%, #FFF5D7 100%);
--blue-gradient:linear-gradient(180deg, #B0E8FD 0%, #D7F3FE 100%);
--peach-gradient:linear-gradient(180deg, #FFCAC6 0%, #FFEDE9 100%);
--text-black-gradient:linear-gradient(180deg, #00000000 0%, #000000E6 100%);

--orange:#EE6721;
--orange-dark:#E2292E;
--light-yellow:#FFF5D1;

--light-peach:#FFCCC8;
--light-green:#C4E9C4;
--dark-purple:#8D3892;
--light-blue:#2F9EC8;
--light-blue2:#B1E8FD;
--dark-blue:#13418f;
--blue:#195bca;
--red:#e2000b;
--purple:#FCCCFF;
--gray-F8:#F8F8F8;
--gray-F2:#F2F2F2;
--gray-F3:#F3F3F3;
--gray-7D:#7D7D7D;

--border-gray:#D7D7D7;
--border-purple:#FCCCFF;
--border-blue:#B1E8FD;
--border-gray-light:#E5E5E5;

--ads-bg-outer:#ECECEC;
--ads-bg:#fbfbfb;
--mobile-ads-bg:#f6f6f6;

--color-03:rgba(0,0,0, 0.03);
--color-05:rgba(0,0,0, 0.05);
--color-1:rgba(0,0,0, 0.1);
--color-2:rgba(0,0,0, 0.2);
--color-3:rgba(0,0,0, 0.3);
--color-4:rgba(0,0,0, 0.4);
--color-5:rgba(0,0,0, 0.5);
--color-6:rgba(0,0,0, 0.6);
--color-7:rgba(0,0,0, 0.7);
--color-8:rgba(0,0,0, 0.8);
--color-9:rgba(0,0,0, 0.9);

--font-family-eng:'Merriweather',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
--font-family-hi:"Anek Devanagari",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
}
/**************News Photos and Videos tabs starts*************/
body,html,*{margin:0;padding:0}html{overflow-x:hidden;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:top}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family:var(--font-family-eng);}
html[lang="hi"] body{font-family:var(--font-family-hi);}

/*************live Scorecard starts*************/ 
.liveScorecard{margin:0;}
.liveScorecard h2{font-size:20px; line-height:1.6; position:relative;padding:0;margin:0px 0 10px; display: flex;justify-content:flex-start;flex-wrap:wrap;align-items:center;width:100%;gap:0 5px;}
html[lang="hi"] .liveScorecard h2{font-size:20px;margin-bottom:0!important;}
.liveScorecard .tab_list{padding:10px;display:flex;justify-content:space-between;}
.liveScorecard .tab_item{font-size:14px;line-height:1.4;cursor:pointer;font-weight:500;color:var(--black-11);padding:5px 15px;text-align:center;position:relative;box-shadow:none;}
html[lang="hi"] .liveScorecard .tab_item{font-size:16px;}
.liveScorecard .tab_item:after{content:"";position:absolute;bottom:0px;left:0;right:0;opacity:0;width:0;height:2px;margin:auto;background-color:var(--orange);transition:.3s ease-in-out}
.liveScorecard .tab_item.is--active{color:var(--black-11);font-weight:700;}
.liveScorecard .tab_item.is--active:after{opacity:1;width:100%}
.liveScorecard .tab_content{border:1px solid var(--color-1);border-top:0;border-radius:0 0 8px 8px;background-color:var(--white);}
.liveScorecard .tab_content-item{display:none;}
.liveScorecard .tab_content-item.is--active{display:block;}
.tabDesignChange{box-shadow:none;border-radius:0;border:0;}
.tabDesignChange .tab_content-item > .tab_content{max-height:400px;}
.tabDesignChange .tab_list{padding:6px 6px 0;background-color:var(--orange);border-radius:8px 8px 0 0;}
.tabDesignChange .tab_item{margin:0;padding:9px 0;flex:1;font-weight:500;color:var(--white);}
html[lang="hi"] .tabDesignChange .tab_item{padding:9px 0 5px;}
.tabDesignChange .tab_item.is--active{background-color:var(--white);color:var(--black-11);border-radius:4px 4px 0px 0px;}
.tabDesignChange .tab_item:after{display:none;}

.liveBlink{position:relative;width:11px;height:11px;background:var(--red);border-radius:50%;display:inline-block;border:3px solid var(--red);margin:4px;}
.liveBlink:after,
.liveBlink:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--white);}
.liveBlink:after{animation:pulseShadowlgRed 2000ms linear infinite;}
@-webkit-keyframes pulseShadowlgRed{
0%{-webkit-box-shadow:0 0 0 0 #e2000b3c}
70%{-webkit-box-shadow:0 0 0 15px rgba(0,0,0,0)}
100%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0)}}
html[lang="hi"] .liveBlink{margin-top:-3px;}
.liveScorecard ul li,
.liveScorecard ul{margin:0;padding:0;}
.liveScorecard ul li:before{display:none;}
.liveScorecard ul li a{color:var(--black-11);display:block;padding:15px 5px;text-align:center; text-decoration:none;}
.liveScorecard ul li a:hover{background-color:var(--light-yellow);}
.liveScorecard ul li h3,
.liveScorecard ul li p{white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.liveScorecard ul li h3{font-size:14px;line-height:1.4;font-weight:600;padding:0;text-transform:uppercase;}
html[lang="hi"] .liveScorecard ul li h3{font-size:16px;}
.liveScorecard ul li p{font-size:12px;line-height:1.4;padding:5px 0 0;color:#707070;}
html[lang="hi"] .liveScorecard ul li p{font-size:14px;}
.liveScorecard ul li + li{border-top:1px solid var(--border-gray)}
.liveScorecard .teamVs{width:100%;display:flex;justify-content:center;align-items:center;margin-top:15px;}
html[lang="hi"] .liveScorecard .teamVs{margin-top:5px;}
.liveScorecard .teamVs .name{display:inline-flex;justify-content:flex-start;align-items:center;font-size:12px;font-weight:600;color:var(--black-11);width:auto;gap:10px;white-space:nowrap;}
html[lang="hi"] .liveScorecard .teamVs .name{font-size:14px;}
.liveScorecard .teamVs .name strong{width:auto;text-transform:uppercase;}
html[lang="hi"] .liveScorecard .vs,
html[lang="hi"] .liveScorecard .teamVs .name strong{margin-top:5px;}
.liveScorecard .vs{width:25%;max-width:70px;display:inline-block;text-transform:uppercase;font-size:14px;font-weight:600;}
html[lang="hi"] .liveScorecard .vs{font-size:16px;}
.liveScorecard .team-icon{background:var(--color-1);box-shadow:none;width:22px;height:22px;overflow:hidden;border-radius:30px; position: relative;}
.liveScorecard .team-icon img{position:absolute;left:0;top:0;right:0;bottom:0;object-position:top;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;object-fit:cover;border:0;filter:brightness(.99) saturate(1.03) contrast(1.09);border-radius:30px;}


.liveScorecard .noMatch{font-size:16px;line-height:1.4;font-weight:600;color:var(--orange);text-align:center;padding:15px;}
.liveScorecard .y-scroll{max-height:327px;overflow-y:scroll;}
html[lang="hi"] .liveScorecard .y-scroll{max-height:330px;}
.liveScorecard .y-scroll::-webkit-scrollbar{width:5px;border-radius:5px;}
.liveScorecard .y-scroll::-webkit-scrollbar-track{background:var(--color-05);border-radius:5px;}
.liveScorecard .y-scroll::-webkit-scrollbar-thumb{background:var(--color-5);border-radius:5px;}
.liveScorecard .y-scroll::-webkit-scrollbar-thumb:hover{background:var(--orange);}
.runOver{width:auto;display:inline-flex;align-items:center;gap:5px;}
.runOver span{font-size:10px;color:#666666;display:block;margin:0;padding:0;}
.runOver p{margin:0;padding:0;font-size:16px;line-height:18px;color:var(--black);font-weight:600;}
.runOver p.lv{font-size:14px;margin:0;}
.liveScorecard .live-match-box .teamVs .name{flex-wrap:wrap;white-space:inherit;justify-content:center;gap:3px;}
.liveScorecard .live-match-box .teamVs .name strong{font-size:10px;line-height:14px;width:100%;margin:0 !important;;padding:0;}
.liveScorecard .live-match-box .team-icon{display:flex;}
.liveScorecard .live-match-box .runOver p{padding:0;color:var(--black-11);font-size:16px;}
/*************live Scorecard ends*************/ 