#chatbot-column-holder {
  z-index: 100;
  text-align: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 480px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* All text inside chat messages gets this font */
  font-family: "Open Sans",sans-serif;
}

#chatbot-column-holder * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chatbot-column {
  height: 100%;
  text-align: left;
  box-shadow: 0 0 1em black;
  background: rgba(255, 255, 255, 0.95);
  max-width: 30rem;
  min-width: 9.375rem;
  display: flex;
  flex-direction: column;
}

.chatbot-header {
  text-align: center;
  height: 60px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #dbdbdb;
}

.chatbot-header h3 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

.chatbot-sub-header {
  font-size: 76%;
}

.chatbot-send {
  border-top: 1px solid #dbdbdb;
  bottom: 0px;
  width: 100%;
  background: inherit;
}

.chatbot-send-message-outline {
  margin: 10px !important;
  padding: 10px !important;
  border: solid 1px #fff !important;
  width: 96% !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 4px !important;
}

.chatbot-close {
  position: relative;
  float: right;
  top: 5px;
  left: -3px;
}

#chatbot-scrolling-chat {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  flex-grow: 1;
}

#chatbot-scrolling-chat div {
  word-wrap: break-word;
  line-height: 1.25rem;
}

.chatbot-message-inner {
  opacity: 0;
  margin-top: 0.9375rem;
  -webkit-transition-property: opacity, margin-top;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: opacity, margin-top;
  -moz-transition-duration: 0.75s;
  -moz-transition-timing-function: ease-in;
  -o-transition-property: opacity, margin-top;
  -o-transition-duration: 0.75s;
  -o-transition-timing-function: ease-in;
  -ms-transition-property: opacity, margin-top;
  -ms-transition-duration: 0.75s;
  -ms-transition-timing-function: ease-in;
  transition-property: opacity, margin-top;
  transition-duration: 0.75s;
  transition-timing-function: ease-in;

  /* Both for chatbot-from-user, chatbot-from-watson */
  position: relative;
  border-radius: 4px;
  font-size: 1rem;
  /* letter-spacing: 0.015rem; */
  /* line-height: 1.3125rem; */
  padding: 5px;
}

.chatbot-load .chatbot-message-inner {
  opacity: 1;
  margin-top: 0.3125rem;
}

.chatbot-from-user {
  text-align: right;
  float: right;
  clear: both;
  max-width: 100%;
}

.chatbot-from-user .chatbot-message-inner {
  color: #fff;
  background: #f99300;
  text-align: left;
  margin-left: 2.5rem;
  min-width: 2.5rem;
  /* margin-right: 20px; */
}

.chatbot-from-user .chatbot-message-inner:after {
  /* content: ''; */
  position: absolute;
  top: 16%;
  right: -16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #f99300;
}

.chatbot-from-user .chatbot-message-inner p {
  margin: 0px;
  padding: 5px 10px;
  font-size: small;
}

.chatbot-from-intercom {
  display: flex;
  align-items: start;
  /* float: left; */
  clear: both;
  max-width: 28.5em;
  overflow: visible!important;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.chatbot-from-intercom .chatbot-message-inner {
  color: #323232;
  background-color: #e6e8ed;
  margin-left: 5px;
}

.chatbot-from-intercom.chatbot-top .chatbot-message-inner {
  float: left;
}

.chatbot-from-intercom .chatbot-message-inner:after {
  /* content: ''; */
  position: absolute;
  top: 16%;
  left: -16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #e6e8ed;
  right: -10px;
}

.chatbot-from-intercom.chatbot-latest .chatbot-message-inner {
  color: #ffffff;
  background-color: #0075bd;
}

.chatbot-from-intercom p {
  margin: 0px;
  padding: 5px 10px;
  font-size: small;
}

.chatbot-message-avatar-from-intercom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 60px;
  flex-shrink: 0;
  float: left;
  margin-top: 2px;
}

.chatbot-message-avatar-from-intercom > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: gray;
  text-align: center;
  border: thin solid gray;
  font-size: 20px;
  background: #00000000;
  /* line-height: 44px !important; */
}

.chatbot-from-watson {
  display: flex;
  align-items: start;
  /* float: left; */
  clear: both;
  max-width: 28.5em;
  overflow: visible!important;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.chatbot-from-watson .chatbot-message-inner {
  color: #323232;
  background-color: #e6e8ed;
  margin-left: 5px;
}

.chatbot-from-watson.chatbot-top .chatbot-message-inner {
  float: left;
}

.chatbot-from-watson .chatbot-message-inner:after {
  /* content: ''; */
  position: absolute;
  top: 16%;
  left: -16px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #e6e8ed;
  right: -10px;
}

.chatbot-from-watson.chatbot-latest .chatbot-message-inner {
  color: #323232;
}

.chatbot-information-card {
  float: left;
  border: 1px solid #bababa;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding: 10px;
  color: #1a1919;
  line-height: 1.5;
  font-size: 0.9em;
  margin-top: 40px;
  margin-bottom: 10px;
  background: white;
  position: relative;
}

.chatbot-map-container {
  width: 100%
}

.chatbot-map-widget {
  border: 1px solid #bababa;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding: 10px;
  color: #1a1919;
  line-height: 1.5;
  font-size: 0.9em;
  margin-top: 40px;
  margin-bottom: 10px;
  background: white;
  height: 233px;
  width: 100%;
}

.chatbot-information-card .chatbot-information-card-icon{
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: -27px;
  position: absolute;
  z-index: 20;
  left: 190px;
}

.chatbot-location-card-icon{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
}

.chatbot-information-card h3 {
  color: #0076be;
}

.chatbot-information-card a {
  color: #0076be;
  text-decoration: none;
  font-weight: 700;
}

.chatbot-carousel-card {
  margin: auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
}

.chatbot-slider {
  /* Hide slides before slick initialization */
  visibility: hidden;
  background: #fff;
  width: 350px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex: 1 100%;
  border: 1px solid #bababa;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  color: #1a1919;
}

/* Show slides after slick initialization */
.slick-initialized {
  visibility: visible;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

.chatbot-slide {
  display: flex;
  flex-direction: column;
  flex: 1 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.chatbot-carousel-card .chatbot-carousel-card-icon {
  /* visibility: hidden; */
  display: none;
  position: absolute;
  z-index: 2;
  left: 200px;
  top: -4px;
}

.chatbot-carousel-card ul {
  list-style: none;
  position: relative;
  left: 0;
}

.chatbot-btn-blue {
  display: inline-block;
  border: 1px solid #0076be;
  border-radius: 20px;
  padding: 10px 25px;
  color: #fff;
  background-color: #0076be;
  cursor: pointer;
}

/* Styling for HTML content of carousel cards */
.chatbot-slider h3 {
  color: #0076be;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.chatbot-slider span.chatbot-dollar-sign {
  color: #0076be;
  font-size: 2.8em;
}

.chatbot-slider span.chatbot-amount {
  color: #0076be;
  font-size: 3.5em;
}

.chatbot-slider span.chatbot-units {
  color: #0076be;
  font-size: 1.1em;
  margin-left: 6px;
}

.chatbot-from-watson .chatbot-slider p.chatbot-amount-description {
  margin-bottom: 17px;
}

.chatbot-from-watson .chatbot-slider p {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.chatbot-carousel-card a.chatbot-carousel-prev {
  position: absolute;
  font-size: 25px;
  text-decoration: none;
  color: #0076be;
  font-weight: bold;
  left: -18px;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  padding: 4px 12px;
  background: #fff;
}

.chatbot-carousel-card a.chatbot-carousel-next {
  position: absolute;
  font-size: 25px;
  text-decoration: none;
  color: #0076be;
  font-weight: bold;
  left: 330px;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  padding: 4px 12px;
  background: #fff;
}

.chatbot-message-avatar-from-watson {
  float: left;
}

.chatbot-from-watson .chatbot-information-card p {
  padding: 0px;
  margin: 0.5rem 0;
}

.chatbot-from-watson p {
  margin: 0px;
  padding: 5px 10px;
  font-size: small;
}

.chatbot-from-watson button{
  border: solid 1px #B5B5B5;
  margin: 10px 5px;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-family: system-ui;
  font-size: 11px;
}

.chatbot-from-watson button:hover{
  background-color: #E5E5E5;
}


.chatbot-from-watson button[disabled] {
  display: none;
}

.chatbot-from-watson button.chatbot-location-card-button.chatbot-disabled {
  display: inline-block;
  background-color: transparent;
  color: #383D3E;
  cursor: default;
  border:none;
  pointer-events: none;
}

.chatbot-from-watson button.chatbot-location-card-button.chatbot-disabled:hover {
  background-color: transparent;
  color: #383D3E;
}

.chatbot-from-watson button.chatbot-location-card-button {
  background-color: #0076bd;
  font-weight: 900;
  border:none;
  font-size: 0.8em;
  color: #FFFFFF;
  padding: 12px 22px;
}

.chatbot-from-watson button.chatbot-location-card-button:hover {
  background-color: #2096dd;
}

.chatbot-from-watson button.chatbot-location-card-cancel-button {
  background: transparent;
  color: #0076bd;
}

.chatbot-from-watson button.chatbot-location-card-cancel-button:hover {
  background-color: transparent;
  color: #00569d;
}

.chatbot-from-watson button[disabled]:hover {
  background: white;
}

.chatbot-from-watson .chatbot-buttons-container {
  margin-left: 60px;
}

.chatbot-location-card {
  float: left;
  border: 1px solid #bababa;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding: 10px;
  color: #1a1919;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 10px;
  background: white;
  width: 100%;
}

#chatbot-text-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #323232;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  height: 2.5rem;
  max-width: 100%;
  padding-left: 0.125rem;
  margin-bottom: -0.125rem;
  font-family: "Open Sans", sans-serif;

}

#chatbot-text-input.underline {
  border-bottom: 2px solid #00B4A0;
}

#chatbot-column-holder ::-webkit-input-placeholder {
  color: #B5B5B5;
}

#chatbot-column-holder ::-moz-placeholder {
  color: #B5B5B5;
  opacity:  1;
}

#chatbot-column-holder input:-moz-placeholder {
  color: #B5B5B5;
  opacity:  1;
}

#chatbot-column-holder :-ms-input-placeholder {
  color: #B5B5B5;
}

#chatbot-column-holder ::-ms-clear {
  display: none;
}

.chatbot-input-outline {
  display: block;
  border-bottom: 0.0625rem solid #aeaeae;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#chatbot-text-input-dummy {
  position:absolute;
  white-space:pre;
  top: 0;
  left: -1000%;
  opacity: 0;
}

#chatbot-column-holder.chatbot-hidden {
  display: none;
}


#chatbot-container {
  z-index: 100;
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 10px;
}

#chatbot-feedback-icon, #chatbot-error-icon {
  position: absolute;
  color: #ffffff;
  top: -20px;
  left: 48px;
}

.chatbot-feedback-icon-background {
  color: #0076bd;
}

.chatbot-error-icon-background {
  color: #d65559;
}

.chatbot-feedback-text, .chatbot-error-text {
  text-align: center;
}

.chatbot-feedback-close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 15px;
  cursor: pointer;
}

#chatbot-feedback {
  display: none;
  height: 100px;
  width: 140px;
  top: -160px;
  right: -5px;
  position: absolute;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding-top: 10px;
  color: #1a1919;
  line-height: 1.5;
  font-size: 0.9em;
  margin-top: 40px;
  margin-bottom: 15px;
  background: white;
}

#chatbot-error {
  display: none;
  height: 50px;
  width: 140px;
  top: -100px;
  right: -5px;
  position: absolute;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding-top: 10px;
  color: #1a1919;
  line-height: 1.5;
  font-size: 0.9em;
  margin-top: 40px;
  margin-bottom: 15px;
  background: white;
}

#chatbot-container-buttons {
  display: flex;
  position: relative;
  top: -15px;
  padding-left: 10px;
}

#chatbot-container-buttons > a {
  cursor: pointer;
  text-decoration: none;
  height: 50px;
  padding-top: 8px;
}

.chatbot-feedback-arrow-down {
  position: absolute;
  left: 50px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  display: none;
}

.chatbot-rating-star {
  margin-left: 2px;
  margin-right: 0px;
  font-size: 1.6em;
  color: #8d95a1;
}

.chatbot-star-filled {
  color: #ffe600;
}

.chatbot-star-empty {
  color: #8d95a1;
}

#chatbot-toggle-button {
  right: 12px;
  bottom: 10px;
  cursor: pointer;
  position: relative;
}

.chatbot-avatar-large {
  height: 60px;
}

.chatbot-avatar-small {
  height: 50px;
  margin: 5px;
  margin-bottom: -7px;
  margin-top: 0px;
  max-width: unset;
}

.chatbot-unread-notification {
  position: absolute;
  top: -65px;
  left: -55px;
  background: white;
  width: 125px;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px gray;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatbot-notification-arrow-down {
  background-color: white;
  box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, .4 );
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -26px;
  transform: rotate( 45deg );
  -moz-transform: rotate( 45deg );
  -ms-transform: rotate( 45deg );
  -o-transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
  width:  20px;
}

.chatbot-notification-label {
  font-size: 95%;
  position: absolute;
  color: #555;
  top: -61px;
  left: -40px;
  width: inherit;
}

.chatbot-message-header {
  clear: both;
  margin-top: 10px;
  display: flex;
}

.chatbot-message-header-from-watson {
  float: left;
}

.chatbot-message-header-from-intercom {
  float: left;
}

.chatbot-message-header-from-user {
  float: right;
}

.chatbot-message-header-from-user .chatbot-user-name {
    width: auto;
}

.chatbot-message-header-from-user .chatbot-message-timestamp {
  margin-left: 13px;
}

.chatbot-user-name {
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.8em;
  color: #525457;
  text-align: center;
  width: 60px;
}

.chatbot-message-timestamp {
  margin-left: 0.5em;
  font-size: 0.9em;
  color: #777879;
}

input.chatbot-autocomplete-location{
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9rem;
  height: 3em;
  border: 1px solid #CCCCCC;
  width: 370px;
  display:inline-block;
}

div.chatbot-from-watson input.chatbot-autocomplete-location:focus{
  outline:none;
  box-shadow: 0 0 0 1px gray;
}

input.chatbot-autocomplete-location:disabled {
  background-color: #eceef3;
}

span.chatbot-autocomplete-location-error {
  margin: 5px 5px 5px 15px;
  display:block;
  color: grey;
  font-size: 1rem;
}

.chatbot-video-message {
  margin: 16px;
}

span.chatbot-dot {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:3px;
  background:#303131;
  font-size: 50px;
  animation-name: chatbot-fade;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

span.chatbot-dot:nth-child(2) {
  animation-delay: .3s;
}

span.chatbot-dot:nth-child(3) {
  animation-delay: .5s;
}

@keyframes chatbot-fade {
  0% {
    opacity: .2;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.chatbot-disabled img {
  opacity: 0.3;
  cursor: default;
}

.chatbot-disabled img:hover{
  cursor: default;
  opacity:0.3;
  margin-bottom: 0px;
}

.chatbot-card-circle-icon {
  background: #0076bd;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 13px;
}

.chatbot-location-card-center {
  text-align: center;
}

.chatbot-location-card p {
  padding: 15px 10px 20px;
  margin-right: 10px;
}

.chatbot-location-card-buttons-container {
  float: right;
  padding-right: 15px;
  padding-top: 5px;
}


/* Form widget */

.chatbot-form-widget-icon{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
}

.chatbot-from-watson button.chatbot-form-widget-button.chatbot-disabled {
  display: inline-block;
  background-color: transparent;
  color: #383D3E;
  cursor: default;
  border:none;
  pointer-events: none;
}

.chatbot-from-watson button.chatbot-form-widget-button.chatbot-disabled:hover {
  background-color: transparent;
  color: #383D3E;
}

.chatbot-from-watson button.chatbot-form-widget-button {
  background-color: #0076bd;
  font-weight: 900;
  border:none;
  font-size: 0.8em;
  color: #FFFFFF;
  padding: 12px 22px;
}

.chatbot-from-watson button.chatbot-form-widget-button:hover {
  background-color: #2096dd;
}

.chatbot-from-watson button.chatbot-form-widget-cancel-button {
  background: transparent;
  color: #0076bd;
}

.chatbot-from-watson button.chatbot-form-widget-cancel-button:hover {
  background-color: transparent;
  color: #00569d;
}

.chatbot-form-widget {
  float: left;
  border: 1px solid #bababa;
  box-shadow: 0px 1px 3px #bababa;
  border-radius: 3px;
  padding: 10px;
  color: #1a1919;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 10px;
  background: white;
}

.chatbot-form-widget-center {
  text-align: center;
}

.chatbot-form-widget p {
  padding: 15px 10px 20px;
  margin-right: 10px;
}

.chatbot-form-widget-buttons-container {
  float: right;
  padding-right: 15px;
  padding-top: 5px;
}


input.chatbot-form-widget-input{
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9rem;
  height: 3em;
  margin-top: 15px;
  border: 1px solid #CCCCCC;
  width: 370px;
  display:inline-block;
}

input.chatbot-form-widget-input.chatbot-error{
  border: 2px solid #CE0E00;
}

input.chatbot-form-widget-input.chatbot-form-widget-input-half-width-left{
  width: 177px;
  margin-right: 16px;
}

input.chatbot-form-widget-input.chatbot-form-widget-input-half-width-right{
  width: 177px;
}

p.chatbot-form-widget-description {
  padding: 0;
  margin: 0;
}


div.chatbot-from-watson input.chatbot-form-widget-input:focus{
  outline:none;
  box-shadow: 0 0 0 1px gray;
}

input.chatbot-form-widget-input:disabled {
  background-color: #eceef3;
}

span.chatbot-form-widget-input-error {
  margin: 5px 5px 5px 15px;
  display:block;
  color: grey;
  font-size: 1rem;
}

.chatbot-noscroll {
  overflow: hidden;
  touch-action: none;
  position: fixed;
}

/* Media Queries */
/* Target Mobile */
@media (max-width: 576px) {
  #chatbot-column-holder {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 2;
  }

  .chatbot-column {
    max-width: 100%;
  }

  .chatbot-header {
    height: 60px;
  }

  #chatbot-scrolling-chat {
    max-width: 100%;
    flex-grow: 1;
    -webkit-overflow-scrolling: touch;
  }

  .chatbot-send {
    height: 55px;
    bottom: 0px;
  }


  .chatbot-location-card {
    width: 100%;
  }

  input.chatbot-autocomplete-location {
    width: 100%;
  }

  .chatbot-location-card-center {
    width: 100%;
  }

  /* Form Widget */
  .chatbot-form-widget {
    width: 100%;
  }

  input.chatbot-form-widget-input {
    width: 100%;
  }

  .chatbot-carousel-card .chatbot-carousel-card-icon {
    left: 44%;
  }

  .chatbot-information-card .chatbot-information-card-icon {
    left: 44%;
  }

  .chatbot-information-card iframe {
    width: 100%;
    height: 204px;
  }

  #chatbot-toggle-button {
    right: 0px;
  }

  .chatbot-avatar-large {
    height: 50px;
  }

  /* Sol notification 50% smaller on mobile devices */

  .chatbot-notification-arrow-down {
    width: 10px;
    height: 10px;
    left: 20px;
    top: -15px;
  }

  .chatbot-notification-label {
    font-size: 54%;
    width: inherit;
    top: -35px;
    left: -12px;
  }

  .chatbot-unread-notification {
    width: 63px;
    height: 28px;
    top: -36px;
    left: -15px;
  }

  /* Align the feedback widget with smaller Sol icon */

  #chatbot-feedback {
    top: -152px;
  }

  .chatbot-feedback-arrow-down {
    left: 100px;
    bottom: -10px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
  }
}

@media screen and (max-width: 360px) {
  .chatbot-slider {
    padding: 10px;
    width: 100%;
  }

  .chatbot-carousel-card a.chatbot-carousel-next {
    left: 94%;
  }

  .chatbot-carousel-card a.chatbot-carousel-prev {
    left: -5%;
  }
}

div.chatbot-slide img.chatbot-loaded {
    width: 100%;
}

.chatbot-odometer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
  background: white;
  width: 230px;
}
.chatbot-odometer-score {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 1px;
}
.chatbot-odometer-label {
  color: #878687;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  width: 100px;
  margin: 60px auto 0 auto;
}
.chatbot-odometer-state {
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
.chatbot-odometer-info {
  margin: 0;
}
