.btn-cta {
  cursor: pointer;
}

.em__hide {
  display: none;
}

/* Delete Email Modal */
.em__delete-email__modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.em__delete-email__modal-wrapper.em__hide {
  display: none;
}

.em__delete-email__modal-container {
  width: 100%;
  max-width: 730px;
  background: #fff;
  padding: 56px;
  position: relative;
}

.em__delete-email__modal-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.em__delete-email__modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

/* ----- Common Classes - START -------- */

/* ------Common Classes - END --------------- */
