* {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-family: FontWeb;
}

@font-face {
  font-family: "FontWeb";
  src: url(../font/digital_sans_ef_medium.woff2);
}
@font-face {
  font-family: fontlivescore;
  src: url(../font/widgets_font-1.1.ttf);
}
.fa-widget {
  font-family: fontlivescore;
  font-style: normal;
}

.fa-livescore::before {
  content: "\e827";
}

.fa-odds::before {
  content: "\e819";
}

.fa-dropping::before {
  content: "\e816";
}

.fa-match::before {
  content: "\e81c";
}

.fa-surebets::before {
  content: "\e850";
}

.fa-world-cup::before {
  content: "\e851";
}

:root {
  --primary-color: #2b2e39;
  --bg-color: #0e2432;
  --header-bg: #08161f;
  --clock-bg: #f3db93;
  --clock-border: #f3db93;
  --secondary-color: #364850;
  --border-color-1: #545a78;
  --toggle-color: #9faadb;
  --btn-color: #2975ff;
  --btn-hover: #0049cc;
  --btn-1: #061348;
  --btn-1-hover: #cdb613;
  --btn-2: #272a3a;
  --btn-2-hover: #cdb613;
  --footer-bg-1: #0e2432;
  --footer-bg-2: #0e2432;
  --footer-text: #ffffff80;
}

::-webkit-scrollbar {
  background: #aaa;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
}

html {
  scroll-behavior: smooth;
}

p, span, li, td, strong, a {
  font-size: 15px;
}

h6 {
  font-size: 16px;
}

h5 {
  font-size: 17px;
}

h4 {
  font-size: 18px;
}

h3 {
  font-size: 19px;
}

h2 {
  font-size: 20px;
}

h1 {
  font-size: 21px;
}

@media screen and (min-width: 450px) and (max-width: 1000px) {
  p, span, li, td, strong, a {
    font-size: 14px;
  }
  h6 {
    font-size: 15px;
  }
  h5 {
    font-size: 16px;
  }
  h4 {
    font-size: 17px;
  }
  h3 {
    font-size: 18px;
  }
  h2 {
    font-size: 19px;
  }
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 449px) {
  p, span, li, td, strong, a {
    font-size: 13px;
  }
  h6 {
    font-size: 14px;
  }
  h5 {
    font-size: 15px;
  }
  h4 {
    font-size: 16px;
  }
  h3 {
    font-size: 17px;
  }
  h2 {
    font-size: 18px;
  }
  h1 {
    font-size: 19px;
  }
}
body {
  box-sizing: border-box;
  margin: 0;
  background-color: var(--bg-color);
}
body header {
  background: var(--header-bg);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
body header .container-header {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}
body header .container-header .content {
  display: flex;
}
body header .container-header .content .brands, body header .container-header .content .button, body header .container-header .content .container-clock {
  width: 50%;
  display: flex;
}
body header .container-header .content .brands {
  justify-content: flex-start;
  align-items: center;
}
body header .container-header .content .brands img {
  width: 100%;
  max-width: 200px;
}
body header .container-header .content .container-clock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body header .container-header .content .container-clock #clock {
  height: 100%;
  transform: skew(-15deg);
  background: #0e2432;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body header .container-header .content .container-clock #clock::before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ff010199;
}
body header .container-header .content .container-clock #clock .time {
  text-shadow: 0px 0px 15px #fff;
  color: #fff;
  font-size: 22px;
  transform: skew(15deg);
  font-style: italic;
  margin: 0;
  width: 125px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
body .menu-header {
  background: linear-gradient(90deg, #501600 0%, #d42d02 100%) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0588235294);
}
body .menu-header .container {
  max-width: 900px;
  margin: auto;
  padding: 10px;
  display: flex;
}
body .menu-header .container .sidebar {
  margin: auto;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}
body .menu-header .container .sidebar button {
  border: none;
  margin: 0px 5px;
  background: #08161f;
  padding: 6px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1019607843);
  text-transform: uppercase;
}
body .menu-header .container .sidebar button i {
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.5019607843);
}
body .menu-header .container .sidebar button:hover {
  color: #fff;
  background: #0e2432;
  box-shadow: 0px 0px 0px 1px #ff010199 inset;
}
body .menu-header .container .sidebar button:hover i {
  color: #ff010199;
}
body .menu-header .container .sidebar .active {
  color: #fff;
  background: #0e2432;
  box-shadow: 0px 0px 0px 2px #ff010199 inset;
}
body .menu-header .container .sidebar .active i {
  color: #ff010199;
}
body .menu-header .container .button-group {
  display: flex;
  align-items: center;
}
body .menu-header .container .button-group a {
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
body .menu-header .container .button-group a:first-child {
  margin-right: 5px;
  background: #0e2432;
  color: #fff;
}
body .menu-header .container .button-group a:first-child:hover {
  background-color: #ff010199;
  color: #fff;
}
body .menu-header .container .button-group a:nth-child(2) {
  margin-left: 5px;
  background: #ff010199;
  color: #fff;
}
body .menu-header .container .button-group a:nth-child(2):hover {
  background: #0e2432;
  color: #fff;
}
body .menu-header .container .button {
  padding: 10px 0px;
  display: none;
  justify-content: flex-end;
  align-items: center;
}
body .menu-header .container .button #toggle_button {
  height: 32px;
  width: 38px;
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
body .menu-header .container .button #toggle_button span {
  height: 1px;
  display: block;
  background-color: #6f8caa;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
body .menu-header .container .button #toggle_button span:last-child {
  margin-bottom: 0;
}
body .wrapper {
  max-width: 900px;
  margin: 15px auto;
}
body .wrapper .container-top {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 10px;
  display: flex;
}
body .wrapper .container-top .left {
  width: 100%;
  max-width: 100%;
  display: flex;
}
body .wrapper .container-top .left img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
body .wrapper .container-top .right {
  margin-left: 5px;
  display: flex;
  width: 25%;
  border-radius: 10px;
  background: #111;
  justify-content: center;
  align-items: center;
  display: none;
}
body .wrapper .container-top .right a {
  background: var(--bg-color);
}
body .wrapper .container-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 15px;
}
body .wrapper .container-bottom .tab-content-container {
  width: 100%;
  height: 100%;
}
body .wrapper .container-bottom .livechat {
  margin-left: 10px;
  width: 400px;
  height: 100%;
  position: relative;
}
body .wrapper .container-bottom .livechat .content {
  display: block;
  z-index: 11;
  padding-right: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body .wrapper .container-bottom .livechat .content iframe {
  border-radius: 10px;
  height: 500px;
}
body .wrapper .tab-content-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0588235294);
  padding: 5px;
}
body .wrapper .tab-content-container .tabcontent:nth-child(1), body .wrapper .tab-content-container .tabcontent:nth-child(2), body .wrapper .tab-content-container .tabcontent:nth-child(3) {
  display: none;
}
body .wrapper .tab-content-container #promo .contenttab {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body .wrapper .tab-content-container #promo .contenttab .card {
  padding: 10px;
}
body .wrapper .tab-content-container #promo .contenttab .card .content {
  border-radius: 8px;
  overflow: hidden;
  background: var(--footer-bg-1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .wrapper .tab-content-container #promo .contenttab .card .content img {
  width: 100%;
  height: 190px;
}
body .wrapper .tab-content-container #promo .contenttab .card .content a {
  margin: 10px;
  background: #2b2e39;
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1019607843) inset;
  font-weight: 600;
}
body .wrapper .tab-content-container #promo .contenttab .card .content a:hover {
  box-shadow: 0px 0px 0px 1px #ff010199 inset;
  color: #fff;
  background: #0e2432;
}
body footer {
  background: var(--footer-bg-1);
}
body footer .top {
  background: var(--footer-bg-2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  outline: none;
}
body footer .top button {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  font-size: 32px;
  background: var(--footer-bg-1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  outline: none;
  color: var(--footer-text);
}
body footer .top button:hover {
  color: #fff;
}
body footer .center {
  border-bottom: 3px dashed var(--footer-bg-2);
}
body footer .center .text {
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
  color: var(--footer-text);
}
body footer .center .text h1 {
  margin: 0;
}
body footer .center .text p {
  margin: 0;
}
body footer .link-social {
  list-style: none;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 15px auto;
}
body footer .link-social li {
  margin: 0px 8px;
}
body footer .link-social li a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--footer-text);
  color: var(--footer-bg-1);
  font-size: 18px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
body footer .link-social li a:hover {
  background: #fff;
  color: var(--primary-color);
}
body footer .bottom {
  background: var(--footer-bg-2);
  padding: 10px;
}
body footer .bottom .content {
  max-width: 1000px;
  display: flex;
  margin: auto;
}
body footer .bottom .content .left, body footer .bottom .content .right {
  display: flex;
  align-items: center;
}
body footer .bottom .content .left {
  width: 100%;
  justify-content: flex-start;
  color: var(--footer-text);
}
body footer .bottom .content .right {
  width: 100%;
  justify-content: flex-end;
}
body footer .bottom .content .right .affliate-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body footer .bottom .content .right .affliate-link .affliate_1 {
  display: flex;
}
body footer .bottom .content .right .affliate-link .affliate_1 span {
  color: var(--footer-text);
}
body footer .bottom .content .right .affliate-link .affliate_1 a {
  margin-left: 8px;
}
body footer .bottom .content .right .affliate-link .affliate_1 a img {
  max-width: 125px;
}

@media screen and (max-width: 900px) {
  body header {
    position: relative;
  }
  body header .container-header {
    padding-right: 0px;
  }
  body header .container-header .content .container-clock #clock {
    transform: none;
  }
  body header .container-header .content .container-clock #clock .time {
    transform: none;
    font-style: normal;
  }
  body .menu-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  body .menu-header .container {
    padding: 0px 10px;
  }
  body .menu-header .container .sidebar {
    position: fixed;
    left: -300px;
    top: 50px;
    width: 200px;
    height: 100%;
    background: var(--footer-bg-2);
    padding: 10px 0px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    flex-direction: column;
  }
  body .menu-header .container .sidebar button {
    background: var(--footer-bg-1);
    margin: 2px 0px;
    border-radius: 0px;
  }
  body .menu-header .container .sidebar button i {
    color: #fff;
  }
  body .menu-header .container .button-group {
    width: 100%;
  }
  body .menu-header .container .button {
    display: block;
  }
  body .wrapper .container-top {
    flex-direction: column;
  }
  body .wrapper .container-top .left {
    max-width: 100%;
    margin-right: 0px;
  }
  body .wrapper .container-top .right {
    display: flex;
    width: 100px;
    margin: auto;
    padding: 5px;
    justify-content: center;
    align-items: center;
  }
  body .wrapper .container-top .right a {
    color: #fff;
    background: none;
  }
  body .wrapper .container-bottom {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  body .wrapper .container-bottom .livechat {
    margin: 0;
    width: 100%;
  }
  body .wrapper .container-bottom .livechat .content {
    padding: 0px 10px;
    position: relative;
  }
  body .wrapper .container-bottom .livechat .content iframe {
    height: 250px;
  }
  body .wrapper .tab-content-container #promo .contenttab .card .content img {
    height: 115px;
  }
  body footer .bottom {
    padding: 0px;
  }
  body footer .bottom .content {
    flex-direction: column;
  }
  body footer .bottom .content .left, body footer .bottom .content .right {
    padding: 8px 0px;
  }
  body footer .bottom .content .left {
    justify-content: center;
  }
  body footer .bottom .content .right {
    background: var(--footer-bg-1);
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  body header {
    position: relative;
  }
  body header .container-header {
    padding-right: 0px;
  }
  body header .container-header .content .container-clock #clock {
    transform: none;
  }
  body header .container-header .content .container-clock #clock .time {
    transform: none;
    font-style: normal;
  }
  body .menu-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  body .menu-header .container {
    padding: 0px 10px;
  }
  body .menu-header .container .sidebar {
    position: fixed;
    left: -300px;
    top: 50px;
    width: 200px;
    height: 100%;
    background: var(--footer-bg-2);
    padding: 10px 0px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    flex-direction: column;
  }
  body .menu-header .container .sidebar button {
    background: var(--footer-bg-1);
    margin: 2px 0px;
    border-radius: 0px;
  }
  body .menu-header .container .sidebar button i {
    color: #fff;
  }
  body .menu-header .container .button-group {
    width: 100%;
  }
  body .menu-header .container .button {
    display: block;
  }
  body .wrapper {
    margin: auto;
  }
  body .wrapper .container-top {
    background: var(--bg-color);
    padding: 0px;
    flex-direction: column;
  }
  body .wrapper .container-top .left {
    max-width: 100%;
    margin-right: 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px;
  }
  body .wrapper .container-top .left img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  body .wrapper .container-top .right {
    display: flex;
    width: 100px;
    margin: auto;
    margin-bottom: 8px;
    padding: 5px;
    justify-content: center;
    align-items: center;
  }
  body .wrapper .container-top .right a {
    color: #fff;
    background: none;
  }
  body .wrapper .container-bottom {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  body .wrapper .container-bottom .livechat {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  body .wrapper .container-bottom .livechat .content {
    padding: 0px 10px;
    position: relative;
  }
  body .wrapper .container-bottom .livechat .content iframe {
    height: 300px;
  }
  body .wrapper .tab-content-container {
    background: var(--bg-color);
    border-radius: 0px;
    padding: 0px;
  }
  body .wrapper .tab-content-container #promo .contenttab {
    grid-template-columns: 1fr;
  }
  body .wrapper .tab-content-container #promo .contenttab .card {
    padding: 0;
    margin: 10px;
    margin-bottom: 0;
  }
  body .wrapper .tab-content-container #promo .contenttab .card:last-child {
    margin-bottom: 10px;
  }
  body .wrapper .tab-content-container #promo .contenttab .card .content img {
    height: 115px;
  }
  body footer .bottom {
    padding: 0px;
  }
  body footer .bottom .content {
    flex-direction: column;
  }
  body footer .bottom .content .left, body footer .bottom .content .right {
    padding: 8px 0px;
  }
  body footer .bottom .content .left {
    justify-content: center;
  }
  body footer .bottom .content .right {
    background: var(--footer-bg-1);
    justify-content: center;
  }
}/*# sourceMappingURL=style_v1.css.map */