[data-theme=light]{
  --lp-body-bg:#DDE4EC;
  --lp-header-mobile-bg:linear-gradient(180deg, #2A4FBA 0%, #1D438C 100%);
  --lp-header-desktop-bg:linear-gradient(180deg, #2A4FBA 17.91%, rgba(29, 67, 140, 0.50) 58.88%, rgba(29, 67, 140, 0.00) 100%);
  --lp-line-color:rgba(255, 255, 255, 0.3);
  --lp-dropdown-bg:#fff;
  --lp-text-color1:#000;
  --lp-text-color2:#fff;
  --lp-text-color3:#00000060;
  --lp-dropdown-bg-hover:#e9e9e9;
  --lp-input-bg:linear-gradient(180deg, rgba(10, 21, 51, 0.50) -13.75%, rgba(23, 55, 121, 0.50) 34.16%);
  --lp-input-bg-mobile:#EAEAEA;
  --lp-footer-bg:#2A4FBA;
  --lp-footer-bg2:#113677;
  --lp-widget-bg:#fff;
  --lp-icon-btn:linear-gradient(180deg, #859AD6 0%, #E1EAF6 100%);
  --lp-icon-btn-shadow:0 2px 2px 0 #142E62, 0 -2px 3px 0 #D8E0F6;
}
[data-theme=dark]{
  --lp-body-bg:#151928;
  --lp-header-mobile-bg:linear-gradient(180deg, #040507 0%, #000000 100%);
  --lp-header-desktop-bg:linear-gradient(180deg, #040507 17.91%, #04050790 58.88%, #04050700 100%);
  --lp-line-color:rgba(255, 255, 255, 0.3);
  --lp-dropdown-bg:#202020;
  --lp-text-color1:#ffffff;
  --lp-text-color2:#000000;
  --lp-text-color3:#ffffff60;
  --lp-dropdown-bg-hover:#333333;
  --lp-input-bg:linear-gradient(180deg, rgb(39 47 78 / 86%) -13.75%, rgb(54 64 99 / 82%) 34.16%);
  --lp-input-bg-mobile:#202632;
  --lp-footer-bg:rgb(32, 39, 59);
  --lp-footer-bg2:rgb(43, 50, 68);
  --lp-widget-bg:#040507;
  --lp-icon-btn:linear-gradient(180deg, #859AD6 0%, #E1EAF6 100%);
  --lp-icon-btn-shadow:0 2px 2px 0 #142E62, 0 -2px 3px 0 #D8E0F6;
}


/* base*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ======== CSS Reset ======== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.landing img, 
.landing picture, 
.landing video, 
.landingcanvas, 
.landing svg {
  display: block;
  max-width: 100%;
}

.landing input, 
.landing button, 
.landing textarea, 
.landing select {
  font: inherit; 
}

.landing p, 
.landing h1, 
.landing h2, 
.landing h3, 
.landing h4, 
.landing h5, 
.landing h6 {
  margin: 0; 
}

.landing ul, .landing ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing a,
.landing a:hover {
  text-decoration: none;
  color: inherit;
}

.landing button {
  background: none;
  border: none;
  cursor: pointer;
}

.landing table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Inter", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif !important;    
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.landing input:-webkit-autofill,
.landing input:-webkit-autofill:hover,
.landing input:-webkit-autofill:focus,
.landing textarea:-webkit-autofill,
.landing textarea:-webkit-autofill:hover,
.landing textarea:-webkit-autofill:focus,
.landing select:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--lp-tetx-color2)!important;
  background: transparent !important; 
  color: var(--lp-tetx-color2) !important;
  transition: background-color 99999s linear 0s !important;
}

.landing::-webkit-scrollbar{
  display: none;
}

.landing {
  background: var(--lp-body-bg);
  font-size: 16px;
}

.landing .header {
  transition: all 0.1s ease-in-out;
  background:var(--lp-header-mobile-bg);
  padding: 5px 0px;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  border-radius:0;
}

.landing .header.small-top {
  padding: 5px 0px;
}

.landing .right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-right: 15px;
}

.landing .right-wrapper .line {
  width: 1px;
  height: 20px;
  background-color: var(--lp-line-color);
  margin: 0px 7px;
}

.landing .header.small-top .right-wrapper .line {
  height: 20px;
}

.landing .lp-container {
  max-width: 960px;
  min-width: auto;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.landing .copyright .lp-container {
  padding: 0 15px;
}

.landing .logo {
  width: 100px;
  margin-left: 15px;
}
/* lang dropdown */
.landing .lang-wrap {
  width: auto;
  text-align: right;
}

.landing .langpicker {
  display: none;
}

.landing #lang-dropdown-list {
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.landing #lang-dropdown-list img,
.landing .btn-select img {
  width: 20px;
  padding: 5px 0;
}

.landing #lang-dropdown-list li {
  list-style: none;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.landing #lang-dropdown-list li:hover {
  background-color: var(--lp-dropdown-bg-hover);
}

.landing #lang-dropdown-list li span,
.landing .btn-select li span {
  margin-left: 10px;
  font-size: 13px;
  color: var(--lp-text-color1);
}

.landing .btn-select li span {
  display: none;
}

.landing .lang-dropdown-wrap {
  display: none;
  width: 150px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px 0px;
  border-radius: 10px;
  background-color: var(--lp-dropdown-bg);
  position: absolute;
  top: 40px;
  right: 0px;
  box-sizing: border-box;
  z-index: 10;
}

.landing .open {
  display: show !important;
}

.landing .btn-select,
.landing .btn-switch-device,
.landing .btn-theme{
  border-radius: 100px;
  background: var(--lp-icon-btn);
  box-shadow: var(--lp-icon-btn-shadow);
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 35px;
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
/* .landing .btn-select:hover,
.landing .btn-switch-device:hover,
.landing .btn-theme:hover{
  transform: translateY(-5px);
} */
.landing .btn-theme{
  color: #142267;
  margin-right: 10px;
  font-size: clamp(16px, 4vw, 20px);
}
.landing .lang-select {
  width: 100%;
  position: relative;
  width: auto !important;
}
.landing .btn-select{
  width: 45px;
}
.landing .btn-select:after{
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  content: "\f0d7";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:10px;
}
.landing .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
  font-size: 16px;
  padding-right: 15px;
}

.landing .login-group {
  display: none;
}

.landing .input-group {
  width: 100%;
  height: 40px;
  padding: 10px 15px 10px 0px;
  align-items: center;
  border-bottom: 1px solid var(--lp-line-color);
  border-radius: 10px;
  background: var(--lp-input-bg-mobile);
  display: flex;
  flex-wrap: nowrap;
}

.landing .input-group .input-group-text {
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
}

.landing .input-group>.form-control {
  all: unset;
  border: 0;
  color: var(--lp-text-color1);
  width: 100%;
}
.landing .input-group>.form-control::placeholder{
  color: var(--lp-text-color3);
}
.landing .login-btn {
  border-radius: 30px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(90deg, #FBDE00 0%, #FFF5A8 100%);
  box-shadow: 0 -2px 2px 0 rgba(255, 252, 232, 0.40), 0 2px 4px 0 #142E62;
  padding: 7px 1rem;
  width: 80%;
  max-width: 120px;
  border: none;
  margin: 0 auto 0 5px;
  position: relative;
  font-weight: bold;
  -webkit-appearance: none;
  color: #000;
  text-shadow: 0 1px 1px #FFF;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.landing .login-btn:hover{
  background: linear-gradient(90deg, #fdec68 0%, #fff8c6 100%);
}
.landing .login-btn:active {
  border: none;
}

.landing .login-btn span {
  position: relative;
  z-index: 1;
}

.landing .switch-device-mobile {
  font-size: 20px;
  display: none;
}

.landing .switch-device-desktop {
  font-size: 16px;
  display: block;
}

/* swiper base */
.landing .swiper-container {
  overflow: hidden;
}

.landing .swiper-pagination-bullet {
  border-radius: 0px !important;
  width: 10px !important;
  height: 8px !important;
  transform: skewX(-26deg) !important;
}

.landing .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.landing .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1px !important;
}

.landing .swiper-pagination-bullet-active {
  background: #F6C344 !important;
}

.landing .swiper-button-next,
.landing .swiper-button-prev {
  color: #135a8f2e;
}

.landing .swiper-slide img {
  width: 100%;
}

.landing .banner-desktop {
  display: none;
}

.landing .banner-mobile {
  display: block;
  padding-top: 50px;
}

.landing .swiper-slide h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #1A3B5A;
  font-family: 'riftbold';
  padding: 25px 15px 0 15px;
  margin: 0;
}

.landing .swiper-slide p {
  font-size: 0.8rem;
  color: #1A3B5A;
  padding: 0 15px 0 15px;
  margin: 0;
}

.landing .event-slider-wrap {
  display: none;
  position: relative;
}
.landing .event-banner-iframe {
  width: 100%;
  min-width: 940px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.landing .mobile-login {
  border-radius: 10px;
  background: var(--lp-widget-bg);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.50);
  padding: 15px;
  display: block;
  margin: 0 auto 30px;
}

.landing .mobile-login .login-header {
  padding: 5px;
  text-align:left;
  font-size: 16px;
  color: var(--lp-text-color1);
  margin-bottom: 10px;
}

.landing .mobile-login .login-field-wrapper .login-field {
  margin: 0 auto;
}

.landing .mobile-login .login-field-wrapper .input-group-text {
  background-color: transparent;
  border: none;
  font-size: 0.8rem;
  color: var(--lp-text-color1);
  opacity: 0.8;
  width: 35px;
}

.landing .mobile-login .login-field-wrapper .form-control {
  border: none;
  padding-left: 0;
}

.landing .mobile-login .login-field-wrapper .login-field:first-child {
  margin-bottom: 10px;
}

.landing .mobile-login .login-field-wrapper .login-field:nth-child(2) .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
}

.landing .mobile-login .login-field-wrapper .login-field:nth-child(2) .input-group .input-group-text {
  border-top-left-radius: 0;
}

.landing .mobile-login .login-field-wrapper .login-field:first-child .input-group .form-control {
  border-bottom-right-radius: 0;
}

.landing .mobile-login .login-field-wrapper .login-field:first-child .input-group .input-group-text {
  border-bottom-left-radius: 0;
}

.landing .mobile-login .login-btn {
  width: 100%;
  border-radius: 10px;
  background: #FBDE00;
  max-width: 100%;
  margin: 10px 0;
  fill: #000;
  stroke-width: 0.3px;
  stroke: #FFF;
  box-shadow: 0 -0.5px 1px 0 #FEF5D9 inset;
  filter: drop-shadow(0 1px 1px #FFF);
}

.landing .mobile-login .invalid-feedback {
  text-align: center;
  margin-bottom: -10px;
}

.landing .widget-wrap {
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 15px 30px 15px;
}

.landing .widget-wrap .widget-content-wrapper {
  display: block;
}

.landing .widget-box .widget-box-header {
  color: var(--lp-text-color1);
  font-weight: 700;
  padding: 7px 15px 10px 15px;
  font-size: 0.9rem;
}

.landing .widget-box {
  border-radius: 10px;
  background-color: var(--lp-widget-bg);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 20px;
}

.landing .widget-box .widget-content {
  padding: 0 10px 10px 10px;
}

.landing iframe {
  border: none;
  width: 100%;
}

.landing .hlighlight-iframe {
  height: 300px;
  min-height: 500px;
}

.landing .hotmatch-iframe {
  height: 370px;
}

.landing .livestream-iframe {
  height: 200px;
}

.landing .footer {
  background-color: var(--lp-footer-bg);
  color: #ffffffb2;
  font-size: 14px;
  overflow: auto;
}

.landing .footer .tnc {
  padding-top: 15px;
}

.landing .footer .tnc h4 img {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}

.landing .footer .tnc .icon img {
  width: 100%;
}

.landing .footer h4 {
  font-size: 16px;
  margin: 15px 0 10px 0;
  font-weight: normal;
}


.landing .license .image-wrap {
  margin: 5px 10px;
}

.landing .license .image-wrap:first-child {
  margin-left: 0;
}

.landing .browser-logo .image-wrap {
  margin: 5px 10px;
}

.landing .copyright {
  font-size: 12px;
  padding: 5px 0;
}

.landing .footer-wrapper {
  display: none;
}

.landing .tutorial {
  position: fixed;
  z-index: 101;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  transition: bottom 0.3s;
  line-height: normal;
  max-width: 600px;
  display: none;
}

.landing .tutorial a {
  display: block;
}

.landing .tutorial .android {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  font-size: 0.9rem;
  ;
  color: #000;
  position: relative;
}

.landing .tutorial .ios {
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 10px;
  font-size: 0.9rem;
  ;
  color: #000;
  margin: 0 auto 15px;
  border-radius: 3px;
  position: relative;
}

.landing .tutorial .ios:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid#fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.landing .tutorial .icon {
  width: 40px;
  display: block;
  margin-right: 10px;
}

.landing .tutorial .remove {
  margin-right: 10px;
  font-size: 1rem;
}

.worldcup h1{
  text-align: center;
}

.worldcup h1 img{
  width: 70%;
  max-width: 250px;
  margin: -20px auto 0;
}

.worldcup-timer{
  width: 100%;
  max-width: 1000px;
  min-width: 300px;
  margin: 0px auto 30px;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #060E35 0%, #142267 50%, #03073B 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

.worldcup-timer-wrapper{
  color: #fff;
  padding: 10px;
}

.worldcup-timer-wrapper h4{
  font-size: 12px;
  text-align: center;
}

.worldcup-timer  #timer {
  font-size: 1.8em;
  font-weight: 100;
  color: white;
  display: flex;
  width: 100%;
  max-width: 400px;
}

.worldcup-timer  #timer div {
  width: 25%;
  font-weight: bold;
  text-align: center;
}

.worldcup-timer  #timer div span {
  color: #ffffffdd;
  font-size: 0.7rem;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.worldcup-timer .counter-wrapper{
  display: flex;
  justify-content: center;
}

/*preloader*/
.preloader{
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    z-index: 19;
    background-color: #DDE4EC;
}
.preloader .loading-text{
  margin-top: 16px;
  font-size: 14px;
}
.ball-loading-wrap {
  position: relative;
  height: 105px;
  width: 60px;
}

.ball-loading-wrap::after {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  transform: scaley(0.1);
  transform-origin: center bottom;
  -webkit-animation-name: bounceballShadow;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
  animation-name: bounceballShadow;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0;
  timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: none;
}

.ball-loading-wrap .ball {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation-name: bounceball;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
  animation-name: bounceball;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0;
  timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: none;
  overflow: hidden;
}
.ball-loading-wrap .ball svg {
  height: 60px;
  width: 60px;
}

.ball-loading-wrap .outer { 
    fill: #385cb6; 
}
.ball-loading-wrap .inner { 
    fill: #ffffff; 
}
.ball-loading-general{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.ball-loading-general .ball-loading-wrap{
  height: 80px;
  width: 35px;
  margin: 0 auto;
}
.ball-loading-general .ball-loading-wrap .ball{
    animation-name: bounceball2;
    -webkit-animation-name: bounceball2;
}
.ball-loading-general .ball-loading-wrap .ball,
.ball-loading-general .ball-loading-wrap .ball svg {
  height: 35px;
  width: 35px;
}
@-webkit-keyframes bounceball {
  from {
    bottom: 0;
    height: 45px;
  }
  10% {
    bottom: 0;
    height: 55px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceball {
  from {
    bottom: 0;
    height: 50px;
  }
  10% {
    bottom: 0;
    height: 60px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceball2 {
  from {
    bottom: 0;
    height: 30px;
  }
  10% {
    bottom: 0;
    height: 40px;
  }
  to {
    bottom: 50%;
  }
}
@-webkit-keyframes bounceball2 {
  from {
    bottom: 0;
    height: 30px;
  }
  10% {
    bottom: 0;
    height: 40px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceballShadow {
  from {
    background: rgba(0, 0, 0, 0.2);
    transform: scaleY(0.1) scaleX(1);
  }
  10% {
    background: rgba(0, 0, 0, 0.3);
    transform: scaleY(0.1) scaleX(0.8);
  }
  to {
    background: rgba(0, 0, 0, 0.2);
    transform: scaleY(0.1) scaleX(1);
  }
}


/*fotbet*/
.landing.fb .logo{
  width: 120px;
}