html,body{width:100%;height:100%;overflow:hidden}.test-chatbox-page,.container{height:100%}.container{width:40%;margin-left:15%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 1440px){.container{margin-left:10%;width:50%}}@media screen and (max-width: 500px){.container{margin-left:5%;width:90%}}.title{font-weight:bolder;font-size:25px;line-height:25px}.subtitle{font-size:15px}.identity-card{display:flex;align-self:flex-start}.identity-card .avatar{width:50px;height:50px;border-radius:50%;margin-right:16px}.identity-card .details{display:flex;flex-direction:column;justify-content:center}.identity-card .details .name{font-weight:bold}.identity-card .details .email{color:var(--color-text-light)}#mobile-qr-code svg rect{fill:black}body.dark #mobile-qr-code svg rect,.theme-override.dark #mobile-qr-code svg rect{fill:white}@media (prefers-color-scheme: dark){body.auto #mobile-qr-code svg rect,.theme-override.auto #mobile-qr-code svg rect{fill:white}}
