

<style>
  /* LEFTBAR */

.gc-account-leftbar {
    background-color: # 77756c;
background# 77756c;
!important;
    background-size:cover;
    background-repeat:repeat-x;
}

@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-menu,
    .gc-account-leftbar .toggle-link {
    	background: 77756c
    }
}

/* PROFILE */

li.menu-item.menu-item-profile img {
    border-radius:100px;
    border:2px # 77756c solid;
    width:60px;
    background: transparent!important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile a  {
    background:transparent;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile a:hover  {
    background: #ffffff;
}

.gc-account-user-menu li.menu-item-profile.active a,
.gc-account-user-menu li.menu-item-profile.selected a {
    background: #f0f0f0!important;
}

/* NOTIFICATIONS */

.gc-account-user-menu li.menu-item-notifications_button_small a {
    background: transparent url(https://img.icons8.com/doodle/48/000000/shrooms.png) no-repeat center;
}   

.gc-account-user-menu li.menu-item-notifications_button_small a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/doodle/48/000000/shrooms.png) no-repeat center;
}   

.gc-account-user-menu li.menu-item-notifications_button_small.active a,
.gc-account-user-menu li.menu-item-notifications_button_small.selected a {
    background: #f0f0f0 url(https://img.icons8.com/doodle/48/000000/shrooms.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-notifications_button_small .menu-item-icon {
    display: none;
}

/* CMS */

.gc-account-user-menu li.menu-item-cms a {
    background: transparent url(https://img.icons8.com/doodle/48/000000/mushroom--v2.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-cms a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/doodle/48/000000/mushroom--v2.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-cms.active a,
.gc-account-user-menu li.menu-item-cms.selected a {
    background: #f0f0f0 url(https://img.icons8.com/doodle/48/000000/mushroom--v2.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-cms .menu-item-icon {
    display: none;
}

/* TEACH */

.gc-account-user-menu li.menu-item-teach .menu-item-icon {
    display: none;
}

.gc-account-user-menu li.menu-item-teach a {
    background: transparent url(https://img.icons8.com/plasticine/48/000000/soil.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-teach a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/plasticine/48/000000/soil.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-teach.active a,
.gc-account-user-menu li.menu-item-teach.selected a {
    background: #f0f0f0 url(https://img.icons8.com/plasticine/48/000000/soil.png) no-repeat center;
}

/* LETTERS */

.gc-account-user-menu li.menu-item-notifications a {
    background: transparent url(https://img.icons8.com/fluency/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-notifications a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/fluency/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-notifications.active a,
.gc-account-user-menu li.menu-item-notifications.selected a {
    background: #f0f0f0 url(https://img.icons8.com/fluency/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-notifications .menu-item-icon {
    display: none;
}

/* SAFE */

.gc-account-user-menu li.menu-item-sales a {
    background: transparent url(https://img.icons8.com/plasticine/48/000000/morel-mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-sales a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/plasticine/48/000000/morel-mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-sales.active a,
.gc-account-user-menu li.menu-item-sales.selected a {
    background: #f0f0f0 url(https://img.icons8.com/plasticine/48/000000/morel-mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-sales .menu-item-icon {
    display: none;
}

/* CHATIUM */

.gc-account-user-menu li.menu-item-chatium a {
    background: transparent url(https://img.icons8.com/color/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-chatium a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/color/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-chatium.active a,
.gc-account-user-menu li.menu-item-chatium.selected a {
    background: #f0f0f0 url(https://img.icons8.com/color/48/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-chatium .menu-item-icon {
    display: none;
}

/* USER */

.gc-account-user-menu li.menu-item-user a {
    background: transparent url(https://img.icons8.com/plasticine/48/000000/farmer-male.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-user a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/plasticine/48/000000/farmer-male.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-user.active a,
.gc-account-user-menu li.menu-item-user.selected a {
    background: #f0f0f0 url(https://img.icons8.com/plasticine/48/000000/farmer-male.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-user .menu-item-icon {
    display: none;
}

/* TASKS */

.gc-account-user-menu li.menu-item-tasks a {
    background: transparent url(https://img.icons8.com/office/40/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-tasks a:hover {
    background: rgba(255,255,255,0.3) url(https://img.icons8.com/office/40/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-tasks.active a,
.gc-account-user-menu li.menu-item-tasks.selected a {
    background: #f0f0f0 url(https://img.icons8.com/office/40/000000/mushroom.png) no-repeat center;
}

.gc-account-user-menu li.menu-item-tasks .menu-item-icon {
    display: none;
}
.gc-account-user-menu li.active a:before, 
.gc-account-user-menu li.selected a:before {
  color: black!important;
}

.gc-account-user-menu li a:before {
  display: block;
  text-align: center;
  max-width: calc(100% + 20px);
  min-height: 1em;
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
  margin: 60px -10px 0; 
  color: black;
  /* 
  Если вы заменяете иконки через фон ссылки, 
  а не через :after, то используйте эти свойства: */
  /*
  position: absolute;
  bottom: 8px; 
  left: 0; 
  */
}
.gc-account-user-menu li.menu-item-cms a:before {
  content: "Сайт";
}
.gc-account-user-menu li.menu-item-teach a:before {
  content: "Уроки";
}
.gc-account-user-menu li.menu-item-user a:before {
  content: "Ученики";
}
.gc-account-user-menu li.menu-item-tasks a:before {
  content: "Задачи";
}
.gc-account-user-menu li.menu-item-notifications a:before {
  content: "Сообщения";
}
.gc-account-user-menu li.menu-item-sales a:before {
  content: "Покупки";
}
.gc-account-user-menu li.menu-item-chatium a:before,
.gc-account-user-menu li.menu-item.new-chatium-icon a:before {
  content: "Chatium";
}

/*Заголовок вкладок Пользователи например*/
.gc-account-user-submenu-bar h3 {
    color: #ffffff;
    font-weight:bold;
    text-align:center;
   font-family: 'Lobster', cursive;
}

</style>

