/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22 de nov. de 2023, 09:41:24
    Author     : Vedoble
*/

.panel-menu{
    width: 100% !important;
    border: none !important
}

.panel-menu .ui-widget{
    border: none !important;
}

.panel-menu .ui-panelmenu-content{
    border: none !important;
}

.panel-menu h3.ui-panelmenu-header:hover{
    color: #fff !important;
    background-color: #00CF76 !important;
}

.panel-menu h3.ui-panelmenu-header.ui-state-active{
    color: #fff !important;
    background-color: #00CF76 !important;
}

.panel-menu h3.ui-panelmenu-header{
    margin-top: 15px !important;
    background-color: #F4F4F4 !important;
}
.panel-menu .ui-panelmenu-content .ui-menuitem-link:hover{
    background-color: transparent !important;
}

.space-txt-duv{
    line-height: 24px;
    color: #7f7f7f;
}

.title-duvidas{
    color: #7F7F7F !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link{
    padding: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.lnk{
    color: #7F7F7F;
}
.lnk:hover{
    color: #00A849;
}



.line {
    border-bottom: 4px solid #00CF76;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
    border-radius: 41px;
}
.caminho-lista-prod {

    color: #7F7F7F !important;
    border-bottom: 1px solid #7F7F7F !important;
    font-family: Product Sans !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.caminho-lista-prod1-seta {
    color: rgba(127, 127, 127, 1);
    font-family: Product Sans;
    font-size: 12px;
}

.caminho-lista-prod2 {
    color: #C7C7C7 !important;
    font-family: Product Sans !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.caminho-lista-prod:hover {
    color: #00CF76 !important;
}

