.highlight {
    border: 1px solid rgb(29, 125, 216);
    font-weight: bold;
    font-size: 45px;
    background-color: rgba(255,255,255,0.08);
    list-style-type: none;
}

.list-group-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.panel .list-group-item.active {
    background-color: rgba(47,123,255,0.2);
    border: none;
}

/* FIX accordion */
.accordion-secoes-show .card-body {
    padding: 0;
    min-height: 35px;
}

/* PRODUTOS */
.card-produto {
    width: 100%;
    height: 100%;
}

.card-produto-disabled {
    opacity: 0.6;
}

.card-img-produto {
    width: 100%;
    min-height: 14rem;
    object-fit: cover;
}

/* BOTÕES */
.btn-outline-success {
    color: #19c37d !important;
    border-color: #19c37d !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background: #19c37d !important;
}

/* SIDEBAR ICONES */
.sidebar .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
.sidebar .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

/* IMAGENS */
.image-area {
    position: relative;
    margin-left: 5px;
    width: 300px;
}

.image-area img {
    width: 100%;
}

.favicon-area {
    position: relative;
    margin-left: 5px;
    width: 64px;
}

.favicon-area img {
    width: 100%;
}

/* REMOVER IMAGEM */
.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 4px 8px;
    font-weight: bold;
    background: #ff5a6f;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.remove-image:hover {
    background: #ff3b55;
}

/* ============================= */
/* CORREÇÃO CRÍTICA (DARK MODE) */
/* ============================= */

/* ❌ REMOVIDO fundo cinza feio */
/* .login-page { background: rgb(66,65,65) } */

/* ❌ REMOVIDO texto escuro em dark mode */
/* .card-body { color: rgb(66,65,65) } */

/* Ajuste correto */
.card-header {
    color: rgba(255,255,255,0.9);
}

.card-body {
    color: rgba(255,255,255,0.85);
}

/* LOGIN */
.login-logo b {
    color: #fff !important;
}

/* MENU CURSOS */
.nav-link-modulo {
    background: rgba(255,255,255,0.05) !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
}

.nav-link-aula {
    margin: 0;
    border-radius: 8px !important;
}

.nav-link-aula.active {
    color: #fff !important;
    background: linear-gradient(135deg, #2f7bff, #1f5fff) !important;
}

/* TREEVIEW */
.nav-treeview {
    padding: 5px !important;
}

.nav-item.has-treeview.menu-open {
    background: rgba(255,255,255,0.05) !important;
    margin-bottom: 10px !important;
    border-radius: 10px;
}

/* ============================= */
/* YOUTUBE PLAYER */
/* ============================= */

.vid-container {
    max-width: 514px;
    width: 100%;
    margin: auto;
}

.vid-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.vid-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}