@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: 208px;
	height: 208px;
	top: -32px;
    left: 881px;
}
.dropimg_2{
	background: url("../assets/images/drag_2.png") no-repeat;
}
#drop-2{
	width: 208px;
	height: 207px;
	top: 171px;
    left: 779px;
}
.dropimg_3{
	background: url("../assets/images/drag_3.png") no-repeat;
}
#drop-3{
	width: 208px;
	height: 208px;
	top: 172px;
    left: 982px;
}
.dropimg_4{
	background: url("../assets/images/drag_4.png") no-repeat;
}
#drop-4{
	width: 208px;
	height: 207px;
	top: 171px;
    left: 881px;
}

#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: 416px;
    height: 415px;
    top: 110px;
    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: 208px;
	height: 208px;
    top: 0px;
    left: 26px;
	background: url("../assets/images/drag_1.png") no-repeat;
}
#drag-2{
	width: 208px;
	height: 207px;
	top: 0px;
    left: 296px;
	background: url("../assets/images/drag_2.png") no-repeat;
}
#drag-3{
	width: 208px;
	height: 208px;
	top: 240px;
    left: 296px;
	background: url("../assets/images/drag_3.png") no-repeat;
}
#drag-4{
	width: 208px;
	height: 207px;
	top: 250px;
    left: 26px;
	background: url("../assets/images/drag_4.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: 517px;
    height: 212px;
    top: 215px;
    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_typ2.png") no-repeat;
}
#type2drop-1{
	width: 208px;
	height: 208px;
	top: 73px;
    left: 666px;
}
.type2dropimg_2{
	background: url("../assets/images/type2/color_triangle_typ2.png") no-repeat;
}
#type2drop-2{
	width: 208px;
	height: 208px;
	top: 73px;
    left: 869px;
}
.type2dropimg_3{
	background: url("../assets/images/type2/color_triangle.png") no-repeat;
}
#type2drop-3{
	width: 207px;
	height: 208px;
	top: 72px;
    left: 769px;
}
.type2dropimg_4{
	background: url("../assets/images/type2/color_triangle.png") no-repeat;
}
#type2drop-4{
	width: 207px;
	height: 208px;
    top: 72px;
    left: 971px;
}

#type2drag-1{
	width: 208px;
	height: 208px;
	top: 0px;
    left: 270px;
	background: url("../assets/images/type2/color_triangle_typ2.png") no-repeat;
}
#type2drag-2{
	width: 208px;
	height: 208px;
	top: 0px;
    left: 36px;
	background: url("../assets/images/type2/color_triangle_typ2.png") no-repeat;
}
#type2drag-3{
	width: 207px;
	height: 208px;
	top: 248px;
    left: 265px;
	background: url("../assets/images/type2/color_triangle.png") no-repeat;
}
#type2drag-4{
	width: 207px;
	height: 208px;
	top: 248px;
    left: 35px;
	background: url("../assets/images/type2/color_triangle.png") no-repeat;
}
#demishape{
	position: absolute;
    width: 316px;
    height: 411px;
    top: 158px;
    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_hand_left.png") no-repeat;
}
#type1drop-1{
	width: 158px;
	height: 147px;
	top: 14px;
    left: 867px;
}
.type1dropimg_2{
	background: url("../assets/images/type1/color_hand_right.png") no-repeat;
}
#type1drop-2{
	width: 158px;
	height: 147px;
	top: 14px;
    left: 1021px;
}
.type1dropimg_3{
	background: url("../assets/images/type1/color_rectangle.png") no-repeat;
}
#type1drop-3{
	width: 312px;
	height: 264px;
	top: 157px;
    left: 867px;
}
#type1drag-1{
	width: 158px;
	height: 147px;
	top: 208px;
    left: 32px;
	background: url("../assets/images/type1/color_hand_left.png") no-repeat;
}
#type1drag-2{
	width: 157px;
	height: 147px;
	top: 48px;
    left: 36px;
	background: url("../assets/images/type1/color_hand_right.png") no-repeat;
}
#type1drag-3{
	width: 312px;
	height: 264px;
	top: 64px;
    left: 235px;
	background: url("../assets/images/type1/color_rectangle.png") no-repeat;
}