@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700;900&display=swap');

:root {
  --text-color: #202124;
  --neutral-color: #7B8794;
  --neutral-color-dark: #1F2933;
  --neutral-color-light: #F5F7FA;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  /* background: #a2fcee; */
}

::-webkit-scrollbar-thumb {
  /* background: #007774; */
  /* -webkit-border-radius: 1ex; */
  /* -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); */
}

::-webkit-scrollbar-corner {
  /* background: #a2fcee; */
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-color);
  font-weight: 400;
  background-color: white;
}


/* Typography */
p {
  line-height: 1.5;
}

a {
  color: var(--text-color);
}

svg {
  width: 16px;
}

.subtitle {
  border-left: 5px solid var(--neutral-color);
  padding-left: 5px;
}

ol {
  padding: 0px 40px;
}

.container {
  max-width: 796px;
  margin: 0 auto;
  padding: 10px;
}

body.news .container {
  max-width: none;
}

body.home .container {
  max-width: none;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
  height: calc(90vh - 30px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* .scrollbar
{
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
} */

/* Menu */
.menu {
  background-color: var(--neutral-color-light);
  padding: 10px 0;
  border-bottom: 2px solid var(--neutral-color);
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.menu ul li {
  display: block;
  padding: 5px;
}

.menu ul li a {
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.menu ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 4px;
  transform: translateX(-50%);
  transition: all .3s;
  width: 50%;
}

.menu ul li a.active::after {
  background-color: #7B8794;
}

/* End of Menu */

/* Round-Info */
a.pretty {
  display: inline-block;
  margin: 12px 0;
  background-color: #007774;
  box-shadow: 0 5px 0 #02504d;
  color: white;
  padding: 0.6em 1.5em;
  position: relative;
  text-transform: uppercase;
}

a.pretty:hover {
  background-color: #007774;
  cursor: pointer;
}

a.pretty:active {
  box-shadow: none;
  top: 5px;
}

.round-info {
  margin-bottom: 20px;
}

.round-info__title {
  margin-bottom: 0px;
}

.round-info__dates {
  margin: 0 auto;
}

.round-info__date {
  font-weight: 700;
}

.round-info__status {
  font-size: 14px;
  color: var(--neutral-color);
}

/* End of Round-Info */

/* Matches */
.matches {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.match {
  display: flex;
  flex-direction: column;
}


@media screen and (min-width: 360px) {
  .match {
    flex-direction: row;
    gap: 10px;
  }

  .match__match {
    flex: 1;
  }
}

/* End of Matches */

/* Result */
.result {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.result__number {
  flex: 1;
  display: flex;
  border: 2px solid var(--neutral-color-dark);
  text-align: center;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--neutral-color-light);
}

.result__number:not(:last-child) {
  border-right: none;
}

@media screen and (min-width: 768px) {
  .result__number {
    font-size: 24px;
  }
}

/* End of Result */

/* Winner */
.round-winner {
  margin-bottom: 20px;
}

.prize {
  margin-bottom: 30px;
}

.prize__title {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
}

.prize__winners-table {
  margin: 10px auto;
  table-layout: fixed;
  border: 1px solid var(--neutral-color);
  border-collapse: collapse;
}

.prize__winners-table tr th {
  border: 1px solid var(--neutral-color);
  border-collapse: collapse;
  padding: 5px 10px;
  background-color: var(--neutral-color-light);
}

.prize__winners-table tr td {
  border: 1px solid var(--neutral-color);
  border-collapse: collapse;
  padding: 5px 10px;
}

.prize__winners-none {
  text-align: center;
  margin-top: 5px;
}

.recent-round-list ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.winner-ticket-id{
  text-align: center;
}

.winner {
  color: white;
  background-color: #007774 !important;
}

/* End of Winner */

/* News */

.img {
  width: 100%;
}

.img-rules {
  width: 300px;
}

.img-center {
  text-align: center;
}

.img-size {
  width: inherit;
}

.videe-title {
  white-space: pre-line;
  margin-bottom: 8px;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em;
}


@media only screen and (max-width: 320px) {
  .mobile {
    height: 657px
  }

  .mobile-video {
    padding: 0px 8px;
    width: auto;
    height: 100%;
  }

}


@media only screen and (min-width: 321px) {
  .mobile {
    height: 776px
  }

  .mobile-video {
    padding: 0px 8px;
    width: auto;
    height: 100%;
  }
}


@media only screen and (min-width: 376px) {
  .mobile {
    height: 886px;
  }

  .mobile-video {
    padding: 0px 8px;
    width: auto;
    height: 100%;
  }

}

/* End of News */
/* Rules */

.rules-table {
  text-align: center;
}

.table {
  width: 100%;
}

.table tr th,
.table tr td {
  text-align: left;
}


.table {
  font-size: 1.0rem;
  margin: 10px 0;
  border-collapse: collapse;
  border: #007774 2px solid;
}

.table thead {
  background: #007774;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  text-align: left;
}

.table th {
  padding: 8px 12px;
}

.table tbody .award {
  background: #ebebeb;
  font-weight: 600;
}

.table td {
  padding: 10px 12px;
}

.table> :not(:first-child) {
  border-top: none;
}

/* End of */