#webar-container{
	background-color: #22266c !important;
	color: #ffffff !important;
}
#webar-container #splash{
	background-color: none !important;
	background-image: url('./splash/splash_bg.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

#splash #waitingmessage, #splash #loadingstatus{
	color: #ffffff !important;
}

#splash::after{
	display: block;
	content: "";
	width: 120px;
	height: 120px;
	background-image: url('./splash/sound_on.png');
	background-position: 50% 50%;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: 20px;
}

#camperms{
	box-sizing: border-box;
	background-color: #fc4d4c !important;
	border: none !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-size: 1.3rem !important;
	font-weight: 200;
	height: unset !important;
	line-height: 1.1;
	width: 300px !important;
	max-width: 95vw !important;
}

#camperms #permsbut{
	background-color: #fc4d4c !important;
	border: 2px solid #ffffff;
	border-radius: 25px !important;
	border-top-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	font-style: normal;
	font-weight: 800;
	font-size: 1.3rem !important;
	letter-spacing: 0.05em;
	left: unset !important;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0.7rem 0.85rem;
	position: relative !important;
	margin: 2rem auto 0 auto !important;
}

#camperms #permsbut:active{
	background-color: #ffca36 !important;
}

#issueFound {
	background-color: #22266c !important;
	color: #ffffff !important;
}

#issueFound #Loading-problem, #urlclickbut, #addInstruc{
	color: #ffffff !important;
}