

/*-- [ALIOT] Переменные --*/

:root {
    
    --main-font: 'SFUI';

    --iSite: url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/330/h/ef2beaca160ed82789b4525a6aa14d9b.png");
    --iStudy: url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/284/h/90bf4cc2069faa41aa4a679c0d923b9f.png");
    --iUsers:  url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/96/h/3e17732020ff8800778a0eec2fea8624.png");
    --iTasks:  url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/316/h/8f88b8fcf0dd537fabdee80d77146648.png");
    --iMessages:  url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/129/h/0744b031c7e434b371c4cc2a1ff53b77.png");
    --iSales:  url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/108/h/0ef40afe03ef995603301d938c86f952.png");
    --iChatium:  url("https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/113/h/f9a4bc678b25107d80970f41294f4c9f.png");
  
}

.content-menu {
    border: none !important;
}

/*-- [ALIOT]/[left-panel] боковая панель — начало --*/

.custom-menu .gc-account-leftbar .gc-account-user-menu, 
.custom-menu .gc-account-leftbar .toggle-link,
.custom-menu .gc-account-leftbar .gc-account-user-menu li a,
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background-color: transparent !important;
}

.notification-group.notification-click-area.notification-status-viewed {
    opacity: .5 !important;
}

.gc-account-leftbar {
    background: #F5F5F5 !important;
}

.menu-item-profile {
    position: relative;
}

.menu-item-profile .menu-item-icon {
    position: relative;
    top: 0px;
    width: 50px;
    border: 3px solid #fff;
    border-radius: 100px;
}

.gc-account-leftbar .gc-account-user-menu li {
    overflow: hidden;
    border-bottom: none;
}

.gc-account-leftbar .gc-account-user-menu li a {
    display: block;
    margin: 7px 0px 20px 12px;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
}


.gc-account-leftbar .gc-account-user-menu li a:hover {
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/94/h/46c4305d27731d4f6e71b06fac6146f3.png) no-repeat center !important;
}

.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a,
.gc-account-leftbar .gc-account-user-menu li.active a:hover,
.gc-account-leftbar .gc-account-user-menu li.selected a:hover {
    display: block;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/94/h/46c4305d27731d4f6e71b06fac6146f3.png) no-repeat center !important;
}

.gc-account-leftbar > ul li a .notify-count {
    display: none !important;
    top: inherit !important;
    right: inherit !important;
    bottom: 10px !important;
    right: 50% !important;
    transform: translatex(50%);
    background: #FEBD01 !important;
}

.gc-account-leftbar > ul li.menu-item-notifications_button_small a .notify-count {
    display: block !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    background: #ffffff;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/311/h/13e01c684b5cdbf40be8e2b0c40ca90b.png);
    background-repeat: no-repeat !important;
    background-position: bottom !important;
	box-shadow: 10px 0 20px rgba(52,21,69,0.2);
}

.gc-account-user-submenu-bar h3 {
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    display: block;
    margin-left: 20px;
    padding: 8px 8px 8px 0;
    position: relative !important;
    z-index: 9999;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    transition: all 0.3s;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
    height: 100%;
    width: 0%;
    background: #0E994E;
    border: none !important;
    transition: all .3s;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::before {
    width: 100%;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/113838/sc/48/h/a33698650c3cb086ab86450449c17cc2.png);
    position: absolute;
    top: 8px;
    left: 0px;
    height: 7px;
    width: 8px;
    border: none !important;
    transition: all .3s;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
    left: 15px;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    padding-left: 10px;
    z-index: 1;
    color: #fff;
    background: transparent;
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
    border: none;
}


.gc-account-leftbar a.toggle-link::before {
	content: "";
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: 35px !important;
    height: 35px !important;
   background-image: url(https://img.icons8.com/ios-filled/35/0E994E/xbox-menu.png) !important;
    background-size: cover !important;
}

.menu-item-notifications_button_small .notify-count {
    bottom: 12px !important;
}

li.menu-item.menu-item-notifications_button_small a::after {
    top: 9px !important;
}

.gc-account-user-submenu-bar .gc-account-user-submenu a .notify-count {
    bottom: 10px !important;
    right: 5px !important;
}

.gc-fade-wrapper .gc-fade {
    left: 0;
}

.gc-account-leftbar .notify-count {
     z-index: 9998;
    top: inherit !important;
}

.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:before,
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
{ 
    position: relative;
    top: 7px;
    left: 0px;
    height: 35px;
    width: 35px;
}

li.menu-item a:before {
    filter: invert(9%) sepia(24%) saturate(0%) hue-rotate(176deg) brightness(98%) contrast(89%);
}

li.menu-item a:hover::before,
li.menu-item.active a:before,
li.menu-item.selected a::before {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(235deg) brightness(100%) contrast(105%);
}

li.menu-item.menu-item-notifications_button_small a:hover,
li.menu-item.menu-item-notifications_button_small.selected a,
li.menu-item.menu-item-notifications_button_small.selected a:hover {
    background: none !important;
}

li.menu-item.menu-item-notifications_button_small a::after {
    content: url("https://img.icons8.com/ios-glyphs/18/232323/bell.png") !important;
    left: -2px;
    filter: none !important;
}

li.menu-item.menu-item-notifications_button_small a:hover::after,
li.menu-item.menu-item-notifications_button_small.selected a::after{
    content: url("https://img.icons8.com/ios-glyphs/18/0E994E/bell.png") !important;
}

li.menu-item.menu-item-cms a::before {
    content: var(--iSite) !important;
    top: 6px;
}

li.menu-item.menu-item-teach a::before {
    content: var(--iStudy) !important;
}

li.menu-item.menu-item-user a::before {
    content: var(--iUsers) !important;
}

li.menu-item.menu-item-tasks a::before {
    content: var(--iTasks) !important;
}

li.menu-item.menu-item-notifications a::before {
    content: var(--iMessages) !important;
    top: 8px;
}

li.menu-item.menu-item-sales a::before {
    content: var(--iSales) !important;
}

li.menu-item.menu-item-chatium a::before {
    content: var(--iChatium) !important;
    top: 9px;
}


.custom-menu .gc-account-leftbar .menu-item-label {
    padding-top: 10px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 10px !important;
    line-height: 12px;
    text-align: center;

    color: #232323;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.active .menu-item-label,
.custom-menu .gc-account-leftbar li.selected .menu-item-label,
.custom-menu .gc-account-leftbar li.active .menu-item-label:hover,
.custom-menu .gc-account-leftbar li.selected .menu-item-label:hover {
    color: #0E994E !important;
}


.gc-account-leftbar .gc-account-user-menu li.new-chatium-icon a {
    padding: 0;
}


.talks-widget-button {
    background: #0E994E;
}

.talks-widget-button .fa-comments:before {
    color: #FFFFFF;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn {
    background: #0E994E !important;
    border: none !important;
    border-radius: 5px;
    transition: all .3s;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn:hover {
    background: #232323 !important;
}

@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-submenu-bar {
        bottom: 0 !important;
    }

    .custom-menu .gc-account-leftbar .toggle-link {
         background: #f5f5f5 !important;
    }

    .gc-account-leftbar .without-icon img {
        display: none;
    }

    .gc-account-leftbar a.toggle-link {
        position: relative;   
    }

    .gc-account-leftbar a.toggle-link::before {
        position: relative;
        left: 10px;
    }

    a.toggler-item {
        display: none !important;
    }

}
/*-- [ALIOT]/[left-panel] боковая панель — конец --*/
