

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --color-text-dark: #2d2d2d;
  --color-white: #ffffff;
  --color-accent: #B8529E;  /*фиолет*/
  --color-accent2: #0079BB; /*синий*/
  --color-grey: #989898;
  --bg-color-btn: #3596CD;
  --font-family: 'PT Sans', sans-serif;
}
.gc-account-leftbar {    
   padding-top: 10px;
   border-radius: 0 16px 16px 0;
}
.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-menu,
.gc-account-leftbar.expanded,
.gc-account-leftbar .toggle-link {
  background: var(--color-accent2);
}

  .gc-account-leftbar .gc-account-user-menu li a {
  width: 68px;
  height: 60px;
  border-radius: 8px;
  background: var(--bg-color-btn);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
}
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
  margin: 5px;
}
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) img {
  height: 24px;
}
.gc-account-leftbar .menu-item-label {
  font-weight: 500;
  font-size: 10px!important;
  font-family: var(--font-family)!important;
  color: #fff;
  line-height: normal;
  margin-top: 2px!important;
}

/*Стилизация профиля*/
.gc-account-leftbar .gc-account-user-menu li:first-child {
  margin-bottom: 15px;
}
.gc-account-leftbar .gc-account-user-menu li:first-child a {
  border-radius: 50%;
  border: 1px solid var(--color-white);
}
.gc-account-leftbar li:first-child a img {
  border-radius: 50%;
}

/*Стили при наведении на пункты меню*/
.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a {
  background: #fff;
}
.gc-account-leftbar li:not(:first-child) a:hover img,
.gc-account-leftbar li.active:not(:first-child) img,
.gc-account-leftbar li.selected:not(:first-child) img{
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1751%) hue-rotate(179deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1751%) hue-rotate(179deg) brightness(101%) contrast(101%);
}
.gc-account-leftbar li:not(:first-child) a:hover .menu-item-label,
.gc-account-leftbar li:not(:first-child) a:focus .menu-item-label,
.gc-account-leftbar li.active .menu-item-label {
  color: var(--color-accent2)!important;
}
/*Подключаем иконку Оповещения*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a img {
  display: block!important;
  margin:0 auto;
  top: 0!important;
}
/*Уведомления*/
.gc-account-leftbar .notify-count {
  font-family: var(--font-family)!important; 
  font-size: 10px;
  color: var(--color-white)!important;
   background: var(--color-accent)!important;
  padding: 3px;
  width: 22px;
  right: 10px!important;
  top: 25px!important;
  bottom: auto!important;
}
.gc-account-user-submenu-bar .gc-account-user-submenu .notify-count {
  right: 15px!important;
  top: auto!important;
  bottom: auto!important;
  background: var(--color-accent)!important;
  color: var(--color-white)!important;
}
.gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
  top: 30px!important;
}

/*Подменю*/
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: #fff;
}  
.gc-account-user-submenu-bar h3 {
  font-weight: 400;
  color: var(--color-accent);
  font-family: var(--font-family)!important;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  font-weight: 400;
  line-height: 17px;
  font-size: 16px;
  color: var(--color-text-dark);
  text-transform: none;
  padding: 10px 10px 10px 20px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-family: var(--font-family)!important;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  background: var(--color-accent2);
   color: var(--color-white);
}

/*Меню-бургер*/
.gc-account-leftbar>a.toggle-link.without-icon>img {  
content:url('https://fs.getcourse.ru/fileservice/file/download/a/573095/sc/323/h/f61b5629603da3beb465b3c1df1cd5bc.svg');
}

.gc-account-leftbar .gc-account-user-submenu-bar:before {
    content:"";
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/573095/sc/118/h/3446ab706fe0e37af6b338859e4e9458.png) 50% 50%/ contain no-repeat;
  width: 100px;
    height: 170px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
