
#AA_overlay-easy input[type=checkbox] {
	accent-color: #84b816;
}	

#AA_overlay {
	font-size: 0.95em;
}	

#confirm-container:has(#AA_overlay) { 
	width: 95% !important; 
	height: 95% !important;
	padding-top: 12px !important;
    padding-bottom: 12px !important;	
	top: 50% !important;
	left: 50% !important;
	position: absolute !important;
	transform: translate(-50%, -50%);
}
#confirm-container .header  {
	height: 25px; 
}

#confirm-container .header {
	float: none !important;
	background-image: none !important;
}	

a.close-cross {
	float: right;
	background-image: url(../css_images/icon_delete_x.png);
    background-repeat: no-repeat;
	width: 20px;
    height: 20px;
    display: inline-block;		
}

#AA_overlay-easy.pp_holder { 
	width: 85% !important; 
	height: 90% !important;
	font-size: 1.4em;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    transform: translate(-50%, -50%);
	margin-left: auto;
}
#AA_overlay-easy.pp_holder .header {
	height: 27px; 
	width: auto !important; 
	background: none !important;
}
#AA_overlay-easy.pp_holder p {
	margin: 0 20px 0 20px !important; 
	font-size: 1.1em; 
}

#overlay, #AA_overlay {
	padding-left: 0.8rem;
    padding-right: 0.8rem;	
}

#AA_overlay-easy {
	height: auto;
	border: 1px solid #84B816;
	border-radius: 6px;
	padding: 16px;
}

#overlay .header, #AA_overlay .header {
	align-items: center;
	font-size: 0.875rem;
    line-height: 1.25rem;
	margin-bottom: 5px;
	padding-top: 3px;
	width: auto;
}

#overlay-easy .header-easy,
#AA_overlay-easy .header-easy {
	background-color: #84B816;
	align-items: center;
	font-size: 0.875rem;
    line-height: 1.25rem;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
    height: 25px;	
	margin-bottom: 5px;
}

#overlay-easy .header-easy a,
#AA_overlay-easy .header-easy a {
	color: #000000;
}

#overlay .overlay-wrap, #AA_overlay .overlay-wrap, #AA_overlay-easy .overlay-wrap {
	position: relative;
	padding-top: 5px;
    padding: 0.2rem;
	max-width: 400px;
    margin: auto;
    text-align: center;	
}

#overlay .overlay-wrap-easy,
#AA_overlay-easy .overlay-wrap-easy {
	border: 0 !important;
}	

#title-area {
	float:left; display:block;
}	
#phone-logo-area {
	text-align: center; 
	padding: 40px 0 20px;
}	
#header-area {
	text-align: center; 
	padding-bottom: 15px;
}	
#app_buttons-area {
	text-align: center; 
	padding: 30px 0 40px 0;
}
#checkbox-area {
	padding-bottom: 30px;
}	
#btn_area {
	text-align: center;
}

.app_advert_button {
	display: inline-block;
    cursor: pointer;
	border: none;
    height: 35px;
	width: 222px;
    line-height: 36px;
    font-size: 1.2em;
    font-weight: normal;
    border-radius: 18px;
	background: #990000;
	color: #ffffff;
}

.easy {
	background: #84B816 !important;
}

@media screen and (max-height: 430px) {
	#phone-logo-area {
		display: none;
	}
}
