.container_menu_lateral_esquerdo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 190px;
}

.div_menu_lateral_esquerdo {
    background: linear-gradient(to right, #051D13, #0C2D1A);
    padding: 0.6rem 0.6rem 0.6rem 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 1rem;
    max-width: 190px;
}

.div_navegacao_selecionado_menu_esquerdo {
    background: linear-gradient(90deg, #287785, #3fb03f);
    color: white;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.div_navegacao_selecionar_menu_esquerdo {
    background-color: #2b4037;
    color: white;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.img_logo_menu_esquerdo {
    width: 140px;
    align-self: center;
    margin-bottom: 1rem;
}

.img_logo_menu_mobile{
    width: 140px;
    align-self: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: none;
}

.container_menu_superior {
    margin-top: 1rem;
    display: flex;
    gap: 0.4rem;
    margin-right: 1rem;
}

.div_btn_voltar_superior {
    padding: 0.8rem;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
}

.div_btn_menu_lateral {
    padding: 0.8rem;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
}

.div_navegacao_superior {
    padding: 0.8rem;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.div_acoes_menu_superior {
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 18px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_data_menu_superior {
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 18px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    box-sizing: border-box;
    flex: 1;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 290px;
}

.texto_dia_menu_superior {
    font-size: 20px;
    font-weight: 400;
}

.texto_data_menu_superior {
    font-size: 18px;
    font-weight: 400;
}

.texto_horario_menu_superior {
    font-size: 32px;
    font-weight: 400;
}

.texto_temperatura_menu_superior {
    font-size: 24px;
    font-weight: 400;
}

.div_deitado_menu_superior {
    display: flex;
    gap: 0.8rem;
    width: 100%;
}

.container_acoes_menu_superior {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    height: 100%;
}

.div_informacoes_dia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.input_fornecedores_pedidos{
    display:flex;
    align-items:center;
    gap:.6rem; 
    margin-top: 1rem; 
    margin-bottom: 1rem;
}

.div_menu_nome_usuario {
    background-color: #00000078;
    margin-bottom: 1rem;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
}

.div_menu_nome_suario span {
    font-size: 18px;
}

.div_menu_sair {
    background-color: #00000078;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.div_menu_perfil {
    background-color: #00000078;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.container_conteudo_main {
    width: calc(100% - 206px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container_conteudos {
    margin: 0rem 1rem 0 0;
    padding-bottom: 4rem;
    padding-top: 1rem;
    flex: 1;
    overflow: auto;
}

.div_menu_perfil span {
    font-size: 18px;
}

.texto_menu_cargo {
    font-size: 12px;
}

.texto_nome_usuario {
    font-size: 18px;
}

.menu_lateral_mobile {
    position: fixed;
    top: 108.41px;
    right: -100%;
    bottom: 0px;
    width: 100%;
    background: radial-gradient(#054430, #07110c 80%);
    background-attachment: fixed;
    transition: 0.4s ease-in-out;
    z-index: 9999;
    overflow: auto;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}

.mostrar_menu {
    right: 0;
}

.container_conteudos {
    margin: 0rem 1rem 0 0;
    padding-bottom: 4rem;
    padding-top: 1rem;
    flex: 1;
    overflow: auto;
}

.texto_temperatura_menu_superior::after {
    content: '30°C';
    visibility: hidden;
    display: inline-block;
}

.texto_temperatura_menu_superior.carregado::after {
    content: none;
}

.div_btn_menu_lateral {
    display: none;
}

@media(max-width: 1080px) {
    .container_menu_lateral_esquerdo {
        display: none;
    }

    .container_conteudo_main {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .container_menu_superior {
        margin-left: 1rem;
        margin-bottom: 0.5rem;
    }

    .container_conteudos {
        margin-left: 1rem;
    }

    .div_btn_menu_lateral {
        display: flex;
    }

    .container_acoes_menu_superior {
        display: none;
    }

    .texto_voltar_menu_superior {
        display: none;
    }

    .div_data_menu_superior {
        display: none;
    }

    .img_logo_menu_esquerdo {
        display: flex;
    }

    .div_btn_voltar_superior{
        box-shadow: none;
    }

    .div_navegacao_superior{
        box-shadow: none;
    }

    .div_btn_menu_lateral{
        box-shadow: none;
    }

    .img_logo_menu_mobile{
        display: flex;
    }

    .banner_anuncio{
        width: 80%;
    }

    .container_conteudos{
        padding-bottom: 6rem;
    }

    .div_navegacao_selecionado_menu_esquerdo{
        margin: 1rem;
        border-radius: 8px;
    }

    .div_navegacao_selecionar_menu_esquerdo{
        margin: 1rem;
        border-radius: 8px;
    }

    .modal{
        width: 85%;
    }

    .div_buscar_cliente{
        flex-direction: column;
        align-items: start;
    }

    .div_titulo_clientes{
        flex-direction: column;
    }

    .div_btns_clientes{
        flex-wrap: wrap;
    }

    .container_inputs_estoque{
        flex-wrap: wrap;
    }

    .input_fornecedores_pedidos{
        flex-direction: column;
        align-items: start;
        gap: 0.2rem;
    }

    .div_input_buscar_cliente{
        flex-wrap: wrap;
    }

    .div_topo_linha_fluxo{
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .div_linha_topo_fluxo{
        flex-wrap: wrap;
    }

    .valores_geral_fluxo{
        flex-direction: column;
        gap: 1.4rem;
    }

    .div_valores_geral{
        width: 100%;
    }

    .div_btn_comissoes_usuario_modal{
        flex-direction: column;
    }

    .div_linha_entrada_produtos{
        align-items: center;
        flex-wrap: wrap;
    }

    .container_acoes_colaborador{
        gap: 0.6rem;
        margin-top: 0.6rem;
        flex-direction: column;
    }

    .container_card_colaboradores{
        grid-template-columns: none;
    }

    .div_colaboradores{
        flex-direction: column;
        min-width: auto;
    }

    .calendar-header{
        flex-direction: column-reverse;
        gap: 0.6rem;
    }

    .div_informacoes_ordem_servico{
        flex-direction: column;
    }

    .div_status_pedidos{
        flex-wrap: wrap;
        gap: 0;
        flex-direction: column;
        align-items: stretch;
    }
}