@charset "UTF-8";
.center, .post-share a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .post-share a {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.post-share.fixed {
  position: absolute;
  top: 0;
  left: -50px;
}
.post-share a {
  width: 34px;
  height: 34px;
  display: block;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #e6edf2;
}
.post-share a:hover {
  color: #ffffff;
}
.post-share a:hover[class*=facebook] {
  border-color: #3b5998;
  background-color: #3b5998;
}
.post-share a:hover[class*=twitter] {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.post-share a:hover[class*=instagram] {
  border-color: #c13584;
  background-color: #c13584;
}
.post-share a:hover[class*=telegram] {
  border-color: #0088cc;
  background-color: #0088cc;
}
.post-share a:hover[class*=whatsapp] {
  border-color: #075e54;
  background-color: #075e54;
}
.post-share a:hover[class*=youtube] {
  border-color: #ff0000;
  background-color: #ff0000;
}
.post-share a:hover[class*=google-play] {
  border-color: #34a853;
  background-color: #34a853;
}
.post-share a:hover[class*=app-store] {
  border-color: #0a84ff;
  background-color: #0a84ff;
}

.page-post figure figcaption, .page-article figure figcaption {
  padding-right: 8px;
  border-right: 2px solid #cecece;
}
.page-post .post-text-container .post-text > p, .page-post .post-text-container .post-text > span, .page-post .post-text-container .post-text > div, .page-article .post-text-container .post-text > p, .page-article .post-text-container .post-text > span, .page-article .post-text-container .post-text > div {
  margin-bottom: 30px;
}
.page-post .post-text-container p, .page-post .post-text-container span, .page-post .post-text-container div, .page-article .post-text-container p, .page-article .post-text-container span, .page-article .post-text-container div {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: justify;
}
.page-post .blockquote, .page-article .blockquote {
  border: 1px solid;
  border-radius: 8px;
  padding: 24px 60px 18px 40px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote::before, .page-post .blockquote::after, .page-article .blockquote::before, .page-article .blockquote::after {
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
}
.page-post .blockquote::before, .page-article .blockquote::before {
  right: 14px;
  top: 12px;
  transform: scale(-1);
}
.page-post .blockquote::after, .page-article .blockquote::after {
  bottom: 15px;
  left: 14px;
}

.page-player .widget-player .player-image {
  position: relative;
}
.page-player .widget-player .player-image img {
  position: relative;
  z-index: 2;
}
.page-player .widget-player .player-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  content: "";
  border-radius: 50%;
  background-color: #f0f1f5;
}

.page-league .league-header .header-tabs li a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding-bottom: 6px;
}
.page-league .league-header .header-tabs li a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.page-league .league-header .header-tabs li a.selected, .page-league .league-header .header-tabs li a.active {
  color: #e28038;
}
.page-league .league-header .header-tabs li a.selected::after, .page-league .league-header .header-tabs li a.active::after {
  background-color: #e28038;
}
.page-league .league-header .header-tabs li a:hover {
  color: #e28038;
}
@media (max-width: 991.98px) {
  .page-league .teams-item > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-league .teams-item > [class*=col-] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-league .teams-item > [class*=col-] {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .page-league .teams-item > [class*=col-] {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}

.page-live .live-header-tabs {
  position: relative;
  background-color: #172433;
}
.page-live .live-header-tabs .icon-satellite {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #2a4362;
  font-size: 72px;
}
.page-live .live-header-tabs .header-tabs li a {
  position: relative;
}
.page-live .live-header-tabs .header-tabs li a::before {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
}
.page-live .live-header-tabs .header-tabs li a.selected, .page-live .live-header-tabs .header-tabs li a.active {
  background-color: #121a26;
}
.page-live .live-header-tabs .header-tabs li a.selected::before, .page-live .live-header-tabs .header-tabs li a.active::before {
  background-color: #121a26;
}

/*# sourceMappingURL=pages.css.map */
