

<style>
/* цвет фона страницы */
.main-page-block {
   background-color: #F9F7FF;
}

.container {
    margin: auto !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

/* Стили для фото профиля */
.menu-item-profile .menu-item-icon {
  border-radius: 100px; /* Сила скругления углов */
  width: 50px; /* Ширина фото */
  border: 3px solid #34f373; /* Рамка вокруг фото */
}

/* Цвет фона бокового меню */
.gc-account-leftbar {
  background: #008060;
  margin-left: 0px;
  margin-top: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
  right: 15px;
}
@media (min-width: 768px) {
    .gc-main-content.with-left-menu {
        margin-left: 85px;
    }
}
.gc-account-leftbar .gc-account-user-menu {
border-radius: 50px;
}

@media (max-width: 768px) {
.gc-account-leftbar .gc-account-user-menu {
margin-bottom: 45px;
background: #FFFFFF;
width: auto;
height: 100%;
}
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: inherit;
}

/* Цвет фона картинки бокового меню при наведении */
.gc-account-leftbar .gc-account-user-menu li a:hover {
  background-color: #a87273;
}

.gc-fade-wrapper .gc-fade {
  background: #000;
  left: auto;
}

.menu-item.active {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}

.menu-item.selected {
}

/* Цвет фона картинки бокового меню выбранного элемента */
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a {
}
:root {
  --mainColor: #000;
  --subColor: #abc7ff;
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: transparent;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
  position: realtive;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  color: var(--mainColor);
  position: relative !important;
  z-index: 9999;
  transition: all 0.3s;
}

.custom-menu .gc-account-leftbar .menu-item a img {
  max-height: 40px;
}

.custom-menu .gc-account-leftbar .menu-item-label {
  display: none;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
  border-radius: 53px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: var(--subColor);
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 0;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  background: transparent;
  color: #fff;
  z-index: 1;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
  width: 100%;
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: inherit;
}

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

/* Блок кода для скрытия стандартных иконок бокового меню */
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon {
}

li.menu-item.menu-item-notifications_button_small a,
li.menu-item.menu-item-cms a,
li.menu-item.menu-item-teach a,
li.menu-item.menu-item-user a,
li.menu-item.menu-item-tasks a,
li.menu-item.menu-item-notifications a,
li.menu-item.menu-item-sales a,
li.menu-item.menu-item-chatium a {
  transition: all 0.3s;
}

li.menu-item.menu-item-notifications_button_small a:hover,
li.menu-item.menu-item-cms a:hover,
li.menu-item.menu-item-teach a:hover,
li.menu-item.menu-item-user a:hover,
li.menu-item.menu-item-tasks a:hover,
li.menu-item.menu-item-notifications a:hover,
li.menu-item.menu-item-sales a:hover,
li.menu-item.menu-item-chatium a:hover {
  transform: scale(1.05, 1.05);
}

/* Замена картинки бокового меню "Уведомления" */
li.menu-item.menu-item-notifications_button_small a:after {
  content: url() !important;
}

/* Замена картинки бокового меню "Сайт" */
li.menu-item.menu-item-cms a::after {
  content: url() !important;
}

/* Замена картинки бокового меню "Обучение" */
li.menu-item.menu-item-teach a:after {
  content: url() !important;
}

/* Замена картинки бокового меню "Пользователи" */
li.menu-item.menu-item-user a:after {
  content: url() !important;
}

/* Замена картинки бокового меню "Задачи" */
li.menu-item.menu-item-tasks a:after {
  content: url() !important;
}

/* Замена картинки бокового меню "Сообщения" */
li.menu-item.menu-item-notifications a:after {
  content: url() !important;
}

.gc-account-leftbar .notify-count.with-label {
  bottom: 37px;
  right: 5px;
  top: 3px;
  left: 35px;
}

/* Замена картинки бокового меню "Продажи" */
li.menu-item.menu-item-sales a:after {
  content: url() !important;
}

.gc-account-leftbar {
  width: 85px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.gc-page-nav-items-menu a {
	background: #f7eeea;
    color: #000000;
}
.custom-menu .gc-account-leftbar, .custom-menu .gc-account-leftbar .gc-account-user-menu, .custom-menu .gc-account-leftbar .toggle-link {
	position: fixed;
}

.gc-account-leftbar .gc-account-user-menu li a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: 12px;
}

/* Цвет заголовка выпадающего меню */
.gc-account-user-submenu-bar h3 {
  color: #111;
}

/* Цвет шрифта выпадающего меню */
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  color: #111;
}
.topNotitication {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-top: 12px;
    text-align: left;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 15px;
    border-radius: 50px;
}

.menu-item-profile .menu-item-icon {
  max-height: 50px !important;
}

/* Цвет фона выпадающего меню */
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: #DDE1E1;
  left: 85px;
  height: auto;
  padding-bottom: 20px;
  margin-top: 40px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

</style>
