.excel-container{overflow:auto;position:relative;font-family:Helvetica,sans-serif;width:100%;height:100%}.excel-sticky-header-row{position:sticky;top:0;z-index:10;display:flex;box-sizing:border-box;text-align:center;color:#99999f;font-size:var(--cell-font-size);line-height:var(--cell-line-height)}.excel-sticky-top-left-cell{position:fixed;border:1px solid #e6e6e7}.excel-sticky-header-cell,.excel-sticky-top-left-cell{box-sizing:border-box;background-color:#f7f7f8;min-width:var(--cell-min-width);height:var(--cell-height)}.excel-sticky-header-cell{align-content:center;border-top:1px solid #e6e6e7;border-bottom:1px solid #e6e6e7;margin-left:var(--cell-margin-left)}.excel-sticky-header-cell:last-child{border-right:1px solid #e6e6e7}.excel-sticky-header-cell:not(:nth-child(2)),.excel-sticky-header-column{border-left:1px solid #e6e6e7}.excel-sticky-header-column{position:sticky;left:0;z-index:9;text-align:center;box-sizing:border-box;background-color:#f7f7f8;color:#99999f;border-right:1px solid #e6e6e7;font-size:var(--cell-font-size);line-height:var(--cell-line-height);padding:var(--cell-padding);width:var(--cell-width)}.excel-spreadsheet{box-sizing:border-box}.excel-spreadsheet-row{display:flex;box-sizing:border-box;width:fit-content}.excel-spreadsheet-cell{box-sizing:border-box;word-break:break-word;font-size:var(--cell-font-size);line-height:var(--cell-line-height);min-height:var(--cell-height);width:var(--cell-width);padding:var(--cell-padding)}.excel-spreadsheet-header-cell{background-color:#f7f7f8;color:#99999f;text-align:center}.excel-spreadsheet-cell-border-left{border-left:1px solid #e6e6e7}.excel-spreadsheet-cell-border-right{border-right:1px solid #e6e6e7}.excel-spreadsheet-cell-border-top{border-top:1px solid #e6e6e7}.excel-spreadsheet-cell-border-bottom{border-bottom:1px solid #e6e6e7}