.vuitButton {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(224, 213, 192, 0.4);
	border: 1px solid rgba(224, 213, 192, 0.4);
	border-radius: 25px;
	text-indent: 0;
	display: inline-block;
	color: #4e4a44;
	font-size: 15px;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 350px;
	text-decoration: none;
	text-align: center;
	text-shadow: none;
	transition: background-color 0.5s, color 0.5s, border 0.5s;
}

@media (min-width: 1200px) {
	.col-lg-11 {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.col-lg-12 {
		margin-left: -5% !important;
	}
	.vuitButton {
		margin-left: -10% !important;
		width: 95%; /* Adjust width for smaller screens */
	}
}

.vuitButton:hover {
	background-color: #ffffff;
	color: #4e4a44;
	border: 1px solid #4e4a44;

}

.vuitButton:active {
	position: relative;
	top: 1px;
}

.row a.vuitButton {
	border-color: #e0d5c0;
	color: #1c1c1c;
	border-bottom: 4px solid rgba(153, 142, 133, 0.1);
	font-family: Theinhardt,system-ui,sans-serif;
	font-weight: 475;
}

.row a.vuitButton:hover {
	border-bottom: 4px solid #e0d5c0;
}

.row .col-lg-12 a {
	color: #1c1c1c;
	font-family: Theinhardt, system-ui, sans-serif;
	font-weight: 500;
	border-bottom: 2px solid rgb(167, 162, 162);
}

.row .col-lg-12 a:hover {
	color: #6b501a;
	border-bottom: 2px solid #e0d5c0;
}

.vu-main-content {
	background-color: #f5f3ef;
}

.vu-main-content .container .col-sm-12{
	background-color: #f5f3ef;
}



.notification {
	display: none; /* Hidden by default */
	position: fixed;
	top: 20px;
	background-color: #4e4a44;
	color: white;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}