.user-initials {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.user-panel {
    border-bottom: 0 !important;
}
.brand-link {
    border-bottom: 0 !important;
}

.userFullname {
    color: #000000;
}

.user-section {
    border-top: 1px solid #4b545c;
    border-bottom: 1px solid #4b545c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.userLogoutPopup {
    display: none;
    position: absolute;
    left: 1%;
    right: 1%;
    background-color: #ffffff;
    color: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: fade-in 0.5s ease-out;
    overflow: hidden;
    z-index: 1;
}
.userLogoutPopup-content {
    position: relative;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.nav-item > a > p {
    color: #000000;
}