body #inbenta-bot-sdk.inbenta .inbenta-bot-fade-top-launcher-enter, body #inbenta-bot-sdk.inbenta .inbenta-bot-fade-top-launcher-leave-to {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

body #inbenta-bot-sdk.inbenta .inbenta-bot-fade-top-launcher-enter-active {
  -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s cubic-bezier(0, 1, 0.99, 0.98) 0.5s;
  transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s cubic-bezier(0, 1, 0.99, 0.98) 0.5s;
  transition: transform 0.3s cubic-bezier(0, 1, 0.99, 0.98) 0.5s, opacity 0.3s ease 0.5s;
  transition: transform 0.3s cubic-bezier(0, 1, 0.99, 0.98) 0.5s, opacity 0.3s ease 0.5s, -webkit-transform 0.3s cubic-bezier(0, 1, 0.99, 0.98) 0.5s; }

body #inbenta-bot-sdk.inbenta .inbenta-bot-fade-top-launcher-leave-active {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s cubic-bezier(1, 0, 0.99, 0.98);
  transition: opacity 0.2s ease, -webkit-transform 0.2s cubic-bezier(1, 0, 0.99, 0.98);
  transition: transform 0.2s cubic-bezier(1, 0, 0.99, 0.98), opacity 0.2s ease;
  transition: transform 0.2s cubic-bezier(1, 0, 0.99, 0.98), opacity 0.2s ease, -webkit-transform 0.2s cubic-bezier(1, 0, 0.99, 0.98); }

body #inbenta-bot-sdk.inbenta .inbenta-bot {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #525252;
  line-height: 1.5;
  z-index: 999999; }
  body #inbenta-bot-sdk.inbenta .inbenta-bot a {
    color: #0633A0; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot a:active, body #inbenta-bot-sdk.inbenta .inbenta-bot a:focus {
      color: #0633A0; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot a:hover {
      color: black; }
  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 ul li, body #inbenta-bot-sdk.inbenta .inbenta-bot ol li {
      list-style: disc; }
  body #inbenta-bot-sdk.inbenta .inbenta-bot-button {
    display: block !important;
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #D9DE1A;
    color: #0633A0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: inherit;
    transition: inherit;
    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: #C8CD0F;
      color: #0633A0;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: inherit;
      transition: inherit; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled] {
      background-color: #D9DE1A;
      color: #0633A0;
      opacity: 0.5; }
      body #inbenta-bot-sdk.inbenta .inbenta-bot-button[disabled].clicked {
        color: #0633A0;
        background-color: #C8CD0F;
        opacity: 0.5;
        font-weight: normal; }
  body #inbenta-bot-sdk.inbenta .inbenta-bot-input {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: white;
    color: #525252;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eee; }
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
    background-color: #0033A0;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: inherit;
    transition: inherit;
    padding: 12px 15px;
    z-index: 9999;
    height: auto;
    bottom: 0 !important; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher__image {
      background-image: url(../../assets/images/launcher-icon.96fccf07.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 25px;
      height: 25px; }
      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: normal; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher:hover {
      background-color: #022e6b;
      color: white;
      border-radius: 10px 10px 0 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: inherit;
      transition: inherit; }
  body #inbenta-bot-sdk.inbenta .inbenta-bot__chat, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble {
    border-radius: 0;
    width: 320px;
    height: 460px; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__chat__header, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble__header {
      background-color: #00B0C8;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 8px 16px;
      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: 15px;
      color: white;
      font-weight: normal;
      text-transform: none; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .header__actions__chat-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .header__actions__chat-button {
      max-width: 100px;
      text-align: center;
      line-height: 1.3;
      margin-right: 10px;
      padding: 6px; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .body__wrapper, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .body__wrapper {
      background-color: white;
      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: #0633A0; }
    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, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message {
      padding: 7px 0; }
      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: #525252;
        -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: 10px 11px; }
      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: #F8F8F8;
        border-radius: 10px 10px 10px 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__text, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message .extended_message_container .messages__message__content .content__text {
            padding: 10px 11px; }
      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: #E6E9ED;
        color: #525252;
        border-radius: 10px 10px 0 10px; }
      body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--sent .content__text .autolink-url, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--sent .content__text .autolink-url {
        word-break: break-all;
        -ms-word-break: break-all;
        display: block; }
      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 {
        background-image: url(../../assets/images/tibot_perfil_s.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        -webkit-box-shadow: none!important;
                box-shadow: none;
        border-radius: 3px;
        width: 45px;
        height: 45px;
        margin: 0 0 0 0; }
        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: #F8F8F8;
        color: #525252;
        border-radius: 10px 10px 10px 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 {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-align-items: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          background-color: #F8F8F8; }
          body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__phrase {
            opacity: .6;
            font-style: normal;
            font-weight: normal;
            margin-bottom: 10px; }
          body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .messages__message--received .messages__message__content .inbenta-bot-rating__content__buttons .inbenta-bot-button {
            width: auto;
            height: auto;
            padding: 8px 15px;
            font-weight: 500; }
            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, 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 {
              display: none; }
              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: #0633A0; }
            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: #0633A0;
              display: block; }
            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: #C8CD0F;
              border-radius: 3px;
              -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
                      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
          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 {
        display: none; }
      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: #525252;
        border-radius: 0; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .content__open-sidebubble, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .content__open-sidebubble {
      margin: 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: #0633A0;
        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: #0633A0;
        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: black; }
    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: #0633A0; }
        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: #0633A0;
          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: black;
            -webkit-box-shadow: none;
                    box-shadow: none; }
            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: black; }
          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: black; }
      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: #0633A0;
        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: black;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      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: #0633A0;
        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: black;
          -webkit-box-shadow: none;
                  box-shadow: none; }
    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 0 10px 0;
      background-color: #F8F8F8;
      padding: 10px 11px; }
      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;
        text-align: left; }
    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: #F8F8F8;
      border-radius: 0 0 10px 0;
      color: #525252; }
      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: #F8F8F8;
        color: #525252; }
    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: #0633A0; }
    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: #0633A0; }
    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: #0633A0;
      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: black; }
      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: #F8F8F8;
      color: #525252;
      border-radius: 10px 10px 10px 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 {
      background-image: url(../../assets/images/avatar.20ba17fc.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #003E80;
      -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.15);
              box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      width: 30px;
      height: 30px;
      margin: 0 8px 0 0; }
      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: #0633A0; }
    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: #525252; }
    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 2px 6px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
      body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__input, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__input {
        color: #525252;
        font-size: 13px;
        height: 46px;
        border: none;
        background-color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0; }
        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--send, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send {
          background-image: url(../../assets/images/icon_plane.73bcb2a3.svg);
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          height: 20px;
          width: 20px; }
          body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__button .inbenta-bot-icon--send:before, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__button .inbenta-bot-icon--send:before {
            display: 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: #0633A0; }
        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: black;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          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: black; }
        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: #525252; }
        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: #525252; }
      body #inbenta-bot-sdk.inbenta .inbenta-bot__chat .footer__form__counter-content, body #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form__counter-content {
        background-color: white; }
    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: #0633A0; }
        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: #525252;
          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: #525252; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__buttons .inbenta-bot-button {
      background-color: #D9DE1A; }
      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: #525252;
      margin: 0; }
    body #inbenta-bot-sdk.inbenta .inbenta-bot-rating__content__thanks {
      color: #525252; }

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__chat .footer__form, html.inbenta-bot--msie-11 #inbenta-bot-sdk.inbenta .inbenta-bot__bubble .footer__form {
  border-top: 1px solid #EDEDED; }

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

@media (max-width: 320px) {
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
    font-size: 14px;
    right: 15px !important; } }


