html,
body {
  margin: 0;
  font-family: Arial;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 12px;
}
.fa {
  font-size: 120%;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
body {
  min-width: 1280px;
  background-color: #0e122d;
  color: #fff;
  overflow: hidden;
  font-family: 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
}
body .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-container {
  min-height: 100vh;
}
spinner {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
spinner.global-spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
spinner .loading {
  margin-top: 40px;
  width: 60px;
  height: 60px;
  border: 5px solid #004B84;
  border-top-color: #FE780A;
  border-radius: 100%;
  -webkit-animation: loading linear 0.7s infinite;
  animation: loading linear 0.7s infinite;
  z-index: 100000;
  position: relative;
  top: 140px;
}
.odd-fall {
  background: rgba(255, 0, 0, 0.7) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.odd-raise {
  background: #48e05f !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.header-logo {
  background-image: url(/assets/img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 80%;
  margin-left: 2%;
  margin-top: 10px;
}
.live-now {
  position: absolute;
  top: 15px;
  right: 100px;
  font-size: 4rem;
  color: #9dadbb;
  font-weight: 400;
  z-index: 2000;
}
overview-bettype-row:nth-child(2) {
  margin-top: 2px;
}
live-betting .page-content > div {
  width: calc(100% - 315px);
  min-width: 875px;
}
live-betting .header-live-betting {
  width: 100%;
  height: 100px;
  background-color: #0e122d;
  border-bottom: solid 8px #fec70b;
  position: fixed;
  z-index: 1000;
}
overview {
  width: 100%;
}
overview .bettypes-container {
  display: flex;
  min-width: 56%;
  padding-left: 3px;
}
overview .bettypes-container .bettype {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 5px;
}
overview .bettypes-container .bettype .bettype-results .block {
  color: #fff;
}
overview .block {
  width: 100%;
}
overview .block:not(:last-child) {
  margin-right: 3px;
}
overview .header {
  display: flex;
  height: 64px;
  z-index: 1000;
  top: 100px;
  position: relative;
  padding: 0 10px;
}
overview .header .bettypes-container {
  padding-left: 3px;
  background-color: #0e122d;
  border-bottom: 1px solid #3c3c3e;
}
overview .header .bettypes-container .bettype {
  border-right: 1px solid #3c3c3e;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  margin-right: 2px;
  font-weight: 300;
}
overview .header .bettypes-container .bettype .bettype-title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
overview .header .bettypes-container .bettype .bettype-results {
  display: flex;
  justify-content: space-between;
}
overview .header .bettypes-container .bettype .bettype-results.with-odd-point {
  justify-content: flex-end;
}
overview .header .bettypes-container .bettype .bettype-results div {
  margin: 0;
  text-align: center;
  width: 33.333%;
  font-size: 17px;
  font-weight: 500;
}
overview .header .empty-block {
  margin-left: -3px;
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
overview .header .empty-block > div {
  width: 40px;
  background: #FE780A;
  padding: 3px 0;
  text-align: center;
}
overview .header .title {
  align-items: center;
  border-right: 1px solid #3c3c3e;
  border-bottom: 1px solid #3c3c3e;
  display: flex;
  font-size: 35px;
  padding-left: 10px;
  width: 44%;
  font-weight: 500;
  background-color: #0e122d;
}
overview .header .title .logo {
  margin-right: 10px;
  width: 42px;
}
overview .animation-container .header {
  top: 17px !important;
}
overview overview-event .team,
overview overview-event .event-score,
overview overview-event .code-container,
overview overview-event .bettypes-container,
overview overview-event .timer {
  font-size: 22px;
  font-weight: 500;
}
overview overview-event .timer {
  font-weight: 500;
  color: #59c0ff;
}
overview overview-event:nth-child(2n) .team,
overview overview-event:nth-child(2n) .event-score,
overview overview-event:nth-child(2n) .code-container,
overview overview-event:nth-child(2n) .bettypes-container,
overview overview-event:nth-child(2n) .timer {
  background: #181d47;
}
overview overview-event:nth-child(2n+1) .team,
overview overview-event:nth-child(2n+1) .code-container,
overview overview-event:nth-child(2n+1) .event-score,
overview overview-event:nth-child(2n+1) .bettypes-container,
overview overview-event:nth-child(2n+1) .timer {
  background: #262d6f;
}
overview overview-sport:not(:first-child) .header {
  margin-top: 20px;
}
overview overview-sport {
  position: absolute;
  min-width: 100%;
}
overview overview-sport .header {
  margin-bottom: 15px;
}
overview overview-sport .league-name {
  font-size: 25px;
  font-weight: 500;
  min-height: 40px;
  margin: 2px 10px 2px 10px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
overview .animation-container {
  position: absolute !important;
  min-width: 100% !important;
  bottom: 0px !important;
  z-index: 0;
  will-change: top;
}
overview .events-container {
  margin-top: 102px;
}
overview .event {
  display: flex;
  height: 56px;
  margin-bottom: 2px;
  font-size: 18px;
  padding: 0 10px;
  transition: 1s;
}
overview .event .event-btn:not(.locked) {
  background: -webkit-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -moz-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -ms-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -o-linear-gradient(top, #eaeaea, #9e9e9e);
  background-color: #9e9e9e;
}
overview .event .block {
  margin-top: 4px;
}
overview .event.event-wide {
  height: 110px;
}
overview .event .code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  width: 4%;
}
overview .event > div {
  display: flex;
}
overview .event .timer {
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
  text-align: center;
  color: #fec70b;
  font-weight: 500;
  width: 5%;
}
overview .event .timer > div {
  line-height: 28px;
}
overview .event .timer .code {
  color: #FE780A;
}
overview .event .timer .match-time {
  display: none;
}
overview .event > div:last-child {
  justify-content: space-between;
  width: 8%;
}
overview .event > div:last-child > div {
  color: #000;
  background: #E3E3E3;
  top: 0;
}
overview .event > div:last-child > div .fa {
  font-size: 108%;
}
overview .event > div:last-child > div:hover {
  background: #FE780A;
  color: #fff;
}
overview .event > div:last-child > div:last-child {
  background: #238A00;
  color: #fff;
}
overview .event > div:last-child > div:last-child:hover {
  background: #E3E3E3;
  color: #000;
}
overview .event > div:last-child .block {
  color: #000;
  position: relative;
  width: 49%;
}
overview .event .bettypes-container {
  flex-direction: column;
  overflow: hidden;
}
overview .event .bettypes-container .odd-point {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: 1s;
}
overview .event .odds-container {
  display: flex;
  justify-content: space-between;
}
overview .event .bettype-empty .event-btn {
  cursor: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
overview .event .event-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px !important;
  height: 56px;
}
overview .event .event-btn.locked {
  background: #9e9e9e;
}
overview .event .event-btn-glyph {
  background-color: #303030;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  height: 56px;
}
overview .event .event-btn-glyph:hover,
overview .event .event-btn-glyph.active {
  background: #FFE000;
  color: #fff;
}
overview .event .players {
  line-height: 56px;
  overflow: hidden;
  width: 35.5%;
}
overview .event .players .team {
  width: 79%;
  display: inline-block;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
overview .event .players .team > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
overview .event .players .team .period {
  color: #59c0ff;
}
overview .event .players .event-score {
  width: 34%;
  min-width: 130px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #59c0ff;
  line-height: 40px;
  overflow: hidden;
  justify-content: center;
}
overview .event .players .event-score .points-container {
  font-weight: 500;
  color: #59c0ff;
  font-size: 22px;
}
overview .bettypes-container-overview {
  display: flex;
  margin-bottom: 5px;
}
overview .bettypes-container-overview > div {
  width: 100%;
}
overview .bettypes-container-overview .group-header-live {
  display: flex;
  width: 100%;
  height: 35px;
  color: #fff;
  font-weight: bold;
  background-color: #FE780A;
  justify-content: flex-end;
}
overview .bettypes-container-overview .group-header-live .singleview-button {
  display: flex;
  background: #001D40;
  align-items: center;
  margin: 4px 4px 4px 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  font-weight: 500;
}
overview .bettypes-container-overview .group-header-live .singleview-button .text {
  margin-left: 5px;
}
overview-bettype-row {
  display: flex;
}
overview-event-score {
  align-items: center;
  display: flex;
  height: 56px;
  line-height: 28px;
}
overview-event-score > div {
  padding: 0 2px;
}
overview-event-score .points-separator {
  margin: 0 4px;
}
overview-event-score > .score {
  display: none;
}
overview-event-score > .score:only-child {
  display: flex;
}
overview-event-score .points {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 24px;
}
overview-event-score .points .turn {
  background-color: yellow;
  content: '';
  height: 5px;
  margin-right: 2px;
  width: 5px;
}
overview-event-score .score {
  color: #59c0ff;
  padding: 0 2px;
  font-weight: 500;
}
overview-event-score .score-container {
  display: flex;
  margin-left: 2px;
}
overview-event-score .score-soccer {
  display: flex;
  font-weight: 500;
  color: #59c0ff;
}
overview-event-score .period {
  padding-left: 2px;
}
overview-event-score .total {
  padding-right: 3px;
  border-right: 1px solid #033155;
}
overview-event-score .reverse-container {
  display: flex;
  flex-direction: row-reverse;
}
overview-event-score .score-container {
  display: flex;
  margin-left: 2px;
  font-size: 23px;
  font-weight: 500;
  color: #59c0ff;
}
overview-event-score .score-container .point {
  display: flex;
  justify-content: center;
}
overview-event-score .score-container ~ .score-container {
  border-left: 1px solid #033155;
}
.anime {
  animation: box 60s linear;
  display: block;
}
@keyframes box {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
.stop {
  display: none;
}

