body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  margin: 0;
}

.cb-App-body {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin: auto;
}

.webchat__markdown__external-link-icon,
.webchat__render-markdown__external-link-icon {
  display: none !important;
}

.cb-App {
  background-color: rgb(255 255 255);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  /* transition: width 2s; */
  width: 100%;
  /* z-index: 50; */
}

.cb-App-chatwidget {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  height: calc(100vh - 5em);
  position: relative;
  right: 0px;
  width: 70vw;
  margin: auto;
  top: 5em;
  border-bottom: 0px;
  border-top: 0;
  bottom: 0;
}

.cb-App-header {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 5em;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
}

.cb-App-logo {
  max-height: 6em;
  max-width: 100%;
  height: 75px;
  pointer-events: none;
}

.cb-widget-close-btn-container {
  display: none;
}

/* .webchat__bubble__content {
    max-width: 85%;
} */

/* .react-web-chat {
  height: 67vh !important;
} */

.cb-lilly-logo {
  border-right: none;
  white-space: nowrap;
  padding: 0 20px 0 0;
  font-size: large;
}

.cb-logo-text {
  font-size: 27px !important;
  font-weight: 700;
  margin: 0;
  color: var(--cb-headerTextColor);
}

.cb-subtext {
  font-size: 16px;
  text-align: left;
  text-align: initial;
  color: var(--cb-headerTextColor);
}

.cb-App-light-heading {
  align-items: flex-start;
  font-size: calc(10px + 2vmin);
  font-weight: 400;
  margin: 0;
  padding-right: 40px;
}

.carousel-right-alignment button {
  margin-bottom: 5px;
  margin-right: 12px;
  white-space: normal;
  max-width: 70%;
  text-align: left !important;
}

.webchat__bubble--from-user .webchat__bubble__content {
  min-width: fit-content !important;
  margin-left: 80px !important;
}

.webchat__render-markdown ol {
  display: block !important;
  list-style-type: decimal !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 40px !important;
  unicode-bidi: isolate !important;
}

.cb-warning {
  display: flex;
  flex-direction: column;
  height: 90%;
}

.ac-pushButton div {
  white-space: pre-wrap !important;
  font-weight: normal;
}

.btn-replaced {
  color: white !important;
  background-color: var(--cb-cardBackgroundColor) !important;
  border-radius: 3px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  appearance: none;
  border-style: solid;
  border-width: 1px;
  font-weight: 600;
  padding: 10px;
}

.btn-replaced div {
  white-space: pre-wrap !important;
  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .webchat__bubble {
    max-width: 70% !important;
  }
}

@media screen and (min-width: 1700px) {
  .webchat__bubble {
    max-width: 60% !important;
  }
}

@media screen and (min-width: 2600px) {
  .webchat__bubble {
    max-width: 50% !important;
  }
}

.webchat__stacked-layout__attachment {
  width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .cb-App-chatwidget {
    width: 100%;
  }

  .cb-App-row {
    text-align: left;
  }

  .webchat__bubble__content {
    max-width: 80%;
  }
}

@media screen and (max-width: 992) {
  .cb-App-chatwidget {
    width: 100%;
  }

  .webchat__stacked-layout__content {
    max-width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .webchat__stacked-layout__content {
    max-width: none;
  }
}

.link-replaced {
  color: -webkit-link;
  text-decoration: underline;
  pointer-events: none;
  cursor: not-allowed;
}