<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wr-form {
	width: 100%;
	background-color: rgb(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	bottom : 0;
	z-index: 99999;
}
.book-in {
	width: 100%;
	padding: 5px 7px;
	border: 1px solid #fff;
	background:url(images/calendar.png) no-repeat scroll right 10px center;
	border-radius: 4px;
	background-color: transparent !important;
	color: #fff;
	height: 40px;
	font-size: 14px;
}
.book-in1 {
	width: 100%;
	color: #054534;
	padding: 15px 15px;
	height: 40px;
	font-size: 14px;
	margin-top: 30px;
	margin: 8px 0;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	background-color: transparent !important;;
}
select {
	width: 100%;
	color: #054534;
	padding: 5px 5px;
	font-size: 14px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	background-color: transparent !important;
}
select option {
    margin: 40px;
    background: rgba(59, 62, 67 );
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

</pre></body></html>