.--color-green-0 {
    color: rgba(0, 135, 90, 1);
}
.--text-color-default{
    color:rgba(23, 43, 77, 1);
}
.--text-color-blue{
    color:rgba(52, 72, 133, 1);
}
.--text-color-black{
    color: rgba(9, 30, 66, 1);
}
.lesson-name{
    font-size:20px;
    line-height: 30px;
}
.lesson-container .lesson-main .quiz-container .btn-direct{
    width: 45px !important;
    height: 45px !important;
}