.stickyHeaderMaintenance {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff8c3;
	color: #e90000;
	padding: 15px;
	font-size: 16px;
	border-width: thin;
	border-color: #79829c;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.stickyHeaderBackEnd2 {
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0);
	background-color: #740038;
}
.stickyHeaderBackEnd {
	z-index: 1;
	width: 100%;
}
.stickyHeaderBackEnd .col1 {
	padding: 15px;
	font-size: 16px;
	width: calc(100% - 25px);
	height: 100%;
	color: rgba(0, 0, 0, 0);
	background-color: #740038;
}
.stickyHeaderBackEnd .col2 {
	width: 25px;
	height: 100%;
	color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
}
.closebtn {
	width:10px;
  	margin-left: 15px;
  	color: black;
  	float: right;
  	font-size: 16px;
  	line-height: 20px;
  	cursor: pointer;
  	transition: 0.3s;
}

.closebtn:hover {
	width:10px;
  	color: black;
  	font-size: 20px;
  	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.stickyHeaderMaintenance {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		padding: 15px;
	}
}