button, input, optgroup, select, textarea{margin:0;}
button{overflow:visible}
button, select{text-transform:none}
button, html input[type=button], input[type=reset], input[type=submit]{cursor:pointer}
button[disabled], html input[disabled]{cursor:default}
button::-moz-focus-inner, input::-moz-focus-inner{padding:0;border:0}
.btn{padding:6px 12px; font-size:14px; font-weight:400; text-align:center; cursor:pointer; border:1px solid transparent; border-radius:4px}
.btn:focus, .btn:hover{color:#333; text-decoration:none}
.btn:active{background-image:none; outline:0; box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn[disabled]{cursor:not-allowed; opacity:.65; box-shadow:none}
.btn-default{color:#333; background-color:#fff; border-color:#ccc}
.btn-primary{color:#fff; background-color:#337ab7; border-color:#2e6da4}
.btn-success{color:#fff; background-color:#5cb85c; border-color:#4cae4c}
.btn-info{color:#fff; background-color:#5bc0de; border-color:#46b8da}
.btn-warning{color:#fff; background-color:#f0ad4e; border-color:#eea236}
.btn-danger{color:#fff; background-color:#d9534f; border-color:#d43f3a}
.btn-block{display:block; width:100%}
.fade{opacity:0; transition:opacity .15s linear}
.fade.in{opacity:1}
.fade.out{opacity:0}
mark{padding:.2em; background-color:#fcf8e3;}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:#777}
.text-primary{color:#337ab7}
ol, ul{margin-top:0; margin-bottom:10px}
ol ol, ol ul, ul ol, ul ul{margin-bottom:0}
.list-unstyled{padding-left:0; list-style:none}
.list-inline{padding-left:0; margin-left:-5px; list-style:none}
.list-inline>li{display:inline-block; padding-right:5px; padding-left:5px}
.container{width:100%; padding:0 15px;}
.row{margin-right:-12px; margin-left:-12px}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{position:relative; min-height:1px; padding-right:5px; padding-left:5px; width:100%; float:left;}
@media (min-width:1200px){
.container{width:1170px; margin:0 auto;}
.col-md-1{width:8.33333333%}
.col-md-2{width:16.66666667%}
.col-md-3{width:25%}
.col-md-4{width:33.33333333%}
.col-md-5{width:41.66666667%}
.col-md-6{width:50%}
.col-md-7{width:58.33333333%}
.col-md-8{width:66.66666667%}
.col-md-9{width:75%}
.col-md-10{width:83.33333333%}
.col-md-11{width:91.66666667%}
.col-md-12{width:100%}
}
pre{display:block; font-size:12px; color:#333; word-break:break-all; word-wrap:break-word; background-color:#f5f5f5; border:1px solid #ccc;}
table{border-spacing:0; border-collapse:collapse; background-color:transparent;}
th{font-weight:bold;}
.text-left th, .text-left td, .th-left th, .td-left td{text-align:left;}
.th-center th, .td-center td{text-align:center;}
.table{width:100%; max-width:100%; margin-bottom:20px}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{padding:8px; line-height:1.42857143; border-top:1px solid #ddd}
.table>thead>tr>th{vertical-align:bottom; border-bottom:2px solid #ddd}
.table>tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-bordered{border-top:1px solid #00000024;}
.grid{border:2px solid #00000024;}
.grid th{border:1px solid #00000024; padding:8px; font-weight:600;}
.grid td{border:1px solid #00000024; padding:5px;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-top:1px solid #00000024;}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom-width:2px}
.table-striped tr:nth-child(odd){background-color:#f9f9f9}
.table-striped tr:nth-child(even){background-color:#00000024;}
.table-striped thead tr{background-color:#ccc;}
.table-hover>tbody>tr:hover{background-color:#f5f5f5}
table col[class*=col-]{position:static; display:table-column; float:none}
table td[class*=col-], table th[class*=col-]{position:static; display:table-cell; float:none}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{background-color:#f5f5f5}
.table-responsive{min-height:.01%; overflow-x:auto; width:100%; margin-bottom:15px;}
@media (max-width:767px){
.table-responsive{border:1px solid #ddd}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{white-space:nowrap}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
}
label{display:inline-block; max-width:100%; margin-bottom:5px; font-weight:600;}
input[type=search]{box-sizing:border-box}
input[type=checkbox], input[type=radio]{margin:4px 0 0; line-height:normal}
input[type=file]{display:block}
input[type=range]{display:block; width:100%}
select[multiple], select[size]{height:auto}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{outline:5px auto; outline-offset:-2px}
.form-control{display:block; width:100%; height:34px; padding:6px 12px; font-size:14px; line-height:1.42857143; color:#555; background-color:#fff; background-image:none; border:1px solid #ccc; border-radius:4px; box-shadow:inset 0 1px 1px rgba(0,0,0,.075); transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)}
.form-control::placeholder{color:#999}
.form-control[disabled], .form-control[readonly]{background-color:#eee; opacity:1}
.form-control[disabled]{cursor:not-allowed}
textarea.form-control{height:auto}

.breadcrumb{padding:8px 15px; margin-bottom:20px; list-style:none; background-color:#f5f5f5; border-radius:4px}
.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{padding:0 5px; color:#ccc; content:"/\00a0"}
.breadcrumb>.active{color:#777}
.pagination{display:inline-block; padding-left:0; margin:20px 0; border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a, .pagination>li>span{position:relative; float:left; padding:6px 12px; margin-left:-1px; line-height:1.42857143; color:#337ab7; text-decoration:none; background-color:#fff; border:1px solid #ddd}
.pagination>li:first-child>a, .pagination>li:first-child>span{margin-left:0; border-top-left-radius:4px; border-bottom-left-radius:4px}
.pagination>li:last-child>a, .pagination>li:last-child>span{border-top-right-radius:4px; border-bottom-right-radius:4px}
.pagination>li>a:hover, .pagination>li>span:hover{z-index:2; color:#23527c; background-color:#eee; border-color:#ddd}
.pagination>.active>a, .pagination>.active>span{z-index:3; color:#fff; cursor:default; background-color:#337ab7; border-color:#337ab7}
.pagination>.disabled>a, .pagination>.disabled>span{color:#777; cursor:not-allowed; background-color:#fff; border-color:#ddd}
*{box-sizing:border-box;}
html{height:100%; margin:0; padding:0;}
body{height:100%; margin:0; font-family:-apple-system, BlinkMacSystemFont, system-ui, sans-serif; color:#000; font-size:16px; line-height:1.6; background-color:rgba(0,0,0,0.05);}
h1,h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5{line-height:1.4; font-weight:600; margin:15px 0 10px 0;}
h2,.h2{font-size:22px;}
h3,.h3{font-size:20px;}
h4,.h4{font-size:18px;}
h5,.h5{font-size:16px;}
h5,.h5{font-size:14px;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.cover{object-fit:cover;}
.sname,.hsline{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hi-en-btn{padding:8px; border-radius:5px; font-size:12px; background-color:#e64a1c; color:#FFF; display:inline-block; font-weight:bold; vertical-align:top; margin-top:4px;}
/*Youtube Video classes */
.videomain{width:32%; box-shadow:1px 1px 7px 0 #c7c5c5b3; border-radius:10px; display:inline-block; margin:5px; text-align:center; position:relative;}
.videomain img{margin-top:10px; width:330px; height:180px;}
.vtext{height:50px; line-height:150%; overflow:hidden;}
.vplayer{width:100%; height:575px; border-radius:10px;}
.vauti{margin:-8px 2px 0 2px; text-align:center; color:#000000b3;}
.play-button{position:absolute; left:46%; top:65px; width:50px; height:50px; background-color:rgba(0, 0, 0, 0.7); border:none; border-radius:50%; color:white; font-size:24px; cursor:pointer;}
article a{color:#33F;}
/*Series classes */
.series{display:flex; justify-content:space-around; box-shadow:1px 1px 7px 0 #c7c5c5b3; margin-bottom:10px; overflow:auto;}
.series-nav{background-color:#e7e7e7; width:33%; text-align:center; border-radius:3px; font-weight:700; color:#050101; padding:5px; font-family:sans-serif;}
.series-nav-active{background-color:#af2a2a; color:#ffffff;}
.mtype{padding:0 5px 0 5px; border-radius:5px; color:#ffffff; font-weight:800; font-family:monospace;}
.test{background-color:#e90c0c;}
.odi{background-color:#0c5de9;}
.t20{background-color:#06275f;}
.t10{background-color:#003366;}
.schbox{width:100%; box-shadow:0 1px 4px 2px #ccc; border-radius:12px; margin-bottom:15px; padding:5px 5px 10px 5px; text-align:center; position:relative;}
.schbox img{width:40px !important; height:40px !important;}
.search-nav{margin-right:15px; color:#333333; white-space:nowrap; border-bottom:1px solid; font-weight:600; padding:3px;}
.search-btn{display:inline-block; position:relative; padding:5px 20px;}
.search-btn .search{position:absolute; left:12px; top:4px;}
.search-clear{top:8px; right:10px;}
.spvenu{font-family:sans-serif; font-size:small; font-weight:700;}
.sptop{margin:0 5px; text-align:left;}
.sc-main{display:inline-flex; width:31%; max-height:285px; box-shadow:1px 1px 7px 0 #c7c5c5b3; border-radius:10px; margin:8px; overflow:hidden; padding:10px;}
.sc-img img{width:100%; height:180px; object-fit:cover;}
.sc-txt{height:48px; overflow:hidden;}
.sport-selector{padding:8px; border:none; box-shadow:1px 1px 2px 1px #CCC;}

.modal{display:none; position:fixed; z-index:10; left:0; top:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.5); align-content:center; overflow:hidden;}
.modal-body{max-width:400px; position:relative; background:#FFF; margin:10px auto; border-radius:5px;}
.modal-header{padding:10px; color:#FFF; background:#900; border-radius:5px 5px 0 0;}
.modal-footer{padding:10px; border-top:1px solid #CCC;}
.modal-content{padding:10px; max-height:400px; overflow:auto;}
.modal .close{color:#ffffff; float:right; font-size:28px; font-weight:600; margin:-10px 5px;}
.modal .close:hover, .modal .close:focus{color:#000; text-decoration:none; cursor:pointer;}

/*sports page css --start-- */
.menu-list{font-size:18px; font-weight:600; overflow:auto; display:flex; justify-content:center;}
.menu-list li{font-family:system-ui; white-space:nowrap; list-style:none; display:inline-block; margin:10px;}
.menu-list a{color:#fff; padding:3px 15px; background:#053d94; border-radius:5px;}
.menu-list a:hover{background:#CCC; color:#053d94;}
.menu-list .selected{background:#e20000; color:white;}
.team-box{background:#fafafa; padding:5px; margin:5px 0; display:inline-block; max-width:360px; width:100%; box-shadow:#00000060 0 0 6px;}
.players{width:10%; min-width:40px; border-radius:50%; padding:2px;}
.p-heading{margin:15px -15px; border-radius:15px 15px 0 0;}
/*sports page css --End-- */
nav{float:right; margin-top:12px; margin-bottom:11px; text-align:right;}
.menu{list-style:none; display:flex; margin:0; max-height:60px;}
.menu ul{list-style-type:none; padding:0;}
.menu li{position:relative; margin:10px 0;}
.menu li a{text-decoration:none; color:white; font-weight:600; padding:24px 10px; text-transform:uppercase;}
.menu li a:hover{background-color:#555;}
.menu li:hover .submenu{display:block;}
.menu li:active .submenu{display:block;}
.menu .sh{margin:-12px auto;}
.menu .google-auto-placed{display:none;}
.submenu{display:none; position:absolute; top:48px; background-color:#444; text-align:left; width:max-content; z-index:1;}
.submenu li{margin:20px 0;}
.menu-selected{background:#333; border-bottom:2px solid #FFF;}
.submenu .menu-selected{padding:10px;}

a{color:#1A0DAB; text-decoration:none; outline:none;}
a:hover{color:#3c94ec;}
a img:hover{filter:brightness(130%); opacity:1;}
a:active{color:inherit;}
img{vertical-align:middle; border:0; height:auto; border-radius:10px; max-width:100%; object-fit:cover;}
.button{border:none; padding:8px 15px; font-weight:800; border-radius:5px;}
.left-content{width:76%; float:left; text-align:left; margin:0; padding:0 10px;}
.right-content{width:24%; float:right; text-align:center; margin:0; padding:0 10px;}
.right-content img{border-radius:0;}
.content{background-color:#fff; border-radius:10px; padding-bottom:10px; margin-bottom:15px;}
header{width:100%; height:70px; top:0; left:0; position:fixed; z-index:10; background-color:rgba(0, 0, 0, 0.95); text-align:right;}
.hamburger{display:none; background:url(https://cdn.possible11.com/assets/sprite.webp) -250px -15px; width:30px; height:20px;}

#breadcrumblist{margin-top:80px; padding:0; list-style:none; text-align:center;}
#breadcrumblist li{display:inline;}
#breadcrumblist a{padding:15px 5px;} 

.match-details .source{margin:0;}
.tag-link{font-size:13px; font-weight:600; padding:5px 10px; margin:5px; border-radius:2em; color:#fff; text-transform:uppercase; text-decoration:none; max-width:90%; white-space:nowrap; background:#2f2c2c;}
.page-info{text-align:left; padding:20px 10px; background-color:#ffffff; border-radius:8px;}
.point-desc p{margin-top:-10px;}

footer{left:0; bottom:0; width:100%; background-color:rgba(0, 0, 0, 0.95); position:fixed; text-align:center; z-index:10;}
.footer-page{display:flex; background-color:#333841; color:#FFF; padding:10px 10px 60px 10px;}
.footer-page ul{list-style:none;}
.footer-page h5{padding-bottom:10px; border-bottom:1px solid #CCC;}
.footer-page > div:first-child{border-right:1px solid #CCC;}
#social{margin:7px 20px; float:left; font-size:0;}
.copyright{position:fixed; color:#FFF; bottom:5px; left:calc(40% - 66px);}
.social-share{text-align:center; margin:20px 0; font-size:0;}
.social-share span{font-weight:600; position:absolute; margin:16px -60px; font-size:14px;}
.ico{padding-top:0; display:inline-block; background:url(https://cdn.possible11.com/assets/sprite.webp) 0 0; width:50px; height:45px; cursor:pointer; margin:2px}
.ico:hover{filter:brightness(150%);}
.fb{background-position:-50px 0;}
.tw{background-position:-100px 0;}
.yt{background-position:-150px 0;}
.share{background-position:-200px 0; float:left; display:none;}
.ins{background-position:-300px 0;}
.wa{background-position:-350px 0;}
.in{background-position:-400px 0;}
.ml{background-position:-450px 0;}
.an{background-position:-500px 0; width:170px; height:50px;}
.io{background-position:-675px 0; width:170px; height:50px;}
.gl{background-position:-850px 0;}
.cp{background-position:-900px 0;}
.sh{background-position:-950px 0; transform:scale(0.6,0.6);}
.pn{background-position:-1000px 0;}
.tm{background-position:-1050px 0;}
.qu{background-position:-1100px 0;}
.logo-40{background-position:-1200px -5px;}
.logo-60{background-position:-1250px -5px; width:60px; height:60px;}
.logo-90{background-position:-1320px 0; width:90px; height:90px;}
.gl-news{background-position:0 -50px; width:140px; height:40px;}
.tl-join{background-position:-150px -50px; width:140px; height:40px;}
.share2{background-position:-500px -50px; height:40px;}
.kebab-b-v{background-position:-550px -50px; width:40px; height:40px;}
.kebab-b-h{background-position:-550px -50px; width:40px; height:40px; transform:rotate(90deg);}
.kebab-w-v{background-position:-600px -50px; height:40px;}
.kebab-w-h{background-position:-600px -50px; width:40px; height:40px; transform:rotate(90deg);}
.dots-w-v{background-position:-650px -55px; width:8px; height:30px; margin:10px;}
.dots-w-h{background-position:-650px -55px; width:8px; height:30px; margin:10px; transform:rotate(90deg);}
.dots-b-v{background-position:-660px -55px; width:8px; height:30px; margin:10px;}
.dots-b-h{background-position:-660px -55px; width:8px; height:30px; margin:10px; transform:rotate(90deg);}
.arrow-d{background-position:-670px -55px; width:20px; height:15px;}
.arrow-r{background-position:-670px -55px; width:20px; height:15px; transform:rotate(270deg);}
.arrow-u{background-position:-670px -55px; width:20px; height:15px; transform:rotate(180deg);}
.arrow-l{background-position:-670px -55px; width:20px; height:15px; transform:rotate(90deg);}
.cl{background-position:-700px -50px; width:20px; height:20px;}
.cl2{background-position:-720px -50px; width:20px; height:20px;}
.cl3{background-position:-700px -70px; width:20px; height:20px;}
.cl4{background-position:-720px -70px; width:20px; height:20px;}
.search{background-position:-750px -50px; width:20px; height:20px;}
.search2{background-position:-750px -70px; width:20px; height:20px;}
.search3{background-position:-775px -50px; width:20px; height:20px;}
.search4{background-position:-775px -70px; width:20px; height:20px;}
.gnews{background-position:-800px -50px; width:40px; height:40px;}
.cone-solid{background-position:-850px -50px; height:40px;}
.cone-black{background-position:-900px -50px; height:40px;}
.cone-white{background-position:-950px -50px; height:40px;}
.cone-solid-s{background-position:-1250px -70px; height:20px; width:20px;}
.cone-black-s{background-position:-1275px -70px; height:20px; width:20px;}
.cone-white-s{background-position:-1300px -70px; height:20px; width:20px;}
.rss-check{background-position:-1000px -50px; width:100px;}
.auth{background-position:-1100px -50px; width:40px; height:40px;}
.authf{background-position:-1150px -50px; width:40px; height:40px;}
.avatar{background-position:-1200px -50px; width:40px; height:40px;}
.read-hi{background-position:-1410px 0px; width:110px; height:40px;}
.read-en{background-position:-1410px -50px; width:110px; height:40px;}

.flash{margin-left:290px; display:none; font-size:14px;}
.share-text{font-size:14px;}
.search-box{padding:0 40px 0 0 !important;}

.app-icons{width:100%; padding-bottom:10px; position:relative; z-index:1;}
.app-icons img{max-width:180px;}
.android{display:inline-block; background:url(https://cdn.possible11.com/assets/sprite.webp) -500px 0; width:170px; height:50px; margin:10px 5px; cursor:pointer;}
.ios{display:inline-block; background:url(https://cdn.possible11.com/assets/sprite.webp) -675px 0; width:170px; height:50px; margin:10px 5px; cursor:pointer;}
.android:hover, .ios:hover{filter:brightness(130%);}

#vdo{opacity:.7; text-align:center; padding:10px;}
#vdo img{width:180px; height:300px;}
#vdo iframe{min-height:400px;}
.logo{height:60px; width:auto; float:left; margin:5px; box-sizing:content-box;}
#seriesList{max-width:500px; margin:10px auto; box-shadow:0 0 5px 5px #CCC; padding:10px; border-radius:5px;}
#seriesList select{font-size:18px;}
.match-box{margin:5px 0; display:inline-block; width:100%; border-radius:10px; box-shadow:0 1px 4px 2px #ccc;}
.match-box div{padding:10px;}
.match-box img{width:auto; height:120px; border-radius:10px; box-shadow:1px 2px 4px 1px #666;}
.match-box h3{margin:0;}
.match-box h4{margin:5px;}
.match-box h5{margin:0;}
.match-box p{margin:3px;}

.small-box{text-decoration:none; color:#333; background:#FFF; line-height:1.2; gap:5px; padding:5px; display:flex; max-width:400px; border:1px solid #DDD; border-radius:4px;}
.small-box a{color:#333; text-decoration:none; outline:none;}
.small-box img{border-radius:4px !important; padding:0 !important; width:120px !important;}

.venue{border:1px solid #CCC; width:100%; display:inline-table;}
.venue th{padding:8px; text-align:left; background-color:#ccc;}
.venue td{padding:8px;}
.venue tr:nth-child(odd){background-color:#F0F0F0;}
.venue tr:nth-child(even){background-color:#fcfcfc;}

.center{text-align:center;}
.center-div{margin-left:auto; margin-right:auto;}
.center-content{align-content:center;}
.center-vertical{vertical-align:middle;}
.left{text-align:left;}
.right{text-align:right;}
.justify{text-align:justify;}
.nowrap{white-space:nowrap;}
.j-flex-s{justify-content:flex-start;}
.j-flex-c{justify-content:center;}
.preview-page{padding-bottom:80px; background-color:white; border-radius:8px;}
.preview-page img{max-width:640px; height:auto; display:flex; margin:0 auto;}
.toc{background:#F5F5F5; border:1px solid #999; position:relative; overflow:clip;}
.toc-title{margin:5px; text-align:center; color:#333;}
.toc li{margin-left:30px;}
.hide-toc{width:300px; height:44px; transition:width 1s, height 2s; overflow:hidden;}
.toc-toggle{text-align:center; cursor:pointer; position:absolute; right:4px; top:4px; padding:5px; background:#EEE; border:1px solid #CCC;
width:34px; height:34px; background:url(https://cdn.possible11.com/assets/sprite.webp); background-position:-904px -54px;}
.team-container{width:100%; text-align:center;}
.team-container img{max-width:360px; max-height:400px; margin:0 5px 20px 5px;}
.preview-page-ads{text-align:center; width:100%; max-width:1200px; height:280px; margin:0 auto; margin-top:10px; clear:both;}
.preview-page-banner{text-align:center; width:100%; max-width:1200px; max-height:280px; margin:0 auto;}
.preview-page-banner > img{width:100%; cursor:pointer;}
.square-poster{height:400px;}
.box-left{position:fixed; left:0; top:100px; width:124px; height:620px; text-align:left;}
.box-left img{cursor:pointer;border-radius:0; height:100%; width:auto;}
.box-right{position:fixed; right:0; top:100px; width:124px; height:620px; text-align:right;}
.box-right img{cursor:pointer;border-radius:0; height:100%; width:auto;}
.ads-banner{width:100%; height:150px; text-align:center;}
.ad-card{vertical-align:top; box-shadow:none;}

.blog-row{margin:5px 0; display:inline-block; border-radius:5px; box-shadow:0 2px 4px 3px #CCC; width:100%;}
.blog-row a{font-weight:600;}
.blog-row img, article img{width:100%; height:auto; margin:10px 0; box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 10px; border-radius:10px;}
.blog-page{text-align:left;}
.blog-page h1{text-align:center; margin:10px 10px 20px 10px;}
.blog-page img{padding:5px; width:100%; height:auto; border-radius:20px;}
.blog-page li{margin:10px 0;}
.blog-page .flag{padding:0; width:40px; height:40px;}
.blog-page .row{margin:0;}
.blog-heading{color:#CCC; padding:10px 0;}
.blog-bullet li{padding:16px 0;}
.blog-bullet strong{font-size:24px;}
.blog-comments-heading{background:#00CCFF90; padding:5px 0; text-align:center; font-size:20px;}
.blog-comments textarea{width:100%; min-height:100px; color:#333;}
.news-room img{width:100%; height:auto; line-height:180%; padding:10px; border-radius:15px;}
.google-news img{border-radius:0; width:160px !important; height:44px; padding:0;}

.feed-box{margin:10px 0; padding:10px; border-radius:4px; border:1px solid #ccc; position:relative;}
.feed-row{background-color:#fafafa; box-shadow:0 2px 4px 3px #CCC; padding:10px 20px; margin:20px 5px;}
.feed-date{font-size:13px; font-weight:700; position:relative;}
.feed-dot{position:absolute; top:-10px; color:#0C0; font-size:24px;}

.gray-block{color:#080808; padding:10px; border-left:8px solid #78C0A8; box-shadow:1px 1px 7px 0 #c7c5c5b3; border-radius:5px; font-style:oblique;}
blockquote{font-style:italic; color:#555555; padding:10px 10px 10px 40px; border-left:8px solid #78C0A8; position:relative; background:#EDEDED;}
blockquote::before{font-family:Arial; content:"\201C"; color:#78C0A8; font-size:4em; position:absolute; left:5px; top:-15px;}
blockquote cite{display:block; color:#333333; font-style:normal; font-weight:600; margin-top:10px;}

.post-btn-cotainer{position:relative;}
#gsignBtn{top:0; width:190px; position:absolute; opacity:0;}

.featured-heading{clear:both; margin:0; font-size:24px; font-weight:600;}
.recent-heading{clear:both; margin:30px 5px 5px 5px; font-size:24px; font-weight:600;}
.recent-posts-box{position:relative; width:100%; background-color:#ffffff; border-radius:8px;}
.recent-posts{display:inline-flex; width:90%; padding:5px 0; overflow:hidden;}
#recentPosts{display:inline-flex; position:relative;}
.recent-card{width:203px !important; margin:5px !important;}
.recent-card h2{font-size:18px !important;}
.recent-card img{height:120px !important; min-width:180px; object-fit:cover;}

.control-arrow{position:absolute; padding:15px 8px; font-size:40px; margin-top:4%; font-weight:200; cursor:pointer; transition:.6s; color:#666; z-index:1; border:1px solid;}
.control-arrow:hover{background-color:rgba(0,0,0,0.8); color:#CCC;}
.control-arrow:active{font-size:60px;}
.left-control{left:0; border-radius:25px 12px 12px 25px; filter:drop-shadow(-6px 2px 3px #000); display:none;}
.right-control{right:0; border-radius:12px 25px 25px 12px; filter:drop-shadow(6px 2px 3px #000);}

.match-card{margin:5px; display:inline-block; width:320px; max-width:320px; text-align:center; box-shadow:rgba(0, 0, 0, 0.5) 0 0 5px; border-radius:10px 10px 0 0;}
.match-card img{width:100%; height:auto; box-shadow:rgba(0, 0, 0, 0.5) 0 5px 5px; border-radius:10px 10px 0 0; width:320px; height:180px;}
.match-card img:hover{filter:brightness(130%); opacity:1;}
.match-card .txt-card{padding:5px;}
.match-card a{color:#000;}
.match-card p{margin:0 5px; overflow-wrap:break-word;}
.match-card h2, .match-card .h2{margin:10px 5px;}
.match-card h3, .match-card .h3{margin:5px;}
.match-card h4, .match-card .h4{margin:5px;}

.img-txt-box{margin:10px 0; display:flex; width:100%; align-items:center;}
.img-txt-box .img-box{margin-right:5px; width:160px; min-width:160px;}
.img-txt-box .txt-box{line-height:1.2em;}
.img-txt-box .txt-box b{margin:0; padding:0; font-weight:600;}
.img-txt-box .txt-box p{margin:0; padding:0;}
.img-txt-box .txt-only{width:100%;}

.widget-heading{clear:both; margin:20px 0 0 3%; padding-left:10px; font-size:20px; font-weight:600; border-left:4px solid red;}
.widget-see-all{position:absolute; right:25px; top:-25px; font-weight:600;}
.widget{clear:both; position:relative; width:100%; background-color:#ffffff; border-radius:8px;}
.widget-wrapper{display:inline-flex; width:94%; margin-left:3%; overflow:hidden; line-height:130%;}
.widget-items{display:inline-flex; padding:5px 0; position:relative; transition:0.6s ease; left:0;}
.widget-item{display:inline-block; background-color:#FCFCFC; margin:0 5px; position:relative; width:240px; min-width:240px; min-height:120px; max-height:360px; border-radius:5px;}
.widget-item img{width:240px; height:135px; border-radius:5px;}
.widget-item .label{cursor:pointer; font-weight:600; padding:5px 5px 15px 5px; width:100%;}
.widget-item hr{margin:2px 0; height:1px; border:none; background:#CCC; bottom:28px; width:100%;}
.widget-item-player{width:135px; min-width:135px; max-height:210px;}
.widget-item .h2{font-size:14px; margin:0 0 15px 0; color:#900; font-weight:normal;}
.widget-item .h3{font-size:13px; margin:5px 0; color:#333; font-weight:600;}
.widget-item .cn{min-width:80px; display:inline-block;}
.sport-widget{display:flow-root;}
.sport-widget hr{margin-top:-3px;}

.carousel-widget{width:100%; max-width:360px; overflow:hidden;}
.carousel-track{display:flex; transition:transform 0.5s ease-in-out;}
.carousel-slide{min-width:100%; opacity:0; transition:opacity 0.4s ease; position:relative;}
.carousel-slide.active{opacity:1;}
.carousel-slide img{width:100%; display:block;}

.carousel-dots{display:flex; justify-content:center; margin:10px; gap:6px;}
.carousel-dot{height:4px; width:40px; background:#555; border-radius:4px; cursor:pointer; transition:all 0.3s;}
.carousel-dot.active{background:#9ec3ff;}

.series-btns{width:100%; padding:5px; margin:15px 0; overflow:auto;}
.btn-outline{margin:5px; padding:2px 30px; border:1px solid #ccc; border-radius:20px; cursor:pointer; white-space:nowrap; text-align:center; font-weight:600;}
.btn-outline:hover{color:#0000ff; border:1px solid #3c94ec;}
.btn-outline-active{background:#900; color:#FFF; z-index:1; position:relative;}
.sport-item{margin:0; padding:10px;	position:relative; border-bottom:1px solid #CCC;}
.sport-item	.txt-box b{font-size:14px; font-weight:600; color:red;}
.sport-item	.txt-box p{font-size:14px; font-weight:300; color:#666;}
.sport-item	.txt-box a{color:#333;}

.left-section{width:64%; float:left; margin-bottom:10px;}
.right-section{width:35%; float:right; margin-bottom:10px;}

.card-box{width:220px; height:120px; min-width:220px; overflow:hidden;}
.card-box a{text-decoration:none; color:#333;}
.card-box .h3, .card-box .h4, .card-box .h5{margin:5px 0;}
.card-box .h4{font-size:14px;}
.card-box .h5{font-weight:400; color:#B00303;}
.card-box img{border-radius:0; height:110px;}

.story-box{width:160px; min-width:160px; height:280px; line-height:1.2; font-size:13px; font-weight:bolder;}
.story-box a{text-decoration:none; color:#333;}
.story-box img{border-radius:5px; height:100%; object-fit:cover;}
.story-caption{position:absolute; left:0; bottom:0; margin:0; width:100%; padding:50px 5px 10px 5px; border-radius:5px; color:#FFF; background-image:linear-gradient(to top,#000000,#000000e0,#000000b8,#00000000);} 

.side-card{background-color:#FCFCFC; margin:5px; padding:5px; box-shadow:1px 1px 2px 1px #CCC; border-radius:3px;}
.side-card img{width:180px; display:inline-block;}
.side-card .h3{display:inline-block; margin:10px;}
	
.related{text-align:right; margin:0 auto; padding:0;}
.related-heading{background:#00CCFF90; padding:5px 0; width:350px; display:inline-block; text-align:center; font-size:20px;}
.table-title{margin-bottom:0; text-align:center; color:#FFF; background:#bd0000; padding:5px; border-radius:10px 10px 0 0;}
.latest-update{text-align:left;}
.latest-update h2{color:#900;}
.score-table{width:100%; display:inline-table;}
.score-table thead tr{padding:8px; background-color:#b6b6b6 !important;}
.score-table th{padding:8px; text-align:left;}
.score-table td{padding:5px;}
.score-table tr:nth-child(odd){background-color:#F0F0F0;}
.score-table tr:nth-child(even){background-color:#fcfcfc;}
.table-dark{background-color:#333; color:#FFF;}
.recent-forms{display:inline-block; font-size:10px;}
.w{padding:2px 4px; margin:0 1px; border-radius:50%; background:#060; color:#FFF; display:inline;}
.l{padding:2px 6px; margin:0 1px; border-radius:50%; background:#900; color:#FFF; display:inline;}
.t{padding:2px 6px; margin:0 1px; border-radius:50%; background:#F60; color:#FFF; display:inline;}
.n{padding:3px 3px; margin:0 1px; border-radius:50%; background:#666; color:#FFF; display:inline;}

.faq{text-align:left;}
.faq h2{text-align:center;}
.question{background:#fff; margin:10px 0; padding:5px 8px; box-shadow:rgba(0,0,0,.2) 0 0 3px;}
.question .title{cursor:pointer; margin:0; position:relative;}
.question .title:hover{color:#666;}
.question .answer{display:none; padding:5px; color:#333;}
.question .arrow{float:right; position:absolute; right:0; top:2px;}

.comment-box{text-align:center; display:block;}
.comment-container{margin-bottom:10px; max-height:300px; overflow:auto;}
.comment-header{text-align:center; font-size:1.2em; font-weight:600; background:#CCC; padding:6px;}
.comment{padding:20px; font-size:1.1em; border-bottom:1px solid #333; background:#EEE; text-align:left;}
.cell180{width:180px; display:inline-block;}
.gsc-input{color:#333;}
.join-telegram{padding:20px;}
.join-telegram img{width:360px;}
iframe{max-width:100%;}
.timer{position:absolute; font-size:11px; color:#666; right:5px; bottom:2px; line-height:normal;}
.shadow{box-shadow:1px 1px 2px 1px #CCC;}
.shadow-2{box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 10px;}
.shadow-0{box-shadow:none;}
.border{border:1px solid #DDD;}
.bb-1{border-bottom:1px solid #DDD;}
.bb-2{border-bottom:2px solid #d90404;}
.bb-4{border-bottom:4px solid #d90404;}
.br-2{border-radius:2px;}
.br-4{border-radius:4px;}
.br-5{border-radius:5px;}
.br-8{border-radius:8px;}
.br-10{border-radius:10px;}
.br-20{border-radius:20px;}
.br2{border-radius:2%;}
.br5{border-radius:5%;}
.br10{border-radius:10%;}
.br50{border-radius:50%;}

.t-0{top:0;}
.t-2{top:2px;}
.t-5{top:5px;}
.t-7{top:7px;}
.t-10{top:10px;}
.t-15{top:15px;}
.t-20{top:20px;}
.r-0{right:0;}
.r-2{right:2px;}
.r-5{right:5px;}
.r-10{right:10px;}
.r-15{right:15px;}
.r-20{right:20px;}
.b-0{bottom:0;}
.b-2{bottom:2px;}
.b-5{bottom:5px;}
.b-10{bottom:10px;}
.b-15{bottom:15px;}
.b-20{bottom:20px;}
.l-0{left:0;}
.l-2{left:2px;}
.l-5{left:5px;}
.l-10{left:10px;}
.l-15{left:15px;}
.l-20{left:20px;}

.absolute{position:absolute;}
.relative{position:relative;}
.hide{display:none;}
.block{display:block;}
.flex{display:flex;}
.space-around{justify-content:space-around;}
.space-between{justify-content:space-between;}
.d-column{flex-direction:column;}
.inline-block{display:inline-block;}
.inline-table{display:inline-table;}
.inline-grid{display:inline-grid;}
.inline-flex{display:inline-flex;}
.inline{display:inline; width:100%;}
.for-mobile, .mob{display:none;}
.highlight-bg{background:#FFCC0040 !important;}
.orange-bg{color:#fff; background-image:linear-gradient(to right, #e20000, #000000); border-radius:8px;}
.gray-bg{color:#fff; background-image:linear-gradient(to right, #737373, #100d2b); border-radius:8px;}
.white{color:#FFF;}
.black{color:#000;}
.gray{color:#999}
.light-gray{color:#CCC;}
.lighter-gray{color:#EBEBEB;}
.dark-gray{color:#666;}
.darker-gray{color:#333;}
.red{color:#8B0000;}
.dark-red{color:#900;}
.green{color:#0C0;}
.dark-green{color:#060;}
.blue{color:#00F;}
.navy-blue{color:#062379;}
.yellow{color:#FC0;}
.orange{color:#F60;}
.magenta{color:#FF00FF;}

.blue1{color:#566573;}
.blue2{color:#808B96;}
.blue3{color:#ABB2B9;}
.blue4{color:#D5D8DC;}
.blue5{color:#EAECEE;}
.red1{color:#E59866;}
.red2{color:#EDBB99;}
.red3{color:#F6DDCC;}
.red4{color:#FBEEE6;}
.yellow1{color:#F4D03F;}
.yellow2{color:#F7DC6F;}
.yellow3{color:#F9E79F;}
.yellow4{color:#FCF3CF;}
.yellow5{color:#FEF9E7;}

.bg-white{background-color:#FFF;}
.bg-black{background-color:#000;}
.bg-gray{background-color:#ccc;}
.bg-light-gray{background-color:#ddd;}
.bg-lighter-gray{background-color:#eee;}
.bg-dark-gray{background-color:#666;}
.bg-darker-gray{background-color:#333;}
.bg-red{background-color:#F00;}
.bg-dark-red{background-color:#900;}
.bg-green{background-color:#0C0;}
.bg-dark-green{background-color:#060;}
.bg-blue{background-color:#00F;}
.bg-blue-lighter{background-color:#0353ff0f;}
.bg-navy-blue{background-color:#062379;}
.bg-sky-blue{background-color:#87CEEB;}
.bg-yellow{background-color:#FC0;}
.bg-orange{background-color:#F60;}
.bg-magenta{background-color:#FF00FF;}

.bg-blue1{background-color:#566573;}
.bg-blue2{background-color:#808B96;}
.bg-blue3{background-color:#ABB2B9;}
.bg-blue4{background-color:#D5D8DC;}
.bg-blue5{background-color:#EAECEE;}
.bg-red1{background-color:#E59866;}
.bg-red2{background-color:#EDBB99;}
.bg-red3{background-color:#F6DDCC;}
.bg-red4{background-color:#FBEEE6;}
.bg-yellow1{background-color:#F4D03F;}
.bg-yellow2{background-color:#F7DC6F;}
.bg-yellow3{background-color:#F9E79F;}
.bg-yellow4{background-color:#FCF3CF;}
.bg-yellow5{background-color:#FEF9E7;}

.small{font-size:small;}
.smaller{font-size:smaller;}
.fs-8{font-size:8px;}
.fs-10{font-size:10px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-36{font-size:36px;}
.fs-50{font-size:50px;}
.fs-100{font-size:100px;}

.m-a{margin:auto;}
.m-0{margin:0;}
.m-2{margin:2px;}
.m-5{margin:5px;}
.m-10{margin:10px;}
.m-15{margin:15px;}
.m-20{margin:20px;}
.m-30{margin:30px;}
.mt-0{margin-top:0;}
.mt-2{margin-top:2px;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mr-a{margin-right:auto;}
.mr-0{margin-right:0;}
.mr-2{margin-right:2px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}
.mr-40{margin-right:40px;}
.mr-50{margin-right:50px;}
.mb-0{margin-bottom:0;}
.mb-2{margin-bottom:2px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.ml-a{margin-left:auto;}
.ml-0{margin-left:0;}
.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}
.ml-40{margin-left:40px;}
.ml-50{margin-left:50px;}

.p-0{padding:0;}
.p-2{padding:2px;}
.p-3{padding:3px;}
.p-5{padding:5px;}
.p-10{padding:10px;}
.p-15{padding:15px;}
.p-20{padding:20px;}
.p-30{padding:30px;}
.pt-0{padding-top:0;}
.pt-2{padding-top:2px;}
.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-15{padding-top:15px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}
.pr-0{padding-right:0;}
.pr-5{padding-right:5px;}
.pr-10{padding-right:10px;}
.pr-15{padding-right:15px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}
.pb-0{padding-bottom:0;}
.pb-2{padding-bottom:2px;}
.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-50{padding-bottom:50px;}
.pb-60{padding-bottom:60px;}
.pb-70{padding-bottom:70px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}
.pl-0{padding-left:0;}
.pl-5{padding-left:5px;}
.pl-10{padding-left:10px;}
.pl-15{padding-left:15px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}

.va-top{vertical-align:top;}
.va-middle{vertical-align:middle;}
.va-bottom{vertical-align:bottom;}

.w1{width:1%;}
.w2{width:2%;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w32{width:32%;}
.w33{width:33%;}
.w35{width:35%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w100{width:100%;}
.w-20{width:20px;}
.w-24{width:24px;}
.w-30{width:30px;}
.w-40{width:40px;}
.w-50{width:50px;}
.w-60{width:60px;}
.w-65{width:65px;}
.w-80{width:80px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-150{width:150px;}
.w-200{width:200px;}
.h20{height:20%;}
.h30{height:30%;}
.h50{height:50%;}
.h70{height:70%;}
.h80{height:80%;}
.h100{height:100%;}
.h-20{height:20px;}
.h-30{height:30px;}
.h-40{height:40px;}
.h-50{height:50px;}
.h-55{height:55px;}
.h-60{height:60px;}
.h-65{height:65px;}
.h-80{height:80px;}
.h-100{height:100px;}
.h-120{height:120px;}
.h-150{height:150px;}
.h-200{height:200px;}
.h-240{height:240px;}
.h-280{height:280px;}
.h-320{height:320px;}

.mnw100{min-width:100%;}
.mxw100{max-width:100%;}
.mnw-80{min-width:80px;}
.mnw-100{min-width:100px;}
.mnw-120{min-width:120px;}
.mnw-140{min-width:140px;}
.mnw-160{min-width:160px;}
.mnw-200{min-width:200px;}
.mxw-140{max-width:140px;}
.mxw-240{max-width:240px;}
.mxw-320{max-width:320px;}
.mxw-360{max-width:360px;}
.mxw-450{max-width:450px;}
.mxw-480{max-width:480px;}
.mxw-640{max-width:640px;}

.o-0{opacity:0;}
.o-1{opacity:0.1;}
.o-2{opacity:0.2;}
.o-3{opacity:0.3;}
.o-4{opacity:0.4;}
.o-5{opacity:0.5;}
.o-6{opacity:0.6;}
.o-7{opacity:0.7;}
.o-8{opacity:0.8;}
.o-9{opacity:0.9;}

.sc-1{transform:scale(0.1);}
.sc-2{transform:scale(0.2);}
.sc-3{transform:scale(0.3);}
.sc-4{transform:scale(0.4);}
.sc-5{transform:scale(0.5);}
.sc-6{transform:scale(0.6);}
.sc-7{transform:scale(0.7);}
.sc-8{transform:scale(0.8);}
.sc-9{transform:scale(0.9);}

.lh-1{line-height:1;}
.lh-12{line-height:1.2;}
.lh-13{line-height:1.3;}
.lh-14{line-height:1.4;}
.lh-15{line-height:1.5;}
.lc{left:43%;}
.cursor{cursor:pointer;}
.normal{font-weight:300;}
.bold{font-weight:600;}
.bolder{font-weight:700;}
.bold-sc{font-weight:600; font-family:sans-serif;}
.hrline{border-bottom:1px solid #5d585836;}
.hrline:last-child{border:none;}

.height-auto{height:auto;}
.width-auto{width:auto;}
.underline{text-decoration:underline;}
.capitalize{text-transform:capitalize;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.float-left{float:left;}
.float-right{float:right;}
.clear-both{clear:both;}
.break-word{word-wrap:break-word;}

.line-through{text-decoration-line:line-through;}
.source{margin:0; padding:0; text-align:center; font-size:small;}

.popup{position:fixed; width:100%; height:100%; left:0; top:0; background:#00000080; text-align:center; z-index:99;}
.pop-box{border:3px solid #666; padding:10px; margin:auto; margin-top:5%; width:80%; max-width:390px; background:#FFF; position:relative; border-radius:10px;}
.pop-close{border:2px solid #FFF; border-radius:50%; background:#333; cursor:pointer; color:#FFF; padding:3px 10px; text-align:center; position:absolute; top:-18px; right:-15px;}
.popup b{cursor:pointer;}
.popup img{max-width:400px; cursor:pointer;}
.ad-close{position:absolute; width:16px; height:16px; background:#FFF; right:calc(50% - 365px); top:0; cursor:pointer;}
.ad-close:hover{background:#333;}
.ad-close:before, .ad-close:after{position:absolute; left:8px; top:3px; content:' '; height:10px; width:1px; background:#00aecd; transform:rotate(45deg);}
.ad-close:after{transform:rotate(-45deg);}
.cat-ad-close{position:absolute; width:30px; height:30px; background:#333; right:0; top:-15px; cursor:pointer; border-radius:50%; border:2px solid #FFF;}
.cat-ad-close:before, .cat-ad-close:after{position:absolute; left:12px; top:5px; content:' '; height:15px; width:2px; background:#FFF; transform:rotate(45deg);}
.cat-ad-close:after{transform:rotate(-45deg) !important;}
.top-ad{padding-top:16px !important; text-align:center; min-height:90px;}
#headerBox{width:100%; height:90px; margin-top:70px; margin-bottom:-70px; text-align:center; position:relative;}
#headerBox .ad-ad-close{display:none;}
#footerBox{position:fixed; left:50%; bottom:0; width:100%; height:90px; max-width:728px; z-index:12; transform:translate(-50%);}
#headerBox img, #footerBox img{max-height:90px; border-radius:inherit; cursor:pointer;}
#headerBox .adsbygoogle{display:inline-block; width:728px; height:90px;}
#catFish{position:fixed; left:0; bottom:0; width:100%; z-index:111;}
.alsoreadlink{color:#0651AC; text-decoration:underline;}
.readmore-box{width:100%; height:50px; margin:-60px 0 0 0; display:block; position:relative; z-index:1; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);}
.readmore{margin:0 auto 0 auto; background:#d91915; color:#ffffff; width:140px; padding:5px; font-weight:bold; border-radius:7px; cursor:pointer;	text-align:center;}
.readmore ~ *{display:none;}
.expanded .readmore ~ *{display:block;}

/* Weather Widget */
.weather-widget{background-color:#09F; background-image:linear-gradient(#09F, #0CF, #060); color:#FFF; box-shadow:1px 1px 2px 1px #ccc; margin:10px auto; padding:0 10px; min-height:50px; display:inline-block; width:100%; max-width:500px; border:1px solid #CCC; border-radius:20px;}

/* Score Card Classes */
.score-container h2{text-align:center; padding:10px; background:#000; color:#FFF;}
.score-container a{color:#1669d6;text-decoration:none;}
.reload-btn{float:right; padding:0 10px;}
.cb-ltst-wgt-hdr{border:1px solid #f2f2f2; margin-bottom:15px; font-size:13px; padding:0 !important;}
.cb-text-complete{color:#900; font-size:20px; font-weight:600;}
.cb-scrd-hdr-rw{background:#434242; padding:15px 10px !important; color:#fff; font-weight:bold;}
.cb-col{float:left; position:relative; padding:5px;}

.cb-mtch-info-itm{padding:0 !important;}
.cb-mtch-info-itm .cb-col-27, .cb-minfo-tm-nm .cb-col-27{padding:0 !important;}
.cb-minfo-tm-nm{padding:0 !important;}
.cb-sc-vid-brdr{display:none;}

.cb-col-2{width:2%;}
.cb-col-4{width:4%;}
.cb-col-5{width:5%;}
.cb-col-6{width:6%;}
.cb-col-8{width:7%;}
.cb-col-10{width:10%;}
.cb-col-20{width:20%;}
.cb-col-25{width:25%;}
.cb-col-27{width:27%;}
.cb-col-30{width:30%;}
.cb-col-32{width:32%;}
.cb-col-33{width:33%;}
.cb-col-38{width:38%;}
.cb-col-40{width:40%;}
.cb-col-50{width:50%;}
.cb-col-60{width:60%;}
.cb-col-73{width:73%;}
.cb-col-75{width:75%;}
.cb-col-80{width:80%;}
.cb-col-82{width:82%;}
.cb-col-90{width:90%;}
.cb-col-100{width:100%; float:left;}

.cb-bg-gray{background:#f2f2f2;}
.cb-scrd-sub-hdr{color:#000000;}
.cb-scrd-itms{border-top:1px solid #f2f2f2;}
.cb-col-rt{padding:20px 5px;}
.cb-font-13{font-size:13px;}
.downloadable-img{text-align:center; width:30%; margin:10px;} 
.download-btn{background-image:url(https://cdn.possible11.com/assets/download-img.webp); font-size:0; border:none; width:120px; height:35px;}
.s-search-box{padding:10px; width:100%; height:50px; border:none; box-shadow:1px 1px 7px 0 #c7c5c5b3; margin:10px 0 10px 0; border-radius:10px;}
.s-search-bar{width:36px; height:36px; margin:16px 2px 5px -45px;}
.top-list{box-shadow:1px 1px 7px 0 #c7c5c5b3; padding:5px;  width:31.6%; display:inline-flex; margin:8px; border-radius:10px; min-height:68px; flex-direction:column;}
.s-search-div{max-width:400px; margin-left:auto; margin-right:auto;}
.tags{flex-wrap:wrap; display:flex;}
.s-p-header{margin:-10px -10px 10px -10px; color:#FFFFFF; border-radius:10px 10px 0 0;}
#clever-88284-1173326-topscrollSponsorClick{margin-bottom:-70px;}
@media (max-width:767px){
	.s-search-div{max-width:95%;}
	.top-list{width:100%; margin:0 0 14px 0;}
	.s-teams{width:100%; margin:5px 0 8px 0;}
	.downloadable-img{width:50%; margin:0;} 
	.match_video{height:300px;} 
	.videomain{width:100%; margin-left:0;}
	.vplayer{height:210px;} 
	.left-section{width:100%; float:none;}
	.right-section{width:100%; float:none;}

	.menu-list{justify-content:flex-start;}
	.sc-main{width:100%; height:auto; margin-left:0;}
	.sc-img img{width:135px; height:80px; float:left;}
	.sc-txt{margin-top:0; padding:0 5px 0 5px; font-size:13px; height:60px; text-align:left;}
	.sc-left{text-align:left; text-wrap:nowrap; margin-left:140px; font-size:12px;}
	img{max-width:100% !important;}
	header{height:auto;}
	header .logo-60{transform:scale(0.9); top:-6px;}
	nav{margin-bottom:4px; margin-top:10px;}
	.menu{display:none; max-height:none;}
	.menu li a{padding:10px;}
	.submenu{top:0; text-align:right; position:relative;}
	.submenu li{margin:10px; max-width:250px;}
	.menu li:hover .submenu{display:none}
	.menu li:active .submenu{display:none;}
	.menu .sh{margin:-15px -15px -15px 0;}
	
	.alsoread{background-color:#A30000; color:#F4F9FF; text-align:center; position:fixed; padding-bottom:50px; bottom:5px; left:0; border-radius:20px; width:100%; font-weight:900; z-index:2;}
	.alsoreadlink{color:#fefeff; text-decoration:none;}
	.stscenter{margin-left:20%;}
	.team-box{max-width:none;}
	.for-pc, .pc{display:none;}	
	.for-mobile, .mob{display:revert;}
	.left-content{width:100%; margin:0; padding:0;}
	.right-content{width:100%; margin:0; padding:0; max-width:none;}
	.control-arrow{display:none;}
	
	.widget-heading{margin-left:5px; padding-left:5px;}
	.widget-wrapper{width:100%; margin:0;}
	.widget-items{overflow-x:auto;}
	.widget-see-all{right:0;}
	#recentPosts{overflow-x:auto;}
	#bottomMenus{display:none; padding-bottom:44px;}
	#bottomMenus a{display:block; margin:0; padding:12px;}	
	#breadcrumblist{margin-top:70px; font-size:small;}
	#social{margin:5px 10px;}
	#social a{display:block;}
	#icons{display:none;}
	#searchLinkm{display:block;}
	#searchLink{display:none !important;}
	.hamburger{display:inline-block; padding-top:10px; margin-top:10px; margin-right:10px;}
	.footer-page{display:grid;}
	.share{display:block;}
	.logo{height:50px;}
	.copyright{left:calc(50% - 60px);}
	.author div{float:none;}
	.author img{width:40px !important; height:40px !important;}
	.match-card{width:100%; max-width:100%; height:90px; overflow:hidden; margin:5px 0; text-align:left; border-radius:10px;}
	.match-card .img-card{width:150px; display:table-cell;}
	.match-card .img-card img{border-radius:10px 0 0 10px; width:160px; height:90px;}
	.match-card .txt-card{display:table-cell; vertical-align:middle; padding:0 10px;}
	.match-card h3, .h3{margin:5px; font-size:14px;}
	.match-card p{margin:0; color:#333;}
	
	.match-box div{padding:5px;}
	.match-box div:nth-child(1){display:none;}
	.match-box div:nth-child(3){display:none;}
	.match-box img{width:auto; height:auto;}
	.match-box h3, .match-box .h3{font-size:18px;}
	.match-box h4, .match-box .h4{font-size:14px; font-weight:300;}
	.side-card img{width:120px;}
	.blog-row h2, .blog-row .h2{margin-top:0;}
	.blog-row img{margin:5px 0;}
	table{overflow:auto; display:block;}
	
	.preview-page{display:block;}
	.preview-page img{width:100%;}
	.preview-page-ads{height:342px;}
	.preview-poster{height:auto;}
	.square-poster{height:auto !important;}
	.team-container img{margin:5px 0;}
	.ads-banner{height:342px;}
	.related{text-align:center; padding:0 10px;}
	.pagination-lg > li > a{padding:5px 12px;}
	.comment{padding:10px;}
	.google-auto-placed{width:auto !important;}
	.pop-box{margin-top:20%;}
	#headerBox{margin-top:60px; height:auto; text-align:left}
	#headerBox .adsbygoogle{width:100%; height:342px;}
	#footerBox{height:auto;}	
	.ad-close{right:0;}
}

@media (max-width:1420px){
.box-left{display:none;}
.box-right{display:none;}
}