#chat {
  padding-bottom: 21px;
  max-width: 700px;
  margin: 0 auto;
  .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;
    }
  }
  .checkboxes_input_holder {
    background-color: #e9e9e9;
    padding: 20px 30px;
    margin: 10px 0 20px 0;
    border-radius: 16px;
    .checkboxes_input_item {
      margin-bottom: 6px;
      label {
        margin: 0;
        padding: 0 0 0 10px
      }
    }

  }
}



.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;
  flex: 0 0 97px;
}


.sager-md-circle {
  background: url("/assets/jason-image-d171f8e9.png") top center no-repeat;
  background-size: contain;
  height: 64px;
  width: 64px;
  display: block;
  flex: 0 0 64px;
}


.logo-stack {
  background: url("/assets/logo-stack-6d136eef.png") top center no-repeat;
  background-size: contain;
  height: 37px;
  width: 300px;
  display: block;
}

.elena-img {
  background: url("/assets/elena-48f73979.png") top center no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
  display: block;
}

.chat_page_logo {
  margin: 10px 0 40px 0;
  align-self: center;
}

.hightlight-text-yellow {
  background-color: #ffe596;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-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 {

  /* 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;
  } */
}

.chat-intro-content {
  flex: 1 1 60%;
  h2 {
    font-weight: 700;
  }
  p {
    margin-bottom: 0;
  }
}

.chat-support-content {
  flex: 1 1 40%;
}

.chat-into-labels {
  margin: 10px 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  span {
    background: #eef6e8;
    color: #4f9433;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 13px;
  }
}

.chat-intro-callout {
  background-color: #fafcf8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  border: 1px solid #dbdbdb;
  padding: 30px;
  border-radius: 16px;
  margin: 30px 0;
  p {
    margin: 0;
  }
}

.supporting-text {
  color: #6b6b6b;
  font-size: 12px;
}

.next-steps-box {
  padding: 22px;
  border: 1px solid rgb(213, 213, 213);
  border-radius: 16px;
  h4 {
    color: #4f9433;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  a {
    color: #4f9433;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
  }
}


.doctor-sager {
  padding: 22px;
  border: 1px solid rgb(213, 213, 213);
  border-radius: 16px;
  hr {
    margin: 10px 0;
    color: rgb(196, 196, 196);
  }
}

.next-step-number {
  color: white;
  background-color: #73ac00;
  text-align: center;
  flex: 0 0 28px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

.next-step-details {
  margin-bottom: 4px;
  h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 4px 0;
  }
  p {
    font-size: 14px;
    margin 0;
  }
}

.sager-md-content {
    h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 4px 0;
  }
  p {
    font-size: 13px;
    margin 0;
  }
}

.testimonial-box {
  background-color: #f4f8ef;
  padding: 22px;
  border-radius: 16px;
  p {
    font-size: 12px
  }
}


.sagely-help-content {
  max-width: 760px;
  padding-top: 80px;
  margin: 0 auto;
  h2 {  color: #3a3a3a;}
  a[href^="mailto:"] {color: #747474;}
  .helpful-links a {
    color: 747474;
    text-decoration: underline;
  }
  .reminder-form-holder {
    h2 {
      font-size: 20px;
    }
    p {
      font-size: 15px;
      color: rgb(105, 105, 105);
      margin: 0;
    }
    background-color: #f2fde7;
    padding: 30px;
    border-radius: 16px;
    p.error-message {
      color: darkred;
      margin-top: 10px;
      font-weight: 700;
    }
  }
}

.video-column-holder {
  flex: 1 0 57%
}

@media (max-width: 767.98px) {
  .video-column-holder {
    width: 100%;
  }
}

.video-column-text {
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 12px;
    color: rgb(105, 105, 105);
  }
}

.help-content-how {
  h2 {
    font-size: 40px;
    font-weight: 100;
  }
  p {
    font-size: 15px;
    color: rgb(105, 105, 105);
    margin: 0;
  }
  span {
    text-transform: uppercase;
    color: #a8a8a8;
    font-size: 11px;
  }
  .text-muted {
    flex: 0 0 auto;
  }
}

.helpful-links-box {
  h2 {
    font-size: 20px;
  }
}

.helplink-item {
  flex: 1 1 50%;
  margin: 10px 0;
  a {
    color: #747474;
    font-size: 12px;
  }
}

.footer-text {
  font-size: 13px;
}

.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;
  margin-top: 100px;
  h2 {
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 15px !important;
  }
}

.end_message_holder {
  padding: 0 0 40px 0;
  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;
  }
}
