/* Global Tradesx — Daily Earning (progress bar toward package_total_return) */

.gtx-progress-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.gtx-progress-bar {
    flex: 1;
    height: 14px;
    background: #131a2b;
    border: 1px solid #262f45;
    border-radius: 999px;
    overflow: hidden;
}

.gtx-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f0b90b, #7fe3a5);
    border-radius: 999px;
    transition: width 0.4s ease;
}

.gtx-progress-percent {
    flex-shrink: 0;
    color: #f0b90b;
    font-size: 13px;
    font-weight: 700;
    min-width: 42px;
    text-align: right;
}

.gtx-earning-history-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 28px 0 14px;
}
