#loader{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  padding-top: 10rem;
  z-index: 2;
  cursor: pointer;
}


/* uploading file drag drop */
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    margin-top: 20px;
    border: 3px dashed #38383D;
    position: relative;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #e1f1e9;
    transition: background-color 0.5s ease;    
  }
  .image-upload-wrap:not(:hover) {    
    transition: background-color 0.5s ease;    
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
  }
  
  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }
  
  /* uploading file end */
   
  
  /* pdf area  start*/

  #pdf_canvas{
    box-shadow: rgb(179, 179, 179) 0px 2px 4px 2px;
  }

  #draggableSign {
    position: absolute;
    background-color: rgb(0 255 120 / 24%);			
    outline: 1px solid #31b975;
    border-radius: 5px;
    /* height: 48px;
    width: 120px; */
    height: 60px;
    width: 150px;
}

#fixedContainter{
    position: relative;
    padding: 2rem;			
    display: inline-block;
    display: flex;
    justify-content: center;
    flex-direction: row;

    outline: 3px dashed #38383D;	
} 

#canvascomponent{
  position: inherit;
}

#draggableSign:hover{
    cursor:all-scroll;
}


#toolbarViewer{
    background-color: #38383D;
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
}

.topboxarea{			
    padding: .3rem;							
}

#sign_text{  
  width: 100%;
  font-family: cursive;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
  /* upload area  end*/

