@font-face {
    font-family: MuseoSans500;
    src: url(/o/com.toluna.pp.registration/css/fonts/museosans-500.otf);
}

@font-face {
    font-family: MuseoSlab500;
    src: url(/o/com.toluna.pp.registration/css/fonts/museoslab-500.otf);
}

#registration-prescreener-iframe{
	border:none;
}

#dynamic-culture-selector-title{
	text-align: center;	
}

.dynamic-locale-model-flag{
	 height:60%;
}

.dynamic-locale-model-display-name-label{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.dynamic-locale-model-display-name{
	font-size:12px;
	height:40%;
	background-color:white;
	font-family: MuseoSans500;
    text-align: center;
	color: #4E4E4E;
	position: relative;
}

.dynamic-locale-model{
    -webkit-transform: translate3d(0,0,0);
	top: 0;
	transition: all 0.2s ease 0s;
	
	box-shadow: 0 0 2.5px #4E4E4E;
	overflow:hidden;
	display: inline-block;
	width:146px;
	height:138px;
	background-color:grey;
	margin:20px;
	border-radius: 15px;
	position: relative;
}
.dynamic-locale-model.selected{
	color:#4DA6EA;
	box-shadow: 0 0 5px #4DA6EA;
}

.dynamic-locale-model.unselected{
	opacity:0.4;
}

.dynamic-locale-model:hover{
	top: -10px;
}

#prescreener-btn-wrapper{
	display:none;
	margin-top: 47px;
	text-align: center;
}

#prescreener-confirmation-btn{
    border: 1px solid #4DA6EA;
    border-radius: 20px;
    width: 200px;
    height: 45px;
    cursor: pointer;
    background-color: Transparent;
}