


/*Result card full width Home*/

.ok-cric-result-card {
  display: flex;
  border-radius: 8px;
  background-image: linear-gradient(269.83deg,#6c60fa 0.8%,#1685f8 69.59%);
  overflow: hidden;
  margin: 30px 0;
  color: white;
  text-decoration: none;
}



.bg-white {
  background-color: white !important;
}

.ok-cric-result-card .label {
  background-color: #18385e;
  font-size: 18px;
  padding: 5px 24px 5px 18px;
  color: white;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  flex: 0;
  text-decoration: none;
  display: block;
}

.circ-link-sidebar {
  background-color: #18385e;
  font-size: 18px;
  padding: 20px 24px 20px 18px;
  color: white;
  border-radius: 4px;
  margin-bottom: 30px;
}

.cric-links-lists > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Khand", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  color: white;
  border-bottom: solid 1px rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.cric-links-lists > a > svg {
  margin-left: auto;
}
.cric-links-lists > a:hover {
  color: #3798ee;
}
.cric-links-lists > a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.match-logo {
  margin-bottom: 24px;
}

.ok-cric-result-card .match-status {
  text-decoration: none;
  display: block;
  color: white;
}

.circle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.circle,
.circle::before {
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #ff0055;
  left: 0;
}

.circle::before {
  animation: mymove 2s infinite;
  position: absolute;
  background-color: red;
}

@-webkit-keyframes mymove {
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.ok-cric-result-card .label > img {
  max-width: 178px;
  margin-left: 14px;
  vertical-align: middle;
}

.ok-cric-result-card .match-msg {
  font-size: 14px;
  color: inherit;
  line-height: 1.3;
  font-weight: 600;
  flex: 0 0 100%;
  text-align: center;
  align-self: flex-start;
  margin-top: 5px;
}

.ok-cric-result-card .match-status {
  display: inline-flex;
  padding: 0 20px;
  flex: 2;
  border-left: solid 1px rgba(255, 255, 255, 0.18);
  border-right: solid 1px rgba(255, 255, 255, 0.18);
  flex-wrap: wrap;
}

.ok-cric-result-card .match-status .match-msg {
  flex: 0 0 100%;
  text-align: center;
}

.ok-cric-result-card .match-status > div {
  flex: 1;
}

.ok-cric-result-card .match-team {
  display: inline-flex;
  align-self: center;
}

.ok-cric-result-card .match-team > img {
  width: 50px;
  height: 34px;
  border-radius: 4px;
  margin-right: 10px;
}
.ok-cric-result-card .match-team .infos h5 {
  font-size: 15px;
  line-height: 1;
  margin: 0;
}

.ok-cric-result-card .vs {
  height: 35px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  border-radius: 50%;
  text-align: center;
  margin: 0 25px;
  align-self: center;
  background-color: #2260bf;
  line-height: 35px;
}

.ok-cric-result-card .match-team .infos > span {
  font-size: 14px;
  display: block;
  opacity: 1;
  line-height: 1;
  margin-top: 2px;
}
.ok-cric-result-card .match-team .infos > span b {
  font-size: 20px;
}

.ok-cric-result-card .match-team.match-tm-r {
  direction: rtl;
}

.ok-cric-result-card .match-team.match-tm-r .infos {
  direction: ltr;
  text-align: right;
}
.ok-cric-result-card .match-team.match-tm-r img {
  margin-right: 0;
  margin-left: 10px;
}

.ok-cric-result-card .wins {
  display: inline-block;
  margin: 0 5px;
  background-color: #21c777;
  font-size: 10px;
  color: white;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 4px;
}

.ok-cric-result-card .ok-btn-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  width: auto;
  grid-gap: 4px;
}

.ok-cric-result-card .ok-btn-wrapper .ok-btn {
  margin: 0 2px;
  flex: 1;
  white-space: nowrap;
}

.anchor {
  cursor: pointer;
}

.btn-scorecard,
.btn-comentry {
  background-color: #e0f0ff;
  color: #1685f8;
  font-family: "khand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 34px;
  padding: 0 28px;
  transition: all 0.3s ease;
  border-radius: 48px;
}
.btn-comentry {
  background-color: #ffe8e8;
  color: #e50300;
}

.btn-comentry:hover {
  background-color: #ff6b6b;
  color: white;
}

.ok-cric-fixtures-home {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
}

.fixturecard {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 196px;
  transition: all 0.3s ease;
}

.fixturecard:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 18px;
}

.fixturecard .teams-wrap {
  display: flex;
  align-items: center;
  padding: 4px 14px 10px;
  flex: 2;
}

#comentry:nth-child(2) {
  margin-top: 24px;
}

.fixturecard .teams-wrap .match-team {
  flex: 1;
  display: flex;
  align-items: center;
}


h2.tournament-name{
  font-family: 'Khand', sans-serif;
  font-weight: 600;
  color:#228bf8;
  line-height: 1;
  margin: 0 0 20px 0;
  font-size: 34px;
  display: flex;
  align-items: flex-start;
}

.tournament-name .partner_logo{
  margin-left: auto;
  padding-left: 15px;
}

.fixturecard .teams-wrap .match-team:last-child {
  text-align: right;
  direction: rtl;
}

.fixturecard .match-team > img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.fixturecard .teams-wrap .match-team:last-child img {
  margin-right: 0;
  margin-left: 10px;
}

.fixturecard .teams-wrap .match-team:last-child .infos {
  direction: ltr;
}

.fixturecard .match-team .infos h5 {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.68);
}

.fixturecard .match-team .infos > span {
  font-size: 12px;
  opacity: 0.48;
  display: block;
}

.fixturecard .league {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 15px;
  color: #1685f8;
}

.fixturecard .league > span {
  color: rgba(0, 0, 0, 0.68);
}

.fixturecard p.match-msg {
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
}

.fixturecard .stadium {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.2;
}

.fixturecard .ok-btn-wrapper {
  margin-top: auto;
}

.fixturecard .btn-scorecard,
.fixturecard .btn-comentry {
  padding: 0 15px;
}

.fixturecard .manofthematch {
  line-height: 1;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
}

.fixturecard .manofthematch > a,
.fixturecard .manofthematch > span {
  text-decoration: none;
  color: #1685f8;
}

.fixturecard .fixture-date {
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.68);
}

.fixturecard .fixture-date > span {
  display: block;
  color: #1685f8;
  font-weight: 700;
  font-size: 18px;
}

.fixturecard .vs {
  position: relative;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  margin: 0 7px;
  align-self: center;
  background-color: #e0f0ff;
  line-height: 28px;
  font-size: 14px;
}

.wins {
  display: inline-block;
  margin: -1px 2px;
  background-color: #21c777;
  font-size: 10px;
  color: white;
  line-height: 15px;
  padding: 0 5px;
  border-radius: 4px;
  vertical-align: top;
}

.fixure-foot {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.fixure-foot .stadium {
  text-align: left;
}

.fixure-status {
  padding: 6px 14px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.fixure-status > div:last-child {
  text-align: right;
  margin-left: auto;
}

.fixure-foot .ok-btn-wrapper {
  margin-left: auto;
}

.fixturecard.up-coming .fixure-foot .ok-btn-wrapper {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.48;
}

/*Cricket Details page*/
.score-board {
  background: linear-gradient(251.84deg, #17c7ff -21.93%, #1476da 78.16%);
  border-radius: 8px;
  color: white;
  margin-bottom: 20px;
}

.top-info {
  padding: 10px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 22px;
  display: flex;
  align-items: center;
}

.top-info .circle {
  margin-left: 0;
  margin-right: 10px;
  margin-top: -2px;
}

.top-info > div:last-child {
  text-align: right;
  margin-left: auto;
}

.top-info .match-date {
  display: inline-block;
  color: #1476da;
  font-size: 16px;
  padding: 8px 15px;
  background-color: white;
  border-radius: 48px;
  margin: 0;
}

.match-team-info {
  display: flex;
  padding: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.match-team-info > div {
  flex: 1;
}

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

.score-board .match-team-info .match-team {
  align-items: flex-start;
}

.match-team-info .match-team.rtl {
  direction: rtl;
}

.match-team-info .match-team img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  object-fit: cover;
}
.match-team-info .match-team.rtl img {
  margin: 0 0 0 15px;
}

.match-team-info .match-team .infos h5 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 5px;
}
.match-team-info .match-team .infos > span {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
.match-team-info .match-team .infos > span > b {
  font-size: 28px;
}
.match-team-info .match-team .infos .run-rate {
  font-size: 16px;
  opacity: 0.68;
}

.match-team-info .match-team.rtl .infos > span,
.match-team-info .match-team.rtl .infos .run-rate {
  text-align: right;
  direction: ltr;
}

.match-team-info .middle-info {
  max-width: 100px;
  text-align: center;
  align-self: center;
}

.match-team-info .vs {
  height: 35px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  border-radius: 50%;
  text-align: center;
  margin: 0 25px;
  align-self: center;
  background-color: #a9ffea;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.8);
}

.score-board .bottom-info {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}

.score-board .bottom-info > div:last-child {
  margin-left: auto;
  text-align: right;
}

.bottom-info .manofthematch {
  display: flex;
  align-items: center;
}

.player-img {
  position: relative;
  margin-left: 15px;
}
.player-img .medal {
  position: absolute;
  right: -8px;
  bottom: 0;
  height: 15px;
  width: auto;
}

.player-is > span {
  display: block;
  line-height: 1;
}
.player-is span:first-child {
  font-size: 12px;
  margin-bottom: 3px;
}

.score-board .player-is span:first-child {
  color: #f4fb2f;
}

.player-is span > span {
  color: #82fff7;
}

.score-board .fixture-date {
  font-size: 16px;
  line-height: 1;
}

/*Fixure cards===========*/
.fixure-head {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 10px 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  line-height: 1.1;
  background: linear-gradient(269.83deg, #60abfa 0.8%, #1476da 69.59%);
  color: white;
}

.fixure-head .match-time {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  color: inherit;
  font-size: 15px;
}

.fixure-head div {
  flex: 1;
}

.fixure-head div:last-child {
  text-align: right;
  color: inherit;
}

.score-board .fixture-date > span {
  display: block;
  color: #a9ffea;
  font-weight: 700;
  font-size: 22px;
}

.fixure-page .ok-cric-fixtures-home {
  margin-top: 0;
}

/*CRIC Details content ========================*/
/*CRIC Details content ========================*/
/*CRIC Details content ========================*/
/*CRIC Details content ========================*/

.cric-content {
  margin: 30px 0;
  position: relative;
}

.cric-content .ok-post-social-shares {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.ok-sport-tab-nav {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 84px;
  padding: 3px;
  margin-bottom: 20px;
}
.ok-sport-tab-nav > span {
  padding: 6px 20px;
  font-size: 15px;
  display: inline-block;
  border-radius: 68px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.ok-sport-tab-nav > span.active-nav {
  background: linear-gradient(269.83deg, #60abfa 0.8%, #1476da 69.59%);
  color: white;
  padding: 6px 34px;
}

/*Score Detail Card============================*/
/*Score Detail Card============================*/
/*Score Detail Card============================*/
/*Score Detail Card============================*/

.score-detail-card {
  border-radius: 8px;
}

.score-detail-card-head {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px 8px 0 0;
  margin-bottom: 10px;
}

.inning-heading {
  display: flex;
  align-items: center;
  padding: 4px 20px 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.score-detail-card-head h3,
.inning-heading h3 {
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}

.score-detail-card-head h3 > span,
.inning-heading h3 > span {
  font-size: 16px;
  font-weight: 400;
}

.score-detail-card-head h3 > img,
.inning-heading h3 > img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.score-detail-card-head .right-elem,
.inning-heading .right-elem {
  margin-left: auto;
}

.filter-btns a {
  display: inline-block;
  border-radius: 4px;
  background-color: #e7e7e7;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 0 8px;
}

.filter-btns a.f,
.runs.four {
  background-color: #60abfa !important;
  color: white !important;
}
.filter-btns a.s,
.runs.six {
  background-color: #63cb8d !important;
  color: white !important;
}
.filter-btns a.w,
.runs.wicket,
.runs.out {
  background-color: #ff6b6b !important;
  color: white !important;
}

.end-of-over-info {
  background-color: #f4f4f4;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 10px 0;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.end-of-over-info > div > span {
  display: block;
  line-height: 1.2;
}

.end-of-over-info > div:first-child > span:first-child {
  font-size: 18px;
  color: #1476da;
  font-weight: 600;
}
.end-of-over-info > div:first-child > span:last-child {
  font-size: 15px;
  opacity: 0.68;
}
.end-of-over-info > div:first-child > span:first-child > span {
  color: rgba(0, 0, 0, 0.68);
}

.end-of-over-info > div:last-child {
  margin-left: auto;
  text-align: right;
}

.end-of-over-info > div:last-child span {
  font-size: 15px;
  opacity: 0.68;
}

.end-of-over-info > div:last-child span:first-child {
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

/*Match event ================================*/
/*Match event ================================*/
/*Match event ================================*/
/*Match event ================================*/

.match-event {
  padding: 15px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}

.share-icons {
  position: absolute;
  top: 15px;
  right: 0;
  transition: all 0.3s ease;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.share-icons img {
  vertical-align: top;
}

.share-icons .st-btn {
  margin: 0 1px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 5px;
  height: 27px;
}

.share-icons .st-btn img {
  height: 16px;
  width: 16px;
}

.match-event:hover .share-icons {
  opacity: 1;
  visibility: visible;
}

.match-event .left-stat {
  max-width: 124px;
  min-width: 124px;
  display: inline-flex;
  flex: 1;
  align-items: center;
  align-self: flex-start;
}

.match-event .left-stat .ball {
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.match-event .left-stat .ball img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.match-event .left-stat .runs {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
  background-color: #cecece;
  color: white;
  border-radius: 4px;
  margin-left: auto;
}

.match-event .right-details {
  flex: 2;
  padding-left: 30px;
  align-self: center;
}

.match-event .right-details > p,
.match-event .right-details .commentary-text-wrap p {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.4;
}

.match-event .right-details .commentary-text-wrap p {
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.48);
}

.match-event .right-details .commentary-text-wrap p img {
  margin-top: 12px;
}

.match-event .right-details > p img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  max-width: 100% !important;
  height: auto;
  margin: 10px 0;
}

.match-event .right-details > span {
  font-size: 14px;
  opacity: 0.68;
  display: block;
  line-height: 1.4;
}

.cheer-celeb {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.14);
  margin: 10px 0;
  background-image: url("../assets/img/centurey-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.cheer-celeb.century {
  background-color: #fa1a6f;
}
.cheer-celeb.halfcentury {
  background-color: #42b9fe;
}
.cheer-celeb.goal {
  background-color: #00bf9d;
}

.cheer-celeb .right-content {
  margin-left: auto;
}

.cheer-celeb .right-content {
  line-height: 1;
  font-size: 38px;
  font-weight: 700;
}

.cheer-celeb .right-content > span {
  display: inline-block;
  font-size: 18px;
}

.batsman {
  display: flex;
  align-items: center;
}

.batsman > img {
  height: 36px;
  width: 36px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.batsman > span {
  font-size: 18px;
  line-height: 1;
}
.batsman > span > span {
  display: block;
  font-size: 15px;
}

.feat-img {
  margin: 15px 0;
}

.feat-img img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
  width: 100%;
}

/*Innings Tabs =========================*/
/*Innings Tabs =========================*/

.score-card-tab-content {
  display: none;
}

.score-card-tab-nav {
  display: flex;
}

.nav-item {
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.58);
  cursor: pointer;
  border: solid 1px transparent;
}

.nav-item.active-nav {
  border-radius: 68px;
  background-color: #8c8c8c;
  color: #ffffff;
}

.cric-generic-table table {
  margin-bottom: 15px;
}
.cric-generic-table table thead tr th {
  padding: 5px 15px;
  text-align: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
}

.cric-generic-table table tr td {
  padding: 10px 15px;
  background-color: transparent;
  font-size: 16px;
  vertical-align: middle;
  transition: all 0.3s ease;
  font-weight: 600;
}

.cric-generic-table table tr:hover td {
  background-color: rgba(0, 0, 0, 0.04);
}

.cric-generic-table table tr:first-child td {
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  padding: 10px 15px;
  background-color: transparent;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
  text-transform: none;
}

.cric-generic-table.point-table thead tr th {
  background-color: rgba(34, 96, 191, 0.08);
  color: #1b4d99;
}

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

.cric-generic-table.point-table tbody tr td:last-child .latest-stand {
  justify-content: flex-end;
}

.cric-generic-table.point-table tbody tr td:first-child {
  width: 580px;
}

.player-thumb {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.table-note {
  margin: 15px 0 30px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 24px 24px 15px;
  border-radius: 4px;
}

.table-note span {
  display: inline-block;
  line-height: 1;
  margin: 0 15px 15px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
}
.table-note span > b {
  display: inline-block;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.88);
}

.player-thumb > img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.04);
}

.player-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.player-name > span {
  display: block;
  font-size: 12px;
  opacity: 0.58;
  font-weight: 400;
  margin-top: 4px;
}

.player-events {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin: 15px 0;
}

.player-events h5 {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 1;
}

.player-card-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.player-card-wrap .player-item {
  background-color: #f0f0f0;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}

.player-thumb.player-thumb-rtl {
  flex-direction: row-reverse;
}
.player-thumb.player-thumb-rtl > img {
  margin-right: 0;
  margin-left: 14px;
}
.player-thumb .player-name {
  margin-right: 14px;
}
.player-thumb .player-name >a{
  text-decoration: none;
  color: inherit;
  transition: all .3s ease;
}
.player-thumb .player-name >a:hover{
  color: #1685F8;
}
.player-thumb.player-thumb-rtl .player-name {
  margin-left: 14px;
  margin-right: 0;
}
.player-card-wrap .player-item > img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.04);
  margin: 0 auto 15px;
}

.player-card-wrap .player-item .player-name {
  font-size: 15px;
  font-weight: 500;
}

.player-card-wrap.loss-w .player-item {
  background: #fff5f5;
  border: 1px solid #ff6b6b;
}

.match-info-table table tr td:last-child {
  text-align: right;
}

/*Lineup Tab content ================*/
/*Lineup Tab content ================*/
.lineup-wrap {
  display: flex;
}
.lineup-wrap > div {
  flex: 1;
}

.lineups .team-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: #f2f2f2;
  padding: 10px 15px;
}

.lineups .player-thumb {
  padding: 12px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.lineups .team-name > img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.lineup-a .team-name {
  border-radius: 8px 0 0 0;
}

.lineup-b .team-name {
  border-radius: 0 8px 0 0;
}

.lineup-b .col-head .team-name {
  flex-direction: row-reverse;
}

.lineup-b .col-head .team-name > img {
  margin-right: 0;
  margin-left: 10px;
}

.lineup-b .player-thumb {
  flex-direction: row-reverse;
  text-align: right;
}

.lineup-b .player-thumb > img {
  margin: 0 0 0 10px;
}

.ok-sport-tab-content {
  display: none;
}

.comentry-box {
  display: flex;
  background: #f8fbff;
  border: 1px solid #cbe2fa;
  border-radius: 8px;
  padding: 15px;
}

.comentry-box > img {
  width: 24px;
  height: auto;
  max-width: 24px;
  min-width: 24px;
  margin-right: 20px;
  align-self: flex-start;
}

.comentry-box .comentry-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1;
  color: #1476da;
}

.comentry-box .comentry-text p,
.comentry-box .comentry-text{
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.68);
}
.comentry-box .comentry-text p:last-child {
  margin-bottom: 0;
}

.manofthematch .player-img img:last-child {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.latest-stand {
  display: flex;
  grid-gap: 2px;
}

.latest-stand > span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.18);
  font-weight: 600;
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 20px;
  position: relative;
}
.latest-stand > span:after {
  content: attr(data-score);
  display: inline-block;
  position: absolute;
  right: -60px;
  bottom: 24px;
  white-space: nowrap;
  border-radius: 4px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.68);
  color: white;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.latest-stand > span:hover:after {
  opacity: 1;
  visibility: visible;
}

.table-note b.win,
span.win,
.table-note b.loss,
span.loss,
.table-note b.draw,
span.draw {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.18);
  font-weight: 600;
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 20px;
  position: relative;
  margin-right: 5px;
}

span.win,
.table-note b.win {
  background-color: #25d366;
}
span.loss,
.table-note b.loss {
  background-color: #ed1b24;
}
span.draw,
.table-note b.draw {
  background-color: #8d8d8d;
}



.fixtures-for-cricket .fixture-date{
  white-space: nowrap;
}
.oks-standing-table.fixtures-for-cricket .fixture-date{
  border: none;
  border-radius: 0;
}

.fixtures-for-cricket .team-scored{
  font-weight: 300;
  font-size: 13px;
  display: block;
  margin: 3px 0 0;
}

.fixtures-for-cricket .oks-team .ok-team-info h5{
  font-size: 15px;
}

/*############### Fixture Table Design ######################*/
.fixture-table-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background-color: rgba(0,0,0,.04);
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
.fixture-table-row>div{
  flex: 1;
  padding: 0 15px;
}

.fixture-table-row .match-date{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 20px !important;
  background-color: rgb(220, 231, 247);
  min-width: 160px;
  text-align: center;
  color: #2260bf;
  margin-right: 15px;
}
@media all and (min-width: 767px) {
  .fixture-table-row .match-date{
    max-width: 160px;
    min-width: 160px;
  }
}
.fixture-table-row .scheduled-time{
  max-width: 90px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Khand', sans-serif;
}
.fixture-table-row .match-details{
  max-width: 120px;
  text-align: right;
}
.fixture-table-row a{
  text-decoration: none;
}

.fixture-table-row a  .ok-team-info h5{
  color: rgba(0,0,0,.68);
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.2;
}
.fixture-table-row a:hover  .ok-team-info h5{
  color: #1685f8;
}

.sidebar-player-list .candidate-row > div:last-child {
  margin-left: 5px;
  text-align: left;
}

.sidebar-player-list .candidate-row .candidate-img{
  height: 55px;
  width: 55px;
  min-width: 55px;
}

/*############### Fixture Table Design ######################*/

/*Responsive css =========================*/
/*Responsive css =========================*/

@media all and (max-width: 767px) {
  .ok-cric-result-card {
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ok-cric-result-card .match-msg,
  .ok-cric-result-card .ok-btn-wrapper {
    border: none;
  }
  .ok-cric-result-card .match-status {
    padding: 15px;
  }
  .ok-cric-result-card .match-team > img {
    width: 40px;
    /* height: 30px; */
    object-fit: cover;
  }
  .ok-cric-result-card .match-status > div {
    align-items: flex-end;
    display: block;
  }
  .ok-cric-result-card .match-status > div .infos {
    margin-top: 10px;
  }
  .ok-cric-result-card .match-msg {
    flex: 0 0 100%;
    padding: 15px 15px 0;
    text-align: center;
    max-width: 100%;
  }

  .ok-cric-result-card .match-status > div .infos > span {
    font-size: 14px;
  }

  .ok-cric-result-card .match-status > div.match-tm-r .infos > span {
    direction: ltr;
    text-align: right;
  }
  .ok-cric-result-card .label {
    line-height: 26px;
    font-size: 15px;
    margin: 0;
    border-radius: 4px;
    padding: 10px;
    flex: 0 0 100%;
  }
  .ok-cric-result-card .ok-btn-wrapper {
    text-align: center;
    padding: 0 15px 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ok-cric-fixtures-home {
    display: block;
  }
  .ok-cric-fixtures-home > div {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  /*Details page====================*/
  /*Details page====================*/

  .top-info,
  .top-info > div:last-child {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .top-info .match-date {
    font-size: 14px;
    padding: 6px 14px;
  }

  .match-team-info {
    padding: 15px 15px 10px;
  }

  .match-team-info .match-team img {
    height: 40px;
    width: 40px;
    padding: 2px;
  }
  .match-team-info .match-team .infos h5 {
    font-size: 14px;
  }
  .match-team-info .middle-info {
    max-width: 45px;
  }
  .match-team-info .vs {
    margin: 15px auto;
  }
  .match-team-info .match-team .infos > span {
    font-size: 15px;
    font-weight: 300;
    margin-top: 4px;
  }
  .match-team-info .match-team .infos .run-rate {
    font-size: 14px;
  }
  .match-team-info .match-team.rtl .infos .run-rate {
    text-align: right;
  }

  .match-team-info .match-team {
    display: block;
  }

  .match-team-info .match-team > img,
  .match-team-info .match-team.rtl > img {
    margin-bottom: 15px;
  }

  .bottom-info {
    flex-direction: column;
    line-height: 1.2;
    text-align: center;
  }
  .score-board .bottom-info > div:last-child {
    margin-left: 0;
    width: 100%;
  }

  .score-board .bottom-info > div:first-child {
    padding: 0;
  }

  .score-board .bottom-info > div:last-child {
    text-align: left;
    border-top: solid 1px rgba(255, 255, 255, 0.14);
    margin-top: 10px;
  }

  .score-board .bottom-info > div {
    padding: 10px 15px;
  }

  .manofthematch .player-img {
    margin-left: auto;
  }

  .score-board .bottom-info {
    padding: 10px 0;
  }

  .score-detail-card-head {
    padding: 12px 15px;
  }
  .score-detail-card-head h3 {
    font-size: 18px;
  }

  .match-event {
    flex-direction: column;
  }

  .match-event .right-details {
    padding-left: 0;
    padding-top: 15px;
  }

  .match-event {
    padding: 15px 0;
  }

  .cheer-celeb .right-content {
    font-size: 20px;
  }
  .batsman > span {
    font-size: 15px;
  }
  .batsman > span > span {
    font-size: 12px;
  }
  .match-event .left-stat {
    width: 100%;
    max-width: 100%;
  }

  .match-event .left-stat .runs {
    height: 38px;
    width: 38px;
    line-height: 40px;
    font-size: 15px;
  }
  .match-event .right-details {
    align-self: flex-start;
  }

  .end-of-over-info {
    flex-direction: column;
  }
  .end-of-over-info > div {
    text-align: center;
  }
  .end-of-over-info > div:last-child {
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
  }

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

  .cric-generic-table .player-thumb {
    min-width: 200px;
  }

  .player-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fixure-page {
    margin-top: 20px;
  }
}

@media all and (max-width: 514px) {
  .player-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lineup-wrap {
    flex-direction: column;
  }

  .lineup-a .team-name,
  .lineup-b .team-name {
    border-radius: 8px 8px 0 0;
  }

  .lineup-b .col-head .team-name,
  .lineup-b .player-thumb {
    flex-direction: row;
  }
  .lineup-b .col-head .team-name > img,
  .lineup-b .player-thumb > img {
    margin-left: 0;
    margin-right: 10px;
  }
  .lineup-b .player-thumb {
    text-align: left;
  }

  .cric-generic-table table tr td,
  .cric-generic-table table tr:first-child td {
    font-size: 14px;
  }

  .inning-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .inning-heading > h3 {
    font-size: 18px;
  }

  .inning-heading > h3 span {
    display: none;
  }

  .ok-sport-tab-nav {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .cric-content .ok-post-social-shares {
    position: static;
    margin: 0 0 20px 0;
  }
  .cric-content .ok-post-social-shares .st-inline-share-buttons {
    justify-content: flex-start;
  }

  .cric-generic-table.point-table tbody tr td:first-child {
    width: auto;
  }

  .btn-scorecard,
  .btn-comentry {
    padding: 0 20px;
  }
}


/* ##############################################################################    Home page Live score stripe*/
.cric_result_home{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-image: linear-gradient(269.83deg,#6c60fa 0.8%,#1685f8 69.59%);
  overflow: hidden;
  margin: 30px 0;
  color: white;
  text-decoration: none;
}

.cric_result_home .label {
  background-color: #f05;
  font-size: 18px;
  padding: 5px 24px 5px 18px;
  color: white;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  flex: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  align-items: center;
  padding-top: 30px;
}

.cric_result_home .match-status{
  flex: 2;
  display: flex;
}

.cric_result_home .match-team {
  display: inline-flex;
  align-self: center;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 20px 20px 10px 20px;
  border-right:solid 1px rgba(255,255,255, .1);
}

.cric_result_home .match-team .team-flag{
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  align-self: flex-start;
  background-color: #ffffff;
}

.cric_result_home .match-team .team-flag > img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.cric_result_home  .match-team.match-tm-r {
  direction: rtl;
  border-left:solid 1px rgba(255,255,255, .1);
}

.cric_result_home  .match-team.match-tm-r .team-flag{
  margin-left: 15px;
  margin-right: 0;
}
.cric_result_home  .vs {
  height: 35px;
  width: 35px;
  min-width: 35px;
  border-radius: 50%;
  text-align: center;
  align-self: center;
  background-color: #5f66e3;
  line-height: 35px;
  display: inline-block;
}

.cric_result_home .middle-info{
  text-align: center;
  padding: 10px 20px;
  align-self: center;
  min-width: 108px;
  max-width: 174px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cric_result_home .result_note{
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  flex: 0 0 100%;
}

.cric_result_home .circle,
.cric_result_home .circle::before{
  background-color: white;
}
.cric_result_home .ok-btn-wrapper{
  align-self: center;
  padding: 15px 20px;
  justify-content: center;
}
.cric_result_home .infos h5{
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.cric_result_home .infos >span b{
  font-size: 22px;
  line-height: 1.4;
}

.cric_result_home .torunament_img img{
  height: 88px;
  width: auto;
  vertical-align: top;
}

.cric_result_home .torunament_img{
  flex: none;
  max-width: 295px;
  text-align: center;
  background-color: #183787;
  width: 100%;
}
.match-team.match-tm-l{
    background-color: rgba(255,255,255,.14);
}
.middle-info{
  background-color: rgba(255,255,255,.08);
}
.match-team.match-tm-r{
  background-color: rgba(255,255,255,.02);
}


@media all and (max-width: 1200px){
  .cric_result_home .ok-btn-wrapper{
    width: 100%;
    display: flex;
  }
}

@media all and (max-width: 1024px){
  .cric_result_home .ok-btn-wrapper{
    width: auto;
    display: flex;
    order: 3;
    flex: 1;
  }
  .cric_result_home .ok-btn-wrapper .ok-btn{flex: 1}
  .cric_result_home .match-status{order: 4}
}

@media all and (max-width: 767px){

  .cric_result_home{
    margin-left: 15px;
    margin-right: 15px;
  }
  .cric_result_home .vs{
    height: 25px;
    width: 25px;
    min-width: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .cric_result_home .middle-info {
    padding: 5px;
    min-width: 45px;
    max-width: 45px;
  }

  .match-team.match-tm-l,
  .cric_result_home .middle-info,
  .cric_result_home .match-team.match-tm-r{
    background-color: rgba(255,255,255,.14);
  }
}
@media all and (max-width: 600px){
  .cric_result_home .ok-btn-wrapper{
    order: 4;
  }
  .cric_result_home .match-status{order: 3;flex: 0 0 100%}
  .cric_result_home .torunament_img{
    flex: 1;
    max-width: 100%;
  }
  .cric_result_home .infos h5{
    width: auto;
    font-size: 13px;
  }
  .team-flag{
    margin-bottom: 5px;
  }
  .cric_result_home .match-team{
    padding: 10px 15px 4px;
    display: block;
  }
  .cric_result_home .match-team .team-flag{
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
}
/* ##############################################################################   Home page Live score stripe ENDS*/
