

a:link {
    color: #242424; /* Цвет ссылок */
}
a:active {
    color: #242424; /* Цвет активной ссылки */
}
a:visited {
    color: #242424; /* Цвет посещенной ссылки */
}


.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
}
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: rgb(255, 145, 83);
background: linear-gradient(165deg, rgba(255, 145, 83, 1) 35%, rgba(255, 199, 167, 1) 100%);
}
a.subitem-link {
color: #6C6C6C!important;
}
/* Цвет фона подменю */
.gc-account-leftbar .gc-account-user-menu li a:hover
{background:#FF9153;
}
.gc-account-leftbar .gc-account-user-submenu-bar,
.gc-account-leftbar .gc-account-user-menu li.selected a,
.gc-account-leftbar .gc-account-user-menu li.active a {background:#FFFFFF;
}
/* перекрасить иконки */
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon
{color:#6C6C6C !important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications .notify-count {
    background: #6C6C6C;
}
.sender-mail {
color:#242424!important;  
}
.sender-node {
color:#242424!important;  
}
.sender-telegram {
color:#242424!important;  
}
.sender-chatium {
color:#242424!important;  
}
/* Фон панели на мобильной версии */
@media (max-width: 768px) {
.gc-account-leftbar .gc-account-user-menu,
.gc-account-leftbar .toggle-link {
background: rgb(255, 145, 83);
background: linear-gradient(165deg, rgba(255, 145, 83, 1) 35%, rgba(254, 207, 71, 1) 100%);
}
