

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/fileservice/file/download/h/a75a1e26d1c885dcfce566a0da256cbb.woff/a/601228/sc/377') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/fileservice/file/download/h/67b3c84ce03950c9a3f7c98411854fdf.woff/a/270231/sc/162') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Pro SemiEpx';
    src: url('/fileservice/file/download/h/d561a4bdba1d30de8996d73435cd360f.woff/a/601228/sc/239') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*ЛЕВАЯ ПАНЕЛЬ*/
.custom-menu .gc-account-leftbar .gc-account-user-menu li {
    padding: 0;
    width: 60px;
    height: 60px;
    list-style: none;
    border-bottom: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 4px;
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
    border-radius: 10px;
    width: 60px;
    height: 60px;
}

.custom-menu .gc-account-leftbar a img {
    max-width: 100%;
    border-radius: 8px;
}
.custom-menu .gc-account-leftbar li:not(.menu-item-profile) a img {
    max-height: 32px!important;
}
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a {
 /*   font-family: 'Arsenal', sans-serif; */
    font-family: 'Bebas Neue Pro';
    font-weight: 400; /* 500 */
    font-size: 20px;
    text-transform: none;
}
.custom-menu .gc-account-user-submenu-bar h3 {
  /*  font-family: 'Raleway', sans-serif; */
    font-family: 'Bebas Neue Pro SemiEpx';
    font-weight: bold; /* 500 */
    font-size: 22px;
    text-transform: capitalize;
}
.custom-menu .gc-account-leftbar li.active:not(.menu-item-profile) a img,
.custom-menu .gc-account-leftbar li.selected:not(.menu-item-profile) a img {
    filter: invert(60%) sepia(8%) saturate(7%) hue-rotate(346deg) brightness(92%) contrast(82%);
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    background-color: rgb(93 174 181 / 81%);
}
/*ЛЕВАЯ ПАНЕЛЬ КОНЕЦ*/
.talks-widget-button {
    background: #448e95;
}
/*Принудительный показ значка уведомлений*/
.menu-item.menu-item-notifications_button_small a img.menu-item-icon{
  display: block!important;
  margin: auto
}
