/*========== Левое меню ==========*/
.menu-item-profile .menu-item-icon {
    position: relative;
    width: 60px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}


/* Замена иконок боковой панели */
.gc-account-leftbar {
  --menu-item-notifications_small-icon: url('/fileservice/file/download/a/25283/sc/10/h/decc8ef40d4ebfdc02e580eb8a24f1cd.svg');
    
  --menu-item-search-icon: url('/fileservice/file/download/a/544965/sc/283/h/4b643b4ff8a75b526f3c8142a2e4dabd.svg');  
 
  --menu-item-cms-icon: url('/fileservice/file/download/a/25283/sc/80/h/4225912b800cebf50d45233b7b73f3b3.svg');
  
  --menu-item-teach-icon: url('/fileservice/file/download/a/25283/sc/228/h/93ff51f593a9f8d807b81ee938a5f95a.svg');
  
  --menu-item-user-icon: url('/fileservice/file/download/a/25283/sc/275/h/694122ac4a53f1e5a0b29f0cfbcc5f09.svg');
  
  --menu-item-tasks-icon: url('/fileservice/file/download/a/25283/sc/368/h/53f1f730142ff4a0d4bfccbb4183edae.svg');
  
  --menu-item-notifications-icon: url('/fileservice/file/download/a/25283/sc/293/h/7932ffd01a485cf906cbdce1d835ef13.svg');
  
  --menu-item-sales-icon: url('/fileservice/file/download/a/25283/sc/201/h/5d7c827cc2389e8ea2623b50bf7b092f.svg');
  
  --menu-item-chatium-icon: url('/fileservice/file/download/a/25283/sc/405/h/155698d4fc57de9becedd128bf5af91d.svg');
}


.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  text-decoration: none !important;
  color: var(--black);
  background: none;
}



.gc-account-leftbar,
.gc-account-leftbar .toggle-link,
.gc-account-leftbar .gc-account-user-menu,
.gc-page-nav-items-menu a {
  background: var(--black)!important;
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 70px !important;
  padding-left: 6px;
  padding-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gc-account-leftbar .gc-account-user-menu li a:focus,
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a {
  background: var(--stroke) !important;/* цвет фона иконки при ховере */
  -webkit-border-radius: 0px 0 0 0px;
     -moz-border-radius: 0px 0 0 0px;
          border-radius: 0px 0 0 0px;
}

.gc-account-leftbar .gc-account-user-menu li:not(.selected):not(.active) a:hover:after,
.gc-account-leftbar .gc-account-user-menu li:not(.selected):not(.active) a:focus:after {
  background: var(--red); /* цвет иконки при ховере */
}


/* иконки */
.gc-account-user-menu>li>a:after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35;
          flex: 0 0 35;
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
  margin-bottom: 0px;
  background: var(--white);/* цвет иконки в статике */
}

.gc-account-user-menu>li:not(.menu-item-logo)>a:after {
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
}

/* скрываем все иконки, кроме профиля */
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a .menu-item-icon,
.gc-account-leftbar .qr-link {
  display: none;
}

/* иконка профиля */
.menu-item-profile .menu-item-icon {
    position: relative;
    width: 60px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    margin-top: 10px;
}

.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a,
.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a:hover,
.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a:focus {
  height: 90px !important;
}

.gc-account-user-menu>li.menu-item-logo>a:after {
  background: var(--menu-item-logo-icon) no-repeat center /cover !important;
  max-width: 66px;
  width: 66px;
  max-height: 66px;
  height: 66px;
}


.gc-account-user-menu>li.menu-item-notifications_button_small>a:after {
  mask-image: var(--menu-item-notifications_small-icon);
  -webkit-mask-image: var(--menu-item-notifications_small-icon);
}

.gc-account-user-menu>li.menu-item.menu-item-search>a:after {
  mask-image: var(--menu-item-search-icon);
  -webkit-mask-image: var(--menu-item-search-icon);
}

.gc-account-user-menu>li.menu-item-cms>a:after {
  mask-image: var(--menu-item-cms-icon);
  -webkit-mask-image: var(--menu-item-cms-icon);
}

.gc-account-user-menu>li.menu-item-teach>a:after {
  mask-image: var(--menu-item-teach-icon);
  -webkit-mask-image: var(--menu-item-teach-icon);
}

.gc-account-user-menu>li.menu-item-user>a:after {
  mask-image: var(--menu-item-user-icon);
  -webkit-mask-image: var(--menu-item-user-icon);
}

.gc-account-user-menu>li.menu-item-tasks>a:after {
  mask-image: var(--menu-item-tasks-icon);
  -webkit-mask-image: var(--menu-item-tasks-icon);
}

.gc-account-user-menu>li.menu-item-notifications>a:after {
  mask-image: var(--menu-item-notifications-icon);
  -webkit-mask-image: var(--menu-item-notifications-icon);
}

.gc-account-user-menu>li.menu-item-sales>a:after {
  mask-image: var(--menu-item-sales-icon);
  -webkit-mask-image: var(--menu-item-sales-icon);
}

.gc-account-user-menu>li.menu-item-chatium>a:after,
.gc-account-user-menu li.menu-item-chatium-custom>a:after {
  mask-image: var(--menu-item-chatium-icon);
  -webkit-mask-image: var(--menu-item-chatium-icon);
}




/* подменю */
.menu-user-name,
.menu-user-email,
.user-balance {
    color: var(--black) !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
  background: var(--dark-beige);
  z-index: 1;
  width: 290px;
}

.gc-account-user-submenu-bar h3 {
  margin-bottom: 15px !important;
  color: var(--red);
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* уведомления */
.gc-account-leftbar .notify-count {
  font-family: 'Raleway', sans-serif;
  background: var(--red) !important;
  font-size: 10px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 7px;
  z-index: 1;
}
.gc-account-leftbar .gc-account-user-menu li.active .notify-count,
.gc-account-leftbar .gc-account-user-menu li.selected .notify-count,
.gc-account-leftbar .gc-account-user-menu li a:hover .notify-count,
.gc-account-leftbar .gc-account-user-menu li a:focus .notify-count {
  background: var(--red) !important;
  color: var(--white) !important;
}



/* submenu */
.gc-account-user-submenu-bar .gc-account-user-submenu li {
  padding: 0;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  padding: 9px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: var(--black);
  text-transform: none;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  color: var(--bkack);
  background: var(--beige) !important;
  -webkit-border-radius:  0px; 
     -moz-border-radius:  0px;
          border-radius:  0px;
}

