#notificationsv2, #controlsv2{
	position:fixed;
	top:-10%;
	opacity:0;
	z-index:999;
	background:rgba(0,0,0,0.88);
	transition: all 0.3s ease-in-out;
	left: 45%;
    padding: 18px;
    border-radius: 5px;
    font-size: 20px;
    min-width: 270px;
	color:#fff;
	text-align:center;
}
@media all and (max-width:1100px) {
	input{
		max-width:95%;
	}
	.whoinstruct{
		font-size: 14px;
    line-height: 16px;
	}
	.nomobile{
		display:none;
	}
	#notificationsv2{
		left: 25px;
    max-width: 90%;
    width: 90%;
	}
	.wrapper {
		height: 104px !important;
	}
	.titlev2022{
		font-size: 28px !important;
		letter-spacing: 5px;
		line-height: 32px !important;
		padding-top: 25px !important;
	}
	#firstid, #secondid, #thirdid, #fourthid {
	    width: 90%;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div.status {
    height: fit-content;
    max-height: fit-content !important;
	}
}