#overlayage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.popup-onloadage {
  display: none;
  position: fixed !important;
  z-index: 101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.popup-onloadage .popup-contentage > h2{

  font-family: 'Josefin Sans';
  font-size: 25px;
  font-weight: 300; 
  margin-bottom: 5px;
  margin-top: 0;

} 

/* Age Verifaction css */
#button-age {
	display: flex;
	gap: 8px;
	padding: 50px;
  padding-top: 20px;
	padding-bottom: 20px;
}
.cnt223tem1age {
  
	width: 410px;
	margin: 100px;
	position: relative;
	z-index: 103;
	box-shadow: 0 5px 5px #000;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
 
}
.header-age {
	background: blue;
}
.cnt223tem1age .header-age > h2 {
font-weight: 400;
    line-height: 1.1;
    font-size: 2.6rem;
    margin: 0;
    padding: 10px;
    color: white !important;

}
.cnt223tem1age p {
  clear: both;
  font-size: 15px;
}
.popup-onloadage .popup-contentage > p {
	font-size: 15px;
	
}
.popup-onloadage .cnt223tem1age .popup-contentage {
	line-height: 1.5;
	color: white;
	text-align: center;
	padding: 0;
	width: 100%;
}
.popup-onloadage .image-contenttem1age {
	width: 197px !important;
	padding: 15px;
}
.popup-contentage .action{
  width: 100%;
  background: black;
  border: none;
  border-radius: 0;
}
.popup-contentage .action:hover{
  border: none;
  border-radius: 0;
}
#tcagreecreateaccount {
	margin: 0;
	position: relative;
	top: 0;
}
#button-age #left-button:focus {
	border: none;
}
#button-age #left-buttontem1:focus {
	border: none;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.two {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* template 1 responsive */
 @media only screen and (max-width: 769px) and (min-width: 400px) {
  .popup-onloadage .popup-contentage > p {
    font-size: 13px;
  }
  .cnt223tem1age .header-age > h2 {
  font-weight: 400;
    line-height: 1.1;
    font-size: 2.6rem;
    margin: 0;
    padding: 10px;
    color: white !important;

  }
  #button-age {
    display: flex;
    gap: 8px;
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .popup-onloadage .image-contenttem1age {
    width: 55px;
    height: 55px;
    padding: 15px;
    border-radius: 50%;
  }
  .cnt223tem1age {
    width: 355px;
  }
  #validationMessage1 {
    font-size: small;
  }
  #validationMessage {
    font-size: small;
  }
}
@media only screen and (max-width: 769px) and (min-width: 300px) {
.popup-onloadage .popup-contentage > p {
  font-size: 11px; 
}
.cnt223tem1age {
  width: 315px;
}
#button-age {
  display: flex;
  gap: 8px;
  padding: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#validationMessage1 {
  font-size: small;
}
#validationMessage {
  font-size: small;
}
.popup-onloadage .image-contenttem1age {
  width: 55px;
  height: 55px;
 padding-right: 0px;
  padding-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#temp1msg {
  font-size: small;
}
}

