		button {
			display: block;
			cursor: pointer;
		}

		#start-camera {
			margin-top: 10px;
			display: block;

		}

		#vcr-video,#vcr-preview {
			display: none;
			width: 100%;
            height: auto;
		}

		#start-record,
		#stop-record,
		#download-video,
		.vrc-alert {
			display: none;
		}


		#download-video {
			text-align: center;
			position: relative;

		}

		.js-timeout {
			display: none;
			font-size: 1.5em;
			position: absolute;
			right: auto;
			color: red;
			background: black;
			padding: 5px 10px 5px 10px;
			border-radius: 12px;
		}


		.forminator-video-testimonial {
			display: none !important;
		}

		.vrc-alert {
			padding: 20px;
			background-color: #f44336;
			color: white;
		}
		.vrc-info{
			padding: 20px;
			background-color: #2196F3;
			color: white;
			display: none;
		}
		#vcr-restart{
			display: none;
		}
		

		.vrc-closebtn {
			margin-left: 15px;
			color: white;
			font-weight: bold;
			float: right;
			font-size: 22px;
			line-height: 20px;
			cursor: pointer;
			transition: 0.3s;
		}

		.vrc-closebtn:hover {
			color: black;
		}

		.vrc-compat-link {
			color: #FFFFFF;
			font-size: 1.2em;
			display: block;
			text-decoration: none !important;
		}

		/* Add pseudo-element only if data attribute is set */
		input[data-file]::after {
			content: attr(data-file);
			margin-left: 0.375em;
		}