.modal-success {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 10%;
  top: 16px;
  left: 1%;
  background: #96ea8c;
  text-align: center;
  padding: 16px;
  z-index: 50;
  border-radius: 8px;
  display: none;
  cursor: pointer;
}

.modal-success h4 {
  margin: 0;
  font-size: 1.18rem;
}

.modal-success svg {
  position: absolute;
  right: 1rem;
  bottom: auto;
  top: auto;
  color: black;
}

@media screen and (max-width: 600px) {
  .modal-success {
    height: 15%;
  }
  .modal-success h4 {
    font-size: 1.15rem;
    width: 70%;
  }
}

.ebook-modal-success {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 10%;
  top: 16px;
  left: 1%;
  background: #96ea8c;
  text-align: center;
  padding: 16px;
  z-index: 51;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5ms ease-in-out;
  display: none;
}

.ebook-modal-success h4 {
  margin: 0;
  font-size: 1.18rem;
}

.ebook-modal-success svg {
  position: absolute;
  right: 1rem;
  bottom: auto;
  top: auto;
  color: black;
}

@media screen and (max-width: 600px) {
  .ebook-modal-success {
    height: 15%;
  }
  .ebook-modal-success h4 {
    font-size: 1.15rem;
    width: 70%;
  }
}

/* --ERROR MODAL-- */
/* .modal-error {
  position: fixed;
  width: 98%;
  height: 10%;
  top: 16px;
  left: 1%;
  background: #f45959;
  padding: 16px;
  text-align: center;

  z-index: 50;
  border-radius: 8px;
  opacity: 0;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.modal-error h4 {
  margin: 0;
  font-size: 1.18rem;
} */
