{"ast":null,"code":"import { Global } from '@emotion/react';\nimport * as React from 'react';\nvar CSSReset = function CSSReset() {\n  return /*#__PURE__*/React.createElement(Global, {\n    styles: \"\\n      html {\\n        line-height: 1.5;\\n        -webkit-text-size-adjust: 100%;\\n        font-family: system-ui, sans-serif;\\n        -webkit-font-smoothing: antialiased;\\n        text-rendering: optimizeLegibility;\\n        -moz-osx-font-smoothing: grayscale;\\n        touch-action: manipulation;\\n      }\\n\\n      body {\\n        position: relative;\\n        min-height: 100%;\\n        font-feature-settings: 'kern';\\n      }\\n\\n      *,\\n      *::before,\\n      *::after {\\n        border-width: 0;\\n        border-style: solid;\\n        box-sizing: border-box;\\n      }\\n\\n      main {\\n        display: block;\\n      }\\n\\n      hr {\\n        border-top-width: 1px;\\n        box-sizing: content-box;\\n        height: 0;\\n        overflow: visible;\\n      }\\n\\n      pre,\\n      code,\\n      kbd,\\n      samp {\\n        font-family: SFMono-Regular,  Menlo, Monaco, Consolas, monospace;\\n        font-size: 1em;\\n      }\\n\\n      a {\\n        background-color: transparent;\\n        color: inherit;\\n        text-decoration: inherit;\\n      }\\n\\n      abbr[title] {\\n        border-bottom: none;\\n        text-decoration: underline;\\n        -webkit-text-decoration: underline dotted;\\n        text-decoration: underline dotted;\\n      }\\n\\n      b,\\n      strong {\\n        font-weight: bold;\\n      }\\n\\n      small {\\n        font-size: 80%;\\n      }\\n\\n      sub,\\n      sup {\\n        font-size: 75%;\\n        line-height: 0;\\n        position: relative;\\n        vertical-align: baseline;\\n      }\\n\\n      sub {\\n        bottom: -0.25em;\\n      }\\n\\n      sup {\\n        top: -0.5em;\\n      }\\n\\n      img {\\n        border-style: none;\\n      }\\n\\n      button,\\n      input,\\n      optgroup,\\n      select,\\n      textarea {\\n        font-family: inherit;\\n        font-size: 100%;\\n        line-height: 1.15;\\n        margin: 0;\\n      }\\n\\n      button,\\n      input {\\n        overflow: visible;\\n      }\\n\\n      button,\\n      select {\\n        text-transform: none;\\n      }\\n\\n      button::-moz-focus-inner,\\n      [type=\\\"button\\\"]::-moz-focus-inner,\\n      [type=\\\"reset\\\"]::-moz-focus-inner,\\n      [type=\\\"submit\\\"]::-moz-focus-inner {\\n        border-style: none;\\n        padding: 0;\\n      }\\n\\n      fieldset {\\n        padding: 0.35em 0.75em 0.625em;\\n      }\\n\\n      legend {\\n        box-sizing: border-box;\\n        color: inherit;\\n        display: table;\\n        max-width: 100%;\\n        padding: 0;\\n        white-space: normal;\\n      }\\n\\n      progress {\\n        vertical-align: baseline;\\n      }\\n\\n      textarea {\\n        overflow: auto;\\n      }\\n\\n      [type=\\\"checkbox\\\"],\\n      [type=\\\"radio\\\"] {\\n        box-sizing: border-box;\\n        padding: 0;\\n      }\\n\\n      [type=\\\"number\\\"]::-webkit-inner-spin-button,\\n      [type=\\\"number\\\"]::-webkit-outer-spin-button {\\n        -webkit-appearance: none !important;\\n      }\\n\\n      input[type=\\\"number\\\"] {\\n        -moz-appearance: textfield;\\n      }\\n\\n      [type=\\\"search\\\"] {\\n        -webkit-appearance: textfield;\\n        outline-offset: -2px;\\n      }\\n\\n      [type=\\\"search\\\"]::-webkit-search-decoration {\\n        -webkit-appearance: none !important;\\n      }\\n\\n      ::-webkit-file-upload-button {\\n        -webkit-appearance: button;\\n        font: inherit;\\n      }\\n\\n      details {\\n        display: block;\\n      }\\n\\n      summary {\\n        display: list-item;\\n      }\\n\\n      template {\\n        display: none;\\n      }\\n\\n      [hidden] {\\n        display: none !important;\\n      }\\n\\n      body,\\n      blockquote,\\n      dl,\\n      dd,\\n      h1,\\n      h2,\\n      h3,\\n      h4,\\n      h5,\\n      h6,\\n      hr,\\n      figure,\\n      p,\\n      pre {\\n        margin: 0;\\n      }\\n\\n      button {\\n        background: transparent;\\n        padding: 0;\\n      }\\n\\n      fieldset {\\n        margin: 0;\\n        padding: 0;\\n      }\\n\\n      ol,\\n      ul {\\n        margin: 0;\\n        padding: 0;\\n      }\\n\\n      textarea {\\n        resize: vertical;\\n      }\\n\\n      button,\\n      [role=\\\"button\\\"] {\\n        cursor: pointer;\\n      }\\n\\n      button::-moz-focus-inner {\\n        border: 0 !important;\\n      }\\n\\n      table {\\n        border-collapse: collapse;\\n      }\\n\\n      h1,\\n      h2,\\n      h3,\\n      h4,\\n      h5,\\n      h6 {\\n        font-size: inherit;\\n        font-weight: inherit;\\n      }\\n\\n      button,\\n      input,\\n      optgroup,\\n      select,\\n      textarea {\\n        padding: 0;\\n        line-height: inherit;\\n        color: inherit;\\n      }\\n\\n      img,\\n      svg,\\n      video,\\n      canvas,\\n      audio,\\n      iframe,\\n      embed,\\n      object {\\n        display: block;\\n      }\\n\\n      img,\\n      video {\\n        max-width: 100%;\\n        height: auto;\\n      }\\n\\n      [data-js-focus-visible] :focus:not([data-focus-visible-added]) {\\n        outline: none;\\n        box-shadow: none;\\n      }\\n\\n      select::-ms-expand {\\n        display: none;\\n      }\\n    \"\n  });\n};\nvar CSSReset$1 = CSSReset;\nexport { CSSReset, CSSReset$1 as default };","map":{"version":3,"names":["Global","React","CSSReset","createElement","styles","CSSReset$1","default"],"sources":["C:/LDT/DSP_Management/node_modules/@chakra-ui/css-reset/dist/chakra-ui-css-reset.esm.js"],"sourcesContent":["import { Global } from '@emotion/react';\nimport * as React from 'react';\n\nvar CSSReset = function CSSReset() {\n  return /*#__PURE__*/React.createElement(Global, {\n    styles: \"\\n      html {\\n        line-height: 1.5;\\n        -webkit-text-size-adjust: 100%;\\n        font-family: system-ui, sans-serif;\\n        -webkit-font-smoothing: antialiased;\\n        text-rendering: optimizeLegibility;\\n        -moz-osx-font-smoothing: grayscale;\\n        touch-action: manipulation;\\n      }\\n\\n      body {\\n        position: relative;\\n        min-height: 100%;\\n        font-feature-settings: 'kern';\\n      }\\n\\n      *,\\n      *::before,\\n      *::after {\\n        border-width: 0;\\n        border-style: solid;\\n        box-sizing: border-box;\\n      }\\n\\n      main {\\n        display: block;\\n      }\\n\\n      hr {\\n        border-top-width: 1px;\\n        box-sizing: content-box;\\n        height: 0;\\n        overflow: visible;\\n      }\\n\\n      pre,\\n      code,\\n      kbd,\\n      samp {\\n        font-family: SFMono-Regular,  Menlo, Monaco, Consolas, monospace;\\n        font-size: 1em;\\n      }\\n\\n      a {\\n        background-color: transparent;\\n        color: inherit;\\n        text-decoration: inherit;\\n      }\\n\\n      abbr[title] {\\n        border-bottom: none;\\n        text-decoration: underline;\\n        -webkit-text-decoration: underline dotted;\\n        text-decoration: underline dotted;\\n      }\\n\\n      b,\\n      strong {\\n        font-weight: bold;\\n      }\\n\\n      small {\\n        font-size: 80%;\\n      }\\n\\n      sub,\\n      sup {\\n        font-size: 75%;\\n        line-height: 0;\\n        position: relative;\\n        vertical-align: baseline;\\n      }\\n\\n      sub {\\n        bottom: -0.25em;\\n      }\\n\\n      sup {\\n        top: -0.5em;\\n      }\\n\\n      img {\\n        border-style: none;\\n      }\\n\\n      button,\\n      input,\\n      optgroup,\\n      select,\\n      textarea {\\n        font-family: inherit;\\n        font-size: 100%;\\n        line-height: 1.15;\\n        margin: 0;\\n      }\\n\\n      button,\\n      input {\\n        overflow: visible;\\n      }\\n\\n      button,\\n      select {\\n        text-transform: none;\\n      }\\n\\n      button::-moz-focus-inner,\\n      [type=\\\"button\\\"]::-moz-focus-inner,\\n      [type=\\\"reset\\\"]::-moz-focus-inner,\\n      [type=\\\"submit\\\"]::-moz-focus-inner {\\n        border-style: none;\\n        padding: 0;\\n      }\\n\\n      fieldset {\\n        padding: 0.35em 0.75em 0.625em;\\n      }\\n\\n      legend {\\n        box-sizing: border-box;\\n        color: inherit;\\n        display: table;\\n        max-width: 100%;\\n        padding: 0;\\n        white-space: normal;\\n      }\\n\\n      progress {\\n        vertical-align: baseline;\\n      }\\n\\n      textarea {\\n        overflow: auto;\\n      }\\n\\n      [type=\\\"checkbox\\\"],\\n      [type=\\\"radio\\\"] {\\n        box-sizing: border-box;\\n        padding: 0;\\n      }\\n\\n      [type=\\\"number\\\"]::-webkit-inner-spin-button,\\n      [type=\\\"number\\\"]::-webkit-outer-spin-button {\\n        -webkit-appearance: none !important;\\n      }\\n\\n      input[type=\\\"number\\\"] {\\n        -moz-appearance: textfield;\\n      }\\n\\n      [type=\\\"search\\\"] {\\n        -webkit-appearance: textfield;\\n        outline-offset: -2px;\\n      }\\n\\n      [type=\\\"search\\\"]::-webkit-search-decoration {\\n        -webkit-appearance: none !important;\\n      }\\n\\n      ::-webkit-file-upload-button {\\n        -webkit-appearance: button;\\n        font: inherit;\\n      }\\n\\n      details {\\n        display: block;\\n      }\\n\\n      summary {\\n        display: list-item;\\n      }\\n\\n      template {\\n        display: none;\\n      }\\n\\n      [hidden] {\\n        display: none !important;\\n      }\\n\\n      body,\\n      blockquote,\\n      dl,\\n      dd,\\n      h1,\\n      h2,\\n      h3,\\n      h4,\\n      h5,\\n      h6,\\n      hr,\\n      figure,\\n      p,\\n      pre {\\n        margin: 0;\\n      }\\n\\n      button {\\n        background: transparent;\\n        padding: 0;\\n      }\\n\\n      fieldset {\\n        margin: 0;\\n        padding: 0;\\n      }\\n\\n      ol,\\n      ul {\\n        margin: 0;\\n        padding: 0;\\n      }\\n\\n      textarea {\\n        resize: vertical;\\n      }\\n\\n      button,\\n      [role=\\\"button\\\"] {\\n        cursor: pointer;\\n      }\\n\\n      button::-moz-focus-inner {\\n        border: 0 !important;\\n      }\\n\\n      table {\\n        border-collapse: collapse;\\n      }\\n\\n      h1,\\n      h2,\\n      h3,\\n      h4,\\n      h5,\\n      h6 {\\n        font-size: inherit;\\n        font-weight: inherit;\\n      }\\n\\n      button,\\n      input,\\n      optgroup,\\n      select,\\n      textarea {\\n        padding: 0;\\n        line-height: inherit;\\n        color: inherit;\\n      }\\n\\n      img,\\n      svg,\\n      video,\\n      canvas,\\n      audio,\\n      iframe,\\n      embed,\\n      object {\\n        display: block;\\n      }\\n\\n      img,\\n      video {\\n        max-width: 100%;\\n        height: auto;\\n      }\\n\\n      [data-js-focus-visible] :focus:not([data-focus-visible-added]) {\\n        outline: none;\\n        box-shadow: none;\\n      }\\n\\n      select::-ms-expand {\\n        display: none;\\n      }\\n    \"\n  });\n};\nvar CSSReset$1 = CSSReset;\n\nexport { CSSReset, CSSReset$1 as default };\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,gBAAgB;AACvC,OAAO,KAAKC,KAAK,MAAM,OAAO;AAE9B,IAAIC,QAAQ,GAAG,SAASA,QAAQA,CAAA,EAAG;EACjC,OAAO,aAAaD,KAAK,CAACE,aAAa,CAACH,MAAM,EAAE;IAC9CI,MAAM,EAAE;EACV,CAAC,CAAC;AACJ,CAAC;AACD,IAAIC,UAAU,GAAGH,QAAQ;AAEzB,SAASA,QAAQ,EAAEG,UAAU,IAAIC,OAAO","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}