
.img-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-preview img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ui-upload-image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}


.video-preview {
  height: 100px !important;
}
.remove-video{
  position: absolute;
  top: 3px;
  right: 17px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.upload-video-progress {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

