.eid-blocker {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9997;
}

.eid-blocker.eid-blocker-progress {
  cursor: progress;
}

.eid-blocker.eid-blocker-disabled {
  cursor: not-allowed;
}

.eid-blocker-fixed {
  position: fixed;
}

.eid-blocker-content {
  position: absolute;
}

.eid-blocker-title,
.eid-blocker-description,
.eid-blocker-confirm-buttons,
.eid-blocker-progress-container {
  text-align: center;
}

.eid-blocker-text {
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
  padding: .3em;
}

.eid-blocker-title,
.eid-blocker-description {
  cursor: default;
}

.eid-blocker-title {
  font-size: 1.6em;
  font-weight: normal;
  color: #2f7fc1;
}

.eid-blocker-description {
  font-size: 1em;
  color: #2f7fc1;
  padding: 0;
  padding: 0;
  margin: 0;
}

.eid-blocker-progress-container,
.eid-blocker-confirm-buttons {
  margin-top: 10px;
}

.eid-blocker-progress-no-text {
  margin-top: 0;
}
/*# sourceMappingURL=blocker.css.map */