.rm-score-card {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.rm-score-card .schedule {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  color: var(--black);
  align-items: center;
  text-transform: uppercase;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  font-family: var(--source-sans-pro);
}

.rm-score-card .schedule.red {
  color: var(--white);
  background-color: var(--primary-red);
}

.rm-score-card .schedule.yellow {
  color: var(--white);
  background-color: #ffa500;
}

.rm-score-card .teams-and-score {
  padding: 10px 16px 10px 16px;
}

.rm-score-card .teams-and-score .match-details {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  align-items: center;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: var(--source-sans-pro);
}

.rm-score-card .teams-and-score .match-details .country-name {
  margin-right: 8px;
}

.rm-score-card .teams-and-score .match-details .country-flag {
  width: 35px;
  height: 24px;
  margin-right: 8px;
}

.rm-score-card .teams-and-score .match-details .country-flag img {
  width: 35px;
  height: 24px;
  margin-right: 8px;
}

.rm-score-card .teams-and-score .match-details .team-status {
  opacity: 0.3;
  color: var(--black);
}

.rm-score-card .teams-and-score .match-details .team-status.active {
  opacity: 1;
}

.rm-score-card .teams-and-score .match-details .team-status.active::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--primary-red);
}

.rm-score-card .teams-and-score .match-status {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: var(--black);
  font-family: var(--source-sans-pro);
}

.photos-random {
  position: relative;
}

.photos-random .text {
  left: 10px;
  bottom: 10px;
  position: absolute;
  color: var(--white);
  font-weight: var(--source-sans-pro);
}

.category-head-three {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--black);
}

.category-head-three .title a {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.category-head-three .title a:hover {
  text-decoration: underline;
}

.category-head-three .more a {
  opacity: 0.5;
  text-decoration: none;
  color: var(--primary-red);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.category-head-three .more a:hover {
  opacity: 1;
  color: var(--primary-red);
}

.slider-bg-two {
  padding-top: 40px;
  background-color: var(--black);
}

.article-hero-list li {
  margin-right: 0px !important;
}

.rm-sports-tabs {
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}

.rm-sports-tabs .t20-title {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  font-style: normal;
  line-height: normal;
  align-items: center;
  color: var(--white);
  letter-spacing: 0.64px;
  text-transform: uppercase;
  background-color: #3b28f1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .t20-title img {
  width: 40px;
  height: 40px;
}

.rm-sports-tabs .nav-pills {
  text-transform: uppercase;
  background-color: #3b28f1;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .nav-pills .nav-link {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  flex-wrap: nowrap;
  color: var(--white);
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}

.rm-sports-tabs .nav-pills .nav-link.active {
  opacity: 1;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 4px solid var(--white);
}

/* .rm-sports-tabs .tab-content {
  margin-top: 15px;
  padding: 0px 16px;
} */

.rm-sports-tabs .tabs-scroll {
  background-color: #3b28f1;
}

.rm-sports-tabs .match-ticker {
  top: 0;
  left: 0px;
  width: 100%;
  display: flex;
  position: absolute;
  padding: 10px 16px;
  color: var(--white);
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-red);
}

.rm-sports-tabs .match-ticker img {
  width: 20px;
  height: 20px;
}

.rm-sports-tabs .match-ticker .versus {
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .match-ticker .live {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .inside-tabs-scroll {
  max-height: 700px;
  overflow-x: hidden;
}

.rm-sports-tabs .sports-teams .todays-match {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}

.rm-sports-tabs .sports-teams .todays-match img {
  width: 40px;
  height: 40px;
}

.rm-sports-tabs .sports-teams .todays-match .c-name {
  line-height: 1;
  font-size: 16px;
  margin-top: 8px;
  font-weight: 600;
  font-style: normal;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.sports-teams .todays-match .yet-to-bat {
  opacity: 0.3;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.sports-teams .todays-match .score {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  font-family: var(--source-sans-pro);
}

.sports-teams .todays-match .overs {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: var(--black);
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--source-sans-pro);
}

.sports-teams .decision {
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  font-style: normal;
  font-family: var(--source-sans-pro);
}

.sports-teams .team-score-status {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.sports-teams .players-name {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 0px;
  font-style: normal;
  line-height: normal;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
  font-family: var(--source-sans-pro);
  border-top: 1px solid var(--grey-three);
  border-bottom: 1px solid var(--grey-three);
}

.sports-teams .players-name .left {
  text-align: left;
}

.sports-teams .players-name .left .li:not(:last-child) {
  margin-bottom: 8px;
}

.sports-teams .players-name .left .li .active {
  font-weight: 700;
}

.sports-teams .players-name .left .li .active::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--primary-red);
}

.sports-teams .players-name .right {
  text-align: right;
}

.sports-teams .players-name .right .li:not(:last-child) {
  margin-bottom: 8px;
}

.sports-teams .players-name .right .li .active {
  font-weight: 700;
}

.sports-teams .players-name .right .li .active::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--primary-red);
}

.match-news-slider {
  padding: 0px 20px;
  margin-bottom: 24px;
}

.match-news-slider .articles .author {
  margin-top: 10px;
}

.match-news-slider .articles {
  margin: 0px 5px;
}

.match-news-slider .slick-prev {
  z-index: 9;
  left: 15px;
  background-image: url(../resource/images/svg/shadow_mdi_chevron-left.svg);
}

.match-news-slider .slick-next {
  right: 15px;
  background-image: url(../resource/images/svg/shadow_mdi_chevron-right.svg) !important;
}

.match-news-slider .slick-next:before {
  content: "";
}

.match-news-slider .slick-prev:before {
  content: "";
}

.match-news-slider .slick-prev,
.match-news-slider .slick-next {
  width: 24px;
  height: 24px;
  background-repeat: round;
}

.match-news-slider .slick-next:focus {
  background-repeat: round;
}

.match-news-slider .slick-prev:focus {
  z-index: 9;
  background-repeat: round;
}

.match-news-slider .slick-prev:hover {
  background-image: url(../resource/images/svg/shadow_mdi_chevron-left.svg);
}

.match-news-slider .slick-next:hover {
  background-image: url(../resource/images/svg/shadow_mdi_chevron-right.svg);
}

.score-comm .nav-pills {
  background-color: transparent;
  border-top: 1px solid var(--grey-three);
  border-bottom: 1px solid var(--grey-three);
}

.score-comm .nav-pills li {
  width: 50%;
}

.score-comm .nav-pills li button {
  width: 100% !important;
}

.score-comm .nav-pills .nav-link.active {
  color: #3b28f1;
  border-bottom: 4px solid #3b28f1;
}

.score-comm .nav-pills .nav-link {
  opacity: 0.3;
  color: var(--black);
}

.innings-tabs .nav-pills {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.innings-tabs .nav-pills li {
  width: 25%;
}

.innings-tabs .tab-content {
  padding: 10px;
}

.innings-tabs .nav-pills .nav-item {
  padding: 0px 10px;
}

.innings-tabs .rm-score-table table {
  font-family: var(--source-sans-pro);
}

.innings-tabs .nav-pills .nav-link {
  opacity: 1;
  font-size: 14px;
  color: var(--grey-six);
  border-radius: 20px;
  background-color: #f4f4f4 !important;
  border: 1px solid #f4f4f4;
}

.innings-tabs .nav-pills .nav-link.active {
  height: 100%;
  color: var(--black);
  border-radius: 20px;
  border: 1px solid var(--black);
}

.rm-score-table table {
  width: 100%;
  font-family: var(--source-sans-pro);
}

.rm-score-table .rbfs {
  width: 24px;
  text-align: center;
}

.rm-score-table .sr {
  width: 44px;
  text-align: center;
}

.rm-score-table tr:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.rm-score-table tr td {
  vertical-align: top;
}

.rm-score-table .rbfstd {
  width: 24px;
}

.rm-score-table .match-players {
  font-weight: 400;
  color: var(--black);
  text-transform: capitalize;
}

.rm-score-table .player-desc {
  opacity: 0.5;
  font-size: 14px;
  color: var(--black);
  text-transform: capitalize;
}

.rm-score-table .bolds {
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: var(--black);
  line-height: normal;
  text-transform: capitalize;
}

.rm-score-table ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.rm-score-table ul li {
  font-size: 14px;
  /* margin-bottom: 8px; */
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-score-table ul li span {
  font-weight: 700;
  margin-right: 5px;
}

.rm-score-table ul li:not(:last-child) {
  margin-right: 16px;
}

.rm-score-table .details .heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
  border-bottom: 1px solid var(--grey-three);
}

.rm-score-table .details ul li:not(:last-child) {
  border-bottom: 1px solid var(--grey-three);
}

.rm-score-table .details ul li {
  width: 100%;
  display: flex;
  margin-right: 0px;
  flex-wrap: nowrap;
  align-items: center;
}

.rm-score-table .details ul li .title {
  width: 120px;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-score-table .details ul li .info {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .teams {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.rm-sports-tabs .teams li {
  margin-right: 24px;
  margin-bottom: 24px;
}

.rm-sports-tabs .teams li .country-img {
  width: 110px;
  height: auto;
}

.rm-sports-tabs .teams li .country-img img {
  width: 100%;
}

.rm-sports-tabs .teams li .country-img {
  border-radius: 4px;
  border: 1px solid var(--grey-seven);
}

.rm-sports-tabs .teams li .country-img .coutry-title {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 13px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .teams li .country-img .coutry-title .bba {
  opacity: 0.5;
  margin-top: 4px;
  font-size: 14px;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-points-table {
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--source-sans-pro);
}

.rm-points-table .table-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-three);
}

.rm-points-table .bold {
  font-weight: 700;
}

.rm-points-table .w-one {
  width: 50px;
  text-align: center;
}

.rm-points-table .w-two {
  width: 30px;
  text-align: center;
  margin-right: 38px;
}

.rm-points-table .points-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.rm-points-table .points-list .flag {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

.rm-points-table .points-list li {
  padding-top: 5px;
}

.rm-points-table .points-list li .table-row {
  padding-bottom: 5px;
}

.rm-points-table .disc {
  opacity: 0.6;
  line-height: 1;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  color: var(--black);
  line-height: normal;
  letter-spacing: 0.6px;
  font-family: var(--source-sans-pro);
}

.rm-sports-tabs .news .articles .article-heading-one a {
  font-weight: 700;
  font-family: var(--source-sans-pro);
}

.schedule-photos-list .photos-random .text {
  left: 5px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--source-sans-pro);
}

.schedule-photos-list .photos-random img {
  border-radius: 10px;
}

.schedule-videos-list {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}

.schedule-videos-list img {
  border-radius: 10px;
}

.schedule-videos-list .layover {
  top: 50%;
  left: 50%;
  z-index: 999;
  position: absolute;
  color: var(--white);
  transform: translate(-50%, -50%);
}

.schedule-videos-list .layover svg {
  width: 50px;
  height: 50px;
  display: block;
}

.schedule-videos-list .layover:hover .playbtns {
  fill: var(--primary-red);
}

.schedule-videos-list .layover .black-play-btn:hover {
  display: none;
}

.schedule-videos-list .layover .red-play-btn {
  width: 45px;
  height: 45px;
  display: none;
}

.schedule-videos-list .layover .red-play-btn:hover {
  display: block;
}

.schedule-videos-list .text {
  width: 100%;
  z-index: 999;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: var(--source-sans-pro);
}

.commentry-box .comntry-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.commentry-box .comntry-list .comntry-over-count {
  padding: 8px 16px;
  border-radius: 4px;
  font-style: normal;
  text-transform: uppercase;
  background-color: #11064b;
  font-family: var(--source-sans-pro);
}

.commentry-box .comntry-list .comntry-over-count .over {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.comntry-over-count ul {
  display: flex;
  font-weight: 600;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 45px;
}

.comntry-over-count .players-name {
  padding: 0px;
  border: none;
  color: var(--white);
  margin: 10px 0px 10px 0px !important;
}

.comntry-over-count ul li {
  font-size: 16px;
  color: var(--white);
}

.comntry-over-count ul li {
  margin-right: 20px;
}

.comntry-over-count ul li.red {
  color: #e94235;
}

.comntry-over-count ul li.blue {
  color: #4285f4;
}

.comntry-over-count ul li.green {
  color: #34a853;
}

.overs-comnt {
  margin-top: 16px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.overs-comnt li {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.overs-comnt li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.overs-comnt li .overs-status {
  width: 34px;
  height: 34px;
  display: flex;
  font-size: 16px;
  padding: 10px 2px;
  margin-right: 16px;
  align-items: center;
  border-radius: 2.667px;
  justify-content: center;
}

.overs-comnt li .overs-status.grey {
  color: var(--black);
  background: #e5e5e5;
}

.overs-comnt li .overs-status.green {
  color: var(--white);
  background: #34a853;
}

.overs-comnt li .overs-status.red {
  color: var(--white);
  background: #e94235;
}

.overs-comnt li .overs-status.blue {
  color: var(--white);
  background: #4285f4;
}

.grey-over-count {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.main-cmnt {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  line-height: normal;
  font-family: var(--source-sans-pro);
}

.teams-and-score a {
  text-decoration: none;
}

.live-current-match {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.live-current-match .live-current-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-current-match {
  background-color: #3b28f1;
}

.live-current-match .live-current-teams:not(:last-of-type) {
  margin-bottom: 8px;
}

.live-current-teams .team-flag {
  width: 40px;
  height: 24px;
  margin-right: 8px;
  display: inline-flex;
}

.live-current-teams .team-flag img {
  width: 40px;
  height: 24px;
}

.live-current-teams .team-country {
  font-weight: 700;
  color: var(--white);
  font-family: var(--source-sans-pro);
}

.live-current-teams .scores-n-rr {
  font-weight: 700;
  color: var(--white);
}

.live-current-teams .scores-n-rr span {
  opacity: 0.8;
  font-weight: 500;
}

.lcm-status {
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--white);
  font-family: var(--source-sans-pro);
}

@media screen and (min-width: 768px) {

  .live-current-teams .scores-n-rr span {
    margin-left: 5px;
  }

  .live-current-teams .team-country {
    font-size: 14px;
  }

  .live-current-teams .scores-n-rr {
    font-size: 14px;
  }

  .rm-score-table .rbfs {
    padding-right: 38px;
  }

  .sports-teams .players-name {
    margin: 0px 40px;
  }

  .rm-sports-tabs .match-ticker .versus {
    font-size: 16px;
  }

  .rm-sports-tabs .sports-teams .todays-match {
    padding: 0px 55px;
  }

  .live-current-match {
    padding: 8px 20px;
  }
}

@media screen and (min-width: 992px) {
  .live-current-match .live-current-teams {
    width: 75%;
  }
}

@media screen and (max-width: 800px) {
  .photos-random .text {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 600px) {

  .live-current-teams .team-country {
    font-size: 12px;
  }

  .live-current-teams .scores-n-rr {
    font-size: 12px;
  }

  .live-current-match {
    padding: 8px 5px;
  }
  
  .live-current-teams .lctw {
    width: 25%;
  }

  /* .live-current-match .live-current-teams {
    width: max-content;
  }

  .live-current-match {
    overflow-x: scroll;
  }

  .live-current-match::-webkit-scrollbar {
    display: none;
  } */

  .innings-scroll-overflow {
    overflow-x: scroll;
  }

  .innings-scroll-overflow::-webkit-scrollbar {
    display: none;
  }

  .innings-scroll-overflow ul {
    width: max-content;
  }

  .innings-scroll-overflow .nav-link {
    text-wrap: nowrap;
  }

  .overs-comnt li .overs-status {
    width: 30%;
  }

  .schedule-news-list .articles .article-heading-one {
    margin-top: 0px;
  }

  .schedule-news-list .articles .article-heading-one a {
    font-size: 16px;
  }

  .rm-score-table .rbfs {
    padding-right: 8px;
  }

  .sports-teams .players-name {
    margin: 0px 10px;
    margin-bottom: 24px;
  }

  .sports-teams .player-name {
    padding: 0px 10px;
  }

  .rm-sports-tabs .sports-teams .todays-match {
    padding: 0px 10px;
  }

  .rm-sports-tabs .match-ticker .versus {
    font-size: 13px;
  }

  .rm-sports-tabs .tabs-scroll {
    overflow-x: scroll;
  }

  .rm-sports-tabs .tabs-scroll::-webkit-scrollbar {
    display: none;
  }

  .rm-sports-tabs .tabs-scroll .nav {
    flex-wrap: nowrap;
  }

  .rm-sports-tabs .nav-pills .nav-link {
    width: 140px;
  }
}
