.auto-logout-timer-host {
  transition: filter 1s;
}

.auto-logout-timer-host.auto-logout-timer-visible {
	filter: blur(3px);
}

