#chat {
  padding-bottom: 21px;
  .slektr .slektr-option {
    padding-left: 10px !important;
  }
  .slektr .slektr-option.current_selection {
    border: 1px solid #73ac00;
    background-color: #73ac00;
    color: white;
  }
  .slektr .slektr-option.selected {
    border: 1px solid #3c5a00;
    background-color: #3c5a00;
    color: white;
  }
  .chat_button_holder, .chat_geolocate_holder {
    .btn {
      background: white;
      border: 1px solid #5a5a5a;
      color: black;
      &:hover {
        background-color: #73ac00;
        color: white;
      }
    }
    .btn-primary {
      background-color: red;
    }
  }
  #chat_buttons {
    .btn-default {
      background: white;
      border: 1px solid #5a5a5a;
      color: black;
    }
  }
}

.bot_down_message {
  background: url("/assets/thanks-image-4c851cb1.png") top center;
  background-repeat: no-repeat;
  padding-top: 220px;
  margin: 40px auto;
  width: 600px;
  text-align: center;
  h2 {
    margin-bottom: 20px;
  }
  h4 {
    color: #ed5e05;
  }
}

.bot-welcome-holder {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  align-items: center;
  h2 {
    font-weight: 700;
    font-size: 24px;
  }
  .bot-avatar-image {
    background: url("/assets/sage-avatar-13d1fd40.png") top center no-repeat;
    background-size: contain;
    height: 98px;
    width: 97px;
    display: block;
  }
}

.chat-header {
  border-bottom: 1px solid #c7c7c7;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 15%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}

.chat-welcome-holder {
  text-align: center;
  h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  p {
    text-align: center;
    max-width: 400px;
    margin-bottom: 20px;
    color: rgb(54, 54, 54);
  }
  .btn-lg {
    padding: 15px 90px;
  }
}



.sagely-help-content {
  padding-top: 80px;
  h2 {  color: #3a3a3a;}
  a[href^="mailto:"] {color: #3b78ff;}
  .helpful-links a {
    color: #3f3f3f;
    text-decoration: underline;
  }
  .reminder-form-holder {
    background-color: #eef4ffd7;
    padding: 30px;
    border-radius: 8px;
    p.error-message {
      color: darkred;
      margin-top: 10px;
      font-weight: 700;
    }
  }

}

.subscribed-message {
  h2 {font-size: 26px; font-weight: 700;}
  p {margin-bottom: 0}
}


@media (max-width: 480px) {
  .sagely-help-content form {
    flex-direction: column;
  }

  .sagely-help-content .btn-success {
    width: 100%;
  }
}


.lock-image {
  display: block;
  height: 250px;
  width: 325px;
  background: url("/assets/plant-lock-fcfd7ad0.png") top center;
}

.resume-code-step {
  text-align: center;
  h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p {
    text-align: center;
    max-width: 400px;
    margin-bottom: 20px;
    color: rgb(54, 54, 54);
  }
  .btn-primary {
    background-color: #73ac00;
    color: white;
    border-color: #73ac00;
    &:hover {
     background-color: #3e5c01;
    }
  }
  .help-email-text {
    margin-top: 15px;
    font-size: 14px;
    a {
      color: rgb(54, 54, 54);
    }
  }
}

.end_share_callout {
  position: relative;
  padding: 70px 30px 30px;
  background: #F4FFE2;
  border-radius: 16px;
  margin-bottom: 20px;
  h2 {
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 15px !important;
  }
}

.end_message_holder {
  padding: 40px 0 40px 30%;
  p {
    margin-bottom: 10px !important;
  }
  h2 {
    margin-bottom: 20px;
  }
}


.end_share_callout:before {
  content: '';
  background: url("/assets/planted-a98d01b4.png") top center;
  background-size: contain;
  height: 169px;
  width: 149px;
  display: block;
  position: absolute;
  top: -114px;
  left: 40px;
}

.end_share_message {
  background-color: white;
  padding: 30px 30px 20px 30px;
  margin-top: 5px;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 15%);
  p {
    margin-bottom: 10px !important;
  }
  a {
    color: #323232;
    font-weight: 700;
  }
}

.end_contact_info {
  text-align: center;
  margin-bottom: 30px;
  a {
    color: #323232;
    font-weight: 700;
  }
}
