.container {
	/* border: 2px solid yellow; */
	position: relative;
	width: 275px;
    height: 254px;
	margin: -7px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
	border-radius: 10px;
	margin-left: -13px;
  }
  
  .canvas {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0px 15px 15px 15px;
	z-index: 1;
  }
  
  .form {
	padding: 20px;
  }

  	
.modal-body {
	position: absolute!important;
	top: 25vh!important;
	left: 28%!important;
}


.hideImage, .hideButton, .optionButton {
	display: none;
}

.showImage, .showButton {
	display: block;
}

.stoppable {
	position: relative;
}

.stoppable img {
	width: 100%;
}

#timer {
	position: absolute;
	left: 40%;
	top: 28%;
	font-size: 70px;
	color: #000;
	font-family: Open Sans, sans-serif;
	animation: blink 1s linear infinite;
}
@keyframes stoppable{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

@media (max-width: 767px) {
	.modal-body {
		position: absolute!important;
		top: 25vh!important;
		left: 15%!important;
	}
}


.myntra-voucher-style {
	background: url('../build/images/scratch cards_myntra (5).png') no-repeat;
	background-size: 260px;

}

.gold-voucher-style {
	background: url('../build/images/scratch cards_gold voucher (1).png') no-repeat;
	background-size: 260px;
}

.cashback-voucher-style {
	background: url('../build/images/scratch cards_cashback (1).png') no-repeat;
	background-size: 260px;
}

.close-button {
	cursor: pointer;
    position: absolute;
    right: 22px;
    top: 7px;
    color: #a9a9a9;
    font-size: 16px;
    text-decoration: none!important;
}

.next{
	position: absolute;  
	top: 102%;
	 visibility: hidden;
	 left: 27%;
}


.nextt{
	visibility: visible !important;
}












