.sheet-comment-panel{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;width:302px;-webkit-transition:width .2s;-o-transition:width .2s;transition:width .2s;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-color:var(--bg-body)}.sheet-comment-panel_hide{width:0}.sheet-comment-content{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.sheet-comment-header{font-size:14px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:47px;padding:0 18px;color:var(--text-caption);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sheet-comment-container-new{position:relative;overflow-y:auto;overflow-x:hidden;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%}.sheet-comment-container-new:after{content:"";display:block;height:116px}.sheet-comment-container-new .comment-panel{background-color:var(--bg-body);margin:20px 0 20px 10px;width:282px}.sheet-comment-container-new .comment-textarea{max-height:300px;overflow-y:auto}