.fromTitle {

  cursor: default;
}

.or {

  cursor: default;
}

.subText {

  cursor: default;
}

/* ------------------------------------------------- */
.prompt {
  position: fixed;
  top: -200px;
  right: 20px;
  /* background-color: yellow; */
  width: 350px;
  /* height: 90px; */
  min-height: 70px;
  /* max-height: 90px; */
  border-radius: 10px;
  transition: all 1s;
  display: flex;

  align-items: center;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;

  cursor: default;
  z-index: 9999;
}

@media (max-width: 500px) {
  .prompt {
    right: 15px;
    width: 80vw;
  }
}

.prompt_1 {
  width: 24%;
  text-align: center;
}

.prompt_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 57%;
}

.prompt_21 {
  font-size: 13px;
  font-weight: 600;
  font-family: sans-serif;
}

.prompt_22 {

  word-wrap: break-word;
  font-size: 9px;
  color: #525252;
  font-family: sans-serif;
}

.prompt_3 {
  width: 19%;
  /* width: 50px; */
  text-align: center;
  font-size: 30px;

  cursor: pointer;
}