.root {
  width: 50%;
  display: flex;
  flex-direction: column;
  .container {
    outline: none;
  }
}
