@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:#1886ec;--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}.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}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}::-webkit-scrollbar-track{background-color:#eee}.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}.btn,.primary-btn{padding:9px 16px;height:max-content;display:flex;justify-content:center;align-items:center;gap:8px}.primary-btn{color:#fff;background-color:var(--primary)}.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}.dark-table .ant-table{background-color:var(--grey)}.dark-table .ant-table tr>td,.dark-table .ant-table tr>th{border-bottom-color:var(--stroke)}