li.user-name {
    text-align: center;
}
.user-name i {
    color: white!important;
}
.user-name span {
    font-size: 18px!important;
    color: #f0f8f2;
}
.btn-menu-user {
    font-size: 13px;
    color: #9fb1c0;
    padding-top: 2px;
    font-size: 13px;
    color: #9fb1c0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
}
.btn-menu-user:hover {
    color: white;
    text-decoration: none;
}
.btn-ease {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-cambiar-contrasena {
    font-size: 12px;
    padding: 0 10px;
}

.sidebar .sidebar-heading {
    position: relative;
    color: #e5e6ec!important;
    font-weight: 600;
}

.sidebar-heading[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 900;
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
    line-height: 33px;
    font-size: 15px;
    padding-right: 17px;
}
.sidebar-heading[data-toggle="collapse"].collapsed::after {
    content: '\f107';
}
.nav-item.active {
    background-color: #ffffff12;
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#ffffff12),to(#ffffff00));
}
.nav-item i {
    width: 15px!important;
    text-align: center;
}
.sidebar > .nav-item > .nav-link {
    padding: 0.8rem 1rem;
}

span.beta {
    background: white;
    padding: 2px 6px;
    color: #333F50;
    border-radius: 9px;
    font-size: 9px;
    margin-left: 7px;
}

.collapse.show {
    height: auto!important;
}