/* Uncomment the below to add a background color to activities added with Find Timetable */
/*
.event--userAdded {
  background-color: #ade6d5;
}
*/

.event--examination {
  background-color:#FAFAD2;
}

.mat-mdc-slide-toggle.mat-accent {
--mdc-switch-selected-handle-color: #228B22 !important;
}

/* START REFINE LIST HIDING EXAMPLES (only valid from 4.0.2 onwards) */

/* Hide all filters */
/*
.refine-list-container {
  display: none !important;
}
*/

/* Hide a particular filter */
/*
.refine-list-filter--department {
  display: none;
}
*/

/* Only when Module selected, hide all filters */
/*
.timetable-type-selected--module .refine-list-container {
  display: none !important;
}  
*/

/* Only when Module selected, hide department filter */
/*
.timetable-type-selected--module .refine-list-filter--department {
  display: none;
}
*/

/* END REFINE LIST HIDING EXAMPLES */
