

:root {
    --blackColor: #131111;
    --yellowColor: #FFD536;
    --font: "GothamPro", "proxima-nova", "Roboto", sans-serif;

    --iconProfile_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/394/h/01fdde054f1cff823b33fd90969fadff.svg");
    --iconBell_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/243/h/63b82c81f6581dd86b2cfcdf3d71c411.svg");
    --iconSite_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/321/h/30d6abc882dd485812ad0acde2c37a2d.svg");
    --iconTeach_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/113/h/dcf5864962cfbf2232619f42f1977a70.svg");
    --iconUsers_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/264/h/7cc0ebe269ff0e711f839b87f6f3358d.svg");
    --iconTasks_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/400/h/9e47ef5f27e1fcbfa58e82be3d9c0c43.svg");
    --iconMessages_white:url("https://fs.gcfiles.net/fileservice/file/download/a/473923/sc/154/h/9c7f960af3822ecf88851ab6c3680a02.svg");
    --iconSales_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/103/h/63ca5be6518a79bf040680195ef1b549.svg");
    --iconChatium_white:url("https://fs.gcfiles.net/fileservice/file/download/a/374464/sc/160/h/459a178e5c49023f47942fd6e2fb3fd2.svg");

}


/*************/
/* БОКОВАЯ ПАНЕЛЬ */


/* Фон */
.gc-account-leftbar,
.gc-account-leftbar .toggle-link,
.gc-account-leftbar.expanded .toggle-link,
.gc-account-leftbar .gc-account-user-menu li a,
.gc-account-leftbar .gc-account-user-menu {
    background-color:#1a1a1a;
}


/* Убираем иконки  */

.menu-item-profile img,
.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;
}



.gc-account-leftbar .gc-account-user-menu li {
    padding: 4px 4px;
}
.gc-account-leftbar .gc-account-user-menu li.selected { 
    padding-right: 0;
}

.gc-account-leftbar .gc-account-user-menu li a {
    height: 62px; 
    border-radius:7px;
    background-color: rgba(230, 230, 230, 0.2);
    -webkit-transition:background-color 0.2s ease;
    -o-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease;
}



/* Активность */

.gc-account-leftbar .gc-account-user-menu li a:hover {
    background-color: rgba(230, 230, 230, 0.4);
}

.gc-account-leftbar .gc-account-user-menu li.active a {
    background-color: #FFEC00;
}

.gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: #FFEC00;
    border-radius:7px 0 0 7px;
}



/* Новые иконки */
.gc-account-user-menu li a:after { 
    content:"";
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gc-account-user-menu li.active a:after,
.gc-account-user-menu li.selected a:after,
.gc-account-user-menu li.menu-item.new-chatium-icon.active img { 
    -webkit-filter: invert(100%); 
            filter: invert(100%);
}



/* Профиль */

.gc-account-leftbar li.menu-item.menu-item-profile {
    position: relative;
    padding-top: 84px;
}

/* Лого в меню */
.gc-account-leftbar li.menu-item.menu-item-profile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 62px;
    height: 40px;
    margin:20px auto;
    display: block;
    background-image: url(https://fs.gcfiles.net/fileservice/file/download/a/473923/sc/365/h/708d117d50b94b674278004a34542770.png);
    background-position: center;
    background-size: 60px 35.7px;
    background-repeat: no-repeat;
}

.gc-account-user-menu li.menu-item-profile a:after { 
    background-image:var(--iconProfile_white);
}



/* Уведомления */

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a { 
    height: 62px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 4px;
    right: 4px;
}

.gc-account-user-menu li.menu-item-notifications_button_small a:after { 
    background-image:var(--iconBell_white);
}


/* Сайт */
.gc-account-user-menu li.menu-item-cms a:after { 
    background-image:var(--iconSite_white);
} 


/* Обучение */

.gc-account-user-menu li.menu-item-teach a:after { 
    background-image: var(--iconTeach_white);
}


/* Пользователи */
.gc-account-user-menu li.menu-item-user a:after { 
    background-image:var(--iconUsers_white);
} 


/* Задачи */
.gc-account-user-menu li.menu-item-tasks a:after { 
    background-image:var(--iconTasks_white);
}


/* Сообщения */
.gc-account-user-menu li.menu-item-notifications a:after {
    background-image:var(--iconMessages_white);
}

.gc-account-user-menu li.menu-item-notifications.selected a:after,
{
    background-image:var(--iconMessages_white);
}


/* Продажи */
.gc-account-user-menu li.menu-item-sales a:after { 
    background-image:var(--iconSales_white);
}

/* Чатиум */

/*.gc-account-user-menu li.menu-item-chatium a:after { 
    background-image:var(--iconChatium_white);
}*/
.gc-account-user-menu li.menu-item.menu-item-chatium,
.gc-account-user-menu li.new-chatium-icon a:after {
    display: none;
}



.gc-account-user-menu li.menu-item.new-chatium-icon img {
    max-width: 40px;
}

.gc-account-leftbar .qr-link {
    display: none;
}

/* Убираем ненужный бордер*/
.gc-account-leftbar .gc-account-user-menu li {
    border-bottom: 0;
}


@media (max-width: 768px) {

    /* Действия */
    .gc-page-nav-items-menu a.toggler-item {
        color: #ffffff;
        font-family: var(--font);
        text-decoration: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background: #1a1a1a;
    }
    /* Открыть в приложении */
    .gc-page-nav-items-menu.expanded a.item {
        display: block;
        padding: 10px 12px;
        border-radius: 5px 5px 0 0;
        font-family: var(--font);
        background-color: var(--blackColor);
    }
}




/* ПОДМЕНЮ */

.gc-account-leftbar .gc-account-user-submenu-bar
{
    width: 270px; 
    font-family: var(--font);
    background: -o-linear-gradient(311.86deg, #FFEC00 28.23%, #FFDF00 43.02%, #FFC500 71.7%);
    background: linear-gradient(138.14deg, #FFEC00 28.23%, #FFDF00 43.02%, #FFC500 71.7%);

    background: -o-linear-gradient(347deg, #FFEC00 28.23%, #FFDF00 51.02%, #FFC500 85.7%);

    background: linear-gradient(103deg, #FFEC00 28.23%, #FFDF00 51.02%, #FFC500 85.7%);
} 


.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
    width: 340px;
}


/* Заголовок подменю */
.gc-account-user-submenu-bar h3 {
    margin-bottom: 28px;
    padding-top: 10px;
    font-size: 24px;
    font-family: var(--font);
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;

}

/* Список подменю */
.gc-account-user-submenu-bar li a.subitem-link {
    margin-bottom: 6px;
    border: none !important;
    position: relative;
    font-size: 20px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    line-height: 1.2;
    font-weight: 400;
    text-transform: inherit;
    color: #000000;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    
        text-decoration: none;
}

.gc-account-user-submenu-bar li.menu-item-chatium_qr a.subitem-link {
    height: auto;
}

/* При наведении на пункт подменю */
.gc-account-user-submenu-bar li a.subitem-link:hover {
    background-color: rgba(255, 255, 255, 0.56);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


/* Убираем вывод баланса*/
.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance {
    display: none;
}


/* Подменю раздел уведомлений */
.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    right: 10px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    font-size: 12px;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
    background-color: transparent !important;
    border-top: 1px solid rgb(128 128 128 / 20%);
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed {
    color: #747474;
    border-top: 1px solid rgb(128 128 128 / 20%);
    -webkit-transition:color .2s ease;
    -o-transition:color .2s ease;
    transition:color .2s ease;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .date {
    color: #747474;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed:hover {
    color: #000000;
}


.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-footer-link {
    font-size: 18px;
    border: none;
    -webkit-transition:background-color .2s ease;
    -o-transition:background-color .2s ease;
    transition:background-color .2s ease;
}


.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-footer-link:hover {
    background-color: rgb(255 255 255 / 30%);
    border-top: 1px solid rgb(112 112 112 / 20%);
}

/* </ Подменю раздел уведомлений */

/* </ Список подменю */


/* Уведомление значек */
.gc-account-leftbar .notify-count {
    padding: 5px;
    bottom: 4px;
    right: 4px;
    width: 20px;
    width: auto;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1 !important;
    z-index: 1;
    color: var(--blackColor);
    background-color: #ffffff;
}

/* Уведомление значек в субменю */
.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    right: 10px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    font-size: 12px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications .notify-count {
    background: #ffffff; 
    color:var(--blackColor);
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
    font-size: 14px;
}



@media (min-width:769px) {
    .gc-account-leftbar {
        width: 76px;
    }

    .gc-account-leftbar .gc-account-user-menu li {
        padding: 3px 6px;
    }

    .gc-account-leftbar .gc-account-user-submenu-bar {
        left: 76px;
    }

    .gc-account-user-menu li.selected a:after {
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px);
    }

    .gc-main-content.with-left-menu {
        margin-left: 76px;
    }
}


@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-menu li a {
        height: 60px;
    }

    .gc-account-leftbar .gc-account-user-submenu-bar {
        left: 69.2px;
    }
    /* Заменяем бургер на мобильном меню */
    .gc-account-leftbar .toggle-link img {
        display: none;
    }

    .gc-account-leftbar .toggle-link {
        position: relative;
    }

    .gc-account-leftbar .toggle-link::before {
        content: "";
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 50%;
        background-color: rgb(255 255 255 / 25%);
        background-image: url(https://fs.gcfiles.net/fileservice/file/download/a/473923/sc/221/h/20d0fcf40433e1450b5ca3fd017f8bb9.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 13px;
    }

    .gc-account-leftbar.expanded .toggle-link::before{
        background-color: transparent;
    }

    .gc-account-leftbar .gc-account-user-menu li {
        padding: 2px 4px;
    }

    .gc-account-user-menu li.selected a:after {
        -webkit-transform: translateX(-2px);
            -ms-transform: translateX(-2px);
                transform: translateX(-2px);
    }


    .gc-account-user-submenu-bar h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .gc-account-user-submenu-bar li a.subitem-link {
        height: auto;
        font-size: 18px;
        margin-bottom: 0;
        padding: 15px 20px 15px 20px;
    }

    .gc-account-leftbar .gc-account-user-submenu-bar {
        width: 220px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
        width: 340px;
    }
}



