.gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small),
.gc-fade-wrapper {
    display: none !important;
}

.gc-account-leftbar {
    background: #f4f4f4 !important;
}

.gc-account-leftbar {
    width: 90px;
}

.gc-account-leftbar.open {
    width: 300px;
    transition: all .3s;
}

.gc-account-leftbar.open .gc-account-user-menu {
    height: 100vh;
    overflow: auto;
}

.gc-account-leftbar .gc-account-user-menu li a {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.gc-account-leftbar.open .gc-account-user-menu li a{
    justify-content: flex-start;
}

.gc-account-leftbar .gc-account-user-menu li {
    background-color: var(--color-3) !important;
    width: inherit !important;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: 10px!important;
    overflow: hidden;
    transition: border-radius 0.3s;
}

.gc-account-leftbar .gc-account-user-menu li>a {
    height: 60px !important;
}

.gc-account-leftbar .gc-account-user-menu li>a:hover{
    background-color: #f9f9f9 !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-support>a:hover{
    background-color: var(--color-9) !important;
}

.gc-account-leftbar .gc-account-user-menu {
    background: transparent !important;
}

/*Уведомления*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a{
    padding: 0!important;
}

.menu-item.menu-item-notifications_button_small.disclosed .submenu{
    display: none;
}

.gc-account-leftbar .gc-account-user-menu li.disclosed > a {
    margin-bottom: 0px !important;
}

.gc-account-user-submenu-bar-notifications_button_small {
    transition: all .3s;
}

.gc-account-leftbar.open .gc-account-user-submenu-bar-notifications_button_small {
    transform: translatex(220px);
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count, .gc-account-leftbar .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count, .gc-account-leftbar .notify-count.with-label {
    top: 10px !important;
    bottom: inherit !important;
    left: inherit !important;
    right: 10px!important;
    background: var(--color-7) !important;
    padding: 2px 5px;
    width: unset!important;
}

.gc-account-leftbar.open .gc-account-user-menu li.menu-item-notifications_button_small .notify-count, .gc-account-leftbar.open .notify-count, .custom-menu .gc-account-leftbar.open .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar.open .gc-account-user-submenu li .notify-count, .gc-account-leftbar.open .notify-count.with-label{
    top: 22px!important;
    bottom: inherit!important;
    left: inherit!important;
    right: 20px;
    background: var(--color-7)!important;
}

.submenu-notify-count span{
    text-align: center;
    padding: 0px 5px;
    color: #fff;
    border-radius: 10px;
    font-size: .8em;
    top: 10px !important;
    bottom: inherit !important;
    left: inherit !important;
    right: 5px !important;
    background: var(--color-7) !important;
}

::-webkit-scrollbar{
    display: none;
}

/*Вставляем свои иконки*/
.menu-item>a img {
    display: none;
}

li.menu-item>a::before {
    content: '';
}

li.menu-item>a::before {
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: all 0.3s;
    height: 20px !important;
}

.menu-item.menu-item-profile>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/494/h/84fa6dc9b3111720879842a3d9897399.svg');
    height: 30px !important;
}

.menu-item.menu-item-notifications_button_small>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/55/h/45bc980f565f415863465bf40cf1e052.svg');
}

.menu-item.menu-item-cms>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/209/h/b36c91795463b5c2ee27e728893ecacb.svg');
}

.menu-item.menu-item-teach>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/223/h/85a3b96271bb640e9b6a245adfba220a.svg');
}

.menu-item.menu-item-user>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/249/h/3d9ddf5595ca0648992853bec0a3a2bf.svg');
}

.menu-item.menu-item-tasks>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/169/h/3c6069cc58e520558f9918ffd4b14e6f.svg');
}

.menu-item.menu-item-notifications>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/309/h/bc636d4d9e5caddf8bb1973757881ce4.svg');
}

.menu-item.menu-item-sales>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/142/h/8da9686fa5749d6f7939e42cb4298f47.svg');
}

.menu-item-chatium>a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/465395/sc/141/h/5370d3bfed1d25a74a48c9250f53633d.svg');
}

/*Тех поддержка*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-support.support-btn{
    background-color: var(--color-7)!important;
}

.gc-account-leftbar.open li.menu-item-support > :after{
    color:  var(--color-3)!important;
}

/*Подменю*/
.gc-account-leftbar li>a {
    background: transparent !important;
    transition: all .3s;
}

.gc-account-leftbar.open li>a:after {
    content: attr(title);
    position: absolute;
    color: var(--color-4);
    left: 55px;
    font-family: var(--font-3);
    font-weight: 800;
    font-size: 14px;
}

.gc-account-leftbar.open li.menu-item-notifications_button_small>a:after{
    content: 'Уведомления';
}

.submenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.submenu a{
    background-color: #f9f9f9 !important;
    font-family: var(--font-1);
}

.submenu-item {
    position: relative;
    background: var(--color-3) !important;
}

.submenu a p {
    text-align: left;
    z-index: 12;
    color: var(--color-4);
    font-size: 14px;
    line-height: 110%;
    transition: 1s;
    text-decoration: none;
    max-width: max-content;
}

.submenu a p:hover{
    text-decoration: underline;
    text-decoration-color: var(--color-4);
    transition: 1s;
    text-underline-offset: 4px;   /* отступ линии от текста */
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li div a, .gc-account-leftbar .gc-account-user-menu li a {
    height: 40px;
    padding-left: 15px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.disclosed > a{
    height: 80px!important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.disclosed > a::before{
    height: 80px!important;
    margin-left: 15px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.disclosed > a:after{
    left: 75px;
}


