

::selection { 
    background: var(--gold-color);
    color: var(--btn-color);
}
::-moz-selection {
    background: var(--gold-color);
    color: var(--btn-color);
}
body::-webkit-scrollbar {
  width: 16px;
}

body::-webkit-scrollbar-track {
  background: var(--white-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--violet-color);;
  border-radius: var(--radius-large);
}


.gc-main-content .with-left-menu {
    margin-left: 10px;
}
.gc-fade-wrapper .gc-fade {
    left: 0;
}
.gc-account-leftbar {
    left: 10px;
    height: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 14px;
    transition: left .5s;
}
.gc-account-leftbar {
    background: #212121;
}
.gc-account-leftbar .gc-account-user-menu li {
    background: transparent;
    border: 0;
}
.gc-account-leftbar .gc-account-user-menu li a {
    background: transparent;
}
.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-leftbar .gc-account-user-menu li a:focus,
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a{
	background: transparent;
}
.gc-account-leftbar .menu-item-notifications_button_small img.menu-item-icon,
.gc-account-leftbar .menu-item-teach img.menu-item-icon,
.gc-account-leftbar .menu-item-notifications img.menu-item-icon,
.gc-account-leftbar .menu-item-sales img.menu-item-icon,
.gc-account-leftbar .menu-item-chatium img.menu-item-icon,
.gc-account-leftbar .menu-item-cms img.menu-item-icon,
.gc-account-leftbar .menu-item-user img.menu-item-icon,
.gc-account-leftbar .menu-item-tasks img.menu-item-icon
 {
  display:none !important;
}
.menu-item-profile img.menu-item-icon {
    border-radius: 100%;
    background-color: #D9D9D9;
    max-width: 80%;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 70px;
}
.gc-account-user-menu {
    display: flex;
    flex-direction: column;
    transition: all .5s;
}
.gc-account-leftbar .gc-account-user-menu li a {
    position: relative;
}
.gc-account-leftbar .gc-account-user-menu li a div {
    z-index: 10;
    position: relative;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: var(--linear-violet-btn);
    border-radius: 4px;
    z-index: 3;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: var(--linear-gold-btn);
    border-radius: 4px;
    z-index: 5;
    opacity: 0;
    transition: all .5s;
}
.gc-account-leftbar .gc-account-user-menu li a svg path {
    transition: all .5s;
}
.gc-account-leftbar .gc-account-user-menu li a:hover:after,
.gc-account-leftbar .gc-account-user-menu li a:focus:after,
.gc-account-leftbar .gc-account-user-menu li.active a:after,
.gc-account-leftbar .gc-account-user-menu li.selected a:after{
	opacity: 1;
}
.gc-account-leftbar .gc-account-user-menu li a:hover svg path,
.gc-account-leftbar .gc-account-user-menu li a:focus svg path,
.gc-account-leftbar .gc-account-user-menu li.active a svg path,
.gc-account-leftbar .gc-account-user-menu li.selected a svg path {
	fill: var(--btn-color);
}
.gc-account-leftbar .gc-account-user-menu > li.menu-item-profile {
    position: realtive;
    padding-bottom: 10px;
}
.gc-account-leftbar .gc-account-user-menu > li.menu-item-profile:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #3F3F3F;
}
.gc-account-leftbar .gc-account-user-submenu-bar {
    left: 80px;
    border-radius: 14px;
    background: #212121;
}
.gc-account-user-submenu-bar h3 {
    font-family: var(--header-font);
    font-weight: 700;
    text-transform: uppercase;
    background-image: var(--radial-gray-text);
    -webkit-background-clip: text;
    color: transparent;
    will-change: transform;
    text-decoration: none;
    font-size: 32px;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    font-family: var(--description-font);
    color: var(--white-color);
    font-weight: 700;
    transition: all .5s;
    position: relative;
    z-index: 5;
    text-decoration: none;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:not(:last-child) {
    margin-bottom: 5px;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:not(.menu-item-chatium_qr) a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 0;
    background: var(--linear-gold-btn);
    border-radius: 14px;
    transition: all .5s;
    z-index: -5;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:not(.menu-item-chatium_qr) a:hover {
    color: var(--btn-color);
    background: transparent;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:not(.menu-item-chatium_qr) a:hover:before {
    width: calc(100% - 20px);
}
.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance {
    font-family: var(--description-font);
    font-weight: 500;
    color: #989898;
}
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-delimiter a {
    border-top: 1px solid #3F3F3F;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-header-link {
    font-family: var(--description-font);
    color: var(--white-color);
    font-weight: 700;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .mark-viewed-all {
    font-family: var(--description-font);
    color: #989898;
    font-weight: 500;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
    background: transparent;
    font-family: var(--description-font);
    color: var(--white-color);
    border-top: 0;
    position: relative;
    margin-bottom: 5px;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group:hover {
    background: transparent;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 80%;
    background: #989898;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-footer-link {
    background: var(--linear-gold-btn);
    color: var(--btn-color);
    font-family: var(--description-font);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--radius-large);
    box-shadow: 0px 4.73px 23.66px 0px #FFE1AC inset;
	box-shadow: 0px 33.13px 68.62px -21.3px #584922;
	box-shadow: 0px 4px 0px 0px #B27D16;
	transition: all .5s;
    text-decoration: none;
    padding: 10px;
    margin: 10px auto 0 auto;
    width: calc(100% - 30px);
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-footer-link:hover {
    box-shadow: none;
    transform: translateY(4px);
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed {
    background: transparent;
    color: #989898;
}
.gc-account-leftbar .gc-account-user-menu li .notify-count {
    background: var(--white-color) !important;
    border-radius: 4px;
    font-family: var(--description-font);
    font-weight: 700;
    color: var(--dark-color);
    bottom: -2px !important;
    right: 5px !important;
    z-index: 10;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    background: var(--white-color);
    border-radius: 4px;
    font-family: var(--description-font);
    color: var(--dark-color);
    font-weight: 700;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.talks-widget-button {
    background: var(--linear-gold-btn);
    color: var(--btn-color);
    transition: all .5s;
}
.talks-widget-button:hover {
    transform: scale(1.1);
}
.talks-widget-button .conversations-counter {
    background: var(--linear-violet-btn);
    color: var(--white-color);
    font-family: var(--description-font);
    font-weight: 700;
}
@media (max-width: 768px) {
    .gc-account-leftbar {
        left: 0;
        top: auto;
        transform: none;
    }
    .gc-account-leftbar .gc-account-user-menu {
        background: #212121;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    .gc-account-leftbar .toggle-link {
        background: #212121;
        position: fixed;
    }
    .gc-page-nav-items-menu a.toggler-item {
        background: #212121;
        color: var(--white-color);
        font-family: var(--description-font);
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
    .gc-account-leftbar:not(.expanded) {
        left: -70px;
        height: 100%;
        width: 70px;
    }
    .gc-account-leftbar .toggle-link img {
        display: none;
    }
    .gc-account-leftbar .gc-account-leftbar-toggler {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 30px;
        height: 30px;
        gap: 3px;
    }
    .gc-account-leftbar .gc-account-leftbar-toggler span {
        flex: 0 0 calc(33% - 2px);
        border-radius: 100%;
        background: var(--linear-violet-btn);
        width: 7px;
        height: 7px;
        position: static !important;
        transition: all .5s;
    }
    .gc-account-leftbar.expanded .gc-account-leftbar-toggler span:nth-child(2n) {
        opacity: 0;
    }
    .gc-page-nav-items-menu.expanded {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    .gc-page-nav-items-menu.expanded a.item {
        font-family: var(--description-font);
        color: var(--white-color);
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
    .gc-page-nav-items-menu.expanded a.create-link-link {
        background: var(--linear-gold-btn);
        color: var(--btn-color);
    }
    .talks-widget-button {
        bottom: 0;
        right: 0;
        height: 45px;
        width: 60px;
        border-top-left-radius: 14px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .talks-widget-button .comments-icon.fa642 {
        left: 15px;
    }    
}
