
.evoaup_section{
	padding: 20px;
	border:1px solid #c3c3c3;
	border-radius: 12px;
	overflow: hidden;
}
.evo_lightbox_body .evoaup_section{border:none; text-align: center;}
.evo_lightbox_body .evoaup_purchase_form, .evo_lightbox_body .evoau_submission_form {text-align: left;}
.evoaup_section.hasform{padding: 0;border:none;}
.evoaup_section h3{margin: 0; padding-bottom: 10px; font-weight: bold;}
.evoaup_section p.evoaup_desc{	font-style: italic; font-size: 16px;}

.evoaup_section .evoaup_price_line{	font-size: 18px;	margin: 0;}
.evoaup_section .evoaup_price_line span{font-weight: bold; }

.evoaup_section .evcal_btn{	text-decoration: none;color: #ffffff;background: #237ebd;line-height: 1;}
.evoaup_section .evcal_btn:hover{opacity: 0.6;color:#fff;box-shadow:none;}

/* general */
	.evoaup_purchase_submissions a.evcal_btn, .evoaup_purchase_submissions a.evcal_btn:hover{box-shadow:none;}

	.evoaup_slevel, .evoaup_submission_level_selection p{
		-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
/* fonts */
	.evoaup_slevel .slevel_name, .evoaup_purchase_form,
	.evoaup_purchase_form p.evoaup_success,
	.evoaup_purchase_form p
	{font-family: var(--evo_font_2);	}
/* in the form */
	.evoau_submission_form .evoaup_under_title{text-align: center;margin-bottom: 10px}
	.evoau_submission_form .evoaup_under_title span{
		margin-left: 10px;
		background-color: #808080;
	    border-radius: 12px;
	    padding: 3px 13px;
	    color: #fff;
	}
/* submission levels */
	.evoaup_purchase_form{position: relative;}	
	.evoaup_slevel{
		padding: 15px 25px;
	    cursor: pointer;
	    position: relative;
	    background-color: #e8f2f5;
	    border-radius: 0.75rem;
	    margin-bottom: 5px;
	}
	.evoaup_slevel:hover{opacity: 0.9}
	.evoaup_slevel.selected{background-color: #cbeaf4}
	.evoaup_slevel i{display: none}
	.evoaup_slevel.selected .evoaup_details{padding-left: 60px;}
	.evoaup_slevel.selected i{
		    content: "";
	    position: absolute;
	    border: 2px solid #808080;
	    border-radius: 50%;
	    height: 30px;
	    width: 30px;
	    display: flex;
	    left: 30px;
	    top: 25px;
	    justify-content: center;
	    align-items: center;
	    color: #808080;
	}
	.evoaup_slevel .slevel_name, .evoaup_slevel .slevel_price, .evoaup_slevel .slevel_details{
		padding: 0;margin: 0;
	}
	.evoaup_slevel .fieldsincluded{
		font-size: 14px;line-height: 38px;padding: 0;padding-bottom: 10px; margin: 0;
	}
	.evoaup_slevel .fieldsincluded span{display: flex;flex-wrap:wrap;	}
	.evoaup_slevel .fieldsincluded span em{
		text-transform: capitalize;
	    line-height: 1.5;
	    padding: 4px 13px;
	    background-color: #c7c7c7;
	    border-radius: 15px;
	    color: #fff;
	    display: inline-block;
	    margin-right: 5px;margin-bottom: 5px;
	}
	.evoaup_slevel .slevel_name b, 
	.evoaup_submission_level_selection p b.d{
		display: inline-block;
	    height: 15px;
	    width: 40px;
	    margin-right: 10px;
	    border-radius: 10px;
	    /* line-height: 1.5; */
	    background-color: #dedede;
	}
	.evoaup_slevel .slevel_details{font-size: 14px;}
	.evoaup_slevel .slevel_details b{
		    border-radius: 20px;
	    /* background-color: #c7c7c7; */
	    padding: 4px 15px;
	    /* color: #fff; */
	    margin-left: 10px;
	    border: 1px solid #333;
	    line-height: 1;
	    display: inline-block;
	    opacity: 0.5;
	}	
	.evoaup_slevel .slevel_name, 
	.evoaup_submission_level_selection p
	{font-weight: bold; text-transform: uppercase;font-size: 18px; color:var(--evo_color_1);}
	.evoaup_slevel .slevel_price b{}
	.evoaup_slevel .evoaup_purchase{padding: 15px 0;}
	.evoaup_slevel .evoaup_purchase p{margin: 0;}
	.evoaup_slevel .evoaup_purchase p.evoaup_quantity{padding-bottom: 5px;}
	
	.evoaup_submission_level_selection p{
		cursor: pointer;
	    margin: 0;
	    padding: 10px 20px;
	    font-size: 16px;
	    display: flex;
	    justify-content: space-between;
	    background-color: #e8f2f5;
	    margin-bottom: 5px;
	    border-radius: 20px;
	}
	.evoaup_submission_level_selection p:last-child{border-bottom:none;}
	.evoaup_submission_level_selection p:hover{opacity: 0.7}
	.evoaup_submission_level_selection p span.r{
		font-style: normal; margin-left: 10px;float:right;
		    font-weight: normal;
    	text-transform: none;
	}
	.evoaup_submission_level_selection p span b,
	.evoaup_submission_level_selection p span b.n{
		background-color: #808080;
	    color: #fff;
	    padding: 3px 8px;
	    border-radius: 12px;
	    margin-left: 10px;
	}
	.evoaup_purchase_additionals{margin: 20px -20px -20px;
	    border-top: 1px solid #c3c3c3;
	    padding: 20px;}

/* purchase form */
	.evoaup_purchase_form p.evoaup_success{margin: 0}

