html {
  height: 100%;
  font-family: system-ui;
}

.chart-container {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
}

.chart-title {
  text-align: center;
  margin-bottom: 20px;
}

.chart {
  width: 100%;
  height: 100%;
  position: relative;
}

.line {
  fill: none;
  stroke: #4285f4;
  stroke-width: 2px;
}

.point {
  fill: #4285f4;
  stroke: #fff;
  stroke-width: 1px;
}

.x-axis, .y-axis {
  color: #666;
  user-select: none;
  font-size: 12px;
}

.tooltip {
  color: #fff;
  pointer-events: none;
  background: #000c;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  display: none;
  position: absolute;
}

.context-menu {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 130px;
  font-size: 14px;
  display: none;
  position: absolute;
  box-shadow: 2px 2px 5px #0003;
}

.context-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.context-menu ul li {
  cursor: pointer;
  padding: 8px 16px;
}

.context-menu ul li:hover {
  background-color: #f0f0f0;
}

.context-menu ul li.separator {
  border-bottom: 1px solid #ccc;
  margin: 4px 0;
  padding: 0;
}

.grid-container {
  flex-direction: column;
  flex: 1;
  font-family: Arial, sans-serif;
  display: flex;
}

.canvas-block-container, .canvas-block {
  position: absolute;
}

.row-number-container {
  z-index: 100;
  background: #e6e6e6;
  flex-shrink: 0;
  font-size: 12px;
  position: sticky;
  top: 0;
  left: 0;
}

.row-number {
  text-align: center;
  user-select: none;
  border-right: 1px solid #99999980;
  flex-shrink: 0;
  width: 100%;
}

.row-selected {
  color: #074392;
  background-color: #d2d2d2;
  border-right: 1px solid #1a73e8;
}

.row-handle {
  cursor: ns-resize;
  z-index: 1;
  width: 100%;
  height: 10px;
  position: absolute;
}

.row-handle:after {
  content: "";
  background-color: #99999980;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 5px;
}

.row-handle:hover:after {
  background-color: #999c;
}

.header-handle {
  cursor: ew-resize;
  z-index: 1;
  width: 16px;
  display: inline-block;
  position: absolute;
}

.header-handle:hover:after {
  background-color: #999c;
}

.header-handle:after {
  content: "";
  background-color: #99999980;
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 8px;
}

.handle-row-selected:after {
  border-right: 1px solid #1a73e8;
  display: inline-block;
}

.header-container {
  white-space: nowrap;
  z-index: 100;
  background: #e6e6e6;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  position: sticky;
  top: 0;
}

.header-cell {
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #99999980;
  display: inline-block;
}

.header-cell.col-selected {
  color: #074392;
  background-color: #d2d2d2;
  border-bottom: 1px solid #1a73e8;
}

.handle-col-selected:after {
  border-bottom: 1px solid #1a73e8;
}

.header-cell:hover, .row-number:hover {
  background-color: #1a73e81a;
}

.corner-cell {
  z-index: 205;
  background-color: #e6e6e6;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  left: 0;
}

.corner-cell:after {
  content: "";
  z-index: 350;
  background-color: #bebebe;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
}

.corner-cell:before {
  content: "";
  z-index: 350;
  background-color: #bebebe;
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -1px;
}

.selection-layer {
  pointer-events: none;
  z-index: 90;
  position: absolute;
}

.selected-cell {
  box-sizing: border-box;
  z-index: 210;
  background-color: #1a73e81a;
  border: 2px solid #1a73e8;
  position: absolute;
}

.selection-handle {
  z-index: 220;
  pointer-events: auto;
  background-color: #1a73e8;
  width: 6px;
  height: 6px;
  position: absolute;
}

.selection-handle.bottom-right {
  cursor: nwse-resize;
  bottom: -3px;
  right: -3px;
}

@keyframes placeholderAnimation {
}

.placeholder-layer {
  pointer-events: none;
  z-index: 50;
  position: absolute;
  top: 30px;
  left: 42px;
}

.cell-edit-input {
  box-sizing: border-box;
  z-index: 300;
  border: 2px solid #1a73e8;
  padding: 0 4px;
  font: 12px Arial;
  position: absolute;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.grid-wrapper {
  width: 100%;
  height: 100%;
}

.gigasheet-bottombar {
  box-sizing: border-box;
  border-top: 1px solid #e0e2e4;
  flex-shrink: 0;
  font-size: 12px;
  position: relative;
}

.gigasheet-menu > li {
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #e8eaed;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 39px;
}

.gigasheet-bottombar {
  text-align: left;
  background: #f5f6f7;
  height: 40px;
  padding: 0 30px;
  display: flex;
}

.gigasheet-menu {
  user-select: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gigasheet-menu > li {
  float: left;
  vertical-align: middle;
  text-align: left;
  color: #80868b;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  padding: .785em 1em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all .3s;
}

.gigasheet-menu > li.active {
  color: #000000a6;
  background-color: #fff;
}

.gigasheet-dropdown {
  display: inline-block;
}

.gigasheet-icon {
  margin: 0 6px;
}

.gigasheet-icon-img:hover {
  opacity: .85;
}

.gigasheet-contextmenu {
  z-index: 100;
  pointer-events: auto;
  background: #fff;
  width: 260px;
  font-size: 13px;
  position: absolute;
  overflow: auto;
  box-shadow: 1px 2px 5px 2px #33333326;
}

.label {
  float: right;
  opacity: .65;
  font-size: 1em;
}

.gigasheet-item {
  user-select: none;
  color: #000000e6;
  cursor: default;
  text-align: left;
  background: 0;
  border: 1px solid #0000;
  outline: none;
  height: 26px;
  padding: 2px 10px;
  line-height: 26px;
  list-style: none;
  overflow: hidden;
}

.gigasheet-item.active {
  background: #89aef53d;
}

.gigasheet-item.divider {
  border: none;
  border-bottom: 1px solid #0000001a;
  height: 0;
  margin: 5px 0;
  padding: 0;
}

.gigasheet-item.gigasheet-bottombar.label {
  float: right;
  opacity: .65;
  font-size: 1em;
}

.gigasheet-item:hover, .gigasheet-item.active {
  background: #0000000d;
}

.gigasheet-item.disabled {
  pointer-events: none;
  opacity: .5;
}

.gigasheet-icon {
  text-align: center;
  vertical-align: middle;
  user-select: none;
  width: 18px;
  height: 18px;
  margin: 1px 1px 2px;
  line-height: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.gigasheet-icon .gigasheet-icon-img {
  opacity: .56;
  background-image: url("icons.1d6167c0.svg");
  width: 262px;
  height: 444px;
  position: absolute;
}

.gigasheet-icon .gigasheet-icon-img.add {
  top: -18px;
  left: -234px;
}

.gigasheet-icon .gigasheet-icon-img.ellipsis {
  top: -18px;
  left: -216px;
}

.gigasheet-formulabar {
  background-color: #e6e6e6;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  padding: 7px 8px;
  font-family: sans-serif;
  display: flex;
}

.gigasheet-name-box {
  border-radius: 4px;
  font-family: inherit;
}

.gigasheet-okcancelcontainer > button {
  background-color: inherit;
  height: 100%;
}

.gigasheet-okcancelcontainer {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #99999980;
  border-radius: 4px;
  height: 24px;
  overflow: hidden;
}

.gigasheet-formulabar > div {
  margin: 0 10px;
}

.gigasheet-formulabar button {
  box-sizing: border-box;
  border: 0;
  width: 35px;
  padding: 0;
  line-height: 100%;
}

.gigasheet-formulabar > input {
  box-sizing: border-box;
  border: 1px solid #99999980;
  height: 24px;
}

.gigasheet-formulabar textarea {
  box-sizing: border-box;
  border: 1px solid #99999980;
  border-radius: 4px;
  outline: none;
  flex: 1;
  height: 24px;
  padding-top: 6px;
  font-family: inherit;
  font-size: 11px;
}

.gigasheet-formulabar textarea:focus {
  border: 2px solid #000;
}

.gigasheet-toolbar-buttons {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 4px;
  display: inline-flex;
  overflow: auto;
  box-shadow: 0 0 2px #0000001f, 0 2px 4px #00000024;
}

.gigasheet-toolbar {
  text-align: left;
  background: #f5f6f7;
  padding: 0 8px;
  display: flex;
}

.IconColors_m20 {
  fill: #fafafa;
}

.IconColors_m22 {
  fill: #3a3a38;
}

.IconColors_m23 {
  fill: #797774;
}

.IconColors_m24 {
  fill: #1e8bcd;
}

.IconColors_m212 {
  fill: #f8db8f;
}

.IconColors_HighContrast {
  fill: #0000;
}

.gigasheet-toolbar-btn {
  box-sizing: border-box;
  background-color: inherit;
  border: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 5px;
  line-height: 100%;
}

.gigasheet-toolbar-btn.active-btn {
  background-color: #0000001a;
}

.gigasheet-toolbar-btn:hover {
  color: #242424;
  cursor: pointer;
  background-color: #f5f5f5;
}

.gigasheet-tooltip {
  z-index: 201;
  background-color: #fff;
  border: 1px solid #99999980;
  border-radius: 1px;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 12px;
  position: fixed;
}

.gigasheet-tooltip:before {
  pointer-events: none;
  content: "";
  background: inherit;
  z-index: 1;
  border-top: 1px solid #99999980;
  border-left: 1px solid #99999980;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -5px;
  left: calc(50% - 4px);
  transform: rotate(45deg);
}

.goghgrid-toolbar-divider {
  vertical-align: middle;
  border-right: 1px solid #e0e2e4;
  width: 0;
  height: 18px;
  margin: 12px 3px 0;
  display: inline-block;
}

.gigasheet-select {
  cursor: pointer;
  background: 0;
  border: 0;
  margin: 0;
}
/*# sourceMappingURL=gigaspreadsheet.9f367d21.css.map */
