.item-course .author .user picture, .cart-content .author .user picture {
    max-width: 24px;
    margin-right: 10px;
}

.list-course .items-center a {
    width: 90px;
    height: 28px;
    text-align: center;
}

.item-lesson.playing {
    background: rgb(240 107 79 / 50%);
}

.type-in-house .box_content {
    background-color: #f26c50;
}

.type-in-house .wrapper-icon {
    background-color:  rgb(242 108 80 / 20%);
}

.type-in-house .step {
    background-color: #58b845;
}

.type-in-house .step-content {
    background-color: #f6dcd7;
}

.movable-sidebar.fixed {
    top: 70px;
}

.movable-sidebar.absolute {
    bottom: 0px;
}

@media (min-width: 1280px) {
    .movable-sidebar {
        width: 406px;
    }   
}

@media (min-width: 1400px) {
    .movable-sidebar {
        width: 426px;
    }
}