/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 16:50:37 */
#live-camera-popup{
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	cursor: pointer;
}
#live-camera-popup.show{
	opacity: 1;
	visibility: visible;
}
