
.modal {
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-image: url("../images/hero-min.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	max-width: 500px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
}

.modal-content input{
	box-shadow: 0 1px 3px rgb(0 0 0 / 28%) inset;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #333!important;
	padding-left: 15px!important;
}

.modal-content label{
	color: #4a8289!important;
}

#top_bar{
	background: #4a8289;
	color: #ffff;
	text-align: center;
	font-size: 14px;
	padding: 2px;
}

#gender{
	width: 100%;
	padding: 5px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 28%) inset;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #333;
}

.web_page{
	opacity: 0;
	position: fixed;
}

._active{
	opacity: 1!important;
	position: unset!important;
}

#team p{
	text-align: justify;
}