[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container {
  width: 100%;
  min-height: 747px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler {
  width: 100%;
  max-width: 590px;
  height: 100%;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .bot-title {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  margin-top: 5px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura {
  height: 565px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
  margin-bottom: 20px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper {
  padding: 10px;
  max-width: 440px;
  font-size: 16px !important;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper p {
  margin: 0;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .message-title {
  font-weight: bold;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .buttons-box, [pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .images-box {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .buttons-box button, [pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .buttons-box a {
  width: 100%;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: inherit;
  font-weight: bold;
  text-transform: none;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message .message-wrapper .images-box img {
  width: 100%;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message.bot-message {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message.bot-message .message-wrapper {
  background-color: #fff6cc;
  border-radius: 0 5px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message.user-message {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .chat-box-autolettura .message.user-message .message-wrapper {
  background-color: #dbebf8;
  border-radius: 5px 0;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .input-box {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .input-box [pln-component=input-text][pln-version="1.0"] {
  width: 100%;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .input-box .send-button {
  width: 45px;
  height: 45px;
  padding: 0;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-handler .input-box .send-button img {
  width: 10px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-banner-wrapper {
  max-height: 667px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
[pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-banner-wrapper .bot-banner {
  width: 370px;
}
@media (max-width: 1024px) {
  [pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper .bot-banner-wrapper {
    display: none;
  }
}
@media (max-width: 1024px) {
  [pln-component=nuovo-autolettura-bot][pln-version="1.0"].bot-container .bot-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}