.vtoSection {
	display: none;
}

/* .vtoSection .step2 .vtoVideoCapture {} */

.vtoVideoCaptureContainer {
	position: relative;
}

.vtoCaptureOverlay {
	position: absolute;
	/* box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7); */
	width: 100%;
	height: 100%;
	background-color: red;
}

.hide {
	display: none;
}

.banner_vto {
	width: 500px !important;
	display: flex;
	justify-content: center;
}

.banner_vto
	.loadingIcon {
	width: 100px;
	height: 100px;
	justify-self: center;
}

#modalVtoGetFace
	video {
	transform: scaleX(
		-1
	);
}

/* #scroll_vto {
	margin-left: auto;
	margin-right: auto;
} */

#vtoCricleCaptureContainer {
	position: relative;
	height: 30px;
}

#vtoCricleCapture {
	width: 40px;
	height: 40px;
	background-color: red;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(
		-20px
	);
}

@-webkit-keyframes moveRight {
	0% {
		left: 50%;
	}

	25% {
		left: 70%;
	}

	75% {
		left: 30%;
	}

	100% {
		left: 50%;
	}
}

@keyframes moveRight {
	0% {
		left: 50%;
	}

	25% {
		left: 70%;
	}

	75% {
		left: 30%;
	}

	100% {
		left: 50%;
	}
}

.vtoCricleCapturePlay {
	-webkit-animation: moveRight
		12s;
	-webkit-animation-iteration-count: 1;
	animation: moveRight
		12s;
	animation-iteration-count: 1;
	animation-delay: 1500ms;
	animation-timing-function: linear;
}

.overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(
		-50%,
		-50%
	);
	width: 45%;
	height: 90%;

	background-color: rgba(
		0,
		0,
		0,
		0
	);
	/* Transparent background */
	border-radius: 50%;
	box-shadow: 0
		0
		0
		1000px
		rgba(
			0,
			0,
			0,
			0.7
		);
	/* Creates the effect of a hole */
	z-index: 1;
}

/* NOSE positioning */
.container-nose_vto {
	position: relative;
	/* float: left;
	top: 150px;
	left: 2%;
	margin-right: -12%;*/
	width: min-content;
	z-index: 999;
}

/* Make the image responsive */
.container-nose_vto
	img {
	width: 95px;
	height: 125px;
}

/* Style the button and place it in the middle of the container/image */
/* .container-nose_vto .nose-radio_vto {
	position: relative;
	left: 50%;
	margin-top: 80%;
} */

.radio-container_vto {
	position: absolute;
	top: 45px;
	left: 37px;
	width: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.btnVtoNoseToggle {
	display: block;
	left: 0;
}

.btnVtoNoseToggle
	.imgNose {
	width: 30px;
}

.vtoNoseOverlay {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	display: none;
	background-color: rgba(
		0,
		0,
		0,
		0.9
	);
	width: 100%;
	position: absolute;
	z-index: 9;
	height: 100%;
	text-align: center;
	left: 0;
	padding-top: 30px;
}

@keyframes noseShow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.vtoNoseOverlay
	.container-nose_vto {
	/* display: none; */
	display: block;
	/* opacity: 0; */
	margin-right: auto;
	margin-left: auto;
}

/* .vtoNoseOverlay .container-nose_vto.show {
	display: block;
	opacity: 1;
	-webkit-animation: noseShow 0.5s;
	-webkit-animation-iteration-count: 1;
	animation: noseShow 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
} */

.vtoNoseOverlay
	.container-nose_vto
	.radio-container_vto {
	top: 0;
}

@media only screen and (min-width: 992px) {
	#modalVtoGetFace
		video,
	#vtoCricleCaptureContainer {
		width: 500px !important;
		margin-left: auto;
		margin-right: auto;
	}

	#modalVtoGetFace
		.btnStart {
		width: 500px !important;
	}
}

/* @media only screen and (max-width: 600px) {
	.btnVtoNoseToggle {
		display: block;
	}
} */

@media only screen and (max-width: 1199px) {
	.container-nose_vto {
		display: none;
	}

	/* .btnVtoNoseToggle {
		display: block;
	} */
}

@media only screen and (min-width: 1200px) {
	.btnVtoNoseToggle {
		display: none !important;
	}
}

@media only screen and (max-width: 520px) {
	.banner_vto {
		width: 380px !important;
	}
}
