*	{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	border-collapse : collapse;
}

body	{
	background-color : maroon;
}

span.material-symbols-outlined {
    color: green;
    font-weight: 1000;
	display:none;
}

.product_wrapper {
	background-color : white;
	font-family: Arial, sans-serif;
    line-height: 1.6;
	margin: 0 auto;
	padding: 2rem;
	text-align: left;
	width : 80%;
	}
	
.product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	}

.product_wrapper .pay {
	text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px;
    margin-top: 10px;
}

.product_wrapper .pay:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}
div#formWrapper {
    max-width: 400px;
    margin: 0 auto;
}
.error {
    font-weight: 600;
    color: red;
    margin: 0 0.5rem;
    display: none;
    font-style: italic;
}

option, select {
	color : black;
	font-size : 1rem;
	font-weight : 500;
	padding-left: 0.5rem;
	background-color : white;
	margin : 0.5rem;
	border-radius : 0.25rem;
	outline : 1px solid purple; 
	height :1.5rem;
}

#paypal_button, #cancel {
	display:block;
	width:15rem;
    border: none;
    margin: 1rem auto;
	height : auto;
    cursor: pointer;
}
button#cancel {
    padding: 0.5rem;
	color: black;
    background-color: hsl(42,100%,61%);
    border-radius: 1.5rem;
    font-weight: 1000;
    font-size: 1.1rem;
}

label	{
	font-weight : 600;
	display : block;
}

.error {
    font-weight: 600;
    color: red;
    margin: 0 2rem;
	display : none;
}	

#paypal_button:disabled {
    opacity: 50%;
}

.junior_dob	{
	maxlength : '10';
	minlength : '10';
	placeholder : 'dd/mm/yyyy';
	pattern : "[0-9]{2}\.[0-9]{2}\.(19|20)\d{2}$";
}

.fieldset {
	ooutline : 1px solid black;
	position : relative;
	width : 95%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    bbackground: peachpuff;
    overflow: hidden;
}

.form_group {
    bbackground: cyan;
	ooutline : 1px solid red;
    wwidth: 300px;
    position: relative;
    overflow: hidden;
    height: auto;
}

input {
    max-width: 300px;
    min-width: 200px;
	color : black;
	font-size : 1rem;
	font-weight : 500;
	padding-left: 0.5rem;
	background-color : white;
	margin : 0.5rem;
	border-radius : 0.25rem;
	border : 1px solid pink; 
	height : 1.5rem;
}
fieldset {
    margin: 0;
    border: 2px solid red;
    border-radius: 0.5rem;
}
legend {
    color: navy;
    font-weight: 750;
    padding: 0.5rem;
}

input[type="file"] {
	display: none;
}


button, #ID_btn {
    display: inline-block;
    background: #4CAF50;
    color: white;
    margin: 20px;
    font-size: 1rem;
    margin: 1rem;
    max-width: 10rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid black;
    cursor: pointer;
}

#preview	{
	width : 290px;
}
.idcard {
    display: grid;
    grid-template-columns: 1fr 100px;
    place-items: center;
}

button#upload_file	{
	display:none;
}
#upload_ok	{
	opacity : 0;
	height : 1px;
	width : 1px;
	display : block;
}

