.mockup-wrapper {
	width: 1125px;
	max-width: 1125px;
	margin: 0 auto;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	/* horizontal center */
	align-items: center;
	/* vertical center */
	/*height: 100vh;*/
	/* full viewport height */
}
#canvasContainer {
	position: relative;
	display: inline-block;
	width: 1125px;
	height: 625px;
	margin: 0px auto;
	overflow: hidden;
	border-radius: 0rem;
}
#backgroundLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: filter 0.3s ease;
	/*background-image: url('https://www.lestariads.com/admin/uploads/attachments/4f08c94a71435166305fd9d20202b721.jpg');*/
	background-size: cover;
	background-position: center;
	margin: 0px auto;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.1s ease;
	/* Smooth zoom transition */
	overflow: hidden;
	/* Disable scrolling */
	touch-action: none;
	/* Prevent touch interactions */
}
#canvas {
	position: absolute;
	width: 1125px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	/*cursor: crosshair;*/
	cursor: url('/img/icon-svg/pen.svg') 0 0, auto;
}

@media (min-width:768px) {
	.button-group-mobile button{
		display: none !important;
	}
	.download-button-mobile button{
		display: none !important;
	}
	.download-button-mobile-wrapper{
		display: none !important;
	}
}

@media (max-width:768px) {
	.mockup-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-top: 15px;
		display: flex;
		justify-content: center;
		/* horizontal center */
		align-items: center;
		/* vertical center */
		height: auto;
		/* full viewport height */
	}
	#canvasContainer {
		position: relative;
		display: inline-block;
		width: 390px;
		height: 390px;
		margin: 0px auto;
		overflow: hidden;
		border-radius: 0rem;
	}
	#backgroundLayer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		transition: filter 0.3s ease;
		background-image: url('https://www.lestariads.com/admin/uploads/attachments/4f08c94a71435166305fd9d20202b721.jpg');
		background-size: cover;
		background-position: center;
		margin: 0px auto;
		overflow: hidden;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		transition: transform 0.1s ease;
		/* Smooth zoom transition */
		overflow: hidden;
		/* Disable scrolling */
		touch-action: none;
		/* Prevent touch interactions */
	}
	#canvas {
		position: absolute;
		width: 390px;
		height: 100%;
		aspect-ratio: 1280 / 1280;
		top: 0;
		left: 0;
		z-index: 2;
		/*cursor: crosshair;*/
		cursor: url('/img/icon-svg/pen.svg') 0 0, auto;
	}
	
	.uploader .material-symbols-outlined {
		margin-right: 0px !important;
	}
	.instructions-button {
		padding: 5px !important;
	}
	.download-button{
		display: none !important;
	}
	.download-button-mobile-wrapper{
		display: none;
	}
	
	.nav {
		padding: 20px !important;
	}
	.relative {
		position: relative !important;
	}
	.share-button{
		left: 10px !important;
	}
}

.dot {
	width: 10px;
	height: 10px;
	background: red;
	border-radius: 0%;
	position: absolute;
	transform: translate(-50%, -50%);
	/*cursor: pointer;*/
}

/*UPLOADER*/

.uploader {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
	/*padding: 10px 0px;*/
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 5px;
	z-index: 10;
	cursor: not-allowed;
}

.uploader input[type="file"] {
	position: absolute;
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	overflow: hidden;
	z-index: -1;
	cursor: pointer;
}

.uploader label {
	display: inline-flex;
	/* Use inline-flex to allow label to adjust its size based on content */
	align-items: center;
	/* Vertically center the icon and text */
	cursor: pointer;
	padding: 9px;
	font-size: 1rem;
	font-weight: bold;
	color: #161616;
	filter: grayscale(100%);
	pointer-events: none;
	background-color: #e8d036;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s, transform 0.2s;
	box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
}

.uploader label span, .uploader .title{
	opacity: 0.4;
}

.uploader label:hover {
	background-color: #d6c630;
	/*transform: scale(1.05);*/
}

.uploader label:active {
	background-color: #b8b020;
}

.uploader .material-symbols-outlined {
	opacity: 0.4;
	/*margin-right: 8px;*/
	/* Add space between the icon and the text */
}

#uploadImage {
	display: none;
	/* Hidden initially */
}

/*#uploaderWrapper {
	filter: grayscale(100%);
	cursor: not-allowed;
	pointer-events: none;
	position: relative;
	z-index: 10;
}*/

/*FILTER*/

#canvasContainer.original #backgroundLayer {
	filter: none;
}

#canvasContainer.bw #backgroundLayer {
	filter: grayscale(100%);
}

#canvasContainer.faded #backgroundLayer {
	filter: grayscale(100%) opacity(0.9);
}

.filter {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 5;
	padding: 10px 0px;
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 5px;
	z-index: 10;
	/* Ensure the button is on top of the container */
}

.filter button {
	background-color: #e8d036;
	padding: 10px 15px;
	color: #161616;
	border-radius: 5px;
	font-size: 15px;
	box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1)
}

.filter button.active {
	background-color: #212124;
	/* Example active color */
	color: white;
	/* Example active text color */
}

/*FILTER-MOBILE*/

#canvasContainer.original1 #backgroundLayer {
	filter: none;
}

#canvasContainer.bw1 #backgroundLayer {
	filter: grayscale(100%);
}

#canvasContainer.faded1 #backgroundLayer {
	filter: grayscale(100%) opacity(0.9);
}

/*}*/

.filter-mobile button {
	background-color: #e8d036;
	padding: 10px 10px;
	color: white;
	border-radius: 5px;
	font-size: 12px;
	box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1)
}

.filter-mobile button.active {
	background-color: #282829;
	/* Example active color */
	color: white;
	/* Example active text color */
}

/*DOWNLOAD-BUTTON*/
.download-button-container {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 5;
	padding: 10px 0px;
	background-color: transparent;
	color: white;
	border: none;
	z-index: 10;
}
.download-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	z-index: 5;
	background-color: #e8d036;
	padding: 10px 15px;
	color: #161616;
	border-radius: 5px;
	font-size: 0px;
	box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
}
.share-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	z-index: 5;
	background-color: #ffe43b;
	padding: 10px 15px;
	color: #161616;
	border-radius: 5px;
	font-size: 0px;
	box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
}

/*SHARE-DOWNLOAD*/
.share-download {
	padding: 10px;
	border-radius: 3px;
	background-color: #ffe43b;
	font-size: 14px;
	margin-top: 15px;
	width: 100%;
	align-items: center;
	display: flex;
	color: #161616;
	justify-content: center;
}

.share-content{
	margin: 20px 0 10px 0px !important;
}

.download-button-mobile {
	width: 100%;
	position: relative;
	z-index: 5;
	padding: 0px 20px 0 20px;
	background-color: #e8d036;
	padding: 15px 15px;
	color: #161616;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

/*ZOOM*/
.container.zoomed {
	transform: scale(1.5); /* Adjust scale factor as needed */
}
.zoom-button {
	position: absolute;
	top: 20px;
	right: 120px;
	padding: 5px 10px 8px 10px;
	background-color: white;
	color: #161616;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 10; /* Ensure the button is on top of the container */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.zoom-button:hover {
	background-color: whitesmoke;
}

.zoom-button svg {
	color: #161616;
	vertical-align: middle;
}

/*ZOOM*/
.container.zoomed {
	transform: scale(1.5); /* Adjust scale factor as needed */
}
.help-button {
	position: absolute;
	top: 20px; /* Adjust top positioning as needed */
	right: 20px; /* Adjust right positioning as needed */
	padding: 5px 10px 8px 10px;
	background-color: #0d6efd;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 10; /* Ensure the button is on top of the container */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.help-button:hover {
	background-color: #005adf;
}

.help-button svg {
	color: black;
	vertical-align: middle;
}

/*LINK BUTTON*/
#link-button {
	position: absolute;
	top: 20px; /* Adjust top positioning as needed */
	right: 20px; /* Adjust right positioning as needed */
	padding: 5px 10px 8px 10px;
	background-color: white;
	color: #161616;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 10; /* Ensure the button is on top of the container */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	margin-right: 50px;
}

#link-button:hover {
	background-color: whitesmoke;
}

#link-button svg {
	color: black;
	vertical-align: middle;
}

/*RESET BUTTON*/
.reset-button{
	display: none;
	position: absolute;
	margin-left: 0px;
	padding: 10.5px 20px;
	border-radius: 5px;
	background: red;
	color: white !important;
	margin-left: 6px;
	font-size: 16px;
	font-weight: bold;
}

/*BUTTON GROUP*/
.button-group-mobile {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	/*padding: 0px 20px 0 20px;*/
	padding: 0px 4px 0 4px;
}

.button-group-mobile button {
	flex: 1;
	padding: 12px 15px;
	font-size: 14px;
	background: #0d6efd;
	border-radius: 0px;
	color: white;
}

.download-button-mobile-wrapper {
	width: 100%;
	/*padding: 20px 18px 0px 18px;*/
	padding: 20px 4px 0 4px;
}

/*NAV*/

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 15px 80px;
	color: #161616;
}

@media (prefers-color-scheme: dark) {
	.nav {
		background-color: #212124;
	}
	.instructions-button {
		background-color: #3d3d3d !important;
		color: white !important;
	}
	.instructions-button svg{
		fill: white;
	}
}

.nav .logo {
	/*font-size: 1.5rem;*/
	font-weight: bold;
	width: 150px;
}

.instructions-button {
	background-color: #e8e8e8;
	color: #161616;
	border: none;
	border-radius: 5px;
	padding: 5px;
	font-size: 15px !important;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.2s;
	display: inline-flex;
	/* Use inline-flex to allow label to adjust its size based on content */
	z-index: 
}

.instructions-button:hover {
	background-color: whitesmoke;
	transform: scale(1.05);
}