.block-static-chatbot-journeys .chatbot-tootlip {
  position: fixed;
  bottom: 80px;
  right: 10px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 12px #0000004f;
          box-shadow: 0 1px 12px #0000004f;
  z-index: 999;
}

.block-static-chatbot-journeys .chatbot-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#123495), to(#153fb5));
  background: linear-gradient(180deg, #123495 0%, #153fb5 100%);
  border-radius: 100%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.block-static-chatbot-journeys .chatbot-icon i {
  font-size: 1.125rem;
  color: #ffffff;
}

.block-static-chatbot-journeys .chatbot-container {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  width: 360px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.block-static-chatbot-journeys .chatbot-container.grow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.block-static-chatbot-journeys .chatbot-container .chat-box-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#123495), to(#153fb5));
  background: linear-gradient(180deg, #123495 0%, #153fb5 100%);
  position: relative;
  -webkit-box-shadow: 2px 3px 10px #0000008f;
          box-shadow: 2px 3px 10px #0000008f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  padding: 15px 0;
  position: relative;
}

.block-static-chatbot-journeys .chatbot-container .chat-box-header i {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
}

.block-static-chatbot-journeys .chatbot-container .chat-box-header .minimise.fa-solid {
  display: none;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper {
  padding: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 57vh;
  background: #f5f5f5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section {
  height: 100%;
  overflow-y: scroll;
  padding-top: 10px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section::-webkit-scrollbar {
  width: 5px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section::-webkit-scrollbar-thumb {
  background-color: #6f6c67;
  outline: 1px solid transparent;
  border: 1px solid #6f6c67;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section .chat_question {
  word-wrap: break-word;
  background-color: #ffffff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 3px 3px 10px 0 #8888885e;
          box-shadow: 3px 3px 10px 0 #8888885e;
  color: #3f4048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 85%;
  padding: 11px 15px;
  margin: 20px 0;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section .chat_answer {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  justify-items: self-end;
  margin: 20px 0;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .question_answer_section .chat_answer p {
  background: -webkit-gradient(linear, left top, right top, from(#123495), to(#153fb5));
  background: linear-gradient(90deg, #123495 0%, #153fb5 100%);
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 10px 0 #8888885e;
          box-shadow: 3px 3px 10px 0 #8888885e;
  border-bottom-right-radius: 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 11px 15px;
  display: grid;
  text-align: right;
  max-width: 85%;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper .message_wrapper .message {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.6px 0.54px -1.33px, rgba(0, 0, 0, 0.13) 0px 2.29px 2.06px -2.67px, rgba(0, 0, 0, 0.04) 0px 10px 9px -4px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0.6px 0.54px -1.33px, rgba(0, 0, 0, 0.13) 0px 2.29px 2.06px -2.67px, rgba(0, 0, 0, 0.04) 0px 10px 9px -4px;
  border: 0px;
  background: white;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  color: #3f4048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  word-wrap: break-word;
  max-width: 85%;
  padding: 11px 15px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 96%;
  position: relative;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item input,
.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item select,
.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group,
.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .select2-selection {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item input[type=text], .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item input[type=textarea], .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item select, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .select2-selection {
  color: #111111;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0px 0.60219px 2.04744px -1.33333px, rgba(0, 0, 0, 0.067) 0px 2.28853px 7.78101px -2.66667px, rgba(0, 0, 0, 0.02) 0px 10px 34px -4px;
          box-shadow: rgba(0, 0, 0, 0.075) 0px 0.60219px 2.04744px -1.33333px, rgba(0, 0, 0, 0.067) 0px 2.28853px 7.78101px -2.66667px, rgba(0, 0, 0, 0.02) 0px 10px 34px -4px;
  font-size: 0.875rem;
  height: 50px;
  padding-left: 15px;
  padding-right: 50px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item input[type=text]:focus, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item input[type=textarea]:focus, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item select:focus, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group:focus, .block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .select2-selection:focus {
  outline: none;
  border: 1px solid #124395;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group .radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group .radio-container input {
  margin-right: 5px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item .chat_button_group .radio-container label {
  margin-bottom: 0;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item--error-message {
  color: #be1200;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.13px;
  margin-top: 8px;
  margin-left: 15px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions:not(.action_send) button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #124395 !important;
  border-radius: 30px;
  -webkit-box-shadow: 3px 2px 5px 0 #00000045;
          box-shadow: 3px 2px 5px 0 #00000045;
  color: #124395;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  max-height: auto !important;
  max-width: auto !important;
  min-height: 2.5em !important;
  min-width: 30px;
  padding: 4px 18px;
  text-align: justify;
  -webkit-transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, top 0.3s ease;
  transition: box-shadow 0.3s ease, top 0.3s ease, -webkit-box-shadow 0.3s ease;
  white-space: break-spaces;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .form-item {
  margin-bottom: 0 !important;
  width: 100%;
  position: relative;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions.action_send {
  padding: 5px 5px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions.action_send button {
  padding: 5px 10px;
  min-width: 100%;
  content: "";
  color: transparent !important;
  border: none !important;
  margin-top: 0px !important;
  background-color: transparent;
  width: 45px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions.action_send button:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f1d8";
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  color: #a09d9d;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions.action_send button:hover {
  background: transparent;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper div#chatbot_journey .actions.action_send.mp_typing button::before {
  color: #124395;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper form#chatbot_journey {
  width: 100%;
  float: left;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.has-select-widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.has-select-widget i {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.has-select-widget .action_send {
  display: none;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.thankyou-active {
  padding-top: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.thankyou-active .thankyou_block {
  text-align: center;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.thankyou-active .thankyou_block .thankyou_message {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  cursor: default;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.thankyou-active .thankyou_block .button-link {
  border: 1px solid #124395;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 4px 10px;
  margin-right: 5px;
  margin-top: 10px;
  font-size: 14px;
  color: #124395;
  display: inline-block;
}

.block-static-chatbot-journeys .chatbot-container .chatbot_wrapper.thankyou-active .thankyou_block .button-link:hover {
  background-color: #124395;
  color: #ffffff;
}

.block-static-chatbot-journeys .form-item input.error {
  border-color: #e3e3e3 !important;
}

.block-static-chatbot-journeys .form-item input.error::-webkit-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys .form-item input.error::-moz-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys .form-item input.error:-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys .form-item input.error::-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys .form-item input.error::placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input.error::-webkit-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input.error::-moz-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input.error:-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input.error::-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input.error::placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input::-webkit-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input::-moz-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input:-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input::-ms-input-placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys input::placeholder {
  color: rgba(63, 64, 72, 0.5) !important;
}

.block-static-chatbot-journeys .input-field {
  margin-top: 10px;
}

@media only screen and (max-width: 414px) {
  .block-static-chatbot-journeys .chatbot-container {
    width: 300px;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #124395;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 21px;
}
/*# sourceMappingURL=chatbot.css.map */