﻿:root {
    --primary-blue: #003366;
    --accent-green: #0fc083;
    --neutral-gray: #C0C0C0;
    --fintech-blue: #0A1A2F;
    --cyber-teal: #00F5D4;
    --wealth-gold: #FFD700;
    --data-purple: #6A5ACD;
    --alert-coral: #FF4F5B;
    --fintech-blue: #0A1E3D;
    --tech-cyan: #00F3FF;
    --alert-orange: #FF6B35;
    --primary-font-blue: #2E7D32;
    /**color scheme**/
    --background: #C8E6C9;
    --primary-font-color: #0FC083;
    --border: #C0C0C0;
    --background-card-title: #1A237E;
    --background-card-title2: #6B7AA1;
    --background-card-footer: #1A237E;
    --background-footer-card: #ECEFF1;
    --background-footer-button-text: #90A4AE;
    --background-footer-button-disable: #C8E6C9;
    --background-footer-button-active: #1A237E;
    --background-footer-button-border: #0E454A;
}

body {
    margin: 0;
    font-family: "Inter", Sans-serif,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.trading-container {
    background: #0E454A;
    color: white;
    min-height: 100vh;
}

.stars-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.stars-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .stars-row {
        gap: 12px;
    }

    .star-icon {
        font-size: 2rem;
    }
}

.star-icon {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.star-subtext {
    font-size: 0.9rem;
    color: #a8b2d1;
    letter-spacing: 1px;
    margin-top: -10px;
}

.main-title {
    font-size:1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}

.trading-text {
    color: #0FC083;
    font-weight: 800;
}
.txt1 {
    color: #0FC083;
}
.subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s 0.3s, transform 1s 0.3s;
}
.note {
    font-size: 1rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s 0.3s, transform 1s 0.3s;
}
.confirmNote {
    font-size: 0.8rem;
    padding: 0.6rem 0.6rem 0px 0.6rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s 0.3s, transform 1s 0.3s;
}


.btn-custom {
    background: linear-gradient(45deg,#0fc083 100%,#44F1B6 0%);
    text-transform: uppercase;
    color: #03281C;
    border-radius: 10px 10px 10px 10px;
    padding: 17px 50px 17px 50px;
    font-weight: 700;
    letter-spacing: 0px;
    word-spacing: 0px;
    justify-content: center;
    opacity: 0;
}

    .btn-custom:focus {
        color: #03281C;
        background-color: #009933;
    }
.btn-quit {
    background-color:#fa4343;
    text-transform: uppercase;
    color: #ffffff;
    border:none;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    letter-spacing: 0px;
    word-spacing: 0px;
    justify-content: center;
    opacity: 0;
}
.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #146c43;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-content {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid rgba(64, 156, 255, 0.3);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 40px rgba(0, 40, 120, 0.3);
    padding: 1rem;
    line-height: 2rem;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-popup-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
}

.btn-OK {
    width: 90%;
    margin-left: 5%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #f5f7fa;
    color: #6b7280;
    text-transform: uppercase;
}

.btn-cancel {
    width: 90%;
    margin-left: 5%;
    background: #34c759;
    transition: all 0.3s ease;
    border: 1px solid rgba(64, 156, 255, 0.3);
    color: white;
    padding: 1.2rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-OK:hover .btn-cancel:hover {
    background: rgba(64, 156, 255, 0.1);
}

.btn-cancel:active {
    border-color: #409CFF;
}

.popup-content p {
    text-align: left;
    font-weight: bold;
    padding: 1rem 0;
}
.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.star-active {
    color: #ffd700 !important;
    text-shadow: 0 0 10px #ffd700;
}

.star-blink {
    animation: blink 0.5s 2;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

.card-header {
    background:linear-gradient(45deg,#0fc083 100%,#44F1B6 0%);
    color: #FFFFFF;
    font-size: 100%;
}

.card-footer {
    color: #FFFFFF;
    background: #0FC083;
}

.list-item {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 4px 0;
    border: 1px solid var(--neutral-gray);
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.15s ease;
    position: relative;
    overflow: hidden;
}

    .list-item .label {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: var(--accent-green);
        color: white;
        margin-right: 10px;
    }

    .list-item.selected {
        background-color: #e3f2fd;
        border-left: 4px solid var(--accent-green);
        color: var(--primary-blue);
        position: relative;
    }

        .list-item.selected::after {
            content: "✓";
            position: absolute;
            right: 1rem;
            color: var(--accent-green);
            font-weight: bold;
        }

    .list-item:hover {
        background-color: #f0f0f0;
    }

    .list-item:active {
        animation: blink 1s ease-in-out;
    }

.step-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step {
    color: #000000;
    text-align:left;
    width: 100%;
    max-width: 768px;
    padding: 5px 10px;
    opacity: 0;
}

.d-hide {
    display: none;
}

.d-show {
    display: block;
}

.slide-up {
    animation: slide-up 0.5s forwards;
}

.slide-down {
    animation: slide-down 0.5s forwards;
}

@keyframes slide-up {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slide-down {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .step {
        padding: 5px 10px;
    }

    .card-body {
        padding: 0.7rem 1rem 0.4rem 1rem;
    }
}


.bottom-bar {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 1030;
}
.goto-whatsapp-button {
    background-color: #0fc083;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 80%;
    letter-spacing: 0.5px;
    overflow: hidden
}

    .goto-whatsapp-button::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 215, 0, 0.7),
        transparent );
        animation: shine 2s infinite;
        border-radius: inherit;
    }

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}
/*//background-color: #25D366;
.dax-breath-button {
    position: relative;
    padding: 12px 14px;
    border: 4px solid var(--border);    
    background: linear-gradient(45deg,#0fc083 100%,#44F1B6 0%);
    border-radius: 8px;
    font-weight: 700;
    font-size: 80%;
    color: var(--background-footer-button-text);
    letter-spacing: 0.5px;
    cursor: pointer;
}

    .dax-breath-button.trananimation {
        font-size: 100%;
        color: #FFFFFF;
        border: 4px solid var(--background-footer-button-border);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        animation: dax-pulse 1.25s ease-in-out infinite;
    }

    .dax-breath-button.trananimation2 {
        font-size: 100%;
        color: #FFFFFF;
        padding: 20px 10px;
        border: 4px solid var(--background-footer-button-border);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        animation: dax-pulse 1.25s ease-in-out infinite;
    }

.bull-indicator {
    display: inline-block;
    margin-right: 12px;
    color: var(--wealth-gold);
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.6));
}


@keyframes dax-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.3), inset 0 0 12px 1px rgba(255, 215, 0, 0.2);
        border-color: #44F1B6;
    }

    50% {
        box-shadow: 0 0 12px 6px rgba(255, 215, 0, 0.15), inset 0 0 18px 4px rgba(255, 215, 0, 0.3);
        border-color: #44F1B6;
    }
}
*/












.cardend {
    overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 5px;
    max-width:768px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin-top: -3rem;
}

.div_image_v {
    background: var(--accent-green);
    border-bottom: none;
    position: relative;
    text-align: center;
    margin:0;
    height:3rem;
    line-height:3rem;
}
.cardend .title {
    border-bottom: none;
    display:block;
    font-weight: 800;
    color: #ffffff;
    font-size: 160%;
    text-transform: uppercase;
}
.cardend .header {
    padding: 1rem 1rem 1rem 1rem;
    background: var(--accent-green);
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: 0;
    height: auto;
}

.cardend p{
    margin-bottom:0.4rem;
}
.image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2feee;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    animation: animate .6s linear alternate-reverse infinite;
    transition: .6s ease;
}

    .image svg {
        color: #0afa2a;
        width: 36px;
        height: 36px;
    }

.cardend .content {
    margin-top: 8px;
    text-align: center;
}


.cardend .message {
    margin-top: 10px;
    padding: 0px 4px;
    font-size: 90%;
    text-align: left;
    color: #0E454A;
}
    .cardend .message.todo {
        color: var(--primary-font-color);
    }
#selections {
    text-align: left;
    padding: 0px 20px;
    color: var(--accent-green);
}

@keyframes animate {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.09);
    }
}
@media (max-width: 390px) {
    .main-title {
        font-size: 1.6rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}