/*sports related styles*/
.oks-page-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.oks-page-title h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 34px;
    color: rgba(0, 0, 0, .88);
}

.oks-page-title h3 >span{
    font-size: 15px;
    display: block;
    line-height: 1;
    margin-top: 5px;
    opacity: 0.54;
    font-weight: 500;
}

.oks-score-board .top-info > div {
    flex: 1;
}

.oks-score-board .top-info .league {
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    flex: 2;
    text-align: left;
}

.oks-score-board .top-info .league a {
    color: inherit;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.oks-page-title .page-share {
    margin-left: auto;
}

/*Score board*/
.oks-score-board {
    background: linear-gradient(251.84deg, #7500D1 -21.93%, #1476DA 78.16%);
    border-radius: 8px;
    color: white;
    margin-bottom: 20px;
}

.oks-team {
    display: flex;
    align-items: center;
}

.oks-team > img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: white;
    padding: 5px;
    margin-right: 15px;
    align-self: flex-start;
}

.oks-team .ok-team-info > * {
    margin: 0 0 5px 0;
    display: block;
    line-height: 1.3;
}
.oks-team .ok-team-info > *:last-child{margin-bottom: 0}

.oks-team .ok-team-info .ok-team-info-1 {
    font-size: 28px;
}

.oks-team .ok-team-info .ok-team-info-2 {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 300;
}

.oks-team .ok-team-info .ok-team-info-2.goals,
.oks-team .ok-team-info .ok-team-info-2.cards{
    position: relative;
    padding-left: 18px;
}

.oks-team .ok-team-info .ok-team-info-2.goals{
    margin-top: 10px;
}

.oks-team .ok-team-info .ok-team-info-2.goals > img {
    height: 12px;
    width: 12px;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 0;
}

.oks-team .ok-team-info .ok-team-info-2.cards .card-red{
    display: inline-block;
    height: 12px;
    width: 10px;
    border-radius: 2px;
    background-color: #ff5656;
    position: absolute;
    top: 3px;
    left: 0;
}

.oks-team .ok-team-info h5 {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
}

.score-board-match-infos {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    display: flex;
    color: white;
}

.score-board-match-infos > div {
    padding: 30px;
    border-right: solid 1px rgba(255, 255, 255, .1);
    flex: 1;
}

.score-board-match-infos > div:last-child {
    border-right: none
}

.score-board-match-infos div.score-board-match-infos-middle {
    max-width: 160px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.current-status-info .current-score {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.current-activities > span {
    color: #FFDE56;
    display: inline-block;
}

.current-activities > span.extra-time {
    color: #ff4e4e;
}

.oks-score-board-bottom-info{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.oks-score-board-bottom-info .stadium{
    margin-left: auto;
    text-align: right;
}

.oks-content-card{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    box-shadow: rgba(0,0,0,.04) 0 0 15px;
}

/*Live events styles ============================================*/
.oks-live-events{
    display: flex;
    align-items: center;
}

.happen-time{
    height: 45px;
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    border-radius: 4px;
    background-color: #F4F4F4;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Khand', sans-serif;
    color: rgba(0,0,0,.68);
    font-size: 18px;
    margin-right: 20px;
    align-self: flex-start;
}

.happen-time.tie-breaker{
    background-color: #FFC700;
}
.happen-time.tie-breaker>img{
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.oks-live-events-descp{
    flex: 2;
    position: relative;
    padding-left: 40px;
}
.oks-live-events-descp > *{
    margin: 0 0 4px !important;
}

.oks-live-events-descp > *:last-child{
    margin-bottom: 0 !important;
}
.oks-live-events-descp > p{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.oks-live-events:not(:last-child){
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.oks-live-events .score-board-match-infos > div{
    border-color: rgba(0,0,0,.1);
}
.oks-live-events-descp .commentary-text-wrap >p{
    font-size: 18px;
    font-weight: 00;
    color: rgba(0,0,0,.68);
    font-style: italic;
    line-height: 1.1;
    margin: 10px 0 10px;
}
.oks-live-events-descp .commentary-text-wrap >p:last-child{
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.4;
}

.oks-live-events-descp .commentary-text-wrap >img,
.oks-live-events-descp .commentary-text-wrap p >img{
    margin-bottom: 20px;
}
.oks-live-events-descp .commentary-text-wrap p >img:last-child{
    margin-bottom: 0;
}

.oks-live-events-descp .score-board-match-infos{
    color: black;
    border:solid 1px rgba(0,0,0,.14);
    border-radius: 4px;
}

.oks-live-events-descp .score-board-match-infos >div{
    padding: 20px;
}

.oks-live-events-descp .oks-team > img{
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,.06);
}

.penalty-shots>span{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.14);
}
.penalty-shots>span.goal{
    background-color: #00A912;
}
.penalty-shots>span.no-goal{
    background-color: #F98181;
}

.time-explainer{
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    background-color: rgba(0,0,0,.14);
    color: white;
    padding: 12px;
    /*margin-bottom: 10px;*/
}
.time-explainer.ft{
    background-color: #F98181;
}
.time-explainer.ht{
    color: black;
    background-color: #FFD943;
}
.time-explainer.ks{
    color: #60ABFA;
    background: #F8FBFF;
    border: 1px solid #CBE2FA;
}
.time-explainer >img{
    width: 25px;
    height: 25px;
    border:solid 1px rgba(255,255,255,.8);
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}
.time-explainer.ks >img{
    border: 1px solid #CBE2FA;
}

.current-happen{
    height: 26px;
    width: 26px;
    min-width: 26px;
    text-align: center;
    line-height: 22px;
    border: solid 1px #D6EBF5;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
}

.current-happen >img{
    vertical-align: middle;
    height: 14px;
    width: auto;
}

.cheer-celeb .happen-time{
    background-color: rgba(255,255,255,.14);
    color: white;
}

.cheer-celeb.goal{
    position: relative;
    margin-bottom: 24px;
}
.cheer-celeb.goal .current-happen{
    border-color: white;
    position: static;
    margin-right: 15px;
}

.scorer-team{
    vertical-align: middle;
    margin-top: 6px;
}
.scorer-team span{
    display: inline-block;
    font-size: 14px;
}
.scorer-team span:first-child{
    font-family: 'Khand', sans-serif;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
}
/*Live events styles ============================================*/

/*Match Status =================================================*/
.oks-header-team-label{
    border-bottom: solid 1px rgba(0,0,0,.14);
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.oks-header-team-label .score-board-match-infos{
    color: black;
}
.oks-header-team-label .score-board-match-infos > div{padding: 0}
.oks-header-team-label .score-board-match-infos .oks-team .ok-team-info .ok-team-info-2{color: rgba(0,0,0,.68)}
.oks-header-team-label .oks-team > img {
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,.06);
}
.oks-team .ok-team-info h5{margin: 0;font-size: 18px}

.oks-stat-row{
    text-align: center;
    margin: 0 0 20px;
}
.oks-stat-row:last-child{
    margin-bottom: 0;
}
.oks-stat-row h6{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.oks-stat-bar-wrapper{
    display: flex;
}
.oks-stat-bar-wrapper > div{
    flex: 1;
    display: flex;
    align-items: center;
}

.oks-stat-bar-wrapper > div >span{
    display: block;
}
.oks-stat-bar-wrapper > div:first-child{margin-right: 2px}
.oks-stat-bar-wrapper > div:last-child{margin-right: 2px}
.oks-stat-bar-wrapper > div .stat-value{
    width: 40px;
    max-width: 40px;
    margin-right: 5px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.fill-wrap{
    height: 8px;
    width: 100%;
    background-color: rgba(0,0,0,.08);
}
.fill-wrap > .fill{
    display: block;
    height: 100%;
    width: 10px;
    background-color: #0086E3;
    transition: all .3s ease;
}

.oks-stat-right{
    flex-direction: row-reverse;
}
.oks-stat-bar-wrapper > div.oks-stat-left .fill-wrap{
    direction: rtl;
}
.oks-stat-bar-wrapper > div.oks-stat-right .fill-wrap > .fill{
    background-color: #6ACBFE;
}
.oks-stat-bar-wrapper > div.oks-stat-right .stat-value{
    text-align: right;
    margin: 0 0 0 5px;
}

.match-info-table-football{
    background: #F8FBFF;
    border: 1px solid #CBE2FA;
    border-radius: 8px;
}
.match-info-table-football table{
    margin-bottom: 0;
}
.cric-generic-table.match-info-table-football table thead tr th{
    color: #60ABFA !important;
}

.hide-on-desktop{
    display: none;
}

.players-subs-lable{
    background-color: #F2F2F2;
    padding: 10px;
}
/*Match Status =================================================*/

.oks-single-intro-card{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    box-shadow: rgba(0,0,0,.04) 0 0 15px;
    margin-bottom: 30px;
}

.oks-card-item-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.oks-card-item-wrapper > div{
    flex: 1;
}
.oks-card-item-wrapper > div:last-child{
    flex: 2;
}
.oks-item-logo{
    max-width: 75px;
    margin-right: 30px;
}

.oks-card-item-right h3{
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.oks-card-item-right p{
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.6;
}
.oks-card-item-right p:last-child{
    margin-bottom: 0;
}

.oks-card-item-right > a{
    color: #1476DA;
}

.bio-view{
    color: #1476DA;
    font-size: 13px;
    margin-left: auto;
}

.tournament-banner-section img{
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.oks-card-item-quick-infos{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
.oks-quick-info-item{
    margin-right: 20px;
    margin-bottom: 5px;
}

.oks-quick-info-item > span{
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    opacity: 0.68;
    font-weight: 600;
}
.oks-quick-info-item > span:last-child{
    opacity: 0.80;
    font-weight: 400;
}

.oks-block-bio-card-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 30px;
}

.oks-block-title{
    grid-column: span 4;
}

.oks-block-title h4{
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    line-height: 0.8;
    margin: 0 0 15px;
    font-weight: 600;
    color: #1685f8;
}

.oks-block-bio-card{
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 30px 24px;
    text-align: center;
    border: solid 1px rgba(0,0,0,.1);
}

.oks-bio-card-img{
    height: 124px;
    width: 124px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    background-color: white;
    text-align: center;
    line-height: 74px;
}

.oks-bio-card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
}

.oks-block-bio-label a{
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.oks-block-bio-label a:hover{
    color: #1476DA;
}

.oks-block-bio-card .oks-block-text-2{
    font-size: 14px;
    color: rgba(0,0,0,.48);
    display: block;
}
#bioInfo{
    margin-top: 30px;
}
.oks-table-generic table{

}
.oks-table-generic table thead{
    text-align: left;
    color: rgba(0,0,0,.48);
}

.oks-table-generic table thead tr th{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.oks-table-generic table thead tr th:last-child,
.oks-table-generic table tbody tr td:last-child{
    text-align: right;
}

.oks-table-generic table thead tr th,
.oks-table-generic table tbody tr td{
    padding: 10px;
    transition: all .3s ease;
}


.oks-table-generic table tbody tr{
    border-top:solid 1px rgba(0,0,0,.1);
}

.oks-table-generic table tbody tr:first-child td{
    background-color: inherit;
}

.oks-table-generic table tbody tr:hover td{
    background-color: rgba(240,247,255, .8) !important;
}

.oks-table-generic table tbody tr td{
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-top: solid 1px rgba(0,0,0,.1);
}
.player-thumb > img{
    padding: 3px;
    border:solid 1px rgba(0,0,0,.1);
    height: 54px;
    width: 54px;
}

.oks-team-form >span{
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

span.win{
    background-color: #25d366;
    color: white;
}
span.loss{
    background-color: #ed1b24;
    color: white;
}
span.draw{
    background-color: #8d8d8d;
    color: white;
}

.tcol-form{width: 144px}

.disqualify-row td{
    background-color: #FFF5F5;
}

.group-name{
    display: inline-block;
    line-height:28px;
    border-radius: 68px;
    padding: 0 15px;
    font-family: 'Khand', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: linear-gradient(269.83deg, #60ABFA 0.8%, #1476DA 69.59%);
    color: white;
    margin-right: 5px;
}

.oks-standing-table h3{
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #1685f8;
    font-weight: 600;
    margin: 0 0 15px;
}

.oks-standing-table .fixture-date{
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    border:solid 1px rgba(0,0,0,.1);
    border-radius: 68px;
    padding: 0 12px;
    color: rgba(0,0,0,.48);
}
.oks-standing-table .fixture-date > span{
    font-weight: 600;
    color: rgba(0,0,0,.8);
}

.oks-standing-table .oks-team{
    align-items: center;
}
.oks-standing-table .oks-team > img{
    height: 30px;
    width: 30px;
    padding: 2px;
    background-color: rgba(0,0,0,.06);
}


.oks-standing-table table a{
    font-size: 16px;
    font-weight: 500;
    color: #1685f8;
}
.scheduled-status{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 12px;
    border:solid 1px rgba(0,0,0,.1);
    border-radius: 4px;
}

.scheduled-status.finished{
    background-color: #F0F7FF;
    color: #1685f8;
    font-size: 18px;
    border: none;
}
.oks-standing-table .scheduled-time{
    text-align: center;
}

.player-img-avatar >img{
    padding: 0;
    border: none;
    height: 34px;
    width: 34px;
}

.team-core{
    margin-top: 20px;
    display: flex;
}

.team-core > div{
    margin-right: 28px;
}

.team-core .oks-team{
    text-align: left;
}

.team-core .oks-team > img{
    height: 64px;
    width: 64px;
    border-radius: 50%;
    padding: 4px;
    border:solid 1px rgba(0,0,0,.1);
    object-fit: cover;
    object-position: center top;
}
.team-core .oks-team .post{
    display: block;
    margin-bottom: 5px;
    opacity: 0.54;
}

.oks-team-stat-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:10px;
    margin-top: 15px;
}

.stat-card-item{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #F2F9FF 0%, #FFF9F9 100%);
    border-radius: 8px;
    padding: 20px;
}
.stat-card-item > *{
    flex: 1;
    border-right:solid 1px rgba(0,0,0,.1);
    text-align: center;
}
.stat-card-item > div:last-child{
    border: none;
}
.stat-card-item > div >span{display: block}

.stat-card-item > div >span:first-child{
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0,0,0,.48);
    margin: 0 0 4px 0;
}

.stat-card-item > div >span:last-child{
    font-size: 20px;
    font-weight: 600;
    color: #1576DB;
}

.stat-card-item > h4{
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 24px;
    flex: 0 0 100%;
    border:none;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
}
.odi-tab-nav-item{
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 4px;
    border:solid 1px rgba(0,0,0,.1);
    cursor: pointer;
    color: rgba(0,0,0,.68);
}
.odi-tab-nav-item.active-tab{
    color: #1685F8;
    background: #F8FBFF;
    border: 1px solid #CBE2FA;
}
.odi-tab-content{
    display: none;
}

.odi-tab{
    margin-top: 30px;
}

.team-stat-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:15px;
    margin-top: 24px;
}

.team-stat-cards .card-candidates .card-head{
    background: linear-gradient(269.83deg, #60ABFA 0.8%, #1476DA 69.59%);
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
.team-stat-cards .card-candidates .card-head .provience{color: inherit;font-size: 18px}
.rank-top{
    position: absolute;
    left: 3px;
}

.team-stat-cards .candidate-row .candidate-name h5 > a:hover{
    color: #1685F8;
}
.team-stat-cards .candidate-row .candidate-img{height: 35px;width: 35px}

.oks-player-bio-img > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}

.player-single-bio-card .oks-item-logo{
    min-width: 250px;
    max-width: 250px;
}

.player-single-bio-card .oks-item-logo img{
    margin-bottom: 24px;
}

.player-single-bio-card .oks-card-item-quick-infos >div{
    margin: 0;
    flex: 0 0 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    display: flex;
}
.player-single-bio-card .oks-card-item-quick-infos >div > span{
    font-size: 14px;
}
.player-single-bio-card .oks-card-item-quick-infos >div > span:last-child{
    margin-left: auto;
    text-align: right;
}
.is-national-player .player-thumb{justify-content: center;font-family: 'Arial', sans-serif}
.is-national-player .player-thumb >img{margin: 0 5px 0 0}

.oks-card-item-right .ok-social-brands{
    margin-top: 10px;
    margin-bottom: 15px;
}

.oks-card-item-right .ok-social-brands > a{
    display: inline-block;
    height: 34px;
    width: 34px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 34px;
}
.player-photos >a{
    display: block;
}
.player-photos >a>img{
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 5px;
    border-radius: 4px;
}
.player-photos >span{
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    opacity: 0.48;
}

.section-player-photos{
    margin-bottom: 30px;
}

.player-single .oks-standing-table{
    margin-bottom: 30px;
}

.table-as-card{
    padding: 4px;
    background-color: white;
    border-radius: 4px;
    background-color: white;
    border:solid 1px rgba(0,0,0,.14);
    margin-bottom: 30px;
}
.table-as-card table{
    margin-bottom: 0;
}

.table-as-card table .player-name{
    font-weight: 400;
}

.table-col-title-descp{
    display: flex;
    flex-wrap: wrap;
}

.table-col-title-descp > .item{
    flex: none;
    margin-right: 24px;
}

.table-col-title-descp > .item{
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}
.table-col-title-descp > .item>span{
    height:24px;
    width: 24px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}

.table-as-card .oks-team .ok-team-info h5{
    font-size: 16px;
}

.table-card-head{
    background: linear-gradient(269.83deg, #60ABFA 0.8%, #1476DA 69.59%);
    color: white;
    padding: 8px 20px;
    margin-bottom: -2px;
    border-radius: 4px 4px 0 0;
}

.table-card-head h3{
    color: white;
    font-family: 'Mukta', sans-serif;
    font-size: 24px;
}

.partial-texts > p{
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 24px 0;
}
.partial-texts > p:last-child{
    margin-bottom: 0;
}

.partial-texts{
    position: relative;
    height: 358px;
    overflow: hidden;
    transition: height 0.3s ease;
}
.partial-texts.read-full{
    height: auto;
}
.partial-texts:after {
    content: "";
    width: 100%;
    height: 58%;
    z-index: 3;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.88), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.partial-texts.read-full:after{
    display: none;
}

.expand-reading {
    border: solid 1px rgba(0, 0, 0, 0.48);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    border-radius: 68px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 4;
    background-color: white;
}

.expand-reading.pos-static{
    position: static;
}

.popular-player-block{
    margin-bottom: 30px;
}

.sidebar-player-list.card-candidates .card-head .provience{
    font-size: 20px;
}

.candidate-row-result .number{
    font-weight: 600;
    font-size: 20px;
    color: rgba(0,0,0,.48);
    display: inline-block;
    margin-right: 15px;
}

.rightbar-widgets > div{
    margin-bottom: 30px;
}

.rightbar-widgets > div:last-child{
    margin-bottom: 0;
}

.rightbar-widgets .table-card-head h3{
    margin: 0;
    font-size: 20px;
}

.oks-generic-tab .oks-tab-navs{
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 15px;
}
.oks-generic-tab .oks-tab-navs > span{
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0,0,0,.48);
    padding: 0 12px;
    border:solid 1px rgba(0,0,0,.1);
    border-radius: 3px;
    white-space: nowrap;
    margin: 0 4px 0 0;
}
.oks-generic-tab .oks-tab-navs > span.active-tab{
    background-color: #F0F7FF;
    color: #1685f8;
}
.max-width-auto{
    max-width: none !important;
}

.oks-tab-item{
    display: none;
}

.oks-list-team .oks-bio-card-img{
    width: 74px;
    height: 74px;
}

.lost-team .ok-team-info,
.lost-team .team-scored{
    opacity: 0.48;
}


.table-card-head{
    display: flex;
    align-items: center;
}
.table-card-head .ok-select-box{
    margin-left: auto;
    height: 34px;
    line-height: 34px;
    margin-right: 0;
}

.table-card-head .ok-select-box select{
    padding: 0 10px;
}
.table-card-head .ok-select-box:after{
    right: 10px;
    top:15px;
}

.rightbar-widgets .oks-table-generic table tbody tr td{
    font-family: 'mukta', sans-serif;
}

.rightbar-widgets .oks-generic-tab{
    border:solid 1px rgba(0,0,0,.14);
    border-radius: 4px;
}

.rightbar-widgets .table-as-card{
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}

.rightbar-widgets .oks-generic-tab .oks-tab-navs{
    margin-left: 10px;
    margin-bottom: 0;
}


/* This style snippet need to be removed once merged with new layout ================================*/
/* This style snippet need to be removed once merged with new layout ================================*/
/* This style snippet need to be removed once merged with new layout ================================*/
.ok-block .ok-block-heading {
    display: flex;
    align-items: center;
}
.ok-block > :not(:last-child) {
    margin-bottom: 20px;
}
.ok-block .ok-block-heading h2 {
    font-size: 30px;
    font-family: "Khand", sans-serif;
    color: #1685f8;
    font-weight: 600;
    margin: 0;
}
.ok-block .ok-block-heading .ok-block-heading-right-elem {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}
.ok-block .ok-block-heading .ok-block-heading-right-elem .view-all-btn {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0e5dae;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.ok-block .ok-block-heading .ok-block-heading-right-elem .view-all-btn > img {
    margin-left: 10px;
    background-color: #f2f9ff;
    border-radius: 4px;
    padding: 10px 11px;
    transition: all 0.3s ease;
}
.grid-item {
    display: grid !important;
}
.grid-item-4 {
    grid-template-columns: repeat(4, 1fr);
}

.style-free-grid {
    grid-gap: 25px;
}
.okv4-post {
    position: relative;
}
.okv4-post > :not(:last-child) {
    margin-bottom: 25px;
}
.okv4-post .okv4-post-thumb {
    border-radius: 8px;
    overflow: hidden;
}
.style-free-grid .okv4-post-thumb {
    height: 208px;
}

.okv4-post .okv4-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.post-tag {
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 10px;
    background-color: rgba(78, 78, 78, 0.08);
    color: #4e4e4e;
    display: inline-block;
}
.style-free-grid .post-tag {
    background-color: transparent;
    padding: 0;
    color: #1685f8;
}
.okv4-post-content > :not(:last-child) {
    margin-bottom: 12px;
}
.style-free-grid .okv4-post .okv4-post-content h2 {
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 19px;
    transition: all .3s ease;
}
.okv4-post-author {
    display: flex;
    align-items: center;
}
.okv4-post-author > img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #1476da;
    overflow: hidden;
    padding: 2px;
    object-fit: cover;
    margin-right: 10px;
}
.style-free-grid .okv4-post-author > img {
    border: none;
}
.okv4-post .okv4-post-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.okv4-post-author p span {
    font-size: 12px;
    display: block;
    opacity: 0.68;
    font-weight: 400;
}

.style-free-grid .post-tag {
    color: #1685f8;
    font-size: 14px;
}
.style-free-grid .post-tag a,
.style-free-grid .okv4-post .okv4-post-content h2 a{
    color: inherit;
    text-decoration: none;
}
.style-free-grid .okv4-post .okv4-post-content h2:hover{
    color: #1685f8;
}


/*######################### Result card home ###########################*/
.ok-sports-result-home{
    background: linear-gradient(252deg, #7500D1 -21.93%, #1476DA 78.16%);
    color: white;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

.ok-sports-result-home a.fake-layer{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
}

.ok-sports-result-home > div{
    display: inline-flex;
    align-items: center;
}

.ok-sports-result-contenders .match-team > img{
    width: 44px;
    height: auto;
    border-radius: 50%;
}

.ok-sport-result-label{
    background-color: #FF6B6B;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}
.ok-sport-result-label .circle,
.ok-sport-result-label .circle::before{
    background-color: white;
    margin-right: 0;
}
.ok-sports-result-series{
    padding: 5px 30px 5px 15px;
}
.ok-sports-result-series > span{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}
.ok-sports-result-series > img{
    max-width: 65px;
    height: auto;
    margin-right: 20px;
}

.ok-sports-result-contenders .match-team{
    display: flex;
    align-items: center;
    position: relative;
}
.ok-sports-result-contenders{
    padding: 0 25px;
}
.ok-sports-result-contenders .match-team .wins{
    position: absolute;
    top: -1px;
}
.ok-sports-result-contenders .match-team.match-tm-l{
    padding-right: 20px;
}
.ok-sports-result-contenders .match-team.match-tm-r{
    padding-left: 20px;
    flex-direction: row-reverse;
}
.ok-sports-result-contenders .match-team.match-tm-l > img{
    margin-right: 20px;
}
.ok-sports-result-contenders .match-team.match-tm-r > img{
    margin-left: 20px;
}
.ok-sports-result-contenders .match-team.match-tm-l h5{
    padding-right: 15px;
}
.ok-sports-result-contenders .match-team.match-tm-r h5{
    padding-left: 15px;
    text-align: right;
}
.ok-sports-result-contenders .match-team h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    width: 200px;
}
.ok-sports-result-contenders .match-team .score-number{
    font-size: 28px;
    font-weight: 600;
}

.ok-sports-reslut-match-middle-info{
    padding: 5px 10px;
    background-color: rgba(255,255,255, .08);
    border-right: solid 1px rgba(255,255,255, .08);
    border-left: solid 1px rgba(255,255,255, .08);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    min-width: 80px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.injury-time{
    display: block;
    color: #FF6B6B;
    font-size: 12px;
    margin-top: 5px;
}

.ok-sports-reslut-match-middle-info > span{
    display: block;
    font-size: 12px;
    line-height: 1.2;
}
.ok-sports-result-home .ok-btn-wrapper{
    margin-left: auto;
    padding-right: 25px;
}

.ok-sports-result-home .ok-btn-wrapper .btn-scorecard,
.ok-sports-result-home .ok-btn-wrapper .btn-comentry{
    border-radius: 68px;
    background: rgba(255, 255, 255, 0.28);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.ok-sports-result-home .ok-btn-wrapper .btn-scorecard:hover,
.ok-sports-result-home .ok-btn-wrapper .btn-comentry:hover{
    background-color: white;
    color: #1685F8;
}

.ok-sports-result-contenders .match-team h5 .team-name-short{
    display: none;
}
.ok-sports-result-contenders .match-team h5 .team-name-full{
    display: block;
}

@media all and (max-width: 1080px){
    .ok-sports-result-series > span > br{
        display: none;
    }
    .ok-sports-result-series{
        flex: 2;
    }
}
@media all and (max-width: 767px){
    .ok-sports-result-series > span > br{
        display: none;
    }
    .ok-sports-result-series{
        flex: 2;
    }

    .ok-sports-result-home{
        margin-right: 20px;
        margin-left: 20px;
    }
    .ok-sports-result-contenders{
        padding: 20px;
    }

    .ok-sports-result-home .ok-btn-wrapper{
        margin-left: 0;
        padding: 0 20px 20px;
        flex: 0 0 100%;
    }

    .ok-sports-result-home .ok-btn-wrapper > .ok-btn{
        display: block;
        width: 100%;
    }

    .ok-sports-result-contenders .match-team h5 .team-name-short{
        display: block;
    }
    .ok-sports-result-contenders .match-team h5 .team-name-full{
        display: none;
    }
    .ok-sports-result-contenders .match-team h5 > br{
        display: none;
    }
    .ok-sports-result-series > img{
        max-width: 60px;
    }
}

@media all and (max-width: 688px) {
    .ok-sports-result-contenders .match-team > img{width: 40px}
    .ok-sports-result-contenders .match-team.match-tm-l > img{margin-right: 10px}
    .ok-sports-result-contenders .match-team.match-tm-r > img{margin-left: 10px}
    .ok-sports-result-contenders .match-team{flex-wrap: wrap;justify-content: center;text-align: center}
    .ok-sports-result-contenders .match-team h5{order: 3;flex: 0 0 100%;width: auto}
    .ok-sports-result-contenders .match-team.match-tm-l h5,
    .ok-sports-result-contenders .match-team.match-tm-r h5{padding: 0 0 8px;text-align: center}
    .ok-sports-result-contenders .match-team .score-number{order: 3;line-height: 1;font-size: 26px;}
    .ok-sports-result-contenders .match-team.match-tm-l > img,
    .ok-sports-result-contenders .match-team.match-tm-r > img{margin: 0 0 5px}
    .ok-sports-result-contenders .match-team h5{font-size: 12px}
    .ok-sports-result-contenders .match-team .wins{left: 24px}
    .ok-sports-result-series > span{font-weight: 600;font-size: 20px}
    .ok-sport-result-label{padding: 0 20px}
    .ok-sports-result-home > div.ok-sports-result-contenders{flex: 0 0 100%}
    .ok-sports-result-home > div.ok-sports-result-contenders > div{flex: 1}
}
/*######################### Result card home ###########################*/


/*############## Sidebar Widget ####################*/

.ok-fb-rightbar-widget{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.ok-fb-rightbar-widget h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    color: #1685f8;
}
.fixture-item{
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: solid 1px rgba(0,0,0,.08);
}

.fixture-item > div{
    flex: 1;
}

.fixture-team-a,
.fixture-team-b{
    display: flex;
    align-items: center;
}

.fixture-team-a a,
.fixture-team-b a{
    text-decoration: none;
    transition: all .3s ease;
    color: inherit;
}

.fixture-team-a a:hover,
.fixture-team-b a:hover{
    color: #1685f8;
}

.fixture-team-b{
    flex-direction: row-reverse;
}

.fixture-team-a > img,
.fixture-team-b > img{
    height: 50px;
    width: 50px;
    padding: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0, .06);
    margin-right: 10px;
}

.fixture-team-b > img{
    margin-right: 0;
    margin-left: 10px;
}

.fixture-team-a-name,
.fixture-team-b-name{
    font-size: 13px;
    font-weight: 600;

}

.fixture-team-b-name{
    text-align: right;
}

.fixture-info{
    max-width: 54px;
    min-width: 40px;
    padding: 2px 5px;
    text-align: center;
    border: solid 1px rgba(0,0,0,.1);
    font-size: 15px;
    font-weight: 600;
}
.match-card-view .play-date{
    display: block;
    background-color: rgba(0,0,0,.04);
    padding: 5px;
    line-height: 1.1;
    font-size: 11px;
}
.scorer-player{
    margin: 10px 0;
}
.scorer-player >img{
    object-fit: cover;
    object-position: center top;
}
.scorer-player .fixture-team-a-name >a{
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}
.scorer-player .fixture-team-a-name >span{
    font-size: 11px;
    display: block;
    line-height: 1.4;
    color: rgba(0,0,0,.68);
    font-weight: 400;
}

.high-score{
    margin-left: auto;
    display: flex;
    flex: 0 !important;
}

.high-score >div{
    flex: 0;
    font-size: 10px;
    font-weight: 400;
    color: rgba(0,0,0,.48);
    padding-left: 15px;
}
.high-score >div>span{
    display: block;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 600;
}

/*############## Sidebar Widget ####################*/


/*######### Tool Tip Result##############*/
.tooltip-result{
    position: relative;
    cursor: pointer;
}
.tooltip-result .match-item{
    position: absolute;
    right: 5px;
    top: -20px;
    width: 180px;
    background-color: white;
    box-shadow: rgba(0,0,0, .24) 0 0 24px;
    border-radius: 4px;
    color: rgba(0,0,0, .8);
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.tooltip-result:hover .match-item{
    visibility: visible;
    opacity: 1;
    right: 20px;
}
.tooltip-result .match-item .play-date{
    display: block;
    background: rgba(0,0,0,.06);
    font-weight: 400;
    font-size: 11px;
}

.tooltip-result .match-item .fixture-item{
    padding: 5px 15px;
}
.tooltip-result .match-item .fixture-item a,
.tooltip-result .match-item  .fixture-info{
    font-size: 13px;
}
/*######### Tool Tip Result##############*/

.okf-each-commentary {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px !important;
    margin-top: 0 !important;
}


.substi-info{
    display: inline-block;
    margin: 0 10px;
}

.oks-point-table .player-name{
    padding-right: 15px;
}


.tournament-info{
    align-items: center;
}

.tournament-info .bio-view{
    margin-left: 0;
}

.tournament-info .page-share{
    margin-left: auto;
}

.tournament-info .ok-post-social-shares{
    margin-top: 0;
}


@media all and (max-width: 514px){
    .m-grid-item-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .m-grid-item-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .okv4-post > :not(:last-child){
        margin-bottom: 10px;
    }
    .okv4-post-author p{margin: 0}

    .player-thumb > img{
        width: 40px;
        height: 40px;
    }

    .oks-point-table .player-name{
       font-size: 14px;
    }
}


/* This style snippet need to be removed once merged with new layout ================================*/
/* This style snippet need to be removed once merged with new layout ================================*/
/* This style snippet need to be removed once merged with new layout ================================*/



/*############################ New Features for OK Sports Page ################################*/
/*############################ New Features for OK Sports Page ################################*/

.glimpse-section{
    background-color: #f6f8fb;
    padding: 30px 0;
}

.glimpse-section.football-fixtures{
    background-color: transparent;
    border-bottom: solid 1px rgba(34, 96, 191, 0.14);
}

.fixture-cards-wrapper{
    /*display: flex;*/
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: solid 1px rgba(0,0,0,.06);
}

.tab-container-title{
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    display: none;
}

.cricket-tournament-all-link{
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}
.cricket-tournament-all-link > i{
    display: none;
}

.fixture-card{
    /*max-width: 268px;*/
    width: 100%;
    background-color: white;
    border:solid 1px rgba(0,0,0,.06);
    border-radius: 4px;
}

.competing-teams{
    padding: 5px 15px;
}

.competing-teams .match-team{
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 12px;
}

.competing-teams .match-team > img{
    height: 25px;
    width: 25px;
    max-width: 25px;
    border-radius: 50%;
    object-fit: cover;
    object-position: left center;
    margin-right: 10px;
    border: solid 1px rgba(0,0,0,.1);
}
.competing-teams .match-team h5{
    margin: 0;
    font-size: inherit;
}

.competing-teams .match-team > *{
    flex: auto;
}

.competing-teams .match-team > span.scores{
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
    font-size: inherit;
}

.competing-teams .match-team > span.scores.goal-score{
    font-weight: 700;
    font-size: 18px;
    line-height: 0.5;
}
.card-row-top{
    padding: 5px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.card-row-top > span{
    display: inline-block;
    margin: 0 4px 0 0;
    position: relative;
}
.card-row-top > span:not(:first-child){
    opacity: 0.48;
}
.card-row-top > span:not(:first-child):before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.24);
}

.fixture-card .btn-scorecard,
.fixture-card .btn-comentry{
    line-height: 22px;
    padding: 5px 18px 2px;
}

.card-row-top > span.card-is-live{
    display: inline-block;
    margin-left: auto;
    background-color: #ffe8e8;
    color: #e50300;
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 3px;
    align-self: center;
    margin-right: 0;
    opacity: 1;
}

.fixturesCards .owl-prev,
.fixturesCards .owl-next{
    top:-104px
}

.all-fixtures .ok-section-title{
    margin-bottom: 12px;
}

.all-fixtures .ok-section-title h4{
    font-size: 28px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #228bf8;
    line-height: 1.2;
}

.oks-tournament-tab-navs{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.all-fixture-tab-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: calc(100% - 31px);
    overflow: scroll;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.all-fixture-tab-nav::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.all-fixture-tab-nav > span{
    padding: 0;
    margin: 0 20px 0 0;
    white-space: nowrap;
}

.all-fixture-tab-nav > span:hover{
    color: #000;
}

.all-fixture-tab-nav .nav-item{
    border: none;
    border-bottom: solid 2px transparent;
}

.all-fixture-tab-nav .nav-item.active-nav{
    border-radius: 0;
    background-color: transparent;
    color: #000;
    padding: 0;
    border-bottom: solid 2px #000;
}

/*############################ New Features for OK Sports Page ################################*/
/*############################ New Features for OK Sports Page ################################*/



@media all and (min-width: 768px) {
    .oks-team.rtl {
        flex-direction: row-reverse;
    }

    .oks-team.rtl > img {
        margin: 0;
        margin-left: 15px;
    }

    .oks-team.rtl .ok-team-info {
        text-align: right;
    }

    .oks-team.rtl .ok-team-info .ok-team-info-2.goals {
        position: relative;
        padding-right: 18px;
    }

    .oks-team.rtl .ok-team-info .ok-team-info-2.goals > img {
        left: auto;
        right: 0;
    }

    .oks-team.rtl .ok-team-info .ok-team-info-2.cards {
        position: relative;
        padding-right: 18px;
    }

    .oks-team.rtl .ok-team-info .ok-team-info-2.cards .card-red {
        left: auto;
        right: 0;
    }
    .oks-team.rtl .penalty-shots{
        direction: rtl;
    }


}

@media all and (max-width: 514px){
    .show-on-mobile{
        display: block;
    }
    .hide-on-mobile{
        display: none;
    }

    .oks-page-title{
        flex-wrap: wrap;
    }
    .oks-page-title h3{
        flex: 0 0 100%;
    }
    .oks-page-title .page-share{
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .oks-page-title .page-share .st-inline-share-buttons{
        justify-content: flex-start;
    }
    .oks-page-title .page-share #st-1 .st-btn > img {
        top: 10px !important;
    }
    .oks-page-title .page-share .ok-select-box{margin: 0}
    .oks-single-intro-card{
        border: solid 1px rgba(0,0,0,.08);
    }

    .oks-single-intro-card .oks-card-item-wrapper{
        display: block;
    }

    .oks-card-item-wrapper > div:last-child{
        margin-top: 20px;
    }

    .ok-sport-tab-nav{
        display: inline-flex;
    }

    .oks-table-generic{
        overflow-x: auto;
    }

    .oks-table-generic table{
        table-layout: auto;
        width: 150%;
    }
    .oks-table-generic table tr th{
        white-space: nowrap;
    }
    .oks-table-generic table tbody tr td .player-name{
        white-space: nowrap;
    }
    .oks-team-form{
        display: flex;
        justify-content: flex-end;
    }
    .oks-team-form >span{
        margin-left: 2px;
    }

    /* fixtures table mobile version*/
    .fixtures-for-cricket table,
    .fixtures-for-football table{
        width: 100%;
    }
    .fixtures-for-cricket table tr,
    .fixtures-for-football table tr
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .fixtures-for-cricket table tr > td,
    .fixtures-for-football table tr > td
    {
        flex: 0 0 100%;
    }
    .fixtures-for-cricket table tbody tr,
    .fixtures-for-football table tbody tr
    {
        border: none;
        border-radius: 8px;
        margin-bottom: 10px;
        position: relative;
        border: solid 1px rgba(0,0,0,.08);
    }

    .fixtures-for-cricket table tr td,
    .fixtures-for-football table tr td
    {
        display: block;
        border: none !important;
        padding: 0 10px 10px 10px !important;
    }

    .fixtures-for-cricket table tr td:first-child,
    .fixtures-for-football table tr td:first-child
    {
        padding-top: 10px !important;
    }

    .fixtures-for-cricket table tr td:last-child,
    .fixtures-for-football table tr td:last-child
    {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    .fixtures-for-cricket table tr .scheduled-time,
    .fixtures-for-football table tr .scheduled-time
    {
        position: absolute;
        top:10px;
        right: 0;
		margin-top:0;
    }
	
	.oks-team .ok-team-info h5
	{
		font-size:16px;

	}

    .fixtures-for-cricket table,
    .fixtures-for-football table{
        margin-bottom: 15px;
    }

    .fixtures-for-football table tr > td{
        flex: 1;
    }
    .fixtures-for-football table tr .scheduled-time {
        position: static;
        top: 10px;
        right: 0;
    }
    .fixtures-for-football table tr td:first-child{
        flex: 0 0 100%;
    }
    .fixtures-for-football table tr td:last-child
    {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: auto;
        text-align: right;
    }

    .fixtures-for-football .oks-team{
        flex-direction: row-reverse;
    }
    .fixtures-for-football .oks-team.rtl{
        flex-direction:row;
    }
    .fixtures-for-football .oks-team > img{
        margin: 0 0 0 15px !important;
    }
    .fixtures-for-football .oks-team.rtl > img{
        margin: 0 15px 0 0 !important;
    }

    .table-col-title-descp > .item{
        margin-bottom: 14px;
    }

    .oks-list-team,
    .oks-block-bio-card-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .oks-list-team .oks-block-title,
    .oks-block-bio-card-wrapper .oks-block-title{
        grid-column: span 2;
    }

    /*LIVE UPDATE*/
    .oks-score-board .top-info .league{
        font-size: 18px;
        margin: 10px 0;
    }

    .score-board-match-infos .oks-team > img{
        height: 48px;
        width: 48px;
    }

    .score-board-match-infos .oks-team{
        display: block;
    }
    .score-board-match-infos .oks-team>img{
        margin-bottom: 15px;
    }

    .ok-team-info .ok-team-info-2,
    .current-activities{
        display: none;
    }

    .score-board-match-infos > div{
        padding: 18px;
        text-align: center;
    }
    .score-board-match-infos .oks-team > img{
        margin-right: 0;
    }
    .current-status-info .current-score{
        font-size: 30px;
    }
    .score-board-match-infos-middle{
        align-self: center;
        border: none !important;
    }

    .score-board-match-infos > div:last-child{
        border-left:solid 1px rgba(255, 255, 255, .1);
    }

    .oks-score-board-bottom-info{
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    .oks-score-board-bottom-info .stadium {
        margin-left: auto;
        text-align: center;
        margin-top: 10px;
        opacity: 0.68;
    }

    .oks-content-card{
        padding-left: 0;
        padding-right: 0;
    }


    .happen-time{
        margin-bottom: 15px;
    }

    .oks-live-events-descp > p{
        font-size: 18px !important;
    }

    .cheer-celeb .happen-time{
        margin-bottom: 0;
    }

    .penalty-shots > span{
        height: 10px;
        width: 10px;
    }

    .oks-live-events .score-board-match-infos > div:last-child{
        border-color: rgba(0,0,0,.1);
    }
    .oks-live-events-descp .score-board-match-infos > div{
        padding: 15px 8px;
    }
    .cheer-celeb{
        background-position: 250% center;
    }

    .fixture-date{
        white-space: nowrap;
    }
    .oks-card-item-right p{
        font-size: 16px !important;
    }

    .oks-single-intro-card .oks-item-logo{
        background-color: rgba(0,0,0,.08);
        border: solid 1px rgba(0,0,0,.08);
        border-radius: 8px;
        overflow: hidden;
    }

    .team-core{
        display: block;
    }
    .team-core .oks-team{
        margin: 0 0 8px 0;
    }
    .team-core .oks-team:last-child{
        margin: 0;
    }
    .oks-team-stat-cards,
    .team-stat-cards{
        grid-template-columns: repeat(1, 1fr);
    }

    .oks-bio-card-img{
        height: 84px;
        width: 84px;
    }

    .partial-texts > p{
        font-size: 18px !important;
        line-height: 1.6;
    }

    .section-player-photos .span-4{
        margin-bottom: 20px;
    }
    .is-national-player{
        margin-bottom: 15px;
    }
    .player-single-bio-card .oks-item-logo {
        background-color: transparent;
        border: none;
        border-radius: 0;
        overflow: hidden;
    }
    .player-single-bio-card .oks-item-logo{
        max-width: 100%;
        width: 100%;
    }
    .player-single-bio-card .ok-social-brands{
        text-align: center;
    }

    .rightbar-widgets .oks-table-generic table{
        width: 100%;
    }

    .tournament-info{
        display: block;
    }
    .tournament-info .ok-post-social-shares{
        margin-top: 15px;
    }

    .tournament-info .st-inline-share-buttons{
        justify-content: flex-start !important;
    }

    .tournament-info #st-1 .st-btn{
        padding-top: 5px;
    }


    .all-fixtures .ok-section-title h4{
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .all-fixture-tab-nav{
        order: 0;
        flex: 0 0 100%;
        margin-left: 0;
        display: flex;
        overflow: scroll;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */

    }
    .all-fixture-tab-nav::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }

    .all-fixture-tab-nav .nav-item{
        white-space: nowrap;
        padding: 0;
    }

    .oks-tournament-tab-navs{
        padding: 0 20px;
    }

    .all-fixture-tab-nav{
        max-width: calc(100% - 34px);
    }

    .fixturesCards.owl-carousel{
        padding: 0;
    }
    .tab-container-title{
        font-size: 16px;
        margin-bottom: 10px;
    }

}


@media all and (min-width: 768px) and (max-width: 1080px) {

    .ok-sports-result-home .ok-btn-wrapper{
        margin-left: 0;
        text-align: center;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
        border-top:solid 1px rgba(255,255,255, .1);
    }

}

/*########################################################################## SPORTS QUICK FIXTURES*/
.quick-fixure-wrap {
    background-color: white;
    border: solid 1px rgba(0,0,0, .1);
    font-weight: 600;
    border-radius: 8px;
}

.quick-fixure-wrap .q-f-w-top {
    padding: 10px;
}
.nav-items, .capsule-tab-nav, .tournament-infos {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.capsule-tab-nav .capsule-tab-nav-item {
    border-radius: 4px;
    background-color: #F6F6F6;
    padding: 0 14px;
    line-height: 34px;
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
}
.quick-fixure-wrap .q-f-w-top .capsule-tab-nav-item {
    padding: 0 14px;
    line-height: 40px;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
}
.capsule-tab-nav .capsule-tab-nav-item.active {
    background-color: #E0F0FF;
    color: #1685f8;
}
.quick-fixure-wrap .q-f-tournament-navs {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}
.nav-items, .capsule-tab-nav, .tournament-infos {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items {
    display: inline-flex;
    align-items: center;
}
.nav-items span, .nav-items a, .capsule-tab-nav span, .capsule-tab-nav a, .tournament-infos span, .tournament-infos a {
    white-space: nowrap;
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items > span {
    display: block;
    font-size: 15px;
    padding: 8px 14px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.48);
    position: relative;
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items > span.active {
    color: rgba(0, 0, 0, 0.88);
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items > span {
    font-size: 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.48);
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items > span.active {
    color: rgba(0, 0, 0, 0.88);
}
.quick-fixure-wrap .q-f-tournament-navs .nav-items > span.active::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.view-all-btn {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #1685f8 !important;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.view-all-btn > img {
    margin-left: 10px;
    background-color: #f2f9ff;
    border-radius: 4px;
    padding: 10px 11px;
    transition: all 0.3s ease;
}
.carousel-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px;
}
.carousel-item {
    flex: 0 0 294px;
    margin-right: 10px;
}
.carousel-item:last-child{
    margin-right: 0;
}
.q-f-card {
    background-color: #FAFAFA;
    border: solid 1px #E4E4E4;
    border-radius: 4px;
}
.q-f-card .q-f-card-top {
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.q-f-card .q-f-card-top .schedule-date {
     color: rgba(0, 0, 0, 0.48);
 }
.q-f-card .q-f-card-top .schedule-time {
    margin-left: 10px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
.q-f-card .q-f-card-top .q-f-card-islive {
    display: inline-block;
    margin-left: auto;
    font-size: 9px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding: 0 4px;
    line-height: 15px;
    border-radius: 3px;
    background-color: #ff6b6b;
    color: white;
    animation: liveTag 0.4s forwards infinite;
}
.q-f-card .competing-teams {
    border-top: solid 1px #E4E4E4;
    padding: 10px;
}
.q-f-card .competing-teams .match-team:nth-child(1) {
    margin-bottom: 5px;
}
.q-f-card .competing-teams .match-team:nth-child(2) {
    margin-bottom: 0;
}
.q-f-card .competing-teams .match-team {
    display: flex;
    align-items: center;
}
.q-f-card .competing-teams .match-team > img {
    height: 28px;
    width: 28px;
    min-width: 28px;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
.q-f-card .competing-teams .match-team h5 {
    position: relative;
    font-size: 16px;
}
.q-f-card .stadium-name {
    padding: 0 10px 10px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.q-f-card .stadium-name > svg {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 4px;
}
.q-f-card .stadium-name .runrates {
    margin-left: auto;
    font-family: "Inter", sans-serif;
}

.q-f-card .a-f-card-bottom {
    border-top: solid 1px #E4E4E4;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.q-f-card .card-note {
    font-size: 12px;
    font-weight: 600;
}
.q-f-card .card-note.result {
    color: #AE9644;
}
.q-f-card .a-f-card-bottom > .btn-wrapper {
    padding-left: 10px;
    margin-left: auto;
}
.q-f-card .a-f-card-bottom > .btn-wrapper > a {
    display: inline-block;
    padding: 4px 10px;
    border-left: solid 1px #e4e4e4;
    text-decoration: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.68);
    transition: all 0.3s ease;
    margin: 0;
    font-size: 15px;
}
.q-f-card .a-f-card-bottom > .btn-wrapper > a:last-child {
    padding-right: 0;
}
.q-f-card .a-f-card-bottom > .btn-wrapper > a:first-child {
    color: #1685f8;
}

.q-f-card .q-f-card-top .match-to-start {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    padding: 0 4px;
    line-height: 15px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.08);
}
.q-f-card .q-f-card-top .match-to-start.finished {
    color: #ff6b6b;
}

.q-f-card .competing-teams .match-team > span.scores {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    margin-left: auto;
    letter-spacing: 0;
}
.q-f-card .stadium-name > .liveTime {
    display: inline-block;
    margin-left: auto;
}
.q-f-card .stadium-name {
    font-size: 12px;
    font-weight: 400;
}
.q-f-card .stadium-name > .liveTime > span.additionalTime {
    color: #ff6b6b;
}
.q-f-card .competing-teams .match-team > span.scores.goals {
    font-weight: 700;
    font-size: 18px;
}

.q-f-card .competing-teams .match-team h5 .has-won {
    display: inline-block;
    position: absolute;
    top: 4px;
    background-color: rgba(50, 199, 66, 0.18);
    color: #32C742;
    border-radius: 2px;
    line-height: 16px;
    padding: 0 3px;
    font-size: 10px;
    margin-left: 6px;
}

.q-f-card .competing-teams .match-team.loose {
    opacity: 0.54;
}
.q-f-card.active-card {
    background-color: #fbffef;
}
.carousel-container {
    position: relative;
}
.carousel-container .carousel-btn {
    position: absolute;
    top: calc(50% - 15px);
    left: -35px;
}
.carousel-container .carousel-btn.next {
    left: auto;
    right: -35px;
}
.carousel-btn {
    cursor: pointer;
}
@keyframes liveTag {
    0%{
        background-color:#ffe9e9;
        color: #ff6b6b;
    }
    100%{
        background-color:#ff6b6b;
        color: white;
    }
}
@-webkit-keyframes liveTag {
    0%{
        background-color:#ffe9e9;
        color: #ff6b6b;
    }
    100%{
        background-color:#ff6b6b;
        color: white;
    }
}
.capsule-tab-item,
.line-tab-tab-content{
    display: none;
}
.dn{
    display: none;
}
@media all and (max-width: 767px){
    .quick-fixure-wrap{
        border-radius: 0;
    }

}

.okv4-breadcrumb{
    margin-bottom: 15px;
}
.okv4-breadcrumb > a,
.okv4-breadcrumb > span{
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
    color: rgba(0,0,0,.88);
    margin-right: 5px;
}
.okv4-breadcrumb > a:hover{
    color: #228bf8;
}
.okv4-breadcrumb > span{
    color: rgba(0,0,0,.48);
}
.okv4-breadcrumb span.breadcrumb_arrow{
    font-size: 18px;
}

.ok-page-details .okv4-breadcrumb{
    margin-top: -30px;
}
/*########################################################################## SPORTS QUICK FIXTURES ENDS*/