button.vc-profile-dropdown-toggle {
    background: transparent;
}
a.vc-profile-dropdown-toggle svg, button.vc-profile-dropdown-toggle svg {
    width: 20px;
    height: 20px;
    color: #000;
}
.vc-profile-nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.vc-profile-dropdown-toggle {
    background-color: #0000;
    color: #000;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    /* margin-bottom: 2px;
    margin-top: 5px; */
}
.vc-profile-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 140px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    right: auto;
    border-radius: 7px;
    overflow: hidden;
}
.vc-profile-dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.vc-profile-dropdown-menu li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 10px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}
.vc-profile-dropdown-menu li a img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50px;
    object-fit: cover;
    border: solid 2px #e6e6e6;
}
.vc-profile-dropdown-menu li:hover a {
    background-color: #f1f1f1;
}
/* Display the dropdown on hover */
.vc-profile-nav-dropdown:hover .vc-profile-dropdown-menu {
    display: block;
}
.vc-profile-dropdown-toggle span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.vc-profile-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vc-profile-dropdown-toggle img {
    width: 27px !important;
    height: 27px !important;
    object-fit: cover;
    border-radius: 50px;
    border: solid 2px #ddd;
}
.vc-profile-dropdown-menu li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #565679;
}
.vc-profile-dropdown-toggle .avatar {
    border-radius: 50px;
}
.vc-profile-dropdown-menu li:hover a svg{
    color: #408EAF;
}
a.vc-profile-dropdown-toggle.vSignup {
    min-width: 100px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #408EAF;
    color: #408EAF;
    border-radius: 3px;
    margin-right: 8px;
}
a.vc-profile-dropdown-toggle.vSignup:hover{
    background-color: #408EAF;
    color: #FFF;
}
/* a.vc-profile-dropdown-toggle.vlogin {
    margin-bottom: -3px;
    margin-right: 0;
    margin-left: 30px;
} */
/* .uicore-navigation-wrapper .uicore-menu-container ul.sub-menu li.menu-item>a:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: #408EAF;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
*/
.vc-profile-nav-dropdown .vc-profile-dropdown-toggle > span {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 1024px) {
    .vc-profile-dropdown-menu {
        right: 0;
        left: auto;
   }
    .vc-profile-nav-dropdown{
        justify-content: end;
   }
    button.vc-profile-dropdown-toggle {
        background: transparent;
        margin-top: 4px;
        margin-right: 10px;
   }
    a.vc-profile-dropdown-toggle svg, button.vc-profile-dropdown-toggle svg {
        width: 19px;
        height: 19px;
        color: #000;
   }
}
