.main-content::before,
.main-content::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
    will-change: transform;
}

.main-content::before {
    width: 650px;
    height: 650px;
    background-color: color-mix(in srgb, var(--primary-accent) 13%, transparent);
    top: -200px;
    right: -250px;
}

.main-content::after {
    width: 550px;
    height: 550px;
    background-color:
        color-mix(in srgb, var(--primary-accent) 18%, transparent);
    bottom: 340px;
    left: -150px;
}

.profile-box {
    height: 240px;
    align-self: stretch;
    margin-bottom: 100px;
}

.profile-avatar {
    position: relative;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    z-index: 1;
}

.profile-image {
    display: flex;
    width: 148px;
    height: 148px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 200px;
}

.online-indicator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29.6px;
    height: 29.6px;
    flex-shrink: 0;
    background-color: var(--primary-accent);
    border-radius: 50%;
}

.profile-name {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 40px;
}

.profile-code {
    color: var(--neutral-100);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    gap: .625rem;
    justify-content: center;
    align-items: center;
}

.profile-stats {
    display: flex;
    justify-content: space-around;
    padding: var(--28, 28px) var(--20, 20px) var(--20, 20px) var(--20, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--20, 20px);
    border-radius: var(--14, 14px);
    background: var(--neutral-800);
    backdrop-filter: blur(6px);
    margin-top: -30px;
}

.profile-stats>div {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--spacing-10);
}

.profile-stats strong {
    color: var(--primary-text);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.profile-stats small {
    color: var(--neutral-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;

}

.profile-menu {
    display: flex;
    justify-content: center;
    gap: var(--spacing-12);
    margin-top: var(--spacing-24);
    flex-wrap: wrap;
    display: flex;
    /* width: 1336px; */
    justify-content: center;
    align-items: flex-start;
    gap: var(--spacing-32);
    border-bottom: 1px solid var(--white-a05);
}

.profile-tab {
    padding: var(--spacing-8) var(--spacing-18);
    color: var(--primary-text);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    padding: 0px var(--spacing-8) 8px var(--spacing-8);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-10);
}

.profile-tab.active,
.profile-tab:hover {
    color: var(--primary-accent);
    border-bottom: 1px solid var(--primary-accent);
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: var(--spacing-24);
}

.form-input {
    width: 100%;
    background-color: var(--component-bg-darkest);
    border: 1px solid var(--border-color);
    color: var(--primary-text);
    padding: var(--spacing-10) var(--spacing-14);
    border-radius: var(--radius-10);
}

.form-input:focus {
    outline: none;
    border-color: var(--primary-accent);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary-accent) 30%, transparent);
}

button.form-submit {
    border: 0;
    display: flex;
    height: 44px;
    padding: var(--spacing-10) var(--spacing-18);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-12);
    border-radius: var(--radius-14);
    background: var(--primary-gradient);
    box-shadow: 0px 6px 10px 8px color-mix(in srgb, var(--primary-accent) 6%, transparent);
    transition: 0.3s;
}

.form-submit:hover {
    background: var(--primary-gradient-hover);
}


.account-form {
    padding: var(--spacing-30) var(--spacing-36);
    border-radius: var(--radius-14);
    border: 0.5px solid var(--border-color-light);
    background: var(--component-bg-darkest);
    margin: 0;
}

.custom_button:hover,
.custom_button.active {
    border-radius: var(--radius-14);
    background: var(--component-bg-active);
}

.balance-summary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: var(--spacing-24);
    border-radius: var(--radius-24);
    border-bottom: 4px solid var(--primary-accent);
    background: var(--component-bg-darkest);
}

.balance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-8);
    text-align: center;
    flex: 1;
    position: relative;
}

.balance-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: var(--border-color);
}

.balance-summary small {
    color: var(--secondary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.balance-amount {
    display: flex;
    align-items: center;
    gap: var(--spacing-8);
}

.balance-summary h4 {
    color: var(--primary-text);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.balance-summary-icon {
    width: 58px;
    height: 58px;
    padding: 0;
    background: none;
    border-radius: 0;
}

.balance-pay-section {
    display: flex;
    padding: var(--32, 32px) var(--16, 16px);
    align-items: flex-start;
    gap: var(--32, 32px);
    align-self: stretch;
    justify-content: space-between;
    border-top: 0.5px solid var(--border-color);
    border-bottom: 0.5px solid var(--border-color);
}

.balance-pay-section_inner {
    border-radius: var(--14, 14px);
    border: 0.5px solid var(--component-bg-dark, #1E2020);
    background: var(--component-bg-dark);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04), 0px 6px 16px 0px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(3px);
    padding: var(--10, 7px) var(--12, 22.571px) var(--10, 7px) var(--12, 22px);
}

.deposit-section {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--component-bg-dark);
}

.deposit-section .section-title {
    color: var(--primary-text);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.payment-tab {
    padding: 10px 18px;
    border-radius: 14px;
    background-color: var(--component-bg-dark);
    color: var(--primary-text);
    border: none;
}

.payment-tab.active {
    background-color: var(--component-bg-active);
}

.payment-item .payment-card {
    background-color: var(--component-bg-dark);
    border-radius: var(--radius-16, 16px);
    border: 1px solid var(--border-color);
    padding: var(--spacing-16, 16px);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.payment-item .payment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2), 0 0 0 2px var(--primary-accent, #00FF80);
    border-color: transparent;
}

.payment-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.payment-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-icon-wrapper {
    background-color: var(--primary-background);
    border-radius: var(--radius-12, 12px);
    padding: var(--spacing-10, 10px);
    margin-bottom: var(--spacing-12, 12px);
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.payment-icon {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.payment-title {
    color: var(--primary-text);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: var(--spacing-6, 6px);
    text-transform: none;
}

.payment-description {
    color: var(--tertiary-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: var(--spacing-16, 16px);
    min-height: 38px;
}

.payment-limits {
    width: 100%;
    margin-top: auto;
    padding-top: var(--spacing-12, 12px);
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    gap: var(--spacing-10, 10px);
}

.limit-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.limit-label {
    font-size: 11px;
    color: var(--tertiary-text);
    margin-bottom: 2px;
}

.limit-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-text);
}

.payment-action {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    background-color: var(--primary-accent);
    transition: bottom 0.3s ease-in-out;
    padding: var(--spacing-16, 16px) var(--spacing-16, 16px);
    border-bottom-left-radius: var(--radius-14, 14px);
    border-bottom-right-radius: var(--radius-14, 14px);
    text-align: center;
}

.payment-card:hover .payment-action {
    bottom: 0;
}

.deposit-button-text {
    color: var(--primary-background) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: block;
}

@media (min-width: 1200px) {
    .col-lg-2dot4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .payment-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.recommended {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: var(--primary-accent);
    color: var(--primary-background);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
}

.ribbon {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 3px;
}

.ribbon {
    --f: .5em;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background: linear-gradient(135deg, #03FF81 0%, #017F40 100%);
    box-shadow:
        0px 4px 6px rgba(0, 0, 0, 0.1),
        inset 0px 4px 12px rgba(84, 107, 20, 0.22);
}

.payment-card h6 {
    color: var(--primary-text);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.payment-card p {
    color: var(--secondary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.payment-card small {
    color: var(--tertiary-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.deposit-inner {
    padding: 40px;
}

.back-link {
    color: var(--primary-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}


.deposit-box,
.info-box {
    padding: var(--30, 30px) var(--24, 24px);
    border-radius: var(--14, 14px);
    border: 0.5px solid var(--White-and-Black-Grey-1, #242626);
    background: var(--White-and-Black-Grey-00, #181919);
}

.custom-input {
    display: flex;
    height: 44px;
    min-width: 200px;
    max-width: 1420px;
    padding: var(--10, 10px) var(--12, 12px);
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--14, 14px);
    border: 1px solid var(--White-and-Black-Grey-2, #292D2E);
    background: var(--White-and-Black-Grey-0, #1E2020);
}

.custom-input::placeholder {
    color: var(--tertiary-text);
}

.btn-deposit {
    display: flex;
    height: 44px;
    padding: var(--10, 10px) var(--18, 18px);
    justify-content: center;
    align-items: center;
    gap: var(--12, 12px);
    align-self: stretch;
    border-radius: var(--14, 14px);
    background: var(--Button-default-2, linear-gradient(90deg, var(--Primary-Green-1, #00FF80) 0%, var(--Primary-Light-Green-3, #9BE873) 100%));
    box-shadow: 0px 6px 10px var(--8, 8px) rgba(77, 255, 142, 0.16);
    color: var(--White-and-Black-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;

}

.btn-deposit:hover {
    background: var(--primary-gradient-hover);
    color: var(--primary-background);
}

.deposit-select {
    border-radius: 12px;
    background: var(--White-and-Black-Grey-2, #292D2E);
    display: flex;
    padding: var(--8, 8px) 12px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.deposit-info h5 {
    color: var(--primary-text);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.deposit-info p {
    color: var(--secondary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    gap: 10px;
}

.deposit-info p strong {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #A3A3A3;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.custom-table-div {
    border-radius: 24px;
    overflow: hidden;
    background: var(--component-bg);
}



.transaction-history-section {
    padding: 40px;
}

.transaction-history-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-select {
    display: flex;
    width: 320px;
    height: 44px;
    min-width: 120px;
    max-width: 1420px;
    padding: var(--10, 10px) var(--8, 8px) var(--10, 10px) var(--12, 12px);
    justify-content: space-between;
    align-items: center;
    border-radius: var(--14, 14px);
    background-color: var(--component-bg);
    border: 1px solid var(--border-color);
    color: var(--White-and-Black-Grey-6, #B1B1B1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;

}

.search-box {
    display: flex;
    height: 44px;
    min-width: 200px;
    max-width: 1420px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--14, 14px);
    border: 1px solid var(--White-and-Black-Grey-2, #292D2E);
    background: var(--component-bg);
    padding: 0 12px;
}

.search-box input {
    background: none !important;
    border: none !important;
    color: var(--White-and-Black-Grey-6, #B1B1B1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.search-box input::placeholder {
    color: var(--White-and-Black-Grey-6, #B1B1B1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.search-box-icon {
    background: none !important;
    border: none !important;
    color: var(--White-and-Black-Grey-6, #B1B1B1);
}

.custom-table>:not(caption)>*>* {
    background: var(--White-and-Black-Grey-0, #1E2020);
}

.custom-table thead {
    color: #fff;
    background: var(--White-and-Black-Grey-0, #1E2020);
}

.custom-table td,
.custom-table th {
    vertical-align: middle;
    border-color: var(--border-color);
}

.custom-table th {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 15px 25px;
    white-space: nowrap;
}

.custom-table td {
    border-top: 1px solid var(--White-and-Black-Grey-2, #292d2e);
    background: var(--White-and-Black-Grey-00, #181919);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 25px;
}


.badge-button {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 22px;
    border: 1px solid var(--White-and-Black-Grey-1, #242626);
    background: var(--component-bg);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.badge-warning {
    border-radius: 22px;
    background-color: color-mix(in srgb, var(--warning) 20%, transparent);
    color: var(--warning);
    border: 1px solid var(--warning);
}

.badge-danger {
    border-radius: 22px;
    background-color: color-mix(in srgb, var(--error) 20%, transparent);
    color: var(--error);
    border: 1px solid var(--error);
}

.badge-success {
    border-radius: 22px;
    background-color: color-mix(in srgb, var(--success) 20%, transparent);
    color: var(--success-alt);
    border: 1px solid var(--success-alt);
}

.badge-info {
    border-radius: 22px;
    background-color: color-mix(in srgb, #0dcaf0 20%, transparent);
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
}

.pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    --bs-pagination-color: var(--primary-text);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 8px;
    --bs-pagination-hover-color: var(--primary-text);
    --bs-pagination-hover-bg: var(--component-bg-hover);
    --bs-pagination-focus-color: var(--primary-text);
    --bs-pagination-focus-bg: var(--component-bg-hover);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--primary-text);
    --bs-pagination-active-bg: #333;
    --bs-pagination-disabled-color: var(--secondary-text);
    --bs-pagination-disabled-bg: transparent;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    display: flex;
    padding: 8px 14px;
    background-color: var(--component-bg);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: transparent;
    font-weight: 600;
}

.pagination-content {
    display: flex;
    padding: 10px 25px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background-color: var(--White-and-Black-Grey-00, #181919);
    border-top: 1px solid var(--White-and-Black-Grey-2, #292d2e);
}

.bg-custom-dark {
    background-color: var(--White-and-Black-Grey-00, #181919) !important;
}

.pagination-content label {
    color: var(--primary-text);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Verification */
.account-verification-section ul.verification-instructions {
    padding-left: 20px;
    color: #ccc;
}

.upload-label {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background-color: var(--White-and-Black-Grey-0, #1E2020);
    color: #ccc;
    border-radius: 8px;
    border: 1px solid var(--White-and-Black-Grey-2, #292D2E);
}

.current-document img {
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.account-verify-inner {
    display: flex;
    gap: 20px;
}

.account-verify-inner>div {
    max-width: 50%;
}

.account-verify-inner h3 {
    color: var(--primary-text);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.account-verify-inner p {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

ul.verification-instructions {
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

/* Preferences */
.preferences-section h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-text);
}

.preference-field {
    background-color: var(--White-and-Black-Grey-0, #1E2020);
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--primary-text);
    font-size: 16px;
    justify-content: space-between;
}

.preference-value {
    background-color: var(--White-and-Black-Grey-0, #1E2020);
    color: var(--primary-text);
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.preference-value .edit-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
    transition: opacity .2s;
    margin-left: 8px;
}

.preference-value:hover .edit-icon {
    opacity: 1;
}

.preference-field .language-selector select.form-select {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}


.bonus-box {
    background: var(--component-bg-dark);
    padding: 60px 20px;
    border-radius: 12px;
    color: var(--primary-text);
}

.bonus-box h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.bonus-box h3 {
    font-weight: 800;
    font-size: 28px;
}


.progress-bar-level {
    height: 8px;
    background-color: var(--White-and-Black-Grey-2, #292D2E);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    background-color: var(--primary-accent);
    height: 100%;
    border-radius: 4px;
}

.bonus-level-box {
    background: var(--component-bg-dark);
    padding: 24px;
    border-radius: 12px;
    color: white;
}

.bonus-level-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bonus-progress {
    position: relative;
    margin-bottom: 100px;
    padding-top: 50px;
}

.bonus-track {
    position: relative;
    height: 12px;
    border-radius: 12px;
    background: var(--White-and-Black-Grey-3, #333);
}

.bonus-fill {
    height: 12px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Primary-Green-1, #00FF80);
    position: absolute;
    top: 0;
    left: 0;
}

.bonus-point {
    position: absolute;
    top: -50px;
    text-align: center;
    transform: translateX(-50%);
    color: #aaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bonus-point img {
    width: 30px;
    height: auto;
    margin-bottom: 4px;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.bonus-point.active img {
    opacity: 1;
}

.btn-claim {
    display: flex;
    height: 44px;
    padding: var(--10, 10px) var(--18, 18px);
    justify-content: center;
    align-items: center;
    gap: var(--12, 12px);
    border-radius: var(--14, 14px);
    border: 0.5px solid var(--White-and-Black-Grey-2, #292D2E);
    background: var(--White-and-Black-Grey-1, #242626);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04), 0px 6px 16px 0px rgba(255, 255, 255, 0.04) inset;
    color: var(--White-and-Black-Grey-8, #F8F8F8);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;

}

.btn-trans {
    display: flex;
    height: 44px;
    padding: var(--10, 10px) var(--18, 18px);
    justify-content: center;
    align-items: center;
    gap: var(--12, 12px);
    border-radius: var(--14, 14px);
    color: var(--White-and-Black-Grey-7, #EBEBEB);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;

}

.bonus-point span {
    margin-top: 10px;
    white-space: nowrap;
}

.nokta {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: var(--White-and-Black-Grey-5, #777);
    margin-top: 13px;
}

.nokta.active {
    background: linear-gradient(226deg, #00FF80 19.11%, #00783C 75.53%);
}

.bonus-stat-head {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 50px;
}

.bonus-section-inline {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.flex-1 {
    flex: 1;
}

.bonus-stat-inline-buttons {
    padding: 10px 50px;
}

.bonus-stat-inline {
    width: 50%;

}

.bonus-stat-inline:first-child {
    border-right: 1px solid;
}



.referral-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--primary-text);
    padding: 2.5rem;
}

.referral-left {
    padding: 30px;
    border-radius: 16px;
    flex: 1 1 50%;
    border-radius: 12px;
    background: var(--White-and-Black-Grey-00, #181919);
}

.referral-right {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.referral-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--White-and-Black-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.referral-stats span {
    color: var(--White-and-Black-Grey-6, #AAA);
    margin-left: 5px;
}

.divider {
    width: 1px;
    height: 24px;
    background-color: var(--White-and-Black-Grey-4, #444);
}

.terms-link {
    color: var(--Primary-Green-1, #00FF80);
    font-weight: 600;
    text-decoration: none;
}

.btn-withdraw {
    display: flex;
    height: 44px;
    padding: var(--10, 10px) var(--18, 18px);
    justify-content: center;
    align-items: center;
    gap: var(--12, 12px);
    border-radius: var(--14, 14px);
    background: var(--Button-default-2, linear-gradient(90deg, var(--Primary-Green-1, #00FF80) 0%, var(--Primary-Light-Green-3, #9BE873) 100%));
    box-shadow: 0px 6px 10px var(--8, 8px) rgba(77, 255, 142, 0.16);
    color: var(--White-and-Black-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border: 0;
}

.description {
    color: #aaa;
    font-size: 15px;
    margin-bottom: 20px;
}

.referral-fields {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.field-group {
    flex: 1;
}

.input-box {
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--14, 14px);
    border: 1px solid var(--White-and-Black-Grey-2, #292D2E);
    background: var(--White-and-Black-Grey-0, #1E2020);
    min-height: 74px
}

.input-box .value {
    font-weight: 700;
}

.btn-copy {
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    border-radius: 8px;
    background: var(--White-and-Black-Grey-3, #333);
}

.share-label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.social-icons i {
    font-size: 24px;
    color: var(--White-and-Black-White, #FFF);
    background: linear-gradient(90deg, #00FF80 0%, #00783C 100%);
    padding: 10px;
    margin-right: 8px;
    border-radius: 8px;
}

/* Right Cards */

.double {
    display: flex;
    padding: 50px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: var(--White-and-Black-Grey-00, #181919);
}

.card-box {
    flex: 1;
    text-align: center;
}

.card-box img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 10px;
}

.card-box p {
    color: var(--White-and-Black-Grey-6, #B1B1B1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.card-box h4 {
    color: var(--White-and-Black-White, #FFF);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;

}

.card-box.border-left {
    border-left: 1px solid #444;
    padding-left: 20px;
}

.card-row {
    display: flex;
    gap: 10px;
}

.card-row .card-box {
    display: flex;
    padding: 45px 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--White-and-Black-Grey-00, #181919);
    flex-direction: column;
}

.referral-left-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-label {
    padding-left: 13px;
    margin-bottom: 3px;
}

/* Notification Page Styles */
.notifications-section .section-title {
    color: var(--primary-text);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid var(--White-and-Black-Grey-1, #242626);
    padding-bottom: 15px;
    margin-bottom: 25px !important;
}

.notifications-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification-item {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    background-color: var(--White-and-Black-Grey-00, #181919);
    border-radius: var(--10, 10px);
    border: 1px solid var(--White-and-Black-Grey-1, #242626);
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease-out;
    color: var(--White-and-Black-Grey-7, #EBEBEB);
    cursor: pointer;
}

.notification-item.unread {
    background-color: var(--White-and-Black-Grey-0, #1f2122);
    border-left: 3px solid var(--Primary-Green-1, #00FF80);
}

.notification-item:hover,
.notification-item:focus {
    background-color: var(--White-and-Black-Grey-1, #242626);
    border-color: var(--Primary-Green-1, #00FF80);
    color: var(--primary-text);
    text-decoration: none;
    transform: translateY(-2px);
}

.notification-icon-wrapper {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
}

.notification-icon {
    font-size: 18px;
}

.notification-icon-wrapper.promotion,
.notification-item.unread .notification-icon.promotion {
    background-color: rgba(255, 136, 0, 0.15);
    color: var(--success-error-warning, #F80);
}

.notification-item:not(.unread) .notification-icon.promotion {
    color: var(--success-error-warning, #F80);
    background-color: rgba(255, 136, 0, 0.1);
}

.notification-icon-wrapper.alert,
.notification-item.unread .notification-icon.alert {
    background-color: rgba(204, 0, 0, 0.12);
    color: var(--success-error-error, #C00);
}

.notification-item:not(.unread) .notification-icon.alert {
    color: var(--success-error-error, #C00);
    background-color: rgba(204, 0, 0, 0.08);
}

.notification-icon-wrapper.info,
.notification-item.unread .notification-icon.info {
    background-color: rgba(0, 126, 51, 0.12);
    color: var(--Primary-Green-1, #00FF80);
}

.notification-item:not(.unread) .notification-icon.info {
    color: var(--Primary-Green-1, #00FF80);
    background-color: rgba(0, 126, 51, 0.08);
}

.notification-icon-wrapper i.promotion {
    background-color: transparent !important;
    color: var(--success-error-warning, #F80);
}

.notification-icon-wrapper i.alert {
    background-color: transparent !important;
    color: var(--success-error-error, #C00);
}

.notification-icon-wrapper i.info {
    background-color: transparent !important;
    color: var(--Primary-Green-1, #00FF80);
}

.notification-content {
    flex-grow: 1;
    min-width: 0;
}

.notification-title {
    font-size: 15px;
    font-weight: 500;
    color: #EAEAEA;
    margin-bottom: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-item.unread .notification-title {
    color: var(--primary-text);
    font-weight: 600;
}

.notification-item:hover .notification-title {
    color: var(--primary-text);
}

.notification-description {
    font-size: 14px;
    line-height: 1.4;
    color: var(--White-and-Black-Grey-6, #B1B1B1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}

.notification-meta {
    display: flex;
    align-items: center;
    margin-left: 12px;
    flex-shrink: 0;
}

.unread-indicator {
    width: 8px;
    height: 8px;
    background-color: var(--Primary-Green-1, #00FF80);
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.notification-date {
    font-size: 12px;
    color: var(--White-and-Black-Grey-5, #888);
    margin-right: 10px;
    white-space: nowrap;
}

.notification-item.unread .notification-date {
    color: var(--White-and-Black-Grey-6, #AAA);
}

.notification-item:hover .notification-date {
    color: var(--White-and-Black-Grey-7, #EBEBEB);
}

.notification-arrow {
    font-size: 13px;
    color: var(--White-and-Black-Grey-4, #555);
    transition: color 0.3s ease;
}

.notification-item:hover .notification-arrow {
    color: var(--Primary-Green-1, #00FF80);
}

.notification-detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.notification-detail-modal.open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.notification-detail-content {
    background-color: var(--White-and-Black-Grey-00, #181919);
    padding: 25px 30px;
    border-radius: var(--14, 14px);
    width: 90%;
    max-width: 650px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.notification-detail-modal.open .notification-detail-content {
    transform: scale(1);
}

.close-notification-detail {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: var(--White-and-Black-Grey-5, #777);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

.close-notification-detail:hover {
    color: var(--primary-text);
}

.notification-detail-header {
    margin-bottom: 15px;
    text-align: center;
}

.notification-detail-date {
    font-size: 13px;
    color: var(--White-and-Black-Grey-6, #B1B1B1);
}

.notification-detail-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-text);
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.notification-detail-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.notification-detail-image-container img {
    max-width: 100%;
    max-height: 300px;
    border-radius: var(--10, 10px);
    object-fit: contain;
}

.notification-detail-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--White-and-Black-Grey-7, #EBEBEB);
}

.notification-detail-description p {
    margin-bottom: 1em;
}

.notification-detail-description a {
    color: var(--Primary-Green-1, #00FF80);
    text-decoration: underline;
}

.notification-detail-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.notifications-section .text-center .fa-bell-slash {
    color: var(--White-and-Black-Grey-3, #333) !important;
    font-size: 4em !important;
}

.notifications-section .text-center .text-muted.fs-5 {
    color: var(--White-and-Black-Grey-5, #777) !important;
    font-size: 1.1rem !important;
}

.notifications-section .pagination-content {
    border-top: 1px solid var(--White-and-Black-Grey-1, #242626);
    padding-top: 20px;
    margin-top: 25px;
}

/* Referral Page New Styles */
.referral-page-container {
    padding: 2.5rem;
}

.referral-section-updated {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.referral-main {
    flex: 3;
    background-color: var(--White-and-Black-Grey-00, #181919);
    padding: 1.875rem;
    border-radius: 1rem;
}

.referral-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.referral-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.referral-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.terms-link {
    color: #00FF80;
    text-decoration: none;
    font-weight: 600;
}

.referral-stats-updated {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 0;
}

.referral-stats-updated .stat-item {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.referral-stats-updated .stat-item strong {
    font-size: 1.5rem;
    color: #fff;
}

.referral-stats-updated .stat-item span {
    color: #AAA;
}

.referral-stats-updated .divider {
    width: 1px;
    height: 2rem;
    background-color: #444;
}

.btn-withdraw-updated {
    margin-left: auto;
    background-image: linear-gradient(90deg, #00FF80 0%, #9BE873 100%);
    color: #000;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.referral-main .description {
    color: #AAA;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.referral-links {
    display: flex;
    gap: 1.25rem;
}

.referral-links .link-box {
    flex: 1;
}

.link-box label {
    display: block;
    margin-bottom: 0.5rem;
    color: #AAA;
}

.input-group-updated {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1E2020;
    border: 1px solid #292D2E;
    padding: 0.75rem 1rem;
    border-radius: 0.875rem;
}

.input-group-updated .value {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-copy-updated {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.rewards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.reward-card {
    background-color: #181919;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.reward-card img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.625rem;
}

.reward-card p {
    color: #B1B1B1;
    font-size: 0.875rem;
    margin: 0;
}

.reward-card h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.rewards-activities {
    background-color: #181919;
    padding: 1.875rem;
    border-radius: 1rem;
}

.activities-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.activities-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.search-box-updated {
    display: flex;
    align-items: center;
    background-color: #1E2020;
    border: 1px solid #292D2E;
    padding: 0.5rem 1rem;
    border-radius: 0.875rem;
}

.search-box-updated i {
    color: #B1B1B1;
    margin-right: 0.5rem;
}

.search-box-updated input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}

.search-box-updated input::placeholder {
    color: #B1B1B1;
}

.user-cell {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.custom-table th i {
    margin-left: 0.5rem;
    color: #AAA;
    font-size: 0.8em;
}

.custom-table {
    width: 100%;
}

.text-success {
    color: #28a745 !important;
}

.badge-transparent {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 12px;
}

.badge-transparent-success {
    color: var(--success-error-success);
    background-color: rgba(0, 126, 51, 0.2);
}

.badge-transparent-danger {
    color: var(--success-error-error);
    background-color: rgba(204, 0, 0, 0.2);
}

.badge-transparent-warning {
    color: var(--success-error-warning);
    background-color: rgba(255, 136, 0, 0.2);
}

.badge-transparent-info {
    color: var(--success-error-info);
    background-color: rgba(0, 240, 255, 0.2);
}
