

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.gc-main-content.with-left-menu {
  margin-left: 90px;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
  left: 90px;
}

.custom-menu .gc-account-leftbar, .custom-menu .gc-account-leftbar .toggle-link {
  width: 90px;
}

.menu-item-profile a img {
  content: url("https://fs.getcourse.ru/fileservice/file/download/a/89089/sc/240/h/286a5fd5b35960b487cadeedc901a171.png")!important;
  width: 48px;
}

.gc-account-leftbar .gc-account-user-menu li a {
  display: block;
  margin: 0 auto;
  width: 50px;
}


.gc-account-leftbar .gc-account-user-menu {
    margin: 25px 8px 0 8px;
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 50px!important;
}

.gc-account-leftbar .gc-account-user-menu li a {
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  padding: 5px!important;
}


.gc-account-leftbar .gc-account-user-menu li:hover a {
  background: #333333!important;
  transition: 0.3s;
}

.gc-account-leftbar .gc-account-user-menu li.active a {
    background: #333333!important;
}

.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: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(3421%) hue-rotate(192deg) brightness(119%) contrast(100%);
}

.gc-account-leftbar .notify-count.with-label {
  bottom: 0;
  top: auto;
  right: 10px;
  left: auto;
}

.menu-item-notifications_button_small .notify-count {
    right: 10px!important;
}

.gc-account-leftbar .notify-count {
  min-width: 30px;
  width: auto;
  height: auto;
  padding: 3px 
}

@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
  }
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
  }
}

.gc-account-leftbar .gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small ) {
    width: 250px;
font-family: 'Inter', sans-serif;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   text-transform: lowercase; 
  font-weight: 500!important;
   font-size: 18px;
   padding-left: 20px;
  transition: 0.3s;
}

.gc-account-user-submenu-bar h3 {
   font-weight: 700;
   font-size: 26px;
   padding-left: 20px;
    margin-top: 40px;
   margin-bottom: 20px;
}

.user-balance {
  margin-top: 20px!important;
  margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a, .gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
  border-top: none;
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a img {
  display: block!important;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu {
    width: auto!important;
  }
  
  .gc-page-nav-items-menu {
    left: 90px;
  }
  }
