#ie--box{
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999999 !important;
  /* display: none; */
}

.ie--box-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 1000;
}

.ie--box-wrapper {
  display: block;
  position: relative;
  border-radius: 8px;
  max-width: 700px;
  width: 90%;
  margin: auto;
  margin-top: 30vh;
  padding: 3rem;
  background-color: white;
  z-index: 1001;
  box-shadow: 0px 0px 53px -11px rgba(0,0,0,0.38);
}

#ie--box-x {
  text-align: right;
  margin-top: -1rem;
  margin-right: -1.2rem;
  margin-bottom: -1rem;
  font-weight: bold;
  cursor: pointer;
}

/* .hide {
  display: none !important;
} */