sim{
    color: green;
    font-weight: bold;
}
nao{
    color: #ff0000;
    font-weight: bold;
}
.submenu-interno li a  {
  margin-left: 10px;
}
.ativo a span {
  color: #111010;
  font-weight: bold;
}
.ativo a i {
  color: #111010;
  font-weight: bold;
}
.lock-toggle {
    pointer-events: none; 
    opacity: 1;           
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .submenu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover > .submenu {
  display: block;
}
.logo_empresa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}
.logo{
    margin-right: 10px;
    object-fit: cover;
}
.titulo_item span{
   margin-left: 10px;
   font-size: 16px;
   color: rgb(1,41,112);
}

