

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fs.getcourse.ru/fileservice/file/download/a/892310/sc/140/h/97325db013cc60e4ca76b82d30a58d94.css');


/*профиль*/
.gc-account-leftbar .gc-account-user-menu .menu-item-profile img.menu-item-icon {
   border-radius: 50px;
   background: #F8F3EB;
   border: 3px solid #F8F3EB;
}

/*поиск*/
.gc-account-leftbar .gc-account-user-menu .menu-item-search img.menu-item-icon {
  content:url("https://fs.getcourse.ru/fileservice/file/download/a/892310/sc/371/h/031e3991c61777a1d96904811b445064.png");
  padding: 6px;
}
.sp-search-bar .sp-search-btn {
    background: #8192B3;
    color: #fff;
}
.sp-search-input-container:focus-within {
    outline: 2px solid #8192B3;
}

/*уведомления*/
.menu-item-notifications_button_small img.menu-item-icon {
    display: block!important;
    padding-left: 12px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 23px;
    right: -8px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
}

.gc-account-leftbar .notify-count.with-label {
    bottom: 25px;
    top: 5px;
    left: 30px;
}
.gc-account-leftbar .notify-count {
    padding: 4px 0px;
    width: 28px;
    font-size: 0.7em;
}







.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a, .custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: #F8F3EB;
    border-radius: 50px;
}
.gc-account-leftbar .gc-account-user-menu li.focus .menu-item-icon,
.menu-item.selected:not(.menu-item-profile) .menu-item-icon,
.menu-item.active:not(.menu-item-profile) .menu-item-icon {
  filter: invert(15%) sepia(8%) saturate(7314%) hue-rotate(183deg) brightness(76%) contrast(77%);
  transition: 0.3s ease-in-out;
}


.gc-account-leftbar .gc-account-user-menu li {
    padding: 0;
    margin: 10px;
    border-bottom: 6px solid transparent;
}

.gc-account-leftbar .gc-account-user-menu li a {
    width: 50px;
    height: 50px;
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.active):not(.selected) a:hover {
    background-color: #73829F;
    border-radius: 50px;
}

/*раскрывающее меню*/
.custom-menu .gc-account-user-submenu-bar h3 {
    color: #8192B3;
    font-family: var(--font-family);
    text-transform: uppercase;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    color: #493013;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font3);
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: #8192B3!important;
    color: #fff;
}

.custom-menu .gc-account-leftbar .gc-account-user-submenu-bar, .custom-menu .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed {
    background-color: #F8F3EB;
}

