* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 0;
  color: #333;
  background: #1e1e1e;
}

.outer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.ease {
  transition: 300ms ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mob {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mob {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

a {
  outline: none;
}

h1, .h1 {
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 18px;
  }
}

#header {
  background: #1e1e1e;
  padding: 9px 0;
}

#site-list {
  background: #2b2a2a;
}
#site-list .scrolled-list {
  display: flex;
  align-items: center;
  counter-reset: item;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  white-space: nowrap;
}
#site-list .scrolled-list a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #333;
  background: #c3c3c3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 0 5px;
  text-decoration: none;
  position: relative;
  margin-right: 25px;
  text-align: center;
  white-space: normal;
}
#site-list .scrolled-list a img {
  max-width: 100%;
}
#site-list .scrolled-list a::after {
  content: counter(item);
  counter-increment: item;
  font-weight: 600;
  color: #fff;
  background: red;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -5px;
  right: 0;
  text-align: center;
}
#site-list .scrolled-list a:last-child::after {
  display: none;
}
#site-list .scrolled-list a.onlybet {
  background: #002b7a;
}
#site-list .scrolled-list a.pandabet {
  background: #000000;
}
#site-list .scrolled-list a.puntzone {
  background: #000000;
}
#site-list .scrolled-list a.justbet {
  background: #300769;
}
#site-list .scrolled-list a.wb {
  background: #440063;
}
#site-list .scrolled-list a.mb {
  background: #780001;
}
#site-list .scrolled-list a.puntnow {
  background: #363636;
}
#site-list .scrolled-list a.sb {
  background: #1167ab;
}
#site-list .scrolled-list a.tab {
  background: #067e40;
}

#content {
  background: #fff;
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 25px 0;
  }
}
#content .top {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  #content .top {
    margin-bottom: 25px;
  }
}
#content .top p {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #content .top p {
    font-size: 15px;
  }
}
#content .mid h2 {
  margin-bottom: 40px;
}
#content .bet-list-wrap {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #content .bet-list-wrap {
    margin-bottom: 20px;
  }
}
#content .bet-list-wrap > p {
  font-size: 12px;
  display: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #content .bet-list-wrap > p {
    margin-top: 4px;
  }
}
#content .bet-list {
  min-height: 124px;
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding-right: 35px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media only screen and (max-width: 767px) {
  #content .bet-list {
    height: 100px;
    min-height: 0;
    padding-right: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
#content .bet-list > div {
  flex: 1;
}
#content .badge {
  position: absolute;
  top: -9px;
  left: -15px;
  background: #3e9200;
  border-radius: 10px 5px 5px 0;
  color: #fff;
  z-index: 2;
  line-height: 28px;
  padding: 0 10px;
}
#content .bet-logo {
  width: 225px;
  height: 125px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  #content .bet-logo {
    width: 130px;
    height: 100px;
    flex-shrink: 0;
  }
}
#content .bet-logo img {
  max-width: 100%;
  margin: 0 20px 0 0;
  display: block;
  position: relative;
  z-index: 2;
}
#content .bet-logo.onlybets {
  background: #002b7a;
}
#content .bet-logo.pandabet {
  background: #333333;
}
#content .bet-logo.puntzone {
  background: #000000;
}
#content .bet-logo.justbet {
  background: #300769;
}
#content .bet-logo.wb {
  background: #440063;
}
#content .bet-logo.md {
  background: #780001;
}
#content .bet-logo.puntnow {
  background: #363636;
}
#content .bet-logo.sb {
  background: #1167ab;
}
#content .bet-logo.tab {
  background: #067e40;
}
#content .bet-excerpt {
  margin-right: 20px;
  flex: 2 !important;
  max-width: 230px;
}
@media only screen and (max-width: 991px) {
  #content .bet-excerpt {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #content .bet-excerpt {
    display: none;
  }
}
#content .bet-excerpt p {
  font-size: 15px;
  margin: 0 0 8px;
}
#content .bet-excerpt span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
#content .bet-excerpt span + p {
  font-size: 20px;
  font-weight: 500;
}
#content .bet-score {
  margin-right: 35px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #content .bet-score {
    display: none;
  }
}
#content .bet-score strong {
  font-size: 48px;
  display: block;
  text-align: center;
  margin-bottom: -3px;
}
#content .bet-score a {
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  #content .bet-rate {
    display: none;
  }
}
#content .bet-rate p {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 15px;
}
#content .bet-code {
  margin-left: auto;
  min-width: 124px;
}
#content .bet-code.no-code {
  visibility: hidden;
}
@media only screen and (max-width: 567px) {
  #content .bet-code {
    min-width: 52px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
#content .bet-code P {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #content .bet-code P {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
  }
}
#content .bet-code span {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #c6c1c1;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  padding: 3px;
  display: block;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .bet-code span {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
  }
}
#content .bet-btn {
  max-width: 161px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #content .bet-btn {
    padding-left: 10px;
    border-left: thin solid #d9d9d9;
  }
}
@media only screen and (max-width: 567px) {
  #content .bet-btn {
    max-width: 129px;
  }
}
#content .bet-btn a.btn {
  display: block;
  width: 100%;
  max-width: 161px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  color: #323232;
  text-decoration: none;
  background: #fbbd16;
  border-radius: 8px;
  margin-bottom: 6px;
  font-size: 18px;
}
@media only screen and (max-width: 567px) {
  #content .bet-btn a.btn {
    font-size: 17px;
    line-height: 38px;
  }
}
#content .bet-btn a.btn + a {
  color: inherit;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
  max-width: 161px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #content .bet-btn a.btn + a {
    font-size: 14px;
  }
}
#content .bet-rank {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: #c8c8c8;
  display: block;
  text-align: center;
  border-radius: 0 10px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #content .bet-rank {
    display: none;
  }
}

#coming-soon {
  padding: 60px 0;
  background: url("/images/coming-soon-bg.jpg") top center no-repeat #2b2b2b;
  background-size: cover;
}
@media only screen and (max-width: 567px) {
  #coming-soon {
    padding: 45px 0;
  }
}
#coming-soon h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #fad016;
  text-align: center;
  margin: 0;
}

#faq {
  background: #ffffff;
  padding: 75px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #faq {
    padding: 0;
  }
}
#faq .container {
  padding-left: 0;
  padding-right: 0;
}
#faq .faq {
  background: #f7f7f7;
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #faq .faq {
    border-radius: 0;
  }
}
#faq .faq h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fad016;
  font-weight: 700;
  line-height: 50px;
  text-indent: 60px;
  margin: 0;
  background: #1f1f1f;
}
@media only screen and (max-width: 567px) {
  #faq .faq h2 {
    text-indent: 20px;
  }
}
#faq .faq-list {
  padding: 0;
  list-style: none;
  max-width: 859px;
  margin: 37px auto 54px;
}
@media only screen and (max-width: 567px) {
  #faq .faq-list {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#faq .faq-list li {
  background: #c5c5c5;
}
#faq .faq-list li:nth-child(even) {
  background: #e2e2e2;
}
#faq .faq-list li:nth-child(even) a {
  color: #323232;
}
#faq .faq-list li:nth-child(even) .content p {
  color: #323232;
}
#faq .faq-list a {
  font-size: 18px;
  color: #161616;
  text-decoration: none;
  line-height: 35px;
  display: block;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #faq .faq-list a {
    font-size: 15px;
    font-weight: 700;
  }
}
#faq .faq-list a::after {
  position: absolute;
  top: 13px;
  right: 30px;
  clear: both;
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("./images/arrow-down.png") center no-repeat;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}
#faq .faq-list a.active::after {
  transform: rotate(180deg);
}
#faq .faq-list .content {
  display: none;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
}
#faq .faq-list p {
  margin: 0;
  font-size: 16px;
  color: #161616;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  #faq .faq-list p {
    font-size: 14px;
  }
}

#footer {
  color: #fff;
  background: #141414;
  padding: 18px 0 10px;
}
#footer .d-flex {
  display: flex;
  flex-wrap: wrap;
}

.ftr-logo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .ftr-logo {
    text-align: center;
  }
}
.ftr-logo img {
  width: 179px;
  height: 53px;
}

.ftr-about {
  flex: 1;
  max-width: 600px;
  padding-right: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ftr-about {
    flex: auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}
.ftr-about::after {
  clear: both;
  content: "";
  display: block;
  width: 1px;
  height: 73px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .ftr-about::after {
    display: none;
  }
}
.ftr-about p {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .ftr-about p {
    font-size: 15px;
  }
}
.ftr-about p span {
  color: #fbd017;
}

.ftr-disclaimer {
  flex: 1;
  display: flex;
  padding-left: 30px;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .ftr-disclaimer {
    flex: auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
}
.ftr-disclaimer .icon {
  min-width: 36px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .ftr-disclaimer .icon {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.ftr-disclaimer .content p {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .ftr-disclaimer .content p {
    font-size: 15px;
    text-align: center;
  }
}
.ftr-disclaimer .content p a {
  color: inherit;
  text-decoration: none;
}