@import './../lib/variables';
assistant {
  position: absolute;
  left: 0;
  top:$app-toolbar-height;
  bottom:0;
  right:0;

  .assistant-wrapper{
    max-width: 90%;
  }
  &.close{
    .assistant-wrapper{
      max-width: 90%;
    }
  }
}


