body {
      margin: 0;
      padding: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.XbetFootballWrapper {
      max-width: 480px;
      margin: 0 auto;
      display: none;
}

.ForDesktop h1 {
      font-size: 50px;
}

.HeroSection {
      position: relative;
}

.XbetFootballWrapper img {
      width: 100%;
}

.HeroSection button {
      position: absolute;
      left: 50%;
      bottom: 65px;
      width: 55%;
      transform: translate(-50%, 0px);
      bottom: 10.5%;
      cursor: pointer;
}

form button,
.HeroSection button {
      border: none;
      background-color: transparent;
}

form {
      margin: 50px 0px 80px 0px;
}

form input {
      width: calc(100% - 20px);
      font-size: 15px;
      padding: 10px;
      margin-bottom: 16px;
      border-radius: 6px;
      border: 2px solid #808080E5;
}

form input:focus-visible {
      outline: none;
}

.FormFields,
.SubmitButton {
      width: 85%;
      margin: 0 auto;
}
.SubmitButton button
{
      cursor: pointer;
}
form button {
      margin-top: 25px;
}

.CheckBox {
      display: flex;
      align-items: center;
      width: 85%;
      margin: 0 auto;
      margin-top: 8px;
}

.CheckBox input {
      margin: 8px 12px 8px 8px;
      width: auto;
}

.CheckBox p {
      font-family: "Be Vietnam Pro", sans-serif;
      font-weight: 600;
      color: #808080;
      font-size: 13px;
}
.CheckBox p a{
      color: #F95D53;
}
input[type="checkbox"] {
      width: 14px;
      height: 14px;
      border: 2px solid #808080E5;
      appearance: none;
      -webkit-appearance: none;
      border-radius: 4px;
      cursor: pointer;
      position: relative;
      padding: 7px;
}

input[type="checkbox"]:checked::after {
      content: "✔";
      position: absolute;
      left: 50%;
      font-size: 14px;
      color: #808080E5;
      transform: translate(-50%, -50%);
}

.CounterSection {

      width: 88%;
      margin: 0 auto;
      position: relative;
      display: block;
}

.CounterSection #apiValue {
      font-size:62px;
      letter-spacing: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -54%);
      margin: 0;
      font-weight: bold;
      color: #FFFF00;
      font-family: "Be Vietnam Pro", sans-serif;
      font-weight: 800;
      display: flex;
      align-items: center;
}

.border-span {
      border: 1px solid #ffff007d;
      height: 25px;
      margin-right: 14px;
}
.Loading
{
      font-size: 18px;
      letter-spacing: normal;
      line-height: 1;
}


/* Loader wrapper covers the entire screen */
    #loader-wrapper {
      position: fixed;
      inset: 0;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    /* Loader spinner */
    .spinner {
      width: 60px;
      height: 60px;
      border: 6px solid #f3f3f3;
      border-top: 6px solid #F95D53; /* Your color */
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }



@media only screen and (max-width:420px) {
      .CheckBox p {
            font-size: 12px;
      }

      .CounterSection #apiValue {
            font-size: 50px;
      }

}

@media only screen and (max-width:390px) {
      .CheckBox p {
            font-size: 10px;
      }

      .CounterSection p {
            font-size: 45px;
      }

      .border-span {
            height: 20px;
      }




}

@media only screen and (max-width:350px) {
      .CounterSection p {
            font-size: 35px;
      }
}