	.lgad-sroll{	
		height:120px;
		scroll-behavior:smooth;
		overflow-x:hidden;
	}
	/* Style the span to look like a button */
	.btn-span {
			display: inline-block;			 /* Make it behave like a button */
			padding: 10px 20px;					 /* Space inside */
			background-color: #007BFF;		/* Button color */
			color: white;								 /* Text color */
			border-radius: 5px;					 /* Rounded corners */
			cursor: pointer;							/* Pointer cursor on hover */
			font-size: 16px;							 /* Text size */
			user-select: none;						/* Prevent text selection */
			transition: background-color 0.3s ease;
	}

	/* Hover effect */
	.btn-span:hover {
			background-color: #0056b3;
	}

	/* Active (click) effect */
	.btn-span:active {
			background-color: #003f7f;
	}
	.error2ad4lg { color: red; font-size: 13px; }