.sideBar{
    /*border: 1px,solid, brown;*/
    background-color: #ffffff;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right:0 !important;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0 !important;
}
.prueba{
    margin-left: 0 !important;
}
.svgMenu {
    margin-right: 10px; /* Espacio entre el ícono y el texto */
}
.btnInicio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 3.5rem;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold;
    background-color: #F9BA5D;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s;
}

.btnInicio:hover {
    background-color: #ea942d;
}

@media (max-width: 768px) {
    .btnInicio {
        width: 100%;
        font-size: 14px;
    }
}

.btnInicio:active {
    border-color: white; /* Mantiene el borde blanco al presionar */
    background-color: #90959a; /* O un color más oscuro para el fondo si deseas */
}


.menu-sidebar{
    height: 100%;
    
    width: auto;
}

.menu {
    list-style: none;
    padding: 2px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 2px #b9b9b980;
    width: 100%;
}

.menu-item a {
    display: flex; 
    align-items: center; /* Alinea verticalmente el ícono y el texto */
    padding: 15px;
    color: #050505;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.menu-item a:hover{
    
    background-color: rgba(156, 156, 156, 0.2);
    border-radius: 5px;
   
}
.menu-item a:active{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}


.submenu-item {
    position: relative;
}


.textb{
    color: #ffffff;
}
