.pokibox{flex-direction:column}.pokibox,.pokitem{display:flex;align-items:center}.pokitem{flex-direction:row;text-align:left;width:500px;box-shadow:0 8px 24px rgba(149,157,165,.2);margin:5px;padding:10px;cursor:pointer}.pokitemcol{flex-grow:1;width:100px}.taskbox{display:flex;flex-direction:column;align-items:center}.taskitem{display:flex;flex-direction:row;width:300px;box-shadow:0 8px 24px rgba(149,157,165,.2);margin:5px;padding:10px;cursor:pointer}.msg{padding:12px;min-width:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:600px;color:#fff}.remote{background:#a7c4bc;border-radius:12px 5px 12px 12px;align-self:flex-end}.local{background:#5e8b7e;border-radius:5px 12px 12px 12px}.chatbox{display:flex;flex-direction:column;height:calc(100vh - 145px)}