.time-clock-global-alert {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9998;
	box-sizing: border-box;
	max-width: calc(100vw - 36px);
	padding: 11px 16px;
	border-radius: 22px;
	background: #4a148c;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	color: #fff;
	font-weight: 700;
}

.time-clock-global-alert-space {
	clear: both;
	height: 88px;
}

@media (max-width: 600px) {
	.time-clock-global-alert-space {
		height: 112px;
	}
}
