﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    margin: 0px auto;
}
code {
    font-family: 'Inter', sans-serif!important;
}.app {
    max-width: 500px;
    margin: auto;
    padding: 20px 15px;
    padding-bottom: 80px;
}
.app {
    opacity: 0;
    animation: fadeInApp 1s ease forwards;
}

@keyframes fadeInApp {
    to {
        opacity: 1;
    }
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Right-side Icons */
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .header-right a {
        line-height: 13px;
    }

    .header-right i {
        font-size: 23px;
        color: #333;
        cursor: pointer;
    }

        .header-right i:hover {
            color: #F7931A;
        }



.visitor-card {
    /*background-color: #f8f9fa;*/
    background-image: url("images/bg-stakefund.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    /*font-family: 'Segoe UI', sans-serif;*/
}

.visitor-title {
    font-size: 15px;
    color: #414141;
    margin-bottom: 4px;
    font-weight: 600;
}

.visitor-count {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

    .visitor-count small {
        font-size: 15px;
        color: #888;
        font-weight: normal;
    }

.visitor-right {
    text-align: right;
}

.visitor-button {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    margin-bottom: 6px;
}

    .visitor-button i {
        margin-left: 5px;
        font-size: 15px;
    }

.visitor-growth {
    color: #1d2f21;
    font-size: 15px;
    font-weight: 600;
}

.date {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

/* Right-side Icons */
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .header-right i {
        font-size: 23px;
        color: #333;
        cursor: pointer;
    }

        .header-right i:hover {
            color: #F7931A;
        }

.summary {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.card {
    background: #f6f6f8;
    border-radius: 18px;
    padding: 16px;
    flex: 1;
    /*margin-right: 10px;*/
    text-align: left;
    border-width: 0px;
}

    .card:last-child {
        margin-right: 0;
    }

.label {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.value {
    font-size: 22px;
    font-weight: 700;
}

.gain {
    font-size: 13px;
    color: #F7931A;
    font-weight: 600;
}

.loss {
    font-size: 13px;
    color: #fc2222;
    font-weight: 600;
}

.section-title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}

.positions {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 24px;
}

.position-card {
    flex: 0 0 auto;
    min-width: 150px;
    background: #f9f9fb;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

    .position-card .name {
        font-weight: 600;
        margin-bottom: 4px;
    }

    .position-card .subtext {
        font-size: 12px;
        color: #999;
    }

.top-assets {
    display: -webkit-box;
    gap: 12px;
    margin: 20px 0;
    overflow: scroll;
    scrollbar-width: none;
}

.asset-card {
    background: #f6f6f8;
    border-radius: 14px;
    padding: 12px;
    width: 60%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: block;
    text-decoration: none;
    color: #000;
}

.asset-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .asset-left img {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

.asset-name {
    font-weight: 600;
}

.asset-right {
    font-size: 14px;
    font-weight: 600;
    color: #F7931A;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.button-row {
    display: flex;
    gap: 12px;
    margin: 16px 0 24px;
    width: 100%;
    justify-content: space-between;
}

.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7e3cb;
    color: #333;
    font-weight: 600;
    border-radius: 24px;
    height: 48px;
    width: 48px;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

    .icon-btn i {
        font-size: 20px;
    }

    .icon-btn span {
        display: none;
        margin-left: 8px;
    }

    /* Common styles for hover and active */
    .icon-btn:hover,
    .icon-btn:focus,
    .icon-btn.active {
        width: auto;
        padding: 0 20px;
    }

        .icon-btn:hover span,
        .icon-btn:focus span,
        .icon-btn.active span {
            display: inline;
        }

    /* Optional: active color styling */
    .icon-btn.active {
        background-color: #000;
        color: white;
    }

        .icon-btn.active i {
            color: white;
        }


.btn {
    /*display: flex;*/
    align-items: center;
    background: #F7931A;
    color: #fff;
    padding: 15px 18px;
    border-radius: 20px;
    font-weight: 600;
}

    .btn:hover {
        /*display: flex;*/
        align-items: center;
        background: #F7931A;
        color: #fff;
        padding: 15px 18px;
        border-radius: 20px;
        font-weight: 600;
    }
    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
        background: #F7931A;
    }
    .payment-history {
        padding: 16px 0px 0px 0px;
        /*background: #fff;*/
        margin-top:20px;
        border-top: 1px solid #eee;
        /*font-family: sans-serif;*/
    }

.payment-date {
    font-weight: bold;
    margin-bottom: 12px;
}

.transaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.transaction-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.transaction-details {
    flex: 1;
}

.transaction-type {
    font-weight: 600;
    margin-bottom: 4px;
}

.transaction-address {
    font-size: 0.85em;
    color: #888;
}

.transaction-amount {
    font-weight: bold;
    text-align: right;
}

    .transaction-amount.positive {
        color: green;
    }

    .transaction-amount.negative {
        color: red;
    }

.transaction-usd {
    font-size: 0.85em;
    color: #888;
    text-align: right;
}

/* Footer Style */
/* Footer Style */
.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Centers the footer */
    width: 100%;
    max-width: 500px; /* Set max-width for the footer */
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    z-index: 10;
}

.footer-item {
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

    .footer-item i {
        font-size: 24px;
        color: #333;
    }

    .footer-item span {
        display: block;
        /*margin-top: 6px;*/
    }

    .footer-item:hover {
        color: #F7931A;
    }

/* Specific Styles for the Swap Button */
.swap-item i {
    font-size: 36px; /* Make the Swap icon larger */
    background-color: #f0f0f0; /* Light background color */
    border-radius: 50%; /* Circular shape */
    padding: 10px; /* Padding to make it look better */
    transition: all 0.3s ease;
}

.swap-item:hover i {
    background-color: #F7931A; /* Change background on hover */
    color: white; /* Make icon white on hover */
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .header .btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .header h5 {
        margin: 0;
        margin-left: 10px;
        font-weight: 600;
    }

.card-summary {
    display: flex;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

    .card-summary div {
        text-align: center;
        flex: 1;
    }

    .card-summary h6 {
        margin: 0;
        font-weight: bold;
        font-size: 1rem;
    }

    .card-summary small {
        color: #777;
    }

.user-status {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-confirmed {
    background-color: #d1e7dd;
    color: #0f5132;
}

.status-active {
    background-color: #F7931A;
    color: #0f5132;
}

.status-waiting {
    background-color: #fff3cd;
    color: #664d03;
}

.status-completed {
    background-color: #f8d7da;
    color: #842029;
}

.status-active {
    color: #ffffff;
}   

.status-pending {
    color: #ffc107;
}

.status-inactive {
    color: #6c757d;
}

.form-label {
    font-weight: 500;
    /*margin-top: 15px;*/
}

.input-group-text {
    background-color: #f0f0f0;
    /*border: none;*/
}

.form-control {
    border-radius: 15px;
    padding: 17px 15px;
}

.status {
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 12px;
    text-transform: uppercase;
    float:right;
}

.credit {
    background-color: #d4edda;
    color: #155724;
}

.debit {
    background-color: #f8d7da;
    color: #721c24;
}

.message {
    font-style: italic;
    font-size: 0.9rem;
    color: #6c757d;
}

.history-card {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    transition: 0.3s;
}

    .history-card:hover {
        transform: translateY(-3px);
        box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
    }

.history-title {
    
    font-weight: bold;
}

.history-info {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 6px;
}

.id-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .id-option img {
        width: 40px;
        height: 30px;
    }

    .id-option span {
        flex-grow: 1;
        margin-left: 15px;
        font-size: 1rem;
    }

.next-btn {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 500;
}

.small-text {
    font-size: 0.85rem;
    color: #666;
    margin-top: 20px;
}

    .small-text a {
        color: #000;
        font-weight: 500;
        text-decoration: underline;
    }

.custom-dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .custom-dropdown .selected-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 17px 15px;
        cursor: pointer;
        background-color: #fff;
    }

        .custom-dropdown .selected-option img {
            width: 24px;
            height: 16px;
            margin-right: 10px;
        }

    .custom-dropdown .options-list {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

        .custom-dropdown .options-list li {
            padding: 10px 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

            .custom-dropdown .options-list li img {
                width: 24px;
                height: 16px;
                margin-right: 10px;
            }

            .custom-dropdown .options-list li:hover {
                background-color: #f0f0f0;
            }

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .contact-item i {
        font-size: 20px;
        margin-right: 10px;
        color: #333;
    }

.accordion-button {
    font-weight: 500;
}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

    .info-item i {
        margin-right: 6px;
    }

.badge-status {
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: capitalize;
}

.deposit-card {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.05);*/
}

.balance-heading {
    font-size: 28px;
    font-weight: bold;
}

.performance {
    font-size: 14px;
    margin-top: 5px;
}

.text-down {
    color: #dc3545;
}

.text-up {
    color: #198754;
}

.toggle-switch {
    background: #f1f1f1;
    padding: 3px;
    border-radius: 25px;
    display: inline-flex;
    gap: 3px;
}

    .toggle-switch span {
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 13px;
        cursor: pointer;
    }

.toggle-active {
    background: #000;
    color: #fff;
}

.card-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    border-top: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
}


.btn-change {
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 8px;
}

.rating-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
}

.btn-exchange {
    /*background-color: #198754;*/
    color: white;
    /*padding: 15px;*/
    border-radius: 25px;
}

    .btn-exchange:hover {
        border: 1px solid #198754;
    }

.form-control, .form-select {
    padding: 13px;
}

    .form-control:focus, .form-select:focus {
        border-color: #ddd;
        box-shadow: none;
    }

.btn-group .btn {
    padding: 6px;
}

.order-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .order-card h6 {
        font-weight: 600;
        margin-bottom: 0;
    }

.order-detail {
    font-size: 0.9rem;
}

.order-label {
    color: #6c757d;
}

.order-value {
    font-weight: 600;
    color: #1c2536;
}

.section-title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}
.slot-details {
    background-color: #f8f9fa;
    border-radius: 12px;
}

    .slot-details h6 {
        font-size: 1rem;
    }

    .slot-details .text-muted {
        font-size: 0.85rem;
    }
.btn-buy {
    background-color: #F7931A;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 30px;
    width: 100%;
    font-weight: 600;
}

    .btn-buy:hover {
        background-color: #e1810d;
    }

/*.input-group .form-control {
    max-width: 60px;
}*/

.input-group .btn {
    border-color: #e5e8eb;
}

.terms-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.invite-section {
    padding: 20px;
    max-width: 540px;
    margin: auto;
}

    .invite-section img {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .invite-section p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 20px;
        color: #333;
    }

.code-box {
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fef9f9;
    margin-bottom: 20px;
}

    .code-box span {
        font-weight: 600;
    }

    .code-box button {
        background-color: #e9e7e7;
        color: #000;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
    }

.whatsapp-btn {
    background-color: #25D366;
    color: #fff;
    width: 48%;
    padding: 17px 5px;
    border-radius: 60px;
    font-weight: 500;
    border: none;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.telegram-btn {
    background-color: #24c3ff;
    color: #fff;
    width: 48%;
    padding: 17px 5px;
    border-radius: 60px;
    font-weight: 500;
    border: none;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.links-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    padding: 0 5px;
}

    .links-row a {
        color: #247cff;
        text-decoration: none;
    }

.countdown {
    text-align: center;
    margin-top: 25px;
}

    .countdown p {
        font-weight: 600;
        font-size: 1rem;
    }

.timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

    .timer div {
        background-color: #1c2536;
        color: #fff;
        padding: 8px 12px;
        border-radius: 8px;
        min-width: 40px;
        text-align: center;
        font-weight: bold;
    }


.user-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .user-box img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
    }

    .user-box .user-details {
        flex: 1;
    }

    .user-box h6 {
        margin: 0;
        font-weight: bold;
    }

    .user-box p {
        margin: 0;
        font-size: 0.9rem;
        color: #666;
    }

#settingsSubMenu .settings-item {
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 5px;
}

.settings-item {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

    .settings-item:last-child {
        border-bottom: none;
    }

    .settings-item i {
        font-size: 22px;
        margin-right: 15px;
        color: #333;
        width: 30px;
        text-align: center;
    }

.settings-label {
    flex-grow: 1;
}

    .settings-label .title {
        font-weight: 500;
    }

    .settings-label .desc {
        font-size: 0.8rem;
        color: #888;
    }

.flag-img {
    width: 25px;
}

.form-check-input {
    margin-left: auto;
}

.logout {
    margin-top: 20px;
    text-align: center;
}

    .logout a {
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        padding: 12px;
        display: block;
        border-radius: 12px;
        background: #F7931A;
        transition: 0.2s;
    }

        .logout a:hover {
            background: #F7931A;
        }

.verified-badge {
    position: fixed;
    height: 16px !important;
    width: 16px !important;
    margin-left: 5px;
}

/* Hover effect for clickable items */
a.settings-link:hover .settings-item {
    background-color: #f9f9f9;
    border-radius: 10px;
}

a.settings-link {
    text-decoration: none;
    color: inherit;
}

.network-row {
    background-color: #fff;
    border-radius: 15px;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.06);*/
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}


    .network-row:nth-child(1) {
        animation-delay: 0.2s;
    }

    .network-row:nth-child(2) {
        animation-delay: 0.4s;
    }

    .network-row:nth-child(3) {
        animation-delay: 0.6s;
    }

.logo-col img {
    height: 50px;
}

.info-col {
    flex-grow: 1;
    padding-left: 15px;
}

.network-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.network-chain {
    font-size: 0.95rem;
    color: #888;
}

.network-address {
    font-size: 0.85rem;
    color: #444;
    word-break: break-word;
}

.send-col {
    text-align: right;
}

.send-icon {
    font-size: 26px;
    color: #0d6efd;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.terms-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

    .terms-box h5 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .terms-box ol {
        padding-left: 20px;
    }

    .terms-box li {
        margin-bottom: 12px;
        font-size: 0.95rem;
        color: #555;
    }

.btn-back {
    color: #000;
    font-size: 24px;
}

.form-icon {
    /*position: absolute;*/
    top: 72%;
    left: 15px;
    /*transform: translateY(-50%);*/
    font-size: 20px;
    color: #6c757d;
}
.input-group-icon input,
.input-group-icon select,
.input-group-icon textarea {
    padding-left: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .input-group-icon input:focus,
    .input-group-icon select:focus,
    .input-group-icon textarea:focus {
        border-color: #2196f3;
        box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
    }
/*.btn-withdraw {
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 10px;
    background-color: #000;
    color: white;
    padding: 12px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-withdraw:hover {
        background-color: #1e88e5;
        transform: translateY(-2px);
    }*/

h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.input-group-icon {
    position: relative;
}

    .input-group-icon input,
    .input-group-icon select,
    .input-group-icon textarea {
        padding-left: 40px;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        border: 1px solid #ccc;
        transition: all 0.3s ease;
        padding-top: 15px;
        padding-bottom: 15px;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-back {
    font-size: 20px;
    color: #333;
}



    .network-row:nth-child(1) {
        animation-delay: 0.2s;
    }

    .network-row:nth-child(2) {
        animation-delay: 0.4s;
    }

    .network-row:nth-child(3) {
        animation-delay: 0.6s;
    }

.logo-col img {
    height: 50px;
}

.info-col {
    flex-grow: 1;
    padding-left: 15px;
}

.network-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.network-chain {
    font-size: 0.95rem;
    color: #888;
}

.network-address {
    font-size: 0.85rem;
    color: #444;
    word-break: break-word;
}
.terms-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.terms-box ol {
    padding-left: 20px;
}

.terms-box li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #555;
}


.qr-box {
    text-align: center;
    margin-bottom: 20px;
}

  

.deposit-address {
    font-weight: 500;
    font-size: 1rem;
    word-break: break-all;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
}


#copyMsg {
    color: green;
    margin-left: 10px;
    display: none;
}

.row-cols-2 .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-warning {
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 15px;
    margin-bottom: 0px;
}
ul {
    padding-left: 20px;
}

    ul li {
        font-size: 0.95rem;
        color: #555;
    }
h6 {
    font-weight: 600;
    margin-top: 25px;
}

p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
}


.notification-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

    .notification-item h6 {
        font-size: 15px;
        margin-bottom: 5px;
        color: #ffc107;
    }

    .notification-item p {
        margin: 3px 0;
        font-size: 13px;
        color: #555;
    }

.notification-time {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}
.how-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .how-step i {
        font-size: 24px;
        margin-right: 15px;
        color: #333;
        flex-shrink: 0;
    }

    .how-step .step-text {
        flex-grow: 1;
    }

    .how-step .step-title {
        font-weight: 600;
    }

    .how-step .step-desc {
        font-size: 0.95rem;
        color: #666;
    }

.video-section {
    margin-top: 30px;
}

    .video-section iframe {
        border-radius: 12px;
        width: 100%;
        height: 200px;
    }
.badge-icons i {
    margin-right: 2px;
    color: #fbc02d;
}

.payment-icons img {
    height: 22px;
    margin-right: 5px;
}

.text-muted {
    font-size: 0.875rem;
}
.exchange-card {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 10px;
    margin-bottom: 15px;
}

    .exchange-card .price {
        font-size: 1.4rem;
        font-weight: 600;
        color: #000;
    }

/*.new-user-badge {
    background-color: #d1f1e3;
    color: #0a8f59;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
}*/




.profile-pic {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.market-card {
    background-color: #fff;
    border-radius: 14px;
    /*padding: 16px 20px;*/
    margin-bottom: 16px;
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);*/
    transition: transform 0.2s ease;
}

    .market-card:hover {
        transform: translateY(-2px);
    }

.crypto-icon {
    height: 32px;
    width: 32px;
    margin-right: 12px;
}

.crypto-name {
    font-weight: 600;
    font-size: 1rem;
}

.crypto-symbol {
    font-size: 0.85rem;
    color: #6c757d;
}

.market-info {
    font-size: 0.9rem;
}

.change-positive {
    color: #F7931A;
}

.change-negative {
    color: #dc3545;
}

.badge-change {
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}
.brand-name {
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.btn-login {
    border: 1px solid #ccc;
    color: #000;
}

.btn-register {
    background-color: #F7931A;
    color: #fff;
}

.btn-group-custom {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.carousel-indicators {
    justify-content: center;
    margin-top: 15px;
}

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 4px;
        opacity: 1;
    }

    .carousel-indicators .active {
        background-color: #000;
    }
.w-60 {
width:60%;}
.input-group-text {
    /*background: white;*/
    /*padding: 15px;*/
    border-radius: 15px;
    border-left-width: 0px;
    color: #2E1C39;
    font-weight: bold;
    text-decoration: none;
}
.w-40 {
width:40%;}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight:bold;}
/*.more-details-row {
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
}*/
.order-status {
    font-weight: 600;
}


.status-confirm {
    color: #198754;
}

.status-process {
    color: #ffc107;
}

.status-hold,.status-pending {
    color: #dc3545;
}


.new-user-badge-confirm {
    background-color: #d1f1e3;
    color: #0a8f59;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
}
.new-user-badge-process {
    background-color: #d1dbf1;
    color: #0743d1;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
}
.new-user-badge-pending {
    background-color: #f1e5d1;
    color: #d18f07;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
}

.new-user-badge-hold {
    background-color: #f1d1d1;
    color: #d30606;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 10px;
}
.digit-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #f1fff8;
    color: #F7931A;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: 20px;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: color 0.3s ease;
}
.digit-box {
    transition: transform 0.3s ease;
}

    .digit-box:hover {
        transform: scale(1.2);
        color: #f1f1f1;
        box-shadow: 0 0 10px #ffc107;
    }

/* Class to trigger flip */
.flip {
    animation: flip 0.6s ease forwards;
}

/* Flip animation */
@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}
.bg-warning {
    background-color: #F7931A!important;
}

.network-scroll {
    padding-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: #4a3b32 transparent;
}


/* Dark Mode Styles */
body.dark-mode {
    background-color: #251F1B;
    color: #ffffff;
}

    body.dark-mode .app,
    body.dark-mode .settings-item,
    body.dark-mode .footer,
    body.dark-mode .user-box
    {
        background-color: #251F1B !important;
        color: #ffffff;
    }
    body.dark-mode .summarycard {
        background-color: #2C241F !important;
        color: #ffffff;
    }
    body.dark-mode .card-part, body.dark-mode .slot-order, body.dark-mode .exchange-card, body.dark-mode .card-box, body.dark-mode .rating-card, body.dark-mode .card-summary, body.dark-mode .my-team, body.dark-mode .notification-item {
        background-color: #2C241F !important;
        border: 1px solid #4a3b32 !important;
        color: #ffffff;
    }
    body.dark-mode .slot-details, body.dark-mode .deposit-card, body.dark-mode .transaction-card, body.dark-mode .plan-box, body.dark-mode .history-card, body.dark-mode .modal .modal-content, body.dark-mode .invite-section .code-box, body.dark-mode .network-row, body.dark-mode .terms-box {
        background-color: #2C241F !important;
        border: 1px solid #4a3b32 !important;
        color: #ffffff;
    }
    body.dark-mode .exchange-card .form-control, body.dark-mode .app-subscribe-card, body.dark-mode .dubai-card {
        background-color: #2C241F !important;
        color: #ffffff;
    } body.dark-mode .visitor-card {
            background-image: url("images/bg-stakefund-dark.jpg");
            color: #ffffff;
        }
    body.dark-mode .modal .modal-content .modal-header .btn-close {
    background-color:white;} body.dark-mode .app .date, body.dark-mode .visitor-card .visitor-title, body.dark-mode .visitor-card .visitor-count, body.dark-mode .visitor-card .visitor-growth, body.dark-mode .summarycard .label {
            color: #ffffff;
        }
    body.dark-mode .plan-box .plan-price, body.dark-mode .plan-box ul li, body.dark-mode .history-card .history-info, body.dark-mode .app p, body.dark-mode .app h2, body.dark-mode .card-part p, body.dark-mode .notification-item p, body.dark-mode .rating-card ul li {
        color: #ffffff !important;
    }
        body .dark-mode .settings-link {
        border-color: #333;
    }

    body.dark-mode .settings-item i,
    body.dark-mode .settings-label .title,
    body.dark-mode .settings-label .desc, body.dark-mode .footer-item, body.dark-mode .footer-item i, body.dark-mode .text-dark, body.dark-mode .text-muted, body.dark-mode .header-right i {
        color: #ffffff !important;
    }
    body.dark-mode .swap-item i, body.dark-mode .transaction-icon {
        background-color: #ffffff !important;
        color: #2C241F !important;
    }

    body.dark-mode .network-scroll, body.dark-mode .terms-box ol li {
        color: #ffffff;
    }
    body.dark-mode .app .text-success {
        color: #198754 !important;
    }
    body.dark-mode .app .text-danger {
        color: #dc3545!important;
    }

    body.dark-mode .exchange-card input::placeholder, body.dark-mode .app .contact-item i {
        color: #ffffff;
    }
    body.dark-mode .logo {
        filter: invert(1);
    }
    body.dark-mode .date .alert-warning {
    color:#333!important;}