
body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 20px;
  background: url('https://d1efvhlbiqueiq.cloudfront.net/bg-emoji.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  z-index: -99999;
}

.send-message {
  padding: 30px;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}

.download {
  display: none;
  padding: 30px;
  font-weight: 600;
  text-align:  center;
} 

.logo {
  width: 120px;
  height: 120px;
  background-image: url('https://d1efvhlbiqueiq.cloudfront.net/logo-app.png');
  background-size: cover;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 40px;

}

.text-box {
  margin: 20px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  border-radius: 13px;
  padding-top: 60px;
  border: none;
  overflow: hidden;
  background-color: white;
  z-index: 1;

}

#text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 60px;
  outline: none;
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  resize: none;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.bitmoji {
  width:70px; 
  height:70px;
  margin: auto;
  z-index: 9999;
  margin-top: -20px;
  position: absolute;
  left:0;
  right: 0;
}

#send-button {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-top: 15px;
  background: #00B4E7;
  border-radius: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; 
  color: white;
}

.title {
  margin-bottom: 30px;
  font-weight: 500;
}

.download-button {
  padding: 20px;
  background: #00B4E7;
  color: white;
  border-radius: 13px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
}

a {
  text-decoration:  none;
}

.watermark {
  font-size: 13px;
  text-align: center;
  color: #DDDDDD;
  font-weight: 600;
}

#loader {
  margin:auto;
  display: none;
  justify-content: center; 
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  margin: auto;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: red;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
  padding-left: 5%;
  padding-right: 5%; 
}

.policy {
  background-color: yellow;
  color: black;
  padding: 20px;
  text-align: center;
  border-radius: 13px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.22);
  font-size: 19px;
  font-weight: 500;
}
