

.backgroundBlack
{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #00000082;
  visibility: hidden;
  z-index: 9999;
  user-select: none;

}
.img_loader
{ 
  width: 50px;
}


.container
{
  
  width: 100%;
  justify-content: ;

}

#preview{
  position: fixed;
  z-index: 300;
  background: black;
   width:235px;
   height: 200px;
   bottom: 58px; 
   right: 10px;
   margin:0px auto;
   visibility: hidden;
}

.modal-backdrop.show
{
  width: 100%;
  height: 100%;

}

