:root {
  --primary-color: #e85a4f;
  --secondary-color: #e98074;
  --bg-color: #eae7dc;
  --bg-dark-color: #d8c3a5;
  --text-color: #8e8d8a;
  --light-black: #222222;
  --black: #000;
  --white: #fff;
  --dark-gray: #555;
  --text-777: #777;
  --text2-color: #717171;
  --border-c: #cccccc;
  --primary-font: "Segoe UI" !important;
  --light-gray: #f1f1f1;
  --light-gray2: #f5f5f5;
}

div.conv-form-wrapper:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}

div.conv-form-wrapper div#messages {
  max-height: 71vh;
  height: auto !important;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

div.conv-form-wrapper * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.conv-form-wrapper .convFormDynamic .selectize-dropdown-content {
  scrollbar-width: unset;
  -ms-overflow-style: unset;
}

div.conv-form-wrapper div#messages:after {
  content: "";
  display: table;
  clear: both;
}

div.conv-form-wrapper {
  position: relative;
}

div.conv-form-wrapper div.wrapper-messages {
  position: relative;
  height: 577px;
  max-height: 71vh;
  overflow-y: scroll;
  transition: margin 0.1s;
}

div.conv-form-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(#fff, transparent);
}

div.conv-form-wrapper div.options::-webkit-scrollbar,
div.conv-form-wrapper div.wrapper-messages::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
}

input[type="text"].userInputDynamic {
  border-radius: 3px;
  margin: 7px 10px;
}

div.conv-form-wrapper div#messages {
  transition: bottom 0.15s, padding-bottom 0.15s;
  position: absolute;
  bottom: 0;
  height: auto !important;
  width: 100%;
  padding-bottom: 20px;
}

div.conv-form-wrapper div.options {
  word-wrap: normal;
  white-space: nowrap;
  overflow-x: scroll;
  position: absolute;
  bottom: 100%;
  width: 100%;
  transform: translateY(-5px);
}

div.conv-form-wrapper div.options:after {
  content: "";
  display: table;
  clear: both;
}

div.conv-form-wrapper div.message {
  animation: slideTop 0.15s ease;
}

div.conv-form-wrapper div.message:after {
  content: "";
  display: table;
  clear: both;
}

div.conv-form-wrapper div.message.ready {
  animation: bounceIn 0.2s ease;
  transform-origin: 0 0 0;
}

body div.conv-form-wrapper div#messages div.message {
  border-radius: 20px;
  padding: 12px 22px;
  font-size: 0.905rem;
  color: #333;
  display: inline-block;
  padding: 10px 15px 8px;
  border-radius: 20px;
  margin-bottom: 5px;
  float: right;
  clear: both;
  max-width: 65%;
  word-wrap: break-word;
}

body div.conv-form-wrapper div#messages div.message.to {
  background: #efefef;
  color: #6f6f6f;
  float: left;
  border-top-left-radius: 0;
}

div.conv-form-wrapper div#messages div.message.from {
  background: #06b79a;
  color: #fff;
  border-top-right-radius: 0;
}

.message.from + .message.to,
.message.to + .message.from {
  margin-top: 15px;
}

.no-border {
  border: none !important;
}

.dragscroll {
  cursor: grab;
}

div.conv-form-wrapper div#messages::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}

span.clear {
  display: block;
  clear: both;
}

.chatbot-widget {
  background: #fff;
  box-shadow: 2px 10px 40px rgba(22, 20, 19, 0.4);
  padding: 7px 15px;
  border-radius: 20px;
  position: fixed !important;
  bottom: 25px;
  right: 25px;
  z-index: 333333;
  min-width: 500px;
  max-height: 668px;
  max-width: 500px !important;
  width: 100%;
  border-radius: 10px !important;
}

.ctm-chatbot-btn {
  cursor: pointer;
}

div.conv-form-wrapper div#messages div.message.from {
  background: #495d7f;
}

div.conv-form-wrapper div#messages div.message.to {
  color: #333;
}

body div.conv-form-wrapper div#messages div.message {
  font-size: 14px !important;
  border: 1px solid #ccc;
  font-weight: 400 !important;
}

.close-chatbot:hover {
  cursor: pointer;
}

.close-chatbot {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 9;
}

div.conv-form-wrapper div.options {
  position: relative;
}

.cb_input.userInputDynamic {
  border: none;
  padding: 7px 10px 7px 40px;
  outline: 0;
  float: left;
  width: calc(100% - 70px);
  line-height: 1.3em;
  min-height: 1.7em;
  max-height: 10rem;
  display: block;
  max-width: 88%;
  font-size: 18px;
  min-width: 200px;
  margin: 0 0 0 10px;
  box-shadow: none;
}

.chat-msg-submit {
  padding: 3px;
  border: none;
  float: left;
  margin: 8px 7px;
  cursor: pointer;
  border-radius: 5px;
  width: 36px;
  height: 35px;
  background: #fff;
  outline: 0 !important;
  margin-top: 9px;
  color: #495d7f;
  font-size: 18px !important;
  float: right;
}

div.conv-form-wrapper:before {
  height: 60px;
}

.cb_input.userInputDynamic {
  width: calc(100% - 95px) !important;
  margin-left: 0 !important;
}

body .center_cb_window {
  background-color: rgba(240, 240, 240, 1);
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}
body .center_cb_window * {
  font-family: var(--primary-font) !important;
}

body .center_cb_window .fa,
body .center_cb_window .far,
body .center_cb_window .fas {
  font-family: "FontAwesome" !important;
}

.center_cb_window div.conv-form-wrapper:before {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #495d7f;
}
.close-chatbot i {
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
}

.center_cb_window .close-chatbot {
  color: #000;
  background-color: #fff;
  padding: 3px 7px;
  border-radius: 25px;
}

.center_cb_window .convFormDynamic {
  background-color: #fff;
}

.center_cb_window div.conv-form-wrapper div#messages div.message.to {
  background: #06a278 !important;
  color: #fff;
}

.center_cb_window div.conv-form-wrapper div#messages div.message.from {
  background: #495d7f;
  color: #fff;
}

.center_cb_window #messages {
  padding: 15px;
}

.center_cb_window div.conv-form-wrapper div#messages div.message.to {
  background-color: #fff !important;
  color: #333;
}

div.convFormDynamic input.userInputDynamic {
  font-size: 16px;
  min-width: calc(100% - 85px) !important;
  margin: 0 0 0 10px;
  box-shadow: none;
  padding: 14px 0 0 20px;
}

div.convFormDynamic input.userInputDynamic:focus {
  border: none;
}

div.convFormDynamic a.chat-msg-submit {
  margin-top: 7px;
}

div.convFormDynamic a.chat-msg-submit {
  color: #495d7f;
  font-size: 18px !important;
  padding-left: 7px;
}

div.convFormDynamic a.chat-msg-submit:hover {
  background: #495d7f;
  color: #fff;
  font-size: 18px !important;
}

div.convFormDynamic {
  margin: 15px;
  padding: 0 !important;
  position: relative;
  /* box-shadow: 0 0 5px 5px rgba(222, 222, 222, .4); */
  box-shadow: 0 6px 21px 3px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.cb_logobar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8;
  height: 60px;
  padding: 8px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cb_logobar img {
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4)); */
  /* filter: brightness(0) invert(1); */
}

.cb_title {
  display: inline-block;
  color: #fff !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 370px;
  margin: 0;
  margin-left: 5px;
}

.cb-fupl-btn {
  font-size: 28px;
  position: absolute;
  left: 0;
  float: left;
  width: 38px;
  bottom: 0;
  text-align: center;
  color: #707070;
  height: 38px;
  padding: 5px;
  margin: 6px;
  border-radius: 5px;
  cursor: pointer;
  color: #495d7f;
}

.cb-fupl-btn:hover {
  color: #fff;
  background-color: #495d7f;
}

.cb-fupl-btn:before {
  font-size: 26px !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-close:before {
  content: "\f00d";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

@keyframes slideTop {
  0% {
    margin-bottom: -25px;
  }

  100% {
    margin-bottom: 0;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0.75, 0.75);
  }

  100% {
    transform: scale(1, 1);
  }
}

input.userInputDynamic.cb_input.full.with_attachment {
  height: 51px;
}

/* chatbot ui update */

.chatbot-widget .cb_logobar img[src*="pw-logo.png"] {
  width: 130px !important;
  filter: brightness(0) invert(1);
  border-radius: 0;
}

.chatbot-widget .cb_logobar img {
  border-radius: 50%;
    height: 40px;
    margin-right: 10px;
}
.chatbot-widget .cb_logobar h4 {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.chatbot-widget {
  border-radius: 10px;
}

.chatbot-widget div.conv-form-wrapper:before {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(
    to bottom,
    var(--secondary-color),
    var(--primary-color)
  ) !important;
}

.chatbot-widget div#messages {
  top: 70px;
}

.chatbot-widget .message {
  border-radius: 5px !important;
}

.chatbot-widget .message.to {
  border-top-left-radius: 0 !important;
  margin-left: 14px;
  border: 0 !important;
}

.chatbot-widget .message.to:before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  border: 7px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.chatbot-widget .message {
  position: relative;
}

.chatbot-widget .message.to a {
  color: #333 !important;
}

.chatbot-widget .message.to a:hover {
  color: var(--primary-color) !important;
}

.chatbot-widget .message.from:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -13px;
  border: 7px solid var(--secondary-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.chatbot-widget .message.from {
  margin-right: 14px;
  border-top-right-radius: 0 !important;
  background: linear-gradient(
    to bottom,
    var(--secondary-color),
    var(--primary-color)
  ) !important;
}

.chatbot-widget .close-chatbot {
  border-radius: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  transition: 0.4s ease all;
}

.chatbot-widget .close-chatbot:hover {
  background-color: var(--primary-color);
}
.chatbot-widget .close-chatbot:hover i {
  color: #fff;
}

.convFormDynamic {
  background-color: transparent !important;
  box-shadow: unset;
}

.chatbot-widget .convFormDynamic {
  box-shadow: unset !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}

.chatbot-widget .convFormDynamic .options.dragscroll:empty {
  display: none;
}

.chatbot-widget .convFormDynamic .cb-fupl-btn {
  margin: 0 !important;
  /* background: linear-gradient(
    to bottom,
    var(--light-blue),
    var(--dark-blue)
  ) !important; */
  display: flex;
  align-items: center;
  color: var(--primary-color);
  justify-content: center;
  /* top: 50%;
  transform: translateY(-50%); */
  position: static !important;

}
.chatbot-widget-container.dropup ul li {
  white-space: normal;
}

.chatbot-widget .convFormDynamic .cb-fupl-btn:before {
  font-size: 20px !important;
}

.chatbot-widget .convFormDynamic input.cb_input {
  min-width: unset !important;
  max-width: 100% !important;
  position: unset !important;
  /* width: calc(100% - 85px) !important; */
  width: 100% !important;
  margin-left: 0 !important;
  padding: 5px 20px !important;
  height: 38px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.chatbot-widget .convFormDynamic .chat-msg-submit {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-width: 38px;
  margin: 0;
  transition: 0.4s ease all !important;
}

.chatbot-widget .convFormDynamic .chat-msg-submit:hover {
  background-color: var(--primary-color);
}

.chatbot-widget .convFormDynamic .chat-msg-submit {
  color: var(--primary-color);
}

.chatbot-widget .cb_logobar {
  justify-content: flex-start;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(
    to bottom,
    var(--secondary-color),
    var(--primary-color)
  );
  padding-left: 17px !important;
}

/* 24/08/2023 chatbot css */
.chatbot-widget .iti__flag-container + input.cb_input {
  padding-left: 90px !important;
  /* width: calc(100% - 45px) !important; */
  width: 100% !important;
}

.chatbot-widget .iti__flag-container .iti__selected-dial-code {
  font-size: 14px;
}

div.conv-form-wrapper div#messages .message.to.red.ready.centers-list-message {
  max-width: 95% !important;
  width: 100%;
}

body
  .chatbot-widget
  .convFormDynamic
  .selectize-control.userInputDynamic.cb_input.single {
  /* margin-left: 40px !important; */
  margin-left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  height: 38px !important;
  min-height: 38px !important;
  border: 0 !important;
}
.chatbot-widget .convFormDynamic .selectize-input.items {
  height: 38px !important;
  background-color: #fff !important;
  min-height: 38px;
}
.chatbot-widget .convFormDynamic .selectize-input.items input {
  font-size: 14px !important;
  padding: 0 15px !important;
}
.chatbot-widget .convFormDynamic .selectize-input.items .item {
  padding: 0 15px !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
}
.chatbot-widget div.conv-form-wrapper div.options div.option {
  font-size: 14px !important;
}

body .chatbot-widget .convFormDynamic .iti__flag-container {
  left: 0 !important;
}

.chatbot-form-main * {
  font-family: var(--primary-font) !important;
}

.ctm-form-wrapper {
  padding: 90px 15px 35px 15px;
  max-width: 460px;
  margin-inline: auto;
}
.chatbot-form-main {
  background: #fff;
  border-radius: 10px;
}

.ctm-load-more.nxt-btn {
  max-width: 170px;  
}

.nxt-prev-wrapper {
  display: flex;
  justify-content:center;
  gap: 15px;
  
}
.stepOne h4, .stepTwo h4, .stepThree h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* .stepTwo {
  padding-block: 26px;
} */


.chatbot-form-main .ctm-input-wrapper {
  margin-bottom: 12px;
  margin-right: 0 !important;
}
.chatbot-form-main .ctm-input-wrapper input {
  border: 0 !important;
}

.chatbot-form-main .primary_btn,
.chatbot-form-main .secondary_btn {
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 8px 20px;
  font-size: 16px;
  margin: 14px 0;
}
.chatbot-form-main .primary_btn {
  margin-inline: auto;
}
.chatbot-form-main .ctm-input-wrapper input {
  background: var(--light-gray);
  opacity: 1 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0px 0px, rgba(0, 0, 0, 0.3) 0 3px 3px -2px,
    rgba(0, 0, 0, 0.2) 3px 0px 1px inset !important;
  color: var(--light-black) !important;
  padding: 9px 20px;
  line-height: normal;
  height: 44px;
  outline: 0;
  margin: 0;
  font-size: 16px !important;
  border: 0 !important;
  border-radius: 4px;
  width: 100%;
}

.chatbot-form-main .span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: var(--white);
  width: 50px;
  text-align: center;
  color: var(--text2-color);
}
.chatbot-form-main #form_validate {
  display: none;
}
.chatbot-form-main .login-or {
  position: relative;
  color: #aaa;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.chatbot-form-main .hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-top: 1px solid var(--text2-color) !important;
}

.chatbot-form-main .ctm-input-wrapper .iti {
  width: 100%;
}
.chatbot-form-main .ctm-input-wrapper .iti > input {
  padding-left: 90px !important;
}
.chatbot-form-main .ctm-input-wrapper .error-alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 7px 10px;
  border-radius: 4px;
  margin-top: 6px;
}
.chatbot-form-main .ctm-input-wrapper .success-alert {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 7px 10px;
  border-radius: 4px;
  margin-top: 6px;
}

body .ctm-form-wrapper .selectize-control .selectize-input, 
body .ctm-form-wrapper .selectize-input.items.not-full {
  background: var(--light-gray) !important;
  opacity: 1 !important;
  box-shadow: rgba(0, 0, 0, .4) 0 0 0, rgba(0, 0, 0, .3) 0 3px 3px -2px, rgba(0, 0, 0, .2) 3px 0 1px inset !important;
  color: var(--light-black) !important;
  padding: 9px 20px !important;
  line-height: normal;
  height: 44px !important;
  outline: 0;
  margin: 0;
  font-size: 16px !important;
  border: 0 !important;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ctm-form-wrapper .selectize-input input {
background-color: transparent !important;
box-shadow: unset !important;
border: 0 !important;
padding: 0 !important;
height: unset !important;
}

.chatbot-form-main .iti--inline-dropdown .iti__country-list {
  max-height: 150px !important;
}


/* chatbot centers list div css */
.chatbot-centers-block .check-container {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.chatbot-centers-block .check-container input {
  display: none;
}

.chatbot-centers-block .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #e85a4f;
  border-radius: 7px;
  transition: .4s;
  z-index: 9;
}



#chatbot_form {
  height: 100%;
  max-height: 445px;
  display: flex;
  align-items: center;
}

#chatbot_form > div {
  max-width: 100%;
  width: 100%;
}
.chatbot-centers-block .check-container input:checked ~ .checkmark {
  background-color: #e85a4f;
  border-color: #e85a4f;
}

.chatbot-centers-block .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chatbot-centers-block .check-container input:checked ~ .checkmark:after {
  display: block;
}

.chatbot-centers-block .check-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* chatbot centers list css */

/* width */
.chatbot-centers-block .centers-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.chatbot-centers-block .centers-list::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.chatbot-centers-block .centers-list::-webkit-scrollbar-thumb {
  background: #e85a4f;
  border-radius: 100px;
}
.chatbot-centers-block .centers-list {
  max-height: 310px;
  overflow-y: auto;
}
.chatbot-centers-block .center-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-right: 5px;
  position: relative;
}

.chatbot-centers-block .center-card .desc {
  display: flex;
  align-items: center;
  padding: 12px;
  box-shadow: 0 6px 9px 0 rgb(0 0 0 / 8%);
  border-radius: 14px;
  gap: 10px;
  width: 100%;
  border: 2px solid #e86a5e;
  pointer-events: none;
}
.chatbot-centers-block .center-card .desc .info {
  width: 90%;
  padding-right: 20px;

}
.chatbot-centers-block .center-card .desc .info .pricing {
    text-align: right;
    font-weight: 400;
    margin-right: -20px;
    margin-top: 5px;
    color: #e75a4f;
    font-size: 13px;
    margin-top: -20px;
    display: none;
}

.chatbot-centers-block .center-card .desc:before {
    content: "";
    position: absolute;
    left: 18px;
    height: 70%;
    background: #e85a4f;
    width: 4px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.chatbot-centers-block .center-card .pricing-detail {
    color: #222;
    line-height: 16px;
    margin: 0;
    font-size: 11px !important;
    padding-right: 4px;
}

.chatbot-centers-block .center-card .pricing-detail > span {
    font-weight: 600;
    color: #e85a4f;
    font-size: 11px !important;
    line-height: 16px;
}

.chatbot-centers-block .center-card .notes{
    display: none;
}

.chatbot-centers-block .center-card .img-block {
  box-shadow: 0 6px 9px 0 rgb(0 0 0 / 8%);
  border: 2px solid #e86a5e;
  max-width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 50px;
}

.chatbot-centers-block .check-container input:checked ~ .checkmark ~ .desc {
    background: #e85a4f1c;
}

.chatbot-centers-block .center-card .title {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: normal;
}
.chatbot-centers-block .center-card .title, 
.chatbot-centers-block .center-card .title a {
    color: #222 !important;
}
.chatbot-centers-block .checkbox-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.chatbot-centers-block .center-card .location {
  font-size: 12px;
  color: #777;
  margin-bottom: 0;
}

.chatbot-widget .message .chatbot-centers-block .center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0 40px;
  height: 50px;
  outline: 0;
  background: var(--primary-color);
  color: #fff !important;
  border-radius: 10px;
  transition: 0.4s ease all;
  margin: 30px auto 0;
  text-decoration: none !important;
}

.chatbot-widget .message .chatbot-centers-block .center-btn:hover {
  background: var(--secondary-color);
  color: #fff !important;
}
.wrapper-messages .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.wrapper-messages .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.chat-nxt-back-btnz {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.chat-nxt-back-btnz button {
    margin-inline: 0 !important;
    min-width: unset;    
    flex: 1;
    max-width: 178px !important;
}

.chatbot-widget div.conv-form-wrapper div.wrapper-messages #messages {
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #888 #f1f1f1; /* For Firefox */
}

/* WebKit-based browsers */
.chatbot-widget div.conv-form-wrapper div.wrapper-messages #messages::-webkit-scrollbar {
  width: 8px;
}

.chatbot-widget div.conv-form-wrapper div.wrapper-messages #messages::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.chatbot-widget div.conv-form-wrapper div.wrapper-messages #messages::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}

.chatbot-widget div.conv-form-wrapper div.wrapper-messages #messages::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.chatbot-centers-block .search-results-heading, 
.chatbot-centers-block .section-heading {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.chatbot-centers-block .center-card ~ .section-heading,
.chatbot-centers-block .center-card ~ .search-results-heading {
    border-top: 2px solid #e85a4f;
    max-width: 98%;
    padding-top: 10px;
    margin-top: 16px;
}

.chatbot-centers-block .center-card ~ .search-results-heading + .section-heading{
    border-top: none;
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
}

 



/* responsiveness */

@media (max-width: 767px) {
  .chatbot-widget {
    border-radius: 0;
    z-index: 2147483001 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  div.conv-form-wrapper div#messages {
    max-height: 100vh;
  }
  .chatbot-widget {
    min-width: 0;
  }

  div.conv-form-wrapper div.wrapper-messages {
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .chatbot-widget {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media (max-width:485px){
  body .chatbot-widget {
    max-width: 90%;
    margin-inline: auto;
  }
  body .chatbot-widget .centers-list-message {
    width: 100%;
    max-width: 95%;
  }
}

/*body,html {
    overflow-x: hidden;
}*/
body {
  min-width: 320px;
}

/* @media (max-width:480px){
    body .chatbot-widget {
        width: 100%;
        left: 50% !important;
        transform: translateX(-50%);
        max-width: 95%;
    }
} */

.chatbot-widget input[type="text"],
.chatbot-widget input[type="number"],
.chatbot-widget textarea {
  font-size: 16px !important;
}
div.conv-form-wrapper div#messages,
div.conv-form-wrapper div.wrapper-messages {
  max-height: calc(100vh - 170px) !important;
}
@media (max-width: 767px) {
  body.chat-bot-opened {
    overflow: hidden;
  }
  body div.conv-form-wrapper div#messages {
    height: fit-content !important;
    margin-top: auto;
    max-height: 62vh !important;
  }
  div.conv-form-wrapper div#messages,
  div.conv-form-wrapper div.wrapper-messages {
    max-height: calc(100vh - 100px) !important;
    height: 70vh;
  }
  body .chatbot-widget {
    height: fit-content !important;
    top: unset !important;
  }
}
.iti--container{
  z-index: 99999999!important;
}
