
    .lesson-card {
        background: #ffffff;
        border-left: 4px solid #3276b1;
        margin-bottom: 12px;
        padding: 15px;
        transition: all 0.2s ease-in-out;
    }

    .lesson-card:hover {
        background: #f9f9f9;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .lesson-card h4 {
        font-weight: 600;
        color: #333;
    }

    .lesson-card .label {
        margin-right: 4px;
        display: inline-block;
        margin-bottom: 4px;
    }

    @media (max-width: 767px) {
        .lesson-card .text-right {
            text-align: left !important;
            margin-top: 10px;
        }

        .lesson-card .fa-3x {
            font-size: 2em;
        }
    }
    
    
    .cot-wrapper {
        background: #ffffff;
        padding: 20px;
        min-height: 600px;
    }

    .cot-tabs {
        margin-bottom: 15px;
    }

    .cot-tabs > li > a {
        font-weight: 600;
        color: #555;
    }

    .cot-tabs > li.active > a,
    .cot-tabs > li.active > a:hover,
    .cot-tabs > li.active > a:focus {
        color: #ffffff;
        background-color: #6f55b5;
        border-color: #6f55b5;
    }

    .cot-tab-content {
        padding-top: 15px;
    }

    .cot-summary-row {
        margin-bottom: 15px;
    }

    .cot-card {
        min-height: 115px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        background: #fafafa;
        box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    }

    .cot-card h5 {
        margin-top: 0;
        font-size: 13px;
        color: #777;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cot-card h3 {
        margin-top: 8px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .cot-bullish {
        border-left: 5px solid #5cb85c;
    }

    .cot-bearish {
        border-left: 5px solid #d9534f;
    }

    .cot-table thead tr {
        background: #3276b1;
        color: #ffffff;
    }

    .cot-table th {
        white-space: nowrap;
        font-size: 13px;
    }

    .cot-table td {
        vertical-align: middle !important;
        font-size: 13px;
    }

    .positive {
        color: #2e9d50;
        font-weight: 600;
    }

    .negative {
        color: #d9534f;
        font-weight: 600;
    }

    @media (max-width: 767px) {
        .cot-wrapper {
            padding: 10px;
        }

        .cot-card {
            margin-bottom: 10px;
        }

        .cot-tabs > li {
            float: none;
            display: block;
        }

        .cot-tabs > li > a {
            border-radius: 4px;
        }
    }
    
.positive {
        color: #2e9d50 !important;
        font-weight: 600;
    }

    .negative {
        color: #d9534f !important;
        font-weight: 600;
    }

    .cot-text-green {
        color: #2e9d50 !important;
        font-weight: 700;
    }

    .cot-text-red {
        color: #d9534f !important;
        font-weight: 700;
    }    
    
    
    .cot-label {
        display: inline-block;
        padding: 4px 8px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #ffffff !important;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 3px;
        letter-spacing: 0.3px;
    }

    .cot-label-success {
        background-color: #2e9d50 !important;
        border: 1px solid #2e9d50 !important;
    }

    .cot-label-danger {
        background-color: #d9534f !important;
        border: 1px solid #d9534f !important;
    }

    .cot-label-neutral {
        background-color: #777777 !important;
        border: 1px solid #777777 !important;
    }    
    
    
    
    
    
    
       .login-logo {
    width: 400px;
    height: auto;
    object-fit: contain;
}

.navbar-brand {
    top: 0;
}

/* BandidoForex Login Theme */
.hero-section {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(190, 0, 0, 0.35), transparent 28%),
        radial-gradient(circle at bottom left, rgba(120, 0, 0, 0.25), transparent 30%),
        linear-gradient(135deg, #050505 0%, #0b0b0b 45%, #160000 100%) !important;
}

/* Remove old glowing blob / white light */
#net {
    display: none !important;
}

/* Navbar transparent dark */
.navbar {
    background: transparent !important;
}

/* Logo size */
.login-logo {
    width: 400px;
    height: auto;
    object-fit: contain;
}


.login-card {
    width: 410px;
    min-height: 650px;
    height: auto;
    padding: 45px 50px;
    border: 1px solid #8b0000;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 60px;
}

.login-card h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.error-message {
    background: #ffc8dd;
    color: #b00030;
    padding: 18px;
    border-radius: 5px;
    margin: 25px 0 20px 0;
    box-sizing: border-box;
}


.bandido-link {
    color: #ff1a1a;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px;
}

.bandido-link:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

.cot-summary-row {
    margin-top: 20px;
    margin-bottom: 0;
}

.cot-card {
    background: #ffffff;
    border: 1px solid #d9dee3;
    border-left: 4px solid #28a745;
    min-height: 115px;
    padding: 12px 14px;
    box-sizing: border-box;
}

.cot-card-label {
    color: #6c757d;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cot-card-value {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.cot-card-desc {
    color: #555;
    font-size: 13px;
    margin-top: 12px;
}

.bullish-card .cot-card-value {
    color: #16a34a;
}

.bearish-card {
    border-left-color: #ef4444;
}

.bearish-card .cot-card-value {
    color: #ef4444;
}

.page-header-cot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.page-header-cot h1 {
    margin: 0 0 8px 0;
}

.page-header-cot p {
    margin: 0;
    color: #6c757d;
}

.cot-period-label {
    font-size: 14px;
    color: #444;
    margin-top: 8px;
}



    .pagination-container {
        display: flex;
        justify-content: center;
        margin-top: 22px;
        padding-bottom: 20px;
    }

    .pagination {
        display: flex;
        gap: 6px;
        list-style: none;
        padding-left: 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination li a,
    .pagination li span {
        display: inline-block;
        padding: 9px 14px;
        border: 1px solid #dddddd;
        background: #ffffff;
        color: #333333;
        border-radius: 6px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
    }

    .pagination li a:hover {
        background: #fff5f5;
        color: #c40000;
        border-color: #c40000;
        text-decoration: none;
    }

    .pagination li.active a,
    .pagination li.active span {
        background: #c40000;
        color: #ffffff;
        border-color: #c40000;
    }

    .pagination li.disabled a,
    .pagination li.disabled span {
        color: #aaaaaa;
        pointer-events: none;
        background: #f5f5f5;
    }

    @media (max-width: 768px) {
        .indirect-page {
            padding: 15px;
        }

        .indirect-page-top {
            flex-direction: column;
            align-items: flex-start;
            padding: 22px;
        }
    }
