* To change this license header,
choose License Headers in Project Properties. To change this template file,
choose Tools | Templates and open the template in the editor. */
/* 
    Created on : 03/11/2016, 22:17:39
    Author     : bruno
*/





:root {
    --ink: black;
    /* Texto principal (slate-300 / claro) */
    --panel: white;
    /* Fundo de painéis/cards (escuro) */
    --panel2: #16161a;
    /* Fundo de headers (mais escuro) */
    --line: #2e2e36;
    /* Bordas e divisores */
    --accent: #019EC3;
    /* Cor de destaque (azul KPM) */
    --muted: #94a3b8;
    /* Texto secundário/muted */
    --danger: white;
    /* Vermelho para erros/alertas */
    --ok: #22c55e;
    /* Verde para sucesso */
}

/* Oculta visualmente os scrollbars do sistema sem bloquear a rolagem. */
html,
body,
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #1c2f4a;
    z-index: 1000000;
}

.loader {
    width: 48px;
    height: 48px;
    border: 7px dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 400px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






@font-face {
    font-family: RighteousRegular;
    src: url('../fonts/Righteous-Regular.ttf');
}

@media (min-width: 768px) {

    #e-cad-aluno {
        min-height: 300px;
    }

    #a-agendado {
        min-height: 550px;
    }

    #a-agendado h1 {
        text-align: center;
        color: blue;
        font-weight: 900;

    }

    #a-agendado h2 {
        margin-top: 30px;
        font-size: 30px;
        color: black;
        font-weight: bold;
    }

    #id-cursos-ativos select[multiple],
    select[size] {
        height: 340px;
    }

    #tb-usuarios .table tbody {
        overflow-y: auto;
        width: 500px;

    }

    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }

    #menu-toggle {
        display: none;
    }

    #calendar-cota>.calendar {
        width: 100%;
        height: 200px;
    }
}

#prop {
    position: relative;
    top: 50px;
    left: 10px;
    z-index: 101;
}

#q {
    position: relative;
    top: 50px;
    right: 10px;
    z-index: 100;
}

.alertify {
    top: 25%;
    background: #FFF;
    border: 10px solid #333;
    border: 2px solid rgba(0, 0, 0, .7) !important;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#exibe>tr>td:nth-child(1) {
    width: 10px;
}

#exibe>tr>td:nth-child(2) {
    width: 30px;
}

#exibe2>tr>td>span {
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
}

#foto-user {
    max-width: 50%;
}

#user-cidade {
    font-size: 9px;
    margin-top: 5px;
}

.profile_info {
    position: relative;
    top: -2px;
    left: -18px;
    padding: 20px 0px;
    width: 65%;
    float: left;
}

.profile_info h2 {
    font-size: 10px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300;
}

#click-aqui {
    position: relative;
    top: 10px;
    left: 72px;
    color: white;
    border-radius: 25px;
    width: 245px;
    height: 70px;
    background: red;
    padding: 10px 0px;
}

#click-aqui span {
    margin-right: 5px;
    font-size: 50px;
}

.alertify-inner {
    text-align: center;
    color: black;
}

.menu-right {
    float: right;
    margin-right: 5px;
}

.c-next {
    /* display: none; */
}

.c-previous {
    /* display: none; */
}

.c-month {
    /* width: 100%; */
}

.form-my {
    margin: 1px;
    margin-left: 2px;
    width: 55%;
    height: 25px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.c-event-list>h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.c-event-list>h2>span {
    cursor: pointer;
}

.off {
    border: none;
}

.on {
    border: 1px solid white;
    background: #3366ff;
    color: white;
    border-radius: 5px;
}


#exibe3>tr>td>span {
    cursor: pointer;
}

#busca-prop>#prop {
    position: relative;
    top: 0px;
    left: 0px;
}

.check-executa {

    -webkit-appearance: none;
    /* Hides the default checkbox style */
    margin-top: 51px;
    height: 4em;
    width: 4em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 2em;
    background-color: #900;
}


#exibe4>tr>td>input[type="checkbox"]:checked {
    background-color: green;
}

#exibe4>tr>td>input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 4em;
    text-align: center;
    color: #fff;
    content: '✘';
}

#exibe4>tr>td>input[type="checkbox"]:checked:before {
    content: '✔';
}

#exibe4>tr>td>input[type="checkbox"]:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

.box .body {

    min-height: 700px;
}

#brand-title>span {
    font-size: 14px;
    margin-left: 10px;
}

.titulo-inicial>h1 {

    text-align: center;
    font-size: 100px;
    margin-bottom: 30px;

}

.titulo-inicial>h1+p {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .calendar {
        width: 140%;
    }

    .titulo-inicial>h1 {

        text-align: center;
        font-size: 70px;
        margin-bottom: 30px;

    }

    table {
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    table::-webkit-scrollbar {
        width: 10px;
        height: 10px;

    }

    table::-webkit-scrollbar-track {}

    table::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: green;

    }

    #calendar-cota>.calendar {
        width: 100%;
        height: 280px;
        margin-left: 15%;
    }



}

#menu {
    background-color: #333 !important;
}

/*
.chosen-container-single .chosen-single{
    padding: 5px 0 5px 8px; 
}
*/
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}

.Wrap,
#wrap {
    margin-bottom: -10px;
}

.saldo>h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 0;
}

#calendar2>.c-event-grid {
    /* display: none; */
}

.chosen-container {
    font-size: 10px;

}

.input-group>.glyphicon {
    top: 0px;
}

.c-grid {
    box-shadow: none;
    height: inherit;
}

#solicita-cidadao {
    font-size: 10px;
}

.input-group {
    margin-bottom: 15px;
}

#cal-solicita>#calendar2>.c-event-grid {
    width: 22%;
    box-shadow: none;
}

#cal-solicita>#calendar2>div:nth-child(2)>div:nth-child(2)>div>h2 {
    font-size: 9px;
}

#cal-solicita>#calendar2>div:nth-child(2)>div:nth-child(2)>div>h2>input[type=number] {

    font-size: 10px;
    width: 67px;
    height: 15px;
    margin-left: 5px;
}

/*
#cal-solicita > #calendar2 > div:nth-child(1) > div:nth-child(3){
    display: none;
}
*/
thead>tr>th {
    font-size: 12px;
}

tbody>tr>td {
    font-size: 10px;
}

#font-i {
    font-family: 'Ranga', cursive;
    font-size: 35px;
    padding: 0 5px;
}

#font-ii {
    font-family: 'Ranga', cursive;
    font-size: 150px;
    padding: 0 5px;
}

.Footer,
#footer {

    z-index: 10000;
}

#buscar-proced>span>#btn-procedContr {
    position: relative;
    top: 50px;
    left: -10px;
}

#btn-top {
    margin-top: 40px;
}

.class-widht {
    width: 150px;
}

input[type=checkbox] {

    -webkit-appearance: none;
    /* Hides the default checkbox style */
    /*margin-top: 51px; */
    height: 2em;
    width: 2em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 5px;
    background-color: #900;
}


input[type="checkbox"]:checked {
    background-color: green;
}

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2em;
    text-align: center;
    color: #fff;
    content: '✘';
}

input[type="checkbox"]:checked:before {
    content: '✔';
}

input[type="checkbox"]:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

#logo-ind {
    min-width: 300px;

}

.linha {
    float: right;
}

textarea {
    overflow: auto;
    overflow: hidden;
}



:-webkit-full-screen {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    background-color: white;
    z-index: 2147483647 !important;
    height: 100% !important;
    width: 100% !important;
    display: block;

    position: absolute;
    top: 0;


    visibility: visible;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-screen-box {
    margin-top: -100px;
    height: 2050px !important;
    width: 110% !important;

    position: absolute;
    top: 0;

    padding: 10px;
    /*  background-color: #fff; */
    display: block;

    background-image: -moz-linear-gradient(90deg, rgb(238, 94, 5) 32%, rgb(180, 65, 11) 63%, rgb(121, 36, 16) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 94, 5) 32%, rgb(180, 65, 11) 63%, rgb(121, 36, 16) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 94, 5) 32%, rgb(180, 65, 11) 63%, rgb(121, 36, 16) 100%);
    position: absolute;
    left: 39px;
    top: 63px;
    width: 1125px;
    height: 420px;
    z-index: 2;


}



#full-page>div:nth-child(2)>table>thead>tr>th {
    font-size: 30px;
}

#full-page>div:nth-child(2)>table>tbody>tr>td {
    font-size: 30px;
}

#btn-ordem {}

#sec-ordem {
    height: 450px;
}


#table-ordem>thead>th {
    text-decoration: underline;
}

#table-ordem>thead>th,
#table-ordem>tbody>td {
    padding: 5px;
    text-align: left;
}

#table-ordem>tbody>tr>td:nth-child(1),
#table-ordem>thead>tr>th:nth-child(1) {
    min-width: 200px;
}

#table-ordem>tbody>tr>td:nth-child(2),
#table-ordem>thead>tr>th:nth-child(2) {
    min-width: 200px;
}

#table-ordem>tbody>tr>td:nth-child(3),
#table-ordem>thead>tr>th:nth-child(3) {
    width: 350px;
}

#table-ordem>tbody>tr>td:nth-child(4),
#table-ordem>thead>tr>th:nth-child(4) {
    width: 200px;
}


#table-ordem>thead {
    background-color: #ac2925;
    color: #FDFDFD;

}

#table-ordem>thead>tr {
    display: block;
    position: relative;
}

#table-ordem>tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 300px;

}

#tb-painel>tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 300px;

}

#table-ordem>tbody>tr:nth-child(even) {
    background-color: #DDD;
}



/* OUTRO */

#table-ordem2>thead>th {
    text-decoration: underline;
}

#table-ordem2>thead>th,
#table-ordem2>tbody>td {
    padding: 5px;
    text-align: left;
}

#table-ordem2>tbody>tr>td:nth-child(1),
#table-ordem2>thead>tr>th:nth-child(1) {
    min-width: 200px;
}

#table-ordem2>tbody>tr>td:nth-child(2),
#table-ordem2>thead>tr>th:nth-child(2) {
    min-width: 200px;
}

#table-ordem2>tbody>tr>td:nth-child(3),
#table-ordem2>thead>tr>th:nth-child(3) {
    width: 350px;
}

#table-ordem2>tbody>tr>td:nth-child(4),
#table-ordem2>thead>tr>th:nth-child(4) {
    width: 200px;
}

#table-ordem2>tbody>tr>td:nth-child(5),
#table-ordem2>thead>tr>th:nth-child(4) {
    width: 200px;
}

#table-ordem2>tbody>tr>td:nth-child(5)>input[type=checkbox] {
    margin-left: 40px;
    margin-bottom: 5px;
}

#table-ordem2>thead {
    background-color: #337ab7;
    color: #FDFDFD;

}

#table-ordem2>thead>tr {
    display: block;
    position: relative;
}

#table-ordem2>tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 300px;

}

#table-ordem2>tbody>tr:nth-child(even) {
    background-color: #DDD;
}



.fixed_headers {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;

}

.old_ie_wrapper {
    height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;

    tbody {
        height: auto;
    }
}

#yes-audio {
    display: none;
}

#sec-print {
    display: none;
}



#sec-senha>h1 {
    font-size: 5em;
    text-align: center;
    color: #0B0B0B;
}

#sec-setor>#sec-senha>h1 {
    font-size: 7.5em;
    text-align: center;
    color: rgb(204, 255, 51);
    /* font-family: 'Righteous', cursive; */
    font-family: 'RighteousRegular';
}

#sec-senha>h3 {
    font-size: 70px;
    text-align: center;
    color: rgb(204, 255, 51);
    margin-top: 60px;
    /* font-family: 'Righteous', cursive; */
    font-family: 'RighteousRegular';
}


#btn-full {
    position: relative;
    left: 45%;
    right: 45%;
    width: 10%;
    margin: 20px auto;
}

#btn-full>span {
    margin-right: 10px;
}

@media (min-width: 1680px) and (max-width: 1920px) {

    #sec-senha>h1 {
        font-size: 18em;
        text-align: center;
    }

    #sec-senha>h3 {
        font-size: 70px;
        text-align: center;
        margin-top: 60px;
    }

    .full-screen-box {
        height: 2050px !important;
        width: 110% !important;

        position: absolute;
        top: 0;

        padding: 10px;
        background-color: #fff;
        display: block;
    }


}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.site_title {

    font-size: 14px;

}

#btn-ordem>div>button>span {
    margin-right: 10px;
}

.gerenciador-guiche {
    width: 100%;
    height: 160px;
    background: red;
    border-radius: 10px;
    transition: transform .2s;
}

.gerenciador-guiche:hover {
    /* transform: scale(1.5); */
}

#gerency-guiche>div {

    margin-bottom: 20px;

}

.gerenciador-guiche>.g-title {
    font-size: 20px;
    text-align: center;
}

.gerenciador-guiche>.g-guiche {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: white;
}

#g-setor>#gerency-guiche>div>.gerenciador-guiche>.g-guiche {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding-top: 30px;
}

.gerenciador-guiche>.g-type {
    font-size: 20px;
    text-align: center;
    color: white;

}

.gerenciador-guiche>.g-senha-count {
    font-size: 25px;
    text-align: center;
    color: white;

}

#gerency-guiche {
    max-width: 80%;
    margin: 0 auto;
}

.sec-btn-senhas {
    margin: 0 auto;
    width: 50%;
}

.sec-btn-senhas>button:nth-child(1) {
    float: left;
    width: 48%;
    height: 38px;
}

.sec-btn-senhas>button:nth-child(2) {
    float: right;
    width: 48%;
    height: 38px;
}

.sec-btn-senhas>button>span {
    margin-right: 10px;
    font-size: 20px;
}

#gerency-guiche {
    margin: 50px auto;
}

#sec-senha>img {
    max-width: 70%;
    margin: 70px auto;
    display: block;
}

#full-page>div:nth-child(2)>.table {
    margin-top: 100px;
    width: 80%;
    color: rgb(204, 255, 51);
    /* font-family: 'Righteous', cursive; */
    font-family: 'RighteousRegular';
}

#sec-senha {
    margin-top: 100px;
}

.x_content>#btn-atualizar-guiche {
    float: right;
}

.sec-btn-senhas>#btn-reiniciar-guiche {
    margin: 0 auto;
    display: block;
}

.form-group>div>p {
    position: relative;
    top: 8px;
}

#painel-org>.row {
    margin-left: -100px;
}

.nav-md .container.body .right_col2 {
    padding: 10px 20px 0;
    margin-left: 230px;
}

body .container.body .right_col2 {
    background: #F7F7F7;
}

#apostilas-easy {
    margin: 50px 0;
}

#apostilas-easy>div>h3 {
    text-align: left;
}

#apostilas-easy>div>ul>li>a>span {
    margin-right: 15px;
}

#videos-easy {}

#videos-easy>div>h3 {
    text-align: center;
}

#dados-aluno {
    height: 300px;
}

#dados-aluno>H2>span {
    font-weight: 900;
}

#dados-aluno-busca {
    height: 500px;

}

#text-bem-vindo {
    text-align: center;
    margin: 30px
}

#logo-bem-vido {
    width: 100%;
    position: relative;
    top: -150px;
    z-index: 1;

}

#logo-bem-vido img {
    width: 500px;
    display: block;
    margin: 0 auto;
}


.nav.navbar-nav>li>a {
    color: black !important;
    font-size: 12px;
}

#menu-aluno {

    margin-bottom: 40px;
}

.class-widht span {
    position: relative;
    left: -5px;
}

@media (max-width: 480px) {
    #e-cad-aluno {
        min-height: 150px;
    }

    #logo-bem-vido {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .class-widht {
        width: 100%;
        display: inline-block;
        margin: 15px 0px;
    }

    .class-widht span {
        position: relative;
        left: -20px;
    }

    .nav-sm .nav.side-menu li a {
        text-align: center !important;
        font-weight: 400;
        font-size: 24px;
        padding: 15px 0px !important;
        width: 100% !important;
        display: block !important;
    }

    /* Ocultar absolutamente todo texto e spans dentro dos links da sidebar no mobile */
    .nav-sm .nav.side-menu li a span,
    .nav-sm .nav.side-menu li a {
        color: white !important;
    }

    .nav-sm .nav.side-menu li a i {
        color: #EDEDED !important;
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
        font-size: 26px !important;
    }

    /* Manter submenus funcionais mas escondendo labels e setas */
    .nav-sm ul.nav.child_menu {
        display: none;
    }

    .nav-sm li.active>ul.nav.child_menu {
        display: block !important;
    }

    .nav-sm .container.body .col-md-3.left_col {
        min-height: 100%;
        width: 65px !important;
        /* Largura reduzida para ganhar espaço */
        padding: 0;
        z-index: 9999;
        position: absolute;
        padding-top: 55px !important;
        background: #2A3F54 !important;
    }

    .site_title img {
        width: 125px;
        border-radius: 25px;

    }

    #menu-aluno {

        margin-bottom: 40px;
    }

    #text-bem-vindo {
        text-align: center;
        margin: 90px 0px;
        position: relative;
        top: 30px;
    }

    #logo-bem-vido {
        width: 100%;
    }

    #logo-bem-vido img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }


    /*  CADASTRO ALUNO */
    body {
        background: none;
    }

    .left-col {}

    /* Forçar altura total em todos os containers pai */
    html,
    body,
    .container.body,
    .main_container {
        min-height: 100% !important;
        height: auto !important;
    }

    .nav-md .container.body .right_col {
        margin-left: 0px !important;
        min-height: auto !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    .nav-sm .container.body .right_col {
        margin-left: 0px !important;
        min-height: auto !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        background-color: #2A3F54 !important;
        padding-bottom: 50px !important;
        margin-bottom: 0px !important;
    }

    .right_col>div {
        min-height: auto !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .x_panel {
        min-height: auto !important;
        margin-bottom: 0px !important;
    }

    footer {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 10 !important;
        margin-left: 0px !important;
        padding: 15px 20px !important;
        background: #2A3F54 !important;
        border-top: 1px solid #3E5367 !important;
        color: #EDEDED !important;
        width: 100% !important;
        min-height: 50px !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Adicionar espaço no final do conteúdo para não cobrir itens pelo footer fixo */
    .right_col {
        /* removido padding-bottom duplicado */
    }

    /* removido override global que gerava scroll */

    .x_panel {
        min-height: auto !important;
    }

    .top_nav {
        display: block !important;
        margin-left: 0px !important;
        width: 100% !important;
        z-index: 10001 !important;
    }

    .nav_menu {
        display: block !important;
    }

    .toggle {
        display: block !important;
        width: 60px !important;
    }

    #menu_toggle {
        display: block !important;
        position: relative;
        top: -10px;
        z-index: 10002 !important;
        color: black !important;
    }

    /* Ocultar o logo da sidebar no topo quando em mobile para evitar sobreposição com o menu hambúrguer */
    .nav_title {
        display: none !important;
    }

    .site_title {
        display: none !important;
    }

    #e-logo-cadastro {
        margin: 15px auto;
        display: block;
        min-width: 200px;
    }

    /*--  CADASTRO ALUNO --*/

    #datatable-buttons {
        width: 300px;
    }

    .dataTables_filter {
        width: 50%;
        float: right;
        text-align: right;
        margin-right: 60px;
    }

    .tb-user-supervisores #datatable-buttons th:nth-child(3),
    td:nth-child(3) {
        min-width: 300px;
    }


}


#e-docs span:nth-child(1) {
    padding-right: 30px;
}

#e-docs span:nth-child(2) {
    padding-right: 30px;
}

#e-docs span:nth-child(3) {
    padding-right: 45px;
}

#menu-aluno,
#e-docs {
    z-index: 10000;
}

.img-pub {
    width: 100%;

}

.foot-pub>a {
    width: 100%;
    height: 30%;
    font-size: 10em;
    font-weight: bold;
    padding-top: 35px;
}

/*########## style pub ######## */

.pub-body {
    background: #010b17;

}

.pub-body .e-logo {
    width: 100%;
}

.pub-body .l-whats {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;

}

.pub-body .e-cel-cad,
.l-whats {
    margin-top: 5em;

}

.head-cadastro>h3 {
    color: white;
    text-align: center;
    position: relative;
    top: 20px;
    color: white;
}

.pub-body .input-group .form-control {
    background: transparent;
    color: white;

}

.pub-body .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pub-body .btn {
    display: inline-block;
    padding: 15px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pub-body .container-b {
    margin: 25px;
}

.pub-body .glyphicon {
    position: relative;
    top: 1px;
    margin-right: 10px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quina-zap {
    position: relative;
    top: 4px;
    left: 5px;
    font-size: 20px;
    padding: 2.5px;
    background: white;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

@font-face {
    font-family: ERASDEMI;
    src: url(../fonts/ERASDEMI.TTF) format("truetype");
}


.info-c h1 {
    font-family: ERASDEMI !important;
    font-size: 10em;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;

}

.info-c>h1+h2 {
    font-family: ERASDEMI !important;
    font-size: 5em;
    color: red;
    text-align: center;
    font-weight: bold;

}

.info-c>h1+h2+h2 {
    font-family: ERASDEMI !important;
    font-size: 3em;
    color: white;
    text-align: center;
    font-weight: bold;


}

.info-c>h1+h2+h2+h2 {
    font-family: ERASDEMI !important;
    font-size: 4em;
    color: white;
    text-align: center;
    font-weight: bold;


}

.e-maquinas {
    display: block;
    width: 70%;
    margin: 60px auto;
}

.e-apoio-insc {
    width: 100%;
    height: auto;
    border-radius: 25px;
    background: white;
}

.e-apoio>h3 {
    margin-left: 25px;
    font-weight: bold;
    color: black;
}

.img-apoio {

    width: 60%;
    display: block;
    margin: 0 auto;

}

.img-apoio2 {
    width: 50%;
    display: block;
    margin: 0 auto;

}

.e-insc>h3:nth-child(1) {
    font-family: ERASDEMI !important;
    font-weight: bold;
    color: black;
    font-size: 60px;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;

}

.e-insc h3 {

    font-family: ERASDEMI !important;
    font-weight: bold;
    color: black;
    font-size: 30px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;

}

.h-saiba {
    font-family: ERASDEMI !important;
    font-weight: bold;
    color: red;
    font-size: 30px;
    text-align: center;
    position: relative;
    top: -30px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;

}


.e-insc>h3:nth-child(6) {
    font-family: ERASDEMI !important;
    font-weight: bold;
    color: black;
    font-size: 40px;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.h-cidade {
    font-family: ERASDEMI !important;
    font-weight: bold;
    color: black;
    font-size: 40px;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}


@media (max-width: 768px) {

    .pub-body {
        background: #010b17;

    }

    .pub-body .e-logo {
        width: 50%;
        display: block;
        margin: 25px auto;
    }

    .pub-body .l-whats {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;

    }

    .pub-body .e-cel-cad,
    .l-whats {
        position: relative;
        top: 0em;

    }

    .pub-body .input-group .form-control {
        background: transparent;
        color: white;

    }

    .pub-body .form-control {
        display: block;
        width: 100%;
        height: 54px;
        padding: 6px 12px;
        font-size: 25px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .pub-body .btn {
        display: inline-block;
        padding: 15px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .pub-body .container-b {
        margin: 25px;
    }

    .pub-body .glyphicon {
        position: relative;
        top: 1px;
        margin-right: 10px;
        border: 2px solid white;
        border-radius: 50px;
        font-size: 20px;
        padding: 5px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .quina-zap {
        position: relative;
        top: 4px;
        left: 5px;
        font-size: 20px;
        padding: 2.5px;
        background: white;
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

    }

    .info-c h1 {
        font-family: ERASDEMI !important;
        font-size: 5em;
        color: white;
        text-align: center;
        font-weight: bold;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: white;

    }

    .info-c>h1+h2 {
        font-family: ERASDEMI !important;
        font-size: 2.5em;
        color: red;
        text-align: center;
        font-weight: bold;

    }

    .info-c>h1+h2+h2 {
        font-family: ERASDEMI !important;
        font-size: 2em;
        color: white;
        text-align: center;
        font-weight: bold;


    }

    .info-c>h1+h2+h2+h2 {
        font-family: ERASDEMI !important;
        font-size: 2em;
        color: white;
        text-align: center;
        font-weight: bold;


    }

    .e-maquinas {
        display: block;
        width: 90%;
        margin: 30px auto;
    }

    .e-apoio-insc {
        width: 100%;
        height: auto;
        border-radius: 25px;
        background: white;
    }

    .e-apoio>h3 {
        margin-left: 25px;
        font-weight: bold;
        color: black;
    }

    .img-apoio {

        width: 60%;
        display: block;
        margin: 0 auto;

    }

    .e-insc>h3:nth-child(1) {
        font-family: ERASDEMI !important;
        font-weight: bold;
        color: black;
        font-size: 60px;
        text-align: center;
        margin: 25px 0px;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;

    }

    .e-insc>h3:nth-child(2),
    h3:nth-child(3),
    h3:nth-child(4),
    h3:nth-child(5) {
        font-family: ERASDEMI !important;
        font-weight: bold;
        color: black;
        font-size: 25px;
        margin-left: 25px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }

    .e-insc>h3:nth-child(6) {
        font-family: ERASDEMI !important;
        font-weight: bold;
        color: black;
        font-size: 30px;
        margin: 25px 0px;
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }

}

.e-insc .glyphicon {
    position: relative;
    top: 1px;
    margin-right: 10px;
    border: 2px solid black;
    border-radius: 50px;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-insc .quina-zap {
    position: relative;
    top: 4px;
    left: 5px;
    font-size: 20px;
    padding: 2.5px;
    background: black;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.m-area {
    width: 500px;
    height: 500px;
}

.lines {
    width: 250px px;
    height: 150px;
    border: solid 10px #000;
    border-color: transparent #000 transparent #000;
    border-radius: 100px 50%/100px 100px 100px;
}

#a-agendado img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.dthr-agendado {
    background: red;
    color: white;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: 20px;
    left: 35%;
    right: 35%;

}

.select-m {
    margin: 20px;
}

#sec-transacoes .login_wrapper {
    right: 0;
    margin: 5% auto 0;
    max-width: 1200px;
    position: relative;
}

#transacoes {
    width: 100%;
    min-height: 300px;
    /* altura fixa */
    overflow: auto;
    /* mostra barra quando necessário */
    resize: vertical;
    /* opcional: permite redimensionar só para cima/baixo */
}

#transacoes:focus {
    border: 2px solid #1c2f4a;
    /*box-shadow: horizontal vertical blur spread color*/
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;

}

/* ========== PARA CHROME, SAFARI E EDGE (WebKit/Blink) ========== */
/* 1. Largura da scrollbar */
#transacoes::-webkit-scrollbar {
    width: 12px;
    /* largura da barra vertical */
    height: 12px;
    /* altura da barra horizontal */
}

/* 2. Track (fundo da barra) */
#transacoes::-webkit-scrollbar-track {
    background: white;
    /* cor de fundo da trilha */
    border-radius: 6px;
    /* cantos arredondados */
}

/* 3. Thumb (parte que desliza) */
#transacoes::-webkit-scrollbar-thumb {
    background-color: #1c2f4a;
    /* cor do “polegar” */
    border-radius: 6px;
    /* cantos arredondados */
    border: 3px solid #f0f0f0;
    /* cria um espaçamento interno */
}

/* 4. Thumb ao passar o mouse */
#transacoes::-webkit-scrollbar-thumb:hover {
    background-color: #019EC3;
}



.btn-upload {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.btn-upload>button {

    position: relative;
    display: block;
    margin: 15px auto;
}

.btn-upload h1 {

    text-align: center;
}

#classificar>tr {
    background: transparent;
    color: black;
}

#classificar>tr:hover {

    background: #019EC3;
    color: #1c2f4a;
}

#classificar>tr>td {
    border: 1px solid #bfc6be;



}

.table-bordered {
    border: 1px solid black;
}

#descricao:focus {
    border: 2px solid #1c2f4a;
    /*box-shadow: horizontal vertical blur spread color*/
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;

}

.awesomplete:focus {
    border: 2px solid #1c2f4a;
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;
}

#classificacao:focus {
    border: 2px solid #1c2f4a;
    /*box-shadow: horizontal vertical blur spread color*/
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;

}

#traducao:focus {
    border: 2px solid #1c2f4a;
    /*box-shadow: horizontal vertical blur spread color*/
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;

}

.btn:focus {
    border: 2px solid #1c2f4a;
    box-shadow: 1px 1px 8px 5px #1c2f4a !important;
    background-color: #286090;
}


/*  ######## CUSTOM KPM TOOLS           */
/*
body{
    background: #e1ede1;
    
}
*/

.left_col {
    /* background: #1c2f4a; */
    background: #2A3F54;


}

#totalLinhas {
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 900;
    background: #1c2f4a;
    border-radius: 5px;
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    margin-left: 230px;
    background: #e1ede1;
    min-height: 100vh !important;
}

.simula-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f5f5f5;
    z-index: 10000;
    overflow: auto;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

/*
.awesomplete {
    position: relative;
    float: left;
    margin-bottom: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.awesomplete > ul > li {
    background: white;
    padding: 0 0;
}
.awesomplete > ul > li:hover {
    color: black;
    background: #019EC3;
}
*/

#traducao-icon>div>div>span {
    cursor: pointer;
}




.file-checkbox-wrapper {
    position: relative;
    width: 100%;
    background-color: white;
    border: 2px solid #73879C;
    padding: 12px;
    border-radius: 5px;
    color: #73879C;
    font-family: sans-serif;
    cursor: pointer;
    box-shadow: none;
    transition: border-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.file-checkbox-wrapper:hover {

    background-color: #019EC3;
    border: 5px solid white;
    box-shadow: 24px rgba(0, 0, 0, 0.3);
    color: white;
}

.file-checkbox-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.file-name-display {
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkmark {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
    display: none;
}

.file-selected .checkmark {
    display: block;
}

.file-selected {
    border-color: #019EC3 !important;
    background-color: #019EC3 !important;
    color: white !important;
}

#btn-ean13 {}


.form-ele-top {
    position: relative;
    top: 0;
}

#compras_resumo>tr>td {
    font-size: 28px;
}





/* VENDAS */





.header {
    background: var(--panel2);
    border: 2px solid var(--accent);
    padding: 16px 24px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

h1 {
    margin: 0;
    font-size: 22px;
    letter-spacing: .5px
}

.crumb {
    color: var(--muted);
    margin-top: 8px
}

.card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px 18px
}

.label {
    font-size: 12px;
    color: var(--muted);
    margin: 4px 0
}

#sec-vendas-pdv input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

#sec-cliente input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

#sec-dataVenda input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

#sec-financeiro input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

#sec-pagamentos input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

#sec-parcelas input,
select {
    width: 92%;
    color: var(--ink);
    border: 1px solid #45454f;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    margin: 0 10px;
}

input[readonly] {
    opacity: .9
}

.preview {
    background: #151519;
    border: 1px solid #50505a;
    border-radius: 18px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted)
}


.big {
    font-size: 24px;
    margin: 6px 0 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden
}

th,
td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 13px
}

th {
    color: var(--accent);
    text-align: left;
    background: #16161a
}

tfoot td {
    font-weight: 700
}

.aside .row {
    grid-template-columns: 1fr 1fr
}

.totalbox {
    background: #151519;
    border: 1px solid #5a5a66;
    border-radius: 14px;
    padding: 14px;
    margin-top: 12px
}

.totalbox .v {
    font-size: 28px;
    font-weight: 800;
    color: var(--danger)
}

.footer {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px
}

.kbtn {
    background: #151519;
    border: 1px solid #4e4e58;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    color: var(--ok)
}

.ann {
    font-size: 11px;
    color: #8aa2b6;
    margin-left: 6px
}


#search-product .input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 20PX;
    border-bottom-right-radius: 20PX;
    border-top-left-radius: 20PX;
    border-bottom-left-radius: 20px;
    height: 60px;
    font-size: 30px;
}

.modal-footers {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* Camada global: modais devem ficar acima do topo/menu em qualquer tela. */
.modal-backdrop {
    z-index: 11990 !important;
}

.modal {
    z-index: 12000 !important;
    pointer-events: auto !important;
}

.modal .modal-dialog,
.modal .modal-content {
    position: relative;
    z-index: 12010 !important;
    pointer-events: auto !important;
}

body.modal-open .top_nav,
body.modal-open .top_nav .nav_menu,
body.modal-open .top_nav .nav.toggle,
body.modal-open #menu_toggle,
body.uz-modal-open .top_nav,
body.uz-modal-open .top_nav .nav_menu,
body.uz-modal-open .top_nav .nav.toggle,
body.uz-modal-open #menu_toggle {
    z-index: 1000 !important;
}

body.modal-open #menu_toggle,
body.modal-open .top_nav .nav.toggle,
body.uz-modal-open #menu_toggle,
body.uz-modal-open .top_nav .nav.toggle,
body:has(.modal.in) #menu_toggle,
body:has(.modal.show) #menu_toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.modal-open .top_nav,
body.uz-modal-open .top_nav,
body:has(.modal.in) .top_nav,
body:has(.modal.show) .top_nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#btn-quick-messages {
    position: relative;
    right: 35px;
    top: 20px;
    
}

/* --- CORREÇÃO DE OVERFLOW GLOBAL --- */

/* Forçar scroll horizontal APENAS na tabela dentro de modal no mobile */
@media (max-width: 768px) {
    .modal-body {
        overflow-x: hidden !important;
        /* Modal body fixo */
    }

    /* Aplica o scroll apenas no container da tabela */
    .modal-body table,
    .modal-body .dataTables_wrapper,
    .modal-body .table-responsive {
        width: 100% !important;
        overflow-x: auto !important;
        display: block !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .modal-body table {
        min-width: 600px !important;
        /* Força a tabela a transbordar para ativar o scroll */
    }

    .modal-dialog {
        margin: 10px !important;
        width: calc(100% - 20px) !important;
    }
}

/* --- AJUSTE GLOBAL DE CONTRASTE --- */
table th,
table thead th {
    color: #ffffff !important;
    /* Texto White para fundo escuro */
    font-weight: bold !important;
}

table td,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    color: #000000 !important;
    /* Texto Black para linhas */
}
/* --- CORRE��O GLOBAL DE ABAS EM MODAIS (GENTELELLA BAR_TABS) --- */
@media (max-width: 768px) {
    .nav-tabs.bar_tabs {
        display: block !important;
        width: 100% !important;
        border-bottom: none !important;
        margin-bottom: 25px !important;
        padding: 0 10px !important;
        height: auto !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        clear: both !important;
    }
    .nav-tabs.bar_tabs > li {
        width: 100% !important;
        margin-bottom: 8px !important;
        float: none !important;
        margin-left: 0 !important;
        display: block !important;
    }
    .nav-tabs.bar_tabs > li > a {
        text-align: center !important;
        margin-right: 0 !important;
        background-color: #f7f7f7 !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        width: 100% !important;
        display: block !important;
        padding: 15px 10px !important;
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
        color: #333 !important;
    }
    .nav-tabs.bar_tabs > li.active > a {
        background-color: #2A3F54 !important;
        color: #fff !important;
        border: 1px solid #2A3F54 !important;
    }
    /* Garente que o conte�do da aba comece ap�s as abas empilhadas */
    .tab-content {
        clear: both !important;
        margin-top: 15px !important;
        padding-top: 10px !important;
        display: block !important;
    }
}

/* --- REFOR�O DE CENTRALIZA��O E ESPA�AMENTO DE ABAS MOBILE --- */
@media (max-width: 768px) {
    .modal-body .nav-tabs.bar_tabs {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        margin-bottom: 40px !important; /* Espa�o generoso para evitar sobreposi��o */
        position: relative !important;
        top: 0 !important;
        z-index: 10 !important;
        float: none !important;
    }
    .modal-body .nav-tabs.bar_tabs > li {
        width: 90% !important;
        margin: 8px 0 !important;
        float: none !important;
        display: block !important;
    }
    .modal-body .nav-tabs.bar_tabs > li > a {
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        padding: 15px !important;
        font-size: 16px !important;
        background: #eee !important;
        border: 1px solid #ccc !important;
        color: #000 !important;
    }
    /* Empurra o conte�do para baixo das abas */
    .modal-body .tab-content {
        margin-top: 20px !important;
        clear: both !important;
        display: block !important;
        position: relative !important;
    }
}

/* --- REFOR�O FINAL PARA EVITAR SOBREPOSI��O DE ABAS M�VEIS --- */
@media (max-width: 768px) {
    /* Garante que o container das abas n�o seja flutuante e tenha altura real */
    .modal-body .nav-tabs.bar_tabs {
        display: block !important;
        height: auto !important;
        min-height: 50px !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
        position: relative !important;
        float: none !important;
        overflow: visible !important;
    }
    
    .modal-body .nav-tabs.bar_tabs > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        text-align: center !important;
    }

    .modal-body .nav-tabs.bar_tabs > li > a {
        display: block !important;
        width: 90% !important;
        margin: 0 auto !important;
        float: none !important;
        padding: 15px 10px !important;
        text-align: center !important;
        background: #f1f1f1 !important;
        border: 1px solid #ccc !important;
        border-radius: 8px !important;
        font-weight: bold !important;
        font-size: 16px !important;
        color: #333 !important;
    }

    /* O conte�do da aba deve sempre vir depois das abas e nunca por baixo */
    .modal-body .tab-content {
        display: block !important;
        clear: both !important;
        margin-top: 20px !important;
        padding: 10px !important;
        position: relative !important;
    }
}


    
