﻿:root {
    --brand: #00ed3b; /* destaque */
    --bg: #0b0f10; /* fundo escuro elegante */
    --card: #12181a; /* cartões */
    --muted: #c7d1cc; /* texto suave */
    --ink: #e2e7e3; /* texto principal */
    --danger: #ff4d4f;
    --warn: #f6c23e;
    --ok: #1fbf75;
    --shadow: 0 10px 30px rgba(0,0,0,.25);
    --radius: 16px;
}


html {
    background-color: #0b0f10;
}

/*a, span, label, p {
    
    color: #00000099;
}

h1, h2, h3, h4, h5 {
     color: #0b0f10;
}*/

.bg-ead a, .bg-ead span, .bg-ead label, .bg-ead p, .bg-ead h1, .bg-ead h2, .bg-ead h3, .bg-ead h4, .bg-ead h5 {
    color: #e2e7e3 ;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white p {
    color: #0b0f10 !important;
}
.bg-white a, .bg-white span, .bg-white label{
    color: #00000099 !important;
}




.e-text-normal {
    color: #e2e7e3;
}

.e-text-destaq {
    color: #00ed3b;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #FFFFFF99 !important;
}

body {
    margin-bottom: 0;
}

.bg-ead {
    background-color: #0b0f10 !important;
    color: #e2e7e3;
}

    .bg-ead h5, .bg-ead .btn-close {
        color: #e2e7e3;
    }


.bg-ead-muted {
    background-color: #e2e7e3 !important;
}

    .bg-ead-muted a, .bg-ead-muted span, .bg-ead-muted h3 {
        color: #0b0f10;
    }

.ead-theme {
}

    .ead-theme body {
        background-color: #0b0f10;
        background-size: cover; /* cobre toda a tela */
        background-repeat: no-repeat; /* não repete */
        background-position: center; /* centraliza a imagem */
        background-attachment: fixed; /* faz o fundo fixo ao rolar */
    }


.pnl-logo-index {
    display: flex;
    justify-content: center;
}

    .pnl-logo-index:hover {
        cursor: pointer;
    }


    .pnl-logo-index img {
        width: 200px;
        height: 80px;
    }

.card-modelo-index .btn-mais {
    display: block;
    position: absolute;
    margin-top: -70px;
    margin-left: 2rem;
}

.card-modelo-index img {
    border-radius: 90px;
    height: 800px;
}

    .card-modelo-index img:hover {
        transform: scale(1.05);
        transition: 1s;
        cursor: pointer;
    }

.bt-hover:hover {
    /*border-color: #00fa9a !important;*/
    border-bottom: 1px solid #00fa9a !important;
    color: #00fa9a !important;
    transition: .25s;
    transform: scale(1.01);
    cursor: pointer;
    font-weight: bold;
}



.pai:has(.bt-hover:hover) {
    border-color: #00fa9a !important;
    color: #00fa9a !important;
}

.carrinho-index span {
    position: absolute;
    border-radius: 50px;
    background-color: white;
    color: black !important;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
}

.card-off {
    padding: 2rem !important;
}

    .card-off:hover {
        background-color: #00808055 !important;
        cursor: pointer;
        transition: 0.5s;
        transform: scale(1.05);
    }

    .card-off .img-off {
        width: 100%;
        height: 300px;
    }

        .card-off .img-off img {
            width: 100%;
            height: 100%;
        }

.card-off-contents strong {
    color: #18191A !important;
    font-size: 18px;
}


.card-off-contents .btn-teal {
    color: white !important;
}



.card-elevation-h {
    /*box-shadow: 0px 0px 10px 0px #00ed3b55;*/
    box-shadow: 0px 0px 10px 5px #00ed3b55;
}

.degrade-bottom {
    border: none;
    border-bottom: 2px solid transparent;
    background-image: linear-gradient( to right, #00ed3b, #00ed3b, #00ed3b, #00ed3b66, #00ed3b55, #00ed3b44, #00ed3b33, transparent );
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #0b0f10;
    padding: 0.5rem 1rem;
    color: white;
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
}

    .degrade-bottom:focus {
        box-shadow: 0 2px 6px #00ed3b66;
    }












/* CSS personalizado */
.custom-accordion-btn {
    /* remove bordas padrão */
    border: none;
    /* borda-degrade embaixo */
    border-bottom: 2px solid transparent;
    background-image: linear-gradient( to right, #00ed3b, #00ed3b, #00ed3b, #00ed3b66, #00ed3b55, #00ed3b44, #00ed3b33, transparent );
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    /* cor de fundo do botão fechado */
    background-color: #0b0f10;
    /* espaçamento interno */
    padding: 0.5rem 1rem;
    /* texto branco */
    color: #ffffff;
    /* suavizar a sombra ao expandir */
    transition: box-shadow 0.3s ease-in-out;
}

    /* Quando o item estiver expandido (classe .show no collapse), adiciona sombra */
    .accordion-collapse.show + .accordion-header .custom-accordion-btn,
    .custom-accordion-btn:not(.collapsed) {
        box-shadow: 0 4px 8px rgba(0, 237, 59, 0.5);
    }

    /* Opcional: hover para destacar ainda mais */
    .custom-accordion-btn:hover {
        box-shadow: 0 2px 6px rgba(0, 237, 59, 0.4);
    }





.accordion-button {
    font-weight: 500;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

    .accordion-button:not(.collapsed) {
        background-color: #e7f7e9;
        color: #0f5132;
    }

    .accordion-button:focus {
        /*box-shadow: 0 0 0 0.2rem rgba(3, 159, 3, 0.25);*/
        box-shadow: unset;
    }

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.6;
}


.accordion-button {
    height: 120px;
}




    .accordion-button::after {
        content: '+';
        font-size: 1.5rem;
        margin-left: auto;
        transition: transform 0.3s ease;
        color: #00ed3b; /* verde Bootstrap */
        background-image: unset !important;
        font-weight: bold;
    }

    .accordion-button:not(.collapsed)::after {
        content: '-';
        background-image: unset !important;
        transform: rotate(-360deg);
    }









.nav-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-menu {
    display: flex;
    list-style: none;
    height: 100%;
}

.nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

    .nav-item i {
        font-size: 1.2rem;
        color: #e2e7e3;
    }



.nav-link {
    color: #e2e7e3 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 18px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-link:hover,
    .nav-link:hover i,
    .nav-link:hover a {
        color: #00ed3b !important;
    }


    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 18px;
        width: calc(100% - 36px);
        height: 3px;
        background-color: #039C14;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .nav-link:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    min-width: 220px;
    padding: 10px 0;
    z-index: 1001;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 0;
}

.dropdown-link {
    display: flex;
    align-items: center;
    color: #444;
    text-decoration: none;
    padding: 12px 24px;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .dropdown-link:hover {
        background-color: #f5f8ff;
        color: #0066ff;
        padding-left: 28px;
    }


.dropdown-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.nav-item:hover .dropdown-arrow {
    transform: rotate(180deg);
}


.menu-icon {
    margin-right: 10px;
    font-size: 18px;
}


.nav-btn {
    background-color: #0066ff;
    color: white !important;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 15px;
    transition: all 0.3s ease;
}

    .nav-btn:hover {
        background-color: #0052cc;
        transform: translateY(-2px);
    }

    .nav-btn::after {
        display: none;
    }













/* DROPDOWN - PARTE QUE RESOLVE O PROBLEMA */
.dropdown-menu {
    position: absolute;
    top: 100%; /* Posiciona abaixo do item pai */
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 0 0 5px 5px;
    list-style: none;
    /* Inicialmente escondido */
    display: none; /* Usando display em vez de opacity/visibility */
}

/* MOSTRAR DROPDOWN - FORMA MAIS CONFIÁVEL */
.nav-item:hover .dropdown-menu {
    display: block;
}

/* ITENS DO DROPDOWN */
.dropdown-item {
    padding: 0;
}

.dropdown-link {
    display: block;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

    .dropdown-link:hover {
        background: #f5f5f5;
        color: #0066ff;
    }





/*ADMIN SECTION*/

.admin-menu-section {
    background-color: #0b0f10;
    padding: 40px 20px;
}

.admin-menu-title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #e2e7e3;
}

.admin-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.admin-menu-item {
    background-color: #0b0f10;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    color: #e2e7e3;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid transparent;
    background-image: linear-gradient(to bottom right, #00ed3b33, #00ed3b22);
    box-shadow: 0 0 8px #00ed3b33;
    position: relative;
}

    .admin-menu-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 2px;
        background-image: linear-gradient(to right, #00ed3b, #00ed3b88, #00ed3b55, transparent);
    }

    .admin-menu-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 12px #00ed3b88;
    }

    .admin-menu-item i {
        font-size: 2rem;
        color: #00ed3b;
        margin-bottom: 12px;
    }

    .admin-menu-item span {
        display: block;
        font-size: 1rem;
        font-weight: 500;
    }



.futuristic-border {
    border: 3px solid transparent;
    border-radius: 12px;
    /*background: linear-gradient(#0b0f10, #0b0f10) padding-box, conic-gradient(from 90deg at 50% 50%, #00ed3b, #00ed3b88, #00ed3b55, #00ed3b33, #00ed3b00) border-box;*/
    /*background: linear-gradient(#0b0f10, #0b0f10) padding-box, conic-gradient(from 90deg at 50% 150%, #00ed3b, #00ed3b88, #00ed3b55, #00ed3b33, #00ed3b00) border-box;*/
    box-shadow: 0 0 10px #00ed3b44;
    padding: 8px;
    /*margin-bottom: 1rem;*/
    transition: box-shadow 0.4s ease-in-out;
}

    .futuristic-border:hover {
        box-shadow: 0 0 20px #00ed3bcc;
    }

.ag-field-label {
    color: #e2e7e3;
}

.ag-field-input {
    color: #e2e7e3;
    border-color: #00ed3b;
    border: none;
    /*border-bottom: 1px solid transparent;*/
    background-image: linear-gradient(to right, #00ed3b, #00ed3b88, #00ed3b77, #00ed3b66, #00ed3b55, #00ed3b44, #00ed3b33, transparent);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 1rem;
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
}

.form-control:focus {
    background-color: #000000;
    color: #e2e7e3;
}


.custom-select-futurista {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    transition: all 0.3s ease;
}

    .custom-select-futurista:focus {
        outline: none;
        border-color: #00ed3b;
        box-shadow: 0 0 6px #00ed3b66;
    }

    /* Estilo para as opções do dropdown */
    .custom-select-futurista option {
        background-color: #0b0f10;
        color: #00ed3b;
    }

/* Ícone de seta customizado opcional */
.custom-select-wrapper {
    position: relative;
}

    .custom-select-wrapper::after {
        content: '\f078'; /* Font Awesome fa-chevron-down */
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: #00ed3b;
        pointer-events: none;
    }

.btn-voltar {
    background-color: transparent;
    color: #039f03;
    border: 0;
    border-radius: 50px;
    min-width: 130px;
}

    .btn-voltar:hover {
        color: #039f03 !important;
        font-weight: bold;
        transition: 0.35s;
        transform: scale(1.05);
        border: 0;
        border-bottom: 1px solid #039f03 !important;
    }

.titulo-section {
    color: #e2e7e3 !important;
}

.price-off {
}

    .price-off .old-price {
        color: #e2e7e3;
    }

    .price-off .price {
        color: #00ed3b;
        font-size: 1.35rem;
    }






/* ===== Chrome, Edge e Safari ===== */
::-webkit-scrollbar {
    width: 6px; /* largura da scrollbar */
    height: 6px; /* altura para scroll horizontal */
}

::-webkit-scrollbar-track {
    background: transparent; /* fundo do trilho */
}

::-webkit-scrollbar-thumb {
    background-color: #039f03; /* cor do “polegar” */
    border-radius: 3px; /* cantos arredondados */
    transition: background-color 0.3s;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #039f03;
    }

/* ===== Firefox ===== */
* {
    scrollbar-width: thin; /* “auto” ou “thin” */
    scrollbar-color: #039f03 transparent;
}

/* ===== Exemplo de uso em um container específico ===== */
/*
.meu-container {
  overflow: auto;
}

.meu-container::-webkit-scrollbar { width: 4px; }
.meu-container::-webkit-scrollbar-thumb { background-color: #00ed3b; }
.meu-container { scrollbar-color: #00ed3b transparent; }
*/










.form-animated-border {
    position: relative;
    border-radius: 8px;
    padding: 2px; /* espaço para o efeito */
    z-index: 0;
    background: linear-gradient(270deg, #00ed3b, transparent, #00ed3b, transparent);
    background-size: 400% 400%;
    animation: animatedBorder 5s linear infinite;
}


.form-wrapper {
    /* max-width: 700px; */
    margin: 3rem auto;
    background-color: #1b1f1c;
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid transparent;
    background-image: linear-gradient(#1b1f1c, #1b1f1c), repeating-linear-gradient(135deg, #00ed3b, #00ed3b88 10%, #00ed3b44 20%, #00ed3b22 30%, transparent 40%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 12px #00ed3b33;
}

    .form-wrapper h2 {
        text-align: center;
        margin-bottom: 2rem;
        color: #00ed3b;
    }

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #0b0f10;
    color: #e2e7e3;
    border: 2px solid #00ed3b44;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

    .form-input:focus, .form-textarea:focus {
        border-color: #00ed3b;
        box-shadow: 0 0 6px #00ed3b66;
        outline: none;
    }

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    background: #00ed3b;
    color: #0b0f10;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    width: 100%;
    margin-top: 1rem;
}

    .submit-btn:hover {
        background: #00ed3bcc;
    }


@keyframes animatedBorder {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 400% 50%;
    }
}

/* Conteúdo interno precisa ter fundo para sobrepor */
.form-animated-border > .form-contato-sugestao {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}




.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #00ed3b;
    border-color: #0b0f10;
    color: #0b0f10 !important;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs {
    border-bottom: 1px solid #00ed3b;
}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #00ed3b;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #00ed3b #00ed3b99 #00ed3b66;
    isolation: isolate;
}

.input-error {
    border-color: red !important;
    background-image: unset !important;
}

.s-error {
    color: red !important;
    font-size: .75rem;
}






/*BARRA de progresso*/

.progress-overview {
    margin-bottom: 30px;
}


.progress-bar-container {
    /*background: #eee;*/
    background: #039f0322;
    border-radius: 10px;
    height: 20px;
    margin-top: 10px;
    overflow: hidden; /* Garante que a animação da barra não ultrapasse os limites do container */
}

.progress-bar {
    background-color: #00fa9a; /* Cor inicial da progressão */
    height: 100%;
    border-radius: 10px;
    transition: width 2s ease-in-out; /* Animação suave de 2 segundos */
    width: 0; /* Inicia com a largura 0 para a animação */
}

/* Caso queira adicionar animação na cor também */
@keyframes colorChange {
    0% {
        background-color: #00fa9a;
    }
    /* Cor inicial */
    50% {
        background-color: #00fa9a;
    }
    /* Cor intermediária */
    100% {
        background-color: #00fa9a;
    }
    /* Cor final */
}

.progress-bar.animating {
    animation: colorChange 2s ease-in-out infinite; /* Animação da cor */
}




.progress-text {
    color: #34495e;
    font-size: 16px;
}

.bg-ead-muted .progress-text {
    color: #34495e !important;
    font-size: 16px;
}

.active-courses {
    margin-bottom: 30px;
}

.course {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00ed3b55;
}

.status {
    font-weight: bold;
}

.ongoing {
    color: orange;
}

.completed {
    color: green;
}

.percentage {
    font-weight: bold;
}

.continue-btn, .review-btn, .next-lesson-btn {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .continue-btn:hover, .review-btn:hover, .next-lesson-btn:hover {
        background-color: #2980b9;
    }



.form-control:disabled, .form-control[readonly] {
    background-color: unset !important;
    border-color: unset !important;
}

.dark-card-n-hover {
    background: linear-gradient(145deg, #1b1f1c 0%, #0f110f 100%);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    border: 2px solid transparent;
    background-image: linear-gradient(#1b1f1c, #1b1f1c), repeating-linear-gradient(135deg, #00ed3b, #00ed3b88 10%, #00ed3b44 20%, #00ed3b22 30%, transparent 40%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    /*box-shadow: 0 0 12px #00ed3b33;*/

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dark-card {
    background: linear-gradient(145deg, #1b1f1c 0%, #0f110f 100%);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    border: 2px solid transparent;
    background-image: linear-gradient(#1b1f1c, #1b1f1c), repeating-linear-gradient(135deg, #00ed3b, #00ed3b88 10%, #00ed3b44 20%, #00ed3b22 30%, transparent 40%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    /*box-shadow: 0 0 12px #00ed3b33;*/

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dark-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 20px #00ed3b66;
    }



    .dark-card .price {
        font-size: 1.25rem;
        font-weight: 600;
        color: #00ed3b;
        margin-top: 1rem;
    }

    .dark-card h3, .dark-card p, .dark-card span {
        color: #e2e7e3;
    }



.btn-share {
    border-radius: 50%;
}

    .btn-share:hover {
        background-color: #FFFFFF11 !important;
        /*box-shadow: 0 10px 24px rgba(2,132,199,.3);*/
    }

/*MOBILE*/
@media only screen and (max-width: 996px) {
    .lbl-foo {
        font-size: 18px;
    }

    .header-contents {
    }

        .header-contents div {
            width: 100% !important;
        }

        .header-contents .header-btn {
            width: 30px !important;
        }

    .nav-webapp {
        display: none !important;
    }

    .nav-mobile {
        display: block !important;
    }

    .col-lg-5 {
        width: 100% !important;
    }


    .modal-dialog {
        max-width: 100% !important;
    }

    .mobile-w-100 {
        width: 100% !important;
    }

    .card-modelo-index img {
        height: auto;
    }

    .flex-mobile {
        display: flex !important;
    }

        .flex-mobile li {
            margin-left: 5px;
            margin-right: 5px;
        }


    .filter-mobile-hide {
        display: none;
        opacity: 0;
    }

    .filter-mobile-show {
        display: block;
        opacity: 1;
    }

    .filters-btn-mobile {
        display: block;
        margin-left: 75%;
    }

    .card-off {
        width: 50%;
    }

        .card-off .img-off {
            width: 100%;
            height: 200px;
        }

    .filter-mobile {
        transition: visibility 1s, opacity 0.5s linear;
        display: none;
    }

    .pnl-top-categorias {
        flex-wrap: wrap;
        place-content: center;
        width: 100%;
        display: flex;
    }

        .pnl-top-categorias .card-categoria {
            width: 50%;
        }


    .pnl-myaccount {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .pnl-menu-account {
        display: none !important;
    }

    .mobile-ms-0 {
        margin-left: 0 !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show-flex {
        display: flex;
    }

    .mobile-column-reverse {
        flex-direction: column-reverse;
    }

    .img-sel-item-mobile {
        max-width: 88.25px;
    }
}


@media (max-width: 480px) {
    .admin-menu-item {
        padding: 20px 10px;
    }

        .admin-menu-item i {
            font-size: 1.8rem;
        }

        .admin-menu-item span {
            font-size: 0.95rem;
        }
}









.toggle {
    display: flex;
    align-items: center;
    gap: 10px
}

    .toggle input {
        width: 42px;
        height: 24px;
        appearance: none;
        background: #2a3437;
        border-radius: 99px;
        position: relative;
        outline: none;
        cursor: pointer;
        border: 1px solid #1b2326
    }

        .toggle input:checked {
            background: linear-gradient(135deg,var(--brand),#52ffa0)
        }

        .toggle input::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #fff;
            transition: transform .2s
        }

        .toggle input:checked::after {
            transform: translateX(18px)
        }


.meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 12px
}

    .meta .pill {
        background: #121a1d;
        border: 1px solid #243138;
        border-radius: 999px;
        padding: 4px 8px
    }

.actions {
    display: flex;
    gap: 10px;
    margin-top: auto
}



    .btn.secondary {
        background: #121a1d;
        color: var(--ink);
        border: 1px solid #1b2326;
        font-size: .85rem;
    }

    .btn.ghost {
        background: transparent;
        border: 1px dashed #2a3437;
        color: var(--muted)
    }

    .btn.danger {
        background: var(--danger);
        color: white
    }

    .btn:disabled {
        opacity: .5;
        cursor: not-allowed
    }

.bg-gradient-destaq {
    background: linear-gradient(90deg, #121713 0%, rgba(11, 15, 16, .35) 55%, rgba(11, 15, 16, .75) 100%), radial-gradient(800px 200px at 15% 20%, rgba(0, 237, 59, .10), transparent 60%);
}

/* Tabela  */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px
}

thead th {
    font-size: 12px;
    color: var(--muted);
    text-align: left;
    padding: 6px 10px
}

tbody tr {
    background: #0f1416;
    border: 1px solid #1b2326
}

tbody td {
    padding: 10px 7px
}

tbody tr td:first-child {
    border-radius: 12px 0 0 12px
}

tbody tr td:last-child {
    border-radius: 0 12px 12px 0
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

    .dot.ok {
        background: var(--ok)
    }

    .dot.off {
        background: #34434a
    }

/* Toast */
.toast {
    position: fixed;
    top: 50px;
    right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #039f03;
    border: 1px solid #1b2326;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(10px);
    transition: all .25s
}

    .toast.show {
        opacity: 1;
        transform: none
    }

/* Modal */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center
}

    .overlay.show {
        display: flex
    }

.dialog {
    width: min(520px,92vw);
    background: var(--card);
    border: 1px solid #1b2326;
    border-radius: 16px;
    box-shadow: var(--shadow)
}

    .dialog header {
        padding: 14px 16px;
        border-bottom: 1px solid #1b2326
    }

    .dialog .body {
        padding: 16px
    }

    .dialog .foot {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 12px 16px;
        border-top: 1px solid #1b2326
    }

/* Dicas */
.helper {
    font-size: 12px;
    color: var(--muted)
}


._LayoutEAD{
    
}

    ._LayoutEAD h1 {
        color: #e2e7e3 !important;
    }

    ._LayoutEAD i {
        color: #e2e7e3 !important;
    }


