



/* ------------- 
content start - Оформление Избранные уроки
------------- */

.lesson-header-block {
    position: relative;
}

.lesson-list li > a {
    position: relative;
    /*padding-right: 40px !important;*/
}

/*иконка на списке уроков*/
.lesson-list li > a .favIcon {
    position: absolute;
    top: 10px; 
    right: 15px; 
    padding: 0 !important;
    margin: 0;
    z-index: 10; 
    
    /* Дополнительные стили для безопасности */
    width: 24px; /* Фиксированная ширина */
    height: 24px; /* Фиксированная высота */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*иконка в шапке урока*/
.favIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

body:not(.chatium_body) li.menu-item.menu-item-favorite {
    cursor: pointer;
}

/*меню*/
body:not(.chatium_body) li.menu-item.menu-item-favorite img {
    position: relative; 
    top: 10px;
}

.gc-account-user-submenu-bar-favorite {
    width: 270px !important;
}

.gc-account-user-submenu-bar-favorite .fav_empty::before {
    display: none;
}

.gc-account-user-submenu-bar-favorite .subitem-link span {
    display: block;
    text-transform: none;
    letter-spacing: 0 !important;
}

.gc-account-user-submenu-bar-favorite .subitem-link .favModule {
    font-size: 12px;
    color: #a6a6a6;
    font-weight: 400;
    letter-spacing: .5px;
}

.gc-account-user-submenu-bar-favorite .fav_empty {
    padding: 10px 20px !important;
    /*font-style: italic;*/
    opacity: .5;
} 

@media (max-width: 475px) {
.notify-count.with-label {
        bottom: 15px !important;
    }
}

/* Сообщение */
#fav_msg {
    position: fixed;
    bottom: 30px;
    right: 130px;
    
    padding: 10px 16px;
    border-radius: 4px;
    background: #ccc;
    
    z-index: 1000;
}

#fav_msg.minus {
    color: #fff;
    background: #ff6161;
}

#fav_msg.plus {
    color: #fff;
    background: #33b472;
}

#fav_msg i {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

#fav_msg.minus i {
    top: 0px;
}


#fav_msg .fav_msg_text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (max-width: 769px) {
    #fav_msg {
        bottom: 80px;
        right: 20px;
    }
}
/* ------------- 
content finish - Оформление Избранные уроки
------------- */
