﻿
#dvCreatingVoice
{
	position: absolute;
	top: -80px;
	z-index: 100;
	left: 0;
	width: 100%;
	height: calc(100% + 80px);
	background-color: #6B728080;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
}

	#dvCreatingVoice > div
	{
		background-color: white;
		width: 400px;
		height: 300px;
		border-radius: 15px;
		box-shadow: 0px 4px 4px 0px #00000040;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

#imgCreatingVoiceLoading
{
	width: 48px;
	height: 48px;
	content: url(../../../images/loading.gif);
	margin-top: 27px;
}

#lblCreatingYourVoice
{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0px;
	text-align: center;
	color: #32A6FC;
	margin-top: 16px;
}

#lblAnalyzingVoicePattern,
#lblCreatingUniqueVoice,
#lblAlmostThere
{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 16px;
	color: #4B5563;
}

#lblThisWillTakeAbout
{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0px;
	text-align: center;
	color: #32A6FC;
	margin-top: 16px;
}

.progress-pending
{
	opacity: 0.0;
}
