.pt-15 {
	padding-top: 15px;
}
.pt-50 {
	padding-top: 50px;
}
.popup {
	display: none;
	position: absolute;
	z-index: 1050;
}
.scale-down {
	transform: scale(0.5); /* Reduce size to 50% */
	transform-origin: top left; /* Adjust if needed based on your layout */
}
.editplate {
    width: 180px;
    position: absolute;
    top: 50px;
    right: 200px;
}
/* Change the camera icon color to blue on hover */
.fa-camera:hover {
    color: blue;
}

/* Class to apply when the icon is clicked */
.icon-active {
    color: blue;
}
.links-container {
	text-align: right;
}
	#copyright {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		font-size: 8pt;
		width: 80%; /* Adjust the width as needed */
		text-align: center; /* Centers the content within the table */
	}
