.mobile-file-picker {
  position: relative;
  width: 100%;
  height: 40px;
}
.mobile-file-picker .mobile-file-picker-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 44px;
}
.mobile-file-picker button {
  border-radius: 0;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
}
.mobile-file-picker button i {
  font-size: 20px;
  padding-right: 5px;
}

.image-glasspane {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
}
.image-glasspane.image-glasspane-hide {
  display: none;
}

.camera-button {
  position: absolute;
  margin-top: -50px;
  margin-left: 100px;
}
.camera-button i {
  font-size: 24pt;
}

.iamge-capture {
  width: 150px;
  height: 150px;
}

.video-capture {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.block-loading .block-loading-loader {
  text-align: center;
  padding: 30px;
  color: #333;
}