@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";*{font-family:Noto Sans JP,sans-serif;padding:0;margin:0;box-sizing:border-box}.test{border:1px solid red}#__next{display:flex;flex-direction:column;min-height:100vh}body{margin:0;overflow-y:scroll;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}:root{--stroke:rgba(0,0,0,.15);--text-bold:#000;--white:#fff;--primary:#b20000;--light-red:#ff1a1a;--red:#ff4d4f;--light-green:#aef4b5;--input:rgba(0,0,0,.55);--text:rgba(0,0,0,.85);--bg-blue:#d3eaff;--bg:#f3f3f3;--violet:#eddfff;--green:#0ba811;--carrot:#e07b2e;--light-carrot:#ffd1ad;--grey:#f0f0f0;--blue:#d4e1ec;--light:#fdf5ef;--gray:#707070;--gray-2:#797979}.test{border-color:var(--red)}.temp-avatar{width:40px;height:40px;border-radius:40px;background-color:#add8e6}.spinner{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.item-center{align-items:center}.gap-4{gap:4px}.content-center{justify-content:center}.space-between{justify-content:space-between}.flex-end{justify-content:flex-end}.cancel-btn{border-color:var(--red);color:var(--red);font-weight:400!important;font-size:14px!important;line-height:22px!important}.cancel-btn:hover{border-color:var(--red)!important;color:var(--red)!important}.title{margin-bottom:1rem;font-weight:700;font-size:24px;line-height:32px}.container{background:#fff;padding:16px;border-radius:12px}.flex{display:flex;align-items:center}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.underline-when-hover{cursor:pointer}.underline-when-hover:hover{text-decoration:underline!important}