.commonButton{cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:4px;font-weight:600;transition:opacity .2s;display:inline-flex}.commonButton:active:not(:disabled){opacity:.8}.commonButton.large{min-width:156px;height:48px;padding:0 20px;font-size:16px;line-height:22px}.commonButton.medium{height:40px;padding:0 16px;font-size:14px;line-height:20px}.commonButton.small{height:36px;padding:0 14px;font-size:14px;line-height:20px}.commonButton.xsmall{height:32px;padding:0 12px;font-size:12px;line-height:16px}.commonButton.xxsmall{height:24px;padding:0 10px;font-size:12px;line-height:16px}.commonButton.square{border-radius:8px}.commonButton.round{border-radius:18px}.commonButton.large.round{border-radius:8px}.commonButton.medium.round{border-radius:24px}.commonButton.pink{color:#fff;background-color:#ff6999}.commonButton.pink.disabled{cursor:not-allowed;background-color:#ffb8cf}.commonButton.black{color:#fff;background-color:#303030}.commonButton.black.disabled{cursor:not-allowed;background-color:#c3c3c3}.commonButton.linePink{color:#ff3c7b;background-color:#fff;border:1px solid #ff9dbd}.commonButton.linePink.disabled{color:#ff9dbd;cursor:not-allowed;background-color:#fff5f8;border-color:#ffd4e1}.commonButton.lineGray{color:#303030;background-color:#fff;border:1px solid #d5d5d5}.commonButton.lineGray.disabled{color:#acacac;cursor:not-allowed;background-color:#f6f6f6;border-color:#e8e8e8}.commonButton .iconWrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.commonButton .iconWrap>img{width:100%;height:100%}.commonButton .textWrap{flex-shrink:0}.submit-black-outline{color:#f2125d;background:#fff;border-width:1px;border-color:#f2125d;border-radius:16px;width:100%;height:48px;font-size:24px;font-weight:500}.submit-black-outline:disabled{color:#ffb8cf;background:#e6e6e6;border-color:#ffb8cf}.button-pink-md{color:#fff;border-radius:16px;width:64px;height:48px}.button-pink{color:#fff}.button-pink.md{border-radius:16px;width:64px;height:48px}.chatBubble{background-color:var(--bubble-color,white);isolation:isolate;border-radius:8px;padding:6px 10px;position:relative}.chatBubble.tail:after{content:"";background:var(--bubble-color,white);z-index:-1;border-bottom-right-radius:3px;width:12px;height:12px;position:absolute}.chatBubble.tail-bottom-left:after{left:var(--tail-offset,20px);bottom:-3px;transform:rotate(45deg)skew(15deg,15deg)}.chatBubble.tail-bottom-right:after{right:var(--tail-offset,20px);bottom:-3px;transform:scaleX(-1)rotate(45deg)skew(15deg,15deg)}.chatBubble.tail-bottom-center:after{margin-left:-6px;bottom:-3px;left:50%;transform:rotate(45deg)skew(15deg,15deg)}.chatBubble.tail-top-left:after{left:var(--tail-offset,20px);top:-3px;transform:scaleY(-1)rotate(45deg)skew(15deg,15deg)}.chatBubble.tail-top-right:after{right:var(--tail-offset,20px);top:-3px;transform:scale(-1)rotate(45deg)skew(15deg,15deg)}.chatBubble.tail-top-center:after{margin-left:-6px;top:-3px;left:50%;transform:scaleY(-1)rotate(45deg)skew(15deg,15deg)}
