:root {
    --primary-color: #07f085;
    --header-bg-color: #1c1e23;
    --body-bg-color: #0f1117;
    --secondary-bg-color: #0b151b;
    --sidebar-bg-color: #272a30;
    --yellow-highlight: #ffb800;
    --footer-bg-color: #181a20;
    --dark-color: #1c171d;
    --text-light-color: #cccccc;
    --white-color: #fff;
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Audiowide", sans-serif;
    --light-font: 300;
    --regular-font: 400;
    --medium-font: 500;
    --semi-medium-font: 600;
    --bold-font: 700;
    --extra-bold-font: 800;
}
:focus,
:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}
::-webkit-scrollbar-track {
    background-color: var(--text-light-color);
}
.btn.primary-btn:hover,
.btn.secondary-btn:hover,
.google-btn {
    background-color: var(--white-color);
}
.primary-bg-color {
    background-color: var(--body-bg-color);
}
.secondary-bg-color {
    background-color: var(--secondary-bg-color);
}
.text-foreground-primary {
    color: var(--body-bg-color) !important;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
}
.fs-13 {
    font-size: 0.8125rem;
}
.fs-12 {
    font-size: 0.75rem;
}
.alert-box {
    color: var(--white-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 2px solid var(--white-color);
    font-size: 0.875rem;
    font-weight: var(--medium-font);
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    min-height: 4.0625rem;
}
.google-btn,
section.api-offers .api-offers-card .cpi {
    font-weight: var(--bold-font);
}
.border-primary {
    border-color: var(--primary-color) !important;
}
.bg-primary-50 {
    background-color: rgba(7, 240, 131, 0.5) !important;
}
.bg-side-nav {
    background-color: var(--sidebar-bg-color) !important;
}
.cover.leaderboard > .classment > p,
.dark-name span,
.gar-btn-text,
.landing-page .about-identity,
.landing-page .about-us .title > p,
.modal-header > .modal-title,
.profile-card .profile-details h2,
.sec-title h2,
.side-nav,
footer .footer-logo,
nav.top-nav .navbar-brand,
section.device-detection h1 {
    font-family: var(--secondary-font);
}
.bottom-menu,
.cookie-bar.show,
.prize,
footer {
    bottom: 0;
}
.btn.primary-btn,
.btn.secondary-btn {
    height: 40px;
    transition: background-color 0.3s, color 0.3s;
}
.account-info .btn.primary-btn,
nav.top-nav .avatar-dt,
nav.top-nav .balance,
nav.top-nav .balance span,
nav.top-nav .balance > .icon-balance {
    font-weight: var(--semi-medium-font);
    font-size: 0.875rem;
}
a,
footer .footer-logo {
    text-decoration: none;
}
.footer {
    background: var(--body-bg-color);
}
.affiliate-table,
.leaderboard-table,
.transaction-table {
    border-collapse: collapse;
}
.text-primary {
    color: var(--primary-color) !important;
}
.btn.primary-btn.alert-box.alert-error {
    background-color: #af1919;
}
.alert-box.alert-success {
    background-color: #19af66;
}
.alert-box.alert-warning {
    background-color: #dba800;
}
.alert-box svg,
.separator::before {
    margin-right: 10px;
}
.logo {
    width: 9.6875rem;
    max-width: 9.6875rem;
}
@media (max-width: 48rem) {
    .logo {
        width: 7.5rem;
        max-width: 7.5rem;
    }
}
.account-info select > option:hover,
.btn.primary-btn,
.cookie-bar .accept,
.slid-button .next:hover,
.slid-button .prev:hover {
    background-color: var(--primary-color) !important;
    color: var(--body-bg-color) !important;
}
.btn.secondary-btn,
body {
    background-color: var(--body-bg-color);
    color: var(--white-color);
}
.bottom-menu .nav-item.active small,
.btn.primary-btn:hover,
.landing-page .title h1 > span,
.modal-header > .modal-title,
footer .footer-links a:hover {
    color: var(--primary-color);
}
.btn.secondary-btn:hover {
    color: var(--body-bg-color);
}
.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    border: none;
}
.offerwall-preloader,
.preloader {
    background-color: var(--header-bg-color);
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.account-info select,
.account-info select > option,
.bottom-menu,
.form-control,
.form-control:disabled,
.form-control:focus,
nav.top-nav,
section.device-detection {
    background-color: var(--body-bg-color);
}
.modal-content,
.side-nav {
    background-color: var(--header-bg-color);
}
nav.top-nav .gar-btn-text {
    font-size: 13px;
}
body {
    font-weight: var(--regular-font);
    font-family: var(--primary-font);
}
.bottom-menu,
.side-nav {
    position: fixed;
    display: none;
    left: 0;
}
.spinner {
    border: 8px solid;
    border-left-color: var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: 1s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
nav.top-nav .navbar-brand {
    font-size: 1.6rem;
    text-transform: uppercase;
}
nav.top-nav .profile-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #4bdb76 0, #094c0f 100%);
    border: 1px solid var(--white-color);
}
nav.top-nav .avatar-dt,
nav.top-nav .balance {
    height: 40px;
    background-color: var(--dark-color);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
}
nav.top-nav .avatar-dt {
    padding-right: 21px;
}
nav.top-nav .balance > .icon-balance {
    background-color: var(--yellow-highlight);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--body-bg-color);
    font-size: 10px;
    font-weight: var(--extra-bold-font);
}
nav.top-nav .balance-card {
    min-height: 40px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    background-color: var(--dark-color);
    border-radius: 8px;
    padding: 12px 16px;
}
nav.top-nav .balance-card .balance-label {
    font-size: 0.75rem;
    color: var(--text-light-color);
    line-height: 1.2;
}
nav.top-nav .balance-card .balance-amount {
    font-size: 1.125rem;
    color: var(--primary-color);
    font-weight: var(--bold-font);
}
.affiliate-table tbody tr:hover,
.bottom-menu .nav-item.active::before,
.transaction-table tbody tr:hover {
    background-color: var(--primary-color);
}
nav.top-nav .dropdown .dropdown-toggle:hover {
    color: var(--white-color);
    background-color: var(--body-bg-color);
    border-color: none;
}
nav.top-nav .dropdown ul.dropdown-menu a {
    color: var(--text-light-color);
    background-color: #fff0;
}
nav.top-nav .dropdown ul.dropdown-menu a:hover {
    background-color: var(--text-light-color);
    color: var(--body-bg-color);
}
.top-nav {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.account-info .btn.primary-btn,
nav.top-nav a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}
.side-nav {
    top: 76px;
    height: 100dvh;
    width: 250px;
    color: #fff;
    overflow-y: auto;
    text-transform: uppercase;
}
.modal .redeem-title,
.redeem-card-name,
section.offerwalls .partners-card .partners-footer > p,
section.tos .tos-title {
    text-transform: capitalize;
}

.modal.auth .modal-body .nav-link.active,
.side-nav li.nav-item.active .nav-link span {
    opacity: 1;
}
.side-nav .nav-link {
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: var(--white-color);
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid transparent;
}
.side-nav .nav-link.active,
.side-nav .nav-link:hover {
    background: linear-gradient(
        to left top,
        rgba(7, 240, 131, 0.247) 10%,
        transparent 100%
    );
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(7, 240, 131, 0.9),
        0 0 20px rgba(7, 240, 131, 0.7), 0 0 30px rgba(7, 240, 131, 0.5);
}
.side-nav .nav-link span {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.side-nav .nav-link.active span {
    opacity: 1;
}
.side-nav .nav-link img.nav-icon {
    width: 1.25rem;
    margin-right: 14px;
}
.bottom-menu {
    height: 72px;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 15px 12px #00000040;
}
.bottom-menu .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-menu .nav-link svg {
    max-width: 24px;
    height: 24px;
}
.bottom-menu .navbar-nav {
    flex-direction: row;
}
.bottom-menu .nav-item {
    flex-grow: 1;
    text-align: center;
    position: relative;
    width: 68px;
    max-width: 100%;
}
.bottom-menu .nav-item small {
    margin: 6px 0 16px;
    font-size: 8px;
    font-weight: var(--medium-font);
    text-transform: capitalize;
}
.bottom-menu .nav-item.active {
    background-image: linear-gradient(
        to bottom,
        rgba(233, 33, 61, 0) 44%,
        rgba(7, 240, 133, 0.24) 100%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        calc(50% + 22.5px) 100%,
        calc(50% - 22.5px) 100%
    );
}
.bottom-menu .nav-item.active::before {
    content: "";
    background: var(--primary-color);
    width: 40px;
    border-radius: 5000px 5000px 0px 0px;
    height: 4px;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}
.bottom-menu .nav-item.active svg path {
    fill: var(--primary-color);
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
    width: 100%;
}
.content {
    flex: 1;
    /* margin-top: 66px; */
}
section.device-detection {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}
section.device-detection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0, #fff0 95%, #fff0 100%);
}
section.device-detection h1 {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
section.device-detection .device {
    box-shadow: 1px 1px 7.6px 0 #00000080;
    width: 120px;
    height: 46px;
    border-radius: 18px;
    background-color: var(--sidebar-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(0.8rem, 1vw + 0.8rem, 1rem);
}
section.device-detection .device > img {
    width: 1.25rem;
}
section.device-detection span {
    margin: 0 0.5rem;
}

.sec-title h2 {
    font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
}
section.api-offers .api-offers-card {
    width: 14.6875rem;
    height: 5.625rem;
    max-width: 14.6875rem;
    max-height: 5.625rem;
    box-shadow: 0 0 17.6px 1px #00000040;
    background-color: var(--sidebar-bg-color);
    border: 1.5px solid #fff0;
    border-radius: 1.75rem;
    color: var(--white-color);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 12px;
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s,
        border 0.3s;
}
@media (min-width: 1700px) {
    section.api-offers .api-offers-row.all-offers .api-offers-card {
        max-width: 100%;
    }
}
section.api-offers .api-offers-row {
    min-height: 10vh;
    padding: 0 7px;
}
section.api-offers .api-offers-card:hover {
    background-color: var(--primary-color);
    border: 1.5px solid #c9cacb99;
    box-shadow: 0 0 14px 2px #07f085b0;
    transform: translateY(-5px);
    transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out, border 0.4s ease-in-out;
}
section.api-offers .api-offers-card img {
    border-radius: 16px;
    width: 66px;
    height: 66px;
}
section.api-offers .api-offers-card p {
    font-size: 0.875rem;
    text-align: start;
}
section.api-offers .api-offers-card .cpi > span {
    font-size: 0.5625rem;
}
section.api-offers .api-offers-card .cpi strong {
    color: var(--primary-color);
    transition: color 0.3s;
}
.form-control,
.form-control:focus,
.leaderboard-table-header .earn-info span,
.redeem-card-name,
.separator,
.transaction .nav-link,
footer,
footer .footer-links a,
footer .footer-logo,
section.api-offers .api-offers-card:hover .cpi strong {
    color: var(--white-color);
}
.dark-name span,
section.offerwalls > .site-name {
    color: var(--body-bg-color);
    white-space: nowrap;
}
section.api-offers .api-offers-card .system {
    background-color: var(--white-color);
    width: 38px;
    height: 20px;
    border-radius: 13.5px;
}
section.api-offers .api-offers-card .system img {
    filter: invert(1) brightness(0);
    width: 100%;
    height: 10px;
}
.offers-pagination .page-link,
.offers-pagination .page-link.offers {
    color: var(--white-color);
    border: none;
    font-family: var(--secondary-font);
}
.offers-pagination {
    margin-top: 40px;
    gap: 7px;
}
.offers-pagination .page-item svg path {
    stroke: var(--white-color);
    stroke-width: 0.8;
    fill: transparent;
    transition: fill 0.3s, stroke 0.3s;
}
.offers-pagination .page-item.active svg path,
.offers-pagination .page-item:hover svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
}
.offers-pagination .page-item.disabled span.page-link {
    font-size: 24px;
    padding: 0 12px;
}
.offers-pagination .page-link {
    background-color: transparent;
    font-size: 13px;
}
.offers-pagination .page-link.offers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-size: 14px;
    z-index: 1;
    padding: 0;
    background: 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
section.offerwalls > .site-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 43.75rem;
    -webkit-text-stroke: 2px var(--primary-color);
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    font-weight: var(--extra-bold-font);
    background: radial-gradient(
        24.55% 51% at 43.95% 24.52%,
        rgba(7, 240, 133, 0.2) 0,
        rgb(7 240 133 / 0.06) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
}
section.offerwalls {
    border-left: 4px solid var(--primary-color);
    background-color: var(--body-bg-color);
}
section.offerwalls .partners-card {
    position: relative;
    width: 170px;
    height: 210px;
    background-color: #fff0;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 16px;
    padding-right: 0.25rem;
    border-radius: 20px 3px;
    padding-left: 12px;
}
@media screen and (min-width: 768px) {
    section.offerwalls .partners-card {
        margin-left: 16px;
    }
}
section.offerwalls .partners-card::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 55px;
    height: 55px;
    background-image: url(../images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}
section.offerwalls .partners-card.active::before,
section.offerwalls .partners-card:focus::before,
section.offerwalls .partners-card:hover::before {
    transform: translateX(-50%) scale(1);
}
section.offerwalls .partners-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 19.4px 0 #07f085bf, 0 0 5.7px 0 #07f08580 inset;
}
section.offerwalls .partners-card:hover .network-lock,
section.offerwalls .partners-card:hover svg.overlay {
    opacity: 0;
    pointer-events: none;
}
section.offerwalls .partners-card svg {
    transition: background-color 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 17px 3px 20px;
}
section.offerwalls .partners-card .network-lock,
section.offerwalls .partners-card svg.overlay {
    transition: opacity 0.3s;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    z-index: 4;
}
section.offerwalls .partners-card .network-lock {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 5;
}
section.offerwalls .partners-card .network-lock p {
    font-size: 13px;
    font-weight: var(--medium-font);
}
section.offerwalls .partners-card svg:hover {
    background-color: #07f08540;
}
section.offerwalls .partners-card svg path {
    transition: fill 0.3s ease-in-out;
}
section.offerwalls .partners-card:hover svg path {
    fill: #07f08540;
}
section.offerwalls .partners-card .partners-content {
    position: relative;
    left: -4px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 12px 12px 20px;
}
section.offerwalls .partners-card .bonus {
    box-shadow: 0 0 5.7px 0 #07f08580 inset;
    border: 0.8px solid var(--primary-color);
    background: #07f08540;
    border-radius: 4px;
    max-width: 90px;
    height: 20px;
    font-size: 12px;
    font-weight: var(--medium-font);
    padding: 0 5px;
}
section.offerwalls .partners-card .partners-body {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.offerwalls .partners-card .partners-footer .starts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.slid-button .next,
.slid-button .prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--body-bg-color);
    border: 1.5px solid var(--primary-color);
    box-shadow: 0 0 6px 0 #07f08580;
    color: var(--primary-color);
    border-radius: 8px;
    cursor: pointer;
}
.footer-sticky {
    margin-top: auto;
}
footer .footer-logo {
    font-size: 2.5rem;
    text-transform: uppercase;
}
footer .footer-links a {
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
}
footer .footer-social a {
    display: inline-block;
    margin-right: 15px;
}
footer .footer-social img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
}
footer .footer-social img:hover {
    opacity: 0.8;
}
.modal-content {
    border-radius: 0 0 20px 20px;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 0 28.3px rgb(0 0 0 / 0.5);
    padding-bottom: 5rem;
}
.dark-name {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(60px) translateY(120px) rotate(270deg);
    transform-origin: left center;
}
.dark-name span {
    text-transform: uppercase;
    font-size: 3.125rem;
    text-shadow: 0 0.5px 1px #00000080, -1px -1px 1px #000000e0;
}
.account-info h3,
.modal.api .modal-header .offer-title > h4 {
    font-size: 1.3rem;
}
.modal-header {
    border-bottom: none;
}
.modal-header > .modal-title {
    margin-left: auto;
    font-size: clamp(1rem, 4vw, 2rem);
    text-transform: uppercase;
}
.form-control,
.modal.auth .btn {
    font-size: 0.875rem;
}
.form-control {
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 2px;
    padding-left: 40px;
}
.form-control::placeholder {
    color: var(--white-color);
    opacity: 0.5;
    font-size: 0.875rem;
}
.form-control,
.google-btn,
.modal-body .btn.primary-btn {
    height: 2.8125rem;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom-color: var(--primary-color);
}
.modal-body .btn.primary-btn,
.modal-footer .btn.primary-btn {
    border-radius: 0;
}
.modal.auth > .modal-dialog,
.modal.cashout > .modal-dialog {
    width: 600px;
    max-width: 600px;
}
.modal.auth .modal-content {
    min-height: 535px;
    max-height: auto;
}
.modal.auth .modal-body {
    margin: 0 120px;
}
.modal.auth .modal-body .forgot .secondary-btn {
    height: 45px;
    border-radius: 0;
}
.modal.auth .modal-body .nav-item {
    text-align: center;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    text-transform: capitalize;
}
.modal.auth .modal-body .nav-item > a {
    color: var(--white-color);
    background: 0 0;
    border: 0;
    border-bottom: 2px solid var(--white-color);
    opacity: 0.3;
}
.modal.auth .modal-body .nav-item > a:focus,
.modal.auth .modal-body .nav-item > a:hover {
    border-color: var(--white-color) !important;
}
.modal.auth .modal-body .forget:hover {
    text-decoration: underline;
}
.btn-close {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.64948%2022.5019C0.783506%2018.2229%200.783506%2013.8138%201.64948%209.53486C3.54845%200.0346146%2015.442%200.267954%2022.9546%201.80133C31.9164%203.91805%2031.6166%2015.2517%2030.3339%2022.5185C28.4516%2031.9521%2016.6747%2031.7188%209.21204%2030.2187C7.33141%2029.822%205.61001%2028.8777%204.26438%2027.5047C2.91874%2026.1316%202.00897%2024.391%201.64948%2022.5019Z%22%20fill%3D%22%231C1E39%22%20fill-opacity%3D%220.227451%22%20stroke%3D%22%23CCCCCC%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.3066%2019.6931L19.4429%2011.5569%22%20stroke%3D%22%23CCCCCC%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M19.4429%2019.6931L11.3066%2011.5569%22%20stroke%3D%22%23CCCCCC%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    background-size: contain;
    background-position: center;
    border: none;
    opacity: 1;
}
.separator {
    display: flex;
    align-items: center;
}
.separator::after,
.separator::before {
    content: "";
    display: block;
    background-color: #fff3;
    width: 50%;
    height: 1px;
}
.separator::after {
    margin-left: 10px;
}
.icon {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.form-control:focus + .icon circle,
.form-control:focus + .icon path {
    stroke: var(--primary-color);
}
section.affiliate,
section.cashout {
    border-left: 4px solid var(--primary-color);
    padding-top: 1.25rem;
}
section.vpn-detect .vpn {
    width: 100%;
    max-width: 634px;
    margin: 0 auto;
}
section.vpn-detect .vpn h2 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: var(--bold-font);
}
section.vpn-detect .vpn p {
    font-size: clamp(1rem, 3vw, 1.25rem);
}
.my-balance {
    background-color: #0009;
    border-bottom: 2px solid var(--text-light-color);
    padding: 20px;
    height: 6.25rem;
}
.my-balance h6 {
    font-weight: var(--bold-font);
    margin-bottom: 1rem;
}
section.cashout .progress-bar {
    background-color: var(--text-light-color);
    height: 22px;
}
.profile-card .avatar img,
.profile-img {
    background: radial-gradient(50% 50% at 50% 50%, #db4b5f 0, #4c0913 100%);
}
section.cashout .progress-bar .progress-fill {
    background-color: var(--primary-color);
    height: 100%;
}
.progress-bar .label-end,
.progress-bar .label-start {
    position: absolute;
    font-size: 0.875rem;
    font-weight: var(--bold-font);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.gar-btn-text,
.position-tag {
    transform: translate(-50%, -50%);
}
.progress-bar .label-start {
    left: 0;
    padding-left: 0.5rem;
}
.progress-bar .label-end {
    right: 0;
    padding-right: 0.5rem;
    color: var(--dark-color);
}
.redeem-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.redeem-card {
    height: 9.375rem;
    border-radius: 1.25rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 0.2);
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.leaderboard-card .container-place,
.redeem-card-name {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.redeem-card:hover {
    border: 2px solid var(--white-color);
}
.redeem-card-name {
    top: 50%;
    font-size: 1rem;
    font-weight: var(--medium-font);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-align: center;
    width: 100%;
}
.redeem-card-img {
    width: 100%;
    height: 100%;
    padding: 50px 75px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.redeem-card:hover .redeem-card-img {
    transform: scale(0.8);
    transform-origin: top center;
    transition: transform 0.3s ease-in-out;
}
.redeem-card:hover .redeem-card-name {
    opacity: 1;
    transform: translate(-50%, 1.5rem);
    animation: 0.3s ease-out bounce;
}
@keyframes bounce {
    0% {
        transform: translate(-50%, -50%);
    }
    20% {
        transform: translate(-50%, -25%);
    }
    50% {
        transform: translate(-50%, 0);
    }
    80% {
        transform: translate(-50%, 0.5rem);
    }
    100% {
        transform: translate(-50%, 1.5rem);
    }
}
@media (max-width: 575.98px) {
    nav.top-nav .balance,
    nav.top-nav .balance-card {
        padding: 8px;
    }
    .redeem-card {
        flex: 1 1 calc(50% - 0.6rem);
        max-width: calc(50% - 0.6rem);
        height: 122px;
        margin-bottom: 0.6rem;
    }
    nav.top-nav .avatar-dt {
        padding-right: 0;
    }
}
@media (min-width: 576px) {
    .redeem-card {
        flex: 1 1 calc(50% - 0.6rem);
        max-width: calc(50% - 0.6rem);
    }
}
@media (min-width: 1200px) {
    nav.top-nav .profile-avatar {
        width: 28px;
        height: 28px;
    }
    nav.top-nav a.btn {
        width: 138px;
    }
    .side-nav {
        display: block;
        position: static;
        height: auto;
    }
    .bottom-menu {
        display: none;
    }
    .redeem-card {
        flex: 1 1 calc(33.33% - 0.6rem);
        max-width: calc(33.33% - 0.6rem);
    }
}
.withdraw-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.6rem;
}
.withdraw-card {
    border: 1px solid var(--primary-color);
    border-radius: 1.25rem;
    padding: 1rem;
    display: flex;
    background: var(--sidebar-bg-color);
    align-items: center;
    justify-content: center;
    gap: 1rem;
    aspect-ratio: 1.5/1;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.withdraw-card::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--primary-color);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.withdraw-card:hover::after {
    height: 100%;
    opacity: 0.8;
    top: 0;
}
.withdraw-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.withdraw-card-name {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    color: var(--body-bg-color);
    transition: all 0.3s 0.1s ease;
    z-index: 2;
}
.withdraw-card:hover .withdraw-card-name {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
}
.modal .redeem-container {
    border-bottom: 1px dashed #cccccc4d;
    padding-bottom: 1.25rem;
}
.modal .redeem-title {
    font-size: 32px;
    font-weight: var(--bold-font);
}
.first-place .username,
.prize > p,
.second-place .username {
    font-weight: var(--light-font);
}
.modal .payment-card {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 1 1 calc(33.33% - 0.6rem);
    min-height: 112.5px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border 0.3s;
    border: 0 solid #fff0;
}
@media (max-width: 768px) {
    nav.top-nav .navbar-brand {
        font-size: 16px;
    }
    .modal .payment-card {
        flex: 1 1 calc(50% - 0.6rem);
        max-width: 100%;
        min-height: 90px;
    }
}
.modal .payment-card.selected {
    border: 1px solid var(--white-color);
}
.modal .payment-card > .payment-card-img {
    width: 33.65px;
    height: 44.25px;
    object-fit: contain;
}
.modal p.redeem-note {
    color: var(--text-light-color);
    font-size: 14px;
}
.cover.leaderboard > .classment > h2 {
    font-size: clamp(1rem, 2vw + 1rem, 1.875rem);
    font-weight: var(--bold-font);
    color: var(--text-light-color);
}
.cover.leaderboard > .classment > p {
    color: var(--primary-color);
    font-size: clamp(1rem, 2vw + 1rem, 2.5rem);
    margin: 32px 0 60px;
}
.leaderboard-card {
    border-radius: 20px 20px 0 0;
    position: relative;
    margin: 10px 0;
}
.leaderboard-card .container-place {
    top: 45%;
    width: 100%;
}
.first-place::before,
.second-place::before,
.third-place::before {
    top: 1px;
    border-radius: 20px 20px 0 0;
    background-color: var(--footer-bg-color);
    content: "";
}
.first-place::before,
.prize,
.second-place::before,
.third-place::before {
    left: 0;
    position: absolute;
}
.profile-img {
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    margin: 10px 0;
}
.prize {
    width: 100%;
    background-color: var(--sidebar-bg-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.first-place .prize {
    height: 53px;
}
.second-place .prize {
    height: 46px;
}
.third-place .prize {
    height: 37px;
}
.prize-border {
    border-bottom: 1.5px solid;
}
.first-place {
    max-height: 18rem;
    height: 18rem;
    width: 206px;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    background: linear-gradient(180deg, #ffc700 0, #fff0 68.84%);
}
.first-place::before {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ffc700;
}
.first-place .profile-img {
    width: 66px;
    height: 66px;
    border-color: #ffc700;
    box-shadow: 0 0 25.9px 5px #ffc70057;
}
.first-place .username {
    color: #ffc700;
    font-size: 0.875rem;
}
.first-place .earned {
    color: var(--white-color);
    font-size: 0.875rem;
    font-weight: var(--medium-font);
}
.first-place .prize {
    color: #fac401;
}
.second-place .prize > p,
.second-place .username {
    color: #a6a6a6;
    font-size: 0.8125rem;
}
.second-place {
    max-height: 15.5rem;
    height: 15.5rem;
    width: 180px;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    background: linear-gradient(180deg, #a6a6a6 0, #fff0 60.65%);
}
.second-place::before {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #a6a6a6;
}
.second-place .profile-img {
    width: 54px;
    height: 54px;
    border-color: #fff;
    box-shadow: 0 0 25.9px 5px #a6a6a657;
}
.second-place .earned {
    color: var(--white-color);
    font-size: 0.8125rem;
    font-weight: var(--medium-font);
}
.third-place {
    max-height: 13rem;
    height: 13rem;
    width: 148px;
    border-left: 1px solid #fff0;
    border-right: 1px solid #fff0;
    background: linear-gradient(180deg, #e77c0b 0, #fff0 63.13%);
}
.third-place::before {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e77c0b;
}
.third-place .profile-img {
    width: 46px;
    height: 46px;
    border-color: #e77c0b;
    box-shadow: 0 0 25.9px 5px #e77c0b57;
}
.third-place .username {
    color: #e77c0b;
    font-size: 0.75rem;
    font-weight: var(--light-font);
}
.position-tag,
.stats-content > .title,
.third-place .earned {
    font-weight: var(--medium-font);
}
.third-place .prize > p {
    font-size: 0.75rem;
    color: #e77c0b;
}
.third-place .earned {
    color: var(--white-color);
    font-size: 0.75rem;
}
.position-tag {
    position: absolute;
    top: 0;
    left: 50%;
    background: #2d2825;
    border-radius: 3px;
    font-size: 0.75rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-place .position-tag {
    width: 54px;
    height: 45px;
    border: 1.5px solid #ffc700;
    color: #ffc700;
}
.second-place .position-tag {
    width: 47px;
    height: 39px;
    border: 1.5px solid #a6a6a6;
    color: #a6a6a6;
}
.third-place .position-tag {
    width: 39px;
    height: 32px;
    border: 1.5px solid #e77c0b;
    color: #e77c0b;
}
.leaderboard-container {
    background: rgb(0 0 0 / 0.6);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    padding: 0;
    box-shadow: 0 0 24.6px 0 #000000b5;
}
.leaderboard-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 87px;
    border-bottom: 1px solid var(--white-color);
    padding: 0 36px;
}
.leaderboard-table-header .earn-info h2 {
    font-size: clamp(0.875rem, 2vw + 0.5rem, 1.125rem);
    color: var(--primary-color);
    font-weight: var(--medium-font);
}
.leaderboard-table {
    border-radius: 8px;
}
.affiliate-table tr,
.leaderboard-table tr {
    height: 40px;
}
.leaderboard-table tbody > tr:hover {
    background: #07f08360;
}
.leaderboard-table td,
.leaderboard-table th {
    color: #fff;
    vertical-align: middle;
}
.leaderboard-table td:first-child,
.leaderboard-table th:first-child {
    width: 150px;
}
.leaderboard-table td:nth-child(2),
.leaderboard-table th:nth-child(2) {
    width: 450px;
}
.leaderboard-table td:nth-child(3),
.leaderboard-table td:nth-child(4),
.leaderboard-table th:nth-child(3),
.leaderboard-table th:nth-child(4) {
    width: 300px;
}
.leaderboard-table td {
    border-right: 0.8px solid var(--white-color);
}
.affiliate-table tbody td:last-child,
.affiliate-table tbody th:last-child,
.leaderboard-table td:last-child,
.leaderboard-table th,
.leaderboard-table th:last-child,
.transaction-table td:last-child,
.transaction-table th:last-child {
    border-right: none;
}
.profile-card {
    background-color: #0009;
    border-radius: 20px;
    padding: 25px;
}
.profile-card .avatar img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.profile-card .profile-details h2 {
    font-size: clamp(1rem, 2vw + 1rem, 1.75rem);
}
.profile-card .country {
    font-size: 1rem;
}
.statistics .stat-item svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--primary-color);
}
.statistics .stat-title {
    font-size: clamp(0.875rem, 2vw, 1rem);
}
.statistics .stat-value {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
}
.account-info h3 {
    margin-bottom: 15px;
    font-weight: 700;
}
.stats-payout,
.transaction-icon > p {
    font-weight: var(--semi-medium-font);
}
.account-info p {
    margin-bottom: 10px;
    color: #bbb;
}
.account-info .form-group input {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 8px;
}
.account-info select {
    appearance: none;
    cursor: pointer;
    padding-right: 30px;
}
.account-info .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.account-info select > option {
    color: var(--primary-color);
    border-radius: 0;
    -webkit-border-radius: 0;
}
.transaction .table td,
.transaction .table th {
    background-color: #fff0;
    color: var(--white-color);
}
.modal.api > .modal-dialog {
    width: 550px;
    max-width: 550px;
    align-items: center;
    justify-content: center;
    max-height: 80vh;
}
.modal.api .modal-header {
    box-shadow: 0 0 16px 0 #00000080;
    padding: 30px 25px 13px;
}
.modal.api .modal-header .offer-title {
    max-width: 250px;
}
.modal.api .header-offer-img > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 2px solid var(--white-color);
    border-radius: 16px;
}
.modal.api .header-offer-img .os {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    background-color: var(--white-color);
    width: fit-content;
    height: 21px;
    padding: 10px 14px;
    border-radius: 13.5px;
}
.modal.api .modal-body {
    padding: 0 0 0 38px;
}
@media (max-width: 1200px) {
    .content,
    footer {
        margin-left: 0;
    }
    .bottom-menu {
        display: flex;
    }
    footer {
        width: 100%;
        margin-bottom: 72px;
    }
    .leaderboard-table td:first-child,
    .leaderboard-table td:nth-child(2),
    .leaderboard-table td:nth-child(3),
    .leaderboard-table td:nth-child(4),
    .leaderboard-table th:first-child,
    .leaderboard-table th:nth-child(2),
    .leaderboard-table th:nth-child(3),
    .leaderboard-table th:nth-child(4) {
        font-size: 0.875rem;
    }
    .modal.api .modal-body {
        padding: 0 0 0 26px;
    }
}
.modal.api .modal-body .task {
    padding: 18px 0;
}
.modal.api .modal-footer {
    padding: 0 27px;
}
.modal.api .header-offer-img .os > img {
    height: 11px;
    filter: invert(1) grayscale(1);
}
.modal.api .modal-body .description {
    background-color: var(--sidebar-bg-color);
    border-radius: 16px;
    box-shadow: 0 0 17.6px 1px #00000040;
}
.modal.api .modal-body .btn.primary-btn,
.modal.api .modal-body .event-info {
    margin-right: 38px;
}
.modal.api .modal-body .event {
    max-height: 60vh;
}
.modal.api .modal-body .event::-webkit-scrollbar {
    width: 8px;
}
.modal.api .modal-body .event::-webkit-scrollbar-track {
    background: 0 0;
    box-shadow: 0 0 4.2px 0 #00000040;
}
.modal.api .modal-body .event::-webkit-scrollbar-thumb {
    background-color: var(--text-light-color);
}
.modal.api .modal-body .event span.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 4px;
    font-weight: var(--bold-font);
}
.modal.api .modal-body .description p,
.modal.api .modal-body .requirement p {
    font-size: 12px;
    word-wrap: break-word;
}
.modal.api .modal-footer .primary-btn {
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--bold-font);
    position: relative;
    padding-left: 30px;
}
.landing-page .about-us .about-us-content,
.modal.api .modal-footer .primary-btn span {
    position: relative;
}
.modal.api .modal-footer .primary-btn span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid var(--white-color);
    border-top: 6px solid #fff0;
    border-bottom: 6px solid #fff0;
    margin-right: 8px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.transaction-table td,
.transaction-table th {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    height: 40px;
    border-top: none;
    border-bottom: none;
}
.transaction-table td:first-child,
.transaction-table th:first-child {
    border-left: none;
}
.transaction-table thead th {
    border-left: none;
    border-right: none;
}
.profile-transaction-card {
    border-radius: 33px;
    background-color: var(--footer-bg-color);
    color: #fff;
    width: 500px;
}
.transaction-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: linear-gradient(
        137.47deg,
        var(--primary-color) 3.98%,
        maroon 92.69%
    );
    object-fit: cover;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.transaction-icon > p {
    font-size: 3rem;
    text-transform: uppercase;
}
.card-body {
    background-color: #242424;
}
.btn-icon {
    background: 0 0;
    border: none;
    color: #fff;
}
.chevron-down {
    width: 16px;
    height: 15px;
    background-color: #ccc;
    clip-path: polygon(
        39.356% 90.237%,
        39.356% 90.237%,
        41.007% 92.572%,
        42.976% 94.388%,
        45.185% 95.685%,
        47.552% 96.463%,
        50% 96.723%,
        52.448% 96.463%,
        54.815% 95.685%,
        57.024% 94.388%,
        58.993% 92.572%,
        60.644% 90.237%,
        96% 27.605%,
        96% 27.605%,
        97.212% 24.815%,
        97.802% 21.955%,
        97.812% 19.109%,
        97.286% 16.363%,
        96.27% 13.805%,
        94.806% 11.519%,
        92.938% 9.591%,
        90.712% 8.108%,
        88.17% 7.155%,
        85.357% 6.818%,
        14.643% 6.818%,
        14.643% 6.818%,
        11.83% 7.155%,
        9.288% 8.108%,
        7.061% 9.591%,
        5.194% 11.519%,
        3.73% 13.805%,
        2.714% 16.363%,
        2.188% 19.109%,
        2.198% 21.955%,
        2.787% 24.815%,
        4% 27.605%,
        39.356% 90.237%
    );
    transition: transform 0.3s;
}
button[aria-expanded="true"] .chevron-down {
    transform: rotate(-90deg);
}
.offers-details .all-info {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 16px;
}
.offers-details .all-info h5,
.offers-details .all-info p {
    font-size: 14px;
    font-weight: var(--semi-medium-font);
}
.profile-card.transaction .nav-tabs .nav-link {
    border: 0;
}
.profile-card.transaction .nav-tabs .nav-link.active {
    border: 0 !important;
    border-bottom: 4px solid var(--primary-color) !important;
    isolation: unset !important;
}
.profile-card.transaction .nav-tabs .nav-link:focus,
.profile-card.transaction .nav-tabs .nav-link:hover {
    border-color: #fff0;
}
.affiliate-table {
    background-color: #0009;
    max-width: 900px;
    border-top: 1px solid var(--white-color);
}
.affiliate-table tbody td,
.affiliate-table tbody th {
    text-align: center;
    border-right: 1px solid var(--white-color);
}
.affiliate-table tbody th:first-child,
.affiliate-table th:nth-child(3) {
    width: 350px;
}
.affiliate-table tbody th:nth-child(2) {
    width: 200px;
}
section.tos .tos-title h1 {
    font-weight: var(--bold-font);
    font-size: 1.875;
}
section.tos .tos-content {
    background: #000000b2;
    border-top: 2px solid var(--white-color);
    padding: 26px 31px;
    margin: 0 38px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
section.tos .tos-content div {
    white-space: normal !important;
}
section.tos .tos-content h1,
section.tos .tos-content h2,
section.tos .tos-content h3,
section.tos .tos-content h4,
section.tos .tos-content h5,
section.tos .tos-content h6 {
    font-family: var(--secondary-font) !important;
}
.cookie-bar {
    background-color: #1c171d;
    position: fixed;
    bottom: -100%;
    right: 0;
    z-index: 9999;
    max-width: 385px;
    width: 100%;
    border-top: 2px solid var(--primary-color);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: 20px;
    transition: bottom 0.5s;
}
.cookie-bar .cookie-container {
    padding: 22px 25px;
    box-sizing: border-box;
}
.cookie-bar img {
    width: 30px;
    height: auto;
}
.cookie-bar .cookie-btn {
    border-radius: 4px;
    padding: 10px;
    border: none;
    width: 100%;
    min-height: 52px;
}
.landing-page .hero-second-desc .about-image,
.landing-page .hero-second-desc .about-image > img {
    border-radius: 2px;
    box-shadow: inset 0 0 16px 0 rgba(33, 233, 140, 0.5),
        0 0 12.7px 0 rgba(33, 233, 140, 0.75);
}
.cookie-bar .reject {
    background-color: var(--text-light-color);
    color: var(--primary-color);
}
.icon-stats,
.stats-payout {
    border-radius: 0.3125rem;
    display: flex;
}
section.live-stats {
    position: relative;
    display: flex;
    align-items: center;
}

section.live-stats .stats-card {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #272a30;
    margin-right: 12px;
    box-shadow: 0.0625rem 0.0625rem 0.3625rem rgba(0, 0, 0, 0.8);
    height: 2.5rem;
    min-width: 10rem;
    max-width: 10.5rem;
    flex: 0 0 auto;
    border-radius: 0.6875rem;
}
.icon-stats {
    justify-content: center;
    align-items: center;
    margin: 0 0.375rem;
    width: 1.75rem;
    height: 1.75rem;
}
.stats-content > .title {
    color: var(--white-color);
    font-size: 0.72rem;
    text-transform: lowercase;
}
.gar-btn-text,
.landing-page nav ul.navbar-nav .nav-link,
.stats-content > .desc {
    text-transform: capitalize;
    font-weight: var(--medium-font);
}
.stats-content > .desc {
    font-size: 0.625rem;
    color: var(--text-light-color);
}
.stats-payout {
    background-color: #810012;
    height: 1.125rem;
    color: var(--white-color);
    font-size: 0.625rem;
    justify-content: center;
    align-items: center;
    padding: 0.3125rem;
    margin: 0 auto;
}
.landing-page .navbar-nav {
    gap: 40px;
}
.landing-page nav ul.navbar-nav .nav-link {
    color: var(--white-color);
    font-size: 13px;
    padding: 0;
}
.landing-page .hero {
    position: relative;
    padding-top: calc(70px + 76px);
    width: 100%;
    padding-top: 0;
}
@media (max-width: 769px) {
    section.api-offers .api-offers-row.all-offers .api-offers-card .col-auto {
        width: 100%;
    }
    .redeem-card-img {
        padding: 40px 50px;
    }
}
.landing-page .title h1 {
    font-size: clamp(36px, 5vw, 46px);
    font-weight: var(--extra-bold-font);
    line-height: 1.3;
    text-align: center;
    color: var(--white-color);
    z-index: 1;
}
.landing-page .hero .hero-description p {
    width: 90%;
    opacity: 80%;
    font-size: clamp(12px, 1.5vw, 16px);
}
.landing-page .hero .hero-description .chevron {
    width: 44px;
    height: 13px;
    background-image: url("../images/icons/landing-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.landing-page .hero .hero-description .chevron:last-child {
    transform: rotate(180deg);
}
.gar-btn-black svg path {
    fill: var(--dark-color);
}
.gar-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
}
.landing-page .hero .landing-device svg.arrow {
    transform: rotate(90deg);
    margin: 14px 0 12px;
}
.landing-page .statistics {
    background-color: #0f1117;
    margin: 120px 0;
}
.landing-page .statistics .responsive-svg {
    position: relative;
    width: 100%;
    max-width: 960px;
}
@media (min-width: 992px) {
    .redeem-card {
        flex: 1 1 calc(25% - 0.6rem);
        max-width: calc(25% - 0.6rem);
    }
    .landing-page .statistics .responsive-svg::before {
        content: "";
        background-image: url(../images/icons/arrow-white-glow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: -70px;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: block;
    }
}
.landing-page .statistics .responsive-svg svg {
    width: 100%;
    height: auto;
    display: block;
}
.landing-page .statistics .responsive-svg .stat-box:nth-child(2)::before,
.landing-page .statistics .responsive-svg .stat-box:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: var(--white-color);
    opacity: 0.1;
}
@media (max-width: 992px) {
    section.api-offers .api-offers-card p {
        font-size: 12px;
    }
    section.api-offers .api-offers-card .system {
        width: 26px;
        height: 16px;
    }
    section.api-offers .api-offers-card {
        width: 114px;
        height: 204px;
        max-width: 114px;
        max-height: 204px;
        padding: 0 10px;
    }
    section.api-offers .api-offers-row.all-offers .api-offers-card {
        width: 95%;
        max-width: 100%;
    }
    section.api-offers .api-offers-card .col-auto {
        width: 100% !important;
    }
    section.api-offers .api-offers-card .col-auto > img {
        width: 100%;
        height: 94px;
        border-radius: 20px;
        margin: 10px 0;
        object-fit: cover;
        object-position: top;
    }
    .modal .payment-card {
        flex: 1 1 calc(50% - 0.6rem);
        max-width: 100%;
    }
    .landing-page .statistics .responsive-svg {
        width: 394px;
        height: 522px;
    }
    .landing-page .statistics .responsive-svg .stat-box:nth-child(2)::before,
    .landing-page .statistics .responsive-svg .stat-box:nth-child(3)::before {
        width: 192px;
        height: 1px;
        left: 50%;
        margin: -100px 0;
        transform: translate(-50%);
    }
    .landing-page .statistics {
        padding-top: 50px;
    }
}
.landing-page .statistics .responsive-svg .stat-box img {
    width: 26px;
    height: 26px;
}
.landing-page .statistics .responsive-svg .stat-box .stat-title {
    font-size: 28px;
    font-weight: var(--extra-bold-font);
    margin: 0 0 0 13px;
}
.landing-page .statistics .responsive-svg .stat-box .stat-description {
    font-size: 14px;
    font-weight: var(--semi-medium-font);
    margin-top: 13px;
    padding: 0 64px;
}
@media (max-width: 576px) {
    .landing-page .statistics .responsive-svg {
        width: 100%;
        height: 100%;
    }
    .landing-page .hero-second-desc h2,
    .landing-page .statistics .responsive-svg .stat-box .stat-description {
        padding: 0 10px !important;
    }
}
.landing-page .hero-second-desc {
    position: relative;
}
@media (min-width: 1200px) {
    .redeem-card {
        flex: 1 1 calc(20% - 0.6rem);
        max-width: calc(20% - 0.6rem);
    }
    .landing-page .hero .shape-r,
    .landing-page .hero-second-desc .shape-r,
    .landing-page .hero-second-desc > .shape-l,
    .landing-page .hero > .shape-l {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }
    .landing-page .hero > .shape-l {
        background-image: url("../images/icons/shape/1.svg");
        top: 70px;
        left: 0;
    }
    .landing-page .hero .shape-r {
        background-image: url("../images/icons/shape/2.svg");
        background-position: right;
        top: 0;
        right: 0;
    }
    .landing-page .hero-second-desc > .shape-l {
        background-image: url("../images/icons/shape/3.svg");
        top: 0;
        left: 0;
    }
    .landing-page .hero-second-desc .shape-r {
        background-image: url("../images/icons/shape/4.svg");
        background-position: right;
        top: 0;
        right: 0;
    }
}
.landing-page .about-text {
    flex: 1;
    max-width: 600px;
}
.landing-page .hero-second-desc .about-image {
    -webkit-mask-image: url(../images/about-mask.png);
    mask-image: url(../images/about-mask.png);
    mask-repeat: no-repeat;
}
.landing-page .hero-second-desc h2 {
    font-size: 32px;
    font-weight: var(--bold-font);
    text-transform: uppercase;
}
@media (min-width: 1400px) {
    .redeem-card {
        flex: 1 1 calc(16.66% - 0.6rem);
        max-width: calc(16.66% - 0.6rem);
    }
    .landing-page .hero-second-desc .hero-description-card::after {
        content: "";
        background-image: url("../images/icons/arrow-white-glow.svg");
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 80px;
    }
}
.landing-page .hero-second-desc .hero-description-content h3 {
    font-size: 30px;
    font-weight: var(--bold-font);
    text-transform: uppercase;
}
.landing-page .how-start {
    text-align: center;
}
.landing-page .how-start .section-title {
    font-size: 32px;
    font-weight: var(--bold-font);
    padding: 67px 0;
}
.landing-page .how-start .steps {
    max-width: 986px;
    margin: 0 auto;
    padding-bottom: 110px;
}
.landing-page .primary-box {
    width: 72px;
    aspect-ratio: 1;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
}
.landing-page .primary-box .icon-box {
    width: 56px;
    height: 56px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border-radius: 5px;
    background-color: var(--primary-color);
}
.landing-page .primary-box .icon-box img {
    width: 28px;
    height: 28px;
}
.landing-page .steps p {
    font-weight: var(--bold-font);
    font-size: 14px;
    text-transform: uppercase;
    margin: 14px 0;
}
.landing-page .steps .step-arrow:not(:last-child)::after {
    content: "";
    background-image: url("../images/icons/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 24px;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    width: 18px;
    height: 24px;
}
@media (max-width: 767px) {
    .landing-page .steps p {
        margin: 14px 0 30px;
    }
    .landing-page .steps .step-arrow {
        margin-bottom: 30px;
    }
    .landing-page .steps .step-arrow:not(:last-child)::after {
        background-position: center;
        transform: translate(-50%) rotate(90deg);
        left: 50%;
        top: calc(100% - 15px);
    }
    .landing-page .hero-second-desc,
    .landing-page .how-start .steps {
        padding-bottom: 0;
    }
}
.landing-page .about-us .title > p {
    position: relative;
    background-image: linear-gradient(
        to right,
        var(--primary-color) 0,
        #1b6a3c 100%
    );
    font-size: clamp(36px, 5vw, 65px);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    max-width: fit-content;
    margin: 79px auto 0;
}
.landing-page .about-us .title > p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: rotate(-360deg);
    background-image: linear-gradient(to right, var(--primary-color), #014123);
}
.landing-page .about-identity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: clamp(66px, 10vw, 300px);
    line-height: 0.85;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.3;
    color: var(--body-bg-color);
    background: linear-gradient(to right, var(--primary-color), #5b090b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--body-bg-color);
    -webkit-text-stroke: 1px var(--primary-color);
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
}
.landing-page .about-us .about-us-content p {
    width: 757px;
    max-width: 100%;
    margin: 57px auto 0;
    font-size: clamp(13px, 2vw, 18px);
    line-height: 1.78;
    text-transform: uppercase;
}
.landing-page .payment-method {
    margin: 180px 0;
}
.landing-page .faqs {
    margin: 70px 0 90px;
}
.landing-page .faqs .title > h3,
.landing-page .payment-method .title > h3 {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: var(--bold-font);
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: center;
}
.landing-page .faqs.title p,
.landing-page .payment-method .title p {
    font-size: 14px;
    font-weight: var(--medium-font);
    line-height: 1.2;
}
.landing-page .payment-method .swiper {
    max-width: 1020px;
}
.landing-page .payments-methods-container {
    position: relative;
    width: 240px !important;
    z-index: 1;
}
.payments-methods-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 60%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 25px 18px rgba(7, 240, 131, 0.9);
    -moz-box-shadow: 0px 0px 25px 18px rgba(7, 240, 131, 0.9);
    box-shadow: 0px 0px 25px 18px rgba(7, 240, 131, 0.9);
    top: 50%;
    left: 50%;
}
.landing-page .payments-methods-container img {
    object-fit: contain;
    width: 90%;
}
.landing-page .payment-method .next-method,
.landing-page .payment-method .prev-method {
    position: absolute;
    top: 50%;
    background-image: url(../images/icons/arrow-white-glow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 82px;
    width: 60px;
    height: 82px;
    cursor: pointer;
}
.landing-page .payment-method .next-method {
    left: 40px;
    transform: translateY(-50%) rotate(180deg);
}
.landing-page .payment-method .prev-method {
    right: 40px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    nav.top-nav .avatar-dt {
        background-color: #fff0;
        padding-left: 0;
    }
    .modal-content {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal.auth > .modal-dialog,
    .modal.cashout > .modal-dialog {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .modal.auth .modal-body {
        margin: 0 20px;
    }
    section.vpn-detect .vpn {
        padding: 0 20px;
    }
    .leaderboard-table-header {
        padding: 0 10px;
    }
    .modal-dialog,
    .modal.api > .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0;
    }
    .modal.api .modal-header .offer-title > h4 {
        font-size: 1rem;
        max-width: 180px;
    }
    .modal.api .modal-body .btn.primary-btn,
    .modal.api .modal-body .event-info {
        margin-right: 20px;
    }
    section.tos .tos-content {
        margin: 0;
    }
    .cookie-bar {
        margin: 0;
        left: 0;
        max-width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .cookie-bar .cookie-btn {
        padding: 12px;
    }
    .landing-page .about-identity {
        line-height: normal;
        top: -38px;
        left: -12px;
    }
    .landing-page .payment-method .arrow {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .landing-page .payment-method .swiper {
        height: 490px;
        max-height: 100%;
    }
    .landing-page .payment-method .next-method {
        top: -40px;
        left: 50%;
        transform: translateX(-50%) rotate(270deg);
    }
    .landing-page .payment-method .prev-method {
        top: auto;
        bottom: -40px;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
    }
    .landing-page .payment-method {
        margin: 120px 0;
    }
}
.landing-page .faqs .faq-list .accordion {
    max-width: 1000px;
    border-bottom: 2px solid var(--primary-color);
    --bs-accordion-bg: #15171e;
    margin: 0 auto 12px;
    --bs-accordion-border-color: none;
}
.landing-page .faqs .faq-list .accordion .accordion-header {
    height: 70px;
}
.landing-page .faqs .faq-list .accordion-item {
    border: none;
    border-radius: 0;
    padding: 0 10px;
}
.landing-page .faqs .faq-list .accordion .accordion-button {
    color: var(--white-color);
    font-weight: var(--medium-font);
    font-size: 16px;
}
.landing-page .faqs .faq-list .accordion .accordion-body {
    color: #c3c3c3;
    max-width: 95%;
}
.landing-page .faqs .faq-list .accordion-button::after {
    content: "";
    background-image: url("../images/icons/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    margin-left: auto;
    transition: transform 0.3s;
}
.landing-page .faqs .faq-list .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.landing-page .faqs .faq-list .accordion-button:not(.collapsed)::after {
    transform: rotate(270deg);
}
.landing-page footer {
    margin-left: 0;
    width: 100%;
}
.glow-bg-sm {
    -webkit-box-shadow: 0px 0px 25px 5px rgba(7, 240, 131, 0.9);
    -moz-box-shadow: 0px 0px 25px 5px rgba(7, 240, 131, 0.9);
    box-shadow: 0px 0px 25px 5px rgba(7, 240, 131, 0.9);
}
.glow-bg {
    -webkit-box-shadow: 0px 0px 105px 45px rgba(7, 240, 131, 0.9);
    -moz-box-shadow: 0px 0px 105px 45px rgba(7, 240, 131, 0.9);
    box-shadow: 0px 0px 105px 45px rgba(7, 240, 131, 0.9);
}
.glow-bg-lg {
    -webkit-box-shadow: 0px 0px 175px 75px rgba(7, 240, 131, 0.9);
    -moz-box-shadow: 0px 0px 175px 75px rgba(7, 240, 131, 0.9);
    box-shadow: 0px 0px 175px 75px rgba(7, 240, 131, 0.9);
}
.glow-text-sm {
    text-shadow: 0 0 10px rgba(7, 240, 131, 0.9),
        0 0 20px rgba(7, 240, 131, 0.7), 0 0 30px rgba(7, 240, 131, 0.5);
}
.glow-text {
    text-shadow: 0 0 20px rgba(7, 240, 131, 0.9),
        0 0 40px rgba(7, 240, 131, 0.7), 0 0 60px rgba(7, 240, 131, 0.5);
}
.glow-text-lg {
    text-shadow: 0 0 30px rgba(7, 240, 131, 0.9),
        0 0 60px rgba(7, 240, 131, 0.7), 0 0 90px rgba(7, 240, 131, 0.5);
}
.bottom-menu .nav-link {
    color: var(--white-color);
}
.bottom-menu .nav-link svg path {
    fill: currentColor;
}
.bottom-menu .nav-item.active .nav-link {
    color: var(--primary-color);
}
.bottom-menu .nav-item.active .nav-link small {
    text-shadow: 0 0 10px rgba(7, 240, 131, 0.9),
        0 0 20px rgba(7, 240, 131, 0.6);
}
.partner-card {
    aspect-ratio: 1/1.2;
    width: 200px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: var(--secondary-bg-color);
    transition: all ease-in-out 0.3s;
}
.partner-card:hover {
    transform: scale(1.1);
}
.partner-card-image {
    width: 90%;
    display: flex;
    justify-content: center;
}
.partner-card-image img {
    object-fit: contain;
    width: 100%;
}
.network-lock {
    text-align: center;
    color: #fff;
}
.network-lock img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}
.network-lock p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.live-stats-section {
    background-color: white;
    border-radius: 5000px;
    background: rgba(255, 255, 255, 0.137);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-backface-hidden .swiper-slide {
    height: auto;
}
/* Live Payouts UI - pill cards with avatar, name, secondary value, green payout */

section.live-stats .live-stats-title {
    color: var(--white-color);
    font-size: 1.85rem;
    font-weight: var(--bold-font);
    margin: 0;
    margin-bottom: 35px;
}
section.live-stats .live-stats-swiper {
    overflow: hidden;
}
section.live-stats .stats-card.live-payout-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    min-width: 220px;
    max-width: 280px;
    height: auto;
    min-height: 3.5rem;
    border-radius: 5000px;
    background-color: #272a30;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-right: 1rem;
    flex-shrink: 0;
}
section.live-stats .live-payout-avatar {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 0.875rem;
    font-weight: var(--bold-font);
}
section.live-stats .live-payout-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.125rem;
}
section.live-stats .live-payout-content .title {
    color: var(--white-color);
    font-size: 0.875rem;
    font-weight: var(--semi-medium-font);
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.live-stats .live-payout-content .desc {
    color: var(--text-light-color);
    font-size: 0.75rem;
    font-weight: var(--medium-font);
    text-transform: none;
}
section.live-stats .live-payout-amount {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
}
section.live-stats .live-payout-amount .payout-value {
    color: var(--primary-color);
    font-size: 0.875rem;
    font-weight: var(--bold-font);
}
section.live-stats .live-payout-amount .payout-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 8px rgba(7, 240, 133, 0.8);
}
