.xdnz-badge {
    background: #6610f220;
    color: #6610f2;
    border-radius: 5px;
}

.scam-badge {
    color: #ff583a;
    background: #ff583a30;
}

.sticky {
    position: fixed;
    top: 0;
}

.offcanvas.showing {
    max-width: 80% !important;
}

.offcanvas.show {
    max-width: 80% !important;
}

.sq-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 1vh;
}

.sq-green {
    background: #75ff2a62 !important;
    color: #128d26 !important;
}

.sq-blue {
    background: #8e90f250 !important;
    color: #696cff !important;
}

.sq-yellow {
    background: #ffbd3650 !important;

}

.sq-yellow i {
    color: #ffac02 !important;
}

.fb-control {
    width: 100%;
}

@media only screen and (max-width: 550px) {
    .fb-control {
        transform: scale(0.95);
    }
}

/* loader set */
.loader {
    height: 100vh;
    width: 100%;
    background: var(--main-them-bg-color);
    position: fixed;
    z-index: 9999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.2s ease-in-out;
}

.load-hidden {
    opacity: 0;
    visibility: hidden;
}

.load-dot-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.load-dot {
    background: none;
}

.load-dot:nth-child(1) {
    animation: blow-up 1s infinite;
}

.load-dot:nth-child(2) {
    animation: blow-up 1s infinite;
    animation-delay: 250ms;
}

.load-dot:nth-child(3) {
    animation: blow-up 1s infinite;
    animation-delay: 500ms;
}

@keyframes blow-up {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }

}

.table th,
td {
    white-space: nowrap;
}

@media only screen and (max-width: 992px) {
    .margin-login {
        margin-top: 30%;
    }
}

/* <--------------- Chest random  --------------->*/
/* Create and Developed by Gotzillax (xdnz dev team) */
/* Copyright all right reserved 2023 */

#treasure img {
    transition: 0.2s ease-in-out;
}

#treasure img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.gshake {
    animation: shake 1s infinite;
}

@keyframes shake {
    0% {
        transform: translate(0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate(+.8em);
    }

    10%,
    30%,
    50% {
        transform: translate(-.2em);
    }

    70%,
    100% {
        transform: translate(0);
    }
}

:root {
    --bg: #0b0b12;
    --panel: rgba(16, 16, 28, .85);
    --panel2: rgba(25, 14, 45, .55);
    --border: rgba(155, 89, 255, .25);
    --border2: rgba(155, 89, 255, .45);
    --text: rgba(255, 255, 255, .88);
    --muted: rgba(255, 255, 255, .62);
    --purple: #9b59ff;
    --purple2: #c6a6ff;
    --glow: 0 0 0.75rem rgba(155, 89, 255, .35);
    --radius: 18px;
}



/* Modal theme */
.modal-content.dark-purple {
    background: linear-gradient(180deg, rgba(12, 12, 22, .98), rgba(10, 10, 18, .95));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .55), var(--glow);
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid var(--border);
    background: linear-gradient(90deg, rgba(155, 89, 255, .14), transparent 55%);
}

.modal-footer {
    border-top: 1px solid var(--border);
    background: rgba(0, 0, 0, .15);
}

.btn-purple {
    background: linear-gradient(135deg, rgba(155, 89, 255, .95), rgba(120, 60, 255, .9));
    border: 1px solid rgba(198, 166, 255, .35);
    color: #fff;
    box-shadow: 0 10px 26px rgba(155, 89, 255, .22);
}

.btn-purple:hover {
    filter: brightness(1.08);
}

.btn-outline-purple {
    border: 1px solid rgba(155, 89, 255, .55);
    color: var(--purple2);
    background: rgba(155, 89, 255, .08);
}

.btn-outline-purple:hover {
    background: rgba(155, 89, 255, .18);
    border-color: rgba(155, 89, 255, .8);
    color: #fff;
}

/* Tabs (Bootstrap nav-tabs) */
.nav-tabs {
    border-bottom: 1px solid var(--border);
    gap: .5rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    color: var(--muted);
    border-radius: 999px;
    padding: .55rem .9rem;
    background: rgba(155, 89, 255, .06);
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background: rgba(155, 89, 255, .12);
    border-color: rgba(155, 89, 255, .25);
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(155, 89, 255, .35), rgba(155, 89, 255, .12));
    border-color: rgba(155, 89, 255, .45);
    box-shadow: var(--glow);
}

/* Filter segmented */
.segmented {
    background: rgba(155, 89, 255, .06);
    border: 1px solid rgba(155, 89, 255, .22);
    border-radius: 999px;
    padding: .25rem;
    display: inline-flex;
    gap: .25rem;
}

.segmented .btn {
    border-radius: 999px !important;
    padding: .45rem .85rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.segmented .btn.active {
    background: rgba(155, 89, 255, .28);
    border-color: rgba(155, 89, 255, .5);
    color: #fff;
    box-shadow: var(--glow);
}

/* Custom Table */
.topup-table-wrap {
    background: linear-gradient(180deg, rgba(155, 89, 255, .08), rgba(0, 0, 0, .12));
    border: 1px solid rgba(155, 89, 255, .18);
    border-radius: 16px;
    padding: 12px;
}

table.topup-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    /* row gap */
    font-size: .95rem;
}

.topup-table thead th {
    color: rgba(255, 255, 255, .75);
    font-weight: 700;
    text-transform: none;
    padding: 10px 12px;
}

.topup-table tbody tr {
    background: rgba(20, 14, 35, .55);
    border: 1px solid rgba(155, 89, 255, .12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.topup-table tbody tr:hover {
    transform: translateY(-2px);
    background: rgba(155, 89, 255, .10);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35), var(--glow);
}

.topup-table tbody td {
    padding: 12px 12px;
    color: rgba(255, 255, 255, .9);
    border-top: 1px solid rgba(155, 89, 255, .12);
    border-bottom: 1px solid rgba(155, 89, 255, .12);
}

.topup-table tbody td:first-child {
    border-left: 1px solid rgba(155, 89, 255, .12);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    width: 90px;
    color: rgba(255, 255, 255, .82);
    font-weight: 700;
}

.topup-table tbody td:last-child {
    border-right: 1px solid rgba(155, 89, 255, .12);
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    width: 160px;
    text-align: right;
    font-weight: 800;
    color: #fff;
}

.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    border-radius: 999px;
    background: rgba(155, 89, 255, .20);
    border: 1px solid rgba(155, 89, 255, .38);
    box-shadow: 0 10px 20px rgba(155, 89, 255, .16);
    color: #fff;
}

.username {
    font-weight: 700;
    letter-spacing: .2px;
}

.subhint {
    color: var(--muted);
    font-size: .88rem;
}

.empty-state {
    border: 1px dashed rgba(155, 89, 255, .35);
    background: rgba(155, 89, 255, .06);
    border-radius: 16px;
    padding: 18px;
    color: rgba(255, 255, 255, .75);
    text-align: center;
}

/* <--------------- Announce Popup  --------------->*/
/* Create and Developed by Yosiket (xdnz dev team) */
/* Copyright all right reserved 2024 */