.layot_contatos {
    margin-top: 0.3vw;
}

.coluna {
    display: flex;
    width: 20vw;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1vw;
    position: relative;
    z-index: 2;

}


.itens {
    display: flex;
    flex-direction: row;
    height: 80vh;
    width: 19.2vw;
    border: 0.3vw;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #f0f0f0;
    overflow: auto;
}

.itens::-webkit-scrollbar {
    width: 0.6vw;
    border-radius: 1vw;
}

.itens::-webkit-scrollbar-thumb {
    background-color: #0b0a66;
    width: 0.6vw;
    border-radius: 1vw;
}

.itens::-webkit-scrollbar-track {
    background: white;
    border-radius: 1vw;
}


.container {
    width: 100%;
    background: #dddddd;
}

.shape {
    width: 100%;
    height: 3vw;
    background-color: #62df62;
    clip-path: polygon(1vw 1.5vw, 0 0, 19vw 0, 100% 1.5vw, 19vw 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.shape span {
    font-weight: bold;

}

.funil_render {
    display: flex;
    width: inherit;
    height: 100vh;
    flex-direction: row;
}

.funil_config {
    display: flex;
    background-color: rgb(221 221 221);
    width: 97%;
    height: 3vw;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1vw;
    border-radius: 0.3vw;
}

.funil_edit_colunas {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 10vw;
    flex-wrap: wrap;
    gap: 1vw;
    padding: 1vw;
    background-color: #dddddd;
    top: 7vw;
    z-index: 999;
    border-radius: 0.3vw;
    width: auto;
}

.hidden_lay {
    display: none;
}

.funil_status_edit {
    outline: none;
    border-radius: 0.3vw;
    border-style: none;
    background-color: #dddddd;
    padding: 0.3vw;
}


.f_teste {
    max-width: 88vw;
    /* Ajuste conforme necessário */
    overflow-x: auto;
    white-space: nowrap;
    /* Impede quebra de linha e força o conteúdo a se alinhar horizontalmente */
    height: 40vw;
}

.funil_render {
    display: inline-block;
    /* Permite que o conteúdo se alinhe horizontalmente */
}

.layot_contatos .coluna {
    display: inline-block;
    /* Permite que cada coluna fique lado a lado */
    vertical-align: top;
    /* Garante que as colunas fiquem alinhadas ao topo */
    white-space: normal;
    /* Garante que o conteúdo dentro da coluna se comporte normalmente */
}

/* Estilos adicionais para melhorar a aparência da barra de rolagem */
.f_teste::-webkit-scrollbar {
    height: 8px;
}

.f_teste::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.f_teste::-webkit-scrollbar-thumb {
    background: #888;
}

.f_teste::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*///////////////////////////////////////////////////*/

.overlay {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    transition: bottom 0.4s ease-out;
}

.overlay.show {
    bottom: -3.7vw;
}

.operate_cabec {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #dddddd;
    padding: 0.3vw;
    border-radius: 0.3vw;
}

.overlay .close-button {
    border: none;
    cursor: pointer;
    font-size: 1.2vw;
    display: flex;
    justify-content: center;
}


.fa-clipboard,
.fa-comments,
.fa-envelope,
.fa-ellipsis-v,
.fa-xmark,
.fa-plus-circle,
.fa-trash,
.fa-box,
.fa-circle-up {
    font-size: 1.7vw;
    margin: 0vw 1vw;
    cursor: pointer;
}

.fa-box{
    color: red;
}

.fa-circle-up {
    color: #1e90ff
}


.operate_layout{
    display: flex;
    flex-direction: row;
}


.operate_modules {
    display: flex;
    width: 50%;
    justify-content: space-between;

}

.operate_pessoa {
    padding: 1vw;
    display: flex;
    width: 25%;
    height: 79vh;
    overflow: auto;
    align-items: flex-start;
}

.operate_pessoa::-webkit-scrollbar {
    width: 0.5vw;
}

.operate_pessoa::-webkit-scrollbar-thumb {
    background-color: #0b0a66;
    width: 1vw;
}

.operate_pessoa::-webkit-scrollbar-track {
    background: #ffffff;
}

._scroll{
    gap: 1vw;
    display: flex;
    flex-direction: column;
}

.operate_recursos {
    height: 100%;
    width: 100%;
}

.operate_shape{
    width: 21%;
}

.operate_linha{
    border-bottom: #0c0a66;
    border-style: solid;
    border-width: 1px;
}

.operate_description{

    font-size: 1.3vw;
    font-weight: bold;
    margin: 0.5vw 0vw;
}


.teste {
    
    width: 100vw;
    height: 100vh;
}

