.ums-sidebar-profile-user a {
    text-decoration: none !important;
}

.ums-sidebar-profile-user {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0px 17px 0 rgb(153 150 150 / 15%);
}

.ums-sidebar-profile-header {
    padding: 14px 14px;
    border-bottom: 1px dashed #ebebeb;
}

.ums-sidebar-profile-header p {
    padding: 0 !important;
    margin: 0 !important;
}

.ums-profile-header-avatar {
    float: right;
    padding-left: 11px;
}

.ums-profile-header-avatar img {
    border-radius: 50px;
}

.ums-profile-header-name {
    margin-top: 8px;
}

.ums-profile-header-name p {
    font-size: 13px;
}

.ums-profile-user-name {
    font-weight: bold;
}

.ums-profile-user-email {
    color: #a9a9a9;
}

.ums-sidebar-profile-content {
    padding: 15px;
}

.ums-sidebar-profile-content ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.ums-sidebar-profile-content ul li {
    margin-bottom: 2px !important;
    padding: 8px
}

.ums-sidebar-profile-content ul li:hover {
    background: #f3f3fd;
    border-radius: 8px;
}

.ums-sidebar-profile-content ul li:hover a {
    color: #5956e9;
}

.ums-sidebar-profile-content ul li a i {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    color: #5956e9;
    position: relative;
    width: 20px;
    display: inline-block;
    top: 2px;
}

.ums-sidebar-logout {
    text-align: center;
}

.ums-sidebar-logout a {
    padding: 8px;
    background: #f3f3fd;
    width: 100%;
    display: block;
    border-radius: 8px;
    color: #5956e9;
    font-weight: 600;
}

.ums-sidebar-logout a i {
    position: relative;
    top: 2px;
    font-size: 16px;
}
