.elementor-17740 .elementor-element.elementor-element-010d61b > .elementor-container{min-height:700px;}.elementor-17740 .elementor-element.elementor-element-08294bf{width:var( --container-widget-width, 96.499% );max-width:96.499%;--container-widget-width:96.499%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-17740 .elementor-element.elementor-element-08294bf{width:var( --container-widget-width, 342px );max-width:342px;--container-widget-width:342px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* CSS media query dentro de um stylesheet */
@media (max-width: 600px) {
    
     .multi-calculadora-container {
        flex-direction: column;
        
    }
    
    .coluna-botoes, .coluna-central, .coluna-tabela {
        width: 100% !important;
        padding: 5px;
    }

  
    
    /* Estilização dos inputs e seleção para ocupar a largura total */
    input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Botões com espaçamento e largura ajustáveis */
    .csv, .xls, [type=button], [type=reset], [type=submit] {
        width: 100%;
        margin: 10px 0;
    }

    /* Ajuste do Modal para melhor visualização */
    .modal-content {
        margin: 10% auto;
        width: 90%; /* Maior largura para visualização em telas pequenas */
    }
    
    /* Conteúdo geral para melhor fluidez */
    .conteudo, .lista-botoes {
        width: 100%;
        flex-direction: column;
    }

    .botao {
        width: 100%; /* Botões ocupam a largura total */
    }

    .formularios, .form {
        width: 100%; /* Formulários e resultados ocupam a largura total */
    }


     table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

    thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-title); /* Adiciona o título da coluna antes de cada célula */
    }

  .lista-botoes {
        width: 125% !important; /* Ajuste a largura dos botões */
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
     
      .formularios {
        width: 100% !important; /* Ajuste a largura dos formulários */
        padding: 10px;
    }
    
       
}




/* Estilos padrão para desktop */
.resultado {
    position: absolute;
    top: 15%;
    left: 80%;
    transform: translate(-50%, -50%);
    background: white;
    width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* Reset dos estilos para mobile */
@media (max-width: 600px) {
    .resultado {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: auto !important;
        padding: 0 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
        padding: 20px !important;
        margin-top: 10px;
        margin-bottom: 10px;

        background: none !important; /* Se quiser manter o fundo branco, mude para background: white; */
    }
}







input{
    border-radius: 5px;
    border: 1px solid #fff;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: .5rem 1rem;
    border-radius: 12px;
    transition: all .3s;
    margin-top: 5px;
    margin-bottom: 5px;
}




.csv:hover{
    background-color: #5AC8AE;
}

.xls:hover{
    background-color: #5AC8AE;
}


.csv{
    background: green;
    color: white;   
    border: none;
}


.xls{
    background: orange;
    color: white;   
    border: none;
        margin-right: 10px;

}


[type=button], [type=reset]{
    background: orange;
    margin-top: 5px;
    margin-right: 5px;
        border: none;

}

[type=button], [type=submit]{
    background: green;
    color: white;
    margin-top: 5px;
    margin-right: 5px;
        border: none;

}


/* Estilo do Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




/* multicalculadora-estilos.css */
.multi-calculadora-container {
    display: flex;
    width: 100%;
}

.coluna-botoes {
    flex: 1;
    padding: 10px;
    /* Adicione mais estilos conforme necessário */
}

.coluna-central {
    flex: 2;
    padding: 10px;
    /* Adicione mais estilos conforme necessário */
}

.coluna-tabela {
    flex: 1;
    padding: 10px;
    /* Adicione mais estilos conforme necessário */
}





.conteudo { 
    display: flex; 
    justify-content: flex-start;
    flex-wrap: nowrap; 
}
    .lista-botoes {
        width: 25%; /* Ajuste a largura dos botões */
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .botao {
        padding: 10px;
        border: 1px solid #dde0e3;
        color: white;
        background-color: orange;
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 40px;
        width: 80%;
    }
    .botao:hover {
        background-color: #e0e0e0;
    }
    .formularios {
        width: 50%; /* Ajuste a largura dos formulários */
        padding: 10px;
    }
    .form {
        border: 1px solid #dde0e3;
        padding: 20px;
        border-radius: 12px;
    }
   

    .resultado{
         border: 1px solid #dde0e3;
        padding: 20px;
        border-radius: 12px;
    }/* End custom CSS */