

.custom-menu .gc-account-leftbar .gc-account-user-menu {
	display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 9px !important;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item {
	display: flex;
    justify-content: center;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item a,
.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-notifications_button_small a {
    align-items: center;
    background: transparent;
	border: 2px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    height: 52px;
    justify-content: center;
    position: relative;
    transition: background 300ms, border 300ms;
    width: 52px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile a {
    border-radius: 50%;
    overflow: hidden;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item .notify-count {
	background: #FFDA28;
    bottom: auto;
    color: #08152C;
    height: 20px;
    left: 100%;
    line-height: 1;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    transform: translate(-50%, -50%);
    width: auto;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item a:hover,
.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.active a,
.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.selected a {
    background: #DEBB17 !important;
	border-color: #DEBB17;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item a img {
    display: block !important;
    max-height: 24px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile a {
	border: none;
    border-radius: 100px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile a img {
    max-height: 52px;
}
