

.gc-account-leftbar{
    background: #696864;
}
.gc-account-leftbar .menu-item-label{
	display: none;
}
.gc-account-leftbar .gc-account-user-menu{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.gc-account-leftbar .gc-account-user-menu li{
	display: flex;
    justify-content: center;
}
.gc-account-leftbar .gc-account-user-menu li a{
    background: #787773;
    width: 60px;
    height: 60px;
	border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s;
}
.gc-account-leftbar .gc-account-user-menu li.active a, .gc-account-leftbar .gc-account-user-menu li.selected a,
.gc-account-leftbar .gc-account-user-menu li a:hover {
    background: #232323;
}
.menu-item-notifications_button_small a {
    background: transparent !important;
}
/*.menu-item img{
	display: none;
}*/
.gc-account-leftbar .notify-count{
    width: 24px;
    height: 21px;
}
.menu-item-icon {
    display: none !important;
}
.new-icon {
    display: block !important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a{
    border-radius: 50px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile img{
    border-radius: 50px;
    border: 2px solid #DCDCDC;
	display: block !important;
}
.gc-account-leftbar .gc-account-user-submenu-bar{
	background: #F5F5F5;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a{
    color: #232323;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: transparent;
    color: #C8321F;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #C8321F;
    transition: all 0.3s;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::before {
    width: 3%;
    color: #C8321F;
}
.gc-account-user-submenu-bar h3{
	color: #C8321F;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 768px){
    .gc-account-leftbar .gc-account-user-menu {
        background: #696864;
    }
    .new-icon{
    	width: 15px;
    }
    .gc-account-leftbar .gc-account-user-menu li a{
        height: 45px;
    }
    .gc-account-leftbar .gc-account-user-menu .menu-item-profile a {
        height: 60px;
    }
    .gc-account-leftbar .toggle-link{
    	background: #696864;
    }
    .gc-page-nav-items-menu a{
    	background: #696864;
    }
    .gc-account-leftbar .toggle-link{
        padding-bottom: 5px;
        display: flex;
    	align-items: center;
    }
}

