body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

#root {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.graph1 .ag-charts-tooltip-heading::before {
    content: 'Round '
}

.MuiInputBase-input {
    padding-top: 8px;
    padding-bottom: 8px;
}

@keyframes square-in-center {
  0% {
    clip-path: inset(0 0 0 0);
  }

  50% {
    clip-path: inset(100% 100% 100% 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes postulating-dark-gray {
  0% {
    box-shadow: inset -35px -80px 20px 8px gray, inset 1px 0px 16px 15px white
  }
  5% {
    box-shadow: inset -15px -50px 20px 8px gray, inset 1px 0px 16px 15px white
  }

  35% {
    box-shadow: inset 0px -15px 20px 8px gray, inset 1px 0px 16px 15px white
  }
  50% {
    box-shadow: inset 5px -5px 20px 8px gray, inset 1px 0px 16px 15px white
  }
  65% {
    box-shadow: inset 15px 5px 20px 8px gray, inset 1px 0px 16px 15px white
  }

  95% {
    box-shadow: inset 30px 30px 20px 8px gray, inset 1px 0px 16px 15px white
  }
  100% {
    box-shadow: inset 50px 50px 20px 8px gray, inset 1px 0px 16px 15px white
  }
}

@keyframes postulating-light-c9c9c9 {
  0% {
    box-shadow: inset -35px -80px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }
  5% {
    box-shadow: inset -15px -50px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }

  35% {
    box-shadow: inset 0px -15px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }
  50% {
    box-shadow: inset 5px -5px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }
  65% {
    box-shadow: inset 15px 5px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }

  95% {
    box-shadow: inset 30px 30px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }
  100% {
    box-shadow: inset 50px 50px 20px 8px #c9c9c9, inset 1px 0px 16px 15px white
  }
}

@keyframes postulating-dark-green {
  0% {
    box-shadow: inset -35px -80px 20px 8px green, inset 1px 0px 16px 15px white
  }
  5% {
    box-shadow: inset -15px -50px 20px 8px green, inset 1px 0px 16px 15px white
  }

  35% {
    box-shadow: inset 0px -15px 20px 8px green, inset 1px 0px 16px 15px white
  }
  50% {
    box-shadow: inset 5px -5px 20px 8px green, inset 1px 0px 16px 15px white
  }
  65% {
    box-shadow: inset 15px 5px 20px 8px green, inset 1px 0px 16px 15px white
  }

  95% {
    box-shadow: inset 30px 30px 20px 8px green, inset 1px 0px 16px 15px white
  }
  100% {
    box-shadow: inset 50px 50px 20px 8px green, inset 1px 0px 16px 15px white
  }
}

@keyframes postulating-light-limegreen {
  0% {
    box-shadow: inset -35px -80px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }
  5% {
    box-shadow: inset -15px -50px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }

  35% {
    box-shadow: inset 0px -15px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }
  50% {
    box-shadow: inset 5px -5px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }
  65% {
    box-shadow: inset 15px 5px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }

  95% {
    box-shadow: inset 30px 30px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }
  100% {
    box-shadow: inset 50px 50px 20px 8px limegreen, inset 1px 0px 16px 15px white
  }
}

[transition-style="in:square:center"] {
  animation: 2.5s cubic-bezier(.25, 1, .30, 1) square-in-center both;
}