
/* V324 - Modal Roteiro IA mostrando somente chat */
.ai-route-dialog-v323{
  width:min(760px, calc(100vw - 48px))!important;
  height:min(680px, calc(100vh - 48px))!important;
}

.ai-route-frame-v323{
  background:#f8fafc!important;
}

@media(max-width:900px){
  .ai-route-dialog-v323{
    left:8px!important;
    right:8px!important;
    top:8px!important;
    bottom:8px!important;
    width:auto!important;
    height:auto!important;
  }
}
