@media (max-width:820px), (display-mode:standalone) and (max-width:1024px) and (orientation:landscape) and (hover:none) and (pointer:coarse){
  #mobile-lite .mobile-ai-page.is-chat .mobile-iva-chat-header>strong{
    position:absolute;
    z-index:1;
    left:54px;
    bottom:20px;
    color:#211a20;
    text-align:left;
    white-space:nowrap;
  }
  #mobile-lite .mobile-ai-page.is-chat .mobile-iva-chat-new{
    position:absolute;
    z-index:1;
    right:9px;
    bottom:13px;
    min-width:78px;
    height:32px;
    padding:0 11px;
    border:1px solid rgba(113,74,167,.20);
    border-radius:11px;
    background:rgba(255,255,255,.58);
    color:#624494;
    font:800 11px/1 Inter,system-ui,sans-serif;
    letter-spacing:-.01em;
    -webkit-tap-highlight-color:transparent;
  }
  #mobile-lite .mobile-ai-page.is-chat .mobile-iva-chat-new span{font-size:16px;font-weight:500;vertical-align:-1px;}
  #mobile-lite .mobile-ai-page.is-chat .mobile-iva-chat-new:active{background:rgba(239,222,246,.9);transform:translateY(1px);}
  #mobile-lite .mobile-ai-chat-history-loader{height:25px;display:flex;align-items:center;justify-content:center;}
  #mobile-lite .mobile-ai-chat-history-loader i{width:15px;height:15px;border:2px solid rgba(117,96,132,.18);border-top-color:#7352a9;border-radius:50%;animation:ivioMobileChatHistorySpin .72s linear infinite;}
  @keyframes ivioMobileChatHistorySpin{to{transform:rotate(360deg)}}
}
