*{
    outline: none !important;
}

body{
    background-color:#fff;
    height: 100vh;
   
}

#root{
    height: 100vh;
}

a, a:hover{
    text-decoration: none !important;
    color:inherit;
}


.dicasb{
    display: none;
}


.boxinterno{
     max-width: 80%;
     background-color:rgba(0,0,0,0.5);
}
.tamanhobox{
    max-width: 40%;
}


@media (max-width:576px){
    .esconder{
        display: none;
    }
    .tamanhobox{
        max-width: 100%;
    }
    .dicasb{
        display: none;
    }
      .boxinterno{
         max-width: 100%;
    }

    .paddingcustomizado{
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top:10px !important;
        padding-bottom: 10px !important;
    }
   
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.header {
    /*border-bottom:2px solid rgb(299,229,299); */
    
}


.header .nav-link{
    font-weight: 600;
    color:#fff !important;
    padding:28px 1.5rem !important;
    border-bottom: 2px solid transparent;
    border:0; 
}
.header .nav-link:hover{
    border-bottom: 2px solid #F12C4C;
}

.header .nav-link .icon-lg{
     font-size: 20px; 
}

.header .dropdown:hover > .dropdown-menu{
    display: block;
}

.header .dropdown-menu{
    box-shadow: rgba(0,0,0,0.08) 0px 4px 16px 0px, rgba(0,0,0,0.06) 0px 2px 6px 0px;
    border: 1px solid #eee;
    top:80%;
}

.header .dropdown-item{
    padding:10px 30px;
    font-weight: 600;
    color:#444;

}


.home .header{
    background-color: #1E88E5 !important;
}
.home .header .nav-link{
     color:#fff !important; 
}

.logo-mobile{
    max-height: 40px;
}

.menu-mobile .MuiListItemText-primary{
    font-weight: 600;
    color:#444;

}
.menu-mobile svg{
    font-size: 24px;
    color:#444;
}

.label-custom{
    color:#2c2c31;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.card{
    background-color:rgb(255,255,255);
    box-shadow: rgba(153, 153, 153, 0.2) 0px 2px 4px 0px;
    border-radius: 13px;
    border:none;
}

.tips{
    position:sticky;
    top:20px;
}
.-sabtnve{
    position: fixed;
    bottom:30px;
}


.MuiMenuItem-root{
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-weight: 500 !important;

}

.tabelaPagination .MuiInputBase-fullWidth{
    width: 10% !important;
}

.pdf-container-grid{
    display: grid;
    grid-column-gap: 50px;
}



.tabelaPagination .MuiInputBase-fullWidth{
    width: 10% !important;
}

.pdf-container-grid{
    display: grid;
    grid-column-gap: 50px;
}


.flexd{
 
        display: flex;
        min-height: 100vh;
        flex-direction: column;
     
}

.MuiTypography-root{
    color:'#fff'
}




sidebar ul li{
    list-style: none;
    width: 100%;
}

sidebar ul li a{
    width: 100%;
    list-style: none;
    color:rgba(0, 0, 0, 0.671);
    opacity:0.9;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
     margin:2.5px 0;
     transition: 0.5s;
     border-radius: 5px;
     font-weight: bold;
}

.active{
    opacity: 1;

    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 100%;
    
   
}

.active svg{
  

    
    
}
sidebar ul li a svg{
   font-size:20px;
   margin: 0 10px 0px 35px;

    
}
sidebar ul li a text{
    font-size: 16px;
    font-weight: bold;
    color:#2E4392;
}

sidebar ul li a:visited,
sidebar ul li a:focus {
    color:#000;
  text-decoration: none !important;
}

siderbar ul li a:houver{
    opacity: 1;
    background-color: #fff;
}


.paddingcustomizado{
    padding-left: 30px;
    padding-right: 30px;
    padding-top:30px;
    padding-bottom: 30px;
}