.submit {
    background-color: transparent;
    color: #14191e;
    text-shadow: 0.5px 0.5px 0.5px #081619;
    padding: 10px 30px;
    border-radius: 0;
    transition: all .3s ease-in 0s;
  }
  
  .submit:focus {
    color: #ddd;
  }
  
  .submit-transparent {
    border: 1px solid #081619;
  }
  
  .submit-transparent:hover,
  .submit-transparent:focus {
    background-color: #57cbcc;
    border: 1px solid transparent;
    color: #fff;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .launcher img {
     width: 240% !important;
     margin-left: -67%;
     margin-top: -10%;
    }
  }

  @supports not (-webkit-overflow-scrolling: touch) {
    .launcher img {
      width: 140% !important;
      max-height: 100% !important;
      margin-left: -19%;
      margin-top: -7%;
    }
  }

  .conversation-container .header {
    /* background-color: #113a4d !important; */
    background-color: #01111f !important;
    font-family: 'play' !important;
  }

@media screen and (max-width: 800px) {
  .conversation-container .close-button {
    background-color: #01111f !important;
  }
}

.launcher {
  background-color: #01111f!important;
  box-shadow: 0 2px 10px 1px #113a4c !important;
}

.conversation-container .title {
  font-family: 'play' !important;
}

.conversation-container .client {
  font-family: 'play' !important;
  background-color: #10959e !important;
}

/* .messages-container {
  background-color: #14191e !important;
} */

.conversation-container .response {
  background-color: #e1f6f8 !important;
  font-family: 'play' !important;
}

.conversation-container .header.with-subtitle .title {
  color: #74cbd1;;
}

.close-launcher.default {
  margin-left: initial;
  margin-top: initial;
}

.conversation-container .reply {
  border: 1px solid #11959e !important;
  color: #11959e !important;
}

/* styles hero image mobile */

@media screen and (max-width: 800px) {
  .hero-area .block {
    margin-bottom: 35%;
  }

  .hero-area .block p {
    text-shadow: 1px 1px 1px #081619;
    -webkit-font-smoothing: antialiased;
  }
}
