html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, Inter;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, Inter;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  all: unset;
  margin: 0;
  padding: 0;
}
:root {
  --base-white: #fff;
  --base-100: #dbdde2;
  --base-300: #989ba6;
  --bg-main: #0f0f0f;
  --base-400: #6f727e;
  --base-600: #40434e;
  --base-700: #303239;
  --base-800: #28292f;
  --border-color: rgba(0, 0, 0, 0.85);
  --green: #4da459;
  --red: #f44336;
  --bg-card: #17181a;
  --background: 0 0% 100%;
  --background-modal: 0 0% 100%;
  --background-color: 0 0% 100%;
  --text-color: 222.2 84% 4.9%;
  --background-layer: #f5f5f5;
  --foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: #40434e;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 210 40% 96.1%;
  --accent-orange: #f08700;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 222.2 84% 4.9%;
  --radius: 0.5rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}
[data-theme="dark"] {
  --base-white: #fff;
  --bg-main: #0f0f0f;
  --base-100: #dbdde2;
  --base-300: #989ba6;
  --base-400: #6f727e;
  --base-600: #40434e;
  --base-700: #303239;
  --base-800: #28292f;
  --border-color: rgba(0, 0, 0, 0.85);
  --green: #4da459;
  --red: #f44336;
  --bg-card: #17181a;
  --text-color: 210 40% 98%;
  --background: 222.2 84% 4.9%;
  --background-color: #17181a;
  --background-modal: #1a1919;
  --background-layer: #0f0f0f;
  --foreground: 210 40% 98%;
  --card: 222.2 84% 4.9%;
  --card-foreground: 210 40% 98%;
  --popover: 222.2 84% 4.9%;
  --popover-foreground: 210 40% 98%;
  --primary: 210 40% 98%;
  --primary-foreground: 222.2 47.4% 11.2%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 210 40% 98%;
  --muted: #40434e;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 217.2 32.6% 17.5%;
  --accent-orange: #f08700;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 40% 98%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --ring: 212.7 26.8% 83.9%;
  --chart-1: 220 70% 50%;
  --chart-2: 160 60% 45%;
  --chart-3: 30 80% 55%;
  --chart-4: 280 65% 60%;
  --chart-5: 340 75% 55%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color);
  background-color: var(--background-layer);
}
body * {
  font-family: Satoshi, sans-serif;
  &::-webkit-scrollbar {
    position: absolute;
    width: 3px;
    height: 3px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: rgb(53, 53, 53);
    border-radius: 8px;
  }
  &::-webkit-scrollbar-track {
    margin: 10px;
    background-color: initial;
    border-radius: 8px;
  }
  &::-webkit-scrollbar-thumb:hover {
    background-color: #0000004c !important;
    cursor: pointer;
  }
}
#dynamic-widget {
  .connect-button {
    background-color: red;
    border-radius: 1000px;
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    margin: 0;
  }
}
.no-scroll {
  overflow: auto;
  pointer-events: auto !important;
}
.green {
  color: var(--green, #09fa05);
}
.red {
  color: var(--red, #f70000);
}
/*# sourceMappingURL=9ec93769fdfd47f2.css.map*/
