
/*fixes upgrade*/
/*pld*/
#page-local-pld-view .form-inline.required {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    width: auto !important;
}


#page-local-pld-view .trigger.btn.btn-secondary.btn-left.text-filter[_ngcontent-ng-c522264798]:not(.dropdown-toggle) {
    width: auto;
    padding: .3em !important;
}
/*dropdown*/
.dropdown-menu .dropdown-item:hover .text-dark, .dropdown-menu .dropdown-item:hover .menu-action-text {
    color: white !important;
}

.section .activity-item .activity-actions .actions {
    align-items: center;
    display: flex !important;
}
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item:hover

 {
    background-color: #ccccfc;
}
.course-content ul.weeks, .course-content ul.topics, .course-content ul.sections {
    list-style: none;
    padding-left: 3rem !important;
}