body{
	margin:0;
	color:#6a6f8c;
	background:#c8c8c8;
	font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.main-wrap{
	width:100%;
	margin:auto;
	max-width:650px;
	min-height:1024px;
	position:relative;
	background:url(../img/R.jpeg) fixed no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.form-wrap{
	width:100%;
	margin:auto;
	max-width:650px;

	position:relative;
}
.main-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:30px 50px 30px 50px;
	background:rgba(40,57,101,.9);
}
.main-html .main-htm,
.main-html .detail-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.main-html .main,
.main-html .detail,
.main-form .group .check{
	display:none;
}
.main-html .tab,
.main-form .group .label,
.main-form .group .button{
	text-transform:uppercase;
}
.main-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}

.main-html .main:checked + .tab,
.main-html .detail:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.main-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.main-form .group{
	margin-bottom:15px;
}
.main-form .group .label,
.main-form .group .select,
.main-form .group .input,
.main-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.main-form .group .input,
.main-form .group .select,
.main-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:20px;
	background:rgba(255,255,255,.12);
}
.main-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.main-form .group .label{
	color:#aaa;
	font-size:12px;
}
.main-form .group .button{
	background:#1161ee;
}
.main-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.main-form .group label .icon:before,
.main-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.main-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.main-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.main-form .group .check:checked + label{
	color:#fff;
}
.main-form .group .check:checked + label .icon{
	background:#1161ee;
}
.main-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.main-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.main-html .main:checked + .tab + .detail + .tab + .main-form .main-htm{
	transform:rotate(0);
}
.main-html .detail:checked + .tab + .main-form .detail-htm{
	transform:rotate(0);
}



.hr{
	height:2px;
	margin:10px 0 5px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}
.highlight {
  color: rgb(10, 183, 10);
  font-weight: bold; 
  font-style:oblique
}

.highlight2 {
  color: rgb(210, 220, 28);
  font-weight: bold; 
  font-style:oblique
}

.banner {
  color: rgb(255, 255, 255);
  font-weight: bold; 
  font-style:oblique;
  text-align:justify;
}


select {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
label{
  text-align: center;
}

#richSalaryOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;  /* Adjust as needed */
	width: 100%;
	margin: 0 auto;
	top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95); /* Black background with opacity */
	border-radius: 15px;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
	padding: 10px;
}
#averageSalaryOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;  /* Adjust as needed */
	width: 100%;
	margin: 0 auto;
	top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95); /* Black background with opacity */
	border-radius: 15px;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
	padding: 10px;
}
#itemCostOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;  /* Adjust as needed */
	width: 100%;
	margin: 0 auto;
	top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95); /* Black background with opacity */
	border-radius: 15px;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
	padding: 10px;
}

.carousel-item {
	height: 200px;
	width: 200px;  
	min-width:100%;
	
}

.carousel {
	position: flex;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height:1;
	top:0;
	left:0;
	min-width:100%;
	min-height: 200px;
	max-height: 600px; 
}
