

.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    right: 30px!important;
}

.gc-account-leftbar .notify-count {
    background: var(--Linear, linear-gradient(226deg, #7721EC 20.16%, #DB30B9 84.26%))!important;
    bottom: 24px!important;
    right: 2px!important;
    width: 29px!important;
    font-size: 8px!important;
    padding: -0px 0;
    font-weight: 400!important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 9px !important;
}

@font-face {
  font-family: 'Mont';
  src: local('Mont Regular'), local('Mont-Regular'),
    url('/fileservice/file/download/h/43e88986a63d5b3df0bfae2e01029f20.woff2/a/129816/sc/190') format('woff2'),
    url('/fileservice/file/download/h/64e465d2333a80186cd4140c6e0d2151.woff/a/129816/sc/496') format('woff'),
    url('/fileservice/file/download/h/d463a4c50773196571bacb3f5e93e049.ttf/a/129816/sc/101') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: local('Mont Semi Bold'), local('Mont-Semi-Bold'),
    url('/fileservice/file/download/h/7401cf60903d43a8d062f0fb84c72b34.woff2/a/129816/sc/86') format('woff2'),
    url('/fileservice/file/download/h/0860b321ac357f4b4c24fbc377f49fec.woff/a/129816/sc/239') format('woff'),
    url('/fileservice/file/download/h/1c1d75c82b8128be45657fd18d3339a0.ttf/a/129816/sc/99') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Цвет фона бокового меню */
.gc-account-leftbar {
  background: #000;
}

.menu-item-profile {
    position: relative;
}

.menu-item-profile .menu-item-icon {
  position: relative;
    width: 50px!important;
  border-radius: 100px;
}


.gc-account-leftbar .gc-account-user-menu li {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.gc-account-leftbar .gc-account-user-menu li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 70%;
    height: 70%;
    border-radius: 7%;
    transition: all .3s;
    z-index: 1;
}


.menu-item-notifications_button_small::before {
    display: none;
}

.gc-account-leftbar .gc-account-user-menu li a {
    position: relative;
    background: transparent;
    z-index: 10;
  padding: 10px 1px 10px 1px!important;
}

.gc-account-leftbar .gc-account-user-menu li a:hover {
    background: transparent;
}

.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a{
    background: transparent;
}

.gc-account-leftbar .gc-account-user-menu li.active::before,
.gc-account-leftbar .gc-account-user-menu li.selected::before {
    background: #EEEDEF;
    border: 1px solid #EEEDEF;
   width: 80px;
    height: 80%;
  left: 70%;
   padding: 3px!important;
}


.gc-account-leftbar .gc-account-user-submenu-bar {
    background: ;
    box-shadow: 10px 0 20px rgba(52,21,69,0.2);
  background: #EEEDEF;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li:last-child a::after {
    display: none;
}


.gc-account-leftbar a.toggle-link::before {
    content: "";
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: 25px !important;
    height: 35px !important;
    background-image: url() !important;
    background-size: cover !important;
}


.gc-account-user-submenu-bar .gc-account-user-submenu {
  font-family: 'Mont';
font-style: normal;
    margin: 0;
    padding: 0;
  }

.gc-account-user-submenu-bar h3 {
   font-family: 'Mont';
font-style: normal;
  color: #8842F0!important;
}
/* Цвет фона бокового меню */
.gc-account-leftbar {
  background: #000;
  
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
  position: realtive;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  color: #000;
  position: relative !important;
  z-index: 9999;
  transition: all 0.3s;
    font-size: 14px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #fff ;
  top: 0;
  left: 0;
  z-index: 0;
  border-top-right-radius: 5px ;
  border-bottom-right-radius: 5px ;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  background: transparent;
  color: #000;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
  width: 90%;
}

/* Блок кода для скрытия стандартных иконок бокового меню */
.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 {
  display: none !important;
}

li.menu-item.menu-item-notifications_button_small a,
li.menu-item.menu-item-cms a,
li.menu-item.menu-item-teach a,
li.menu-item.menu-item-user a,
li.menu-item.menu-item-tasks a,
li.menu-item.menu-item-notifications a,
li.menu-item.menu-item-sales a,
li.menu-item.menu-item-chatium a {
  transition: all 0.3s;
}

li.menu-item.menu-item-notifications_button_small a:hover,
li.menu-item.menu-item-cms a:hover,
li.menu-item.menu-item-teach a:hover,
li.menu-item.menu-item-user a:hover,
li.menu-item.menu-item-tasks a:hover,
li.menu-item.menu-item-notifications a:hover,
li.menu-item.menu-item-sales a:hover,
li.menu-item.menu-item-chatium a:hover {
  transform: scale(1.05, 1.05);
}

/* Замена картинки бокового меню "Профиль" */



/* Замена картинки бокового меню "Уведомления" */
li.menu-item.menu-item-notifications_button_small a:after {
  content: url("/pl/fileservice/user/file/download/h/4685a2e9ec7e5eb67c31213fcbf87203.svg") ;
}

/* Замена картинки бокового меню "Сайт" */
li.menu-item.menu-item-cms a::after {
  content: url("/pl/fileservice/user/file/download/h/6bd65b547c1e732273dbaad770384795.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-cms.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-cms.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/750fb516e8cf6cdf4581edccedd86f99.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-cms :hover::before{
  content: url("")!important;
 position: absolute !important;
}


/* Замена картинки бокового меню "Обучение" */
li.menu-item.menu-item-teach a:after {
  content: url("/pl/fileservice/user/file/download/h/deedefd5855053996cf5c11f088eed6b.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-teach.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-teach.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/5a0f53cd16bc5ed9bc4a964787f19474.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-teach :hover::before{
  content: url("")!important;
 position: absolute !important;
}


/* Замена картинки бокового меню "Пользователи" */
li.menu-item.menu-item-user a:after {
  content: url("/pl/fileservice/user/file/download/h/81b7d5ca1f620fe801fef566efba1e51.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-user.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-user.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/253eb057dce8cebb70c25a5d4a62bcb2.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-user :hover::before{
  content: url("")!important;
 position: absolute !important;
}


/* Замена картинки бокового меню "Задачи" */
li.menu-item.menu-item-tasks a:after {
  content: url("/pl/fileservice/user/file/download/h/28c82ab5838b457c3fa875e659032561.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-tasks.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-tasks.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/6efa20b59a2789aa21c5b5c2b8f1ca67.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-tasks :hover::before{
  content: url("")!important;
 position: absolute !important;
}

/* Замена картинки бокового меню "Сообщения" */
li.menu-item.menu-item-notifications a:after {
  content: url("/pl/fileservice/user/file/download/h/b455039e53a05f5bc9e42bf4f765dc68.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/ad8ec49cff000033fad9e97fdbde4f1e.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications :hover::before{
  content: url("")!important;
 position: absolute !important;
}

/* Замена картинки бокового меню "Продажи" */
li.menu-item.menu-item-sales a:after {
  content: url("/pl/fileservice/user/file/download/h/8500f517d55137f141f2157ab9d9bcc8.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-sales.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-sales.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/11e37d3d58c66db6458ae7f5819fd498.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-sales :hover::before{
  content: url("")!important;
  position: absolute !important;
}



li.menu-item.menu-item-chatium a:after {
  content: url("/pl/fileservice/user/file/download/h/96310af6f887d5f80d3d0969af45d08a.svg") !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-chatium.active a::before,
.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-chatium.selected a::before{
  content: url("/pl/fileservice/user/file/download/h/f4e8771deff3c264739b7c4d2ef0197a.svg")!important;
position: absolute !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-chatium :hover::before{
  content: url("")!important;

}

/* Цвет заголовка выпадающего меню */
.gc-account-user-submenu-bar h3 {
  color: #161517;
}

/* Цвет шрифта выпадающего меню */
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  font-family: 'Mont';
  color: #000;
  font-weight: 400;
}

@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-menu {
        background: #161517;
    }

    .gc-account-leftbar .toggle-link {
        background:#161517 !important;

    }

    

    .gc-account-leftbar a.toggle-link {
        position: relative;   
background: #161517;
    }

    .gc-account-leftbar a.toggle-link::before {
        position: relative;
        left: 10px;
    }

    a.toggler-item {
        display: none !important;
    }

}


