@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

.esports-main {
  /* margin: 0 7px; */
  width: 860px;
  min-width: 860px;
  max-width: 920px;
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.esports-page-wrap {
  position: relative;
  min-height: 400px;
  color: #fff;
}
.live-wrapper {
  width: 100%;
}
.esports-live {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #05283d;
  padding-left: 8px;
  display: flex;
  background-image: url(/images/esports/bg-line.png), url(/images/esports/bg-line.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
.live-now {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background-color: #e61839;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-weight: 700;
}
.live-now img {
  width: 19px;
}
.live-now span {
  font-size: 13px;
  margin: 0 6px;
}
.live-now .fa-circle {
  font-size: 7px;
}
.live-game {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.game-dash {
  color: #9299b9;
}
.game-characters {
  display: flex;
  margin: 0 16px;
}
.characters-name {
  text-transform: capitalize;
}
.characters-vs {
  color: #dc5862;
  margin: 0 12px;
}
.live-watch {
  text-transform: capitalize;
  font-size: 12px;
  background-color: #dc5862;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 8px;
  display: flex;
  align-content: center;
  cursor: pointer;
  font-weight: 600;
}
.live-watch .fa-play-circle,
.live-watch .fa-times-circle {
  font-size: 16px;
}
.icon-result {
  display: flex;
  justify-content: flex-end;
  padding: 7px 6px;
}
.icon-result img {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 6px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #081e2c;
  cursor: pointer;
}
.esports-wrapper {
  position: relative;
  font-size: 12px;
  padding: 0 6px;
}
.esports {
  border: 1px solid #38648d;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #091f2e url(/images/esports/bg.png) repeat;
}
.esports-game-thumb {
  padding: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
}
.esports-game-thumb img {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.esports-heroes {
  height: 305px;
  position: relative;
}
.esports-heroes iframe {
  width: 63%;
  height: 99%;
  margin: 3px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 3px 3px #000000;
  box-shadow: 0 0 3px 3px #000000;
}
.esports-heroes.speedway {
  background: url(/images/esports/video-bg/video-bg-speedway.png) no-repeat;
}
.esports-heroes.greyhound {
  background: url(/images/esports/video-bg/video-bg-greyhound.png) no-repeat;
}
.esports-heroes.kof {
  background: url(/images/esports/video-bg/video-bg-kof.png) no-repeat;
}
.esports-heroes.ufc {
  background: url(/images/esports/video-bg/video-bg-ufc.png) no-repeat;
}
.esports-heroes.mk {
  background: url(/images/esports/video-bg/video-bg-mk.png) no-repeat;
}
.logo-esports {
  padding-top: 16px;
}
.logo-esports img {
  margin: 0 auto;
  width: 195px;
}
.opponents-pic.move-down {
  position: relative;
  top: 16px;
}
.vs-pic img {
  width: 59px;
}
.opponents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 36px;
}
.ufc .opponents {
  padding-top: 6px;
}
.mk .opponents {
  padding-top: 6px;
}
.hero-name {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  width: 208px;
  height: 38px;
  line-height: 38px;
}
.hero-name {
  width: 208px;
  height: 38px;
  line-height: 38px;
  margin-top: -20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.ufc .hero-name {
  margin-top: -10px;
}
.mk .hero-name {
  margin-top: -10px;
}
.hero01 {
  background: url(/images/esports/bg-hero01.png) no-repeat;
}
.hero02 {
  background: url(/images/esports/bg-hero02.png) no-repeat;
}
.pulse {
  animation: pulse 0.5s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
#watch-now {
  display: none;
  width: 505px;
  margin: 0 auto;
}
#button-close {
  display: none;
}
.esports-item {
  width: 100%;
}
.esports-pointer {
  cursor: pointer;
}
.bg-01 {
  background-color: #0b3550;
}
.text-color01 {
  color: #a1a1a1;
  font-weight: 600;
}
.border-01 {
  border-left: 4px solid #05283d;
  border-right: 4px solid #05283d;
}
.e-win {
  color: greenyellow;
}
.e-more {
  color: #9299b9;
  width: 100%;
  text-align: center;
  line-height: 18px;
  display: block;
  border-radius: 0;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 700;
}
.fa-chevron-circle-down,
.fa-chevron-circle-up {
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  font-size: 13px;
}
.collapsed .fa-chevron-circle-down,
.collapsed .fa-chevron-circle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.esports-head {
  font-size: 11px;
  font-weight: 600;
}
.esports-body {
  font-weight: 600;
}
.esports-row {
  width: 100%;
  display: flex;
  color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}
.esports-body .esports-row.single {
  margin-top: 4px;
}
.esports-gamelist {
  margin-top: 4px;
  background: #05283d url(/images/esports/bg-line2.png) bottom center no-repeat;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}

.esports-gamelist:last-child {
  margin-bottom: 4px;
}
.esports-row.bottom-line {
  background: #05283d url(/images/esports/bg-line.png) bottom center no-repeat;
}
.esports-gamelist .collapse {
  background: url(/images/esports/bg-line2.png) bottom center no-repeat;
}
.esports-head .esports-row .esports-cell {
  min-height: 36px;
}
.esports-cell {
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2px 0;
}
.e-time {
  color: #9299b9;
}
.e-countdown {
  margin-left: 6px;
}
.fa-stopwatch {
  color: #dc5862;
  font-size: 14px;
}
.bg-hero01-inner {
  background-color: #2d5978;
  justify-content: flex-end;
}
.bg-hero02-inner {
  background-color: #c35761;
  justify-content: flex-start;
}
.bg-hero01-inner,
.bg-hero02-inner {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 1px;
  text-transform: capitalize;
}
.bg-hero01-inner img,
.bg-hero02-inner img {
  width: 62px;
}
.vs-small img {
  width: 22px;
}
.w-30 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.w-40 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.w-50px {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
.w-60 {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.w-65 {
  width: 65px;
  min-width: 65px;
  max-width: 65px;
}
.w-70 {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.w-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.w-90 {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
.w-130 {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
.w-160 {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}
.w-190 {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
}
.w-210 {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
}
.slick-dotted.slick-slider {
  margin-bottom: 16px;
}
.slider-nav {
  margin-bottom: 2px;
}
.slick-dots {
  bottom: -18px;
}
.slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 4px;
}
.slick-dots li button:before {
  height: 3px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.slick-slide.slick-current .esports-game-thumb img {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 193, 7, 0.7);
  box-shadow: 0 0 3px 1px rgba(255, 193, 7, 0.7);
}

/* greyhound and speedway */
.greyhound .logo-esports,
.speedway .logo-esports {
  padding-top: 32px;
}
.greyhound .logo-esports img,
.speedway .logo-esports img {
  width: inherit;
}
.esports-title {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
}
.esports-title-small {
  font-size: 24px;
  color: #c8e1e0;
  font-weight: 400;
}
.game-icon {
  margin-left: 16px;
}
.game-icon img {
  width: 23px;
}
.game-title {
  margin: 0 8px;
}
.game-title-small {
  color: #9299b9;
}
.esports-row .game-icon {
  margin-left: 8px;
}
.game-table {
  padding: 0 10px 16px;
  display: flex;
  justify-content: space-between;
}
.game-table-left,
.game-table-right {
  width: 48.5%;
}
.game-row {
  width: 100%;
  display: flex;
}
.game-row:first-child .game-cell {
  min-height: 30px;
}
.game-cell {
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2px;
  font-weight: 600;
}
.game-cell img {
  width: 37px;
}
.game-state {
  color: #94bcdf;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.game-group {
  display: flex;
  flex-direction: column;
}
.game-group-top {
  margin-bottom: 4px;
}
.game-group-bottom {
  display: flex;
  align-items: center;
}
.game-group-bottom-left {
  background-color: #9299b9;
  color: #042234;
  font-size: 9px;
  padding: 0px 4px;
  margin-right: 6px;
}
.game-group-bottom-right {
  font-size: 11px;
  color: #9299b9;
}
.game-line {
  background: url(/images/esports/bg-line3.png) bottom center no-repeat;
  margin: 4px 0;
  height: 1px;
}
.game-bottom-line {
  background: #05283d url(/images/esports/bg-line2.png) bottom center no-repeat;
}
.esports-gamelist.no-bottom-line {
  background: #05283d;
}
.esports-gamelist.no-bottom-line .collapse {
  background: #042234;
}
.game-bottom-line .game-title,
.game-bottom-line .game-title-small {
  font-weight: 600;
  font-size: 12px;
}
