.loaderPokracovanie{
	font-size: 1.25rem;
	color: #003087;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.loaderPokracovanie:after{
	content: 'Ukladám údaje';
	position: relative;
	z-index: 5;
}

.loaderPokracovanie:before{
	content: '';
	height: 8px;
	border: 1px solid;
	border-radius: 10px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	background: linear-gradient(#003087 100%, transparent 0) no-repeat;
	background-size: 0% auto;
	animation: 15s lineGrow linear infinite;
}

.loaderOdosielam{
	font-size: 1.25rem;
	color: #003087;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.loaderOdosielam:after{
	content: 'Odosielam';
	position: relative;
	z-index: 5;
}

.loaderOdosielam:before{
	content: '';
	height: 8px;
	border: 1px solid;
	border-radius: 10px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	background: linear-gradient(#003087 100%, transparent 0) no-repeat;
	background-size: 0% auto;
	animation: 15s lineGrow linear infinite;
}

.loaderVyhladavamFinstat{
	font-size: 1.25rem;
	color: #003087;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.loaderVyhladavamFinstat:after{
	content: 'Vyhľadávam firmu';
	position: relative;
	z-index: 5;
}

.loaderVyhladavamFinstat:before{
	content: '';
	height: 8px;
	border: 1px solid;
	border-radius: 10px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	background: linear-gradient(#003087 100%, transparent 0) no-repeat;
	background-size: 0% auto;
	animation: 15s lineGrow linear infinite;
}

@keyframes lineGrow {to {  background-size: 100% auto}}