@font-face {
	font-family: 'Muli';
	src: url('../assets/fonts/Muli.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-Bold';
	src: url('../assets/fonts/Muli-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-BoldItalic';
	src: url('../assets/fonts/Muli-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-ExtraLight';
	src: url('../assets/fonts/Muli-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-Italic';
	src: url('../assets/fonts/Muli-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-Light';
	src: url('../assets/fonts/Muli-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-LightItalic';
	src: url('../assets/fonts/Muli-LightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-Semi-BoldItalic';
	src: url('../assets/fonts/Muli-Semi-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'Muli-SemiBold';
	src: url('../assets/fonts/Muli-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  * {
	padding: 0;
	margin: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
  }

  html,
  body {
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Muli";
	background-color: #FFFFFF;
  }
  
  #DvMainCont {
	position: relative;
	width: 1280px;
	height: 720px;
	margin: auto;
	overflow: hidden;
  /* background: url("../assets/images/type1/Ref.png") no-repeat; */
  }
 
.playing-container {
	background-size: auto 1080px;
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: #bbf8fd; */
}
  


.question-container {
	position: absolute;
    color: black;
    font-size: 29px;
    font-weight: normal;
    width: 100%;
    margin-top: 31px;
    box-sizing: border-box;
    text-align: center;
}
.answer-container {
	float: left;
    width: 1280px;
    position: absolute;
    height: 720px;
    top: 142px;
}
.drop_numbers{
	position: absolute;
	width: 260px;
    height: 260px;
    top: 30px;
    border-radius: 10px;
    float: left;
    margin-left: 5px;
	left: 21px;
}

.dropimg_1{
	background: url("../assets/images/drag_1.png") no-repeat;
}
#drop-1{
	width: 235px;
	height: 281px;
	top: 177px;
    left: 723px;
}
.dropimg_2{
	background: url("../assets/images/drag_2.png") no-repeat;
}
#drop-2{
	width: 235px;
	height: 281px;
	top: 177px;
    left: 960px;
}
.dropimg_3{
	background: url("../assets/images/drag_3.png") no-repeat;
}
#drop-3{
	width: 236px;
	height: 174px;
	top: 4px;
    left: 724px;
}
.dropimg_4{
	background: url("../assets/images/drag_4.png") no-repeat;
}
#drop-4{
	width: 235px;
	height: 174px;
	top: 4px;
    left: 960px;
}

#reset{
	position: absolute;
    width: 100px;
    height: 45px;
    border-radius: 9px;
    right: 80px;
    bottom: 35px;
    background-color: #e67d4f;
    cursor: pointer;
}
.resettxt{
	text-align: center;
    color: black;
    font-size: 26px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
}

#demihouse{
	position: absolute;
    width: 469px;
    height: 454px;
    top: 145px;
    right: 80px;
	background: url("../assets/images/demi.png") no-repeat;
}
.drag_numbers{
	position: absolute;
    width: 220px;
    height: 220px;
    top: 447px;
    border-radius: 10px;
    float: left;
	left: 981px;
	cursor: pointer;
}
#drag-1{
	width: 235px;
    height: 281px;
    top: 0px;
    left: 26px;
	background: url("../assets/images/drag_1.png") no-repeat;
}
#drag-2{
	width: 235px;
	height: 281px;
	top: 210px;
    left: 296px;
	background: url("../assets/images/drag_2.png") no-repeat;
}
#drag-3{
	width: 236px;
	height: 174px;
	top: 0px;
    left: 296px;
	background: url("../assets/images/drag_3.png") no-repeat;
}
#drag-4{
	width: 235px;
	height: 174px;
	top: 300px;
    left: 26px;
	background: url("../assets/images/drag_4.png") no-repeat;
}
#drag-5{
		top: 282px;
	left: 1616px;
	background: url("../assets/images/drag_5.png") no-repeat;
}
.stopdrag{
	pointer-events: none;
}

.addreveal{
	opacity: 0;
}
.pointer-evnt{
	pointer-events: none;
}
.pointer-auto{
	pointer-events: auto;
	cursor: pointer;
}
.disable-btn {
	pointer-events: none;
	opacity: 0.7;
}
.pointer-none {
	pointer-events: none;
}

.disableDD {
	pointer-events: none;
}
.btn-selected{
	background-position: -369px 0px;
}

#interactive_1{
  display: none;
}
#interactive_2{
	display: none;
  }


#demisquare{
	position: absolute;
    width: 346px;
    height: 345px;
    top: 209px;
    right: 92px;
	background: url("../assets/images/type2/full_obj_demi.png") no-repeat;
}

.type2drop_numbers{
	position: absolute;
	width: 260px;
    height: 260px;
    top: 30px;
    border-radius: 10px;
    float: left;
    margin-left: 5px;
	left: 21px;
}

.type2drag_numbers{
	position: absolute;
    width: 220px;
    height: 220px;
    top: 447px;
    border-radius: 10px;
    float: left;
	left: 981px;
	cursor: pointer;
}

.type2dropimg_1{
	background: url("../assets/images/type2/color_triangle_1.png") no-repeat;
}
#type2drop-1{
	width: 175px;
	height: 345px;
	top: 65px;
    left: 838px;
}
.type2dropimg_2{
	background: url("../assets/images/type2/color_triangle_2.png") no-repeat;
}
#type2drop-2{
	width: 345px;
	height: 175px;
	top: 233px;
    left: 837px;
}
.type2dropimg_3{
	background: url("../assets/images/type2/color_triangle_3.png") no-repeat;
}
#type2drop-3{
	width: 175px;
	height: 345px;
	top: 65px;
  left: 1004px;
}
.type2dropimg_4{
	background: url("../assets/images/type2/color_triangle_4.png") no-repeat;
}
#type2drop-4{
	width: 345px;
    height: 175px;
    top: 66px;
    left: 836px;
}

#type2drag-1{
	width: 175px;
	height: 345px;
  top: 64px;
  left: 580px;
	background: url("../assets/images/type2/color_triangle_1.png") no-repeat;
}
#type2drag-2{
	width: 345px;
	height: 175px;
	top: 64px;
    left: 36px;
	background: url("../assets/images/type2/color_triangle_2.png") no-repeat;
}
#type2drag-3{
	width: 175px;
	height: 345px;
	top: 64px;
    left: 385px;
	background: url("../assets/images/type2/color_triangle_3.png") no-repeat;
}
#type2drag-4{
	width: 345px;
	height: 175px;
	top: 240px;
    left: 35px;
	background: url("../assets/images/type2/color_triangle_4.png") no-repeat;
}



#demishape{
	position: absolute;
    width: 491px;
    height: 260px;
    top: 259px;
    right: 92px;
	background: url("../assets/images/type1/color_full_demi.png") no-repeat;
}

.type1drop_numbers{
	position: absolute;
	width: 260px;
    height: 260px;
    top: 30px;
    border-radius: 10px;
    float: left;
    margin-left: 5px;
	left: 21px;
}

.type1drag_numbers{
	position: absolute;
    width: 220px;
    height: 220px;
    top: 447px;
    border-radius: 10px;
    float: left;
	left: 981px;
	cursor: pointer;
}

.type1dropimg_1{
	background: url("../assets/images/type1/color_circle.png") no-repeat;
}
#type1drop-1{
	width: 76px;
	height: 76px;
	top: 301px;
    left: 821px;
}
.type1dropimg_2{
	background: url("../assets/images/type1/color_circle.png") no-repeat;
}
#type1drop-2{
	width: 76px;
	height: 76px;
	top: 301px;
    left: 1086px;
}
.type1dropimg_3{
	background: url("../assets/images/type1/color_square.png") no-repeat;
}
#type1drop-3{
	width: 108px;
	height: 108px;
	top: 197px;
    left: 692px;
}
.type1dropimg_4{
	background: url("../assets/images/type1/color_rectangle.png") no-repeat;
}
#type1drop-4{
	width: 388px;
    height: 188px;
    top: 117px;
    left: 795px;
}

#type1drag-1{
	width: 76px;
	height: 76px;
  top: 48px;
  left: 440px;
	background: url("../assets/images/type1/color_circle.png") no-repeat;
}
#type1drag-2{
	width: 76px;
	height: 76px;
	top: 48px;
    left: 36px;
	background: url("../assets/images/type1/color_circle.png") no-repeat;
}
#type1drag-3{
	width: 108px;
	height: 108px;
	top: 48px;
    left: 235px;
	background: url("../assets/images/type1/color_square.png") no-repeat;
}
#type1drag-4{
	width: 388px;
	height: 188px;
	top: 200px;
    left: 95px;
	background: url("../assets/images/type1/color_rectangle.png") no-repeat;
}