

/*-- [ALIOT]/[left-panel] боковая панель — начало --*/

:root {
    --main-font: "Montserrat", sans-serif;
    
    --iSite: url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/208/h/93ab6598f1e192feb448ff7dd7080c12.png");
    --iStudy: url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/302/h/b95a51c75c35df48b83b2fecf5e27c57.png");
    --iUsers:  url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/225/h/2ca9ab9f9f8e755251e87f7973c8aa64.png");
    --iTasks:  url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/99/h/70538e803ccef88ec4fc7d1531040427.png");
    --iMessages:  url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/112/h/96b3501c51563823dbf177841ff9ec9d.png");
    --iSales:  url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/353/h/cff57a48522498e03baefb69fbfa375f.png");
    --iChatium:  url("https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/243/h/826606eb596c8bf3275ba05bab6b69bb.png");
  
}

.breadcrumbs a {
    color: #BF2F33;
}
.page-header h1 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 32px;
    color: #737373;
}
.content-menu {
    border-color: #3C7740;
}

.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: 
        url(https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/233/h/b2cbd8a2cc36f3cbb66054043c7198f4.png) no-repeat center bottom,
        linear-gradient(224.28deg, #2D6023 24.18%, #64B78F 75.31%) !important;
}

.menu-item-profile {
    position: relative;
}


.menu-item-profile .menu-item-icon {
    position: relative;
    top: 2px;
    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-bottom: 5px;


    background: none;
}


.menu-item-profile.active a,
.menu-item-profile.selected a,
.menu-item-profile a:hover {
    border-radius: 100px !important;
}

/*.gc-account-leftbar .gc-account-user-menu li a:hover, 
.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: #ffffff !important;
}*/

.gc-account-leftbar > ul li a .notify-count {
    //display: none !important;
    top: inherit !important;
    right: inherit !important;
    bottom: 35px !important;
    left: 47px !important;
    transform: translatex(-50%);
    color: #fff;
    background: #A78679 !important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 15px !important;
    left: 35px !important;
}

.menu-item-label {
    position: relative;
    top: 10px;
    
    font-weight: 400 !important;
    font-size: 11px;
}

.gc-account-leftbar .gc-account-user-menu li a:hover .menu-item-label {
    color: #F4D86B;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    background: #ffffff;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/67129/sc/219/h/46c119edcb89a2fd989f40628f5a94f4.png);
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

.gc-account-user-submenu-bar h3 {
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    
    overflow: hidden;
}

.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-weight: 400;
    font-size: 16px;
    line-height: 18px;

    transition: all 0.3s;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/173785/sc/143/h/11966a4723dddce4401d2d98a41a59c7.png);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
    height: 15px;
    z-index: 1000;
    transition: all .3s;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::before {
    left: 10px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    
    width: 100%;
    height: 100%;
    
    background: linear-gradient(0deg, #F4D86B, #F4D86B), #E7CE43;
    
    opacity: 0;
    transition: all .4s;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
    opacity: 1;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    padding-left: 15px;
    font-weight: bold;
    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/ffffff/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: 50%;
    transform: translatey(50%);
    right: 5px !important;
    
    background: #000;
}

.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: 9px;
    left: 0px;
}

li.menu-item a:before {
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(238deg) brightness(104%) contrast(103%);
}

li.menu-item a:hover:before,
li.menu-item.active a:before,
li.menu-item.selected a::before {
    filter: invert(86%) sepia(18%) saturate(1190%) hue-rotate(341deg) brightness(101%) contrast(96%);
}

li.menu-item.menu-item-notifications_button_small a,
li.menu-item.menu-item-profile a{
    border: none;
}
li.menu-item.menu-item-notifications_button_small a::after {
    content: url("https://img.icons8.com/ios-glyphs/18/ffffff/bell.png") !important;
    top: -10px !important;
    left: -1px;
    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/A78679/bell.png") !important;
}

li.menu-item.menu-item-cms a::before {
    content: var(--iSite) !important;
}

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;
}

li.menu-item.menu-item-sales a::before {
    content: var(--iSales) !important;
}

li.menu-item.menu-item-chatium a::before {
    content: var(--iChatium) !important;
}

.talks-widget-button {
    background: #2D6023;
}

.talks-widget-button .fa-comments:before {
    color: #ffffff;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn {
    background: #2D6023 !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: #64B78F !important;
}

@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-menu {
        background: #64B78F !important;
        background-size: cover;
    }

    .gc-account-leftbar .gc-account-user-submenu-bar {
        bottom: 0 !important;
    }

    #gcAccountUserMenu .gc-account-leftbar .toggle-link {
         background: #64B78F !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] боковая панель — конец --*/
