@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes goal-update {
  10% {
    background-color: rgba(0, 151, 167, 0.1);
    color: #0097a7;
    font-weight: 700;
  }
  90% {
    background-color: rgba(0, 151, 167, 0.1);
    color: #0097a7;
    font-weight: 700;
  }
}
@keyframes team-score {
  0% {
    color: #212529;
    font-weight: 400;
  }
  10% {
    color: #0097a7;
    font-weight: 700;
  }
  90% {
    color: #0097a7;
    font-weight: 700;
  }
  to {
    color: #212529;
    font-weight: 400;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes team-rise {
  10% {
    background-color: rgba(0, 151, 167, 0.2);
  }
  90% {
    background-color: rgba(0, 151, 167, 0.2);
  }
}
@keyframes team-fall {
  10% {
    background-color: rgba(219, 51, 86, 0.2);
  }
  90% {
    background-color: rgba(219, 51, 86, 0.2);
  }
}
.subheader-inner-page {
  background-color: #383838;
  background-image: url(/img/bgs/title-background/CYAN.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .subheader-inner-page {
    padding-top: 15px;
  }
}
.subheader-inner-page .submenu-holder-full {
  float: right;
  width: 100%;
}
.subheader-inner-page .subhead-menu {
  float: right;
  height: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .subheader-inner-page .subhead-menu {
    margin-top: 15px;
  }
}
.subheader-inner-page .subhead-menu ul {
  display: flex;
  float: right;
  list-style: none;
  margin: 0;
  overflow-x: scroll;
  padding: 0;
  width: 100%;
}
.subheader-inner-page .subhead-menu ul li {
  display: block;
  flex: none;
  float: right;
  margin-left: 18px;
}
.subheader-inner-page .subhead-menu ul li a,
.subheader-inner-page .subhead-menu ul li span {
  border-bottom: 3px solid transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  opacity: 0.8;
  padding: 0 0 7px;
}
@media (max-width: 768px) {
  .subheader-inner-page .subhead-menu ul li a,
  .subheader-inner-page .subhead-menu ul li span {
    font-size: 12px;
  }
}
.subheader-inner-page .subhead-menu ul li a.active,
.subheader-inner-page .subhead-menu ul li span.active {
  border-bottom: 3px solid #fff;
  opacity: 1;
}
.subheader-inner-page .subhead-menu ul li.active span {
  opacity: 1;
}
.subheader-inner-page .subhead-menu .indicator {
  border-bottom: 2px solid #fff;
  bottom: 0;
  display: none;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.subheader-inner-page .select-items {
  float: right;
  margin-left: 30px;
  position: relative;
}
.subheader-inner-page .select-items.not-selectable .ent-holder {
  cursor: default;
}
.subheader-inner-page .select-items.not-selectable .ent-holder:after {
  display: none;
}
.subheader-inner-page .select-items > ul {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  display: none;
  list-style: none;
  max-width: 97%;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 320px;
  z-index: 1;
}
.subheader-inner-page .select-items > ul#drop-ent-list {
  min-width: 250px;
}
.subheader-inner-page .select-items > ul li {
  margin-bottom: 15px;
}
.subheader-inner-page .select-items > ul li img {
  max-height: 30px;
}
.subheader-inner-page .select-items > ul li a {
  color: #000;
}
.subheader-inner-page .select-items > ul li .more {
  color: #0097a7;
  font-weight: 700;
}
@media (max-width: 768px) {
  .subheader-inner-page .select-items.select-ent {
    padding-left: 15px;
    width: 100%;
  }
}
.subheader-inner-page .select-items.select-seasons {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  padding: 0 30px 0 15px;
}
@media (max-width: 768px) {
  .subheader-inner-page .select-items.select-seasons {
    width: 100%;
  }
}
.subheader-inner-page .select-items.select-seasons ul li {
  line-height: 2;
}
.subheader-inner-page .select-items.select-seasons > div {
  float: right;
  width: 100%;
}
.subheader-inner-page .select-items .ent-holder {
  cursor: pointer;
  display: flex;
  float: right;
  width: 100%;
}
.subheader-inner-page .select-items .ent-holder:after {
  background: url(/img/icons/arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  float: left;
  height: 40px;
  margin-right: 15px;
  width: 30px;
}
.subheader-inner-page .select-items .ent-holder h1,
.subheader-inner-page .select-items .ent-holder h2 {
  color: #fff;
  display: block;
  float: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 768px) {
  .subheader-inner-page .select-items .ent-holder h1,
  .subheader-inner-page .select-items .ent-holder h2 {
    font-size: 18px;
  }
}
.subheader-inner-page .select-items .ent-holder h1 a,
.subheader-inner-page .select-items .ent-holder h2 a {
  color: #fff;
}
.subheader-inner-page .select-items .ent-holder .logo-holder {
  background: #fff;
  border-radius: 100%;
  float: right;
  height: 45px;
  line-height: 35px;
  margin-left: 5px;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  width: 45px;
}
@media (max-width: 768px) {
  .subheader-inner-page .select-items .ent-holder .logo-holder {
    height: 30px;
    line-height: 21px;
    margin-top: 6px;
    width: 30px;
  }
}
.subheader-inner-page .select-items .ent-holder .logo-holder img {
  max-height: 100%;
  max-width: 100%;
}
.subheader-inner-page.dark-text .ent-holder h1,
.subheader-inner-page.dark-text .ent-holder h1 a,
.subheader-inner-page.dark-text .subhead-menu ul li a,
.subheader-inner-page.dark-text .subhead-menu ul li span {
  color: #000 !important;
}
.subheader-inner-page.dark-text .subhead-menu .indicator {
  border-bottom: 2px solid #000;
}
.title-header {
  background: #eee;
  background-image: url(/img/bgs/title-background/CYAN.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .title-header {
    padding: 7px 15px;
  }
}
.title-header h1 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .title-header h1 {
    font-size: 20px;
    margin: 0 !important;
    padding: 8px 0;
  }
}
.title-header h1 a {
  color: #fff;
}
.tabs-holder {
  padding: 0 !important;
}
.table-holder {
  float: right;
  width: 100%;
}
@media (max-width: 991px) {
  .table-holder {
    overflow: scroll;
  }
}
.table-holder .standing-notice {
  background: #fafafa;
  border-radius: 5px;
  float: right;
  margin-bottom: 7px;
  padding: 15px;
  width: 100%;
}
.table-holder .standing-notice p {
  font-size: 12px;
  font-weight: 500;
  margin: 3px 0;
  padding: 0;
}
.table-holder table {
  float: right;
  margin-bottom: 10px;
  min-width: 100%;
  table-layout: fixed !important;
}
.table-holder table caption {
  display: none !important;
}
.table-holder table .standing-rule-color {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
@media (max-width: 767px) {
  .table-holder table .standing-rule-color {
    width: 2px;
  }
}
@media (max-width: 768px) {
  .table-holder table {
    font-size: 12px;
  }
}
.table-holder table tr th {
  font-size: 12px;
  font-weight: 400;
}
.table-holder table tr td:nth-child(2) {
  color: #212121;
  font-weight: 600;
}
.table-holder table tr td.no-data {
  color: #888 !important;
  font-weight: 400 !important;
  left: 0;
  margin-top: 20px;
  position: absolute;
  right: 0;
  text-align: center !important;
}
.table-holder table tr td .standing-notice-star {
  color: red;
  position: relative;
  right: 8px;
  top: 5px;
}
.table-holder table tr td .ls-results {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 24px;
  margin: 2.5px;
  text-align: center;
  width: 20px;
}
.table-holder table tr td .ls-results.ls-win {
  background: #00c853;
}
.table-holder table tr td .ls-results.ls-lose {
  background: #d8191f;
}
.table-holder table tr td .ls-results.ls-draw {
  background: #999;
}
.table-holder table tr td,
.table-holder table tr th {
  border-bottom: 1px solid #eee;
  color: #212121;
  padding: 5px 0;
  text-align: center;
}
.table-holder table tr td img,
.table-holder table tr th img {
  max-height: 100%;
  max-width: 100%;
}
.table-holder table tr:last-child td {
  border: none;
}
.table-holder table.league-standing.side-standing tr td,
.table-holder table.league-standing.side-standing tr th {
  direction: ltr;
}
.table-holder table.league-standing.side-standing tr td:first-child,
.table-holder table.league-standing.side-standing tr th:first-child {
  max-width: 20px;
  width: 20px;
}
.table-holder table.league-standing.side-standing tr td:nth-child(2),
.table-holder table.league-standing.side-standing tr th:nth-child(2) {
  direction: rtl;
  font-size: 13px;
  font-weight: 400;
  padding-right: 5px;
  text-align: right;
  width: 150px;
}
@media (max-width: 768px) {
  .table-holder table.league-standing.side-standing tr td:nth-child(2),
  .table-holder table.league-standing.side-standing tr th:nth-child(2) {
    min-width: 160px !important;
  }
}
.table-holder table.league-standing.football-standing tr:nth-child(2n) {
  background: #f5f5f5;
}
.table-holder table.league-standing.football-standing tr.fall {
  animation: team-fall 5s linear;
}
.table-holder table.league-standing.football-standing tr.rise {
  animation: team-rise 5s linear;
}
.table-holder table.league-standing.football-standing tr th {
  border-bottom: 1px solid #eee;
  color: #9e9e9e;
  font-size: 10px;
  padding: 14px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.football-standing tr th {
    font-size: 12px;
    transform: none;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .table-holder table.league-standing.football-standing tr th:first-child {
    max-width: 10px;
  }
}
.table-holder table.league-standing.football-standing tr th:nth-child(2) {
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.football-standing tr th:nth-child(2) {
    text-align: right;
  }
}
.table-holder table.league-standing.football-standing tr th.last-five {
  direction: rtl;
  padding-left: 5px;
  text-align: left;
  width: 150px;
}
@media (max-width: 767px) {
  .table-holder table.league-standing.football-standing tr th.last-five {
    display: none !important;
  }
}
.table-holder table.league-standing.football-standing tr td {
  direction: ltr;
  min-width: 28px;
  position: relative;
  transform: none;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.football-standing tr td {
    min-width: 50px;
  }
}
@media (max-width: 767px) {
  .table-holder table.league-standing.football-standing tr td:first-child {
    font-size: 10px;
    min-width: auto;
    width: 17px;
  }
}
.table-holder table.league-standing.football-standing tr td:nth-child(2) {
  direction: rtl;
  font-size: 10px;
  max-width: 87px;
  text-align: right;
  transform: none;
  white-space: normal;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.football-standing tr td:nth-child(2) {
    font-size: 12px;
    min-width: 150px;
  }
}
.table-holder table.league-standing.football-standing tr td.last-five {
  direction: rtl;
  padding-left: 5px;
  text-align: left;
  width: 150px;
}
@media (max-width: 767px) {
  .table-holder table.league-standing.football-standing tr td.last-five {
    display: none !important;
  }
}
.table-holder table.league-standing.football-standing tr td.last-five img {
  max-width: none;
}
.table-holder table.league-standing.football-standing tr.qualified td {
  position: relative;
}
.table-holder
  table.league-standing.football-standing
  tr.qualified
  td:first-child:before {
  background: #00c853;
  content: "";
  height: 96%;
  position: absolute;
  right: -1px;
  top: 2%;
  width: 2px;
}
.table-holder table.league-standing.football-standing tr.relegated td {
  position: relative;
}
.table-holder
  table.league-standing.football-standing
  tr.relegated
  td:first-child:before {
  background: #d8191f;
  content: "";
  height: 96%;
  position: absolute;
  right: -1px;
  top: 2%;
  width: 2px;
}
.table-holder table.league-standing.basketball-standing tr:nth-child(2n) {
  background: #f5f5f5;
}
.table-holder table.league-standing.basketball-standing tr td,
.table-holder table.league-standing.basketball-standing tr th {
  direction: ltr;
}
.table-holder table.league-standing.basketball-standing tr th {
  border-bottom: 1px solid #eee;
  color: #9e9e9e;
  direction: rtl;
  font-size: 10px;
  padding: 14px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.basketball-standing tr th {
    font-size: 12px;
    transform: none;
    white-space: normal;
  }
}
.table-holder table.league-standing.basketball-standing tr th:first-child {
  max-width: 10px;
}
.table-holder table.league-standing.basketball-standing tr th:nth-child(2) {
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.basketball-standing tr th:nth-child(2) {
    text-align: right;
  }
}
.table-holder table.league-standing.basketball-standing tr td {
  direction: ltr;
  min-width: 28px;
  position: relative;
  transform: none;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.basketball-standing tr td {
    min-width: 50px;
  }
}
.table-holder table.league-standing.basketball-standing tr td:first-child {
  max-width: 10px;
  min-width: auto;
}
.table-holder table.league-standing.basketball-standing tr td:nth-child(2) {
  direction: rtl;
  font-size: 10px;
  max-width: 87px;
  text-align: right;
  transform: none;
  white-space: normal;
}
@media (min-width: 768px) {
  .table-holder table.league-standing.basketball-standing tr td:nth-child(2) {
    font-size: 12px;
    min-width: 150px;
  }
}
.table-holder table.league-standing.volleyball-standing thead .main-row th {
  border: none;
  min-width: 30px;
  padding-right: 0 !important;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
.table-holder
  table.league-standing.volleyball-standing
  thead
  .main-row
  th:nth-child(2) {
  max-width: none;
  min-width: 200px;
  text-align: right;
}
.table-holder
  table.league-standing.volleyball-standing
  thead
  .main-row
  th.has-border {
  color: #0097a7;
}
.table-holder
  table.league-standing.volleyball-standing
  thead
  .main-row
  th.has-border:after {
  background: #0097a7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 88%;
}
.table-holder
  table.league-standing.volleyball-standing
  thead
  .secondary-row
  th {
  border: none;
  min-width: 30px;
  padding-right: 0 !important;
  text-align: center;
  vertical-align: bottom;
}
.table-holder
  table.league-standing.volleyball-standing
  thead
  .secondary-row
  th:last-child {
  text-align: left;
}
.table-holder
  table.league-standing.volleyball-standing
  tbody
  tr
  td:nth-child(2) {
  min-width: 200px;
  text-align: right;
}
.table-holder
  table.league-standing.volleyball-standing
  tbody
  tr
  td.has-left-border {
  border-left: 1px solid #eee;
}
.table-holder
  table.league-standing.volleyball-standing
  tbody
  tr:first-child
  td {
  border-top: 1px solid #eee;
}
.table-holder table.top-list tr td,
.table-holder table.top-list tr th {
  min-width: 65px;
  padding: 5px 0;
}
.table-holder table.top-list tr td:last-child,
.table-holder table.top-list tr th:last-child {
  text-align: left;
}
.table-holder table.top-list tr td:nth-child(2),
.table-holder table.top-list tr th:nth-child(2) {
  font-weight: 400;
  text-align: right;
}
.table-holder table.topscorers tr td,
.table-holder table.topscorers tr th {
  padding: 5px 0;
}
.table-holder table.topscorers tr td img,
.table-holder table.topscorers tr th img {
  border-radius: 50%;
  height: 30px;
  width: 100%;
}
.table-holder table.topscorers tr td:first-child,
.table-holder table.topscorers tr th:first-child {
  text-align: right;
  width: 250px;
}
.table-holder table.topscorers tr td:nth-child(2),
.table-holder table.topscorers tr th:nth-child(2) {
  padding-left: 15px;
  text-align: left;
}
.table-holder table.players-stats-table {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .table-holder table.players-stats-table {
    table-layout: auto;
  }
}
.table-holder table.players-stats-table tr td,
.table-holder table.players-stats-table tr th {
  color: #212121;
  font-weight: 500;
  min-width: 100px;
  padding: 5px 0;
}
.table-holder table.players-stats-table tr td img,
.table-holder table.players-stats-table tr th img {
  border-radius: 0;
  max-height: 25px;
  max-width: 25px;
}
.table-holder table.players-stats-table tr td:first-child,
.table-holder table.players-stats-table tr th:first-child {
  min-width: 250px;
  text-align: right;
}
.table-holder table.players-stats-table tr td:nth-child(2),
.table-holder table.players-stats-table tr th:nth-child(2) {
  min-width: 150px;
  text-align: right;
}
.table-holder table div.img.shimmer,
.table-holder table span.shimmer {
  display: inline-block;
}
.table-holder table span.shimmer {
  border-radius: 0.6em;
  height: 1em;
  position: relative;
  top: 0.2em;
  width: 75px;
}
.table-holder table div.img.shimmer {
  border-radius: 50%;
  height: 25px;
  margin-bottom: -7px;
  margin-left: 5px;
  width: 25px;
}
.table-holder table div.img.shimmer + span {
  top: 0.1em;
}
.last-update p {
  font-size: 10px;
}
.matches-holder,
.matches-holder .volley-basket-rounds {
  float: right;
  width: 100%;
}
.matches-holder .volley-basket-rounds .fixture-result-match {
  background: #666;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: flex;
  font-family: sans-serif;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-time {
  align-items: baseline;
  display: inline-flex !important;
  justify-content: flex-start !important;
  padding-right: 5px;
  width: 19% !important;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-detail {
  direction: ltr;
  display: flex;
  padding-left: 5px;
  width: 11% !important;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-tables {
  display: flex !important;
  width: 70%;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-tables
  .fixture-result-match-teams {
  flex-direction: column !important;
  width: 35% !important;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-tables
  .fixture-result-match-goals {
  display: flex;
  flex-direction: column !important;
  font-size: 12px !important;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  width: 12% !important;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-tables
  .fixture-result-set-points {
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  width: 55% !important;
}
.matches-holder
  .volley-basket-rounds
  .fixture-result-match
  .fixture-result-match-tables
  .fixture-result-set-points
  > div {
  display: inline-block;
  flex: 1 !important;
  font-size: 12px;
  margin: 0 !important;
  text-align: center;
}
.matches-holder .matches-loading {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
}
.matches-holder .matches-loading .icon {
  animation: spin 2s linear infinite;
  background-image: url(/img/icons/circle-notch.svg);
  background-size: contain;
  height: 3em;
  width: 3em;
}
.fixture-result-header {
  background: #0097a794;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 10px;
  padding: 4px 8px;
  width: 100%;
}
.fixture-result-header.topweek {
  background: #0097a7;
  padding: 8px;
}
.fixture-result-header.livescore-fx-header.topweek {
  line-height: 22px;
}
.fixture-result-header .shimmer {
  background: #00aec1 !important;
}
.fixture-result-header .shimmer:before {
  background-image: linear-gradient(
    90deg,
    #00aec1 0,
    #0097a7 50%,
    #00aec1
  ) !important;
}
.fixture-result-header img {
  margin-left: 7px;
  max-height: 25px;
  max-width: 25px;
}
.fixture-result-header .shimmer {
  background-color: #f2f3f5;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  width: 60px;
}
.fixture-result-header .shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
.fixture-result-header .fixture-result-date {
  color: #fff;
  font-size: 12px;
  margin-right: auto;
}
.fixture-result-header .fixture-result-league {
  color: #d7d7d7;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}
.fixture-result-header .fixture-result-league:before {
  border-right: 1px solid #e4e4e4;
  bottom: 4px;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
}
.fixture-result-matchesbox {
  width: 100%;
}
.fixture-result-matchesbox .fixture-result-match {
  border-bottom: 1px solid #eee;
  display: inline-flex;
  padding: 7px;
  width: 100%;
}
.fixture-result-matchesbox .fixture-result-match.odd {
  background: #f3f3f3;
}
.fixture-result-matchesbox .fixture-result-match span.shimmer {
  align-items: center;
  border-radius: 10.5px;
  display: inline-flex;
  height: 1.1em;
  max-width: 75px;
  width: calc(100% - 32px);
}
.fixture-result-matchesbox .fixture-result-match span.shimmer.goals {
  margin: -6px auto 0 !important;
  width: 50px;
}
.fixture-result-matchesbox .fixture-result-match span.shimmer.img {
  border-radius: 50%;
  height: 30px;
  margin-bottom: -7px;
  max-height: 30px;
  max-width: 30px;
  width: 30px;
}
@media (max-width: 425px) {
  .fixture-result-matchesbox .fixture-result-match span.shimmer.img {
    height: 20px;
    margin-bottom: -4px;
    width: 20px;
  }
}
.fixture-result-matchesbox .fixture-result-match span.shimmer.action {
  border-radius: 50%;
  height: 22px;
  margin-right: 4px;
  width: 22px;
}
.fixture-result-matchesbox
  .fixture-result-match
  span.shimmer.action:first-of-type {
  margin-right: 0;
}
@media (max-width: 425px) {
  .fixture-result-matchesbox .fixture-result-match span.shimmer.action {
    height: 16px;
    width: 16px;
  }
  .fixture-result-matchesbox .fixture-result-match {
    padding: 7px 0;
  }
}
.fixture-result-matchesbox .fixture-result-match > a,
.fixture-result-matchesbox .fixture-result-match > div {
  align-items: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .fixture-result-matchesbox .fixture-result-match > a time,
  .fixture-result-matchesbox .fixture-result-match > div time {
    display: block;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .fixture-result-matchesbox .fixture-result-match > a,
  .fixture-result-matchesbox .fixture-result-match > div {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .fixture-result-matchesbox .fixture-result-match > a,
  .fixture-result-matchesbox .fixture-result-match > div {
    font-size: 10px;
  }
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-competition,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-competition {
  text-align: center;
  width: 100%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-competition
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-competition
  span,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-competition
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-competition
  span {
  color: #777;
  font-size: 11px;
}
.fixture-result-matchesbox .fixture-result-match > a.fixture-result-match-time,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-time {
  text-align: right;
  width: 12%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-time
  .match-time,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-time
  .match-time.only-desk,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-time
  .match-time,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-time
  .match-time.only-desk {
  margin-left: 30px;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-time
  .match-timer,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-time
  .match-timer {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-time
  .match-status-title,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-time
  .match-status-title {
  color: red;
}
.fixture-result-matchesbox .fixture-result-match > a.fixture-result-match-teams,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams {
  align-items: center;
  display: inline-flex;
  width: 76%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div {
  align-items: center;
  display: inline-block;
  position: relative;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div
  figure,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div
  figure {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div
  figure
  img,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div
  figure
  img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host {
  text-align: left;
  width: 45%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host
  > figure,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host
  > figure {
  left: 0;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host
  span,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host
  span {
  display: inline-block;
  margin-left: 22px;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host
  a.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-host
  span.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host
  a.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-host
  span.shimmer {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-host
    a,
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-host
    span,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-host
    a,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-host
    span {
    margin-left: 35px;
  }
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-host
    a.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-host
    span.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-host
    a.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-host
    span.shimmer {
    margin-left: 0 !important;
  }
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest {
  text-align: right;
  width: 45%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest
  > figure,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest
  > figure {
  right: 0;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest
  span,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest
  span {
  display: inline-block;
  margin-right: 22px;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest
  a.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-guest
  span.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest
  a.shimmer,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-guest
  span.shimmer {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-guest
    a,
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-guest
    span,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-guest
    a,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-guest
    span {
    margin-right: 35px;
  }
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-guest
    a.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-guest
    span.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-guest
    a.shimmer,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-guest
    span.shimmer {
    margin-right: 0 !important;
  }
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-goals,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-goals {
  align-items: center;
  color: #0097a7;
  display: flex;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 20%;
}
@media (max-width: 767px) {
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-goals,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-goals {
    width: 40% !important;
  }
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-goals
  .guest,
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-goals
  .host,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-goals
  .guest,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-goals
  .host {
  flex: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-goals
    .guest,
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-teams
    > div.fixture-result-match-goals
    .host,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-goals
    .guest,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-teams
    > div.fixture-result-match-goals
    .host {
    margin: 0;
    padding: 0;
  }
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.fixture-result-match-goals
  .guest,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.fixture-result-match-goals
  .guest {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div.team-score
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div.team-score
  a {
  animation: team-score 10s linear;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-teams
  > div
  .goal-update,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-teams
  > div
  .goal-update {
  animation: goal-update 10s linear;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-detail,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-detail {
  justify-content: flex-end;
  width: 11%;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-detail
  span,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-detail
  span {
  cursor: pointer;
  display: inline-block;
  transition: all 0.1s;
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-detail
  span.arrow-top,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-detail
  span.arrow-top {
  transform: rotate(180deg);
}
.fixture-result-matchesbox
  .fixture-result-match
  > a.fixture-result-match-detail
  a,
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-detail
  a {
  display: inline-block;
}
@media (max-width: 425px) {
  .fixture-result-matchesbox
    .fixture-result-match
    > a.fixture-result-match-detail
    a
    img,
  .fixture-result-matchesbox
    .fixture-result-match
    > div.fixture-result-match-detail
    a
    img {
    max-width: 16px !important;
  }
  .fixture-result-matchesbox .fixture-result-match > a .only-desk,
  .fixture-result-matchesbox .fixture-result-match > div .only-desk {
    display: none !important;
  }
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-time {
  justify-content: flex-start !important;
  width: 11%;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-time
  .match-time {
  margin-left: 5px;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-detail {
  width: 11% !important;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables {
  display: flex !important;
  width: 78%;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-match-teams {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  width: 47% !important;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-match-teams
  > div {
  font-weight: 500;
  text-align: right;
  width: 100%;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-match-goals {
  color: #0097a7;
  display: flex;
  flex-direction: column !important;
  font-size: 12px !important;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  width: 10%;
  width: 12% !important;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-set-points {
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  width: 55% !important;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-set-points
  > div {
  flex: 1 !important;
  margin: 0 !important;
  text-align: center;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-set-points
  > div
  .set-points {
  display: flex;
  flex-direction: column;
}
.fixture-result-matchesbox
  .fixture-result-match.volleyball-fix-res
  .fixture-result-match-tables
  .fixture-result-set-points
  > div
  .set-points
  > span {
  color: #212121;
  font-size: 12px;
  padding: 2px 0;
}
.topscorers {
  background: #fafafa;
  border-radius: 5px;
  float: right;
  height: 100%;
  padding: 15px;
  width: 100%;
}
.topscorers h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.topscorers table tr td {
  color: #9e9e9e !important;
}
.topscorers table tr td:first-child {
  color: #212121 !important;
  font-weight: 500 !important;
  text-align: right;
}
.topscorers table tr td:first-child img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.topscorers table tr th:first-child {
  text-align: right;
}
.topscorers table tr td:last-child {
  text-align: center;
}
.topscorers table tr td:last-child .shimmer {
  width: 40px;
}
.topscorers table tr th:last-child {
  text-align: center;
}
.topscorers table .shimmer {
  background-color: #f2f3f5;
}
.topscorers table .shimmer.img {
  height: 30px !important;
  margin-bottom: -6.5px;
  width: 30px !important;
}
@media (max-width: 768px) {
  .topscorers table .shimmer.img {
    height: 18px !important;
    width: 18px !important;
  }
  .topscorers table .shimmer.img + span {
    top: 0.3em;
  }
}
.topscorers table .shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
.videobox {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .videobox {
    margin-bottom: 24px;
  }
}
.videobox .video-cover-box {
  background: #fcfcfc;
  border-radius: 5px;
  float: right;
  height: 154px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .videobox .video-cover-box {
    height: 90px;
    width: 40%;
  }
}
@media (max-width: 425px) {
  .videobox .video-cover-box {
    height: 80px;
  }
}
@media (max-width: 375px) {
  .videobox .video-cover-box {
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .videobox .video-cover-box {
    height: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videobox .video-cover-box {
    height: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .videobox .video-cover-box {
    height: 118px;
  }
}
@media (min-width: 1200px) and (max-width: 1259px) {
  .videobox .video-cover-box {
    height: 143px;
  }
}
.videobox .video-cover-box .video-cover-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
}
.videobox .video-cover-box .video-cover-image .shimmer.img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.videobox .video-cover-box .video-cover-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.videobox .video-cover-box .timebox {
  background: rgba(0, 0, 0, 0.5);
  bottom: 20px;
  position: absolute;
  right: 20px;
}
@media (max-width: 575px) {
  .videobox .video-cover-box .timebox {
    bottom: 5px;
    right: 5px;
  }
}
.videobox .video-cover-box .timebox .playicon {
  background: #0097a7;
  float: right;
  height: 25px;
  line-height: 12px;
  padding: 5px;
  text-align: center;
  width: 25px;
}
@media (max-width: 575px) {
  .videobox .video-cover-box .timebox .playicon {
    height: 18px;
    line-height: 0px;
    width: 18px;
  }
}
.videobox .video-cover-box .timebox .duration {
  color: #fff;
  float: right;
  font-size: 12px;
  line-height: 25px;
  padding: 0 5px;
}
@media (max-width: 575px) {
  .videobox .video-cover-box .timebox .duration {
    font-size: 10px;
    line-height: 18px;
  }
}
.videobox .video-data {
  direction: rtl;
  float: right;
  font-size: 12px;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 575px) {
  .videobox .video-data {
    font-size: 10px;
    margin-top: 0;
    padding-right: 15px;
    width: 60%;
  }
}
@media (max-width: 375px) {
  .videobox .video-data {
    margin-bottom: 5px;
    padding-right: 5px;
  }
}
.videobox .video-data .category {
  color: #0097a7;
  display: inline-block;
}
.videobox .video-data .date {
  color: #999;
}
.videobox .video-data .date.shimmer {
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  width: 80px;
}
.videobox .video-data .view {
  color: #999;
}
.videobox .video-data .view.shimmer {
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  margin-right: 8px;
  width: 80px;
}
.videobox .title {
  float: right;
  width: 100%;
}
.videobox .title .shimmer {
  border-radius: 0.65em;
  display: inline-block;
  height: 1.3em;
  width: 90%;
}
@media (max-width: 575px) {
  .videobox .title {
    font-size: 10px;
    margin-top: 0;
    padding-right: 15px;
    width: 60%;
  }
}
@media (max-width: 375px) {
  .videobox .title {
    padding-right: 5px;
  }
}
.videobox .title h3,
.videobox .title h4 {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 375px) {
  .videobox .title h3,
  .videobox .title h4 {
    font-size: 13px;
  }
}
.newsbox {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsbox {
    margin-bottom: 24px;
  }
}
.newsbox .news-cover-box {
  background: #f5f5f5;
  border-radius: 5px;
  float: right;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 40%;
}
@media (max-width: 575px) {
  .newsbox .news-cover-box {
    height: 150px !important;
    width: 40%;
  }
}
@media (max-width: 425px) {
  .newsbox .news-cover-box {
    height: 100px !important;
  }
}
@media (max-width: 375px) {
  .newsbox .news-cover-box {
    height: 80px !important;
  }
}
.newsbox .news-cover-box .news-cover-image {
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
}
.newsbox .news-cover-box .news-cover-image .shimmer.img {
  left: 50%;
  margin: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transition: all 0.8s;
}
.newsbox .news-cover-box .news-cover-image img {
  bottom: 0;
  display: inherit;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
}
.newsbox .news-content {
  float: right;
  padding-right: 8px;
  width: 60%;
}
.newsbox .news-content .caption {
  color: #616161;
  float: right;
  margin-bottom: 0;
  text-align: justify;
  width: 100%;
}
.newsbox .news-content .caption.shimmer {
  border-radius: 0.5em;
  height: 1em;
}
.newsbox .news-content .caption.shimmer:nth-of-type(n + 2) {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 90%;
}
.newsbox .news-content .news-data {
  float: right;
  font-size: 12px;
  margin-top: 3px;
  width: 100%;
}
@media (max-width: 575px) {
  .newsbox .news-content .news-data {
    font-size: 10px;
    margin-top: 0;
    padding-right: 0;
    width: 60%;
  }
}
@media (max-width: 375px) {
  .newsbox .news-content .news-data {
    margin-bottom: 5px;
    padding-right: 0;
    width: 100%;
  }
}
.newsbox .news-content .news-data .category {
  color: #0097a7;
  display: inline-block;
}
.newsbox .news-content .news-data .date {
  color: #999;
}
.newsbox .news-content .news-data .date.shimmer {
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  width: 80px;
}
.newsbox .news-content .news-data .view {
  color: #999;
}
.newsbox .news-content .news-data .view.shimmer {
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  margin-right: 8px;
  width: 80px;
}
.newsbox .news-content .title {
  float: right;
  width: 100%;
}
@media (max-width: 575px) {
  .newsbox .news-content .title {
    font-size: 10px;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .newsbox .news-content .title {
    padding-right: 5px;
  }
}
.newsbox .news-content .title .shimmer {
  border-radius: 0.65em;
  display: inline-block;
  height: 1.3em;
  margin-bottom: 0.5rem;
  width: 70%;
}
.newsbox .news-content .title h3,
.newsbox .news-content .title h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 375px) {
  .newsbox .news-content .title h3,
  .newsbox .news-content .title h4 {
    font-size: 13px;
  }
}
.individual-section .news-cover-box {
  height: 120px;
}
.chips-group {
  float: right;
  margin-bottom: 30px;
  width: 100%;
}
.chips-group.has-link .select-chips {
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 5px;
  margin-left: 5px;
  overflow: hidden;
}
.chips-group.has-link .select-chips a {
  background: #fafafa;
  border-radius: 5px;
  color: #757575;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .chips-group.has-link .select-chips a {
    font-size: 12px;
  }
}
.chips-group.has-link .select-chips a.active {
  background: #e0f2f1;
  color: #0097a7;
}
.chips-group.hasnot-link .select-chips {
  background: #fafafa;
  border-radius: 5px;
  color: #757575;
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 5px;
  margin-left: 5px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
.chips-group.hasnot-link .select-chips.shimmer {
  height: 2em;
  width: 5em;
}
.chips-group.hasnot-link .select-chips:not(.shimmer):before {
  background-color: rgba(153, 229, 225, 0.32);
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .chips-group.hasnot-link .select-chips {
    font-size: 12px;
    padding: 3px;
  }
}
.chips-group.hasnot-link .select-chips.active {
  color: #000304;
}
.chips-group.hasnot-link .select-chips.active:before {
  height: 100%;
  width: 100%;
}
html {
  overflow-x: hidden !important;
}
.tournament-round-name {
  position: relative;
  top: -10px;
}
.tournament-round-name .tournament-headers {
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
  margin-top: 15px;
}
.tournament-round-name .tournament-headers h3 {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 11px 0;
  text-align: center;
}
.tournament-round-name .tournament-headers h3 .shimmer {
  background-color: #f2f3f5;
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  margin: -0.1em 0;
  width: 100px;
}
.tournament-round-name .tournament-headers h3 .shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
@media (max-width: 991px) {
  .intro-list h1 {
    width: 100%;
  }
  .intro-list h1 a {
    text-align: center;
    width: 100%;
  }
}
.tournament-container .tournament-brackets {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-bottom: 50px;
  position: relative;
}
.tournament-container
  .tournament-brackets
  .owl-stage
  .owl-item:first-child
  .team-item-mob {
  padding-right: 10px !important;
}
.tournament-container .tournament-brackets .tournament-round {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tournament-container .tournament-brackets .tournament-round .bracket {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 7px 0 7px 7px;
  padding: 0 0 0 10px;
  position: relative;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder:after {
  border-color: #e0e0e0;
  border-width: 2px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 10px;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder:nth-of-type(odd):after {
  border-left-style: solid;
  border-top-style: solid;
  height: 100%;
  top: 50%;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder:nth-of-type(2n):after {
  border-bottom-style: solid;
  border-left-style: solid;
  height: 100%;
  top: -50%;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder:before {
  border-top: 2px solid #e0e0e0;
  content: "";
  height: 2px;
  position: absolute;
  right: -9px;
  top: 50%;
  width: 10px;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder
  .team-item {
  background-color: #f5f5f5;
  border-radius: 7px;
  display: block;
  line-height: 2;
  margin: auto;
  min-height: 60px;
  min-height: 85px;
  padding: 0 0 3px;
  position: relative;
  width: 100%;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder
  .team-item.two-leg {
  cursor: pointer;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder
  .team-item
  > div {
  padding: 0 7px;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder.has-third-place
  .team-item:first-child {
  margin-top: 40%;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder.has-third-place
  .team-item:first-child
  .node-title {
  background: #e8e8e8;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder.has-third-place
  .team-item:nth-child(2) {
  position: relative;
  top: 60px;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .playoff-match-holder.has-third-place
  .team-item:nth-child(2)
  .node-title {
  background: #f5f5f5;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .node-title {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  border-radius: 7px 7px 0 0;
  float: right;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
}
.tournament-container
  .tournament-brackets
  .tournament-round
  .bracket
  .node-title
  span {
  color: #777;
  float: right;
  padding: 5px 7px 5px 0;
  text-align: right;
  width: 100%;
}
.tournament-container
  .tournament-brackets
  .tournament-round.last-round
  .bracket
  .playoff-match-holder
  .team-item {
  margin: 0;
}
.tournament-container
  .tournament-brackets
  .tournament-round:first-of-type
  .playoff-match-holder:before,
.tournament-container
  .tournament-brackets
  .tournament-round:last-of-type
  .playoff-match-holder:after {
  display: none;
}
.tournoment-team .tournoment-team-name {
  float: right;
  font-size: 12px;
  text-align: right;
  width: 85%;
}
.tournoment-team .tournoment-team-name figure {
  height: 20px;
  width: 20px;
}
.tournoment-team .tournoment-team-name figure img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.tournoment-team .tournoment-team-name .shimmer {
  background-color: #f2f3f5;
  border-radius: 0.5em;
  display: inline-block;
  height: 1em;
  margin-bottom: -3px;
  width: calc(90% - 30px);
}
.tournoment-team .tournoment-team-name .shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
.tournoment-team .tournoment-team-name .shimmer.img {
  border-radius: 50%;
  height: 20px;
  position: relative;
  top: 0.2em;
  width: 20px;
}
.tournoment-team .tournoment-team-goal {
  direction: ltr;
  float: right;
  font-size: 12px;
  text-align: left;
  width: 15%;
}
.tournoment-team .tournoment-team-goal.shimmer {
  background-color: #f2f3f5;
  border-radius: 0.5em;
  display: inline-block;
  float: left;
  height: 1em;
  margin-bottom: -3px;
  margin-top: 0.4em;
  width: 1em;
}
.tournoment-team .tournoment-team-goal.shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
.tournoment-info {
  float: right;
  margin-bottom: 10px;
  min-height: 10px;
  width: 100%;
}
.tournoment-info > span {
  color: #757575;
  display: block;
  font-size: 12px;
}
.tournoment-info > span.shimmer {
  background-color: #f2f3f5;
  border-radius: 0.5em;
  height: 1em;
  margin: 0.5em 0;
  width: 70px;
}
.tournoment-info > span.shimmer:before {
  background-image: linear-gradient(90deg, #f2f3f5 0, #f8f9fa 50%, #f2f3f5);
}
.tournoment-info > span.type {
  float: right;
}
.tournoment-info > span.time {
  direction: ltr;
  float: right;
  margin-left: 5px;
}
.tournoment-info > span.links {
  direction: ltr;
  float: left;
}
.tournoment-info > span.links a {
  display: inline-block;
}
.tournoment-info > span.links a img {
  max-width: 17px;
  position: relative;
  top: -2px;
}
.playoff-popup {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 100%;
  z-index: 999999;
}
.playoff-popup .close-popup {
  display: block;
}
.playoff-popup .close-popup img {
  max-width: 25px;
}
.playoff-popup .team-item {
  background: none !important;
  cursor: default !important;
  float: right;
  margin: 0 !important;
  padding: 15px 0 !important;
  width: 100%;
}
.playoff-popup .team-item:after,
.playoff-popup .team-item:before {
  display: none;
}
.two-leg-shadow {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: hsla(0, 0%, 100%, 0.7);
  bottom: 0;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.container[name="playoff"] {
  padding: 0;
}
.mobile-playoff {
  clear: both;
  display: none;
  float: right;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .mobile-playoff {
    display: block;
  }
}
.mobile-playoff #carousel-custom-dots {
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
@media (min-width: 500px) {
  .mobile-playoff #carousel-custom-dots .select-chips {
    flex: 1;
    text-align: center;
  }
}
.mobile-playoff .playoff-popup {
  border-radius: 0;
  margin: 0 auto;
  padding: 15px;
  top: 100%;
  width: 95%;
}
.mobile-playoff .tournament-container {
  float: right;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mobile-playoff .tournament-container .tournament-brackets {
  float: right;
  width: 100%;
}
.mobile-playoff .owl-nav > button {
  background: #fff;
}
.mobile-playoff .owl-stage-outer {
  float: right;
  height: 100% !important;
  overflow: visible !important;
  width: 100%;
}
.mobile-playoff button.owl-prev {
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.mobile-playoff button.owl-prev.disabled {
  display: none;
}
.mobile-playoff button.owl-next {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.mobile-playoff button.owl-next.disabled {
  display: none;
}
.mobile-playoff .bracketmob {
  float: right;
  width: 100%;
}
.mobile-playoff .bracketmob .team-item-mob {
  background: #fff !important;
  border-bottom: 1px solid #eee;
  float: right;
  margin: 0 !important;
  min-height: 89px;
  padding: 10px 50px !important;
  position: relative !important;
  width: 100%;
}
.mobile-playoff .bracketmob .team-item-mob .node-title {
  background: #eee;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 0;
  text-align: center;
}
.mobile-playoff .bracketmob .team-item-mob:before {
  background: url(/img/icons/arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 999;
}
.mobile-playoff .bracketmob .team-item-mob:after {
  background: url(/img/icons/arrow-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  float: right;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 999;
}
.mobile-playoff .bracketmob .team-item-mob img {
  display: inline-block !important;
}
.mobile-playoff .owl-item:first-child .bracketmob .team-item-mob:before,
.mobile-playoff .owl-item:last-child .bracketmob .team-item-mob:after {
  display: none;
}
.desktop-playoff {
  display: block;
}
@media (max-width: 991px) {
  .desktop-playoff {
    display: none;
  }
}
.owl-carousel .owl-stage-outer {
  transform: none !important;
  transition: none !important;
}
.subheader-inner-page .select-items > ul {
  z-index: 2;
}
aside .tb-holder {
  display: grid;
}
aside .side {
  background-color: #fafafa;
  border-radius: 7px;
  margin-bottom: 15px;
  overflow: hidden;
}
aside .side,
aside .side .side-head {
  float: right;
  position: relative;
  width: 100%;
}
aside .side .side-head {
  z-index: 0;
}
aside .side .side-head h2,
aside .side .side-head h3 {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0 8px;
  width: 100%;
}
aside .side .side-head h2 .icon-holder,
aside .side .side-head h3 .icon-holder {
  float: right;
  height: 10px;
  margin-left: 5px;
  width: 58px;
}
aside .side .side-body,
aside .side .side-body > .set-padding {
  float: right;
  width: 100%;
}
aside .side .side-body select {
  float: right;
  margin-bottom: 15px;
  width: 100%;
}
aside .side .side-body .nw-item {
  margin-bottom: 30px;
  min-height: 77px;
  padding: 0 15px;
}
aside .side .side-body .nw-item .news-cover-box {
  float: right;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1239px) {
  aside .side .side-body .nw-item .news-cover-box {
    height: 60px;
  }
}
@media (max-width: 475px) {
  aside .side .side-body .nw-item .news-cover-box {
    height: 85px;
  }
}
@media (max-width: 425px) {
  aside .side .side-body .nw-item .news-cover-box {
    height: 70px;
  }
}
@media (max-width: 375px) {
  aside .side .side-body .nw-item .news-cover-box {
    height: 60px;
  }
}
aside .side .side-body .nw-item .news-cover-box img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
aside .side .side-body .nw-item .news-data {
  float: right;
  position: relative;
  top: -5px;
  width: 100%;
}
aside .side .side-body .nw-item .news-data .date,
aside .side .side-body .nw-item .news-data .view {
  color: #999;
  font-size: 10px;
}
aside .side .side-body .nw-item .title {
  position: relative;
  top: -5px;
}
aside .side .side-body .nw-item .title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
aside .side .side-body .vd-item {
  margin-bottom: 15px;
  min-height: 77px;
  padding: 0 15px;
}
aside .side .side-body .vd-item .video-cover-box {
  border-radius: 5px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1239px) {
  aside .side .side-body .vd-item .video-cover-box {
    height: 60px;
  }
}
@media (max-width: 475px) {
  aside .side .side-body .vd-item .video-cover-box {
    height: 85px;
  }
}
@media (max-width: 425px) {
  aside .side .side-body .vd-item .video-cover-box {
    height: 70px;
  }
}
@media (max-width: 375px) {
  aside .side .side-body .vd-item .video-cover-box {
    height: 60px;
  }
}
aside .side .side-body .vd-item .video-cover-box img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
aside .side .side-body .vd-item .video-cover-box .timebox {
  background: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  left: 5px;
  position: absolute;
}
aside .side .side-body .vd-item .video-cover-box .timebox .playicon {
  background: #0097a7;
  float: left;
  height: 15px;
  line-height: 13px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 15px;
}
aside .side .side-body .vd-item .video-cover-box .timebox .playicon img {
  width: 45%;
}
aside .side .side-body .vd-item .video-cover-box .timebox .duration {
  color: #fff;
  float: left;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 0 5px;
}
aside .side .side-body .vd-item .video-data {
  float: right;
  position: relative;
  top: -5px;
  width: 100%;
}
aside .side .side-body .vd-item .video-data .category {
  color: #0097a7;
  font-size: 10px;
  font-weight: 800 !important;
}
aside .side .side-body .vd-item .video-data .date,
aside .side .side-body .vd-item .video-data .view {
  color: #999;
  font-size: 10px;
}
aside .side .side-body .vd-item .title {
  position: relative;
  top: -5px;
}
aside .side .side-body .vd-item .title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
aside .side .side-body .competitions-group {
  float: right;
  padding: 10px 0;
  width: 100%;
}
aside .side .side-body .competitions-group .competitions-title {
  background: #f5f5f5;
  float: right;
  padding: 5px 8px;
  width: 100%;
}
aside .side .side-body .competitions-group .competitions-title h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
aside .side .side-body .competitions-group .competitions-years {
  float: right;
  padding: 8px;
  width: 100%;
}
aside .side .side-body .competitions-group .competitions-years a {
  display: block;
  float: right;
  width: 33.2%;
}
aside .side .side-footer {
  float: right;
  padding-bottom: 15px;
  width: 100%;
}
aside .side .side-footer .more {
  color: #0097a7;
  font-weight: 600;
  margin-right: 15px;
  text-align: center;
}
aside .side .side-footer .more i {
  display: inline-block;
  position: relative;
  top: 2px;
}
.load-more {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #0097a7;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 5px;
  text-align: center;
  width: 9.5em;
}
.load-more .icon {
  background-image: url(/img/icons/plus.svg);
  background-size: contain;
  height: 1.2em;
  margin-left: 5px;
  width: 1.2em;
}
.load-more .icon.retry {
  background-image: url(/img/icons/circle-notch.svg) !important;
}
.load-more.loading {
  color: #34c5d4;
  pointer-events: none;
}
.load-more.loading .icon {
  animation: spin 2s linear infinite;
  background-image: url(/img/icons/circle-notch.svg);
}
.matches-fixture-result {
  float: right;
  margin-bottom: 30px;
  min-height: 125px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.matches-fixture-result .matches-carousel {
  font-size: 12px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .matches-fixture-result .matches-carousel {
    padding: 0;
  }
  .matches-fixture-result .matches-carousel .owl-item {
    width: 185px !important;
  }
}
.matches-fixture-result .matches-carousel .owl-nav button {
  background: #fafafa !important;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 30%;
  width: 40px;
}
.matches-fixture-result .matches-carousel .owl-nav button.disabled {
  opacity: 0.3;
}
.matches-fixture-result .matches-carousel .owl-nav button.owl-next {
  left: -50px;
  transform: rotate(180deg);
}
.matches-fixture-result .matches-carousel .owl-nav button.owl-prev {
  right: -50px;
}
.matches-fixture-result .matches-carousel .team-matches-item {
  background: #fafafa;
  border-radius: 7px;
  float: right;
  overflow: hidden;
  width: 100%;
}
.matches-fixture-result .matches-carousel .team-matches-item.won {
  border-top: 3px solid #00c853;
}
.matches-fixture-result .matches-carousel .team-matches-item.draw {
  border-top: 3px solid #212121;
}
.matches-fixture-result .matches-carousel .team-matches-item.lost {
  border-top: 3px solid #d32f2f;
}
.matches-fixture-result .matches-carousel .team-matches-item.upcoming {
  border-top: 3px solid #ddd;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer {
  background: #f5f5f5;
  float: right;
  padding: 10px 8px;
  position: relative;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-league {
  float: right;
  font-size: 10px;
  margin-bottom: 5px;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-league
  img {
  float: right;
  margin-left: 5px;
  max-height: 15px;
  width: auto;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time {
  direction: ltr;
  float: left;
  font-size: 10px;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time
  .match-status-title {
  color: red;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time
  img {
  float: right;
  margin-left: 5px;
  opacity: 0.2;
  width: 15px;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time
  .match-timer {
  align-items: center;
  color: #00c853;
  display: flex;
  left: 0;
  position: absolute;
  top: 1em;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time
  .match-timer
  img {
  opacity: 1 !important;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-footer
  .match-time
  .match-timer
  span {
  font-size: 11px;
  font-weight: 500;
}
.matches-fixture-result .matches-carousel .team-matches-item .team-match-info {
  float: right;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams {
  float: right;
  padding: 8px;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item {
  float: right;
  width: 100%;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item:first-child {
  margin-bottom: 8px;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item
  .team-name {
  float: right;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item
  .team-name
  img {
  border-radius: 0;
  display: inline-block;
  max-height: 20px;
  max-width: 20px;
  width: auto;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item
  .team-goals {
  direction: ltr;
  float: left;
}
.matches-fixture-result
  .matches-carousel
  .team-matches-item
  .team-match-info
  .team-match-teams
  .team-item
  .team-goals.goal-update {
  animation: goal-update 10s linear;
  background-color: transparent !important;
}
.nicescroll-rails {
  width: 15px !important;
}
.sidebar-news .sidebar-news-holder {
  border-radius: 10px;
  float: right;
  padding: 7px;
  width: 100%;
}
.sidebar-news .sidebar-news-holder h3 {
  float: right;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.sidebar-news .sidebar-news-holder ul li:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  float: right;
  height: 15px;
  margin-left: 3px;
  margin-top: 3px;
  width: 15px;
}
.sidebar-news .sidebar-news-holder ul li.type-article:before {
  background-image: url(/img/icons/news-type-text.svg);
}
.sidebar-news .sidebar-news-holder ul li.type-image:before {
  background-image: url(/img/icons/news-type-image.svg);
}
.sidebar-news .sidebar-news-holder ul li.type-video:before {
  background-image: url(/img/icons/icon-news-video-filled.svg);
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box {
  float: right;
  height: 443px;
  overflow: hidden;
  width: 100%;
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box.autoheight {
  height: auto;
}
@media (max-width: 991px) {
  .sidebar-news .sidebar-news-holder .news-scrolleble-box {
    height: auto !important;
  }
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box ul {
  float: right;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box ul li {
  display: list-item;
  margin-bottom: 10px;
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box ul li a {
  color: #212121;
  font-size: 12px;
}
.sidebar-news .sidebar-news-holder .news-scrolleble-box ul li a:visited {
  color: #777;
}
.subheader-inner-page {
  background-color: none;
  background-image: none;
  background-position: 0;
  background-size: auto;
  position: relative;
}
.subheader-inner-page .shape-continue-mobile {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .subheader-inner-page .shape-continue-mobile {
    display: block;
  }
}
.subheader-inner-page .shape-continue-desktop {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100em 0 0 0;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}
@media (max-width: 1199px) {
  .subheader-inner-page .shape-continue-desktop {
    display: none;
  }
}
.subheader-inner-page .league-logo-bg {
  bottom: 0;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  left: calc(100% - 1660px);
  margin: auto 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transform: rotate(-21deg);
  -webkit-transform: rotate(-21deg);
  width: 400px;
  z-index: 0;
}
@media (max-width: 1551px) {
  .subheader-inner-page .league-logo-bg {
    left: -120px;
    opacity: 0.1;
    overflow: hidden;
  }
}
.subheader-inner-page .league-logo-bg img {
  left: 50%;
  margin: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.leagues-archive {
  height: 1000px;
  overflow: hidden;
}
.leagues-archive .table-holder {
  overflow: hidden;
}
.leagues-archive .table-holder .competitions-title span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .leagues-archive {
    height: auto;
  }
}
.title-text-table {
  clear: both;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  width: 100%;
}
.last-update {
  float: right;
  margin-bottom: 15px;
  width: 100%;
}
.fixture-result-header {
  background: #f7f7f7;
}
.fixture-result-header .fixture-result-date {
  color: #212121;
  font-weight: 400;
}
.fixture-result-header.topweek {
  background: #e7e7e7;
  color: #212121;
}
.fixture-result-header.topweek .fixture-result-date {
  color: #212121;
  font-weight: 400;
}
.fixture-result-header.topweek .fixture-result-league {
  color: #525252;
}
.fixture-result-matchesbox
  .fixture-result-match
  > div.fixture-result-match-detail {
  width: 12%;
}
.fixture-result-header .shimmer {
  background: #999 !important;
}
.fixture-result-header .shimmer:before {
  background-image: linear-gradient(90deg, #999 0, #777 50%, #999) !important;
}
.fixture-result-matchesbox .fixture-result-match.odd {
  background: #fff;
}
.fixture-result-matchesbox .fixture-result-match:last-child {
  border: none;
}
.standing-rules {
  float: right;
  margin: 15px 0;
  width: 100%;
}
.standing-rules .each-rule {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .standing-rules .each-rule {
    width: 44%;
  }
}
.standing-rules .each-rule .rule-color {
  border-radius: 50%;
  float: right;
  height: 10px;
  margin-left: 3px;
  margin-top: 2px;
  width: 10px;
}
.standing-rules .each-rule .rule-title {
  float: right;
  font-size: 11px;
  font-weight: 500;
}
.volleyball-fix-res .fixture-result-match-time {
  flex-direction: column;
  justify-content: flex-start !important;
  width: 12%;
}
.volleyball-fix-res .fixture-result-match-time .match-status-title,
.volleyball-fix-res .fixture-result-match-time .match-time {
  margin-left: 0 !important;
  width: 100% !important;
}
.tab-title {
  float: right;
  margin-bottom: 15px;
  width: 100%;
}
.tab-title h2 {
  font-size: 22px;
}
.tab-title h3 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.container[name="archive"] .table-holder td,
.container[name="archive"] .table-holder th {
  height: 40px;
  padding-right: 15px !important;
}
.container[name="archive"] .table-holder thead tr th {
  border-bottom: 2px solid #eee;
  color: #9e9e9e !important;
  text-align: right !important;
}
.container[name="archive"] .table-holder tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.container[name="archive"] .table-holder tbody tr td {
  border: none !important;
  font-weight: 500 !important;
  text-align: right !important;
}
.container[name="archive"] .table-holder tbody tr td .season-in-progress {
  color: #43a047;
  padding-right: 5px;
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 1;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform 0.1s ease;
  width: 80px;
  z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #d6d6d6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: inline-block;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 0.2s ease;
  width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
