footer {
  position: relative;
  padding-top: 10px;
  margin-top: 32px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
}
.social-icon {
  width: 1.5rem;
  height: auto;
}
.social-icon.x-social {
  width: 1.375rem;
}
.leader-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.leader-scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #d9e5ff;
}
.leader-scrollbar::-webkit-scrollbar-thumb {
  background: #193892;
  border-radius: 100vh;
  border: 1px solid #6e8ce6;
}
.leader-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #112563;
}
.banner-container {
  position: relative;
}
.banner-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
}
.disabled-button {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: radial-gradient(circle, #39493f, #b5ccc8);
  transition: opacity 0.2s;
}
.connect-button {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: radial-gradient(circle, #0c5324, #1acbab);
  transition: opacity 0.2s;
}
.blue-blur {
  background-color: #000;
  background: radial-gradient(
    circle,
    rgb(26, 86, 203, 0.5) 0%,
    transparent 50%
  );
}
header {
  position: relative;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
}
.video-template-circles-wrapper {
  grid-column-gap: 0.25rem;
  background-image: linear-gradient(#151c2d, #0e1320);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}
.video-template-circle {
  border-radius: 50rem;
  width: 0.625rem;
  height: 0.625rem;
}
.video-template-circle.is-red {
  background-color: #ed6a5e;
}
.video-template-circle.is-yellow {
  background-color: #f6be4f;
}
.video-template-circle.is-green {
  background-color: #62c554;
}
.play-button {
  background-color: #0000;
  background-image: linear-gradient(#000 24%, #1545a3 80%);
  border-radius: 500rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1.5rem;
  font-weight: 200;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  inset: 45% 0% 0% 45%;
  box-shadow: inset 0 9px 27px #a5a8adb3, 0 9px 36px #1a56cb4f;
}
.play-button:hover {
  box-shadow: inset 0 9px 27px #497bffb3, 0 9px 36px #1a56cbb5;
}
.aoai-search-knowledge-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
  height: calc(100vh - 312px);
  min-height: 640px;
}
.contribution-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.contribution-scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #d9e5ff;
}
.contribution-scrollbar::-webkit-scrollbar-thumb {
  background: #0e6d5b;
  border-radius: 100vh;
  border: 1px solid #41b7af;
}
.contribution-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #06312a;
}
.contribution-table .table-row-group > div.table-row:nth-child(2n) {
  background-color: #0a0d14;
}
.contribution-table .table-row-group > div.table-row:nth-child(odd) {
  background-color: #05241e;
}
.contribution-table .table-header-group .table-cell {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: rgb(14 109 91 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 109 91 / var(--tw-border-opacity));
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #666;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.upload-blurb {
  color: #ffffffb3;
}
.type-description {
  color: #fff9;
}
.document-type-panel {
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  box-shadow: inset 0 2px 5px #c7dcff59, inset 0 0 30px #c6ccff33,
    0 2px 37px #ffffff1a, 0 6px 6px #0000000d, 0 16px 16px #0000001a;
  background-color: #ffffff05;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.upload-container {
  background-color: #4b4d558c;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 9px;
}
.upload-link-container {
  border-radius: 9px;
  background-color: #1e1e1ea6;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
}
.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-wrapper input {
  padding-right: 40px;
  padding-top: 0.75rem;
}
.input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.spinner {
  animation: spin 2s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.item-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle, #cb841a00 30%, #cb841a80 80%, #cb841a);
  border: 2px solid rgba(203, 132, 26, 0.8);
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}
.subnet-topic-container {
  background-color: #4b4d558c;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 9px;
}
.upload-link-container {
  border-radius: 9px;
  background-color: #1e1e1ea6;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
}
.status {
  color: #fff;
  font-size: small;
  padding: 0.3rem;
  border-radius: 0.3rem;
}
.status.active {
  background-color: #27695f;
}
.status.pending {
  background-color: #aa701a;
}
.status.deleted {
  background-color: maroon;
}
@keyframes solid-loading-skeleton {
  to {
    transform: translate(100%);
  }
}
.solid-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.solid-loading-skeleton:after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translate(-100%);
  animation-name: solid-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.z-\[1000\] {
  z-index: 1000;
}
.w-\[90vw\] {
  width: 90vw;
}
.h-\[90vh\] {
  height: 90vh;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-h-\[800px\] {
  max-height: 800px;
}
::-webkit-resizer {
  background-color: #0c25b1;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
div[class*="resize"] {
  scrollbar-width: thin;
}
.network-dashboard {
  display: flex justify-between;
  max-width: auto;
  margin: 4px;
  padding: 4px;
}
.dashboard-tabs {
  border: 1px solid #ddd;
  margin: 2px;
  border-radius: 4px;
  overflow: hidden;
}
.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.tab-buttons button {
  padding: 6px 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
}
.tab-buttons button:hover {
  background-color: #addfee;
  background-color: #f5f5f5;
}
.tab-buttons button.active {
  color: #2196f3;
  border-bottom: 2px solid #2196f3;
}
.tab-content {
  padding: 4px;
}
.data-section {
  margin-top: 4px;
}
.scroll-container {
  max-height: 500px;
  overflow-y: auto;
}
.table-container {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-top: 8px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-header {
  background-color: #1710d3;
  border: 1px solid #dee2e6;
  padding: 2px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}
.table-cell {
  border: 1px solid #dee2e6;
  padding: 2px;
  text-align: left;
  white-space: nowrap;
}
.table-number-cell {
  border: 1px solid #dee2e6;
  padding: 2px;
  text-align: right;
  white-space: nowrap;
}
.error-message {
  color: #dc3545;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  background-color: #f8d7da;
}
.info-message {
  color: #3583dc;
  padding: 15px;
  margin: 15px 0;
}
.button {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: radial-gradient(circle, #270c53, #1acbab);
  transition: opacity 0.2s;
}
.search-knowledge-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
  height: calc(100vh - 312px);
  min-height: 640px;
}
.article-container {
  h1 {
    font-size: xx-large;
    margin-bottom: 1rem;
  }
  h1:not(:first-child) {
    margin-top: 2rem;
  }
  h2 {
    font-size: x-large;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: large;
    margin-bottom: 1rem;
  }
  p {
    margin-bottom: 1rem;
  }
}
.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.field {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.label {
  font-weight: 500;
  color: #636e72;
  width: 60px;
  flex-shrink: 0;
}
.value {
  font-weight: 600;
  color: #2d3436;
  text-align: left;
  padding: 2px;
  flex: 1;
}
.value-input {
  color: #000;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  background: #fff;
  font: inherit;
  width: 100%;
  flex: 1;
}
.value-input::-moz-placeholder {
  color: #999;
}
.value-input::placeholder {
  color: #999;
}
.subnet-topic-container {
  background-color: #4b4d558c;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 9px;
}
.upload-link-container {
  border-radius: 9px;
  background-color: #1e1e1ea6;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='rgba(255, 255, 255, .2)' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='29' stroke-linecap='square'/%3e%3c/svg%3e");
}
ul.inline-tab {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
ul.inline-tab li.tab-item {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #8f8f8f;
}
ul.inline-tab li.tab-item:not(:first-child) {
  margin-left: 20px;
}
ul.inline-tab li.tab-item.selected {
  border-top: 3px solid #3873e6;
  color: #3873e6;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-4 {
  margin: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/4 {
  height: 25%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[668px\] {
  height: 668px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[800px\] {
  height: 800px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[45vh\] {
  max-height: 45vh;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-full {
  width: 100%;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-\[1000px\] {
  min-width: 1000px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[25vw\] {
  max-width: 25vw;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b,
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#0E6D5B\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 109 91 / var(--tw-border-opacity));
}
.border-\[\#1a56cb\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 203 / var(--tw-border-opacity));
}
.border-\[\#3755c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 85 201 / var(--tw-border-opacity));
}
.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(45 98 255 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/\[\.25\] {
  border-color: #ffffff40;
}
.border-b-brand-gray {
  border-bottom-color: #fff9;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-75 {
  --tw-border-opacity: 0.75;
}
.bg-\[\#020202e0\] {
  background-color: #020202e0;
}
.bg-\[\#0b3f36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 63 54 / var(--tw-bg-opacity));
}
.bg-\[\#172557\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 87 / var(--tw-bg-opacity));
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(10 13 20 / var(--tw-bg-opacity));
}
.bg-neutral-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-neutral-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-neutral-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-none {
  -o-object-fit: none;
  object-fit: none;
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[\.75rem\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.text-\[\#3873E6\] {
  --tw-text-opacity: 1;
  color: rgb(56 115 230 / var(--tw-text-opacity));
}
.text-\[\#c13636\] {
  --tw-text-opacity: 1;
  color: rgb(193 54 54 / var(--tw-text-opacity));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(45 98 255 / var(--tw-text-opacity));
}
.text-brand-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(8 3 49 / var(--tw-text-opacity));
}
.text-brand-blue-light {
  --tw-text-opacity: 1;
  color: rgb(217 229 255 / var(--tw-text-opacity));
}
.text-brand-gray {
  color: #fff9;
}
.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(26 203 171 / var(--tw-text-opacity));
}
.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(203 132 26 / var(--tw-text-opacity));
}
.text-brand-pink {
  --tw-text-opacity: 1;
  color: rgb(240 32 118 / var(--tw-text-opacity));
}
.text-brand-pink-dark {
  --tw-text-opacity: 1;
  color: rgb(60 4 59 / var(--tw-text-opacity));
}
.text-brand-pink-light {
  --tw-text-opacity: 1;
  color: rgb(255 174 254 / var(--tw-text-opacity));
}
.text-neutral-darkest {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-system-error {
  --tw-text-opacity: 1;
  color: rgb(248 228 228 / var(--tw-text-opacity));
}
.text-system-success {
  --tw-text-opacity: 1;
  color: rgb(206 245 202 / var(--tw-text-opacity));
}
.text-system-warning {
  --tw-text-opacity: 1;
  color: rgb(252 248 216 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #d9e5ff;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #193892;
  border-radius: 100vh;
  border: 1px solid #6e8ce6;
}
.scrollbar.red-scroll::-webkit-scrollbar-thumb {
  background: #9f2c28;
  border-radius: 100vh;
  border: 1px solid #d26d69;
}
.scrollbar.white-scroll::-webkit-scrollbar-thumb {
  background: #3b4048;
  border-radius: 100vh;
  border: 1px solid #fff;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #112563;
}
.scrollbar.red-scroll::-webkit-scrollbar-thumb:hover {
  background: #732421;
}
.scrollbar.white-scroll::-webkit-scrollbar-thumb:hover {
  background: #757778;
}
@font-face {
  font-family: ClashDisplay;
  src: url(/fonts/ClashDisplay-Variable.ttf) format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: Clashdisplay, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0a0d14;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.button-text-blue {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: radial-gradient(circle, #0c2453, #1c4aaa);
  border-radius: 0.5rem;
  font-weight: 200;
  transition: opacity 0.2s;
  border-color: #1a56cb;
  border-width: 2px;
}
.button-text-blue:hover {
  box-shadow: 4px 4px 8px #ffffff1a, 5px 4px 15px #1a56cb4d;
}
.button-text-blue:active {
  box-shadow: inset 0 0 18px #ffffff1a, 0 9px 9px #0000001a, 0 4px 4px #0000000d;
}
.button-text-green {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.5rem;
  border-color: #1acbab;
  border-width: 2px;
  border-style: solid;
  background-color: #18bc9e66;
  font-weight: 200;
  transition: opacity 0.2s;
}
.button-text-red {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.5rem;
  border-color: #e81919;
  border-width: 2px;
  border-style: solid;
  background-color: #c39d9d66;
  font-weight: 200;
  transition: opacity 0.2s;
}
.button-text-green:hover {
  box-shadow: 0 0 8px #ffffff1a, 0 0 15px #1acbab;
}
.button-text-green:active {
  box-shadow: inset 0 0 18px #ffffff03, inset 0 0 10px #00000080,
    0 9px 18px #000c, 0 4px 8px #0009;
}
.button-text-green-disabled {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.5rem;
  border-color: #576966;
  border-width: 2px;
  border-style: solid;
  background-color: #424d4a66;
  font-weight: 200;
  transition: opacity 0.2s;
}
.topic-panel {
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
}
.topic-panel-white {
  box-shadow: inset 0 2px 5px #c7dcff59, inset 0 0 30px #c6ccff33,
    0 2px 37px #ffffff1a, 0 6px 6px #0000000d, 0 16px 16px #0000001a;
  background-color: #ffffff05;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.vertical-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
}
.vertical-block.white-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px #ffffff1f, inset 0 0 20px #ffffff59;
}
.vertical-block.blue-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #1a56cb;
  box-shadow: inset 0 0 20px #1a56cb1f, inset 0 0 20px #497bff59;
}
.vertical-block.red-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #a82525;
  box-shadow: inset 0 0 20px #a825251f, inset 0 0 20px #a8252559;
}
.vertical-block.green-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #41b7af;
  box-shadow: inset 0 0 20px #41b7af1f, inset 0 0 20px #41b7af59;
}
.vertical-block.orange-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #cb841a;
  box-shadow: inset 0 0 16px #cb841a1f, inset 0 0 16px #cb841a59;
}
.vertical-block.grey-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #2e3038;
  box-shadow: inset 0 0 16px #cb841a1f, inset 0 0 16px #2e303859;
}
.line-item:not(:last-child) {
  border-bottom: rgba(255, 255, 255, 0.4) 0.1rem solid;
}
select,
input,
.textarea-input {
  color: #fff;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  background-color: #0000;
  background-image: linear-gradient(#ffffff1c, #fff0),
    linear-gradient(#2e335a12, #1c1b3305);
  border: 0.1rem solid white;
  border-radius: 0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}
.option-class {
  background-color: #1e1e1e;
}
.divider {
  border-bottom-width: 2px;
  border-bottom-color: #fff3;
  border-bottom-style: solid;
  width: 100%;
}
div#leader-row-wallet {
  min-width: 250px;
}
div#leader-row-pts {
  min-width: 150px;
}
#genesis-dashboard #leader-row > div#leader-row-wallet,
#genesis-dashboard #leader-row > div#leader-row-pts {
  min-width: 0px;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-options-container {
  position: absolute;
  overflow: auto;
  background-color: #0b3f36;
  border-radius: 5px;
  box-shadow: 0 10px 10px #0006;
}
.dropdown-options-container div {
  display: block;
  color: #fff;
  padding: 10px 20px;
}
.dropdown-options-container div:hover {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}
.dropdown-option:hover {
  cursor: pointer;
}
.dropdown-option.selected-dropdown-item {
  border: 1px solid #1acbab;
  border-radius: 5px;
}
.toggle-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toggle-button.blue-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #1a56cb;
  box-shadow: inset 0 0 20px #1a56cb1f, inset 0 0 20px #497bff59;
}
.toggle-button.white-color {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid rgba(255, 255, 255);
  box-shadow: inset 0 0 20px #ffffff0f, inset 0 0 20px #ffffff1a;
}
.dfusion-white-container {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px #ffffff0f, inset 0 0 20px #ffffff1a;
}
.list-with-circle {
  list-style: none;
  counter-reset: list-counter;
}
.list-with-circle li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  counter-increment: list-counter;
}
.list-with-circle li:before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #0e2e6d;
  color: #5c8cea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
sup {
  border-radius: 50%;
  padding: 2px 6px;
  background-color: #0e2e6d;
  color: #5c8cea;
  font-weight: 600;
}
sup + sup {
  margin-left: 0.25rem;
}
#knowledge-search-results-container p + p {
  margin-top: 1rem;
}
.section-divider {
  position: relative;
  padding-top: 10px;
  margin-top: 32px;
}
.section-divider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
}
.ellipsis-anim span {
  opacity: 0;
  animation: ellipsis-dot 1s infinite;
}
.ellipsis-anim span:nth-child(1) {
  animation-delay: 0s;
}
.ellipsis-anim span:nth-child(2) {
  animation-delay: 0.1s;
}
.ellipsis-anim span:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.social-login-button.disabled {
  display: flex;
  cursor: not-allowed;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.5rem;
  border-color: #576966;
  border-width: 2px;
  border-style: solid;
  background-color: #424d4a66;
  font-weight: 200;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .social-login-button.disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.social-login-button.enabled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 0.5rem;
  border-color: #1acbab;
  border-width: 2px;
  border-style: solid;
  background-color: #18bc9e66;
  font-weight: 200;
  transition: opacity 0.2s;
}
.social-login-button.enabled:hover {
  box-shadow: 0 0 8px #ffffff1a, 0 0 15px #1acbab;
}
.social-login-button.enabled:active {
  box-shadow: inset 0 0 18px #ffffff03, inset 0 0 10px #00000080,
    0 9px 18px #000c, 0 4px 8px #0009;
}
@media (min-width: 768px) {
  .social-login-button.enabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.label {
  width: 15.625rem;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-neutral-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.hover\:text-brand-pink-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 174 254 / var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
@media not all and (min-width: 1536px) {
  .max-2xl\:grow {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .md\:mx-\[20\%\] {
    margin-left: 20%;
    margin-right: 20%;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .lg\:left-16 {
    left: 4rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .xl\:ml-4 {
    margin-left: 1rem;
  }
  .xl\:inline {
    display: inline;
  }
}
@media (min-width: 1536px) {
  .\32xl\:left-\[10\%\] {
    left: 10%;
  }
  .\32xl\:max-w-\[33vw\] {
    max-width: 33vw;
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }
}
