

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*  font-family: "IBM Plex Serif", serif;
    font-family: "Inter", serif;
*/
:root {  
  --color-black: #222;
  --color-white: #fff;
  --color-violet: #7a4d8f;  
  --color-yellow: #fff4de;
  --color-gray: #f9f9f9;
  
  --font-family: "Inter", sans-serif;
}

.menu-item-notifications_button_small img.menu-item-icon {
    display: block!important;
    padding-left: 8px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 15px;
    right: -5px;
    padding: 4px 0px;
 
}
.gc-account-leftbar .notify-count {
  padding: 4px 0px;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a::before {
	content: '';
	position: absolute;
	left: -20; bottom: 5px;
  right: ;
	width: 0px;
	height: 1px;
	background-color: #E6B477!important;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover:before {
	width: 75%;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  background-color:none!important; 
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: none!important;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a::before {
	transition: width 0.45s;
}


.custom-menu .gc-account-user-submenu-bar h3,
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
   font-family: var(--font-family);
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    text-transform: none;
    font-weight: 500;
}
.gc-account-leftbar .gc-account-user-menu {
    margin: 0 6px;
}


.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 5px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  margin-top: 22px;
}


.gc-account-leftbar .gc-account-user-menu li a {
  height: 60px!important;
  border-radius: 6px;
}


.gc-account-leftbar .gc-account-user-menu li.active .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:hover .menu-item-icon {
 filter: invert(10%) sepia(15%) saturate(5008%) hue-rotate(311deg) brightness(121%) contrast(130%);
}

.gc-account-leftbar .notify-count.with-label {
    height: 21px;
}


.gc-account-user-menu .menu-item-profile img.menu-item-icon {
  content:url("https://fs.getcourse.ru/fileservice/file/download/a/868319/sc/494/h/e85cf1c6a0eebe17befbeaff7c725859.png");
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
    margin-top: 10px;
}
  .gc-account-leftbar .gc-account-user-menu .menu-item .menu-item-icon {
        max-height: 40px!important;
    }

@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 40px;
  }
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 30px;
  }
  
  .gc-account-leftbar .gc-account-user-menu .menu-item .menu-item-icon {
        max-height: 30px!important;
    }
}
