#fileContainer{
 
    display: flex;
    /* align-items: center; */

    /* width: 600px; */
    /* height: 600px; */

}
#filecontainercontainer{
  width: 600px;
  height: 600px;
  align-items: center;
  /* display: flex; */
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
#btns{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100px;
}
#img3{
  pointer-events: none;
  user-select: none;

}
#box3{
display: flex ;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}

.point{
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #29ae5f;
  border-radius: 5px;
  cursor: pointer;
}

#lineSvg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#back33btn{
 position: absolute;
 bottom: 100px; 
 left: 0px;
 margin: 20px;
}

#customerPdf{
  width: 1000px;
  height: 800px;
}