

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --accent-color: #5766AE;
    --light-color:  #fff;
    --text-color: #5766AE;
    --bg-color: #cfd5e9;
    --border: 1px solid var(--border-color);
    --padding: 30px;
    --block-radius: 0;
    --button-radius: 0;
}

body.isStudyPage{
  background-color: #cfd5e9;
}

html .gc-account-leftbar .gc-account-user-menu li{
  background: transparent;
}

html .gc-account-leftbar .gc-account-user-menu li a{
background: radial-gradient(129.65% 129.65% at 50% 50%, #FFF 0%, rgba(202, 220, 232, 0.00) 100%)!important;
}

.gc-account-leftbar .menu-item-label {
    display: none;
}

html .gc-account-leftbar {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: transparent;
}
html .gc-account-leftbar h1, html .gc-account-leftbar h2, html .gc-account-leftbar h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.menu-item-marathon,
.menu-item.menu-item-notifications_button_small {
    display: none !important;
}
#gcAccountUserMenu .menu-item-profile .menu-item-icon[src="/public/img/default_profile_50.png"] {
    display: none;
}
.dropdown_menu,
.menu-item-chatium .sub-icon {
    display: none;
}
.gc-account-leftbar .sub-icon {
    text-align: left;
    max-width: 60px;
    top: 30px;
}
.dropdown_menu {
}
.gc-account-leftbar .gc-account-user-menu li .dropdown_menu a {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
    padding-left: 20px;
    color: black;
    background-image: url('/fileservice/file/download/a/169390/sc/93/h/f14146d289d583371a1ab1f5554fc2a6.png');
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 30px center;
    padding: 18px 10px 18px 65px;
    font-size: 14px;
    transition: all 0.3s;
}
.gc-account-leftbar .gc-account-user-menu li .dropdown_menu a:hover {
    background-color: white;
    color: black;
}


html .gc-account-leftbar {
    background: transparent;
    color: white;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    width: 90px;
}
html .gc-account-leftbar.hover {
    width: 250px;
}
.gc-main-content.with-left-menu {
    margin-left: 90px;
}
.with-left-menu .gc-into-main-content {
    left: 90px;
}
.resp-screen.resp-full-window.full-window-size {
    left: 90px !important;
}

.gc-account-leftbar .gc-account-user-menu {
    margin-top: auto;
    margin-bottom: auto;
}

html .gc-account-leftbar .gc-account-user-menu li > a {
    background-color: transparent;
    transition: all 0.3s;
    height: 70px;
    position: relative;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.3s;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    background: #ffffff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-top: 5px;
}
html .gc-account-leftbar.hover .gc-account-user-menu li > a {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 10px;
    border-bottom-right-radius: 0px;
}

.gc-account-leftbar .gc-account-user-menu li > a:hover,
.gc-account-leftbar .gc-account-user-menu li.selected > a {
    background-color: var(--accent-color);
}
.gc-account-leftbar .gc-account-user-menu li.active > a {
    background-color: var(--light-color);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.gc-account-leftbar .gc-account-user-menu li {
    border-bottom: none;
    overflow: hidden;
}
html .gc-account-leftbar .gc-account-user-menu li.menu-item-logo > a {
    padding: 0;
}

.dropdown-arrow {
    background-color: white;
    background-image: url('/files/236149/339/f2de6fe127a42c79b4a15e8e2c2a7d5f.png');
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: left 7px center;
    padding: 5px 10px 5px 25px;
    position: absolute;
    font-weight: 400;
    top: 24px;
    right: 10px;
    border-radius: 10px;
    display: none;
    color: black;
}

.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a img {
    display: none;
}
li.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a::before,
li.menu-item.menu-item-profile > a .extra-wrap::before {
    content: '';
}
li.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a::before,
li.menu-item.menu-item-profile > a .extra-wrap::before,
.menu-item.menu-item-profile > a img {
    width: 40px;
    margin-bottom: 4px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: all 0.3s;
}
.menu-item.menu-item-profile > a img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    html .gc-account-leftbar .toggle-link,
    html .gc-account-leftbar.expanded .toggle-link,
    html .gc-account-leftbar.expanded .gc-account-user-menu,
    html .gc-account-leftbar.expanded,
    .gc-page-nav-items-menu a {
        background-color: black;
    }
    html .gc-account-leftbar.expanded,
    html .gc-account-leftbar .gc-account-user-menu,
    html .gc-account-leftbar.hover {
        width: 100%;
    }
}

li.menu-item.menu-item-profile > a .extra-wrap::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/348/h/5b6d90cc677df845be91fbea80ea470e.png');
}
.menu-item.menu-item-cms a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/125/h/8444ed737e00cbbe7270304b0de0b226.png');
}
.menu-item.menu-item-teach a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/295/h/283fced95e7cf4ed2a522da28d41f383.png');
}
.menu-item.menu-item-user a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/104/h/7279bc0e4492b14e1fa0784635b85f4d.png');
}
.menu-item.menu-item-tasks a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/32/h/7329578fa85a587c38c78a50f26809b7.png');
}
.menu-item.menu-item-shop a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/136/h/6249c5b9a19ba1fa6e620cc90831b262.png');
}
.menu-item.menu-item-notifications a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/478/h/2794f19a1893427c2f20b26f443e8079.png');
}
.menu-item.menu-item-sales a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/136/h/6249c5b9a19ba1fa6e620cc90831b262.png');
}
.menu-item.menu-item-chatium a::before {
    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/236149/sc/256/h/7f91239bdf1ba5e7096f328eb5cc6b86.svg');
}
li.menu-item.active a::before {
   filter: hue-rotate(90deg);
}
li.menu-item.active a::after {
    color: black;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-logo) > a:after {
    content: attr(title);
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    margin-left: 0;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.3px;
    top: 0;
    right: auto;
    opacity: 1;
    transition: all 0s;
    color: black;
}
.gc-account-leftbar.hover .gc-account-user-menu li:not(.menu-item-logo) > a::after {
    font-size: 14px;
    margin-left: 10px;
    text-align: left;
    color: black!important;
}
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-profile > a::before {
    content: attr(data-name);
    width: calc(100% - 70px);
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 14px;
    text-align: left;
    color: black;
}
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-profile > a::after {
    content: 'Добро пожаловать';
    font-size: 11px;
    position: absolute;
    width: calc(100% - 70px);
    right: 0;
    top: 33px;
    text-align: left;
    opacity: 0.5;
    transition: all 0s;
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    transition: all 0.3s;
    background-color: var(--accent-color);
    color: var(--light-color);
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 auto 10px;
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg::before {
    content: '';
    color: var(--light-color);
    background-image: url('/fileservice/file/download/a/169390/sc/248/h/9a2bd1bf12c2e9bb654c485d5646f95c.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    padding: 12px;
    transition: all 0.3s;
}
@media (max-height: 700px) and (min-width: 769px) {
    #gcAccountUserMenu .sidebar-extra .sidebar-tg::before {
        width: 40px;
        height: 40px;
    }
    #gcAccountUserMenu .sidebar-extra .sidebar-tg {
        height: 40px;
    }
    #gcAccountUserMenu .sidebar-extra .sidebar-tg {
        width: 40px;
    }
}
#gcAccountUserMenu .sidebar-extra .sidebar-tg:hover {
    background-color: var(--extra-color);
}
#gcAccountUserMenu .sidebar-extra .sidebar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    transition: all 0.3s;
    color: var(--light-color);
    text-decoration: none;
}
#gcAccountUserMenu .sidebar-extra .sidebar-link:hover {
    opacity: 0.8;
}
#gcAccountUserMenu .sidebar-extra .sidebar-link::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/fileservice/file/download/a/169390/sc/186/h/bc050da41666e97f6e611a1ecc5d7441.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    transition: all 0.3s;
    transform: rotateY(-180deg);
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg::after,
#gcAccountUserMenu .sidebar-extra .sidebar-link::after {
    content: attr(data-title);
    transition: all 0.3s;
    display: block;
}

.sidebar-extra {
    padding: 10px;
    margin-top: auto;
}
.gc-account-leftbar .notify-count,
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications .notify-count {
    background: var(--accent-color);
    width: auto;
    padding: 3px 7px;
    bottom: auto;
    top: 5px;
    right: auto;
    left: 48px;
    transition: all 0.3s;
}
.gc-account-leftbar.hover .notify-count,
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-notifications .notify-count {
    left: 38px;
}
.gc-account-leftbar .gc-account-user-menu li.selected > a .notify-count,
.gc-account-leftbar .gc-account-user-menu li > a:hover .notify-count,
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications > a:hover .notify-count {
    background-color: black;
}

/* Подменю */
.gc-account-leftbar .gc-account-user-submenu-bar {
    left: 90px;
    width: 220px;
    background: black;
    border-right: 1px solid black;
}
html .gc-account-user-submenu-bar .gc-account-user-submenu li a {
    transition: all 0.3s;
    color: #e7e7e7;
    text-transform: none;
    letter-spacing: -0.3px;
    font-weight: 400;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    margin-top: 3px;
}
html .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: var(--accent-color);
    color: #ffffff;
}
html .gc-account-user-submenu-bar h3 {
    background-color: var(--text-color);
    color: #ffffff;
    margin: 0;
    padding: 23px 15px;
    font-weight: 700;
    letter-spacing: -1px;
}

.gc-fade-wrapper,
.gc-account-user-submenu-bar {
    display: none !important;
}
