.left_sidebar_menu_item{display:block;padding:12px 16px!important;background-color:#fff;gap:12px;color:#666;border-radius:8px;text-decoration:none;width:100%}.left_sidebar_menu_item.active,.left_sidebar_menu_item:hover{background-color:#0277bd;color:#fff}.tasks-row{display:flex;justify-content:space-between;align-items:center;padding:24px}.img-teacher{width:2rem;height:2rem;border-radius:50%;background:#ccc}.warning-animation{animation:warning-animation 1s linear infinite}@keyframes warning-animation{50%{background-color:orange}}.error-animation{animation:error-animation 1s linear infinite}@keyframes error-animation{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.active-accordion-title{color:var(--brand-02-blu-60)}.active-accordion-content{background-color:var(--color-neutral-10)!important;border-left:5px solid var(--color-main-branding-3-60)!important}.pointer-none{pointer-events:none}