.user-panel {
    height: 60px;
}

.user-panel>.info {   /*hijo directo*/
    position: relative;
    left: auto;
}

.skin-purple .sidebar-menu>li.header {
    color: #F2F1F7; /*Ghost White*/
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;

}

/*Arreglo botón*/
.btn-primary {
    background-color: #605ca8 !important;
    border: none;
}

.btn-primary:link {
    background-color: #605ca8 !important;
}

.btn-primary:visited {
    background-color: #605ca8 !important;
}

.btn-primary:hover {
    background-color: #9e9cc9 !important;
}

.btn-primary:active {
    background-color: #9e9cc9 !important;
}

/*Arrgelo icono de Font Awesome 5*/
.sidebar-menu>li>a>.fas, .treeview-menu>li>a>.fas {  
    width: 20px;
}

/*Arrgelo Alert2*/
.swal2-popup {
    font-size: 1.6rem !important;
}

/*Esconder el footer de Copyright en la página login-admin */
body.login-page .main-footer {
    display: none;
}

/*Arrgelo nombre de Usuario en la barra-admin.php*/
span.nombreAdminMNYY {
    font-size: 1.5rem !important;
    font-weight: bold;
}

/*Arreglo select2 Form campo no responsive */
.select2 {
    width: 100% !important;
}
