

.custom-menu .gc-account-leftbar .gc-account-user-submenu-bar {
  width: 300px
}

.fz-left-menu-profile .menu-user-info,
.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance {
  margin: 0px 30px !important;
  display: flex;
  flex-direction: column;  
}

.fz-left-menu-profile .menu-user-info .menu-user-email,
.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance p {
  font-size: 14px !important;
  color: black;
}

.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance {
  margin: 15px 30px !important;
}

.fz-left-menu-profile .menu-user-info .menu-user-name {
  display: none;
}

.gc-account-user-submenu-bar h3,
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header .all-notifications-header-link-wrapper {
  font-size: 32px;
  line-height: 1.1 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  padding: 0px;
  margin: 30px 30px 15px 30px;
  padding-bottom: 15px;
  border-bottom: 1.5px solid #D67644;
  color: black !important
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  padding: 7.5px 30px 7.5px 30px;
  line-height: 1.1 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  color: black !important;
  transition: background 0.3s ease;
  position: relative;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:not(.menu-item-delimiter:not(.menu-item-paymentsSettings)) a:hover {
  background: none !important;
  background: linear-gradient(to right, #D67644, rgba(255, 255, 255, 1) 80%) !important;
  transition: background 0.3s ease;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li.menu-item-delimiter:not(.menu-item-paymentsSettings) a {
  background: none !important;
  padding: 15px 30px;
  margin-top: 7.5px;
}

.custom-menu .gc-account-leftbar {
  background-color: #D67644;
  padding: 30px 0px 0px 0px;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu, 
.custom-menu .gc-account-leftbar .toggle-link {
    background-color: #D67644;
}

.gc-account-leftbar .gc-account-user-menu li {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: none;
    padding: 0px 10px 0px 10px;
}

.gc-account-leftbar .gc-account-user-menu li a {
    text-align: center;
    position: relative;
    border-radius: 9px !important;
    background: #F5EDE5 !important;
    height: 50px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  padding: 0px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
  border-radius: 100px !important;
  height: 100%;
  height: 60px !important;
  width: 60px !important;
  margin: 0px auto;
  display: block;
  overflow: hidden;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a img {
  display: block;
  margin:auto; 
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/273810/sc/56/h/5d8d871ee526a442b7e8b6041029e464.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px !important;
  padding: 0px !important;
}

.gc-account-leftbar .gc-account-user-menu li .notify-count {
  background: black !important;
  padding: 2px 7px !important;
  right: 0px !important;
  bottom: calc(50% - 8px) !important;
  top: auto;
  left: auto;
  width: auto !important
}

.custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
  background-color: black !important;
  padding: 5px 10px !important;
  width: auto !important;
}


.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-notifications_button_small).active a,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-notifications_button_small).selected a {
  background: #C3E3E5 !important
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header {
  margin: 0px !important;
  padding: 0px !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header .mark-viewed-all {
  margin-right: 30px 
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header + div a {
  margin: 7.5px 0px;
  padding: 7.5px;
  display: block !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small a img {
  border-radius: 50px;
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a img {
    max-height: 20px !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .content {
    float: none;
    margin-top: 0px;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .date {
  position: relative;
  bottom: 0px;;
  right: 0px;
}


