
body {
   font-family: 'Inter', sans-serif; ;
    font-size:16px;
    text-align: center;
    vertical-align: top;
	background: linear-gradient(#FA9F3A, #FAC77D, #e4ec9d);
	padding: 0;
	margin: 0;
}
.second-bg-image{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	pointer-events: none;
	opacity: 0;
}
.content-box{
	width:50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	padding: 30px;	
}
.title{
/*	transition: all 5s ease;*/
}
.company-logo{
	width: 200px;
    padding: 10px;
}
.content-box .title-box{
    width: 60%;
	margin:10px auto 0;
}
.content-box .title-content {
	font-size:3em;
    line-height: 1.2;
    font-weight: 600;
	margin:0;
}
.content-box .place {
	font-size:1.3em;
    line-height: 1.2;
    font-weight: 600;
	padding:0;
	margin:20px 0 10px;
}
.lucky-draw-image{
	width: 280px;
    margin: 16px;
}
.lets-go{
    display: inline-block;
    background: #FF333F;
    color: white;
    font-size: 1.4em;
    margin-top: 10%;
    border-radius: 3px;
	cursor: pointer;
	font-weight: normal;
	padding:10px 70px;
}
#container {
    position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
#list_pane {
    float: left;
    height: 18em;
    width: 10em;
	display:none;
}

#draw_pane {
	width: 100%;
	display: none;
	margin-top: 50px;
}

#name_list {
    font-size: 1em;
    height: 14em;
    width: 7em;
	border: 1px solid black;
}
#name_list li{
	list-style: none;
}
#switch {
    font-size: 1.4em;
	font-weight: normal;
	padding: 10px;
	margin-top:10%;
	width: 40%;
	outline: none;
	background: #fd4645;
	color:white;
	border-radius:5px;
	cursor: pointer;
	border:none;
}
#draw {
    font-size: 1.2em;
/*
	background: #f7c876;
	background: -moz-linear-gradient(top,  #f7c876 0%, #d3a265 52%, #f7c876 100%);
	background: -webkit-linear-gradient(top,  #f7c876 0%,#d3a265 52%,#f7c876 100%); 
	background: linear-gradient(to bottom,  #f7c876 0%,#d3a265 52%,#f7c876 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c876', endColorstr='#f7c876',GradientType=0 );
*/
}
#draw div {
    margin:20px 0px;
}

.draw-a {
    color:black;
    font-size: 0.8em;
	opacity: 0.6;
}
.draw-b {
    color:black;
    font-size: 1em;
	opacity: 0.8;
}
.draw-c {
	border-radius: 5px;
    font-size: 1.6em;
	padding: 1px;
	color: black;
	font-weight: 600;
}
#reset{
	font-size: 0.8em;
    padding: 5px 10px;
    position: absolute;
    right: 4%;
    top: 5%;
    cursor: pointer;
    font-weight: normal;
    color: white;
    border-radius: 5px;
    background: black;
	opacity: 0;
}
.parent-popup{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	font-size:1.4em;
	display: none;
}
.child-popup-box{
	border-radius: 10px;
	width: 800px;
    height: 250px;
	color:white;
	position: absolute;
    transform: translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	transform:-moz-translate(-50%, -50%);
    top: 50%;
    left: 50%;
	padding: 100px;
	background: url("https://www.manageengine.com/events/2019/seminar/images/congratulations-image.png") #fff;
	background-size: 100%;
}
.child-popup-box  h1{
	margin: 0px;
	font-size: 2em;
	padding: 15px;
	color:#0A26FF;
}
.display-nc{
	margin:10px;
	padding: 10px;
	color:black;
}
.zsiq_theme1.zsiq_floatmain{display:none!important;}
.win-name{margin-bottom: 0;padding-bottom: 5px;}
.name{
	font-size: 1.5em;
	font-family: 'Zoho_Puvi_Medium';
}
#container .ui-button-text-only .ui-button-text{
	padding: 0;
}
.buttons{
	margin: 0 auto;
    width: 600px;
}
.close-popup{
	border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    background: #f7c876;
    position: absolute;
    top: -14px;
    right: -13px;
    cursor: pointer;
	line-height: 30px;
	color:black;
}
.company{
	font-size: 1em;
}
.id{
  font-size: 0.8em;
}
.popup-inner-child{
	position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
	width: 100%;
}










