.home-bg {
    background-image: url(../img/Dashboard-min.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .w-50 {
    width: 50%;
  }
  /* banner */
  section.banner {
    min-height: 100vh;
    position: relative;
    padding-top: 200px;
  }
  .bnr-title h2 {
    font-size: 96px;
    font-family: "Sequel100Wide-95";
    text-align: center;
    background: linear-gradient(
      57deg,
      #4e76e3 34%,
      #02c3ef 48.18%,
      #00e0b8 62.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bnr-title h2 span {
    font-family: "Sequel100Wide-95";
    background: linear-gradient(
      97.59deg,
      #2a59dd -25.15%,
      #02c3ef 40.18%,
      #00e0b8 97.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .bnr-bx {
    box-shadow: 0px 11px 74px 0px #00000094;
    border-radius: 8px;
    position: relative;
    padding: 25px 55px 20px;
    border: 1px solid #ffffff2e;
    backdrop-filter: blur(3px);
  }
  .grecaptcha-badge {
    display: none !important;
  }
  .bnt-img-icon {
    position: absolute;
    left: -67px;
    top: -48px;
  }
  .bnr-bx p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffff;
    max-width: 1110px;
    margin: auto;
    font-weight: 300;
  }
  .bnr-title h3 {
    font-size: 96px;
    font-family: "Sequel100Wide-95";
    line-height: 112px;
    color: #ffffff;
    padding: 10px 0 30px;
    text-align: center;
    background: linear-gradient(0deg, #b8effb, #b8effbde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  a.sign-btn {
    background: #00e0b8;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    padding: 15px 100px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #080c20;
    font-weight: 700;
    margin-top: 50px;
  }
  .btn-cvr .login-btn {
    border: 1px solid #00e0b8;
    border-radius: 35px;
    padding: 15px 100px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #00e0b8;
    margin-top: 50px;
    margin-left: 40px;
    font-weight: 700;
  }
  .btn-cvr {
    text-align: center;
    padding: 0px 0px 50px;
  }

  /* what */
  section.what {
    padding: 150px 0px 170px;
    /* background-image: url(../img/abut-bg.png); */
    background-size: cover;
  }
  .what-dtl h3 {
    font-family: "Sequel100Wide-95";
    font-size: 75px;
    line-height: 88px;
    letter-spacing: 0.09em;
    color: #fff;
  }
  .what-dtl p {
    margin-top: 20px;
    font-weight: 457;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
  }
  .video-cvr {
    max-width: 450px;
    text-align: center;
    margin: auto;
  }

  /* participate */

  .paticipate-title h3 {
    font-family: "Sequel100Wide-95";
    font-size: 64px;
    line-height: 130px;
    margin-bottom: 55px;
    text-align: center;
    background: linear-gradient(107.54deg, #2a59dd 24.02%, #00e0b8 58.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 90px rgba(0, 0, 0, 0.7);
  }

  .sign-up-dtl {
    position: relative;
    max-width: 570px;
    padding: 90px 30px 27px;
    background: linear-gradient(
      115.69deg,
      rgba(255, 255, 255, 0.046) 2.89%,
      rgba(255, 255, 255, 0.071875) 48.55%,
      rgba(255, 255, 255, 0) 102.53%
    );
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 5px;
    margin: 20px auto 50px;
  }

  .sign-up-img img {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -52%);
    max-width: 130px;
  }

  .number-text {
    font-family: "Sequel100Wide-95";
    font-size: 48px;
    letter-spacing: 0.09em;
    line-height: 1;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -35px;
    top: -30px;
    border-radius: 50px;
    /* background: linear-gradient( 115.69deg, rgba(255, 255, 255, 0.092) 2.89%, rgba(255, 255, 255, 0.14375) 48.55%, rgba(255, 255, 255, 0) 102.53% ); */
    backdrop-filter: blur(7.5px);
    z-index: 9;
    background: #2f3f51;
  }
  .number-text:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid transparent;
    background: linear-gradient(
        314deg,
        #a61fe5 -2.2%,
        rgba(255, 255, 255, 0) 99.23%
      )
      border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
  }
  .number-text .first {
    transform: translateY(-5px);
    background: linear-gradient(180deg, #a61fe5 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .number-text2 {
    font-family: "Sequel100Wide-95";
    font-size: 48px;
    letter-spacing: 0.09em;
    line-height: 1;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -35px;
    top: -30px;
    border-radius: 50px;
    /* background: linear-gradient( 115.69deg, rgba(255, 255, 255, 0.092) 2.89%, rgba(255, 255, 255, 0.14375) 48.55%, rgba(255, 255, 255, 0) 102.53% ); */
    backdrop-filter: blur(7.5px);
    z-index: 9;
    background: #2f3f51;
  }
  .number-text2:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid transparent;
    background: linear-gradient(
        314deg,
        #2a59dd -2.2%,
        rgba(255, 255, 255, 0) 99.23%
      )
      border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
  }
  .number-text2 .seconnd {
    transform: translate(4px, -8px);
    background: linear-gradient(180deg, #2a59dd 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .number-text3 {
    font-family: "Sequel100Wide-95";
    font-size: 48px;
    letter-spacing: 0.09em;
    line-height: 1;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -35px;
    top: -30px;
    border-radius: 50px;
    /* background: linear-gradient( 115.69deg, rgba(255, 255, 255, 0.092) 2.89%, rgba(255, 255, 255, 0.14375) 48.55%, rgba(255, 255, 255, 0) 102.53% ); */
    backdrop-filter: blur(7.5px);
    z-index: 9;
    background: #2f3f51;
  }
  .number-text3:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid transparent;
    background: linear-gradient(
        314deg,
        #02c3ef -2.2%,
        rgba(255, 255, 255, 0) 99.23%
      )
      border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
  }
  .number-text3 .seconnd {
    transform: translate(4px, -8px);
    background: linear-gradient(180deg, #02c3ef 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .number-text4 {
    font-family: "Sequel100Wide-95";
    font-size: 48px;
    letter-spacing: 0.09em;
    line-height: 1;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -35px;
    top: -30px;
    border-radius: 50px;
    /* background: linear-gradient( 115.69deg, rgba(255, 255, 255, 0.092) 2.89%, rgba(255, 255, 255, 0.14375) 48.55%, rgba(255, 255, 255, 0) 102.53% ); */
    backdrop-filter: blur(7.5px);
    z-index: 9;
    background: #2f3f51;
  }
  .number-text4:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid transparent;
    background: linear-gradient(
        314deg,
        #00e0b8 -2.2%,
        rgba(255, 255, 255, 0) 99.23%
      )
      border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
  }

  .number-text4 .seconnd {
    transform: translate(4px, -8px);
    background: linear-gradient(180deg, #00e0b8 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .sign-up-dtl p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
  }
  .second-cvr,
  .third-cvr,
  .yellow-cvr {
    margin-top: 117px;
  }
  .first-bg {
    position: absolute;
    top: -96px;
    z-index: -1;
  }
  .second-bg {
    position: absolute;
    top: -96px;
    z-index: -1;
  }
  .third-bg {
    position: absolute;
    top: -96px;
    z-index: -1;
  }
  .yellow-bg {
    position: absolute;
    top: -96px;
    z-index: -1;
  }

  .left-line {
    position: relative;
  }
  .left-line2-img {
    position: absolute;
    left: -30%;
    top: 61%;
  }
  .left-line1-img {
    position: absolute;
    right: -30%;
    top: 61%;
  }
  .left-line3-img {
    position: absolute;
    left: -30%;
    top: 61%;
  }

  .left-line2-img img {
    scale: 0.5;
    transform-origin: top;
  }
  .left-line1-img img {
    scale: 0.5;
    transform-origin: top;
  }
  .left-line3-img img {
    scale: 0.5;
    transform-origin: top;
  }

  /* rewards */
  .rewards-title h3 {
    font-family: "Sequel100Wide-95";
    font-size: 64px;
    line-height: 130px;
    text-align: center;
    background: linear-gradient(107.54deg, #2a59dd 24.02%, #00e0b8 58.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .rewards-title p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    max-width: 855px;
    margin: 0 auto 30px;
  }

  /* rewards */
  section.rewards {
    padding: 100px 0px;
  }
  .web-3 {
    padding: 69px 13px 14px;
    background: linear-gradient(
      115.69deg,
      rgba(255, 255, 255, 0.046) 2.89%,
      rgba(255, 255, 255, 0.071875) 48.55%,
      rgba(255, 255, 255, 0) 102.53%
    );
    backdrop-filter: blur(7.5px);
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: 170px;
  }
  .web-3 img.web-3-1 {
    position: absolute;
    top: -60px;
    width: 100%;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .web-3 p,
  .reward-cvr p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 280px;
    margin: auto;
    font-weight: 300;
    margin-top: 10px;
  }
  .web-3 .how-shadow img {
    max-width: 220px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -74%);
    z-index: -1;
  }
  .reward-cvr .web-3-1 {
    width: 100%;
    max-width: 140px !important;
  }
  .reward-cvr img {
    max-width: 200px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -92%);
  }
  .rewards-title p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    max-width: 855px;
    margin: 0 auto 84px;
  }

  /* modal */
  button.login-btn2 {
    background: #00e0b8;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    padding: 12px 100px;
    border: none;
    font-size: 29px;
    line-height: 36px;
    text-transform: uppercase;
    color: #080c20;
    font-weight: 700;
    margin: 0px auto 25px;
  }

  .lock-passward-cvr {
    position: relative;
  }
  a.forget-text {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00e0b8;
    margin-top: 18px;
  }
  .lock-passward-cvr input {
    padding: 13px 24px 13px 40px;
  }
  .modal-content {
    background: linear-gradient(
      99.66deg,
      rgb(121 121 121 / 36%) -37.86%,
      rgba(184, 184, 184, 0.26) 204.73%
    );
    background-blend-mode: overlay;
    backdrop-filter: blur(8.5px);
    border-radius: 10px;
  }
  .lock {
    position: absolute;
    max-width: 20px;
    top: 12px;
    left: 10px;
  }
  .form-control:focus {
    color: #fff;
    border-color: rgb(255 255 255 / 50%);
    background: linear-gradient(
      90.47deg,
      rgba(255, 255, 255, 0.47) -0.05%,
      rgba(255, 255, 255, 0.497783) 50.16%,
      rgba(255, 255, 255, 0) 99.93%
    );
    outline: 0;
    box-shadow: none;
  }

  .modal-header {
    justify-content: end;
    border: none;
    align-items: flex-start;
  }
  .space-btm {
    margin-bottom: 44px;
  }
  button.btn-close {
    background: none;
    font-size: 27px;
    border: 1px solid #fff;
    color: #fff;
    opacity: inherit !important;
  }
  .form-control::placeholder {
    color: #ffffffcc;
  }
  button.btn-close i {
    color: #fff;
    transform: translateY(-9px);
    font-size: 14px;
  }
  .form-control {
    background: linear-gradient(
      90.47deg,
      rgba(255, 255, 255, 0.47) -0.05%,
      rgba(255, 255, 255, 0.497783) 50.16%,
      rgba(255, 255, 255, 0) 99.93%
    );
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 8px;
    color: #fff;
    padding: 13px 22px;
  }
  .modal-footer {
    border: none;
    margin: 0 !important;
  }
  .modal-backdrop {
    background: #0c0c0c;
  }
  .modal-body {
    border: none;
    padding: 1rem 30px;
  }
  .modal-header h2 {
    font-family: "Sequel100Wide-95";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.09em;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  .modal-header .btn-close {
    padding: 2px;
    margin: 0 !important;
  }
  .infusion-field label {
    color: #fff;
    font-size: 16px;
    padding-left: 8px;
  }
  .infusion-recaptcha {
    border: 1px solid #ffffff73;
    outline: none;
    width: 100%;
    max-width: 200px;
    margin: auto;
    padding: 14px 0;
    line-height: 1;
    font-size: 17px;
    border-radius: 7px;
    background: #8c91965e;
    color: #fff;
  }
  .infusion-submit {
    text-align: center;
  }
  /* media query  */

  @media (max-width: 1439px) {
    .web-3 img,
    .reward-cvr img {
      max-width: 145px;
    }
    .bnr-title h2 {
      font-size: 65px;
      line-height: 95px;
    }
    .bnr-title h3 {
      font-size: 70px;
    }
    .bnr-bx {
      width: 100%;
      max-width: 800px;
      margin: auto;
    }
    a.sign-btn {
      padding: 15px 75px;
      font-size: 25px;
    }
    .bnr-bx p {
      font-size: 19px;
    }
    .what-dtl h3 {
      font-size: 45px;
    }
    .what-dtl p {
      margin-top: 16px;
      font-size: 16px;
      line-height: 27px;
    }
    .btn-cvr .login-btn {
      padding: 15px 75px;
      font-size: 25px;
    }
    section.what {
      padding: 50px 0px 50px;
    }
    .rewards-title p {
      font-size: 20px;
    }
  }
  @media (max-width: 991px) {
    .left-line1-img img {
      display: none;
    }
    .left-line2-img {
      display: none;
    }
    .left-line3-img img {
      display: none;
    }
    .paticipate-title h3 {
      font-size: 54px;
      line-height: 70px;
      margin-top: 50px;
      margin-bottom: 105px;
    }
    section.rewards {
      padding: 40px 0px 100px;
    }
    .bnr-bx p {
      font-size: 16px;
      line-height: 30px;
    }
  }
  @media (max-width: 767px) {
    .bnr-title h2 {
      font-size: 39px;
      line-height: 55px;
    }
    .bnr-title h3 {
      font-size: 60px;
      line-height: 52px;
    }
    .paticipate-title h3 {
      font-size: 41px;
      line-height: 63px;
    }
    .rewards-title h3 {
      font-size: 44px;
      line-height: 90px;
    }
    .rewards-title p {
      font-size: 16px;
      line-height: 28px;
    }
    .web-3 {
      margin-bottom: 90px;
    }
    .reward-cvr {
      margin-bottom: 0;
    }
    section.banner {
      padding-top: 140px;
    }
    .bnr-bx {
      padding: 25px 15px 20px;
    }
    .bnr-bx p {
      line-height: 26px;
      text-align: justify;
    }
    a.sign-btn {
      padding: 15px 75px;
      font-size: 20px;
      width: 100%;
      line-height: 1;
    }
    .btn-cvr .login-btn {
      padding: 13px 75px;
      font-size: 20px;
      margin: 0;
      margin-top: 20px;
      line-height: 1;
      width: 100%;
    }

    .sign-up-dtl p {
      font-size: 15px;
      line-height: 27px;
    }
    .number-text,
    .number-text2,
    .number-text3,
    .number-text4 {
      font-size: 36px;
      height: 47px;
      width: 47px;
      left: -5px;
      top: -9px;
    }
    .number-text2,
    .number-text3,
    .number-text4 {
      font-size: 30px;
    }
    .number-text2 .seconnd {
      transform: translate(1px, -5px);
    }
    .number-text3 .seconnd {
      transform: translate(1px, -4px);
    }
    .number-text4 .seconnd {
      transform: translate(1px, -6px);
    }
    .modal-body {
      padding: 1rem 10px;
    }
    .modal-header h2 {
      font-size: 34px;
      margin-right: 60px;
    }
    input#recipient-name4 {
      margin: 0;
    }
    .space-btm {
      margin-bottom: 14px;
    }
    button.login-btn2 {
      border-radius: 9px;
      padding: 12px 78px;
      font-size: 25px;
      width: 100%;
      line-height: 1;
    }
    .modal-footer {
      padding: 0;
    }
    input#recipient-name6 {
      margin: 0;
    }
    h2#exampleModalLabel {
      margin-right: 50px;
    }
  }


  /* dashbord css */
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* ==================
    general-css
===================== */

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  color: #fff;
}
p {
  padding: 0;
  margin: 0;
}
.row > *:not([class*="col-"]) {
  width: auto;
}
img {
  max-width: 100%;
}
ul.list li a:hover {
  color: #69b43e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.inter-font{
    font-family: 'Inter', sans-serif;
}
.roboto-font{
    font-family: 'Roboto', sans-serif;
}
body {
  font-family: "Roboto", sans-serif;
  background: #101010;
}

/* Statistics */
section.statistics {
  padding: 95px 0px;
}
.statistics-title h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.6px;
  color: #fff;
  background-image: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 60px;
}
.statistics-bx h4 {
  color: rgb(255, 255, 255, 0.9);
  font-size: 16px;
}
.statistics-in {
  padding: 45px;
  border-radius: 16px;
  background: #202020;
  backdrop-filter: blur(7.5px);
}
.statistics-bx {
  background: rgba(17, 17, 17, 1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 24px;
  height: 100%;
  border-radius: 8px;
}
.chart-cvrin {
  margin-bottom: 40px;
}

.performance-cvr h4,
.wallets-cvr h4 {
  color: rgb(255, 255, 255, 0.9);
  font-size: 16px;
}

/* table */
.highcharts-figure, .highcharts-data-table table {
    margin: 1rem auto;
    max-width: 100%;
}

rect.highcharts-background {
  display: none;
}
rect.highcharts-button-box {
  display: none;
}
g.highcharts-exporting-group {
  display: none;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #ec167f;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
text.highcharts-credits {
  display: none;
}

/* new   css */
.highcharts-figure .chart-container {
  width: 300px;
  height: 200px;
  float: left;
}

.highcharts-figure,
.highcharts-data-table table {
  width: 600px;
  margin: 1rem auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

@media (max-width: 600px) {
  .highcharts-figure,
  .highcharts-data-table table {
    width: 100%;
  }

  .highcharts-figure .chart-container {
    width: 300px;
    float: none;
    margin: 1rem auto;
  }
}

.highcharts-figure3,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

#container3 {
  height: 450px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* neewww 2 */
.highcharts-figure-2,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* // */
.highcharts-figure-5,
.highcharts-data-table table {
  min-width: 100%;
  max-width: 100%;
  margin: 1em auto;
}
.dashboadd-client-covr h2 i {
  font-style: normal;
  font-weight: 656;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #00e0b8;
}
.leaderboard-cvr h4 {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.leaderboard-list ul li {
    display: flex;
    flex-wrap: wrap;
   
    align-items: center;
    border-bottom: 1px solid #9e9e9e42;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fffc;
    padding: 15px;
}

.leaderboard-list ul li p {
    width: 50%;
}
p.text-end.name-text {
    transform: translateX(-38px);
}


p.blue-text span {
    background: #052440;
    padding: 6px;
    border-radius: 6px;
    color: #168FFF;
}
p.green-text span{
    background: #063312;
    padding: 6px;
    border-radius: 6px;
    color: #17CB49;
}

p.orange-text span{
    background: #40280B;
    color: #FF9F2D;
    padding: 6px;
    border-radius: 6px;
}
p.black-text span{
    background: #000;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #202020;
}
.text-sub{
    color: #ffffffb3;
}
.downloads-bx {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #EC167F;
    padding: 20px;
    color: #fff ;
}


.downloads-img img {
    margin-right: 30px;
    max-width: 78px;
}

.download-dtl p {
    color: #FFF;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 1.98px;
}

.highcharts-figure-6, .highcharts-data-table table{
  min-width: 320px;
    max-width: 800px;
    margin: 1em auto !important; 
}
.container.p-4.mb-4 {
  background: transparent !important;
}
a.download-dtl{
  color: #fff !important;
}
a.download-dtl h3 {
  font-size: 43px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.09em;
}

a.download-dtl p{
font-size: 22px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.09em;
text-align: left;

}

/*  */


section#section-schedule {
  padding: 80px 0;
}

h1.event {
  font-size: 38px;
  color: #fff;
}
ul.de_nav.de_nav_dark li.active {
  background: #ec167f;
}
.de_tab.tab_style_4 .de_nav {
  text-align: center;
  background: 0 0;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 0;
}
.schedule-item .sc-time {
  font-weight: 700;
  width: 250px;
  padding-top: 25px;
  font-size: 14px;
  color: #afa0a0;
}
.schedule-item .sc-info {
  float: none;
  display: inline-block;
  width: 60%;
}

.de_tab.tab_style_4 .de_nav li {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border: none;
  padding: 15px 30px;
  min-width: 150px;
  margin: 0;
  color:#fff;
  border-radius: 5px;
}
.separator span:before {
  right: 48.4%;
  margin-right: 15px;
}

.separator span:before, .separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff4d;
  top: 5px;
  width: 300px;
}
.separator span:after {
  left: 48%;
  margin-left: 15px;
}
.separator {
  line-height: .5;
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.separator span:before, .separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255,255,255,.1);
  top: 5px;
  width: 300px;
}
i.fa.fa-square {
  color: #ec167f;
}
.tab_style_4 h4 {
  margin: 0;
  font-size: 12px;
}
.tab_style_4 h3, .de_tab.tab_style_4 .de_nav li span {
  margin: 0;
  font-size: 22px!important;
  font-weight: 600;
  color: #fff;
}
.text-left {
  text-align: left;
}
.schedule-item {
  display: flex;
}
.sc-info p {
  color: #8e8e8e;
}
.dark .schedule-item {
  padding: 40px 0 30px;
  border-bottom: solid 1px rgba(255,255,255,.1);
}



h3 span {
    letter-spacing: 0.1;
    font-weight: 800;
    font-family: "Arial Regular";
    font-size: 18px;
    letter-spacing: 3px;
}
.text h3 {
  line-height: 15.9px;
}
.text p {
  color: #878787;
  font-size: 13px;
  line-height: 23.4px;
}

.text-light h3{
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}


header.transparent {
  background: rgba(0,0,0,0.0) !important;
}

.hdr-navbar.nav-bar {
  display: none !important;
}
.clearfix {
    text-align: center !important;
    margin: auto;
}

#section-about .col-lg-6.wow.fadeInLeft.animated h2 {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2em;
}
#section-about .col-lg-6.wow.fadeInLeft.animated p{
    margin-top: 0;
    margin-bottom: 1.3rem;
    color: #aaaaaa;
    font-size: 13px;
}
.icon_id-2:before {
    content: "\e108";
}