.profileDetailSection {
    width: 80%;
    padding: 10px 28px;
}

.profileDetailSection .profileNavbar {
    min-height: 62px;
    padding: 5px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
}

.profileDetailSection .profileNavbar .navbarLeft h4 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.profileDetailSection .profileNavbar .navbarRight .notification .counter {
    font-size: 12px;
    height: 18px;
    width: 18px;
    background-color: var(--primaryColor);
    top: -6px;
    right: -9px;
    color: var(--whiteColor);
}

.profileDetailSection .profileNavbar .navbarRight .navProfile h6 {
    font-size: 14px;
    color: #6E6B7B;
}

.profileDetailSection .profileNavbar .navbarRight .navProfile h6 span {
    color: #B9B9C3;
}

.menuCustom {
    position: absolute;
    top: 50px; /* adjust as needed */
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}
  
.menuCustom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.menuItemCustom {
    padding: 10px 20px;
    cursor: pointer;
    width: 131px;
    text-align: center;
}
  
.menuItemCustom:hover {
    background: #f0f0f0;
}
