

@font-face {
  font-family: "PFDinDisplayPro-Bold"; 
  src: url('/fileservice/file/download/h/45d883c9027e2addb5a76623983dc6b5.otf/a/887889/sc/157') format('opentype'),
       url('/fileservice/file/download/h/867dbdce0d26d69a60a4f7e786da33ce.woff/a/887889/sc/348') format('woff');
}

@font-face {
  font-family: "PFDinDisplayPro-Medium"; 
  src: url('/fileservice/file/download/h/d18a668931e45c8c99d46e174504de8e.otf/a/887889/sc/123') format('opentype'),
       url('/fileservice/file/download/h/fc49b850e4387812cfa3e302be9de696.woff/a/887889/sc/208') format('woff');
}



@font-face {
  font-family: "PFDinDisplayPro-Regular"; 
  src: url('/fileservice/file/download/h/eb1b89a2f8ee474236740faedc361b06.otf/a/887889/sc/240') format('opentype'),
       url('/fileservice/file/download/h/7789adb4f3cc5dbd32bab9aed63d7923.woff/a/887889/sc/391') format('woff');
}

:root{
    --700: "PFDinDisplayPro-Bold", "Roboto" !important;
    --500: "PFDinDisplayPro-Medium", "Roboto" !important;
    --400: "PFDinDisplayPro-Regular", "Roboto" !important;
    --b: #46474E;
    --w: #fff;
    --gr1: #787878;
    --gr2:  #D9D9D9;
    --transform: translatey(-2px) scale(1.01);    
   --radius-notif: 50%;   
  
  --button-small: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/122/h/c107a5b29da247d01a273227cbf3b274.png');
    --item-cms: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/80/h/4f7966c01881d72598eaec353973e39e.png');
    --item-teach: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/284/h/b954a9a39a9b6bff9a1ae2b514b2d334.png');
    --item-user: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/282/h/823b37a7ff0d4c144eebee0a667b7e10.png');
    --item-tasks: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/246/h/fbc16c8822c17a268f9b616f48fc0c3b.png');
    --item-notif: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/127/h/71396fa894a477cd74793127f5c82eee.png');
    --item-sales: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/23/h/6de315f1956326d6795f3d857751a2f3.png');
    --item-chatium: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/203/h/29894209bfad23a2ee4a764c49a6e7f2.png');
    --item-search: url('https://fs.getcourse.ru/fileservice/file/download/a/887889/sc/180/h/1fe0e9893e65c7927efb79878c2bc480.png');

}



html .gc-account-leftbar {
    background: var(--b);
    width: 70px;
}

/*  Контейнер с меню  */
.gc-account-leftbar .gc-account-user-menu { 
    height: auto;
    background: var(--b);
    border-radius: 10px;
    padding-bottom: 25px;
}


.gc-account-leftbar .gc-account-user-menu li {
    border-bottom:  none;   
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}


html .menu-item-profile .menu-item-icon { 
    border-radius: 100px;
    width: 50px;
    border: 1px solid #fff;
    position: relative;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.menu-item-profile::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 50px;
    height: 75px;
    background: #F4AD7F;
    border-radius: 0px 0px 50px 50px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.menu-item-profile img {
   
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-notifications_button_small):not(.menu-item-profile) img {
    display: none;
}


li.menu-item.menu-item-profile a {
    background: transparent!important;
    transition: all 0.3s;

}



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,
li.menu-item.menu-item-search a{
    display: block;
    background: transparent;
    margin: 15px auto;  
    width: 60px;
    height: 60px;
    border-radius: 10px;   
    transition: all 0.3s;
}
.gc-account-leftbar .gc-account-user-menu li{
      height: 50px;
}
li.menu-item.menu-item-notifications_button_small a{
    display: block;
    background: transparent;
    margin: 20px auto 15px;  
    width: 60px;
    height: 60px;
   transition: all 0.3s;
}

.gc-account-leftbar .gc-account-user-menu li.active a, 
.gc-account-leftbar .gc-account-user-menu li.selected a {
  /*  background: #F4F6F5;*/
    border-radius: 10px;  
    width: 60px;
    height: 60px; 
     background: var(--gr2);
}

li.menu-item.menu-item-notifications_button_small.active a, 
li.menu-item.menu-item-notifications_button_small.selected a{
    width: 60px;
    height: 60px!important;
   background: var(--gr2);
  border-radius: 10px;  
}

li.menu-item.menu-item-notifications_button_small:hover a{
    width: 60px;
    height: 60px!important; 
  background: var(--gr2)!important;
  border-radius: 10px;  
}


html .menu-item-notifications_button_small a img,
html .menu-item-cms a img,
html .menu-item-teach a img,
html .menu-item-user a img,
html .menu-item-tasks a img,
html .menu-item-notifications a img,
html .menu-item-sales a img,
html .menu-item-chatium a img,
html .menu-item-search a img{
    display: none;
}


li.menu-item.menu-item-cms a::after,
li.menu-item.menu-item-teach a::after,
li.menu-item.menu-item-user a::after,
li.menu-item.menu-item-tasks a::after,
li.menu-item.menu-item-notifications a::after,
li.menu-item.menu-item-sales a::after,
li.menu-item.menu-item-chatium a::after,
li.menu-item.menu-item-search a::after{  
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 35px;
    height: 35px;
  /*  filter: var(--ikonka2);*/
}


li.menu-item.menu-item-cms a::after {background-image: var(--item-cms);}
li.menu-item.menu-item-teach a::after {background-image: var(--item-teach);}
li.menu-item.menu-item-user a::after {background-image: var(--item-user);}
li.menu-item.menu-item-tasks a::after {background-image: var(--item-tasks);}
li.menu-item.menu-item-notifications a::after {background-image: var(--item-notif);}
li.menu-item.menu-item-sales a::after {background-image: var(--item-sales);}
li.menu-item.menu-item-chatium a::after {background-image: var(--item-chatium);}
li.menu-item.menu-item-search a::after {background-image: var(--item-search);}

li.menu-item.menu-item-notifications_button_small a::after {
    content: ''; 
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%; 
    left: 50%;  
    transform: translate(-50%, -50%); 
    background-image: var(--button-small);
    background-size: contain; 
    background-repeat: no-repeat; 
  /*  filter: var(--ikonka2);*/
}

.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: var(--gr2);
  
}

/* надписи к разделам через псевдоэлемент - позиционируем, задаём цвет */
li.menu-item.menu-item-cms a::before,
li.menu-item.menu-item-teach a::before,
li.menu-item.menu-item-user a::before,
li.menu-item.menu-item-tasks a::before,
li.menu-item.menu-item-notifications a::before,
li.menu-item.menu-item-sales a::before,
li.menu-item.menu-item-chatium a::before,
li.menu-item.menu-item-search a::before{  
    /* размер шрифта */
    font-size: 12px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 10px;
    font-family: var(--500);
}

/* надписи через псевдоэлемент для каждого раздела */
li.menu-item.menu-item-cms a::before {content: 'Cайт';}
li.menu-item.menu-item-teach a::before {content: 'Уроки';}
li.menu-item.menu-item-user a::before {content: 'Ученики';}
li.menu-item.menu-item-tasks a::before {content: 'Задачи';}
li.menu-item.menu-item-notifications a::before {content: 'Сообщения';}
li.menu-item.menu-item-sales a::before {content: 'Покупки';}
li.menu-item.menu-item-chatium a::before {content: 'Apps';}
li.menu-item.menu-item-search a::before {content: 'Поиск';}

/* задаём цвет надписей под иконками при выборе/нажатии */
li.menu-item.selected a::before,
li.menu-item.active a::before,
li.menu-item:hover a::before {
    color: var(--b);
}


/* задаём цвет новых иконок при выборе/нажатии */
.gc-account-leftbar .gc-account-user-menu li a:hover{
 background-color: #ffffff50!important;
}


.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a{
    background: #fff;
  
}






.gc-account-leftbar .notify-count {
    z-index: 2;
    width: 20px;
    height: 20px; 
     font-family: var(--700)!important;
    font-size: 0.8em!important;
    font-weight: bold;
    text-align: center;
    color: var(--b);
    background: #F4AD7F!important;
}


.gc-account-user-submenu-bar H3 {
    display: none;
}


html .gc-account-leftbar .gc-account-user-submenu-bar {
    height: 100%;
    width: 250px; 
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* контент будет выровнен по верхнему краю */
    justify-content: flex-start;
}

ul.gc-account-user-submenu {
    background: #fff!important;
    border-radius: 10px;
    padding: 20px 5px 20px 5px!important;
    margin-left: 5px!important;
}

/* Контент подменю Сайт */
.gc-account-user-submenu-bar-cms .gc-account-user-submenu {
    margin-top: 115px!important;
}

/* Контент подменю Обучение */
.gc-account-user-submenu-bar-teach .gc-account-user-submenu {
    /* для администратора */
    /* margin-top: 217px!important; */
    /* для учеников */
    margin-top: 195px!important;
}

/* Контент подменю Пользователи */
.gc-account-user-submenu-bar-user .gc-account-user-submenu {
    margin-top: 245px!important;
}

/* Контент подменю Задачи */
.gc-account-user-submenu-bar-tasks .gc-account-user-submenu {
    margin-top: 253px!important;
}

/* Контент подменю Сообщения */
.gc-account-user-submenu-bar-notifications .gc-account-user-submenu {
    margin-top: 235px!important;
}

/* Контент подменю Продажи и Приложение */
.gc-account-user-submenu-bar-sales .gc-account-user-submenu {
    margin-top: 230px!important;
}
.gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
   margin-top: 203px!important;
}


/* Затемнение экрана */
.gc-fade-wrapper .gc-fade {
    /* сдвигаем в верхний левый угол */
    top: 0px;
    left: 0px;
    /* затемнение - меньше */
    opacity: 0.1;
}

.gc-fade-wrapper .gc-fade {
   top: 0px;
    left: 0px;
 opacity: 0.3;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    font-family: var(--500)!important;
    font-size: 14px;
    font-weight: 700;
    color: var(--b);
    transition: all 0.3s;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: var(--gr2)!important;
    border-radius: 4px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    font-family: var(--500)!important;
    font-size: 0.8em!important;
    bottom: 9px;
    right: 10px;    
}


.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 400px!important;
    height: auto!important;
    background: #ffffff!important;
    border-radius: 0px 8px 8px 0px;
    padding: 0px 0px 20px 0px!important;
    
}


@media (max-width: 768px) {
    /* Боковое меню */ 
  .gc-account-leftbar .gc-account-user-menu {
  height: 100%;
  }
    /* Нижняя плашки меню */ 
    .gc-account-leftbar .toggle-link, 
    .gc-page-nav-items-menu a {
       background: var(--b);
    }
    /* Иконка-бургер */ 
    .gc-account-leftbar .without-icon img {
       filter: var(--ikonka2);
    }
    /* Контент подменю Продажи */
    .gc-account-user-submenu-bar-sales .gc-account-user-submenu {
        margin-top: 369px!important;
    }
    /* Контент подменю Приложение */
    .gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
        margin-top: 303px!important;
    }
}
@media (max-width: 360px) {
    html .gc-account-leftbar .gc-account-user-submenu-bar {
        width: 210px;
    }
    /* подменю со списком подразделов */
    ul.gc-account-user-submenu {
        margin-left: 10px!important;
    }
    /* Разделы в раскрывающемся меню */
    .gc-account-user-submenu-bar .gc-account-user-submenu li a {
        font-size: 12px;
    }
    /* Контент подменю Сообщения */
    .gc-account-user-submenu-bar-notifications .gc-account-user-submenu {
        margin-top: 424px!important;
    }
    /* Контент подменю Продажи */
    .gc-account-user-submenu-bar-sales .gc-account-user-submenu {
        margin-top: 349px!important;
    }
    /* Контент подменю Приложение */
    .gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
        margin-top: 333px!important;
    }
}
