:root {
  --blue: #056e6e;
  --white: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0;
}

html,
body,
.suggest button {
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
  line-height: 24px;

}

.suggest button {
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}

.suggestBold {
  border-right: 1px solid #ccc;
  padding-right: 12px;
}

.suggestBold button {
  font-weight: bold;
}

.chat-widget {
  position: fixed;
  padding-top: 50px;
  bottom: 0;
  right: 4px;
  width: 20vw;
  height: calc(100vh - 100px);
  background-color: #f6f4f5;
  display: flex;
  flex-direction: column;
  padding-inline: 15px;
  justify-content: end;
  overflow-y: auto;
  z-index: 1;
}

.chat-widget .suggest {
  margin-bottom: 10px;
}

.message.user.bubble {
  background-color: #ebf3f3;
}

.message.user {
  color: #000;
}

.suggest button {
  border: 1px solid #025064;
  background: #ebf3f3;
  color: #000;
}

.chat-input {
  border: 1px solid #025064;
  background-color: #ffffff;
}

.chat-header {
  flex: 0 0 auto;
  background-color: #ebf3f3;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chat-messages {
  padding-block: 10px;
  overflow-y: auto;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}


.message {
  margin-bottom: 10px;
}

.message pre {
  margin-bottom: 10px;
  white-space: pre-wrap;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
  max-width: 90%;
  font-size: 12px;
}

.message.user {
  text-align: right;
  /*color: #0c7e90; */
  font-size: 12px;
  line-height: 1.7;
}

.message.bot {
  text-align: left;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 1.7;
}

.message.typing .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background-color: #333;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.chat-bubble {
  background-color: #e6f8f1;
  padding: 10px;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 10px 10px 10px 0;
}

.message.typing .dot:nth-child(1) {
  animation-delay: -0.52s;
}

.message.typing .dot:nth-child(2) {
  animation-delay: -0.16s;
}

.message.typing .dot:nth-child(3) {
  animation-delay: 0s;
}

@keyframes bounce {

  0%,
  80%,
  to {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.chat-input {
  display: flex;
  position: relative;
  margin-block: 20px;
  margin-top: 5px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
}

.chat-input input {
  flex: 1;
  outline: none;
  border-radius: 50px;
  border: none;
  font-size: large;
  line-height: 1;
  padding: 12px 20px;
  color: #1c1c1c;
  height: 24px;
}

.chat-input button {

  padding: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  right: 3px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.greatings-msg {
  text-align: left;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 1.7;
  width: 100%;
  margin-bottom: 10px;
}

.greatings-msg b {
  color: #39b9ae;
  font-weight: 400;
}

.suggest button {
  -webkit-text-fill-color: black;
  padding: 15px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  padding-inline: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-block: 8px;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.message.user.bubble {
  /*background-color: #c2f4ef;*/
  align-self: flex-end;
  border-bottom-right-radius: 0;
}

.message.bot.bubble {
  background-color: #eceaea;
  align-self: flex-start;
  border-bottom-left-radius: 0;
}

.message.bubble {
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}

.message.bot.bubble div {
  margin-bottom: 10px;
}

.aureon-logo {
  text-align: right;
  margin-bottom: 20px;
}

.aureon-logo img {
  max-width: 100px;
}

.chat-input button img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .chat-widget {
    width: 21vw !important;
  }
}

@media (max-width: 1440px) {
  .chat-widget {
    width: 20vw !important;
  }
}

@media (max-width: 1101px) {
  .chat-input input {
    width: 185px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .suggest button {
    font-size: 11px;
  }

  .chat-widget {
    width: 24vw !important;
  }
}

@media (max-width: 1023px) {
  .chat-widget {
    width: 30vw !important;
    padding-top: 55px;
    right: 0px;
  }

  /* ul#mobileNavdiv {
    overflow-x: hidden;
    top: 82px;
  } */
}

@media (max-width: 768px) {
  .chat-input input {
    height: auto;
    width: 107px !important;
    font-size: 12px;
    padding-left: 16px;
  }

  pre#out {
    margin-block: 2px;
  }

  .chat-input button img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
  }

  .chat-widget {
    width: 96% !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 99;
    height: auto;
    max-height: 65vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px 0 #dfdbdb;
  }

  .leftColumn {
    width: 100% !important;
    position: relative;
    z-index: 11;
    height: calc(100vh - 155px);
  }
}

@media (max-width: 480px) {
  .chat-widget {
    width: 93% !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 99;
    height: auto;
    max-height: 65vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px 0 #dfdbdb;
  }

  .modal {
    width: 96%;
  }

  .ls_mob {
    right: 25px;
    top: 20px;
  }

  .left_links {
    top: 57px !important;
  }

  .left_links li {
    width: 180px;
    height: 100px;
  }

  .left_links li span small {
    font-size: 12px !important;
    line-height: 1.4;
  }
}


.chat-widget.minimized {
  height: 50px !important;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.chat-toggle {
  position: absolute;
  right: 10px;
  top: 5px;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

@media (min-width: 481px) {
  .chat-toggle {
    display: none;
    /* Only show on mobile */
  }
}