#show-cursos .color-link-primary>* {
    color: #0099CC !important;
}

.height-card {
    height: 10rem;
    border-color: #8B5CF6 !important;
    box-shadow: 3px 4px 10px #8B5CF6;
    background: linear-gradient(151deg, #7C3AED, #8B5CF6, #7C3AED);
    border-radius: 15px;
}

.height-card h1 {
    font-size: 3rem !important;
    font-weight: 900;
}

.height-contetn-card {
    height: 92px;
}

.btn-outline-ecomkash {
    background: transparent;
    color: #00D4FF;
    border: 1px solid rgba(0, 212, 255, 0.4);
}

.btn-outline-ecomkash:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00D4FF;
    color: #00D4FF;
}

.btn-outline-ecomkash.btn_buy {
    background: linear-gradient(151deg, #7C3AED, #8B5CF6, #7C3AED);
    color: #fff;
    border: none;
}

.btn-outline-ecomkash.btn_buy:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #8B5CF6;
}

.border-mazz {
    border-color: #8B5CF6 !important;
    box-shadow: 3px 4px 10px #8B5CF6;
    border-radius: 15px;
}

.backgroun-table {
    background-color: transparent !important;
}

.backgroun-table thead th {
    border-top: 0;
}

.backgroun-table th {
    color: #8B5CF6;
}

.backgroun-table td {
    color: white;
}

#cart-derecho .text-danger {
    color: #e63636 !important;
}

#cart-derecho .text-success {
    color: #59ff59 !important;
}

.effect-color-text {
    font-weight: bold;
    background: linear-gradient(90deg, #7C3AED, #8B5CF6, #7C3AED, #8B5CF6);
    background-size: 300%;
    background-clip: text;
    -webkit-background-clip: text;

    /* Hace que solo el texto muestre el degradado */
    animation: moveGradient 3s linear infinite;
}

#effect-color-text {
    color: transparent !important;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.content-iframe {
    position: relative;
}

.content-iframe iframe {
    position: absolute;
    border: none;
    aspect-ratio: 16 / 9;
    max-height: auto;
}

.text-dangers {
    color: #dc3545 !important;
}

#content-paginate .page-link {
    background-color: transparent;
    border-color: #00D4FF;
}

#content-paginate .page-item.active .page-link {
    background-color: #00D4FF;
    color: black;

}

#srch11 {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0 !important;
    color: #fff !important;
    height: 4rem;
    font-size: 1.6rem;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.btn-outline-danger {
    color: #00D4FF;
    border-color: #00D4FF;
}

.btn-outline-danger:hover {
    color: #000000 !important;
    background-color: #00D4FF;
}

.btn-primary {
    color: #000000 !important;
    background-color: #ed2a26;
    border-color: #ed2a26;
}

.btn-primary:hover {
    color: #000000 !important;
    background-color: #ed2a26;
    border-color: #ed2a26;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000000 !important;
    background-color: #00D4FF;
    border-color: #00D4FF;
    box-shadow: 0 0 0 .2rem rgb(255 222 38 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000 !important;
    background-color: #00D4FF;
    border-color: #00D4FF;
}

.btn-info {
    color: #000000;
    background-color: #00D4FF;
    border-color: #00D4FF;
}

.btn-info:hover {
    color: #000000;
    background-color: #00D4FF;
    border-color: #00D4FF;
}

.input-url {
    border-color: #8B5CF6 !important;
    color: #8B5CF6 !important;
}

#page1 {
    color: #8B5CF6 !important;
}

a {
    color: #00D4FF;
    text-decoration: none;
}

#modalPayLicence .bg-whites {
    background: white;
}

#modalPayLicence h4 {
    font-size: 19px !important;
    color: #856404 !important;
}

#modalPayLicence .alert-warning {
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.pay-active img {
    background: #b8e0b8 !important;
}

/* ===== Login V2 - Background ===== */
.sign_in_up_bg {
    background: #0d1b2a !important;
}

.sign_in_up_bg:before {
    background: url(../images/login-fondo.jpg) no-repeat center !important;
    background-size: cover !important;
    opacity: 0.35 !important;
}

.sign_in_up_bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 70% 20%, rgba(0, 212, 255, 0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 30% 80%, rgba(0, 212, 255, 0.08) 0%, transparent 50%);
    z-index: -1;
    pointer-events: none;
}

/* ===== Login V2 - Redesign ===== */

.login-card-v2 {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a) !important;
    border: 1px solid rgba(0, 212, 255, 0.15) !important;
    border-radius: 16px !important;
    padding: 60px 50px 46px !important;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    margin-top: 0;
}

.login-badge {
    display: inline-block;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.25);
    border-radius: 50px;
    padding: 10px 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #00D4FF;
    margin-bottom: 38px;
    font-family: 'Roboto', sans-serif;
}

.login-badge i {
    margin-right: 6px;
    font-size: 14px;
}

.login-card-v2 .login-title {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 14px !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.login-title-accent {
    color: #00D4FF;
}

.login-card-v2 .login-subtitle {
    font-size: 15px !important;
    color: #888 !important;
    margin-bottom: 44px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}

.login-field {
    margin-bottom: 28px;
    text-align: left;
}

.login-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #00D4FF;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.login-card-v2 .login-input-wrap {
    position: relative;
    display: flex !important;
    align-items: center;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    transition: border-color 0.2s;
    overflow: hidden;
}

.login-card-v2 .login-input-wrap:focus-within {
    border-color: rgba(0, 212, 255, 0.5) !important;
}

.login-card-v2 .login-input-icon {
    position: absolute;
    left: 14px;
    color: #666;
    font-size: 18px;
    pointer-events: none;
    z-index: 1;
}

.login-card-v2 .login-input {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    padding: 16px 44px 16px 44px !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
}

.login-card-v2 .login-input::placeholder {
    color: #555;
}

.login-card-v2 .login-eye-toggle {
    position: absolute;
    right: 12px;
    background: none !important;
    border: none !important;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color 0.2s;
    z-index: 1;
}

.login-card-v2 .login-eye-toggle:hover {
    color: #00D4FF;
}

.login-card-v2 .login-options {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    margin-top: 10px;
}

.login-card-v2 .login-remember {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.login-card-v2 .login-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #00D4FF;
    cursor: pointer;
}

.login-card-v2 .login-forgot {
    font-size: 13px;
    color: #00D4FF !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    transition: color 0.2s;
}

.login-card-v2 .login-forgot:hover {
    color: #00D4FF !important;
    text-decoration: underline !important;
}

.login-card-v2 .login-btn-v2 {
    width: 100% !important;
    padding: 16px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    font-family: 'Roboto', sans-serif;
    color: #000 !important;
    background: linear-gradient(135deg, rgba(0, 212, 255, 1) 0%, rgba(0, 212, 255, 0.7) 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 0 !important;
    height: auto !important;
}

.login-card-v2 .login-btn-v2:hover {
    background: linear-gradient(135deg, #00D4FF 0%, #00D4FF 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.3);
}

.login-secure {
    margin-top: 34px;
    font-size: 13px;
    color: #555;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 8px;
}

.login-secure i {
    color: #00D4FF;
    margin-right: 4px;
}

/* ===== Auth Brand ===== */
.auth-brand-link {
    text-decoration: none !important;
    display: inline-block;
}

.auth-brand-text {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.auth-brand-text-accent {
    font-size: 32px;
    font-weight: 900;
    color: #00D4FF;
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

/* ===== Login V2 - Responsive ===== */
@media (max-width: 768px) {
    .login-card-v2 {
        padding: 40px 28px 28px !important;
        border-radius: 12px !important;
    }
    .login-badge {
        padding: 6px 20px;
        font-size: 11px;
        margin-bottom: 24px;
    }
    .login-card-v2 .login-title {
        font-size: 26px !important;
        margin-bottom: 8px !important;
    }
    .login-card-v2 .login-subtitle {
        font-size: 13px !important;
        margin-bottom: 28px !important;
    }
    .login-field {
        margin-bottom: 18px;
    }
    .login-label {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .login-card-v2 .login-input {
        padding: 12px 40px 12px 40px !important;
    }
    .login-card-v2 .login-options {
        margin-bottom: 20px;
        margin-top: 4px;
    }
    .login-card-v2 .login-btn-v2 {
        padding: 13px !important;
        font-size: 13px !important;
    }
    .login-secure {
        margin-top: 20px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .login-card-v2 {
        padding: 30px 20px 22px !important;
    }
    .login-card-v2 .login-options {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

/* ===== Sidebar Progress Mini ===== */
.sidebar-progress-mini {
    padding: 16px 20px 12px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
}

.sidebar-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.sidebar-progress-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #888;
    text-transform: uppercase;
}

.sidebar-progress-pct {
    font-size: 12px;
    font-weight: 700;
    color: #00D4FF;
}

.sidebar-progress-track {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00D4FF, #00D4FF);
    border-radius: 4px;
    transition: width 0.6s ease;
}

/* ===== Sidebar Section Titles ===== */
.sidebar-section-title {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #00D4FF !important;
    text-transform: uppercase;
    padding: 16px 20px 6px !important;
    margin: 0 !important;
    opacity: 0.7;
}

/* ===== Sidebar Enhancements ===== */
.vertical_nav {
    width: 260px !important;
    background: #0a0a0a !important;
    border-right: 1px solid rgba(0, 212, 255, 0.08) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.vertical_nav .left_section {
    background: transparent !important;
}

.vertical_nav .menu--link {
    color: #999 !important;
    transition: all 0.2s ease !important;
    border-radius: 8px !important;
    margin: 2px 10px !important;
    padding: 10px 12px !important;
}

.vertical_nav .menu--link:hover,
.vertical_nav .menu--link.active {
    color: #fff !important;
    background: rgba(0, 212, 255, 0.1) !important;
}

.vertical_nav .menu--link.active {
    border-left: 3px solid #00D4FF !important;
}

.vertical_nav .menu--link .menu--icon {
    color: inherit !important;
    font-size: 20px !important;
}

/* ===== Global Panel Overrides - Dark/Gold Theme ===== */

/* Content wrapper */
.wrapper._bg4586 {
    background: #0d0d0d !important;
}

._216b22 {
    background: #0d0d0d !important;
}

/* Cards and containers */
.card,
.panel,
.sa_overview_card {
    background: linear-gradient(135deg, #0a0a0a, #141414) !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    border-radius: 12px !important;
    color: #e0e0e0 !important;
}

/* Section headers */
.section-heading,
.la5_title,
h2, h3, h4 {
    color: #fff !important;
}

/* Tables */
.table {
    background: transparent !important;
    color: #e0e0e0 !important;
}

.table thead th {
    background: rgba(0, 212, 255, 0.08) !important;
    color: #00D4FF !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.15) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 12px 16px !important;
}

.table td {
    color: #ccc !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 12px 16px !important;
}

.table tbody tr:hover {
    background: rgba(0, 212, 255, 0.04) !important;
}

/* Form controls inside panels */
.form-control {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.form-control:focus {
    border-color: rgba(0, 212, 255, 0.5) !important;
    box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.1) !important;
}

/* Buttons */
.btn-default,
.btn-secondary {
    background: rgba(0, 212, 255, 0.1) !important;
    border: 1px solid rgba(0, 212, 255, 0.25) !important;
    color: #00D4FF !important;
    border-radius: 8px !important;
    transition: all 0.2s !important;
}

.btn-default:hover,
.btn-secondary:hover {
    background: rgba(0, 212, 255, 0.2) !important;
    color: #00D4FF !important;
}

/* Upload/CTA button in header */
.upload_btn {
    background: linear-gradient(135deg, #00D4FF, #00D4FF) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    padding: 8px 20px !important;
    transition: all 0.3s !important;
}

.upload_btn:hover {
    background: linear-gradient(135deg, #00D4FF, #00D4FF) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3) !important;
}

/* Header */
header.header {
    background: #0a0a0a !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.08) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3) !important;
}

/* Notification / Messages / Account dropdowns — shared dark panel */
.dropdown_mn,
.dropdown_ms,
.dropdown_account {
    background: #1a1a1a !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

/* Notification/messages/account dropdowns — positioning delegated to Semantic UI's
 * native .left class (left:auto !important; right:0 !important) added in HTML.
 * Only override scroll behaviour and width here. */
.menu.dropdown_mn,
.menu.dropdown_ms,
.menu.dropdown_account {
    width: 300px !important;
    min-width: 280px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 480px) {
    .menu.dropdown_mn,
    .menu.dropdown_ms,
    .menu.dropdown_account {
        width: min(300px, 92vw) !important;
        min-width: 0 !important;
    }
}

/* Item dividers — dark theme for all three dropdowns */
.dropdown_mn .channel_my,
.dropdown_ms .channel_my,
.dropdown_account .channel_my {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Notification & Messages list — row hover */
.dropdown_mn .channel_my:hover,
.dropdown_ms .channel_my:hover {
    background: rgba(255, 255, 255, 0.04) !important;
}

/* channel_item hover inside notification/messages panel */
.dropdown_mn.menu > .channel_item:hover,
.dropdown_ms.menu > .channel_item:hover,
.ui.dropdown .dropdown_mn > .channel_item:hover,
.ui.dropdown .dropdown_ms > .channel_item:hover {
    background: rgba(0, 212, 255, 0.08) !important;
    color: #00d4ff !important;
}

/* Notification & Messages list — text colors (dark theme) */
.dropdown_mn .pd_content p,
.dropdown_ms .pd_content p {
    color: #c7c7c7 !important;
}

.dropdown_mn .pd_content h6,
.dropdown_ms .pd_content h6 {
    color: #e8e8e8 !important;
}

.dropdown_mn .pd_content span,
.dropdown_ms .pd_content span {
    color: #999 !important;
}

.dropdown_mn .pd_content span.nm_time,
.dropdown_ms .pd_content span.nm_time {
    color: #aaa !important;
}

.channel_item:hover {
    background: rgba(0, 212, 255, 0.08) !important;
}

.night_mode_switch__btn a {
    color: #999 !important;
}

/* Option links (header icons) */
.option_links {
    color: #999 !important;
    transition: color 0.2s !important;
}

.option_links:hover {
    color: #00D4FF !important;
}

.noti_count {
    background: #00D4FF !important;
    color: #000 !important;
    font-weight: 700 !important;
}

/* Search input */
.prompt.srch10 {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.prompt.srch10:focus {
    border-color: rgba(0, 212, 255, 0.3) !important;
}

/* Pagination */
.page-link {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(0, 212, 255, 0.2) !important;
    color: #00D4FF !important;
}

.page-item.active .page-link {
    background: #00D4FF !important;
    border-color: #00D4FF !important;
    color: #000 !important;
}

/* Modals */
.modal-content {
    background: #1a1a1a !important;
    border: 1px solid rgba(0, 212, 255, 0.15) !important;
    border-radius: 16px !important;
    color: #e0e0e0 !important;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 212, 255, 0.1) !important;
}

.modal-footer {
    border-top: 1px solid rgba(0, 212, 255, 0.1) !important;
}

.close {
    color: #999 !important;
    text-shadow: none !important;
}

/* Modal form elements */
.modal-content select.form-control,
.modal-content input.form-control,
.modal-content textarea.form-control {
    background: #2a2a2a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #e0e0e0 !important;
}

.modal-content select.form-control option {
    background: #2a2a2a !important;
    color: #e0e0e0 !important;
}

.modal-content label {
    color: #ccc !important;
}

.close:hover {
    color: #00D4FF !important;
}

/* Alerts */
.alert-info {
    background: rgba(0, 212, 255, 0.1) !important;
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
    color: #00D4FF !important;
    border-radius: 8px !important;
}

/* Badges */
.badge-primary,
.badge-info {
    background: rgba(0, 212, 255, 0.15) !important;
    color: #00D4FF !important;
    border: 1px solid rgba(0, 212, 255, 0.25) !important;
    font-weight: 600 !important;
}

/* Empty states */
.empty-state,
.no-data {
    color: #666 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 255, 0.2);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 255, 0.4);
}

/* ===== Footer V2 ===== */
.footer-v2 {
    background: #0a0a0a !important;
    border-top: 1px solid rgba(0, 212, 255, 0.08);
    padding: 30px 0 20px;
}

.footer-v2-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 24px;
}

.footer-v2-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-v2-brand-text {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Roboto', sans-serif;
}

.footer-v2-brand-accent {
    color: #00D4FF;
}

.footer-v2-copy {
    font-size: 12px;
    color: #555;
    font-family: 'Roboto', sans-serif;
}

.footer-v2-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-v2-links a {
    font-size: 12px;
    color: #666 !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}

.footer-v2-links a:hover {
    color: #00D4FF !important;
}

.footer-v2-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-v2-social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.08);
    color: #888 !important;
    font-size: 14px;
    transition: all 0.2s;
}

.footer-v2-social a:hover {
    background: rgba(0, 212, 255, 0.2);
    color: #00D4FF !important;
    transform: translateY(-2px);
}

.footer-v2-divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 212, 255, 0.06);
    margin: 16px 0 12px;
}

.footer-v2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 768px) {
    .footer-v2-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .footer-v2-links {
        justify-content: center;
    }
    .footer-v2-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Topnav V2 Enhancements ===== */
.header .opts_account img {
    border: 2px solid rgba(0, 212, 255, 0.3) !important;
    border-radius: 50% !important;
    transition: border-color 0.2s !important;
}

.header .opts_account img:hover {
    border-color: #00D4FF !important;
}

/* Profile dropdown */
.dropdown_account .pd_content h6 {
    color: #fff !important;
}

.dropdown_account .pd_content span {
    color: #888 !important;
}

.dropdown_account .channel_item {
    color: #ccc !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.dropdown_account .channel_item:hover {
    color: #00D4FF !important;
}

/* Membership link styles */
.membership-status {
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
}

.membership-gold,
.membership-oro {
    color: #00D4FF !important;
}

.membership-silver,
.membership-plata {
    color: #C0C0C0 !important;
}

.membership-bronze,
.membership-bronce {
    color: #CD7F32 !important;
}

.membership-cta {
    color: #999 !important;
}

/* Category dropdown */
.dropdown_category5 {
    background: #1a1a1a !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    border-radius: 12px !important;
}

.dropdown_category5 .item {
    color: #ccc !important;
}

.dropdown_category5 .item:hover {
    background: rgba(0, 212, 255, 0.08) !important;
    color: #00D4FF !important;
}

/* View All button in dropdowns */
.vbm_btn {
    background: rgba(0, 212, 255, 0.08) !important;
    color: #00D4FF !important;
    border-top: 1px solid rgba(0, 212, 255, 0.1) !important;
}

.vbm_btn:hover {
    background: rgba(0, 212, 255, 0.15) !important;
}

/* ===== Course Cards ===== */
.fcrse_1 {
    background: linear-gradient(135deg, #0a0a0a, #141414) !important;
    border: 1px solid rgba(0, 212, 255, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s !important;
}

.fcrse_1:hover {
    border-color: rgba(0, 212, 255, 0.25) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

.tutor_name a {
    color: #00D4FF !important;
}

.vdtodt span {
    color: #888 !important;
}

/* ===== Progress Bars ===== */
.progress {
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px !important;
    height: 6px !important;
}

.progress-bar {
    background: linear-gradient(90deg, #00D4FF, #00D4FF) !important;
    border-radius: 4px !important;
}

/* ===== Value Props ===== */
.value_props h4 {
    color: #fff !important;
}

.value_props p {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ===== Tabs ===== */
.nav-tabs {
    border-bottom: 1px solid rgba(0, 212, 255, 0.1) !important;
}

.nav-tabs .nav-link {
    color: #888 !important;
    border: none !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
}

.nav-tabs .nav-link:hover {
    color: #00D4FF !important;
}

.nav-tabs .nav-link.active {
    color: #00D4FF !important;
    background: transparent !important;
    border-bottom: 2px solid #00D4FF !important;
}

/* ===== Select / Dropdown inputs ===== */
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23cfaa4a' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 36px !important;
}

/* ===== Tooltip / Popover ===== */
.tooltip-inner {
    background: #1a1a1a !important;
    border: 1px solid rgba(0, 212, 255, 0.15) !important;
    color: #00D4FF !important;
}

/* ===== List groups ===== */
.list-group-item {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #ccc !important;
}

.list-group-item:hover {
    background: rgba(0, 212, 255, 0.04) !important;
}

/* ===== Text helpers ===== */
.text-muted {
    color: #666 !important;
}

/* ===== Course Cards V2 - Enhanced ===== */
.fcrse_1 {
    background: linear-gradient(135deg, #0a0a0a, #141414) !important;
    border: 1px solid rgba(0, 212, 255, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fcrse_1:hover {
    border-color: rgba(0, 212, 255, 0.3) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 212, 255, 0.15) !important;
}

.fcrse_1 .fcrse_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.fcrse_1 .fcrse_img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fcrse_1:hover .fcrse_img img {
    transform: scale(1.03);
}

.fcrse_1 .fcrse_content {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.fcrse_1 .vdtodt {
    margin-bottom: 6px;
}

.fcrse_1 .vdtodt .vdt14,
.fcrse_1 .vdtodt span {
    font-size: 0.73rem !important;
    color: #888 !important;
}

.fcrse_1 .crse14s {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 4px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
}

.fcrse_1 .crse-cate {
    color: #00D4FF !important;
    font-size: 0.78rem !important;
    margin-bottom: 8px !important;
    display: block;
    opacity: 0.7;
}

/* Course overlay elements */
.course-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge_seller {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #00D4FF, #00D4FF) !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
}

.crse_reviews {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #00D4FF !important;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.crse_reviews i {
    color: #00D4FF !important;
}

.crse_timer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

.play_btn1 {
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.85) !important;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.play_btn1 i {
    color: #000 !important;
    font-size: 24px;
}

.fcrse_1:hover .play_btn1 {
    opacity: 1;
}

/* Course action buttons */
a.btn-view-content,
button.btn-view-content,
.btn_buy.btn-view-content,
.btn-view-content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00D4FF, #00D4FF) !important;
    border: none !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    margin-top: 8px;
    width: 100% !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none !important;
}

a.btn-view-content:hover,
button.btn-view-content:hover,
.btn_buy.btn-view-content:hover,
.btn-view-content:hover {
    background: linear-gradient(135deg, #00D4FF, #00D4FF) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3) !important;
    color: #000 !important;
    text-decoration: none !important;
}

.btn-activate-rights {
    background: linear-gradient(135deg, #DC2626, #B91C1C) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.btn-activate-rights:hover {
    background: linear-gradient(135deg, #EF4444, #DC2626) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3) !important;
}

.btn-request-item {
    background: transparent !important;
    color: #00D4FF !important;
    border: 2px solid rgba(0, 212, 255, 0.4) !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-request-item:hover {
    background: rgba(0, 212, 255, 0.1) !important;
    border-color: #00D4FF !important;
    color: #00D4FF !important;
}

/* Course grid */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1199px) {
    .courses-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .courses-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ===== Section titles ===== */
.item_title {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.see150 {
    color: #00D4FF !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: color 0.2s !important;
}

.see150:hover {
    color: #00D4FF !important;
}

/* ===== Carousel/OWL fixes ===== */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 212, 255, 0.15) !important;
    color: #00D4FF !important;
    border: 1px solid rgba(0, 212, 255, 0.25) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.2s !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(0, 212, 255, 0.3) !important;
    color: #00D4FF !important;
}

/* ===== Content sections ===== */
.section3125 {
    position: relative;
}

._14d25 {
    background: transparent !important;
}

/* Search input in pages */
.prompt.srch_explore {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.prompt.srch_explore:focus {
    border-color: rgba(0, 212, 255, 0.4) !important;
}

/* ===== Accordion (Academia) ===== */
.ui-accordion-header {
    background: rgba(0, 212, 255, 0.08) !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    color: #fff !important;
    border-radius: 8px !important;
    margin-bottom: 4px !important;
    padding: 12px 16px !important;
    transition: all 0.2s !important;
}

.ui-accordion-header:hover {
    background: rgba(0, 212, 255, 0.12) !important;
}

.ui-accordion-content {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 0 !important;
}

.lecture-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: background 0.2s !important;
}

.lecture-container:hover {
    background: rgba(0, 212, 255, 0.04) !important;
}

.lecture-container a {
    color: #ccc !important;
}

.lecture-container a:hover {
    color: #00D4FF !important;
}

.section-title-text {
    color: #fff !important;
}

.num-items-in-section,
.section-header-length {
    color: #888 !important;
    font-size: 12px !important;
}

/* ===== Value props V2 ===== */
.value_props {
    background: linear-gradient(160deg, #0c0a18, #100e20, #0c0a18) !important;
    border: 1px solid rgba(139, 92, 246, 0.18) !important;
    box-shadow: inset 0 0 60px rgba(139, 92, 246, 0.03), inset 0 0 30px rgba(0, 212, 255, 0.02) !important;
    border-radius: 18px !important;
    padding: 24px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.value_props::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #6D28D9, #00D4FF, #6D28D9, transparent);
    opacity: 0.6;
}
.value_props:hover {
    transform: translateY(-3px);
    border-color: rgba(139, 92, 246, 0.3) !important;
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.1);
}

.value_icon {
    float: none !important;
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    text-align: center !important;
    border-radius: 14px !important;
    background: rgba(0, 212, 255, 0.1) !important;
    border: 1px solid rgba(0, 212, 255, 0.2) !important;
    margin: 0 auto 12px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.value_props:hover .value_icon {
    background: rgba(0, 212, 255, 0.18) !important;
    border-color: rgba(0, 212, 255, 0.35) !important;
    transform: scale(1.08);
}

.value_icon i {
    color: #8B5CF6 !important;
    font-size: 24px !important;
    background: transparent !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.value_content {
    float: none !important;
    text-align: center !important;
}

.value_content h4 {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.value_content p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
}

/* ===== Modal Fix ===== */
/* Style Bootstrap's backdrop with dark theme */
.modal-backdrop {
    background-color: #000 !important;
    z-index: 1040 !important;
}

.modal-backdrop.show {
    opacity: 0.75 !important;
}

/* Ensure modal sits above backdrop */
.modal {
    z-index: 1050 !important;
    background: none !important;
}

/* Ensure modal-content is always visible above everything */
.modal-content {
    position: relative !important;
    z-index: 1 !important;
}

/* Ensure wrapper transitions don't trap modals - critical for stacking context */
.wrapper {
    transition: none !important;
}

/* Fix: prevent any transform/filter on wrapper that creates stacking context */
.wrapper,
.wrapper._bg4586,
.sa4d25 {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
}

/* ===== Announcement Popup ===== */
.announcement-popup {
    width: 480px !important;
    max-width: 92vw !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
}
/* SweetAlert html container — allow scroll inside popup if content is tall */
.announcement-popup .swal2-html-container {
    overflow-y: auto !important;
    max-height: calc(90vh - 120px) !important; /* leave room for close btn + padding */
}
@media (max-width: 576px) {
    .announcement-popup {
        width: 95vw !important;
        padding: 0.8rem !important;
    }
    .announcement-popup .swal2-html-container {
        max-height: calc(85vh - 80px) !important;
    }
}

/* ===== Global Table Overrides ===== */
.ucp-table,
.table.ucp-table {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
}
.ucp-table thead th,
.table.ucp-table thead th,
.thead-s th {
    background: rgba(0, 212, 255, 0.08) !important;
    color: #00D4FF !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid rgba(0, 212, 255, 0.15) !important;
    border-top: none !important;
    white-space: nowrap;
}
.ucp-table tbody td,
.table.ucp-table tbody td {
    color: #e0e0e0 !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(255,255,255,0.04) !important;
    border-top: none !important;
    vertical-align: middle !important;
}
.ucp-table tbody tr:hover,
.table.ucp-table tbody tr:hover {
    background: rgba(0, 212, 255, 0.04) !important;
}
.ucp-table tbody tr:last-child td,
.table.ucp-table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Global table container */
.my_courses_tabs {
    background: linear-gradient(135deg, #0a0a0a, #141414) !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Global page title */
.st_title {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}
.st_title i {
    color: #00D4FF !important;
    margin-right: 8px !important;
}

/* Global card_dash1 */
.card_dash1 {
    background: linear-gradient(135deg, #0a0a0a, #141414) !important;
    border: 1px solid rgba(0, 212, 255, 0.12) !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
}
.card_dash_left1 i {
    color: #00D4FF !important;
}
.card_dash_left1 h1 {
    color: #fff !important;
    font-size: 16px !important;
}

/* Search input global */
.prompt.srch11,
.srch_explore {
    background: #111 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: #fff !important;
}
.prompt.srch11::placeholder,
.srch_explore::placeholder {
    color: rgba(255,255,255,0.4) !important;
}