﻿/*# PERSONAL ADDED CSS
--------------------------------------------------------------*/

b {
    color: #6f43b4;
}
h2{
    font-weight:bold;
}

.login-container {
    max-width: 400px;
    margin: 40px auto;
   
    border-radius: 12px;
    color: black;
    font-family: Arial, sans-serif;
}

.register-container {
    padding: 10px;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    color: black;
    font-family: Arial, sans-serif;
}
    .register-container label {
        margin-bottom: 4px;
    }

    .wallet-options {
        background: #1a1a1a;
        border: 1px solid #2c2c2c;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

.wallet-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #2c2c2c;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

    .wallet-item:hover {
        background: #2c2c2c;
    }

    .wallet-item img {
        height: 28px;
        margin-right: 12px;
    }

    .wallet-item span {
        flex: 1;
        font-size: 16px;
        color: #fff;
    }

    .wallet-item:last-child {
        border-bottom: none;
    }

.installed .status-tag {
    background: #444;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    color: #ccc;
}

.divider {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
}
    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #555;
        margin: 0 10px;
    }

.email-login-form,
.email-register-form {
    display: flex;
    gap: 8px;
}

    .email-login-form input,
    .email-register-form input {
        flex: 1;
        padding: 12px;
        border-radius: 10px;
        border: none;
        background: #222;
        color: white;
    }

    .email-login-form button, .signupForm,
    .email-register-form button {
        background: #6f43b4;
        border: none;
        padding: 12px 16px;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .email-login-form button img,
        .email-register-form button img {
            height: 20px!important;
            width: 20px!important;
            object-fit: contain;
            display: block;
        }

    .email-register-form button {
        background: #6f43b4; /* Violet tone */
        border: none;
        padding: 12px 16px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.terms {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

    .terms a {
        color: #cfaaff;
        text-decoration: underline;
    }

.code-digit {
    width: 50px !important;
    height: 50px !important;
    font-size: 22px !important;
    text-align: center !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    background-color: #222;
    color: #fff;
}

.copy-button {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

    .copy-button:hover {
        background: linear-gradient(135deg, #66BB6A, #43A047);
        transform: scale(1.05);
    }

    .copy-button:active {
        transform: scale(0.98);
    }


:root {
    --faq-bg-dark: linear-gradient(135deg, #0d0d2b, #2c2c54);
    --faq-bg-light: linear-gradient(135deg, #f8f8f8, #e0e0e0);
    --faq-color-dark: #f8f8f8;
    --faq-color-light: #333;
    --faq-accent: #29ffc6;
}

body.dark-mode .faq-section {
    background: var(--faq-bg-dark);
    color: var(--faq-color-dark);
}

body.light-mode .faq-section {
    background: var(--faq-bg-light);
    color: var(--faq-color-light);
}

.faq-section {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
}

.animated-faq .accordion-item {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    transform: translateY(0);
    transition: all 0.4s ease;
}

    .animated-faq .accordion-item:hover {
        transform: translateY(-5px);
    }

.accordion-button {
    background-color: rgba(42, 42, 90, 0.9);
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: background-color 0.3s;
}


    .accordion-button::after {
        filter: invert(1);
        transition: transform 0.3s;
    }

    .accordion-button[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

.accordion-body {
    background-color: rgba(16, 16, 48, 0.95);
    padding: 1.5rem;
    font-size: 1rem;
    color: #ccc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    animation: fadeIn 0.5s ease;
}


#calendar .card {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

    #calendar .card:hover {
        transform: translateY(-10px);
    }

#calendar i {
    transition: color 0.3s ease;
}

#calendar .card:hover i {
    color: #ff9900;
}
.list-unstyled li {
    font-size:16px;
    padding:6px;
}

#calendar ul li div {
    line-height: 1.4;
}

    #calendar ul li div .small {
        font-size: 13px;
        color: #888;
    }

#earn-swap h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

#earn-swap .table {
    font-size: 14px;
}

section h2 {
    font-weight: 700;
}

section .lead {
    font-size: 1.15rem;
}

/* Container & Section */
#swap {
    background: #f7f8fa;
}

    #swap .container > h2 {
        font-weight: 800;
        font-size: 2rem;
        color: #222;
    }

    #swap .lead {
        font-size: 1.1rem;
        color: #555;
    }

    /* Cards */
    #swap .border {
        border: none !important;
    }

        #swap .border.rounded-4 {
            background: #fff;
            border-radius: 1rem !important;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

            #swap .border.rounded-4:hover {
                transform: translateY(-8px);
                box-shadow: 0 12px 30px rgba(0,0,0,0.12);
            }

    /* Rates & Features Column */
    #swap h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        color: #111;
    }

    #swap .table {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
    }

    #swap ul.list-unstyled {
        padding-left: 0;
    }

        #swap ul.list-unstyled li {
            margin-bottom: 0.75rem;
            display: flex;
            align-items: start;
            justify-content: center;
        }

            #swap ul.list-unstyled li i {
                font-size: 1.2rem;
                margin-top: 2px;
            }

    /* Center Image */
    #swap .img-fluid {
        max-width: 100%;
        height: auto;
    }

    /* How It Works Column */
    #swap ol {
        padding-left: 1.2rem;
    }

        #swap ol li {
            margin-bottom: 1rem;
            position: relative;
            padding-left: 1.5rem;
            color: #333;
        }

            #swap ol li i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 1.2rem;
                color: var(--bs-primary);
            }

    /* Buttons */
    #swap .btn-primary {
        background: linear-gradient(135deg, #4a90e2, #50e3c2);
        border: none;
        padding: 0.65rem 1.5rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 50px;
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }

        #swap .btn-primary:hover {
            background: linear-gradient(135deg, #3b78c1, #3fc2a5);
            box-shadow: 0 6px 18px rgba(0,0,0,0.1);
        }

/* Responsive tweaks */
@media (max-width: 991px) {
    .card-body .badge {
        font-size: 0.85rem;
    }
    #swap .row.align-items-center {
        text-align: center;
    }

    #swap .col-lg-4 {
        margin-top: 2rem;
    }
}

.card-body p {
    font-size: 0.95rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .popupContainer {
        width: 95vw;
        padding: 10px;
        border-radius: 16px;
    }

    .wallet-item span {
        font-size: 14px;
    }

    .code-digit {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }

    .email-login-form input,
    .email-register-form input {
        font-size: 14px;
    }

    .btn {
        padding: 10px 14px;
        font-size: 14px;
    }
}


.settings-container, .exchange-container, .earn-container, .dashboard-card, .packages {
    background: linear-gradient(135deg, #ffffff, #d5d6a9);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-top: 2rem;
}


.earn-card {
    background-color: #1e1e1e;
    border-radius: 12px;
    border: 2px solid #28a745;
    padding: 20px;
    color: white;
    height: 100%;
    transition: all 0.3s ease;
}

    .earn-card.disabled {
        opacity: 0.5;
        border-color: #6c757d;
    }

    .earn-card li {
        font-size: 1rem;
    }

    .earn-card img {
        max-height: 120px;
        object-fit: contain;
        width: 100%;
    }

.countdown {
    font-size: 0.9rem;
    color: #ffc107;
    margin-top: 10px;
}



.level-bar {
    background-color: #1b1b1b;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
    box-shadow: 0 0 12px rgba(0, 255, 100, 0.15);
    margin-bottom: 20px;
}

.level-step {
    text-align: center;
    flex: 1;
    color: #ccc;
    position: relative;
}

    .level-step .icon {
        font-size: 1.6rem;
        margin-bottom: 6px;
    }

    .level-step .label {
        font-size: 0.85rem;
        font-weight: 600;
    }

    .level-step .requirements {
        font-size: 0.7rem;
        color: #aaa;
    }

    .level-step.active {
        color: #ffd700;
        text-shadow: 0 0 8px #ffd700;
    }

    .level-step.completed {
        color: #00ff91;
    }

    .level-step.locked {
        opacity: 0.4;
    }

.progress-track {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 4px;
    background: #333;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(to right, #00ff91, #ffd700);
    width: 0%;
    transition: width 0.4s ease-in-out;
}



.dashboard-nav {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    white-space: nowrap;
}

    .dashboard-nav .nav-link {
        color: #555;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }

        .dashboard-nav .nav-link:hover,
        .dashboard-nav .nav-link.active {
            color: #fff6aa;
            border-bottom: 2px solid #fff6aa;
            background-color: #595959;
        }

.settings-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 7px;
}
.tab-pane {
    padding-top: 1.5rem;
    min-height: 200px;
}

    .tab-pane h2, h3, h4, h5 {
        color: white;
    }

    .tab-pane p {
        color: black;
    }

@@media (max-width: 576px) {
    .dashboard-card {
        padding: 1rem;
    }

    .dashboard-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

/*CSS related to  Account Details*/
.account-details {
    background: linear-gradient(135deg, #797979, #494949);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    color: #e2e2e2;
    font-size: 1rem;
}

    .account-details li {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .account-details li:last-child {
            border-bottom: none;
        }

    .account-details span {
        font-weight: 500;
        color: #ccc;
    }

    .account-details strong {
        font-weight: 600;
        color: #fff;
    }

.card-panel {
    background: linear-gradient(145deg, #272b4f, #2e2e2e);
    border-left: 4px solid #4d5fd3;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    color: #f0f0f0;
    transition: all 0.3s ease;
}

.upgrade-panel {
    background: linear-gradient(135deg, #2c2f4a, #434668);
    border-left: 4px solid #6f72ff;
}

.withdraw-panel {
    color:white;
    background: linear-gradient(135deg, #2b3936, #3e534d);
    border-left: 4px solid #4dd3a3;
}

.card-panel h5 {
    color: #ffffff;
    font-weight: 600;
}

.card-panel .form-text {
    color: #ccc;
}
.card-panel .btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}
.card-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}




.form-select, .form-control, .form-range {
    font-size: 13px;
    padding: 4px 8px;
}

.banner-editor-wrapper {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #aaa;
}

.banner-editor {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    cursor: grab;
}

.text-block {
    position: absolute;
    padding: 6px 12px;
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    cursor: move;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    min-width: 100px;
    white-space: nowrap;
}

.banner-gallery img {
    width: 175px;
    margin: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

    .banner-gallery img.selected {
        border-color: #0d6efd;
    }



.card-title {
    font-weight: 600;
}
.card-text {
    background-color: violet;
    padding: 5px;
    font-weight: bold;
    color: white;
    width: 100%;
    font-size: 120%;

}

#ustp-token .card {
    transition: transform 0.3s ease;
}

#ustp-token .card:hover {
        transform: translateY(-5px);
    }


.animated-overlay {
    background: linear-gradient(-45deg, rgba(29,43,100,0.2), rgba(0,159,253,0.2), rgba(248,205,218,0.2), rgba(42,42,114,0.2));
    background-size: 400% 400%;
    animation: gradientMove 7s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.hero h2 {
    font-weight: 800;
    font-size: 2.8rem;
    background: linear-gradient(90deg, #ffe066, #be6df5, #60c2f7, #61f2c2);
    background-size: 300% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGlow 8s ease infinite;
}

@keyframes textGlow {
    0% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }

    100% {
        background-position: 0% center;
    }
}









/*Dashboard overview code*/
.card-overview {
    padding: 2rem;
    border-radius: 1rem;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    min-height: 180px;
}

    .card-overview:hover {
        transform: translateY(-6px);
    }

.bg-gradient-tips-profit {
    background: linear-gradient(135deg, #fffaa3, #d7a9e4);
}

.bg-gradient-blue {
    background: linear-gradient(135deg, #dba6e3, #7adbf4);
}

.bg-gradient-red {
    background: linear-gradient(135deg, #71cce0, #f3ffff);
}

.bg-gradient-purple {
    background: linear-gradient(135deg, rgb(231 242 175), rgb(99 154 0));
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #315478, #181818);
}

/* Typography tweaks */
.overview-section h5 {
    font-size: 1.2rem;
    opacity: 0.9;
}

.overview-section .display-6 {
    font-size: 2.75rem;
    font-weight: 700;
}

.list-group-item {
    border: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.chart-wrapper {
    position: relative;
    height: 300px;
    width: 100%;
}

#profitChart {
    width: 100% !important;
    height: 100% !important;
}

.card-overview h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}


/*TRANSACTIONS PAGE*/
.table-responsive {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.table {
    margin-bottom: 0;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table-dark {
    background-color: #1e1e2f;
    color: #f8f9fa;
}

    .table-dark thead {
        background-color: #29293d;
        color: #ffffff;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .table-dark th,
    .table-dark td {
        border: 1px solid #444;
        padding: 12px 16px;
        vertical-align: middle;
        text-align: center;
    }

    .table-dark tbody tr:nth-child(even) {
        background-color: #2a2a3d;
    }

    .table-dark tbody tr:hover {
        background-color: #343454;
        transition: background-color 0.3s ease;
    }

    .table-dark td:first-child {
        font-weight: 500;
        color: #ffc107;
    }

    .table-dark td:last-child {
        color: #00d1b2;
    }

    .table-dark td:nth-child(3) {
        font-size: 0.875rem;
        word-break: break-all;
        color: #d1d1d1;
    }