.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;
    gap: 5rem;
    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;
}
.text-sub.text-in{
    margin-right:12rem;
}
.text-no-wrap{
    text-wrap-mode: nowrap;
}
p.text-sub {
    width: 23rem !important;
}

.downloads-bx {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #ec167f;
    padding: 20px;
    color: #fff;
    border: none;
}
a.downloads-bx:hover {
    background: #ec167f;
    border-color: #ec167f;
}

.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;
}
.download-dtl {
    color: #fff !important;
}
.download-dtl h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0.09em;
}

.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: 160px;
    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: 0.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, 0.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, 0.1);
}

.running-wallets,
.running-validators {
    color: #fff;
    font-size: 42px;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
/* .running-validators{
  color: #bd075f;
} */
text.highcharts-title {
    fill: #fff !important;
}
span.id-color-2 {
    margin-top: -40px;
    display: block;
}

/* media quaery */

/* 20-7-2023 */
.modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
}
.macdocumentation {
    height: 500px;
    overflow: auto;
}
.macdocumentation::-webkit-scrollbar {
    width: 4px;
}
.max-modal h5#exampleModalLabel {
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #ffff;
}
.modal-header .btn-close i {
    color: #ec167f;
    font-size: 25px;
    transform: translateY(0);
}
.modal-header .btn-close {
    padding: 0;
    margin: 0 !important;
    background: #ec167f26;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.documentation-btn-cover h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
}
.documentation-btn-cover p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0;
    text-align: left;
    font-family: "SF Compact Display";
    padding-left: 105px;
}
.documentation-btn-cover {
    margin-bottom: 120px;
    text-align: center;
}
.documentation-btn-cover img {
    width: 100%;
    max-width: 800px;
    margin: 30px 0;
}
.documentation-btn-cover-list {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-left: 105px;
}
.modal-body {
    border: none;
    padding: 1rem 50px;
}
.documentation-btn-cover-list ul li {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #ffff;
}
a.mac-doc-download {
    width: 100%;
    text-align: center;
    max-width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 7px;
    background: #ec167f;
    color: #fff;
    margin-bottom: 30px;
}
.de_count .img-list {
    margin-bottom: 14px;
    max-width: 74px;
}
.max-modal .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
    /* top: 50%;
    transform: translateY(-50%) !important; */
}
a.downloads-bx:focus {
    background: #ec167f;
    border-color: transparent;
    box-shadow: none;
}
.modal.show .modal-dialog {
    transform: translateY(150px);
    background-color: #000;
}
/* Handle */
.macdocumentation::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.sm-hide .padding10 {
    display: flex;
    align-items: center;
    font-size: 17px;
}
.sm-hide .padding10 i {
    font-size: 30px;
}
.sm-hide {
    margin-top: 19px;
}
/* Handle on hover */
.macdocumentation::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media (max-width: 1540px) {
    .modal.show .modal-dialog {
        transform: translateY(90px);
    }
}
@media (max-width: 1439px) {
    .download-dtl h3 {
        font-size: 35px;
    }
    .downloads-img img {
        margin-right: 15px;
        max-width: 52px;
    }
    .downloads-bx {
        align-items: center;
    }
    .leaderboard-list ul li p {
        text-align: center;
    }
    section.statistics {
        padding: 51px 0px;
    }
    footer.footer {
        backdrop-filter: blur(7.5px);
        border-radius: 5px;
        padding-top: 0;
        padding-bottom: 17px;
        text-align: center;
    }
    .max-modal .modal-dialog {
        max-width: 920px;
    }
}

@media (max-width: 991px) {
    .statistics-bx {
        height: inherit;
        margin-bottom: 20px;
    }
    .statistics-in {
        padding: 20px;
    }
    .performance-cvr h4,
    .wallets-cvr h4 {
        font-size: 16px;
        margin-top: 16px;
    }
    .text-in {
        text-align: start;
    }
    .leaderboard-list ul li p {
        width: 50%;
        text-align: end;
    }
    .download-dtl h3 {
        font-size: 20px;
        text-align: left;
        line-height: 1;
    }
    .download-dtl p {
        font-size: 17px;
    }
    .download-dtl {
        color: #fff !important;
        margin-top: 0;
    }
    .downloads-bx {
        padding: 10px;
        justify-content: center;
    }
    .statistics-title h2 {
        margin-bottom: 45px;
    }
    section.statistics {
        padding: 30px 0px 50px;
    }
    section#section-schedule {
        padding: 40px 0;
    }

    .max-modal .modal-dialog {
        max-width: 720px;
    }
    .downloads-img img {
        max-width: 32px;
    }
}

@media (max-width: 767px) {
    .separator {
        margin: 16px 0 20px;
    }
    .downloads-bx {
        margin-bottom: 20px;
    }
    .separator span:before,
    .separator span:after {
        width: 100px;
    }
    .leaderboard-list.inter-font {
        overflow: auto;
    }
    .chart-cvrin {
        margin-bottom: 0px;
    }
    .text-in {
        text-align: start !important;
    }
    .leaderboard-list ul li p {
        width: 50%;
        text-align: end;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .download-dtl h3 {
        font-size: 25px;
    }
    h2.sub-title {
        font-size: 20px;
    }
    .statistics-title h2 {
        margin-bottom: 15px;
    }
    .container.p-4.mb-4 {
        padding: 0px 11px !important;
    }
    .max-modal .modal-dialog {
        max-width: 350px;
    }
    .documentation-btn-cover h3 {
        font-size: 20px;
    }
    .documentation-btn-cover p {
        font-size: 16px;
        line-height: 1;
    }
    .documentation-btn-cover {
        margin-bottom: 20px;
    }
    .documentation-btn-cover-list ul li {
        font-size: 16px;
    }
    .documentation-btn-cover-list {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .max-modal h5#exampleModalLabel {
        font-size: 35px;
    }
}
a.mac-doc-download:hover {
    border: 1px solid #ec167f;
    background: #2e2e2e;
    color: #ec167f;
    font-weight: 700;
}

.nec-exp {
    text-align: center !important;
    margin: auto;
    display: block;
    margin-top: 32px;
    font-weight: 800;
    font-size: 29px;
}

/* from to date css */

.input-container label {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.input-container input {
    background: #ffffff;
    border: none;
    border-bottom: 2px solid #ec167f;
    color: black;
    font-size: 16px;
    padding: 7px 5px;
    border-radius: 6px;
    outline: none;
}

.button-container button {
    background: #ffffff;
    font-size: 18px;
    padding: 6px 25px;
    border: none;
    border-bottom: 2px solid #ec167f;
    border-radius: 6px;
    color: black;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.button-container button:hover {
    background: #ec167f;
    color: #ffff;
    border-bottom: 2px solid #fff;
}

.reservation-box {
    margin-bottom: 34px;
}

.h-50 {
    height: 50% !important;
}

.numberoftransaction {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .datepicker{
        flex-direction: column;
        align-items: center !important;
    }
    .date-item{
        width: 100%;
    }
    .input-container input{
        width: 100%;
    }
    .button-container button {
        padding: 6px 55px;
    }
}
