﻿#lblYouAudioFile
{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	color: #292929;
}

#dvLanguage
{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	margin-top: 32px;
}


.dv-choose-method
{
	width: calc(100% - 32px);
	border: 1px solid #E5E7EB;
	box-shadow: 0px 1px 30px 0px #00000005;
	border-radius: 15px;
	padding: 24px;
	cursor: pointer;
	margin-top: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.img-logo
{
	width: 65px;
	height: 65px;
	margin-bottom: 24px;
}

.dv-nav-buttons
{
	justify-content: space-around;
}

#dvNavButtons
{
	margin-top: 64px;
}

#dvUploadRecording > .img-logo
{
	content: url(../../../images/v3/upload-recording.svg);
}

#dvUploadRecording.file-loaded img
{
	content: url(../../../images/v3/uploaded-fine.svg);
}

#btnBrowseFiles
{
	display: flex;
	width: 171px;
	height: 53px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 30px;
	background: #32A6FC;
	color: var(--background, #FFF);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	margin-top: 24px;
	user-select: none;
}

#dvUploadRecording.drag-highlight
{
	border-width: 3px;
}

#uplData
{
	display: none;
}


#lblWrongFileType
{
	color: #B91C1C;
}


#dvUploadProgress
{
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: calc(100% + 80px);
	background-color: #6B728080;
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

	#dvUploadProgress > 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;
	}

#imgUploadLoading
{
	width: 48px;
	height: 48px;
	content: url(../../../images/loading.gif);
	margin-top: 27px;
}

#lblUploading
{
	margin-top: 16px;
}

#dvUploadProgressInfo
{
	margin-top: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0px;
	text-align: center;
}

#lnkCancelUpload
{
	margin-top: 56px;
	color: #6B7C93;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	cursor: pointer;
}

	#lnkCancelUpload img
	{
		display: none;
	}

	#lnkCancelUpload.loading
	{
		cursor: default;
	}

		#lnkCancelUpload.loading img
		{
			content: url(../../../images/loading.gif);
			width: 20px;
			height: 20px;
			display: inline;
			margin-left: 8px;
		}

#lblUploaded30sec
{
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	color: #292929;
}

#dvFileListContainer
{
	margin-top: 56px;
	padding: 24px;
	border: 1px solid #F7F7F7;
	border-radius: 15px;
	background-color: white;
	width: calc(100% - 72px);
}

#lblUploadedFilesTitle
{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0px;
	color: #32A6FC;
}

#dvUploadRecording
{
	width: calc(100% - 72px);
	margin-top: 32px;
}

.loaded-file-name
{
	color: #292929;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0px;
	margin-bottom: 8px;
}

.loaded-file-details
{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	color: #6B7C93;
}

.dv-loaded-file-delete
{
	cursor: pointer;
	content: url(../../../images/v3/delete.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 24px;
	top: 32px;
}

.dv-loaded-file
{
	position: relative;
	padding: 20px;
	background-color: #FAFAFA;
	border-radius: 15px;
	margin-top: 24px;
}

.dv-loaded-file-delete.loading
{
	content: url(../../../images/loading.gif);
}

#dvBackgroundBlock1
{
	width: 100%;
	height: 312px;
	background: var(--web-gradiant1, linear-gradient(117deg, var(--color-grey-99, #F8F9FF) 0%, var(--color-grey-95, #E8F0FE) 100%));
	position: absolute;
	top: 0;
	left: 0;
}

#dvUploadBody
{
	z-index: 10;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#dvUploadRecording
{
	border-radius: 15px;
	border: 1px solid var(--light-gray, #F7F7F7);
	background: #FFF;
	box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.02);
}

#lblOneMinVoice
{
	color: var(--claude-ai-science-blue, var(--color-azure-38, #0051C3));
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 32px;
}


#lblAudioUploadPermission
{
	margin-top: 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	color: #32A6FC;
}

#lblUploadAudioPermissionText
{
	font-size: 16px;
	text-align: center;
}

#btnConfirmAndContinue
{
	font-weight: 400;
	margin-bottom: 24px;
	display: flex;
	width: 145px;
	padding: 16px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 30px;
	opacity: 0.8;
	color: #4B5563;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
	border: 1px solid #E5E7EB;
	background: #FFF;
}

#imgUploadPermissionLogo
{
	width: 212px;
	content: url(../../../images/v3/logo.svg);
	margin-top: 48px;
}

.btn-browse-wide
{
	width: 267px !important;
}

#lblLetsTryAnotherWay
{
	margin-top: 48px;
	color: #32A6FC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

#lblUploadsAreSupported
{
	color: #292929;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25; /* 125% */
	margin-top: 16px;
	margin-bottom: 16px;
}

#imgToRecording
{
	width: 65px;
	height: 65px;
	content: url(../../../images/v3/welcome-record-now.png);
}

#lblYouCanCreateVoice
{
	margin-top: 16px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25; /* 125% */
}

#lblTipsForQualityRecording
{
	color: #32A6FC;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	margin-left: 32px;
}

#dvTipsList
{
	color: var(--text-dark, #292929);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}

#btnToRcording
{
	width: 171px;
	height: 53px;
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 30px;
	background: #32A6FC;
	cursor: pointer;
	color: var(--background, #FFF);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 24px;
}

	#btnToRcording:hover
	{
		text-decoration: none !important;
	}

#vldWeNeed10Sec
{
	margin-top: 16px;
	color: #F73D62;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}


#imgZsValidationFailed
{
	width: 64px;
	height: 64px;
	margin-top: 40px;
	content: url(../../../images/error-icon.svg);
}

#imgUploadProblem
{
	width: 64px;
	height: 64px;
	margin-top: 40px;
	content: url(../../../images/error-icon.svg);
}

#lblWeAreSorryCouldntGenerateVoice
{
	color: #32A6FC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 40px;
}

#lblSomeFilesWereNotLoaded,
#lblWeNeed10SecPopup
{
	color: #32A6FC;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 16px;
}

#btnZs_TryRecordAgain
{
	margin-top: 8px;
}

	#btnZs_TryRecordAgain:hover
	{
		text-decoration: none;
	}


#btnUploadProblem
{
	margin-top: 8px;
}
