@font-face {
  font-family: "roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Regular.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }


@font-face {
  font-family: "roboto";
  src: url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Bold.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/ps-fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

body #inbenta-bot-sdk.inbenta .inbenta-bot {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  z-index: 99999999999; }
body #inbenta-bot-sdk.inbenta .inbenta-bot a {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot a:active, body #inbenta-bot-sdk.inbenta .inbenta-bot a:focus {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot a:hover {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot ul, body #inbenta-bot-sdk.inbenta .inbenta-bot ol {
  padding-left: 15px;
  list-style: disc; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-button {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #FF671F;
  color: white;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  text-transform: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot-button.clicked {
  background-color: #FF671F;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled] {
  background-color: #FF671F;
  color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled].clicked {
  color: white;
  background-color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-input {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: white;
  color: #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
  background-color: white;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  padding: 0;
  z-index: 9999;
  height: 55px;
  width: 55px;
  border: 1px solid #939393;
  min-width: auto; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__image {
  background-image: url(../resources/images/allegion-us-launcher.acc9069f.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__image + .inbenta-bot__launcher__text {
  margin-left: 10px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__text {
  color: white;
  font-weight: 600; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher:hover {
  background-color: white;
  color: white;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher:hover .inbenta-bot__launcher__image {
  background-image: url(../resources/images/allegion-us-launcher.acc9069f.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__header, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__header {
  background-color: #FF671F;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  position: relative; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .header__title, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__title {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-transform: none;
  line-height: 1.2; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .header__actions, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__actions {
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__wrapper, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__wrapper {
  background-color: #E1E1E1;
  padding: 16px 16px 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .alert-box__title, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .alert-box__title {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .alert-box__message, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .alert-box__message {
  font-family: Open Sans, Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 13px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content {
  padding: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__open-sidebubble, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__open-sidebubble {
  margin-top: 0;
  padding-top: 5px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__text, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text {
  padding: 12px 13px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__label, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__label {
  margin: 12px 13px 0;
  padding: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .messages__message__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .messages__message__content {
  background-color: white;
  color: #000;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__avatar {
  display: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__avatar .inbenta-bot-icon--avatar, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__avatar .inbenta-bot-icon--avatar {
  display: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content {
  background-color: white;
  color: #000;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content {
  background-color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button .inbenta-bot-icon:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button__text, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button:hover {
  background-color: #FF671F;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f6f6f6; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__comment .comment__wrapper__textarea:hover {
  border: 1px solid #f6f6f6; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .content__label, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .content__label {
  background-image: url(../resources/images/allegion-logo.c8739a11.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 85px;
  display: block;
  margin-bottom: 8px;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--system .messages__message__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--system .messages__message__content {
  background-color: white;
  color: #000;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble__phrase, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble__phrase {
  color: #FF671F;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble__icon {
  color: #FF671F;
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__icon {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons {
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise {
  padding-top: 13px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon {
  margin-right: 5px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button {
  color: #FF671F;
  font-size: 13px;
  font-weight: normal;
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button[disabled], body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button[disabled] {
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button {
  color: #FF671F;
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button {
  color: #FF671F;
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked {
  background-color: transparent;
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-contents, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-contents {
  border-radius: 0;
  background-color: #eeeded;
  padding: 12px 13px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-contents .content__related__show, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-contents .content__related__show {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  font-size: 12px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__show, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__show {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #eeeded;
  border-radius: 0;
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__show:hover, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__show:hover {
  background-color: #eeeded;
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__icon--closed:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__icon--closed:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__icon--opened:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__icon--opened:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related-buttons, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related-buttons {
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: transparent;
  color: #FF671F;
  border-radius: 0;
  padding: 4px 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button--active, body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:focus, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button--active, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:focus {
  background-color: transparent;
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__related__button:first-child, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__related__button:first-child {
  margin-top: 10px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__footer, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__footer {
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__content {
  background-color: white;
  color: #000;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar {
  display: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar .inbenta-bot-icon, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar .inbenta-bot-icon {
  display: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__avatar .inbenta-bot-icon--avatar:before {
  color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__dot, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__dot {
  background-color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__chat-activity .activity__text, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__chat-activity .activity__text {
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form {
  background-color: white;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05); }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input {
  color: #000;
  font-size: 13px;
  height: 46px;
  border: none;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input::-webkit-input-placeholder, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input::-webkit-input-placeholder {
  color: #D4D4D4;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input::-moz-placeholder, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input::-moz-placeholder {
  color: #D4D4D4;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:-ms-input-placeholder, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:-ms-input-placeholder {
  color: #D4D4D4;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:-moz-placeholder, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:-moz-placeholder {
  color: #D4D4D4;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input[disabled], body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input:hover[disabled], body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input[disabled], body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input:hover[disabled] {
  border: none;
  background-color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button {
  background-color: white;
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon:before {
  color: #000;
  font-size: 18px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) {
  background-color: white;
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button[disabled], body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button[disabled] {
  background-color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button.footer__form__button--attach .inbenta-bot-icon:before {
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button.footer__form__button--attach:hover:not([disabled]) .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button.footer__form__button--attach:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box {
  border-radius: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__icon:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__icon:before {
  color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__title, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__title {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  font-size: 13px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__subtitle, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__subtitle {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 12px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__confirmation .confirmation-box__buttons .inbenta-bot-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__confirmation .confirmation-box__buttons .inbenta-bot-button {
  font-family: Open Sans, Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__title {
  font-size: 15px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content {
  background-color: #F6F6F6; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__phrase {
  color: #000; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  background-color: #FF671F; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button + .inbenta-bot-button {
  margin-left: 8px; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button__text {
  color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content .inbenta-bot-icon--rating-yes:before {
  color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content .inbenta-bot-icon--rating-no:before {
  color: white; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__comment .comment__phrase {
  color: #000;
  margin: 0; }
body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__thanks {
  color: #000; }

html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message__content .content__text .autolink-url, html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message__content .content__text .autolink-url {
  display: block;
  word-break: break-all;
  -ms-word-break: break-all; }

html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message .extended_message_container .messages__message__content .content__related__show, html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__related__show {
  font-size: 12px;
  padding: 0; }

html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__body {
  max-height: none; }
html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__body .body__content-faq {
  display: block; }

@media (max-width: 768px) {
  body #inbenta-bot-sdk.inbenta .inbenta-bot__chat, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
    border-radius: 0; } }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot a {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot a:active, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot a:focus {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot a:hover {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-button {
  background-color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-button.clicked {
  background-color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-button[disabled] {
  background-color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-button[disabled].clicked {
  background-color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__launcher__image {
  background-image: url(../resources/images/schlage-launcher.ef1c4797.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__launcher:hover .inbenta-bot__launcher__image {
  background-image: url(../resources/images/schlage-launcher.ef1c4797.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat__header, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble__header {
  background-color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .alert-box__title, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .alert-box__title {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .messages__message--received .content__label, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .messages__message--received .content__label {
  background-image: url(../resources/images/schlage-logo.254bafab.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 19px;
  width: 75px;
  display: block;
  margin-bottom: 8px;
  opacity: 1; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__open-sidebubble__phrase, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__open-sidebubble__phrase {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__open-sidebubble__icon {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__open-sidebubble:hover, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__open-sidebubble:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__icon {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--download .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__show, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__show {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__show:hover, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__show:hover {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__icon--closed:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__icon--closed:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__icon--opened:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__icon--opened:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__button, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__button {
  color: #0081C6; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__button--active, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .content__related__button:focus, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__button--active, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .content__related__button:focus {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .footer__chat-activity .activity__dot, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .footer__chat-activity .activity__dot {
  background-color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .footer__form__button .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .footer__form__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) {
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat__confirmation .confirmation-box__icon:before, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble__confirmation .confirmation-box__icon:before {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__chat__confirmation .confirmation-box__title, body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot__bubble__confirmation .confirmation-box__title {
  color: #0081C6; }

body #inbenta-bot-sdk.inbenta-schlage .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  background-color: #0081C6; }

body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot a {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot a:active, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot a:focus {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot a:hover {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-button {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-button.clicked {
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-button[disabled] {
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-button[disabled].clicked {
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-input {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__launcher__image {
  background-image: url(../resources/images/allegion-de-launcher.64d5b416.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__launcher:hover .inbenta-bot__launcher__image {
  background-image: url(../resources/images/allegion-de-launcher.64d5b416.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat__header, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble__header {
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .header__title, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .header__title {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .alert-box__title, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .alert-box__title {
  color: #005ea8;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .alert-box__message, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .alert-box__message {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .messages__message__content, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .messages__message__content {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .messages__message--received .content__label, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .messages__message--received .content__label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANAAAAApCAYAAABEOaelAAAL5ElEQVR42u1dDZAcVRG+kyQgoGAAJYAxQFBMqJhk/3IG9LSAQizxEC8k5GZ2uVQdEEMIAhGKn7oiEctCMFxxB7e7M3u7M7MXVyqECAglmhRY5CBgxEpp0OhhilSQxOKIMSQxydo9Oxtm3/abndm9n7m141Vef0d76+8Fnf3fWDvpBHVJdVaU8mVddaZeq6qsxrmSjqiOttoKq0lZbdd2qYq1qbSt1KUKtsKY6a+xd6VD5eVe+qOwrX+q5UNU5s2vpUlXlirq6irbfvJcuVtWiuveXtn0G/S1XVerz1V3XL5D0X0nHo5B0dHVCUnVXbcXclz1Ll6iqU9WV1TWq6iu9SxeqOnPnGiSp1LNiiao6VZ8vX2XvHy1WU3E1XVFT31jXaP4nkeAqrEuHqiuqquryquc61iAtaVwzR21QddauVKAqldWfL3f9v9C3dKmi3l7VuXOlqjNrVypQlcrqz5e7/l/oW7pUUW+v6ty5UtWZtSsVqEpl9edFXf/P9C1dqqi3V3XuXKnqzNqVClSlsvrzoq7/Z/qWLlXU26s6d65UdWbtSgWqUln9eVHX/zN9S5cq6u1VnTtXqjqzdqUCValsi5rDVmM0AAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 17px;
  margin-bottom: 8px;
  display: block;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__open-sidebubble__phrase, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__open-sidebubble__phrase {
  color: #005ea8;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__open-sidebubble__icon {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__open-sidebubble:hover, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__open-sidebubble:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__icon {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--download .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__show, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__show {
  color: #005ea8;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__show:hover, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__show:hover {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__icon--closed:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__icon--closed:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__icon--opened:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__icon--opened:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__button, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__button {
  color: #005ea8;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__button--active, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .content__related__button:focus, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__button--active, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .content__related__button:focus {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .footer__chat-activity .activity__dot, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .footer__chat-activity .activity__dot {
  background-color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .footer__form__button .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .footer__form__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) {
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat__confirmation, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble__confirmation {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat__confirmation .confirmation-box__icon:before, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble__confirmation .confirmation-box__icon:before {
  color: #005ea8; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat__confirmation .confirmation-box__title, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble__confirmation .confirmation-box__title {
  color: #005ea8;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__chat__confirmation .confirmation-box__subtitle, body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot__bubble__confirmation .confirmation-box__subtitle {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-de .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  background-color: #005ea8; }

body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot a {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot a:active, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot a:focus {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot a:hover {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-button {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-button.clicked {
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-button[disabled] {
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-button[disabled].clicked {
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-input {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__launcher {
  background-color: white;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
  padding: 0;
  z-index: 9999;
  height: 75px;
  width: 75px;
  border: 0px;
  min-width: auto;
}
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__launcher__image {
  background-image: url(../resources/images/uGO_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__launcher:hover .inbenta-bot__launcher__image {
  background-image: url(../resources/images/uGO_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat__header, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble__header {
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble {
  border-radius: 0;
  width: 450px;
  height: 550px; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .header__title, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .header__title {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .alert-box__title, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .alert-box__title {
  color: #ee2e24;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .alert-box__message, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .alert-box__message {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .messages__message__content, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .messages__message__content {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .messages__message--received .content__label, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .messages__message--received .content__label {
  background-image: url(../resources/images/uGO_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  display: block;
  opacity: 1; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__open-sidebubble__phrase, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__open-sidebubble__phrase {
  color: #ee2e24;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__open-sidebubble__icon {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__open-sidebubble:hover, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__open-sidebubble:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__open-sidebubble:hover .content__open-sidebubble__icon, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__phrase,
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__open-sidebubble:hover .content__open-sidebubble__icon {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-icon--faq-icon:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover span:nth-child(2), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover span:nth-child(2)  {
  text-decoration: underline; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button:hover:not([disabled]) .inbenta-bot-icon--faq-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked .inbenta-bot-icon--faq-icon:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--multiple-choise .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--multiple-choise .inbenta-bot-button.clicked {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--download .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--download .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--download .inbenta-bot-button.clicked {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__buttons--attached .inbenta-bot-button.clicked, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__buttons--attached .inbenta-bot-button.clicked {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__show, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__show {
  color: #ee2e24;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__show:hover, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__show:hover {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__icon--closed:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__icon--closed:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__icon--opened:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__icon--opened:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__button, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__button {
  color: #ee2e24;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__button--active, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .content__related__button:focus, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__button--active, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .content__related__button:focus {
  color: #ee2e24;
  text-decoration: underline;}
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .footer__chat-activity .activity__dot, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .footer__chat-activity .activity__dot {
  background-color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .footer__form__button .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .footer__form__button:hover:not([disabled]), body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) {
  background-color: transparent; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble .footer__form__button:hover:not([disabled]) .inbenta-bot-icon:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat__confirmation, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble__confirmation {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat__confirmation .confirmation-box__icon:before, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble__confirmation .confirmation-box__icon:before {
  color: #ee2e24; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat__confirmation .confirmation-box__title, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble__confirmation .confirmation-box__title {
  color: #ee2e24;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__chat__confirmation .confirmation-box__subtitle, body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__bubble__confirmation .confirmation-box__subtitle {
  font-family: "roboto", Arial, Helvetica, sans-serif; }
body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot-rating__content__buttons .inbenta-bot-button {
  background-color: #ee2e24; }

/*
  body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__launcher.increase-size {
    animation-name: increase-size;
    animation-delay: 5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }

  @keyframes increase-size {
    from {
      min-width:55px;
      height:55px;
    }

    to {
      background-image: url(../resources/images/uGO_2.png);
      min-width:100px;
      height:100px;
      background-repeat: round;
      background-color: transparent;

    }
  }
   */

body #inbenta-bot-sdk.inbenta-allegion-it .inbenta-bot__launcher.increase-size {
  animation: animationFrames linear 2s;
  animation-iteration-count: 5;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: 5;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: 5;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: 5;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: 5;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}
