
/* Punkt C tylko */
#phaseToast.phase-toast>.message-progress{
  bottom:20px !important; /* ciut niżej */
}
#phaseToast.phase-toast>.message-progress span{
  display:block !important;
  width:100% !important;
  height:100% !important;
  transform-origin:left center !important;
}
#phaseToast.phase-toast>.message-progress span.running{
  animation:messageProgressFill 2s linear forwards !important;
}
