/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2022 | 21:57:50 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

element.style {
	
	.stm_lms_lesson_header {
    background: #273044;
    color: #fff;
    padding: 22px 0 17px!important;
}
}


.stm-lms-curriculum-trigger {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    color: rgba(0 0 0 0);
    border-radius: 50%;
    font-size: 16px;
    background-color: rgba(50,141,192,1);
    border: 2px solid rgba(50,141,192,1);
    cursor: pointer;
    transition: .3s ease;
}