.modal-100 {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: 100%!important;
}

.modal-content-100 {
  height: auto;
  min-width: 100%;
  min-height: 100%;
  border-radius: 0;
}
.moadal-img-responsive {
    width:50px; /* This value will depend on what size you want for your loading image, let's say it's 50px */
    height: 50px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-25px; /* This needs to be half of the height */
    margin-left:-25px; /* This needs to be half of the width */
}
.progress {
    background-color: #aaa!important;
}
.pointer {
  cursor: pointer;
}