

:root {
    --main-font: "Montserrat", sans-serf;
}

/*-- [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;
}

.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: 15px 0px 15px 12px;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background: transparent;
    transition: all .3s;
}


.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 {
    background: #D8B789 !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: #D8B789 !important;
}

.gc-account-leftbar > ul li a .notify-count {
    top: inherit !important;
    right: inherit !important;
    bottom: 2px !important;
    left: 50%;
    transform: translatex(-50%);
    background: #AF4A4A !important;
}

.gc-account-user-submenu-bar h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    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-weight: 400;
    font-size: 18px;
    line-height: 120%;
    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:#D8B789;
    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:hover a::before {
    opacity: 1;
    left: 0;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    z-index: 1;
    font-weight: 700;
    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: #AF4A4A !important;
}

li.menu-item:not(.menu-item-profile) img {
    position: relative;
    top: 47%;
    transform: translatey(-50%);
}


.gc-fade-wrapper .gc-fade {
    left: 0;
}

.gc-account-leftbar .notify-count {
     z-index: 9998;
    top: inherit !important;
}

.talks-widget-button {
    background: #D8B789;
}

.talks-widget-button .fa-comments:before {
    color: #ffffff;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn {
    background: #000 !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: #D8B789 !important;
}

@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-submenu-bar {
        bottom: 0 !important;
    }

    .gc-account-leftbar .toggle-link {
         background: #1C1C1C !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] боковая панель — конец --*/
