@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

#app {
  min-height: calc(100vh - 3.25rem - 9rem); }
  @media screen and (min-width: 769px), print {
    #app {
      min-height: calc(100vh - 3.25rem - 7rem); } }
  @media screen and (min-width: 1088px) {
    #app {
      min-height: calc(100vh - 3.25rem - 11rem); } }
  @media screen and (max-width: 1087px) {
    #app {
      overflow: hidden; } }
  #app:not(.mounted) {
    display: flex;
    align-items: center;
    justify-content: center; }
  #app .column.has-floating {
    position: relative; }

/*# sourceMappingURL=../../../../../../../../static/wizard/sass/calculation.css.map */