.fotofits-upload-overlay {
  background-color: #000;
  height: 100%;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
.fotofits-upload-overlay.active {
  display: block;
  z-index: 1;
  opacity: 0.3;
}
.fotofits-upload-loader {
  background-color: #E0E0E0;
  border-radius: 100px;
  height: 200px;
  left: calc(50% - 100px);
  overflow: hidden;
  position: fixed;
  top: calc(50% - 100px);
  width: 200px;
  z-index: 1001;
  display: none;
}
.fotofits-upload-loader.active {
  display: block;
}
.fotofits-upload-loader .fotofits-upload-right-progress,
.fotofits-upload-loader .fotofits-upload-left-progress {
  background-color: #37ba6f;
  height: 0;
  position: absolute;
  width: 50%;
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s;
}
.fotofits-upload-loader .fotofits-upload-right-progress {
  right: 0;
  top: 0;
}
.fotofits-upload-loader .fotofits-upload-left-progress {
  bottom: 0;
  left: 0;
}
.fotofits-upload-loader .fotofits-upload-inner-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  background-color: #000;
  border-radius: 180px;
  height: 176px;
  left: 12px;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  width: 176px;
}
.fotofits-upload-loader .fotofits-upload-inner-container .fotofits-upload-progress {
  color: #fff;
  text-align: center;
}
.fotofits-upload-loader .fotofits-upload-inner-container .fotofits-upload-progress .fotofits-upload-label {
  display: block;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.fotofits-upload-loader .fotofits-upload-inner-container .fotofits-upload-progress .fotofits-upload-percentage {
  font-size: 50px;
}
