

@font-face {
font-family: "Evolventa-Regular";  
    src: url('/fileservice/file/download/h/1920fa5d12d95aab62a8901cfef58005.ttf/a/760030/sc/182') format('opentype'),}

@font-face {     
 font-family: "Dihjauti Regular";  
    src: url('/fileservice/file/download/h/586353d54633aca37e08a72c82582b0a.otf/a/760030/sc/44') format('opentype'),
 }

  
:root {
  --font-family-01: Evolventa-Regular, serif;
  --font-family-02: Dihjauti Regular, serif;
  --background-01: #EFE4D9;/*цвет фона*/
  --background-02: #E6CDBB;/*цвет блока*/
  --color-01: #242323;/*цвет текста*/
  
}

/*-------------------- opened menu ------------------------*/
.gc-account-user-submenu-bar h3 {
  font-family: var(--font-family-02)!important;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: var(--color-01);
}
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: var(--background-01)!important;
  z-index: -1;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed {
   background: var(--background-01);
  color: var(--color-01);
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  text-transform: none;
  font-family:  var(--font-family-01)!important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--color-01);
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  background: var(--background-02);
  color: var(--color-01);
  border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
  line-height: 14px !important;
  position: absolute;
  font-weight: bold;
  background: #E4965D;
  min-width: 20px;
  text-align: center;
  padding: 5px 7px;
  color: var(--color-01);
  border-radius: 50px;
  font-size: 0.8em !important;
  bottom: 50%;
  right: 10px;
  /*transform: translate(0, 50%);*/
  width: auto;
  height: auto;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
    background-color: var(--background-01)!important;
}
/*-------------------- sidebar -------------------- */
/* -------- d-none -------- */
.gc-account-leftbar .qr-link,
.gc-account-leftbar .menu-item-label {
  display: none;
}


/* -------- background -------- */
.gc-account-leftbar {
  background-color: var(--background-02);
}

.gc-account-leftbar .gc-account-user-menu {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
}

.gc-account-leftbar .gc-account-user-menu::-webkit-scrollbar {
  width: 0;
}

.gc-account-leftbar.expanded .toggle-link {
  background: var(--background-02);
}

@media (max-width: 768px) {
  .gc-account-leftbar.expanded {
    background-color: var(--background-02);
  }

  .gc-account-leftbar .gc-account-user-menu {
    padding: 6px 0 60px;
    background: transparent;
    overflow-y: auto;
  }

  .gc-page-nav-items-menu a {
    background: var(--background-02);
  }

  .gc-account-leftbar .toggle-link {
    background: var(--background-02);
  }
}

/* -------- avatar -------- */
.gc-account-leftbar .gc-account-user-menu .menu-item-profile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 5px auto 5px;
  border: solid 2px transparent;
  border-radius: 50px;
  background-color: var(--background-01);
  background-clip: padding-box;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile a img {
  border-radius: 50px;
  width: 100%;
  height: auto;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile a,
.gc-account-leftbar .gc-account-user-menu .menu-item-profile a:hover,
.gc-account-leftbar .gc-account-user-menu .menu-item-profile.selected a {
  background: transparent;
}

/* -------- icon's background -------- */
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: 0px solid transparent;
  margin-bottom: 3px;
}

.gc-account-leftbar .gc-account-user-menu li a {
  background-color: var(--background-02);
}

.gc-account-leftbar
  .gc-account-user-menu
  li.menu-item-notifications_button_small {
  background-color: var(--background-02);
  border-bottom: 0px solid transparent;
  margin-bottom: 5px;
  height: 44px;
}

.gc-account-leftbar
  .gc-account-user-menu
  li.menu-item-notifications_button_small
  a {
  background-color: var(--background-02);
  height: 44px;
}

.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 {
  background-color: var(--background-02);
  opacity: 1 !important;
}

/* -------- change icon test -------- */
.gc-account-leftbar
  .gc-account-user-menu
  .menu-item:not(.menu-item-profile)
  a
  img {
  display: none;
}

.gc-account-user-menu li a:before {
  color: transparent;
}

.gc-account-leftbar
  .gc-account-user-menu
  .menu-item:not(.menu-item-profile)
  a::after {
  content: "";
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  background-size: contain;
}

/* -------- icons -------- */
.gc-account-user-menu
  li:not(.menu-item-profile):not(.menu-item-notifications_button_small)
  a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  opacity: 1;
}
.gc-account-user-menu
  li:not(.menu-item-profile):not(.menu-item-notifications_button_small)
  a:hover,
.gc-account-user-menu
  li:not(.menu-item-profile):not(.menu-item-notifications_button_small).active,
.gc-account-leftbar .gc-account-user-menu li.selected a {
  opacity: 1;
}

/*notifications_button_small*/
.gc-account-leftbar
  .gc-account-user-menu
  .menu-item-notifications_button_small
  a::after {
  display: block;
  margin: 0 auto;
  width: 42px !important;
  height: 42px !important;
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/151/h/943d86beb19f045023e60c9099a74bcd.png");
  background-size: auto !important;
}

/*cms*/
.gc-account-leftbar .gc-account-user-menu .menu-item-cms a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/13/h/510c34c58712cad88e54248e8264648d.png");
}

/*teach*/
.gc-account-leftbar .gc-account-user-menu .menu-item-teach a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/119/h/54cdb55a525b8a29103a0fee21212c71.png");
}

/*user*/
.gc-account-leftbar .gc-account-user-menu .menu-item-user a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/326/h/82525b3981a1aeed0e4c3734caaea7fc.png");
}

/*tasks*/
.gc-account-leftbar .gc-account-user-menu .menu-item-tasks a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/509/h/a72b1c0390652d47538d43d3bb191983.png");
}

/*notifications*/
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/114/h/5268b5fe95c80d0c5264394be1f5c956.png");
}

/*sales*/
.gc-account-leftbar .gc-account-user-menu .menu-item-sales a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/196/h/b68f0de8be531aa5351921577918cbaf.png");
}

.gc-account-leftbar .gc-account-user-menu .menu-item-chatium a:after {
   background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/194/h/e5f15e00b5b53fd58577737aa4e51ec2.png");

}

/* -------- img's hover -------- */
/*notifications_button_small*/
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small.selected a::after {
   background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/175/h/ba1a48b0238b7c637c710a61db814f1f.png"); 
    
}

/*cms*/
.gc-account-leftbar .gc-account-user-menu .menu-item-cms a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-cms.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-cms.selected a::after {
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/247/h/96b8e95e38571b7b6bb2f04c0b68ddb0.png");
}
/*teach*/
.gc-account-leftbar .gc-account-user-menu .menu-item-teach a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-teach.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-teach.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/374/h/3805487238056da2869242d731c582b2.png);
}

/*user*/
.gc-account-leftbar .gc-account-user-menu .menu-item-user a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-user.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-user.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/107/h/6ba9f6219de2b55545bb163b1795763f.png);
}

/*tasks*/
.gc-account-leftbar .gc-account-user-menu .menu-item-tasks a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-tasks.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-tasks.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/29/h/48189ff32957b1e910e837b53f978b15.png);
}

/*notifications*/
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-notifications.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/64/h/a19e6e419158038ec50fbd9686c35445.png);
}

/*sales*/
.gc-account-leftbar .gc-account-user-menu .menu-item-sales a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-sales.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-sales.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/126/h/48dec733834ad9c7063f664b8e5389b9.png);
}

.gc-account-leftbar .gc-account-user-menu .menu-item-chatium  a:hover:after,
.gc-account-leftbar .gc-account-user-menu .menu-item-chatium.active a::after,
.gc-account-leftbar .gc-account-user-menu .menu-item-chatium.selected a::after {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/760030/sc/335/h/bdbdb936c293c876240cd37c61fcda2e.png);  
}

/* -------- icons description -------- */
.gc-account-user-menu li a:before {
  display: block;
  width: calc(100% + 20px);
  margin: 8px 0px 4px;
  color: var(--color-01);
  font-family: var(--font-family-01), sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.02em;
}
.gc-account-user-menu li.active a:before,
.gc-account-user-menu li.selected a:before {
  color: var(--color-01);;
}

.gc-account-user-menu li.menu-item-cms a:before {
  content: "Сайт";
}

.gc-account-user-menu li.menu-item-custom-teach a:before,
.gc-account-user-menu li.menu-item-teach a:before {
  content: "Обучение";
}

.gc-account-user-menu li.menu-item-user a:before {
  content: "Ученики";
}

.gc-account-user-menu li.menu-item-tasks a:before {
  content: "Задачи";
}

.gc-account-user-menu li.menu-item-notifications a:before {
  content: "Письма";
}

.gc-account-user-menu li.menu-item-sales a:before {
  content: "Покупки";
}

.gc-account-user-menu .menu-item-chatium a:before {
   content: "Apps"; 
} 


/* -------- notify count -------- */
.gc-account-leftbar .notify-count {
  display: block;
  position: absolute;
  background: #E4965D!important;
  width: 15px;
  height: 15px;
  padding: 10px;
  color: #242323;
  border-radius: 10px;
  font-size: 10px !important;
  line-height: 0px !important;
  bottom: 26px;
  right: 16px;
  top: auto;
  left: auto;
}

.gc-account-leftbar
  .gc-account-user-menu
  li.menu-item-notifications_button_small
  .notify-count {
  display: block;
  position: absolute;
  background: #E4965D!important;
      color: #242323;
  width: 15px;
  height: 15px;
  padding: 10px;
  border-radius: 10px;
  font-size: 10px !important;
  bottom: auto;
  top: 16px;
  right: 14px;
}


