:focus {outline:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
body{
	margin: 0;
	padding: 0;
	background:#fff;
	font-family: 'Cabin',arial, sans-serif;
	color:#333;
	font-size: 15px;
	text-align: center;
    width: 100%;

}
input{
	padding: 0.3em;
	width: 90%;
	max-width: 450px;
	font-size: 1.5em;
	border: 2px solid #008ab5;
	box-shadow:0 1px 3px #ccc;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
input::placeholder{
	color: #bbb;
}
input:focus{
	border: 2px solid #05b4ea;
}
h1{
	margin: 0.2em 0 0;
	padding: 0;
	font-size: 2em;
	letter-spacing: -1px;
}
h2{
  margin: -0.3em 1em 0.5em;
  padding: 0;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #05b4ea;
}
h3{
  color: #05b4ea;
  margin-bottom: 0;  
}
.txt{
	text-align: left;
	padding: 0 1.5em;
	max-width: 450px;
	margin: 0 auto;
}
.txt h2{
	margin: 30px 0 0;

}
.txt p{
	margin: 0.5em 0;
	line-height: 1.4em;
}
.fix-menu .separator{
	padding-top: 48px;
}
.container{
	max-width: 450px;
	margin: 0 auto;
}
.blacklist{
font-size: 1.5em;
background: #F44336;
padding: 10px;
color: white;
}
.blacklistno{
font-size: 1.5em;
background: #4caf50;
padding: 10px;
color: white;
}

.blist{
  display: <?=$showb?>;
}

.model{
font-size: 1.2em;
background: #fff;
padding: 2em 1em 1em;
display: block;
color: #111;
text-align: left;
}
.modelimg{
	background: #05b4ea;

}
.modelimg img{
    margin: 1em 0 -2em;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 5px #aaa;
    border-radius: 3px;
    max-height: 150px;
}
.wrapper{
	margin: 0 1em 1em;
	background: #fff;
	box-shadow: 0px 2px 6px #aaa;
}
.btn{
    display: block;
    padding: 10px 0;
    width: 90%;
    font-size: 1.5em;
    margin: 5px auto;
    background: #05b4ea;
    border: 0;
    border-bottom: 2px solid #026280;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
 }
 .btn:hover{
 	background: #2ec0ec;
 }
 .btn:active{
 	border-bottom: 0px;
 	border-top: 2px solid #fff;
 }
 .ifaq{
  color:#f5f5f5;
  border-radius:5px;
  position:absolute;
  right:5px;
  display:block;
  top:8px;
  font-size: 1em;
  padding:3px 10px;
  font-weight:normal;
  border:2px solid #029fd0;
 }
 #topbar{
background: #05b4ea;
color: #fff;
text-align: center;
padding: 0.5em 0;
box-shadow: 1px 1px 5px #777;
position: relative;


 }
 #topbar a{
 	color: #fff;
  display: inline-block;
 	text-decoration: none;
 }
 #topbar img{
  max-height: 30px;
  vertical-align: middle;
 }
 #resu{
 	padding: 1px;
 	margin: 1em 0;
 }
#resu > img{
	border-radius: 35px;
	border:0px solid #ddd;
}
.menu ul{
 list-style: none;
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}
.menu ul li{
  display:flex;
  margin:0;
  width: 33%;
      align-items: stretch;
}
.menu a{
padding: 10px;
margin: 0;
display: flex;
text-decoration: none;
color: #fafafa;
font-size: 1em;
text-transform: uppercase;
  border-bottom: 2px solid #05b4ea;
  word-spacing: 40px;
  align-items: center;
  width: 100%;
    justify-content: center;

}
.menu a.active{
	color: #fff;
  background: #008ab5;
  border-bottom: 2px solid #fff;
}
.menu a:hover{
  border-bottom: 2px solid #fafafa;
}
.menu{
background: #05b4ea;
padding: 0;
box-shadow: 1px 3px 3px #ccc;
margin-bottom: 15px;
}
.fix-menu .menu{
	position: fixed;
	width: 100%;
	top:0;
}
.footer a{
border:2px solid #05b4ea;
padding: 5px 15px;
margin: 0 0.5em;
display: inline-block;
text-decoration: none;
color: #fff;
border-radius: 5px;
font-size: 1em;
}
.footer{
	padding: 0.5em 0;
	background: #026280;
}
#cform{
  margin-bottom: 2em;
}
.checkagain{
	background: #026280;
	color: #fff;
	text-transform: uppercase;
	padding: 0.7em 0;
	cursor: pointer;
}
.viewresults:hover{
  background: #008ab5;
}
.viewresults{
      display: block;
    padding: 10px 0;
    width: 90%;
    font-size: 1.5em;
    margin: 15px auto;
    background: #05b4ea;
    border: 0;
    border-bottom: 2px solid #026280;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.dfound{
display: block;
    font-weight: bold;
    margin: 10px;
    font-size: 1.2em;
}
.topads{
text-align: center;
margin-top: 1em;
}
.adsg{
  min-height: 280px;
}
.hid{display: none !important;}
.tgl{
  font-size:2em;
}
.g-recaptcha{
  display: inline-block;
  margin-top: 0.5em;
  min-height: 78px;
  min-width: 200px;
  background: url('/atop.png');
  background-repeat:no-repeat;
  background-position: top center;
}
.mail{
  display: block;
  margin: 30px auto;
  font-size: 1.5em;
  background: #05b4ea;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  border-bottom: 2px solid #026280;
}


.menum{
display: none;
    list-style: none;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    padding: 0;
    gap: 1%;
}

.menum-item{
    display: flex;
    width: 32%;
    margin-bottom: 5px;
}


.menum-item a{
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
}