.archa-end-overlay {
  z-index: 10000000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archa-end-modal {
  z-index: 10000001;
  background-color: white;
  max-width: calc(100% - 30px);
  width: 100%;
  padding: 40px 40px;
  border-radius: 10px;
}
@media screen and (min-width: 990px) {
  .archa-end-modal {
    max-width: 800px;
    width: 100%;
  }
}

.underline {
  text-decoration: underline;
}

.buttons {
  display: flex;
  flex-flow: row-reverse;
}

/*# sourceMappingURL=archaEnd.css.map */
