

:root {


    --iconProfile_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/286/h/fa5a847deba295045378efce0d0e334a.svg");
    --iconBell_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/53/h/a00c443941355cf91cb5746e617d4a89.svg");
    --iconSite_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/199/h/0c6a0c31963e49a2f6a36fef5397a7f2.svg");
    --iconTeach_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/220/h/1247203d1a5da33abde498b5f65caf00.svg");
    --iconUsers_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/351/h/f47a2497fddcaf13e733966dbfbb159e.svg");
    --iconTasks_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/259/h/309ce89e8fc7d581b623bc60de89f0e2.svg");
    --iconMessages_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/95/h/c9fdbb862ef8c637237300111d504f46.svg");
    --iconSales_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/104/h/8601418ec9b26169fd382af04e583c2e.svg");
    --iconChatium_white: url("https://fs.getcourse.ru/fileservice/file/download/a/626939/sc/272/h/12f4ddc25bbdf394cec041861f1c1b16.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: #1c1c1c;
}


/* Убираем иконки  */


.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 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,
.gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: #FFFFFF;
}





/* Новые иконки */
.gc-account-user-menu li:not(.menu-item-profile) 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;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
    border-radius: 7px;
}


.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a>img {
    border-radius: 7px;
}

/* Дефолтная иконка */
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a>img[src*="/public/img/default_profile_50.png"] {
    content: var(--iconProfile_white);
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.selected a>img[src*="/public/img/default_profile_50.png"],
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile.active a>img[src*="/public/img/default_profile_50.png"] {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


/* Уведомления */

.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: var(--blackColor);
    }

    /* Открыть в приложении */
    .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-color: #ffffff;
}


.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
    width: 340px;
}


/* Заголовок подменю */
.gc-account-user-submenu-bar h3 {
    margin-bottom: 20px;
    padding-top: 8px;
    font-size: 24px;
    font-family: var(--font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blackColor);

}

/* Список подменю */
.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: var(--blackColor);
    -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: #f9f9f9;
    color: var(--color_2);
    -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: var(--blackColor);
}


.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: #ffffff;
    background-color: var(--color_2);
}

/* Уведомление значек в субменю */
.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;
}


/* Иконка виджет связаться */
.talks-widget-button {
    background: var(--color_1);
}


@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-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 {
        position: relative;
    }


    .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;
    }
}
