
body{
  font-family: Gotham A,Gotham B,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #efebdf;
}
#draggable, #draggable2, #draggable3 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 0 10px 10px 0; }

#container { 
  height: 600px; 
  width: 600px; 
  padding: 25px;
  background-color: #DEE2D8;
}

#capture{padding: 30px;}

.dragthis{
  float: left;
  z-index: 1;
}
.rotator{     
  width: 15px;
  height: 15px;
  padding: 15px;
  background-color: #face00;
  margin: 0;
  top: -15px;
  position: absolute;
  right: -15px;
  cursor: grab;
  font-size: 30px;
  line-height: 20px;
}

.rotator span{
  transform: rotate(43deg);
  display: block;
  margin: -5px;
  font-size: 40px;
}

.rotator{
  opacity:0;
}

.rotator.v2{
  top: -30px;
  right: -45px;
}

.dragthis:hover .rotator, .dragthis.ui-draggable-dragging .rotator{
  opacity:1;
}

.z0{
  z-index: 0;
}

.z1{
  z-index: 1;
}

.z3{
  z-index: 2;
}

#outercont{
  background-color: #fff;
  position: relative;
  display: block;
  margin: 30px auto;
}

#main{
  display: flex;
  vertical-align: middle;
}

#response{
  position: absolute;
  bottom: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

.ctp{
  float: right;
  padding: 70px 30px 30px 0px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctp img{
  margin-left: 20px;
}

.footer-logo{max-width: 65px;width: 65px;}

#btn_save,#btn_confirm{
  display: block;
  margin: auto;
  border: none;
  padding: 17px 25px;
  cursor: pointer;
  font-size: 16px;
}

#btn_save:hover,#btn_confirm:hover{
  background-color: #face00;
}

.info{
  position: absolute;
  margin-left: 35px;
  line-height: 22px;
  font-size: 15px;
}

.remove {
  height: 80px;
  width: 80px;
  background-color: #FA6900;
  position: absolute;
  margin-top: -100px;
left: 50px;
  opacity: 0;
}

.remove.active, .remove:hover {
  opacity: 1;
}

.remove:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\00d7";
  font-size: 80px;
  color: #FFF;
  line-height: 80px;
  font-weight: 100;
  text-align: center;
}


#data_mail{
  display: block;
  margin: auto;
  border: 1px dashed #000;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 90%;
}

.ui-dialog{
  margin: 0 auto;
  position: relative!important;

}

.ui-dialog .ui-dialog-titlebar,.ui-widget.ui-widget-content{
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close{
  border-radius: 0;
height: 35px;
top: 10px;
border: none;
right: 0;
width: 35px;
}
#dialog p{
  font-size: 13px;
  
}

#email_response{
  margin-top: 15px;
  color: #E7511E;
  text-align: center;
  height: 20px;
}

.thankyou{
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #e7501e;
}
  
#download{
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
}

.magic-text{
  position: relative;
  width: 250px;
  text-align: right;
}
.magic-text > span{
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  transform: translateY(20px);
}

.magic-text > span:nth-child(1){
  top: 21px;
}
.magic-text > span:nth-child(3){
  top: -21px;
}

.magic-text >.current{
  opacity: 1;
  transform: translateY(0);
}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}