@charset "utf-8";
/* CSS Document */





@media screen and (max-width: 800px) {
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
    background-color: #281437;
  /*background-color: rgba(0,0,0,0.4); */
    z-index:99;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:50%; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:50%; opacity:1}
}




/* Modal Content */
.modal-content {
	position: relative !important;
	background-color: #f4f4f4 !important;
	margin: auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-animation-name: animatetop !important;
	-webkit-animation-duration: 0.4s !important;
	animation-name: animatetop !important;
	animation-duration: 0.4s !important;
	width: 85vw !important;
	height: auto !important;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
}

/*
.modal-redeem {
	position: relative !important;
	background-color: #f4f4f4 !important;
	margin: auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-animation-name: animatetop !important;
	-webkit-animation-duration: 0.4s !important;
	animation-name: animatetop !important;
	animation-duration: 0.4s !important;
	width: 85vw !important;
	height: auto !important;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
}
*/

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}	
	
	
	}