#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .embeddedServiceSidebarFeature.featureBody {
  width: 100%;
  height: 454px !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .messageArea {
  height: auto !important;
  margin-bottom: 70px !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE #pendo-chat-frame {
  height: auto !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .assistiveText {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .embeddedServiceLiveAgentStateChatInputFooter {
  position: absolute !important;
  bottom: 0 !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom-hidden {
  display: none !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .chatHeaderBranding {
  display: none !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE embeddedservice-chat-header {
  display: none !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .embeddedServiceLiveAgentStateChatInputFooter {
  position: absolute !important;
  bottom: 0 !important;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #005290;
  font-family: inherit;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #005290;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom {
  font-family: inherit;
  text-align: center;
  padding: 35px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom-chat-active {
  width: 100%;
  height: 100%;
  font-family: inherit;
  text-align: center;
  padding: 0px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom .message {
  font-size: 20px;
  margin: 10px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom .subtext {
  font-size: 16px;
  margin: 10px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-chat-offline-options {
  margin-top: 20px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-chat-offline-options div {
  display: inline-block;
  margin: 15px;
  color: #1a45ab;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-chat-offline-options div:hover {
  cursor: pointer;
  text-decoration: underline;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-ticket-button span {
  vertical-align: middle;
  margin-left: 5px;
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-external-link {
  height: 20px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 0;
  clear: both;
  color: #1a45ab;
  background: none;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EShape Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Pendo-Widget-Design' transform='translate(-2453.000000, -1355.000000)' fill='%230677BA'%3E%3Cg id='Group-13' transform='translate(2155.000000, 1091.000000)'%3E%3Cpath d='M314,280 L300,280 L300,266 L307,266 L307,264 L300,264 C298.89,264 298,264.9 298,266 L298,280 C298,281.1 298.89,282 300,282 L314,282 C315.1,282 316,281.1 316,280 L316,273 L314,273 L314,280 L314,280 Z M309,264 L309,266 L312.59,266 L302.76,275.83 L304.17,277.24 L314,267.41 L314,271 L316,271 L316,264 L309,264 L309,264 Z' id='Shape-Copy'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#pendo-g-yBmax_d2KX4Yl1-BTvgjJIj8pmE .pendo-custom-loading:after {
  content: '...';
  opacity: 0;
  /* overflow: hidden; */
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: pendo-custom-ellipsis steps(5, end) 2000ms infinite;
  animation: pendo-custom-ellipsis 2s infinite ease-in-out;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0.25em;
  position: absolute;
  font-family: inherit;
  font-size: 22px;
}
@keyframes pendo-custom-ellipsis {
  0%,
  100% {
    content: "";
    opacity: 0;
  }
  25% {
    content: ".";
    opacity: 1;
  }
  50% {
    content: "..";
    opacity: 1;
  }
  75% {
    content: "...";
    opacity: 1;
  }
  100% {
    content: "...";
    opacity: 0;
  }
  /* Reset */
}
@-webkit-keyframes pendo-custom-ellipsis {
  to {
    width: 1.25em;
  }
}
