/* Uncomment the below to add a background color to activities added with Find Timetable */
/*
.event--userAdded {
  background-color: #ade6d5;
}
*/

/* 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 */

.event--userAdded {
  color: #FFFFFF !important;
  background-color: #a80050 !important;
}
/* For text  and icon colour */
 .event--userAdded .ng-star-inserted {
  color: #FFFFFF !important; 
}
.logo-desktop {
   width:50%;
}
.header__logo {
  display: flex;
  justify-content: center;
}
.header__title {
    font-weight: normal !Important;
}
